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

html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}

.top_pagebar {
    flex: 1 0 auto;
}

.find_us::before {
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    content: "";
}

.find_us .message_page {
    position: relative;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    display: grid;
    perspective: 1000px;
    gap: 24px;
}

.find_us .request_feedback::before {
    width: 150px;
    z-index: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(183,186,151,0.5) 100%);
    border-radius: 0 0 25px 0;
    opacity: 0.1;
    content: "";
    bottom: 0;
    height: 150px;
    right: 0;
    transition: opacity 0.3s ease;
    position: absolute;
}

.find_us .request_feedback:hover::before {
    opacity: 0.2;
}

.find_us h2::before {
    width: 40px;
    position: absolute;
    content: "";
    background: rgb(183,186,151);
    transition: width 0.3s ease;
    bottom: -12px;
    height: 4px;
    left: 0;
    border-radius: 10px;
}

.find_us .edu_input {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}

.find_us .reach_team {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}

.find_us .request_feedback .pic_wrap_item {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.4s ease-out;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    height: 100%;
    transform: translateZ(20px);
}

.find_us .get_contactwidget {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.find_us .get_contactwidget a::before {
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, rgb(183,186,151,0.5), transparent);
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
}

.find_us .get_contactwidget a:hover::before {
    opacity: 0.15;
}

.find_us svg {
    width: 22px;
    margin-right: 12px;
    fill: rgb(183,186,151);
    height: 22px;
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
}



.find_us .get_contactwidget a::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid rgb(183,186,151,0.5);
    transform: translateY(-50%);
    transition: transform 0.3s ease, border-color 0.3s ease;
    content: "";
    top: 50%;
    border-right: 2px solid rgb(183,186,151,0.5);
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
}

.find_us .request_feedback:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}

.find_us .request_feedback:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}

.find_us .request_feedback:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}



.find_us .reach_team span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}

.design_res .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}

.design_res .company_holder h3 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}

.design_res .top_main {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.design_res .top_pro h5 {
    font-size: 20px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}

.design_res .top_pro h5 {
    letter-spacing: 0.5px;
}

.design_res .top_pro .top_main a::before {
    left: 0;
    content: '';
    height: 100%;
    background: rgb(183,186,151);
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    width: 3px;
}

.cert_block {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
}



.cert_block {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}

.design_res .company_holder::after {
    content: '';
    width: 150px;
    height: 150px;
    top: 40px;
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.4;
    right: -50px;
    background: rgb(183,186,151,0.5);
    z-index: -1;
}

.design_res .encrypt_cta::before {
    bottom: -50px;
    filter: blur(70px);
    left: 80px;
    z-index: -1;
    content: '';
    height: 180px;
    position: absolute;
    background: rgb(172,114,114,0.5);
    border-radius: 50%;
    width: 180px;
    opacity: 0.25;
}

.connect_form::before {
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    left: 0;
}

.connect_form .help_query {
    padding: 50px 40px;
    grid-row: 1;
    grid-column: 1;
    background: #ffffff;
}

.connect_form h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(183,186,151);
}

.connect_form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.connect_form .query_map {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.connect_form .query_map input[type="checkbox"]:checked::after {
    top: 50%;
    color: #ffffff;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "✓";
}

.connect_form .query_info {
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 19px;
    transition: all 0.3s ease;
    font-weight: 600;
    background: rgb(183,186,151);
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    margin-top: 10px;
    align-self: flex-start;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.education_experience::before {
    z-index: 0;
    top: 0;
    height: 100%;
    opacity: 0.07;
    left: 0;
    content: "";
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(172,114,114,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(172,114,114,0.5) 2px, transparent 2px);
}

.education_experience .success_opinions > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}

.education_experience .pic_wrap_item {
    height: 160px;
    transform: rotate(-2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    width: 160px;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    position: relative;
}

.education_experience .success_opinions > div:nth-child(2) {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.education_experience .name {
    display: inline-block;
    margin: 0 0 10px;
    color: rgb(183,186,151);
    letter-spacing: 0.5px;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
}

.education_experience .experience_details::before {
    content: "";
    top: -20px;
    font-size: 80px;
    color: rgb(172,114,114);
    left: 10px;
    opacity: 0.1;
    position: absolute;
    font-family: serif;
}

.education_experience .experience_details::after {
    font-size: 80px;
    bottom: -70px;
    content: "";
    color: rgb(172,114,114);
    font-family: serif;
    right: 10px;
    position: absolute;
    opacity: 0.1;
}

.welcome .course_front input {
    display: none;
}

.welcome .master_studyfast {
    height: 100%;
    position: relative;
    width: 20%;
    overflow: hidden;
}

.welcome .page_front {
    bottom: 40px;
    display: flex;
    gap: 3px;
    right: 40px;
    z-index: 10;
    position: absolute;
}

.welcome .page_front::before {
    z-index: -1;
    border-radius: 24px;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    inset: -10px;
    position: absolute;
}

.welcome .words_container .container {
    max-width: 650px;
    padding: 0;
    position: relative;
    background: transparent;
}

.welcome .words_container h3 {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 1.5rem;
    font-size: 22px;
}

.welcome input:nth-of-type(1):checked ~ .edu_trackfast {
    transform: translateX(0);
}

.welcome input:nth-of-type(2):checked ~ .edu_trackfast {
    transform: translateX(-20%);
}

.welcome input:nth-of-type(4):checked ~ .edu_trackfast {
    transform: translateX(-60%);
}

.welcome input:nth-of-type(7):checked ~ .edu_trackfast {
    transform: translateX(-120%);
}

.welcome input:nth-of-type(10):checked ~ .edu_trackfast {
    transform: translateX(-180%);
}

.company_overview {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
}

.company_overview::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}

.company_overview::after {
    width: 300px;
    background: rgb(183,186,151);
    filter: blur(50px);
    height: 300px;
    content: "";
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    z-index: 0;
}

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

.company_overview h4::after {
    position: absolute;
    transform: translateX(-50%);
    background: rgb(172,114,114);
    bottom: -15px;
    width: 60px;
    height: 3px;
    content: "";
    left: 50%;
}

.company_overview .words_container::before {
    left: 0;
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,186,151), rgb(172,114,114));
    top: 0;
    content: "";
    height: 100%;
}

.company_overview .words_container h6::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.4s ease;
    bottom: -8px;
    transform: scaleX(1);
    width: 50%;
    height: 2px;
    background: rgb(172,114,114);
    content: "";
}


.cookies_overview {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(172,114,114) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(183,186,151,0.5);
    padding: 20px 5%;
}

.digital_consent:hover svg {
    transform: rotate(20deg);
}

.user_dialog {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}

.user_dialog p {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(183,186,151,0.5);
    margin-bottom: 0;
}

.track_bar:hover {
    background: rgb(172,114,114);
    box-shadow: 0 0 20px rgb(172,114,114,0.5);
}

.cookie_message_panel p a:hover {
    color: rgb(172,114,114);
}

#policyAlertWindow:checked ~ .cookie_message_panel {
    opacity: 0;
    visibility: hidden;
}

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

.tariff_grid h2::after {
    bottom: -10px;
    content: '';
    left: 50%;
    background: rgb(172,114,114);
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    position: absolute;
}

.tariff_grid .package_deal {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
}

.tariff_grid .lesson_plans {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    padding: 35px 30px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.tariff_grid .learn_price {
    position: relative;
    z-index: 2;
}

.tariff_grid .learn_price h4::after {
    height: 2px;
    left: 0;
    background: rgb(183,186,151);
    bottom: -8px;
    position: absolute;
    transition: width 0.4s ease;
    content: '';
    width: 40px;
}

.tariff_grid .learn_fees::before {
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    left: 0;
    top: 0;
    width: 40px;
    position: absolute;
    content: '';
}

.join_our_mailing_list .impact_stats {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.join_our_mailing_list h3 {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 37px;
    font-weight: 700;
    transform: skewX(-5deg);
}

.join_our_mailing_list input[type="email"]:focus {
    background: rgb(186,202,202);
    outline: none;
    box-shadow: inset 0 0 0 3px rgb(183,186,151,0.5);
}

.join_our_mailing_list .free_trial:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.course_program::before {
    width: 100%;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(172,114,114,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(183,186,151,0.5) 0%, transparent 40%);
    animation: pulseGlow 12s infinite alternate;
    height: 100%;
    content: "";
    opacity: 0.6;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.course_program .class_plan {
    background: #ffffff;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(183,186,151,0.5),
        0 0 40px rgb(172,114,114,0.5);
    z-index: 3;
    transform: translateY(80px);
    width: 75%;
    border-radius: 28px;
    margin-right: auto;
    padding: 60px;
    margin-left: auto;
    position: relative;
    backdrop-filter: blur(10px);
}

.course_program .nav_master svg {
    height: 60%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    fill: rgb(183,186,151);
    width: 60%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.course_program .nav_master:hover svg path {
    animation: drawPath 2s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    stroke: rgb(183,186,151);
}

.course_program .class_plan h3::after {
    height: 3px;
    content: "";
    width: 80px;
    left: 15px;
    bottom: 2.5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,186,151), transparent);
}

.course_program .pic_wrap_item {
    transition: transform 0.6s ease;
    height: 400px;
    margin-left: auto;
    width: 85%;
    border-radius: 
        28px 28px 
        calc(28px * 3) 28px;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.client_comments {
    background: radial-gradient(circle at 70% 30%, rgb(172,114,114,0.5) 0%, rgb(186,202,202) 70%);
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
}



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

.client_comments h4::before,
.client_comments h4::after {
    height: 3px;
    background: rgb(183,186,151);
    bottom: -20px;
    position: absolute;
    content: "";
}

.client_comments h4::before {
    width: 80px;
    left: calc(50% - 100px);
}

.client_comments .learning_voices::before {
    z-index: -1;
    border-radius: 13px;
    content: "";
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.05);
    top: 50%;
    left: 50%;
    opacity: 0.5;
    height: 100%;
    border: 2px dashed rgb(183,186,151,0.5);
}

.client_comments .success_opinions .pic_wrap_item {
    height: 80px;
    width: 80px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 15px;
    z-index: 2;
    border-radius: 50%;
    position: relative;
    border: 4px solid #ffffff;
}

.client_comments .success_opinions p {
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
    z-index: 2;
}

.privacy_hutch h1 {
    text-transform: uppercase;
    font-size: 46px;
    color: #000000;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.privacy_hutch ul, .privacy_hutch ol {
    list-style-type: disc;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
}

.privacy_hutch p, .privacy_hutch span {
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 17px;
}

.privacy_hutch a:hover {
    text-decoration: underline;
    color: rgb(183,186,151);
}

.privacy_hutch button:hover {
    background: rgb(183,186,151);
}

header:after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    opacity: 0.8;
    width: 100%;
    filter: blur(1px);
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(172,114,114) 0%,
        rgb(183,186,151) 50%,
        rgb(172,114,114) 100%
    );
}

header .container {
    max-width: 1200px;
    position: relative;
    padding: 16px 25px;
    margin: 0 auto;
}

header .head_learn {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

header .top_pro {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}

header .head_mainbar {
    padding: 5px 0;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
}

header .head_mainbar:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .head_mainbar:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .nav_wrap {
    align-items: center;
    transition: all 0.4s ease;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 5px;
}

header .nav_wrap:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}

header .nav_wrap:hover:after {
    opacity: 0.7;
}

header .nav_wrap svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(183,186,151,0.5));
}

.gratitudeDiv {
    background: linear-gradient(135deg, rgb(186,202,202) 0%, rgb(183,186,151,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 1.5rem;
}

.gratitudeDiv .container {
    margin: 0 auto;
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.gratitudeDiv h2::after {
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(183,186,151) 0%, rgb(172,114,114) 100%);
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    position: absolute;
    content: "";
    transform-origin: left;
    height: 3px;
    width: 6rem;
    transform: scaleX(0);
    left: 0;
}

.gratitudeDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gratitudeDiv li {
    padding-left: 2.5rem;
    position: relative;
}

.gratitudeDiv li::after {
    color: rgb(183,186,151);
    position: absolute;
    content: "✓";
    font-weight: 700;
    font-size: 1rem;
    left: 0.45rem;
    top: 0.4rem;
}

.educational_rewards {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(130deg, rgb(186,202,202) 0%, rgb(183,186,151,0.5) 80%);
}

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

.educational_rewards .impact_stats::before {
    z-index: 1;
    height: 80%;
    position: absolute;
    top: 10%;
    width: 2px;
    background: linear-gradient(to bottom, rgb(183,186,151,0.5), transparent);
    content: "";
    left: calc(50% - 1px);
}

.educational_rewards .pic_wrap_item:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}

.educational_rewards .words_container {
    border-radius: 20px;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-column: 2;
    z-index: 2;
    padding: 50px 40px;
}

.educational_rewards h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
}

.educational_rewards li {
    border-radius: 12px;
    background: rgb(186,202,202);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.educational_rewards li:hover::before {
    opacity: 0.3;
}

.educational_rewards li p {
    gap: 16px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    margin: 0;
    font-size: 15px;
    z-index: 1;
    color: #000000;
    padding: 16px 20px;
    align-items: center;
    display: flex;
}

.educational_rewards li:hover svg path {
    fill: rgb(172,114,114);
}

.tariff_grid .learn_price p::-webkit-scrollbar {
    width: 4px;
}

.tariff_grid .learn_price p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.tariff_grid .learn_price p::-webkit-scrollbar-thumb {
    background: rgb(183,186,151,0.5);
}



@media (max-width: 576px) {.find_us {
    padding: 40px 0;
}.find_us .request_feedback {
    padding: 25px 20px;
}.find_us h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 25px;
}.find_us p {
    font-size: calc(13px * 0.95);
}.find_us .reach_team {
    flex-direction: column;
    gap: 8px;
}.find_us .reach_team span {
    width: 100%;
    text-align: center;
}.find_us .request_feedback .pic_wrap_item {
    height: 220px;
}.find_us .get_contactwidget a {
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
}.find_us .get_contactwidget a span {
    margin-right: 0;
    margin-bottom: 5px;
}}



@media (max-width: 576px) {.connect_form {
    padding: 40px 0;
}.connect_form .container {
    padding: 0 15px;
}.connect_form h2::after {
    width: 40px;
}.connect_form .help_query {
    padding: 25px 20px;
}.connect_form #contact {
    gap: 20px;
}.connect_form .query_info {
    width: 100%;
    padding: 14px 20px;
}.connect_form .pic_wrap_item {
    min-height: 200px;
}}



@media (max-width: 767px) {.education_experience {
    padding: 60px 0;
}.education_experience .success_opinions {
    padding: 30px 25px;
}.education_experience .pic_wrap_item {
    width: 140px;
    height: 140px;
}.education_experience .name {
    font-size: 24px;
}.education_experience .success_opinions > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.education_experience .experience_details {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    padding: 15px 15px 15px 25px;
}}



@media (max-width: 1199px) {.welcome .words_container {
    left: 30px;
    width: 90%;
    bottom: 30px;
}.welcome .words_container .container {
    max-width: 600px;
}.welcome .page_front {
    bottom: 30px;
    right: 30px;
}
}



@media (max-width: 575px) {.welcome .impact_stats {
    height: 80vh;
}.welcome .course_front {
    height: 80vh;
}.welcome .words_container {
    bottom: 60px;
    width: 85%;
    left: 15px;
}.welcome .words_container .container {
    max-width: 100%;
}.welcome .words_container h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 0.8rem;
}.welcome .words_container h1::after {
    width: 50px;
}.welcome .words_container h3 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
}.welcome .words_container p {
    padding-left: 10px;
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.welcome .page_front {
    left: 15px;
    right: auto;
    bottom: 15px;
}.welcome .page_front label {
    height: 2px;
    width: 20px;
}
}



@media (orientation: landscape) and (max-height: 500px) {.welcome .impact_stats {
    height: 95vh;
}.welcome .course_front {
    height: 95vh;
}}


@media only screen and (max-width: 1200px) {.cookie_message_panel {
    padding: 20px;
}.cookies_overview {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.digital_consent {
    display: none;
}.cookies_overview {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.user_dialog {
    margin-bottom: 20px;
    text-align: center;
}.cookie_message_panel h5, .cookie_message_panel p {
    text-align: center;
}.track_bar {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 480px) {.tariff_grid {
    padding: 50px 0;
}.tariff_grid h2 {
    font-size: calc(34px - 8px);
}.tariff_grid .value_deals {
    font-size: calc(18px - 2px);
}.tariff_grid .lesson_plans {
    padding: 20px 15px;
}.tariff_grid .learn_price p {
    font-size: calc(18px - 2px);
}}



@media screen and (max-width: 1200px) {.course_program {
    padding: 100px 0;
}.course_program .class_plan {
    transform: translateY(70px);
    padding: 50px;
    width: 85%;
}.course_program .pic_wrap_item {
    height: 350px;
    width: 90%;
}
}



@media screen and (max-width: 768px) {.course_program {
    padding: 60px 0;
}.course_program .class_plan {
    transform: translateY(-60px);
    padding: 30px;
    width: 100%;
}.course_program .nav_master {
    left: 30px;
    height: 80px;
    width: 80px;
    top: -40px;
}.course_program .class_plan h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.course_program .class_plan p {
    font-size: calc(15px * 0.95);
}.course_program .pic_wrap_item {
    height: 280px;
}.course_program .class_plan::before {
    height: 150px;
    top: -10px;
    right: -10px;
    width: 150px;
}
}



@media (max-width: 768px) {.client_comments {
    padding: 80px 0 100px;
}.client_comments .learning_voices {
    gap: 40px;
    grid-template-columns: 1fr;
}.client_comments .success_opinions {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}.client_comments .success_opinions:last-child:nth-child(2n-1) {
    width: 100%;
    grid-column: 1;
}.client_comments .success_opinions:hover {
    transform: translateY(-5px);
}.client_comments h4 {
    margin-bottom: 50px;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_wrap svg {
    height: 35px;
}}



@media (max-width: 768px) {.gratitudeDiv {
    padding: 4rem 1.25rem;
}.gratitudeDiv h2 {
    font-size: calc(30px - 0.5rem);
}.gratitudeDiv .impact_stats {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
}.gratitudeDiv li {
    padding-left: 2rem;
}
}



@media (max-width: 992px) {.educational_rewards {
    padding: 80px 0;
}.educational_rewards .impact_stats {
    grid-template-columns: 1fr;
    gap: 50px;
}.educational_rewards .impact_stats::before {
    display: none;
}.educational_rewards .pic_wrap_item {
    width: 80%;
    transform: perspective(800px) rotateY(0);
    margin: 0 auto;
    grid-row: 1;
    grid-column: 1;
}.educational_rewards .words_container {
    grid-column: 1;
    width: 90%;
    transform: translateY(0);
    margin: 0 auto;
    grid-row: 2;
}
}

@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



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



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



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



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



@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}

