* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.top_learn {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.segment-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1133px;
    margin: auto;
}.search_foot {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan_wrapper {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.plan_wrapper::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    backdrop-filter: blur(4px);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}.plan_wrapper .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.plan_wrapper .deal_opts {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
}.plan_wrapper h2 {
    opacity: 0;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 37px;
    color: #ffffff;
    position: relative;
    transform: translateY(20px);
    animation: fadeSlideUp 0.7s ease forwards;
    text-align: center;
}.plan_wrapper .price_grid {
    line-height: 1.6;
    max-width: 700px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    font-size: 15px;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}.plan_wrapper .monthly_plan {
    list-style: none;
    perspective: 1000px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 30px;
}.plan_wrapper .monthly_plan li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}.plan_wrapper .monthly_plan li:nth-child(1) {
    --li-index: 1;
}.plan_wrapper .monthly_plan li:nth-child(2) {
    --li-index: 2;
}.plan_wrapper .monthly_plan li:nth-child(3) {
    --li-index: 3;
}.plan_wrapper .monthly_plan li:nth-child(4) {
    --li-index: 4;
}.plan_wrapper .learning_cost {
    backdrop-filter: blur(10px);
    text-decoration: none;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
}.plan_wrapper .learning_cost::before {
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,171,164));
    left: 0;
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    content: "";
    position: absolute;
}.plan_wrapper .learning_cost:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.plan_wrapper .learning_cost:hover::before {
    transform: scaleX(1);
}.plan_wrapper .value_rates {
    flex-direction: column;
    display: flex;
    padding: 30px;
    height: 100%;
}.plan_wrapper .plan_rates {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan_wrapper .plan_rates h4 {
    color: #ffffff;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.5px;
}.plan_wrapper .plan_rates h4::after {
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgb(176,171,164);
    content: "";
    position: absolute;
    width: 40px;
}.plan_wrapper .plan_rates p {
    flex-grow: 1;
    color: rgba(255,255,255,0.8);
    font-size: calc(15px - 2px);
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 25px;
    word-break: break-word;
}.plan_wrapper .tuition_table {
    display: inline-block;
    position: relative;
    font-size: calc(20px + 4px);
    margin-top: auto;
    background: linear-gradient(135deg, rgb(210,207,202,0.5), rgb(176,171,164,0.5));
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    font-weight: 700;
}.plan_wrapper .learning_cost:hover .tuition_table {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

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

@media (max-width: 992px) {.plan_wrapper {
    padding: 80px 0;
}.plan_wrapper h2 {
    font-size: calc(37px - 4px);
}.plan_wrapper .monthly_plan {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plan_wrapper .value_rates {
    padding: 25px;
}.plan_wrapper .tuition_table {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 768px) {.plan_wrapper {
    padding: 60px 0;
}.plan_wrapper h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 15px;
}.plan_wrapper .price_grid {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.plan_wrapper .monthly_plan {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_wrapper .plan_rates p {
    font-size: calc(15px - 3px);
}
}

@media (max-width: 480px) {.plan_wrapper {
    padding: 50px 0;
}.plan_wrapper .value_rates {
    padding: 20px;
}.plan_wrapper .plan_rates h4 {
    font-size: calc(20px - 2px);
}.plan_wrapper .tuition_table {
    font-size: 20px;
    padding: 8px 15px;
}}header {
    width: 100%;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(237,235,233), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    position: relative;
}header::before {
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(210,207,202,0.5) 65%, 
        rgb(210,207,202,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(176,171,164,0.5) 75%, 
        rgb(176,171,164,0.5) 80%, 
        transparent 80%);
    position: absolute;
    opacity: 0.5;
    height: 100%;
    top: 0;
    z-index: 0;
}header .container {
    padding: 0 3%;
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}header .main_head {
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    justify-content: center;
}header .main_pagewrap {
    display: flex;
    padding: 0.5rem 1.5rem;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 11px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(210,207,202,0.5), rgb(176,171,164,0.5));
}header .main_pagewrap::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    top: -50%;
    width: 200%;
    left: -50%;
    content: '';
    height: 200%;
}header .main_pagewrap:hover::before {
    opacity: 1;
}header .main_pagewrap svg {
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .main_pagewrap:hover svg {
    transform: scale(1.03);
}header .nav_block {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    max-width: 800px;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}header .top_lead {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    color: #000000;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}header .top_lead::before {
    width: 100%;
    transform-origin: left;
    height: 3px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(210,207,202), rgb(176,171,164));
}header .top_lead:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(210,207,202);
}header .top_lead:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_pagewrap {
    padding: 0.5rem 1.2rem;
}header .main_pagewrap svg {
    width: 140px;
}header .nav_block {
    gap: 0.5rem;
}header .top_lead {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .main_head {
    gap: 1.5rem;
}header .main_pagewrap {
    padding: 0.4rem 1rem;
}header .main_pagewrap svg {
    width: 130px;
}header .nav_block {
    gap: 0.5rem;
}header .top_lead {
    padding: 0.5rem 0.9rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .main_head {
    gap: 1rem;
}header .main_pagewrap svg {
    width: 120px;
}header .nav_block {
    padding-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.4rem;
}header .nav_block::-webkit-scrollbar {
    height: 3px;
}header .nav_block::-webkit-scrollbar-thumb {
    background: rgb(210,207,202);
    border-radius: 10px;
}header .top_lead {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}.course_instructor {
    background: rgb(237,235,233);
    padding: 5rem 2rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.course_instructor::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(176,171,164,0.5) 0deg,
        rgb(210,207,202,0.5) 90deg,
        rgb(237,235,233) 180deg,
        rgb(210,207,202,0.5) 270deg,
        rgb(176,171,164,0.5) 360deg
    );
    width: 100%;
    filter: blur(60px);
    position: absolute;
    opacity: 0.4;
}.course_instructor .feedback_list {
    gap: 0;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
    justify-content: space-between;
    position: relative;
}.course_instructor .img_rounded_box {
    position: relative;
    height: 400px;
    transform: rotateY(10deg) translateZ(50px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 25px;
    width: 40%;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(0.8);
}.course_instructor .img_rounded_box::after {
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(210,207,202,0.5) 100%
    );
    transition: opacity 0.6s ease;
    opacity: 0.4;
    border-radius: 25px;
    top: 0;
    content: "";
    width: 100%;
}.course_instructor .img_rounded_box:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
}.course_instructor .img_rounded_box:hover::after {
    opacity: 0;
}.course_instructor .employee_history {
    border-radius: 25px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    transform: rotateY(-5deg) translateZ(30px);
    padding: 2.5rem;
    position: relative;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 60%;
}.course_instructor .employee_history::before {
    width: 200%;
    transition: transform 0.8s ease;
    background: radial-gradient(
        circle at center,
        rgb(176,171,164,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
    transform: scale(0);
    opacity: 0.1;
    left: -50%;
}.course_instructor .employee_history:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.course_instructor .employee_history:hover::before {
    transform: scale(1);
}.course_instructor .name {
    font-size: 32px;
    font-weight: 700;
    color: rgb(210,207,202);
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
}.course_instructor .name::after {
    bottom: -5px;
    left: 0;
    background: rgb(176,171,164);
    height: 3px;
    content: "";
    width: 0;
    transition: width 0.4s ease-in-out;
    position: absolute;
}.course_instructor .employee_history:hover .name::after {
    width: 100%;
}.course_instructor .employee_history > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19px;
    color: rgb(176,171,164);
    opacity: 0.9;
    margin-bottom: 2rem;
}.course_instructor .job_exp {
    padding-left: 2rem;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    border-left: 3px solid rgb(210,207,202,0.5);
    font-weight: 400;
    font-size: 13px;
    position: relative;
}.course_instructor .job_exp::before {
    color: rgb(176,171,164,0.5);
    position: absolute;
    opacity: 0.3;
    font-family: serif;
    font-size: 5rem;
    content: "";
    top: -20px;
    left: -10px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(210,207,202,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.course_instructor .img_rounded_box:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.course_instructor .feedback_list {
    flex-direction: column;
}.course_instructor .img_rounded_box,
    .course_instructor .employee_history {
    transform: none;
    width: 100%;
}.course_instructor .img_rounded_box {
    height: 300px;
    margin-bottom: 2rem;
}.course_instructor .img_rounded_box:hover,
    .course_instructor .employee_history:hover {
    transform: translateY(-10px);
}}.trackingSettingsPopup {
    position: fixed;
    border-top: 3px solid rgb(176,171,164);
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    background: rgb(176,171,164);
    transform: translateY(100%);
    bottom: 0;
    z-index: 90;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.accept_cookies {
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
}.trackingSettingsPopup h5 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
}.trackingSettingsPopup p {
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    color: #ffffff;
}.consent_edu {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(210,207,202));
}.consent_edu svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(210,207,202);
}.consent_edu:hover svg {
    transform: scale(1.1);
}.privacy_learn {
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,171,164));
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(210,207,202);
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
}.privacy_learn:hover {
    box-shadow: 0 0 20px rgb(176,171,164);
}.cookie_button.cookie_visitor:hover {
    box-shadow: 0 0 15px rgb(176,171,164);
}.trackingSettingsPopup p a {
    transition: color 0.3s ease;
    color: rgb(210,207,202);
    text-decoration: none;
}.trackingSettingsPopup p a:hover {
    color: rgb(176,171,164);
}#cookieSettingsPanel {
    display: none;
}#cookieSettingsPanel:checked ~ .trackingSettingsPopup {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.trackingSettingsPopup {
    padding: 15px 0;
}.accept_cookies {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.consent_edu {
    display: none;
}.accept_cookies {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.trackingSettingsPopup h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.cookie_menu {
    margin-bottom: 15px;
}.privacy_learn {
    min-width: 100%;
    margin: 10px 0;
}}
.course_rewards {
    background: linear-gradient(135deg, rgb(237,235,233) 0%, rgba(255,255,255,0.97) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.course_rewards::before {
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(210,207,202,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(176,171,164,0.5), 0.07) 0%, transparent 50%);
    top: 0;
    position: absolute;
    left: 0;
}.course_rewards::after {
    bottom: -2px;
    z-index: 1;
    content: "";
    height: 6px;
    transform: scaleX(0.97);
    width: 100%;
    left: 0;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(210,207,202) 0%, rgb(176,171,164) 100%);
}.course_rewards h5 {
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    font-size: 21px;
    z-index: 2;
}.course_rewards h5::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    height: 3px;
    background: rgb(210,207,202);
    bottom: -12px;
}.course_rewards .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_rewards .quick_training {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    flex-direction: column;
    transform: translateY(0);
    border-radius: 4px;
}.course_rewards .quick_training:hover {
    transform: translateY(-5px);
}.course_rewards .img_rounded_box {
    object-fit: cover;
    transform: scale(1);
    display: block;
    height: 300px;
    width: 100%;
    object-position: center;
    transition: transform 1.2s ease-out;
}.course_rewards .quick_training:hover .img_rounded_box {
    transform: scale(1.05);
}.course_rewards .phrase_holder {
    padding: 2.5rem 2rem;
    position: relative;
}.course_rewards .phrase_holder::before {
    background: linear-gradient(to bottom, rgb(210,207,202), rgb(176,171,164));
    height: 0;
    left: 0;
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    width: 3px;
    position: absolute;
    content: "";
    top: 0;
}.course_rewards .quick_training:hover .phrase_holder::before {
    height: 100%;
}.course_rewards ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.course_rewards li {
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
    position: relative;
    transform: translateX(0);
    padding-left: 38px;
}.course_rewards li:hover {
    transform: translateX(5px);
}.course_rewards li p {
    line-height: 1.6;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    align-items: flex-start;
    color: #000000;
}.course_rewards li svg {
    top: 2px;
    margin-right: 12px;
    height: 26px;
    width: 26px;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
}.course_rewards li:hover svg {
    transform: rotate(10deg);
}.course_rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,207,202);
}.course_rewards li:hover svg path {
    fill: rgb(176,171,164);
}

@media (min-width: 768px) {.course_rewards .quick_training {
    flex-direction: row;
    align-items: stretch;
}.course_rewards .quick_training > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.course_rewards .img_rounded_box {
    height: 100%;
}.course_rewards .phrase_holder {
    padding: 3rem;
    flex: 0 0 55%;
}.course_rewards ul {
    columns: 1;
}
}

@media (min-width: 992px) {.course_rewards {
    padding: 8rem 0;
}.course_rewards h5 {
    margin-bottom: 4rem;
    font-size: calc(21px * 1.1);
}.course_rewards .phrase_holder {
    padding: 3.5rem;
}.course_rewards ul {
    column-gap: 2rem;
    columns: 2;
}.course_rewards li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.course_rewards {
    padding: 4rem 0;
}.course_rewards h5 {
    padding: 0 15px;
    font-size: calc(21px * 0.9);
    line-height: 1.4;
}.course_rewards .img_rounded_box {
    height: 220px;
}.course_rewards .phrase_holder {
    padding: 1.8rem 1.5rem;
}.course_rewards li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.course_rewards h5 {
    font-size: calc(21px * 0.8);
}.course_rewards .img_rounded_box {
    height: 180px;
}.course_rewards .phrase_holder {
    padding: 1.5rem 1.2rem;
}.course_rewards li {
    padding-left: 34px;
}.course_rewards li svg {
    width: 22px;
    height: 22px;
}
}

@media (hover: none) {.course_rewards .quick_training,
  .course_rewards .quick_training:hover {
    transform: translateY(0);
}.course_rewards .img_rounded_box,
  .course_rewards .quick_training:hover .img_rounded_box {
    transform: scale(1);
}.course_rewards li:hover {
    transform: translateX(0);
}}.our_story {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(237,235,233) 0%, rgb(176,171,164,0.5) 100%);
    position: relative;
}.our_story::before {
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(210,207,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(210,207,202,0.5) 87.5%, rgb(210,207,202,0.5)),
        linear-gradient(150deg, rgb(210,207,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(210,207,202,0.5) 87.5%, rgb(210,207,202,0.5)),
        linear-gradient(30deg, rgb(210,207,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(210,207,202,0.5) 87.5%, rgb(210,207,202,0.5)),
        linear-gradient(150deg, rgb(210,207,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(210,207,202,0.5) 87.5%, rgb(210,207,202,0.5)),
        linear-gradient(60deg, rgb(176,171,164,0.5) 25%, transparent 25.5%, transparent 75%, rgb(176,171,164,0.5) 75%, rgb(176,171,164,0.5)),
        linear-gradient(60deg, rgb(176,171,164,0.5) 25%, transparent 25.5%, transparent 75%, rgb(176,171,164,0.5) 75%, rgb(176,171,164,0.5));
    position: absolute;
    background-size: 80px 140px;
    animation: backgroundShift 30s linear infinite;
    opacity: 0.1;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}

.our_story .container {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 2;
    padding: 0 20px;
}.our_story h2 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    font-size: 33px;
}.our_story h2::after {
    border-radius: 10px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,171,164));
    content: "";
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    position: absolute;
    left: 50%;
}.our_story .skill_growth {
    gap: 40px;
    display: flex;
    flex-direction: column;
}.our_story .knowledge_sessions {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    background: #ffffff;
}.our_story .knowledge_sessions:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}.our_story .knowledge_sessions::before {
    content: "";
    height: 200px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    width: 200px;
    background: rgb(210,207,202,0.5);
    top: -100px;
    transition: all 0.5s ease;
}.our_story .knowledge_sessions:nth-child(2)::before {
    top: auto;
    bottom: -100px;
    background: rgb(176,171,164,0.5);
    right: auto;
    left: -100px;
}.our_story .knowledge_sessions:hover::before {
    opacity: 0.15;
    transform: scale(1.2);
}.our_story .knowledge_sessions h3 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: rgb(210,207,202);
    font-weight: 600;
}.our_story .knowledge_sessions:nth-child(2) h3 {
    color: rgb(176,171,164);
}.our_story .knowledge_sessions h3::after {
    bottom: -5px;
    height: 2px;
    width: 100%;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    opacity: 0.3;
    background: currentColor;
}.our_story .knowledge_sessions:hover h3::after {
    width: 70%;
}.our_story .knowledge_sessions p {
    z-index: 2;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.our_story .knowledge_sessions::after {
    height: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(210,207,202), rgb(176,171,164));
    transition: height 0.4s ease;
    top: 0;
    content: "";
    left: 0;
}.our_story .knowledge_sessions:nth-child(2)::after {
    background: linear-gradient(to bottom, rgb(176,171,164), rgb(210,207,202));
}.our_story .knowledge_sessions:hover::after {
    height: 100%;
}.our_story .knowledge_sessions:first-child {
    animation: fadeInUp 0.7s ease forwards;
}.our_story .knowledge_sessions:last-child {
    animation: fadeInUp 0.7s 0.2s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .knowledge_sessions {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_story {
    padding: 60px 0;
}.our_story h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.our_story .skill_growth {
    gap: 30px;
}.our_story .knowledge_sessions {
    padding: 25px;
}.our_story .knowledge_sessions h3 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 576px) {.our_story {
    padding: 50px 0;
}.our_story h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 40px;
}.our_story h2::after {
    height: 3px;
    width: 60px;
}.our_story .skill_growth {
    gap: 25px;
}.our_story .knowledge_sessions {
    padding: 20px;
}.our_story .knowledge_sessions h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 15px;
}.our_story .knowledge_sessions p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.our_story::before {
    animation: none;
}.our_story .knowledge_sessions,
    .our_story .knowledge_sessions::after,
    .our_story .knowledge_sessions::before,
    .our_story .knowledge_sessions h3::after {
    transition: none;
}.our_story .knowledge_sessions:first-child,
    .our_story .knowledge_sessions:last-child {
    opacity: 1;
    transform: none;
    animation: none;
}.our_story .knowledge_sessions:hover {
    transform: none;
}}.contact_panel {
    position: relative;
    overflow: hidden;
    background: rgb(237,235,233);
    padding: 80px 0;
}.contact_panel::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 20% 50%, rgb(210,207,202,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(176,171,164,0.5) 0%, transparent 40%);
    opacity: 0.6;
}.contact_panel .img_rounded_box {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 1;
}.contact_panel .img_rounded_box::before {
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    height: 100%;
}.contact_panel .container {
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contact_panel h3 {
    text-align: center;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 32px;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}.contact_panel .request_message {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    z-index: 3;
    border-radius: 11px;
    background: #ffffff;
}.contact_panel .request_message::before {
    width: 150px;
    transform: translate(50%, -50%);
    position: absolute;
    opacity: 0.2;
    right: 0;
    background: rgb(210,207,202,0.5);
    top: 0;
    height: 150px;
    border-radius: 50%;
    content: '';
}.contact_panel .request_message::after {
    height: 100px;
    background: rgb(176,171,164,0.5);
    position: absolute;
    border-radius: 50%;
    width: 100px;
    bottom: 0;
    content: '';
    transform: translate(-50%, 50%);
    opacity: 0.2;
    left: 0;
}.contact_panel .request_support {
    padding: 50px;
    position: relative;
    flex: 1;
}.contact_panel form h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
}.contact_panel input[type="text"],
.contact_panel textarea {
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    margin-bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    border-radius: 11px;
}.contact_panel input[type="text"]:focus,
.contact_panel textarea:focus {
    box-shadow: 0 0 10px rgb(210,207,202,0.5);
    border-color: rgb(210,207,202);
    outline: none;
}.contact_panel textarea {
    resize: none;
    height: 140px;
}.contact_panel .message_links {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_panel .message_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel .message_links label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
}.contact_panel .message_links label::before {
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 20px;
    content: '';
    position: absolute;
    border: 2px solid rgb(210,207,202,0.5);
    width: 20px;
    top: 2px;
}.contact_panel .message_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(210,207,202);
    background: rgb(210,207,202);
}.contact_panel .message_links input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    top: 6px;
    content: '';
    height: 10px;
    border-width: 0 2px 2px 0;
    left: 7px;
    border: solid #ffffff;
    transform: rotate(45deg);
}.contact_panel .message_links a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(210,207,202);
    text-decoration: none;
}.contact_panel .message_links a:hover {
    color: rgb(176,171,164);
}.contact_panel .feedback_card {
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 11px;
    font-weight: 600;
    padding: 15px 30px;
    border: none;
    background: rgb(210,207,202);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}.contact_panel .feedback_card::before {
    background: rgb(176,171,164);
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.4s ease;
    z-index: -1;
}.contact_panel .feedback_card:hover {
    box-shadow: 0 5px 15px rgb(210,207,202,0.5);
}.contact_panel .feedback_card:hover::before {
    transform: translateX(0);
}.contact_panel .feedback_block {
    width: 35%;
    background: linear-gradient(135deg, rgb(210,207,202), rgb(176,171,164));
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 50px;
}.contact_panel .feedback_block::before {
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.3;
    width: 100%;
}.contact_panel .feedback_block h4 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}.contact_panel .feedback_block h4::after {
    border-radius: 3px;
    width: 40px;
    content: '';
    left: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -10px;
}.contact_panel .request_reach {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_panel .request_reach li {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: flex;
    transition: transform 0.3s ease;
}.contact_panel .request_reach li:last-child {
    border-bottom: none;
}.contact_panel .request_reach li:hover {
    transform: translateX(5px);
}.contact_panel .request_reach svg {
    height: 22px;
    margin-right: 15px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 22px;
}.contact_panel .request_reach svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_panel .request_reach li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_panel .request_reach span {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.contact_panel .request_reach a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact_panel .request_reach a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.contact_panel .img_rounded_box {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.contact_panel .request_message {
    margin: 0 auto;
    flex-direction: column;
    max-width: 90%;
}.contact_panel .request_support {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact_panel .feedback_block {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_panel {
    padding: 60px 0;
}.contact_panel .img_rounded_box {
    display: none;
}.contact_panel h3 {
    font-size: calc(32px * 0.9);
}.contact_panel .request_support,
    .contact_panel .feedback_block {
    padding: 40px 30px;
}.contact_panel form h3,
    .contact_panel .feedback_block h4 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.contact_panel {
    padding: 40px 0;
}.contact_panel h3 {
    font-size: calc(32px * 0.8);
}.contact_panel .request_message {
    max-width: 95%;
}.contact_panel .request_support,
    .contact_panel .feedback_block {
    padding: 30px 20px;
}.contact_panel input[type="text"],
    .contact_panel textarea {
    padding: 12px;
}.contact_panel .feedback_card {
    padding: 12px;
    width: 100%;
}}.search_foot {
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(176,171,164,0.5) 100%);
    position: relative;
}.search_foot::before {
    z-index: 1;
    height: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(210,207,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(176,171,164,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
}.search_foot::after {
    height: 100%;
    left: 0;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
}.search_foot .container {
    position: relative;
    z-index: 3;
}.search_foot .training_zone {
    flex-direction: column;
    position: relative;
    display: flex;
}.search_foot .talk_now {
    display: flex;
    background-color: #ffffff;
    z-index: 10;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    gap: 1.5rem;
    position: relative;
    flex-wrap: wrap;
    border-radius: 18px;
    margin-bottom: 2rem;
    justify-content: space-between;
    padding: 1.25rem 2rem;
}.search_foot .talk_now::before {
    width: 100%;
    top: 0;
    opacity: 0.08;
    height: 100%;
    border-radius: 18px;
    position: absolute;
    left: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, transparent 20%, rgb(210,207,202,0.5) 140%);
}.search_foot .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
    position: relative;
    max-width: 300px;
    flex: 1;
}.search_foot .info_item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(176,171,164,0.5), transparent);
    right: -0.75rem;
    content: '';
    width: 1px;
    height: 70%;
}.search_foot .info_item p,
.search_foot .info_item a {
    color: #000000;
    gap: 0.875rem;
    display: flex;
    padding: 0.5rem;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 10px;
}.search_foot .info_item:hover {
    transform: translateY(-5px);
}.search_foot .info_item:hover p,
.search_foot .info_item:hover a {
    color: rgb(210,207,202);
}.search_foot .info_item svg {
    fill: rgb(210,207,202);
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.search_foot .info_item:hover svg {
    transform: scale(1.15);
}.search_foot .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
    gap: 4rem;
}.search_foot .head_edu {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.search_foot .head_edu svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    filter: brightness(0) invert(1);
    height: auto;
}.search_foot .head_edu:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(210,207,202,0.5));
    transform: scale(1.03);
}.search_foot .lang_learn {
    font-size: calc(14px + 1px);
    opacity: 0.8;
    line-height: 1.6;
}.search_foot .nav_block {
    display: flex;
    flex-direction: column;
    position: relative;
}.search_foot .nav_block::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: -2rem;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(176,171,164,0.5) 30%, rgb(176,171,164,0.5) 70%, transparent);
    width: 1px;
}.search_foot .nav_block::after {
    background: linear-gradient(to bottom, transparent, rgb(176,171,164,0.5) 30%, rgb(176,171,164,0.5) 70%, transparent);
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    right: -2rem;
    width: 1px;
}.search_foot .nav_block h5 {
    margin-bottom: 1.75rem;
    position: relative;
    font-size: 18px;
    padding-bottom: 0.875rem;
    font-weight: 600;
}.search_foot .nav_block h5::after {
    width: 60px;
    height: 2px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(210,207,202), transparent);
    position: absolute;
    left: 0;
}.search_foot .nav_learning {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.search_foot .nav_learning:first-child {
    margin-bottom: 2rem;
}.search_foot .nav_learning a {
    opacity: 0.85;
    font-size: 13px;
    transform-origin: left;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.search_foot .nav_learning a::before {
    left: 0;
    position: absolute;
    background-color: rgb(210,207,202);
    content: '';
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    bottom: 0;
}.search_foot .nav_learning a:hover {
    opacity: 1;
    color: rgb(210,207,202);
    transform: translateX(8px);
}.search_foot .nav_learning a:hover::before {
    width: 20px;
}.search_foot .subscribe_holder {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
}.search_foot .subscribe_holder::before {
    position: absolute;
    top: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(210,207,202,0.5), transparent 70%);
    opacity: 0.2;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
}.search_foot .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    z-index: -1;
    content: '';
    right: 0;
    opacity: 0.3;
    height: 150px;
    background: radial-gradient(circle, rgb(210,207,202,0.5) 0%, transparent 70%);
    bottom: 0;
    position: absolute;
    width: 150px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.search_foot .subscribe_holder h5 {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
}.search_foot .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    content: '';
    width: 40px;
    background: rgb(210,207,202);
}.search_foot .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    font-size: 13px;
}.search_foot .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0.5rem;
}.search_foot .input_holder::before {
    opacity: 0.1;
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(210,207,202,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(176,171,164,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    content: '';
    position: absolute;
    z-index: -1;
    left: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.search_foot .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.search_foot .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(210,207,202,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(210,207,202,0.5);
}.search_foot .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.search_foot .sub_border {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    background-color: rgb(210,207,202);
    font-weight: 600;
    color: #ffffff;
    padding: 1.125rem 1.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}.search_foot .sub_border::before {
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    z-index: -1;
}.search_foot .sub_border::after {
    z-index: -2;
    content: '';
    left: 0;
    transition: opacity 0.3s ease;
    background: rgb(176,171,164);
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}.search_foot .sub_border:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.search_foot .sub_border:hover::before {
    left: 100%;
}.search_foot .sub_border:hover::after {
    opacity: 1;
}.search_foot .glossary {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.search_foot .glossary::before {
    position: absolute;
    width: 60%;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(176,171,164,0.5), transparent);
    content: '';
    left: 20%;
}.search_foot .webinar_arch {
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 1200px) {.search_foot .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.search_foot .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.search_foot .nav_block::after {
    display: none;
}
}

@media (max-width: 991px) {.search_foot {
    padding: 5rem 0 2rem;
}.search_foot .talk_now {
    flex-wrap: wrap;
    justify-content: center;
}.search_foot .info_item {
    max-width: none;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
}.search_foot .info_item:not(:last-child)::after {
    display: none;
}.search_foot .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.search_foot .nav_block::before, 
    .search_foot .nav_block::after {
    display: none;
}.search_foot .head_edu {
    align-items: center;
    text-align: center;
}.search_foot .nav_block h5, 
    .search_foot .subscribe_holder h5 {
    text-align: center;
}.search_foot .nav_block h5::after, 
    .search_foot .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.search_foot .nav_learning {
    grid-template-columns: repeat(3, 1fr);
}.search_foot .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.search_foot {
    padding: 4rem 0 2rem;
}.search_foot .talk_now {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.search_foot .info_item {
    width: 100%;
    max-width: none;
}.search_foot .nav_learning {
    grid-template-columns: repeat(2, 1fr);
}.search_foot .glossary {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.search_foot {
    padding: 3rem 0 1.5rem;
}.search_foot .talk_now {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.search_foot .info_item p,
    .search_foot .info_item a {
    font-size: calc(13px - 1px);
}.search_foot .nav_learning {
    text-align: center;
    grid-template-columns: 1fr;
}.search_foot .nav_learning a:hover {
    transform: none;
}.search_foot .nav_learning a::before {
    transform: translateX(-50%);
    left: 50%;
}.search_foot .nav_learning a:hover::before {
    width: 30px;
}.search_foot .input_holder {
    width: 100%;
}}.join_now {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(176,171,164,0.5) 0%, rgb(237,235,233) 100%);
    padding: 130px 0;
}.join_now::before {
    content: '';
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(237,235,233) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(237,235,233) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(237,235,233) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(237,235,233) 75%);
    top: 0;
    height: 100%;
    opacity: 0.03;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    z-index: 1;
}.join_now .quick_training {
    display: grid;
    z-index: 10;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.join_now .container p {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 37px;
    margin: 0;
    padding: 50px;
    line-height: 1.4;
    position: relative;
    border-radius: 19px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    background: #ffffff;
    font-weight: 700;
    z-index: 5;
}.join_now .feedback_card {
    transition: all 0.5s ease;
    display: flex;
    padding: 50px;
    align-items: center;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    font-weight: 600;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    position: relative;
    font-size: 18px;
    background: rgb(210,207,202);
    color: #ffffff;
    text-decoration: none;
    z-index: 5;
    border-radius: 19px;
}.join_now .feedback_card::before {
    width: 200%;
    height: 200%;
    z-index: -1;
    position: absolute;
    top: -50%;
    left: -50%;
    content: '';
    opacity: 0;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgb(176,171,164) 0%, transparent 60%);
}.join_now .container p:hover,
.join_now .feedback_card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.join_now .feedback_card:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.join_now .feedback_card:hover::before {
    animation: pulse-bg 3s infinite;
    opacity: 0.3;
}.join_now::after {
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(210,207,202,0.5),
        rgb(176,171,164,0.5)
    );
    width: 300px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    filter: blur(80px);
    height: 300px;
    border-radius: 50%;
    content: '';
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.join_now {
    padding: 90px 0;
}.join_now .container p {
    padding: 40px;
    font-size: calc(22px * 1.2);
}.join_now .feedback_card {
    padding: 40px;
}
}

@media (max-width: 767px) {.join_now {
    padding: 70px 0;
}.join_now .quick_training {
    grid-template-columns: 1fr;
}.join_now .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    font-size: 22px;
    padding: 30px;
}.join_now .feedback_card {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.join_now .container p:hover,
    .join_now .feedback_card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.join_now {
    padding: 50px 0;
}.join_now .container p {
    padding: 25px 20px;
    font-size: calc(16px * 1.2);
}.join_now .feedback_card {
    font-size: calc(18px * 0.9);
    padding: 20px;
}}.gratWrapper {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(237,235,233) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.gratWrapper::before {
    z-index: 0;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(210,207,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(176,171,164,0.5) 0%, transparent 50%);
}.gratWrapper::after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(210,207,202), rgb(176,171,164), transparent);
    height: 3px;
    width: 100%;
}.gratWrapper .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.gratWrapper h2 {
    font-size: 32px;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}.gratWrapper h2::after {
    width: 80px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,171,164));
    position: absolute;
}.gratWrapper .quick_training {
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    opacity: 0;
    padding: 40px;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
    background: #ffffff;
}.gratWrapper .quick_training::before {
    left: 0;
    width: 5px;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(210,207,202), rgb(176,171,164));
    top: 0;
}.gratWrapper .quick_training::after {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 40%;
    content: "";
    pointer-events: none;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    z-index: 1;
}.gratWrapper .quick_training:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.gratWrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 2;
    position: relative;
}.gratWrapper li {
    padding-left: 25px;
    position: relative;
}.gratWrapper li::before {
    background: rgb(210,207,202);
    content: "";
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    width: 8px;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    top: 10px;
    height: 8px;
    left: 0;
}.gratWrapper span {
    line-height: 1.8;
    transform: translateX(20px);
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: block;
    opacity: 0;
    position: relative;
    color: #000000;
}.gratWrapper span::after {
    width: 0;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(210,207,202,0.5), transparent);
    bottom: -15px;
    position: absolute;
}

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

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.gratWrapper {
    padding: 90px 0;
}.gratWrapper h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.9);
}.gratWrapper .quick_training {
    padding: 35px;
}.gratWrapper .quick_training::after {
    width: 30%;
}
}

@media (max-width: 767px) {.gratWrapper {
    padding: 70px 0;
}.gratWrapper h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.gratWrapper h2::after {
    width: 60px;
    bottom: -12px;
}.gratWrapper .quick_training {
    padding: 30px 25px;
}.gratWrapper .quick_training::after {
    display: none;
}.gratWrapper span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.gratWrapper {
    padding: 50px 0;
}.gratWrapper h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.gratWrapper .quick_training {
    border-radius: 10px;
    padding: 25px 20px;
}.gratWrapper li {
    padding-left: 20px;
}.gratWrapper li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.gratWrapper span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.training_method {
    position: relative;
    background: linear-gradient(135deg, rgb(237,235,233) 0%, rgba(245, 247, 251, 0.95) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 8rem 0;
}.training_method::before {
    z-index: -1;
    filter: blur(40px);
    background: linear-gradient(120deg, rgb(210,207,202,0.5), rgb(176,171,164,0.5));
    height: 70%;
    animation: float 20s infinite alternate ease-in-out;
    width: 40%;
    opacity: 0.15;
    top: -5%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    right: -10%;
    position: absolute;
}.training_method::after {
    filter: blur(30px);
    opacity: 0.1;
    left: -5%;
    content: "";
    width: 30%;
    background: linear-gradient(220deg, rgb(176,171,164,0.5), rgb(210,207,202,0.5));
    height: 50%;
    transform: rotate(25deg) skewY(-10deg);
    bottom: -15%;
    position: absolute;
    z-index: -1;
    animation: float 25s infinite alternate-reverse ease-in-out;
}.training_method .quick_training {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.training_method h2 {
    max-width: 80%;
    transform: translateX(-0.5rem);
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}.training_method h2::before {
    opacity: 0.8;
    height: 0.7rem;
    background-color: rgb(210,207,202);
    width: 0.7rem;
    left: -1.5rem;
    top: 0.6em;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    transform: rotate(45deg);
    content: "";
}.training_method h2::after {
    background: linear-gradient(90deg, rgb(210,207,202) 0%, rgb(176,171,164) 100%);
    transform-origin: left center;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: -0.8rem;
    width: 3.5rem;
    border-radius: 1px;
    height: 3px;
    left: 0;
    content: "";
}.training_method:hover h2::after {
    width: 5rem;
}.training_method .phrase_holder {
    transform: translateY(0);
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    padding: 2.5rem;
    border-left: 3px solid rgb(210,207,202);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.1),
        0 2px 8px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.65));
    position: relative;
}.training_method .phrase_holder::before {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(rgb(176,171,164,0.5), 0.05));
    position: absolute;
}.training_method .phrase_holder:hover {
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -2px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.training_method p {
    position: relative;
    margin: 0;
    z-index: 2;
    line-height: 1.7;
    font-size: calc(14px + 0.05rem);
    color: #000000;
}

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

@media (min-width: 768px) {.training_method {
    padding: 10rem 0;
}.training_method .quick_training {
    padding: 0 4rem;
    grid-template-columns: 1fr;
}.training_method h2 {
    max-width: 70%;
    font-size: calc(33px * 1.1);
    margin-bottom: 1rem;
}.training_method .phrase_holder {
    margin-left: 2rem;
    border-left-width: 4px;
    padding: 3rem 3.5rem;
}.training_method p {
    font-size: calc(14px + 0.1rem);
    line-height: 1.75;
}
}

@media (min-width: 1024px) {.training_method .quick_training {
    grid-template-columns: 1fr;
    gap: 4rem;
}.training_method h2 {
    transform: translateX(-1rem);
    font-size: calc(33px * 1.2);
    max-width: 60%;
}.training_method h2::before {
    height: 0.8rem;
    left: -2rem;
    width: 0.8rem;
}.training_method .phrase_holder {
    margin-left: 4rem;
    border-left-width: 5px;
    padding: 3.5rem 4rem;
}
}

@media (max-width: 767px) {.training_method {
    padding: 5rem 0;
}.training_method .quick_training {
    padding: 0 1.5rem;
}.training_method h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.training_method h2::before {
    left: -1.2rem;
    width: 0.6rem;
    height: 0.6rem;
}.training_method .phrase_holder {
    margin-left: 0;
    padding: 1.8rem;
}.training_method p {
    line-height: 1.6;
    font-size: 14px;
}}.title_page {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 90vh;
    align-items: center;
}.title_page .learning_primary {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    min-height: 90vh;
    width: 100%;
}.title_page .learning_primary::before {
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    height: 100%;
    left: 0;
    backdrop-filter: blur(3px);
}.title_page .impact_stats {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(10px);
    width: 85%;
    padding: 3rem;
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.25),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    max-width: 1200px;
}.title_page .impact_stats:hover {
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.3),
    -12px -12px 35px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.title_page .impact_stats > div {
    opacity: 0;
    animation: fadeUp 0.8s forwards;
    transform: translateY(20px);
}.title_page .impact_stats > div:nth-child(1) {
    animation-delay: 0.2s;
}.title_page .impact_stats > div:nth-child(2) {
    animation-delay: 0.5s;
}.title_page .title_style_header {
    color: #ffffff;
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    position: relative;
}.title_page .title_style_header::after {
    transform: scaleX(0);
    bottom: -15px;
    width: 100px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(210,207,202) 0%, rgb(176,171,164) 100%);
    animation: scaleIn 0.6s 0.8s forwards;
    content: "";
    transform-origin: left;
    left: 0;
}.title_page h3 {
    line-height: 1.5;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(19px + 0.2rem);
}.title_page p {
    line-height: 1.6;
    position: relative;
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 17px;
    max-width: 90%;
    padding-left: 1rem;
}.title_page p::before {
    transform-origin: top;
    transform: scaleY(0);
    animation: scaleIn 0.4s 1s forwards;
    background: rgb(176,171,164);
    top: 0;
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    left: 0;
}

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

@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.title_page {
    min-height: 80vh;
}.title_page .learning_primary {
    min-height: 80vh;
}.title_page .impact_stats {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
}.title_page .title_style_header {
    font-size: calc(40px - 0.5rem);
}.title_page h3 {
    font-size: 19px;
}
}

@media (max-width: 768px) {.title_page {
    min-height: 70vh;
}.title_page .learning_primary {
    min-height: 70vh;
}.title_page .impact_stats {
    padding: 2rem;
    width: 95%;
    transform: none;
}.title_page .impact_stats:hover {
    transform: none;
}.title_page .title_style_header {
    font-size: calc(40px - 1rem);
    margin-bottom: 1.5rem;
}.title_page .title_style_header::after {
    height: 3px;
    width: 80px;
}.title_page h3 {
    margin-bottom: 1rem;
    font-size: calc(19px - 0.1rem);
}.title_page p {
    max-width: 100%;
    font-size: calc(17px - 0.1rem);
}
}

@media (max-width: 576px) {.title_page {
    min-height: auto;
    padding: 4rem 0;
}.title_page .learning_primary {
    min-height: auto;
}.title_page .impact_stats {
    padding: 1.5rem;
    box-shadow: 
      10px 10px 20px rgba(0, 0, 0, 0.25),
      -5px -5px 15px rgba(255, 255, 255, 0.1);
}.title_page .title_style_header {
    font-size: calc(32px - 0.2rem);
    margin-bottom: 1.25rem;
}.title_page .title_style_header::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.title_page h3 {
    font-size: calc(20px + 0.1rem);
}.title_page p {
    margin-top: 1rem;
    padding-left: 0.75rem;
}.title_page p::before {
    width: 2px;
}}.privacy_redoubt {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_redoubt h1 {
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 38px;
    color: rgb(210,207,202);
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(210,207,202);
}.privacy_redoubt h2 {
    font-size: 33px;
    font-weight: 600;
    margin-top: 30px;
    border-left: 4px solid rgb(176,171,164);
    padding-left: 15px;
    color: rgb(176,171,164);
    margin-bottom: 20px;
}.privacy_redoubt ul {
    margin: 20px 0;
    padding-left: 40px;
    list-style-type: square;
}.privacy_redoubt li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    line-height: 1.5;
}.privacy_redoubt p, .privacy_redoubt span, .privacy_redoubt div {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
}.privacy_redoubt h3, .privacy_redoubt h4, .privacy_redoubt h5, .privacy_redoubt h6 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    color: rgb(210,207,202);
    border-left: 3px solid rgb(210,207,202);
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.privacy_redoubt {
    padding: 30px;
}.privacy_redoubt h1 {
    font-size: calc(24px - 4px);
}.privacy_redoubt h2 {
    font-size: calc(24px - 3px);
}.privacy_redoubt h3, .privacy_redoubt h4, .privacy_redoubt h5, .privacy_redoubt h6 {
    font-size: calc(24px - 2px);
}.privacy_redoubt p, .privacy_redoubt span, .privacy_redoubt div, .privacy_redoubt li {
    font-size: calc(14px - 2px);
}}.program_structure {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background-color: rgb(176,171,164);
}.program_structure::before {
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(ellipse at bottom right, rgb(210,207,202,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(176,171,164,0.5) 0%, transparent 60%);
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
}.program_structure::after {
    position: absolute;
    background-size: 50px 50px;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
}.program_structure .container {
    z-index: 2;
    position: relative;
}.program_structure .training_guide {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 60px;
}.program_structure .phrase_holder {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    order: 2;
    gap: 30px;
}.program_structure .phrase_holder h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 20px;
    grid-column: 1 / -1;
    text-align: center;
}.program_structure .phrase_holder h2::after {
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,171,164));
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 10px;
    left: 50%;
    width: 100px;
}.program_structure .phrase_holder .description {
    overflow: hidden;
    backdrop-filter: blur(10px);
    font-size: 16px;
    padding: 25px;
    position: relative;
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.8;
}.program_structure .phrase_holder .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program_structure .phrase_holder .description::before {
    left: 0;
    background: rgb(210,207,202);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
}.program_structure .phrase_holder .description:last-of-type::before {
    background: rgb(176,171,164);
}.program_structure .phrase_holder .description::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
}.program_structure .img_rounded_box {
    overflow: hidden;
    position: relative;
    height: 400px;
    border-radius: 10px;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.program_structure .img_rounded_box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.program_structure .training_guide {
    gap: 80px;
}.program_structure .img_rounded_box {
    height: 500px;
}
}

@media (max-width: 991px) {.program_structure {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 60px 0;
}.program_structure .phrase_holder {
    grid-template-columns: 1fr;
}.program_structure .phrase_holder h2 {
    font-size: calc(43px * 0.9);
}.program_structure .img_rounded_box {
    height: 350px;
}
}

@media (max-width: 480px) {.program_structure {
    padding: 40px 0;
}.program_structure .training_guide {
    gap: 40px;
}.program_structure .phrase_holder h2 {
    padding-bottom: 15px;
    font-size: calc(43px * 0.8);
}.program_structure .phrase_holder h2::after {
    width: 80px;
}.program_structure .phrase_holder .description {
    padding: 20px;
}.program_structure .img_rounded_box {
    height: 250px;
}}.stay_informed {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    isolation: isolate;
    margin: 5rem 0;
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(176,171,164,0.5), rgb(210,207,202,0.5) 80%);
}.stay_informed::before {
    top: -50%;
    pointer-events: none;
    width: 80%;
    height: 200%;
    z-index: -1;
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    left: -20%;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    opacity: 0.07;
}.stay_informed::after {
    animation: rotateSlow 18s infinite linear;
    opacity: 0.15;
    height: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -30px;
    content: "";
    z-index: -1;
    position: absolute;
    width: 120px;
    background: rgb(176,171,164);
    right: -30px;
}.stay_informed .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}.stay_informed .quick_training {
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.stay_informed .quick_training > div {
    padding: 1rem 0 2.5rem;
    position: relative;
}.stay_informed h4 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    max-width: 90%;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    transform: translateX(1rem);
}.stay_informed h4::before {
    top: 0.5rem;
    transform-origin: top;
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    left: -1rem;
    content: "";
    width: 4px;
    position: absolute;
    background: rgb(210,207,202);
    height: 85%;
    transform: scaleY(0);
}.stay_informed .input_holder {
    gap: 1rem;
    position: relative;
    max-width: 650px;
    flex-direction: column;
    display: flex;
    width: 100%;
}.stay_informed .input_holder::before {
    background: linear-gradient(120deg, #ffffff, transparent);
    position: absolute;
    transition: transform 0.5s ease-out;
    border-radius: 10px;
    z-index: -1;
    inset: -10px;
    opacity: 0.15;
    transform: translateX(-100%);
    content: "";
}.stay_informed .input_holder:focus-within::before {
    transform: translateX(0);
}.stay_informed .input_holder span {
    position: relative;
}.stay_informed .input_holder span:first-child {
    flex: 1;
}.stay_informed input[type="email"] {
    outline: none;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.stay_informed input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}.stay_informed input[type="email"]:focus {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: rgb(176,171,164);
}.stay_informed .sub_border {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    display: inline-block;
    background: rgb(176,171,164);
    padding: 1rem 2rem;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
}.stay_informed .sub_border::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
    transition: left 0.8s ease;
    position: absolute;
    top: 0;
    height: 100%;
}.stay_informed .sub_border:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
    background: rgb(210,207,202);
}.stay_informed .sub_border:hover::before {
    left: 100%;
}.stay_informed .sub_border:active {
    transform: translateY(-1px);
}

@keyframes scaleIn {
    to { transform: scaleY(1); }
}

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

@media (min-width: 768px) {.stay_informed {
    margin: 7rem 0;
    padding: 5rem 4rem;
}.stay_informed::before {
    width: 60%;
}.stay_informed .quick_training {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
}.stay_informed .quick_training > div {
    flex: 1;
    padding: 0;
}.stay_informed h4 {
    max-width: 100%;
    transform: translateX(2rem);
}.stay_informed h4::before {
    left: -2rem;
}.stay_informed .input_holder {
    gap: 1.5rem;
    flex: 1;
    flex-direction: row;
}.stay_informed input[type="email"] {
    height: 100%;
}.stay_informed .sub_border {
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 1024px) {.stay_informed {
    padding: 5rem;
}.stay_informed::before {
    transform: rotate(10deg);
    width: 50%;
    left: -10%;
    top: -30%;
}.stay_informed::after {
    height: 150px;
    width: 150px;
}.stay_informed .quick_training {
    gap: 4rem;
}.stay_informed h4 {
    font-size: calc(20px * 1.1);
}.stay_informed .input_holder {
    gap: 2rem;
}.stay_informed input[type="email"] {
    padding: 1.25rem 2rem;
}.stay_informed .sub_border {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.stay_informed {
    padding: 6rem;
}.stay_informed .quick_training {
    gap: 6rem;
}.stay_informed h4 {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 480px) {.stay_informed {
    margin: 3rem 0;
    padding: 3rem 1.5rem;
}.stay_informed h4 {
    transform: translateX(0.75rem);
    font-size: calc(20px * 0.9);
}.stay_informed h4::before {
    left: -0.75rem;
}.stay_informed input[type="email"] {
    padding: 0.9rem 1.25rem;
}.stay_informed .sub_border {
    font-size: calc(19px * 0.9);
    padding: 0.9rem 1.5rem;
}
}