* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.scholar_cta {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
}.head_skill {
    flex: 1 0 auto;
}.wrapping-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1153px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@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_chooser {
    position: relative;
    overflow: hidden;
    background-color: rgb(233,228,205);
    padding: 5rem 0;
}.plan_chooser::before {
    background: linear-gradient(135deg, rgb(197,193,169), rgb(163,158,134));
    top: -3rem;
    width: 12rem;
    position: absolute;
    transform: rotate(15deg);
    right: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 12rem;
    opacity: 0.07;
    content: "";
}.plan_chooser::after {
    width: 18rem;
    opacity: 0.05;
    bottom: -5rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -5rem;
    position: absolute;
    transform: rotate(-10deg);
    z-index: 0;
    height: 18rem;
    background: linear-gradient(45deg, rgb(163,158,134), rgb(197,193,169,0.5));
    content: "";
}.plan_chooser .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
}.plan_chooser .indv_cost {
    display: flex;
    flex-direction: column;
}.plan_chooser .learning_packages {
    order: -1;
    position: relative;
    margin-bottom: 3rem;
}.plan_chooser .learning_packages h2 {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
}.plan_chooser .learning_packages h2::after {
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(197,193,169), transparent);
    width: 60%;
}.plan_chooser .rate_choices {
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 800px;
    color: #000000;
    font-size: 17px;
}.plan_chooser .cert_fees {
    display: grid;
    width: 100%;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.plan_chooser .trial_offers {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 2;
    color: #000000;
}.plan_chooser .tuition_grid {
    flex-direction: column;
    transform: translateY(0);
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    display: flex;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    min-height: 480px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.plan_chooser .trial_offers:hover .tuition_grid {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.plan_chooser .payment_scheme {
    z-index: 2;
    overflow: hidden;
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
    padding: 2rem;
}.plan_chooser .payment_scheme h3 {
    font-size: calc(19px + 0.1rem);
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 0.5rem;
}.plan_chooser .trial_offers:hover .payment_scheme h3 {
    color: rgb(197,193,169);
}.plan_chooser .pricing_schemes {
    color: rgb(197,193,169);
    font-size: calc(19px + 0.5rem);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: block;
    transition: transform 0.3s ease;
}.plan_chooser .pricing_schemes::before {
    background-color: rgb(197,193,169,0.5);
    bottom: -0.75rem;
    content: "";
    position: absolute;
    width: 3rem;
    left: 0;
    height: 2px;
    transform-origin: left;
    transition: transform 0.4s ease;
    transform: scaleX(1);
}.plan_chooser .trial_offers:hover .pricing_schemes::before {
    transform: scaleX(1.5);
}.plan_chooser .payment_scheme p {
    font-size: calc(17px - 0.1rem);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}.plan_chooser .pic_banner {
    position: relative;
    transition: transform 0.6s ease;
    overflow: hidden;
    width: 100%;
    height: 180px;
}.plan_chooser .pic_banner::after {
    opacity: 0.7;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    position: absolute;
    bottom: 0;
    right: 0;
}.plan_chooser .trial_offers:hover .pic_banner {
    transform: scale(1.03);
}.plan_chooser .trial_offers:hover .pic_banner::after {
    opacity: 0.4;
}.plan_chooser .tuition_grid::before {
    transform-origin: left;
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    transform: scaleX(0);
    left: 0;
}.plan_chooser .trial_offers:hover .tuition_grid::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.plan_chooser .indv_cost {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.plan_chooser .learning_packages {
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 0;
}.plan_chooser .cert_fees {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_chooser .tuition_grid {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.plan_chooser {
    padding: 3rem 0;
}.plan_chooser .cert_fees {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.plan_chooser .learning_packages h2 {
    text-align: center;
    display: block;
}.plan_chooser .learning_packages h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.plan_chooser .rate_choices {
    text-align: center;
}.plan_chooser .tuition_grid {
    min-height: auto;
}.plan_chooser .payment_scheme {
    padding: 1.5rem;
}.plan_chooser .pic_banner {
    height: 160px;
}
}

@media (min-width: 1024px) {.plan_chooser .cert_fees {
    grid-template-columns: repeat(2, 1fr);
}.plan_chooser .trial_offers:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.plan_chooser .learning_packages {
    padding-top: 4rem;
}.plan_chooser .trial_offers:hover {
    z-index: 5;
}.plan_chooser .cert_fees {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.plan_chooser .trial_offers,
    .plan_chooser .tuition_grid,
    .plan_chooser .pic_banner,
    .plan_chooser .pricing_schemes::before,
    .plan_chooser .tuition_grid::before {
    transition: none;
}}header {
    width: 100%;
    overflow: visible;
    background: rgb(233,228,205);
    position: relative;
    z-index: 99;
}header::before {
    position: absolute;
    opacity: 0.15;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(197,193,169,0.5) 0%, transparent 50%, rgb(197,193,169,0.5) 100%);
}header .top_edu {
    display: grid;
    position: relative;
    padding: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 15px;
}header .top_edu::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(197,193,169,0.5), transparent);
    top: 50%;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
}header .top_edu .header_base {
    position: relative;
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
}header .top_edu .header_base::before,
header .top_edu .header_base::after {
    position: absolute;
    border-radius: 23px;
    height: 90%;
    content: "";
    width: 90%;
}header .top_edu .header_base::before {
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(197,193,169);
    left: -5px;
    transform-origin: top left;
    transform: scale(0);
    border-top: 2px solid rgb(197,193,169);
    top: -5px;
}header .top_edu .header_base::after {
    transform: scale(0);
    border-right: 2px solid rgb(163,158,134);
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(163,158,134);
    right: -5px;
    transition: transform 0.3s ease;
    bottom: -5px;
}header .top_edu .header_base:hover::before,
header .top_edu .header_base:hover::after {
    transform: scale(1);
}header .top_edu .header_base .top_skill {
    transition: transform 0.3s ease;
    display: block;
}header .top_edu .header_base .top_skill svg {
    height: 60px;
    width: auto;
}header .top_edu .head_master {
    flex-wrap: wrap;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(163,158,134) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    margin: 0;
    position: relative;
    justify-content: center;
    list-style: none;
}header .top_edu .head_master::before,
header .top_edu .head_master::after {
    height: 70%;
    background: rgb(197,193,169,0.5);
    content: "";
    top: 15%;
    width: 2px;
    position: absolute;
}header .top_edu .head_master::before {
    left: 0;
}header .top_edu .head_master::after {
    right: 0;
}header .top_edu .head_master .head_tutor {
    padding: 0 15px;
    transition: transform 0.3s ease;
    margin: 0;
    position: relative;
}header .top_edu .head_master .head_tutor:not(:last-child)::after {
    top: 20%;
    right: 0;
    width: 1px;
    content: "";
    height: 60%;
    position: absolute;
    background: rgb(163,158,134,0.5);
}header .top_edu .head_master .head_tutor:hover {
    transform: translateY(-3px);
}header .top_edu .head_master .head_tutor a {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 10px 5px;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    display: block;
    font-size: 17px;
    transition: color 0.3s ease;
}header .top_edu .head_master .head_tutor a:hover {
    color: rgb(197,193,169);
}header .top_edu .head_master .head_tutor a::before {
    height: 2px;
    width: 100%;
    bottom: 5px;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    background: rgb(163,158,134);
    left: 0;
    transform: scaleX(0);
}header .top_edu .head_master .head_tutor a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top_edu {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .top_edu .head_master {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top_edu {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .top_edu .header_base {
    padding: 5px 10px;
}header .top_edu .header_base .top_skill svg {
    height: 45px;
}header .top_edu .head_master {
    padding: 15px 0 10px;
}header .top_edu .head_master .head_tutor {
    padding: 0 10px;
}header .top_edu .head_master .head_tutor a {
    font-size: calc(17px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .top_edu .head_master {
    justify-content: center;
    flex-wrap: wrap;
}header .top_edu .head_master .head_tutor {
    margin: 3px 0;
}header .top_edu .head_master .head_tutor:not(:last-child)::after {
    display: none;
}}.privacy_harbor {
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px;
    color: #000000;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_harbor h1 {
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(197,193,169);
    font-weight: 700;
    color: rgb(197,193,169);
    text-transform: uppercase;
    font-size: 47px;
}.privacy_harbor h2 {
    font-size: 31px;
    border-bottom: 2px solid rgb(163,158,134);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: rgb(163,158,134);
    margin-top: 30px;
}.privacy_harbor h3, .privacy_harbor h4, .privacy_harbor h5, .privacy_harbor h6 {
    font-weight: 400;
    border-bottom: 1px solid rgb(197,193,169,0.5);
    font-size: 18px;
    padding-bottom: 5px;
    color: rgb(197,193,169);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_harbor ul, .privacy_harbor ol {
    margin: 20px 0;
    list-style-type: none;
    padding-left: 0;
}.privacy_harbor ul li::before {
    color: rgb(163,158,134);
    content: '•';
    width: 1em;
    display: inline-block;
    margin-left: -1em;
}.privacy_harbor ol li {
    counter-increment: list;
}.privacy_harbor ol li::before {
    margin-left: -1em;
    width: 1em;
    display: inline-block;
    content: counter(list) ".";
    color: rgb(163,158,134);
}.privacy_harbor li {
    margin-bottom: 10px;
    padding-left: 5px;
}.privacy_harbor section {
    background: rgb(163,158,134,0.5);
    border-radius: 10px;
    border: 1px solid rgb(197,193,169,0.5);
    padding: 30px;
}.privacy_harbor p, .privacy_harbor span, .privacy_harbor div {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_harbor {
    padding: 25px;
}.privacy_harbor h1 {
    font-size: calc(23px - 10px);
}.privacy_harbor h2 {
    font-size: calc(23px - 8px);
}.privacy_harbor h3, .privacy_harbor h4, .privacy_harbor h5, .privacy_harbor h6 {
    font-size: calc(18px - 6px);
}.privacy_harbor ul, .privacy_harbor ol {
    margin-left: 15px;
}}

.privacy_harbor a {
    color: rgb(197,193,169);
    text-decoration: none;
    border-bottom: 2px solid rgb(197,193,169,0.5);
}.privacy_harbor a:hover {
    text-decoration: underline;
    border-bottom: 2px solid rgb(197,193,169);
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(145deg, rgb(233,228,205) 0%, rgb(197,193,169,0.5) 100%);
    z-index: -2;
    bottom: 0;
    position: absolute;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    content: "";
}footer::after {
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    content: "";
    opacity: 0.1;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(197,193,169,0.5), rgb(197,193,169,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(197,193,169,0.5), rgb(197,193,169,0.5) 1px, transparent 1px, transparent 20px);
}.scholar_cta {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}.scholar_cta::after {
    content: "";
    height: 6px;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
}.scholar_cta .container {
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.scholar_cta .company_holder {
    border-radius: 13px;
    flex: 1 1 400px;
    position: relative;
    padding: 2rem 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.scholar_cta .company_holder::before {
    width: 100%;
    background: rgb(197,193,169);
    border-top-left-radius: 13px;
    position: absolute;
    border-top-right-radius: 13px;
    left: 0;
    height: 5px;
    top: 0;
    content: "";
}.scholar_cta .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(197,193,169);
    font-size: 30px;
}.scholar_cta .company_holder h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(163,158,134);
    bottom: -0.5rem;
    width: 80px;
}.scholar_cta .lang_learn {
    position: relative;
    border-left: 3px solid rgb(163,158,134);
    font-size: 14px;
    padding: 1.5rem;
    background: rgb(233,228,205);
    border-radius: 10px;
    line-height: 1.7;
    color: #000000;
}.scholar_cta .discuss_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.scholar_cta .first_pagebar {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.scholar_cta .head_master {
    min-width: 200px;
    position: relative;
    background: #ffffff;
    border-radius: 13px;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.scholar_cta .head_master h5 {
    font-size: 24px;
    padding: 1rem 1.5rem;
    background: rgb(163,158,134);
    margin: 0;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.scholar_cta .head_master .first_pagebar {
    padding: 1rem 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}.scholar_cta .head_master .first_pagebar a {
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    padding: 0.8rem 1.5rem;
    font-size: 14px;
    display: flex;
    text-decoration: none;
}.scholar_cta .head_master .first_pagebar a::before {
    width: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(233,228,205);
}.scholar_cta .head_master .first_pagebar a::after {
    content: "";
    width: 5px;
    transform: translateY(-50%);
    background: rgb(163,158,134);
    position: absolute;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 1.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}.scholar_cta .head_master .first_pagebar a:hover {
    padding-left: 2.2rem;
    color: rgb(197,193,169);
}.scholar_cta .head_master .first_pagebar a:hover::before {
    width: 100%;
}.scholar_cta .head_master .first_pagebar a:hover::after {
    opacity: 1;
}.footer_workshops {
    background: rgb(233,228,205);
    padding: 2rem 0;
    position: relative;
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.footer_workshops::before {
    right: 10%;
    content: "";
    position: absolute;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(197,193,169,0.5), transparent);
    top: 0;
}.footer_workshops .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.footer_workshops .milestone_cta {
    background: #ffffff;
    color: #000000;
    font-weight: 400;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

@media (max-width: 1200px) {.scholar_cta .container {
    gap: 2rem;
}.scholar_cta .company_holder {
    flex: 1 1 360px;
}.scholar_cta .discuss_cta {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.scholar_cta .first_pagebar {
    gap: 2rem;
}
}

@media (max-width: 992px) {.scholar_cta {
    padding: 3.5rem 0 2rem;
}.scholar_cta .container {
    gap: 2.5rem;
    flex-direction: column;
}.scholar_cta .company_holder,
    .scholar_cta .discuss_cta {
    flex: 1 1 100%;
    min-width: 100%;
}.scholar_cta .head_master {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.scholar_cta {
    padding: 3rem 0 1.5rem;
}.scholar_cta .first_pagebar {
    gap: 1.5rem;
}.scholar_cta .company_holder {
    padding: 2rem;
}.scholar_cta .company_holder h3 {
    font-size: calc(30px - 2px);
}.footer_workshops {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.scholar_cta {
    padding: 2.5rem 0 1rem;
}.scholar_cta .container {
    gap: 1.5rem;
}.scholar_cta .head_master {
    flex: 1 1 100%;
    min-width: 100%;
}.scholar_cta .first_pagebar {
    gap: 1rem;
}.scholar_cta .company_holder {
    padding: 1.5rem;
}.scholar_cta .lang_learn {
    padding: 1.2rem;
}.footer_workshops {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.scholar_cta .company_holder h3::after {
    width: 50px;
}.scholar_cta .head_master .first_pagebar a:hover {
    padding-left: 2rem;
}.footer_workshops .milestone_cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.info_hub {
    position: relative;
    background: rgb(233,228,205);
    overflow: hidden;
    padding: 70px 0;
}.info_hub::before {
    background: linear-gradient(to right, rgb(197,193,169,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    content: '';
    top: 0;
}.info_hub .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.info_hub .message_panel {
    border-radius: 28px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-top: 4px solid rgb(197,193,169);
}.info_hub .write_feedback {
    color: rgb(197,193,169);
    font-size: 31px;
    padding: 30px;
    margin: 0;
    font-weight: 700;
    background: #ffffff;
    border-bottom: 1px solid rgb(163,158,134,0.5);
}.info_hub .pic_banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}.info_hub .pic_banner::after {
    left: 0;
    width: 100%;
    content: '';
    bottom: 0;
    height: 50%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}.info_hub .connect_block {
    background: #ffffff;
    gap: 15px;
    display: grid;
    padding: 30px;
}.info_hub .connect_block p {
    font-size: 14px;
    border-left: 3px solid rgb(197,193,169);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    position: relative;
    padding-left: 45px;
    margin: 0;
    color: #000000;
    background: rgb(233,228,205);
}.info_hub .connect_block p svg {
    height: 20px;
    transform: translateY(-50%);
    width: 20px;
    fill: rgb(197,193,169);
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 15px;
    top: 50%;
}.info_hub .connect_block p:hover svg {
    fill: rgb(163,158,134);
    transform: translateY(-50%) scale(1.1);
}.info_hub .connect_block p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.info_hub .connect_block p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.info_hub .connect_block p span {
    font-weight: 600;
}.info_hub .connect_block p span a {
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(197,193,169);
}.info_hub .connect_block p span a::after {
    background: rgb(197,193,169);
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    bottom: -2px;
    left: 0;
    width: 0;
    content: '';
}.info_hub .connect_block p span a:hover {
    color: rgb(163,158,134);
}.info_hub .connect_block p span a:hover::after {
    width: 100%;
}.info_hub .reach_team {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgb(163,158,134,0.5);
}.info_hub .contact_form {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    color: rgb(197,193,169);
}.info_hub .contact_form svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    fill: rgb(197,193,169);
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.info_hub .contact_form:hover svg {
    fill: rgb(163,158,134);
    transform: translateY(-50%) rotate(15deg);
}.info_hub .contact_form svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.info_hub .contact_form::after {
    background: rgb(197,193,169);
    left: 30px;
    position: absolute;
    bottom: -5px;
    height: 2px;
    content: '';
    width: 50%;
}.info_hub .join_community {
    display: grid;
    gap: 10px;
}.info_hub .get_help {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    font-size: 14px;
    background: rgb(233,228,205);
    padding: 12px 15px;
    color: #000000;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.info_hub .get_help svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(197,193,169);
    transform: translateY(-50%);
    position: absolute;
    width: 16px;
    top: 50%;
    left: 12px;
    height: 16px;
}.info_hub .get_help:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(163,158,134);
}.info_hub .get_help svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.info_hub .get_help::before {
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(197,193,169,0.5);
    top: 0;
    left: 0;
}.info_hub .get_help:hover::before {
    width: 100%;
}

@media (min-width: 992px) {.info_hub .message_panel {
    display: grid;
    grid-template-columns: 1fr 2fr;
}.info_hub .write_feedback {
    grid-column: span 2;
}.info_hub .pic_banner {
    height: 100%;
}.info_hub .join_community {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.info_hub .join_community {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.info_hub .write_feedback {
    padding: 25px;
    font-size: 22px;
}.info_hub .pic_banner {
    height: 220px;
}.info_hub .connect_block {
    padding: 25px;
}.info_hub .join_community {
    grid-template-columns: repeat(2, 1fr);
}.info_hub .connect_block p svg {
    width: 18px;
    height: 18px;
}.info_hub .contact_form svg {
    height: 20px;
    width: 20px;
}.info_hub .get_help svg {
    width: 14px;
    height: 14px;
}
}

@media (max-width: 767px) {.info_hub {
    padding: 50px 0;
}.info_hub .write_feedback {
    padding: 20px;
    font-size: 16px;
}.info_hub .pic_banner {
    height: 180px;
}.info_hub .connect_block {
    padding: 20px;
}.info_hub .connect_block p {
    padding: 12px;
    padding-left: 40px;
}.info_hub .connect_block p svg {
    height: 16px;
    left: 12px;
    width: 16px;
}.info_hub .contact_form {
    font-size: 16px;
}.info_hub .contact_form svg {
    width: 18px;
    height: 18px;
}.info_hub .get_help {
    padding-left: 35px;
    padding: 10px;
}.info_hub .get_help svg {
    width: 14px;
    left: 10px;
    height: 14px;
}}.gratBox {
    background: linear-gradient(135deg, rgb(233,228,205) 0%, rgb(163,158,134,0.5) 100%);
    padding: 6rem 0;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.gratBox::before {
    content: "";
    opacity: 0.15;
    z-index: -1;
    width: 100%;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(163,158,134,0.5) 0px,
        rgb(163,158,134,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.gratBox::after {
    width: 250px;
    bottom: -50px;
    filter: blur(80px);
    background: rgb(197,193,169,0.5);
    height: 250px;
    position: absolute;
    content: "";
    opacity: 0.3;
    right: -50px;
    z-index: -1;
}.gratBox .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
}.gratBox h2 {
    line-height: 1.3;
    margin-bottom: 2.5rem;
    font-size: 30px;
    transform: translateZ(20px);
    position: relative;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards;
}.gratBox h2::after {
    bottom: -15px;
    content: "";
    height: 4px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    left: 50%;
    background: linear-gradient(to right, rgb(197,193,169), rgb(163,158,134));
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
}.gratBox .learning_experts {
    background: #ffffff;
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    padding: 2.5rem;
}.gratBox .learning_experts::before {
    animation: gradientShift 8s ease infinite;
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    width: 100%;
}.gratBox .learning_experts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratBox .learning_experts li {
    padding: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
    position: relative;
    opacity: 0;
}.gratBox .learning_experts span {
    text-align: center;
    font-family: Arial, sans-serif;
    display: block;
    font-size: calc(13px * 1.1);
    position: relative;
    color: #000000;
    line-height: 1.7;
}.gratBox .learning_experts:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

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

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

@media (max-width: 1024px) {.gratBox {
    padding: 5rem 0;
}.gratBox h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.gratBox .learning_experts {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gratBox {
    padding: 4rem 0;
}.gratBox h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.8rem;
}.gratBox .learning_experts {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.gratBox .learning_experts span {
    line-height: 1.6;
    font-size: 13px;
}
}

@media (max-width: 576px) {.gratBox {
    padding: 3rem 0;
}.gratBox h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.gratBox h2::after {
    bottom: -10px;
    height: 3px;
}.gratBox .learning_experts {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.gratBox .learning_experts::before {
    height: 4px;
}.gratBox .learning_experts span {
    font-size: calc(13px * 0.95);
    line-height: 1.5;
}
}

@media (prefers-reduced-motion) {.gratBox h2,
    .gratBox h2::after,
    .gratBox .learning_experts,
    .gratBox .learning_experts::before,
    .gratBox .learning_experts li {
    transition: none;
    animation: none;
}.gratBox .learning_experts:hover {
    transform: none;
}.gratBox::before {
    animation: none;
}}.client_opinions {
    background: linear-gradient(180deg, rgb(233,228,205) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.client_opinions::before {
    opacity: 0.6;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,193,169,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(163,158,134,0.5) 0%, transparent 15%);
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.client_opinions::after {
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    content: "";
    top: 0;
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    height: 100%;
}.client_opinions .container {
    z-index: 2;
    position: relative;
}.client_opinions h2 {
    font-size: 38px;
    display: inline-block;
    padding: 0 2rem;
    color: #000000;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}.client_opinions h2::before, 
.client_opinions h2::after {
    top: 50%;
    position: absolute;
    animation: neonPulse 2s infinite alternate;
    background: rgb(197,193,169);
    content: "";
    width: 50px;
    height: 3px;
}.client_opinions h2::before {
    left: -30px;
}.client_opinions h2::after {
    right: -30px;
}.client_opinions .edu_feedback {
    perspective: 1000px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
}.client_opinions .opinion_ratings {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    flex: 0 0 calc(33.333% - 2rem);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    transform: translateZ(0) rotateY(0);
    border-radius: 10px;
    min-width: 280px;
    display: flex;
    max-width: calc(33.333% - 2rem);
}.client_opinions .opinion_ratings::before {
    mask-composite: exclude;
    transition: opacity 0.5s ease;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    position: absolute;
    border-radius: 10px;
    inset: 0;
    content: "";
    opacity: 0;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(197,193,169), rgb(163,158,134)) border-box;
}.client_opinions .opinion_ratings:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.client_opinions .opinion_ratings:hover::before {
    opacity: 1;
    animation: borderGlow 1.5s infinite alternate;
}.client_opinions .opinion_ratings:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.client_opinions .opinion_ratings img {
    height: 90px;
    transition: all 0.4s ease;
    z-index: 2;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 90px;
}.client_opinions .opinion_ratings:hover img {
    box-shadow: 0 0 15px rgb(197,193,169,0.5);
    border-color: rgb(197,193,169);
    transform: scale(1.05);
}.client_opinions .opinion_ratings p {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(16px * 1.1);
    color: #000000;
    transition: all 0.3s ease;
    text-align: center;
}.client_opinions .opinion_ratings .description {
    text-align: center;
    z-index: 2;
    padding-top: 1rem;
    font-weight: 400;
    color: #000000;
    margin-top: 1rem;
    font-size: 16px;
    position: relative;
}.client_opinions .opinion_ratings .description::after {
    content: "";
    transition: all 0.3s ease;
    height: 2px;
    background: rgb(163,158,134,0.5);
    width: 40px;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute;
}.client_opinions .opinion_ratings:hover .description::after {
    background: rgb(197,193,169);
    width: 60px;
    box-shadow: 0 0 10px rgb(197,193,169,0.5);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(197,193,169), 0 0 10px rgb(197,193,169,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(197,193,169), 0 0 30px rgb(197,193,169,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_opinions {
    padding: 4rem 0;
}.client_opinions h2 {
    margin-bottom: 3rem;
}.client_opinions .opinion_ratings {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_opinions h2 {
    font-size: calc(38px * 0.9);
}.client_opinions h2::before,
    .client_opinions h2::after {
    width: 30px;
}.client_opinions h2::before {
    left: -15px;
}.client_opinions h2::after {
    right: -15px;
}.client_opinions .edu_feedback {
    flex-direction: column;
    gap: 1.5rem;
}.client_opinions .opinion_ratings {
    max-width: 100%;
    padding: 1.5rem;
    flex: 1 1 100%;
}.client_opinions .opinion_ratings,
    .client_opinions .opinion_ratings:hover,
    .client_opinions .opinion_ratings:nth-child(even):hover {
    transform: none;
}.client_opinions .opinion_ratings img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.client_opinions {
    padding: 3rem 0;
}.client_opinions h2 {
    font-size: calc(38px * 0.8);
}.client_opinions .opinion_ratings {
    padding: 1.25rem;
}.client_opinions .opinion_ratings img {
    height: 60px;
    width: 60px;
}}.our_story {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.our_story::before {
    width: 100%;
    content: '';
    transform: skewY(-6deg) translateY(-30%);
    left: 0;
    z-index: 1;
    height: 50%;
    position: absolute;
    top: 0;
    background: rgb(197,193,169);
}.our_story .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.our_story .learning_experts {
    gap: 40px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.our_story .learn_studio {
    text-align: center;
    flex: 0 0 300px;
    position: relative;
}.our_story .pic_banner {
    margin: 0 auto 25px;
    position: relative;
    z-index: 3;
    border: 8px solid #ffffff;
    width: 220px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 220px;
}.our_story .study_pro {
    margin-bottom: 20px;
}.our_story .how_started {
    color: #000000;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}.our_story .learning_studio {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    color: rgb(197,193,169);
}.our_story .learning_studio::before,
.our_story .learning_studio::after {
    height: 1px;
    background-color: rgb(197,193,169,0.5);
    content: '';
    top: 50%;
    width: 30px;
    position: absolute;
}.our_story .learning_studio::before {
    left: -30px;
}.our_story .learning_studio::after {
    right: -30px;
}.our_story .text_area {
    border-radius: 19px;
    background-color: #ffffff;
    flex: 1;
    position: relative;
    min-width: 300px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.our_story .text_area::before {
    height: 60px;
    left: 30px;
    position: absolute;
    opacity: 0.5;
    top: 30px;
    content: '';
    width: 60px;
    border-left: 4px solid rgb(197,193,169,0.5);
    border-top: 4px solid rgb(197,193,169,0.5);
}.our_story .text_area::after {
    bottom: 30px;
    opacity: 0.5;
    height: 60px;
    content: '';
    right: 30px;
    border-bottom: 4px solid rgb(163,158,134,0.5);
    position: absolute;
    border-right: 4px solid rgb(163,158,134,0.5);
    width: 60px;
}.our_story .class_track {
    align-items: center;
    font-size: 18px;
    margin-bottom: 25px;
    color: #000000;
    display: flex;
    font-weight: 600;
}.our_story .class_track svg {
    fill: rgb(197,193,169);
    width: 35px;
    margin-right: 10px;
    height: 35px;
}.our_story .class_track svg path {
    fill: rgb(197,193,169);
}.our_story h2 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 32px;
    position: relative;
    color: #000000;
}.our_story h2::after {
    background: rgb(197,193,169);
    width: 70px;
    position: absolute;
    height: 3px;
    content: '';
    left: 0;
    bottom: 0;
}.our_story p {
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}.our_story p::first-line {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .learn_studio {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.our_story .text_area {
    flex: 0 0 100%;
    padding: 40px;
}.our_story .text_area::before,
    .our_story .text_area::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 768px) {.our_story {
    padding: 60px 0;
}.our_story .pic_banner {
    border-width: 6px;
    width: 180px;
    height: 180px;
}.our_story .text_area {
    padding: 30px;
}.our_story h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
}.our_story .text_area::before,
    .our_story .text_area::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.our_story {
    padding: 40px 0;
}.our_story .pic_banner {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
    border-width: 5px;
}.our_story .how_started {
    font-size: calc(22px * 0.9);
}.our_story .learning_studio {
    font-size: calc(16px * 0.9);
    padding: 0 10px;
}.our_story .learning_studio::before,
    .our_story .learning_studio::after {
    width: 20px;
}.our_story .learning_studio::before {
    left: -20px;
}.our_story .learning_studio::after {
    right: -20px;
}.our_story .text_area {
    padding: 25px 20px;
}.our_story h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
    padding-bottom: 10px;
}.our_story p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.our_story .class_track {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.our_story .class_track svg {
    height: 30px;
    width: 30px;
}.our_story .text_area::before,
    .our_story .text_area::after {
    border-width: 3px;
    width: 25px;
    height: 25px;
}}.course_summary {
    overflow: hidden;
    background-color: rgb(163,158,134);
    position: relative;
    padding: 120px 0;
}.course_summary::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(ellipse at bottom right, rgb(197,193,169,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(163,158,134,0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    content: "";
}.course_summary::after {
    left: 0;
    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%);
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background-size: 50px 50px;
    width: 100%;
}.course_summary .container {
    position: relative;
    z-index: 2;
}.course_summary .skill_up {
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
}.course_summary .text_area {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    order: 2;
    display: grid;
    position: relative;
}.course_summary .text_area h2 {
    margin-bottom: 0;
    position: relative;
    color: #ffffff;
    grid-column: 1 / -1;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}.course_summary .text_area h2::after {
    width: 100px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    content: "";
    left: 50%;
}.course_summary .text_area .description {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    line-height: 1.8;
    border-radius: 22px;
    color: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0;
    position: relative;
}.course_summary .text_area .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course_summary .text_area .description::before {
    width: 100%;
    top: 0;
    content: "";
    background: rgb(197,193,169);
    position: absolute;
    height: 4px;
    left: 0;
}.course_summary .text_area .description:last-of-type::before {
    background: rgb(163,158,134);
}.course_summary .text_area .description::after {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    height: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}.course_summary .pic_banner {
    order: 1;
    position: relative;
    border-radius: 22px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.course_summary .pic_banner::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

@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) {.course_summary .skill_up {
    gap: 80px;
}.course_summary .pic_banner {
    height: 500px;
}
}

@media (max-width: 991px) {.course_summary {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course_summary {
    padding: 60px 0;
}.course_summary .text_area {
    grid-template-columns: 1fr;
}.course_summary .text_area h2 {
    font-size: calc(48px * 0.9);
}.course_summary .pic_banner {
    height: 350px;
}
}

@media (max-width: 480px) {.course_summary {
    padding: 40px 0;
}.course_summary .skill_up {
    gap: 40px;
}.course_summary .text_area h2 {
    padding-bottom: 15px;
    font-size: calc(48px * 0.8);
}.course_summary .text_area h2::after {
    width: 80px;
}.course_summary .text_area .description {
    padding: 20px;
}.course_summary .pic_banner {
    height: 250px;
}}.leadership_profile {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,228,205) 0%, #ffffff 100%);
}.leadership_profile::before {
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(163,158,134,0.5) 0px,
        rgb(163,158,134,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    z-index: 1;
}.leadership_profile::after {
    transform: rotate(-15deg);
    height: 200%;
    width: 80%;
    opacity: 0.1;
    position: absolute;
    right: -25%;
    top: -50%;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgb(197,193,169,0.5) 0%,
        transparent 70%
    );
    z-index: 1;
}.leadership_profile .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.leadership_profile .opinion_ratings {
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0deg);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    background: #ffffff;
}.leadership_profile .opinion_ratings:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.leadership_profile .opinion_ratings::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(197,193,169), rgb(163,158,134));
    top: 0;
    width: 5px;
    transform-origin: top;
    height: 100%;
    transform: scaleY(0);
}.leadership_profile .opinion_ratings:hover::before {
    transform: scaleY(1);
}.leadership_profile .pic_banner {
    margin: 0 auto;
    transform: rotate(-3deg) translateY(0);
    height: 180px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 6px solid #ffffff;
}.leadership_profile .opinion_ratings:hover .pic_banner {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.leadership_profile .pic_banner::after {
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.leadership_profile .name {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(18px * 1.1);
    transform: translateY(0);
    margin: 0.5rem 0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: rgb(197,193,169);
    position: relative;
    width: 100%;
}.leadership_profile .opinion_ratings:hover .name {
    transform: translateY(-5px);
}.leadership_profile .name::after {
    left: 50%;
    position: absolute;
    content: "";
    height: 2px;
    transform: translateX(-50%) scaleX(0.5);
    bottom: -5px;
    background: rgb(163,158,134);
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.leadership_profile .opinion_ratings:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.leadership_profile .opinion_ratings div:nth-child(2) div {
    text-align: center;
    color: rgb(163,158,134);
    transform: translateY(0);
    font-style: italic;
    font-size: calc(14px * 1.05);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    margin-top: 0.5rem;
}.leadership_profile .opinion_ratings:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.leadership_profile .career_summary {
    position: relative;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    transition: opacity 0.4s ease;
    font-size: 14px;
    opacity: 0.95;
    text-align: justify;
    margin: 1.5rem 0 0;
    padding: 1.5rem 0.5rem 0.5rem;
    line-height: 1.8;
}.leadership_profile .opinion_ratings:hover .career_summary {
    opacity: 1;
}.leadership_profile .career_summary::before {
    content: "";
    color: rgb(197,193,169,0.5);
    line-height: 1;
    top: -0.5rem;
    text-shadow: 2px 2px 0 #ffffff;
    position: absolute;
    font-size: 4rem;
    left: 50%;
    font-family: serif;
    transform: translateX(-50%);
}

@media (min-width: 768px) {.leadership_profile .opinion_ratings {
    padding: 3.5rem;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
}.leadership_profile .pic_banner {
    width: 200px;
    height: 200px;
    margin: 0;
}.leadership_profile .name {
    text-align: left;
}.leadership_profile .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.leadership_profile .opinion_ratings:hover .name::after {
    transform: translateX(0) scaleX(1);
}.leadership_profile .opinion_ratings div:nth-child(2) div {
    text-align: left;
}.leadership_profile .opinion_ratings div:nth-child(3) {
    grid-column: span 2;
}.leadership_profile .career_summary {
    padding: 2rem 1rem 0.5rem;
}.leadership_profile .career_summary::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.leadership_profile {
    padding: 150px 0;
}.leadership_profile .opinion_ratings {
    grid-template-columns: 220px 1fr 2fr;
    padding: 4rem;
    gap: 3rem;
}.leadership_profile .opinion_ratings div:nth-child(1) {
    grid-row: span 2;
}.leadership_profile .opinion_ratings div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.leadership_profile .pic_banner {
    height: 280px;
    width: 220px;
}.leadership_profile .career_summary {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    margin: 0;
    align-items: center;
    height: 100%;
    display: flex;
    padding: 0 0 0 3rem;
}.leadership_profile .career_summary::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.leadership_profile .opinion_ratings {
    padding: 5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    gap: 3.5rem;
}.leadership_profile .pic_banner {
    height: 320px;
    width: 250px;
}.leadership_profile .name {
    font-size: calc(18px * 1.2);
}.leadership_profile .opinion_ratings div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(14px * 1.1);
}.leadership_profile .career_summary {
    font-size: calc(14px * 1.05);
    padding: 0 0 0 4rem;
    line-height: 1.9;
}}.contact_box {
    background: linear-gradient(135deg, rgb(233,228,205) 0%, rgb(197,193,169,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.contact_box::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, 
        rgb(197,193,169,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(197,193,169,0.5) 50%, 
        rgb(197,193,169,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
    opacity: 0.05;
    background-size: 60px 60px;
    position: absolute;
    animation: gradientMove 20s linear infinite;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_box .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.contact_box h2 {
    text-align: center;
    position: relative;
    font-size: 32px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(197,193,169);
    font-family: Arial, sans-serif;
}.contact_box h2::after {
    height: 4px;
    position: absolute;
    content: "";
    left: 50%;
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(197,193,169);
}.contact_box .feedback_info {
    max-width: 1000px;
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
    border-radius: 29px;
}.contact_box .pic_banner {
    position: relative;
    height: 100%;
    order: 2;
    min-height: 600px;
}.contact_box .inquiry_box {
    order: 1;
    display: flex;
    position: relative;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}.contact_box .inquiry_box::before {
    width: 10px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(197,193,169), rgb(163,158,134));
    height: 100%;
}.contact_box form {
    position: relative;
    width: 100%;
}.contact_box form h3 {
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid rgb(163,158,134,0.5);
    padding-bottom: 15px;
    font-size: 24px;
}.contact_box form input[type="text"] {
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    border: none;
    width: 100%;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(233,228,205);
    font-size: 12px;
    border-radius: 10px;
    padding: 16px 20px 16px 50px;
}.contact_box form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(197,193,169);
    background: #ffffff;
    outline: none;
}.contact_box form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_box form input#name {
    position: relative;
}.contact_box form input#name::before {
    background: rgb(197,193,169);
    border-radius: 50%;
    transform: translateY(-50%);
    height: 20px;
    top: 50%;
    left: 20px;
    position: absolute;
    content: "";
    width: 20px;
}.contact_box .help_request {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_box .help_request input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box .help_request label {
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
    padding-left: 35px;
}.contact_box .help_request label::before {
    height: 24px;
    content: "";
    width: 24px;
    border-radius: 10px;
    top: 0;
    position: absolute;
    background: rgb(233,228,205);
    left: 0;
    transition: all 0.3s ease;
}.contact_box .help_request input[type="checkbox"]:checked + label::before {
    background: rgb(197,193,169);
}.contact_box .help_request input[type="checkbox"]:checked + label::after {
    width: 8px;
    transform: rotate(45deg);
    content: "";
    top: 4px;
    border-bottom: 2px solid #ffffff;
    height: 14px;
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
}.contact_box .help_request label a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(197,193,169);
    position: relative;
}.contact_box .help_request label a::after {
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 0;
    background: rgb(197,193,169);
}.contact_box .help_request label a:hover::after {
    width: 100%;
}.contact_box form .message_box {
    color: #ffffff;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 16px 40px;
    text-transform: uppercase;
    overflow: hidden;
    background: rgb(197,193,169);
    position: relative;
    z-index: 1;
    border: none;
    display: inline-block;
    font-size: 17px;
    transition: all 0.3s ease;
}.contact_box form .message_box::before {
    background: rgb(163,158,134);
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transition: width 0.3s ease;
    z-index: -1;
    content: "";
    left: 0;
}.contact_box form .message_box:hover::before {
    width: 100%;
}.contact_box form .message_box:hover {
    box-shadow: 0 10px 20px -10px rgb(197,193,169);
    transform: translateY(-3px);
}.contact_box svg {
    top: 50%;
    left: 20px;
    fill: rgb(197,193,169);
    width: 20px;
    position: absolute;
    height: 20px;
    transform: translateY(-50%);
}.contact_box svg path {
    fill: rgb(197,193,169);
    transition: fill 0.3s ease;
}.contact_box form #name,
.contact_box form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_box .feedback_info {
    max-width: 800px;
}.contact_box .inquiry_box {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_box {
    padding: 80px 0 60px;
}.contact_box .feedback_info {
    grid-template-columns: 1fr;
}.contact_box .pic_banner {
    clip-path: none;
    order: 1;
    min-height: 300px;
}.contact_box .inquiry_box {
    order: 2;
    padding: 40px 30px;
}.contact_box .inquiry_box::before {
    right: 0;
    height: 6px;
    background: linear-gradient(to right, rgb(197,193,169), rgb(163,158,134));
    top: 0;
    width: 100%;
}.contact_box h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_box {
    padding: 60px 0 40px;
}.contact_box h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.contact_box .pic_banner {
    min-height: 200px;
}.contact_box .inquiry_box {
    padding: 30px 20px;
}.contact_box form h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
}.contact_box form .message_box {
    padding: 14px 20px;
    width: 100%;
}}.cookieAlertContainer {
    padding: 20px 0;
    position: fixed;
    background: rgb(233,228,205);
    bottom: 0;
    width: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(197,193,169);
    justify-content: center;
    display: flex;
    z-index: 100;
}.data_accept {
    padding: 20px;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border: 2px solid rgb(197,193,169);
    border-radius: 19px;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: auto;
}.cookie_window {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_window svg {
    fill: rgb(197,193,169);
    width: 50px;
    height: 50px;
}.privacy_ack {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.privacy_ack h5 {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(197,193,169);
}.privacy_ack p {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.privacy_ack p a {
    color: rgb(197,193,169);
    text-decoration: underline;
}.privacy_learn {
    font-size: 19px;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 120px;
    color: #ffffff;
    border: none;
    text-decoration: none;
    text-align: center;
    background: rgb(197,193,169);
    padding: 10px 20px;
    border-radius: 10px;
}.cookie_button.cookie_disclaimer {
    margin-right: 10px;
}#cookieNoticeWindow {
    display: none;
}#cookieNoticeWindow:checked ~ .cookieAlertContainer {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.data_accept {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_window {
    margin-right: 0;
    margin-bottom: 20px;
}.privacy_learn {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.welcome_section {
    width: 100%;
    position: relative;
    overflow: hidden;
}.welcome_section .start_base {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85vh;
    position: relative;
}.welcome_section .start_base::before {
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(197,193,169,0.5), rgba(0, 0, 0, 0.5) 70%);
}.welcome_section .class_space {
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 2rem;
    backdrop-filter: blur(8px);
    z-index: 2;
    display: grid;
    padding: 3rem;
    width: 90%;
    position: relative;
    grid-template-columns: 1fr;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    max-width: 1200px;
}.welcome_section .class_space:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.welcome_section .class_space > div {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.welcome_section .class_space > div:nth-child(2) {
    animation-delay: 0.3s;
}.welcome_section .title_style_header {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.welcome_section .title_style_header::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: rgb(163,158,134);
    left: 0;
    width: 80px;
    bottom: -10px;
    height: 4px;
    transform-origin: left;
    transition: transform 0.4s ease;
}.welcome_section .class_space:hover .title_style_header::after {
    transform: scaleX(1);
}.welcome_section h3 {
    margin-bottom: 1rem;
    font-size: 21px;
    position: relative;
    padding-left: 1rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
}.welcome_section h3::before {
    top: 0;
    position: absolute;
    background: rgb(163,158,134);
    left: 0;
    height: 100%;
    content: "";
    width: 3px;
}.welcome_section p {
    padding-left: 1rem;
    margin-top: 1.2rem;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.9;
    position: relative;
    line-height: 1.6;
}

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(163,158,134,0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (min-width: 768px) {.welcome_section .class_space {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.welcome_section .class_space > div:first-child {
    position: relative;
}.welcome_section .class_space > div:first-child::after {
    height: 70%;
    position: absolute;
    transform: translateY(-50%);
    right: -1rem;
    content: "";
    width: 1px;
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(163,158,134), transparent);
}.welcome_section .title_style_header {
    font-size: calc(45px * 1.2);
}
}

@media (max-width: 767px) {.welcome_section .start_base {
    min-height: 70vh;
}.welcome_section .class_space {
    width: 95%;
    padding: 2rem;
}.welcome_section .title_style_header {
    font-size: calc(45px * 0.9);
}.welcome_section h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.welcome_section .start_base {
    min-height: 60vh;
}.welcome_section .class_space {
    padding: 1.5rem;
}.welcome_section .title_style_header {
    font-size: calc(45px * 0.8);
}.welcome_section h3 {
    font-size: calc(21px * 0.8);
    padding-left: 0.75rem;
}.welcome_section p {
    font-size: calc(15px * 0.9);
    padding-left: 0.75rem;
}
}