* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.webwrapper-viewport {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.webtop_edu {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    auto
contain;
    min-height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.webcontact_edu {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1103px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.webprice_set {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(233,233,221);
}.webprice_set::before {
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(188,188,103,0.5), rgb(212,210,176,0.5));
    filter: blur(60px);
    top: -50px;
    position: absolute;
    height: 300px;
    content: "";
    z-index: 0;
    width: 300px;
    right: -50px;
}.webprice_set::after {
    bottom: -50px;
    content: "";
    z-index: 0;
    height: 250px;
    filter: blur(50px);
    left: -50px;
    width: 250px;
    background: linear-gradient(225deg, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
    border-radius: 50%;
    position: absolute;
}.webprice_set .container {
    position: relative;
    z-index: 1;
}.webprice_set .webqtr_cost {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.webprice_set .webgroup_rates {
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}.webprice_set .webgroup_rates h2 {
    font-size: calc(37px * 1.1);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
}.webprice_set .webgroup_rates h2::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    left: 50%;
}.webprice_set .weblearn_packs {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 16px;
}.webprice_set .webtrial_rates {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.webprice_set .webpricing_options {
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform-style: preserve-3d;
}.webprice_set .webpricing_options:hover {
    transform: translateY(-10px);
}.webprice_set .weblesson_rates {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-height: 430px;
    justify-content: space-between;
}.webprice_set .webpricing_options:hover .weblesson_rates {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.webprice_set .webbundle_price {
    position: relative;
    flex: 1;
    padding: 2rem;
    z-index: 2;
}.webprice_set .webpricing_options h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
}.webprice_set .webpricing_options h3::before {
    width: 40px;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
    background: rgb(212,210,176);
    transition: width 0.3s ease;
    content: "";
}.webprice_set .webpricing_options:hover h3::before {
    width: 100%;
}.webprice_set .webplan_fee {
    font-weight: 700;
    display: block;
    position: relative;
    margin: 1.5rem 0;
    color: rgb(188,188,103);
    font-size: calc(18px * 1.4);
}.webprice_set .webplan_fee::after {
    top: 50%;
    content: "";
    width: 3px;
    position: absolute;
    left: -10px;
    background: rgb(212,210,176);
    border-radius: 3px;
    height: 20px;
    transform: translateY(-50%);
}.webprice_set .webpricing_options p {
    hyphens: auto;
    margin-bottom: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 16px;
    overflow-wrap: break-word;
    color: #000000;
}.webprice_set .webimage_preview {
    position: relative;
    height: 180px;
}.webprice_set .webimage_preview::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
}.webprice_set .webpricing_options:nth-child(1) .weblesson_rates {
    border-top: 4px solid rgb(212,210,176);
}.webprice_set .webpricing_options:nth-child(2) .weblesson_rates {
    border-top: 4px solid rgb(188,188,103);
}.webprice_set .webpricing_options:nth-child(3) .weblesson_rates {
    border-top: 4px solid #6c5ce7;
}.webprice_set .webpricing_options:nth-child(4) .weblesson_rates {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.webprice_set .webtrial_rates {
    grid-template-columns: repeat(2, 1fr);
}.webprice_set .weblesson_rates {
    min-height: 480px;
}.webprice_set .webgroup_rates {
    padding: 0 2rem;
}.webprice_set .webgroup_rates h2 {
    font-size: calc(37px * 1.2);
}
}

@media (min-width: 992px) {.webprice_set .webqtr_cost {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.webprice_set .webtrial_rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.webprice_set .webgroup_rates {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.webprice_set .webgroup_rates h2::after {
    left: 0;
    transform: none;
}.webprice_set .weblesson_rates {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.webprice_set .webtrial_rates {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.webprice_set .webpricing_options {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.webprice_set .webpricing_options:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.webprice_set .weblesson_rates {
    transform-style: preserve-3d;
    min-height: 520px;
    backface-visibility: hidden;
}.webprice_set .webimage_preview {
    height: 200px;
}.webprice_set .webplan_fee {
    font-size: calc(18px * 1.6);
}.webprice_set .webgroup_rates h2 {
    font-size: calc(37px * 1.3);
}}.webtitle_screen {
    background: linear-gradient(145deg, #000000, rgb(233,233,221));
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
}.webtitle_screen::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgba(94,170,168,0.08) 0%, transparent 40%),
        linear-gradient(120deg, rgba(94,170,168,0.03) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.01) 0px, rgba(255,255,255,0.01) 1px, transparent 1px, transparent 5px);
    pointer-events: none;
    content: "";
}.webtitle_screen .webimage_preview {
    z-index: 0;
    width: 100%;
    transform: scale(1.05);
    transition: transform 10s ease-out;
    position: absolute;
    height: 100%;
    filter: saturate(0.9) contrast(1.1);
    opacity: 0.7;
}.webtitle_screen:hover .webimage_preview {
    transform: scale(1.08);
}.webtitle_screen .webimage_preview::after {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0.4) 0%, 
        rgba(0,0,0,0.6) 100%);
    right: 0;
}.webtitle_screen .webmaster_study {
    margin: auto;
    align-items: flex-start;
    transition: transform 0.6s var(--transition-timing-function, cubic-bezier(0.34, 1.56, 0.64, 1));
    justify-content: center;
    display: flex;
    color: #ffffff;
    flex-direction: column;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    padding: 5rem 0;
    width: 90%;
}.webtitle_screen .webmaster_study h1 {
    background-clip: text !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 40px);
    transform: translateY(0);
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, #ffffff 20%, rgba(255,255,255,0.8) 100%);
    animation: fadeSlideUp 1.2s ease-out forwards;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 700;
    opacity: 1;
}.webtitle_screen .webmaster_study h1::after {
    bottom: -10px;
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(212,210,176);
    left: 0;
    animation: lineExpand 1.5s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 3px;
    width: 100px;
}.webtitle_screen .webtext_box_holder {
    transform: translateY(30px);
    margin-top: 1rem;
    opacity: 0;
    background: rgba(0,0,0,0.2);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    border-left: 3px solid rgb(212,210,176);
    padding: 1.5rem;
    animation: fadeSlideUp 1.2s 0.3s ease-out forwards;
    max-width: 650px;
    position: relative;
    backdrop-filter: blur(8px);
}.webtitle_screen .webtext_box_holder::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.3), transparent);
    top: 0;
    right: 0;
    height: 1px;
    content: "";
    position: absolute;
}.webtitle_screen .webtext_box_holder p {
    max-width: 85%;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    position: relative;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 15px);
}.webtitle_screen .webtext_box_holder .webfast_studypro {
    justify-content: center;
    animation: pulseGlow 4s infinite alternate;
    display: flex;
    max-width: 120px;
    margin: 2rem auto;
    align-items: center;
}.webtitle_screen .webtext_box_holder .webfast_studypro svg {
    filter: drop-shadow(0 2px 6px rgba(94,170,168,0.3));
    width: 100%;
    transition: transform 0.5s ease, filter 0.5s ease;
    height: auto;
}.webtitle_screen .webtext_box_holder .webfast_studypro:hover svg {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 4px 12px rgba(94,170,168,0.5));
}.webtitle_screen .webtext_box_holder .webfast_studypro svg path {
    transition: fill 0.5s ease;
}.webtitle_screen .webtext_box_holder .webfast_studypro:hover svg path {
    fill: rgb(114, 200, 198);
}.webtitle_screen .webtext_box_holder .webfast_studypro svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.5s ease;
}.webtitle_screen .webtext_box_holder .webfast_studypro:hover svg text {
    fill: rgb(114, 200, 198);
}.webtitle_screen .webtext_box_holder h6 {
    position: relative;
    margin-top: 2.5rem;
}.webtitle_screen .webtext_box_holder h6 .webmessage_message {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(94,170,168,0.3);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
    border: none;
    padding: 1rem 2rem;
    background: rgb(212,210,176);
}.webtitle_screen .webtext_box_holder h6 .webmessage_message:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(94,170,168,0.4);
}.webtitle_screen .webtext_box_holder h6 .webmessage_message::before {
    height: 100%;
    z-index: -1;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}.webtitle_screen .webtext_box_holder h6 .webmessage_message:hover::before {
    left: 100%;
}.webtitle_screen .webtext_box_holder h6 .webmessage_message::after {
    left: 0;
    position: absolute;
    bottom: 0;
    transition: transform 0.4s ease-out;
    transform: scaleX(0);
    width: 100%;
    height: 3px;
    transform-origin: right;
    background: rgb(188,188,103);
    content: "";
}.webtitle_screen .webtext_box_holder h6 .webmessage_message:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

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

@keyframes pulseGlow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(94,170,168,0.3));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(94,170,168,0.5));
    }
}

@media (max-width: 992px) {.webtitle_screen .webmaster_study {
    width: 85%;
    padding: 4rem 0;
}.webtitle_screen .webmaster_study h1 {
    margin-bottom: 2rem;
}.webtitle_screen .webtext_box_holder {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.webtitle_screen .webmaster_study {
    padding: 3rem 0;
    width: 90%;
}.webtitle_screen .webmaster_study h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.webtitle_screen .webtext_box_holder p {
    max-width: 100%;
}.webtitle_screen .webtext_box_holder .webfast_studypro {
    margin: 1.5rem auto;
    max-width: 100px;
}.webtitle_screen .webtext_box_holder h6 .webmessage_message {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 576px) {.webtitle_screen .webmaster_study {
    width: 92%;
    padding: 2.5rem 0;
}.webtitle_screen .webmaster_study h1 {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
}.webtitle_screen .webtext_box_holder {
    padding: 1rem;
}.webtitle_screen .webtext_box_holder p {
    margin-bottom: 1.5rem;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
}.webtitle_screen .webtext_box_holder .webfast_studypro {
    max-width: 80px;
}.webtitle_screen .webtext_box_holder h6 {
    margin-top: 1.5rem;
}.webtitle_screen .webtext_box_holder h6 .webmessage_message {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}
}

@media (prefers-reduced-motion: reduce) {.webtitle_screen .webimage_preview,
    .webtitle_screen:hover .webimage_preview,
    .webtitle_screen .webmaster_study h1::after,
    .webtitle_screen .webtext_box_holder h6 .webmessage_message,
    .webtitle_screen .webtext_box_holder h6 .webmessage_message::before,
    .webtitle_screen .webtext_box_holder h6 .webmessage_message::after,
    .webtitle_screen .webtext_box_holder .webfast_studypro svg {
    transform: none;
    transition: none;
    animation: none;
}.webtitle_screen .webmaster_study h1::after {
    transform: scaleX(1);
}.webtitle_screen .webmaster_study,
    .webtitle_screen .webtext_box_holder {
    animation: none;
    transform: none;
    opacity: 1;
}}.webcookieUsagePromptBar {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    border-top: 1px solid rgb(212,210,176);
    width: 100%;
    animation: fadeInUp 0.5s ease-out;
    bottom: 0;
    background-color: rgb(233,233,221);
    padding: 20px 0;
    z-index: 1000;
}.webcookieUsagePromptBar .webcookie_layer {
    margin-right: 20px;
    flex-shrink: 0;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.webcookieUsagePromptBar .webcookie_layer svg {
    width: 60px;
    fill: rgb(212,210,176);
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.webcookieUsagePromptBar .webtrack_edu {
    flex-grow: 1;
}.webcookieUsagePromptBar .webtrack_edu h5 {
    font-size: 20px;
    margin-bottom: 6px;
    color: rgb(212,210,176);
}.webcookieUsagePromptBar .webtrack_edu p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: 13px;
}.webcookieUsagePromptBar .webweb_cookies {
    text-decoration: none;
    margin-right: 15px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: rgb(212,210,176);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    display: inline-block;
}.webcookieUsagePromptBar .webweb_cookies:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.webcookieUsagePromptBar .webweb_cookies:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.webcookieUsagePromptBar .webcookie_layer {
    margin-bottom: 15px;
    margin-right: 0;
}.webcookieUsagePromptBar .webweb_cookies {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}
#webcookieWarningModal {
    display: none;
}#webcookieWarningModal:checked ~ .webcookieUsagePromptBar {
    opacity: 0;
    visibility: hidden;
}.webabout_this {
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.webabout_this::before {
    content: "";
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background-size: 30px 30px;
    left: 0;
}.webabout_this::after {
    height: 200%;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
    content: "";
    width: 200%;
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    left: -50%;
    opacity: 0.2;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.webabout_this .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}.webabout_this h2 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 80px;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}.webabout_this h2::before {
    width: 60px;
    bottom: -20px;
    background: rgb(212,210,176);
    height: 4px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.webabout_this h2::after {
    font-size: 0.15em;
    letter-spacing: 5px;
    top: -0.5em;
    white-space: nowrap;
    content: attr(data-text);
    position: absolute;
    color: rgb(212,210,176);
    transform: translateX(-50%);
    left: 50%;
}.webabout_this .webteam_bios {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
    gap: 30px;
}.webabout_this .webteam_profile {
    padding: 40px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 24px;
    transition: all 0.4s ease;
}.webabout_this .webteam_profile:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgb(212,210,176,0.5);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.webabout_this .webteam_profile:first-child:hover {
    border-color: rgb(212,210,176,0.5);
}.webabout_this .webteam_profile:last-child:hover {
    border-color: rgb(188,188,103,0.5);
}.webabout_this .webteam_profile::before {
    background: rgb(212,210,176);
    transform-origin: bottom;
    transform: scaleY(0);
    top: 0;
    content: "";
    position: absolute;
    width: 4px;
    left: 0;
    transition: transform 0.5s ease;
    height: 100%;
}.webabout_this .webteam_profile:last-child::before {
    background: rgb(188,188,103);
}.webabout_this .webteam_profile:hover::before {
    transform: scaleY(1);
}.webabout_this .webteam_profile::after {
    border-radius: 50%;
    opacity: 0.05;
    z-index: -1;
    background: rgb(212,210,176,0.5);
    right: 0;
    top: 0;
    height: 100px;
    position: absolute;
    content: "";
    width: 100px;
    filter: blur(40px);
}.webabout_this .webteam_profile:last-child::after {
    right: auto;
    background: rgb(188,188,103,0.5);
    left: 0;
    bottom: 0;
    top: auto;
}.webabout_this .webteam_profile h3 {
    color: rgb(212,210,176);
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}.webabout_this .webteam_profile:last-child h3 {
    color: rgb(188,188,103);
}.webabout_this .webteam_profile h3::before {
    content: "";
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: currentColor;
    height: 8px;
    margin-right: 15px;
}.webabout_this .webteam_profile p {
    z-index: 2;
    position: relative;
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
    line-height: 1.8;
}.webabout_this .webteam_profile:first-child {
    animation: slideUp 0.7s ease forwards;
}.webabout_this .webteam_profile:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webabout_this .webteam_bios::before {
    transform: translate(-50%, -50%);
    position: absolute;
    filter: blur(30px);
    height: 200px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    background: radial-gradient(circle, rgb(212,210,176,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.1;
    left: 50%;
}.webabout_this .webteam_bios::after {
    background: linear-gradient(90deg, transparent, rgb(212,210,176,0.5), rgb(188,188,103,0.5), transparent);
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
}

@media (max-width: 1100px) {.webabout_this {
    padding: 100px 0 80px;
}.webabout_this h2 {
    font-size: calc(40px * 0.9);
    margin-bottom: 60px;
}.webabout_this .webteam_profile {
    padding: 35px;
}
}

@media (max-width: 768px) {.webabout_this {
    padding: 80px 0 60px;
}.webabout_this h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 50px;
}.webabout_this .webteam_bios {
    gap: 40px;
    grid-template-columns: 1fr;
}.webabout_this .webteam_profile {
    padding: 30px;
}.webabout_this .webteam_profile:last-child {
    animation-delay: 0.1s;
}
}

@media (max-width: 576px) {.webabout_this {
    padding: 60px 0 50px;
}.webabout_this h2 {
    font-size: calc(32px);
    margin-bottom: 40px;
}.webabout_this h2::before {
    bottom: -15px;
    width: 50px;
    height: 3px;
}.webabout_this .webteam_bios {
    gap: 30px;
}.webabout_this .webteam_profile {
    padding: 25px;
}.webabout_this .webteam_profile h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.webabout_this .webteam_profile p {
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.webabout_this::after {
    animation: none;
}.webabout_this .webteam_profile,
    .webabout_this .webteam_profile::before {
    transition: none;
}.webabout_this .webteam_profile:hover {
    transform: none;
}.webabout_this .webteam_profile:first-child,
    .webabout_this .webteam_profile:last-child {
    transform: none;
    animation: none;
    opacity: 1;
}
}

@supports not (backdrop-filter: blur(10px)) {.webabout_this .webteam_profile {
    background: rgba(30, 30, 30, 0.7);
}}.webprivacy_container {
    margin: 0 auto;
    max-width: 1200px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
    font-family: Arial, sans-serif;
    color: #000000;
}.webprivacy_container h1 {
    color: rgb(212,210,176);
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(212,210,176);
    margin-top: 20px;
    font-size: 43px;
}.webprivacy_container h2 {
    border-left: 4px solid rgb(188,188,103);
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 28px;
    color: rgb(188,188,103);
}.webprivacy_container ul {
    list-style-type: square;
    margin: 20px 0;
    padding-left: 40px;
}.webprivacy_container li {
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}.webprivacy_container p, .webprivacy_container span, .webprivacy_container div {
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.webprivacy_container h3, .webprivacy_container h4, .webprivacy_container h5, .webprivacy_container h6 {
    margin-top: 25px;
    font-size: 18px;
    border-left: 3px solid rgb(212,210,176);
    margin-bottom: 15px;
    padding-left: 10px;
    color: rgb(212,210,176);
    font-weight: 600;
}

@media only screen and (max-width: 800px) {.webprivacy_container {
    padding: 30px;
}.webprivacy_container h1 {
    font-size: calc(18px - 4px);
}.webprivacy_container h2 {
    font-size: calc(18px - 3px);
}.webprivacy_container h3, .webprivacy_container h4, .webprivacy_container h5, .webprivacy_container h6 {
    font-size: calc(18px - 2px);
}.webprivacy_container p, .webprivacy_container span, .webprivacy_container div, .webprivacy_container li {
    font-size: calc(16px - 2px);
}}.webeducational_rewards {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, #ffffff 0%, rgb(233,233,221) 100%);
    padding: 80px 0;
}.webeducational_rewards::before {
    opacity: 0.3;
    height: 100%;
    position: absolute;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(212,210,176,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(188,188,103,0.5) 0%, transparent 30%);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}.webeducational_rewards::after {
    background-image: radial-gradient(#ffffff 1px, transparent 2px);
    width: 200%;
    opacity: 0.1;
    position: absolute;
    content: "";
    left: -50%;
    animation: rotateBackground 120s linear infinite;
    background-size: 30px 30px;
    height: 200%;
    top: -50%;
}@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.webeducational_rewards .container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.webeducational_rewards .webmaster_study {
    grid-template-columns: 1fr 1.3fr;
    background: transparent;
    gap: 0;
    position: relative;
    display: grid;
}.webeducational_rewards .webimage_preview {
    height: 100%;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 20px;
    z-index: 1;
    min-height: 350px;
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    object-fit: cover;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.webeducational_rewards .webimage_preview:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.webeducational_rewards .webtext_box_holder {
    margin-left: -30px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    z-index: 2;
    background: #ffffff;
    padding: 40px 30px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
}.webeducational_rewards .webtext_box_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.webeducational_rewards h3 {
    color: rgb(212,210,176);
    padding-left: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    font-size: 31px;
}.webeducational_rewards h3::before {
    width: 4px;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(212,210,176), rgb(188,188,103));
}.webeducational_rewards ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.webeducational_rewards li {
    transform-origin: left center;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
}.webeducational_rewards li:last-child {
    margin-bottom: 0;
}.webeducational_rewards li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}.webeducational_rewards li p {
    display: flex;
    gap: 15px;
    font-size: 15px;
    color: #000000;
    align-items: center;
    margin: 0;
}.webeducational_rewards svg {
    flex-shrink: 0;
    height: 22px;
    padding: 9px;
    border-radius: 50%;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 22px;
    background: linear-gradient(135deg, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
}.webeducational_rewards svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.webeducational_rewards li:hover svg {
    background: linear-gradient(135deg, rgb(212,210,176), rgb(188,188,103));
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    transform: rotate(-10deg);
}

@media (max-width: 992px) {.webeducational_rewards {
    padding: 60px 0;
}.webeducational_rewards .webmaster_study {
    gap: 30px;
    grid-template-columns: 1fr;
}.webeducational_rewards .webimage_preview {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 300px;
}.webeducational_rewards .webtext_box_holder {
    transform: perspective(1000px) rotateY(0deg);
    order: 2;
    margin-left: 0;
}
}

@media (max-width: 768px) {.webeducational_rewards {
    padding: 50px 0;
}.webeducational_rewards .webimage_preview {
    min-height: 250px;
}.webeducational_rewards h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.webeducational_rewards {
    padding: 40px 0;
}.webeducational_rewards .webimage_preview {
    min-height: 200px;
}.webeducational_rewards .webtext_box_holder {
    padding: 30px 20px;
}.webeducational_rewards h3 {
    font-size: calc(31px * 0.85);
    margin-bottom: 25px;
}.webeducational_rewards li {
    padding: 12px;
    margin-bottom: 12px;
}.webeducational_rewards li p {
    gap: 10px;
    font-size: calc(15px * 0.9);
}.webeducational_rewards svg {
    width: 18px;
    height: 18px;
    padding: 7px;
}}footer {
    position: relative;
    width: 100%;
}.webcontact_edu {
    background-color: rgb(212,210,176);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
}.webcontact_edu::before {
    position: absolute;
    background-color: rgb(212,210,176);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    width: 60%;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}footer .webcontact_edu::after {
    height: 200px;
    right: 15%;
    opacity: 0.3;
    content: "";
    background: radial-gradient(circle, rgb(212,210,176), transparent 70%);
    top: 50px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
}footer .webmentor_cta {
    position: relative;
    z-index: 1;
}footer .webonline_questions {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}footer .info_item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-bottom: 10px;
    flex: 0 1 auto;
    margin-right: 10px;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(212,210,176);
}footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    transform: skewX(5deg);
    fill: #ffffff;
    width: 20px;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    text-decoration: none;
    transform: skewX(5deg);
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}footer .text_main_holder {
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .webheader_main {
    padding-left: 20px;
    position: relative;
}footer .webheader_main::before {
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    content: "";
    background-color: rgb(212,210,176);
    position: absolute;
}footer .webheader_main svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .webgift_card {
    max-width: 320px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
}footer .webtop_base {
    position: relative;
}footer .webtop_base h5 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
}footer .webtop_base h5::after {
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: rgb(212,210,176);
    height: 3px;
    width: 50px;
    content: "";
}footer .webtop_start {
    gap: 15px;
    margin-bottom: 25px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
}footer .webtop_start a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease;
}footer .webtop_start a::before {
    opacity: 0;
    position: absolute;
    color: rgb(212,210,176);
    left: -20px;
    content: "→";
    transition: all 0.3s ease;
}footer .webtop_start a:hover {
    color: rgb(212,210,176);
    padding-left: 20px;
}footer .webtop_start a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 19px;
    position: relative;
    padding: 30px;
    border-left: 5px solid rgb(212,210,176);
    background-color: rgba(0, 0, 0, 0.3);
}footer .subscribe_holder::before {
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    background-color: rgb(212,210,176);
    top: -20px;
    height: 100px;
    width: 100px;
    z-index: -1;
    content: "";
}footer .subscribe_holder h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 14px 16px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(212,210,176);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .websubscribe_box {
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 20px;
    background-color: rgb(212,210,176);
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    letter-spacing: 1px;
}footer .websubscribe_box:hover {
    transform: translateX(5px);
    background-color: rgb(188,188,103);
}footer .webproposal_cta {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}footer .webleaderboard {
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .webtop_start {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .websubscribe_box {
    white-space: nowrap;
}footer .webtop_start a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .webcontact_edu::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    width: 100%;
    background-color: rgb(212,210,176);
}
}

@media (max-width: 767px) {footer .webcontact_edu {
    padding: 60px 0 30px;
}footer .webonline_questions {
    margin-bottom: 40px;
    justify-content: center;
}footer .webtop_base h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .webproposal_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .webcontact_edu {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .webtop_start {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .websubscribe_box {
    padding: 12px 15px;
}}.weblaunch_now {
    background: linear-gradient(135deg, rgb(212,210,176,0.5), rgb(188,188,103));
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.weblaunch_now::before {
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.85;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgb(188,188,103,0.5), transparent 60%);
}.weblaunch_now::after {
    z-index: -1;
    width: 100%;
    content: "";
    animation: orbital-glow 15s infinite alternate ease-in-out;
    height: 100%;
    transform: rotate(-15deg);
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(212,210,176,0.5) 0%, transparent 70%);
    right: -50%;
    top: -50%;
}.weblaunch_now .container {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.weblaunch_now h2 {
    max-width: 800px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: transform 0.5s ease;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-size: 33px;
    transform: perspective(1000px) rotateX(2deg);
    letter-spacing: 0.015em;
}.weblaunch_now .webmaster_study {
    justify-content: center;
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    align-items: center;
    transform: translateY(0);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 3px 10px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.weblaunch_now .webmaster_study::before {
    content: "";
    height: 300%;
    width: 300%;
    animation: shine 6s infinite linear;
    left: -100%;
    transform: rotate(45deg);
    pointer-events: none;
    background: linear-gradient(45deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent
  );
    position: absolute;
    top: -100%;
}.weblaunch_now .webmaster_study:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.08),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.weblaunch_now svg {
    transform: rotate(0deg);
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
    margin-right: 2rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.weblaunch_now .webmaster_study:hover svg {
    transform: rotate(15deg) scale(1.1);
}.weblaunch_now svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.weblaunch_now .webmaster_study:hover svg path {
    fill: rgb(188,188,103);
    filter: drop-shadow(0 0 5px rgb(188,188,103,0.5));
}.weblaunch_now .webmessage_message {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1),
              0 1px 3px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 1rem 2.5rem;
    color: #000000;
    letter-spacing: 0.03em;
    font-size: 18px;
}.weblaunch_now .webmessage_message::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
    rgb(212,210,176), 
    rgb(188,188,103)
  );
    content: "";
    left: 0;
    height: 100%;
    opacity: 0;
}.weblaunch_now .webmessage_message:hover {
    color: #ffffff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}.weblaunch_now .webmessage_message:hover::before {
    opacity: 1;
}.weblaunch_now .webmessage_message:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes orbital-glow {
  0% {
    opacity: 0.4;
    transform: rotate(-15deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-10deg) scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: rotate(-5deg) scale(1);
  }
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

@media (max-width: 991px) {.weblaunch_now {
    padding: 4rem 0;
}.weblaunch_now h2 {
    font-size: calc(33px * 0.85);
    max-width: 90%;
}.weblaunch_now .webmaster_study {
    padding: 2rem;
}
}

@media (max-width: 767px) {.weblaunch_now {
    padding: 3.5rem 0;
}.weblaunch_now h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.75);
}.weblaunch_now .webmaster_study {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
    text-align: center;
}.weblaunch_now svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.weblaunch_now .webmessage_message {
    width: 100%;
    padding: 0.875rem 2rem;
}
}

@media (max-width: 480px) {.weblaunch_now {
    padding: 3rem 0;
}.weblaunch_now h2 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.65);
}.weblaunch_now .webmaster_study {
    width: 90%;
    padding: 1.5rem 1rem;
}.weblaunch_now svg {
    margin-bottom: 1rem;
    height: 36px;
    width: 36px;
}.weblaunch_now .webmessage_message {
    padding: 0.75rem 1.5rem;
    font-size: calc(18px * 0.9);
}}.webcourse_program_info {
    position: relative;
    background: rgb(233,233,221);
    overflow: hidden;
    padding: 120px 0;
}.webcourse_program_info::before {
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(212,210,176,0.5) 0%, transparent 40%);
}.webcourse_program_info::after {
    content: "";
    right: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 80%, rgb(188,188,103,0.5) 0%, transparent 40%);
    bottom: 0;
}.webcourse_program_info .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}.webcourse_program_info .webmaster_study {
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
}.webcourse_program_info .webmaster_study::before {
    height: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(212,210,176), rgb(188,188,103));
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
}.webcourse_program_info .webprogram_route {
    flex-direction: column;
    padding: 60px 50px;
    display: flex;
    justify-content: center;
    position: relative;
}.webcourse_program_info .webprogram_route::before {
    border: 2px solid rgb(212,210,176,0.5);
    content: "";
    left: 40px;
    top: 40px;
    width: 80px;
    opacity: 0.5;
    z-index: -1;
    height: 80px;
    border-radius: 10px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
}.webcourse_program_info .webprogram_route::after {
    z-index: -1;
    border-radius: 50%;
    bottom: 40px;
    position: absolute;
    height: 60px;
    opacity: 0.3;
    background: rgb(188,188,103,0.5);
    width: 60px;
    right: 40px;
    content: "";
    animation: pulse 6s ease-in-out infinite;
}.webcourse_program_info .webheader_main {
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(145deg, rgb(233,233,221), #ffffff);
    display: inline-block;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}.webcourse_program_info .webheader_main:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.webcourse_program_info .webheader_main svg {
    max-width: 140px;
    max-height: 50px;
    transition: all 0.3s ease;
}.webcourse_program_info .webheader_main svg path {
    fill: rgb(212,210,176);
    transition: fill 0.3s ease;
}.webcourse_program_info .webheader_main:hover svg path {
    fill: rgb(188,188,103);
}.webcourse_program_info h3 {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 25px;
}.webcourse_program_info h3::after {
    width: 70px;
    left: 0;
    background: linear-gradient(to right, rgb(212,210,176), rgb(188,188,103));
    content: "";
    height: 3px;
    position: absolute;
    bottom: -12px;
    border-radius: 10px;
}.webcourse_program_info p {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}.webcourse_program_info .webimage_preview {
    min-height: 500px;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
}.webcourse_program_info .webimage_preview::before {
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(212,210,176,0.5) 0%,
    transparent 60%
  );
    left: 0;
    position: absolute;
}.webcourse_program_info .webimage_preview::after {
    z-index: 2;
    position: absolute;
    height: 20px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    top: 30px;
    right: 30px;
    animation: pulseCircle 3s infinite;
    width: 20px;
    border-radius: 50%;
    content: "";
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.webcourse_program_info {
    padding: 90px 0;
}.webcourse_program_info .webprogram_route {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.webcourse_program_info .webmaster_study {
    grid-template-columns: 1fr;
}.webcourse_program_info .webimage_preview {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
    order: -1;
}.webcourse_program_info .webprogram_route {
    padding: 40px;
}.webcourse_program_info .webprogram_route::before,
  .webcourse_program_info .webprogram_route::after {
    display: none;
}.webcourse_program_info .webheader_main {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.webcourse_program_info {
    padding: 70px 0;
}.webcourse_program_info .webprogram_route {
    padding: 30px;
}.webcourse_program_info h3 {
    font-size: calc(35px - 4px);
}.webcourse_program_info .webimage_preview {
    min-height: 350px;
}.webcourse_program_info .webheader_main {
    padding: 12px;
}.webcourse_program_info .webheader_main svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.webcourse_program_info {
    padding: 50px 0;
}.webcourse_program_info .container {
    padding: 0 20px;
}.webcourse_program_info .webmaster_study {
    border-radius: 10px;
}.webcourse_program_info .webprogram_route {
    padding: 25px 20px;
}.webcourse_program_info h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 6px);
}.webcourse_program_info p {
    font-size: calc(16px - 1px);
}.webcourse_program_info .webheader_main {
    padding: 10px;
    margin-bottom: 20px;
}.webcourse_program_info .webheader_main svg {
    max-width: 100px;
}.webcourse_program_info .webimage_preview {
    min-height: 280px;
}.webcourse_program_info .webimage_preview::after {
    top: 20px;
    height: 15px;
    width: 15px;
    right: 20px;
}}header {
    padding: 0;
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
}header::before {
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 35%;
    background: linear-gradient(135deg, rgb(212,210,176), rgb(188,188,103));
}header .container {
    margin: 0;
    z-index: 1;
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
}header .webhead_learn {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .webmain_header {
    padding: 1.2rem 0;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    width: 35%;
    justify-content: center;
}header .webmain_header svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    height: auto;
}header .webmain_header:hover svg {
    transform: scale(1.05);
}header .webtop_base {
    display: flex;
    width: 65%;
    padding: 1.2rem 3%;
    position: relative;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
}header .webtop_base::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(212,210,176,0.5), transparent);
    content: '';
}header .webmain_pagebar {
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    color: #000000;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
}header .webmain_pagebar::before {
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
    height: 100%;
}header .webmain_pagebar:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}header .webmain_pagebar:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .webmain_header {
    padding: 1rem 0;
    width: 30%;
}header .webmain_header svg {
    width: 130px;
}header .webtop_base {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .webmain_pagebar {
    font-size: calc(19px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(233,233,221);
}header::before {
    top: 0;
    bottom: 50%;
    width: 100%;
    height: auto;
}header .webhead_learn {
    align-items: center;
    flex-direction: column;
}header .webmain_header {
    width: 100%;
    padding: 0.8rem 0;
}header .webmain_header svg {
    width: 120px;
}header .webtop_base {
    flex-wrap: wrap;
    padding: 0.8rem 0;
    gap: 0.6rem;
    width: 95%;
    justify-content: center;
}header .webtop_base::before {
    background: linear-gradient(to right, transparent, rgb(212,210,176,0.5), transparent);
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}header .webmain_pagebar {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .webmain_header {
    padding: 0.7rem 0;
}header .webmain_header svg {
    width: 110px;
}header .webtop_base {
    padding: 0.7rem 2%;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
}header .webtop_base::-webkit-scrollbar {
    height: 3px;
}header .webtop_base::-webkit-scrollbar-thumb {
    background: rgb(212,210,176);
    border-radius: 10px;
}header .webmain_pagebar {
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: calc(19px - 1px);
}}.webreach_us {
    overflow: hidden;
    background: rgb(233,233,221);
    padding: 100px 0;
    position: relative;
}.webreach_us::before {
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.1;
    background: rgb(212,210,176,0.5);
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 50%;
}.webreach_us::after {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
    height: 10px;
}.webreach_us .container {
    position: relative;
    z-index: 2;
}.webreach_us .webchat_form {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}.webreach_us .webquick_help {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 13px;
    padding: 40px;
}.webreach_us .webquick_help:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.webreach_us .webquick_help h2 {
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    font-size: 29px;
}.webreach_us .webquick_help h2::after {
    background: rgb(212,210,176);
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0;
    width: 60px;
}.webreach_us .webcontact_team {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(18px * 1.2);
    color: #000000;
}.webreach_us .webreach_form {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
}.webreach_us .webquick_help p {
    margin-bottom: 20px;
    display: flex;
    font-size: 18px;
    color: #000000;
    align-items: center;
}.webreach_us .webquick_help p span {
    display: inline-block;
    margin-left: 10px;
    color: #000000;
    font-weight: 400;
}.webreach_us .webget_contactus {
    background: rgb(233,233,221);
    padding: 25px;
    margin-top: 30px;
    border-radius: 10px;
}.webreach_us .webget_contactus h3 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: rgb(212,210,176);
}.webreach_us .websupport_center {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.webreach_us .websupport_center span {
    color: #000000;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0;
}.webreach_us .webquick_help .webimage_preview {
    height: 100%;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 350px;
}.webreach_us .webonline_questions {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-direction: column;
}.webreach_us .webonline_questions a {
    flex-direction: column;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    border-left: 4px solid rgb(188,188,103);
    text-decoration: none;
    padding: 20px;
}.webreach_us .webonline_questions a:hover {
    border-left-color: rgb(212,210,176);
    background: rgb(233,233,221);
}.webreach_us .webonline_questions a span {
    font-weight: 600;
    font-size: 16px;
    color: rgb(212,210,176);
    margin-bottom: 8px;
}.webreach_us .webonline_questions a p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}.webreach_us svg {
    fill: rgb(212,210,176);
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.webreach_us svg path {
    fill: rgb(212,210,176);
    transition: fill 0.3s ease;
}.webreach_us .webonline_questions a:hover svg,
.webreach_us .webonline_questions a:hover svg path {
    fill: rgb(188,188,103);
}

@media screen and (max-width: 1200px) {.webreach_us {
    padding: 80px 0;
}.webreach_us .webquick_help {
    padding: 30px;
}
}

@media screen and (max-width: 992px) {.webreach_us .webchat_form {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.webreach_us .webquick_help:nth-child(1) {
    grid-column: span 2;
}.webreach_us .webquick_help .webimage_preview {
    min-height: 300px;
}
}

@media screen and (max-width: 768px) {.webreach_us {
    padding: 60px 0;
}.webreach_us .webchat_form {
    grid-template-columns: 1fr;
    gap: 25px;
}.webreach_us .webquick_help:nth-child(1) {
    grid-column: auto;
}.webreach_us .webquick_help .webimage_preview {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.webreach_us {
    padding: 40px 0;
}.webreach_us .webquick_help {
    padding: 25px;
}.webreach_us .webquick_help h2 {
    font-size: calc(29px * 0.9);
}.webreach_us .webonline_questions a {
    padding: 15px;
}.webreach_us .webget_contactus {
    padding: 20px;
}.webreach_us .webquick_help .webimage_preview {
    min-height: 200px;
}}.webcontact {
    overflow: hidden;
    position: relative;
    background-color: rgb(233,233,221);
    padding: 100px 0;
}.webcontact::before {
    opacity: 0.15;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(120deg, rgb(212,210,176,0.5) 0%, transparent 75%);
    left: 0;
}.webcontact::after {
    width: 70%;
    background: linear-gradient(240deg, rgb(188,188,103,0.5) 0%, transparent 70%);
    right: 0;
    height: 70%;
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0.1;
}.webcontact .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.webcontact h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    position: relative;
}.webcontact .webfeedback_inquiry {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    border-radius: 23px;
    margin-top: 50px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}.webcontact .webimage_preview {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
}.webcontact .webimage_preview::after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
}.webcontact .webmessage_reach {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.webcontact .webmessage_reach::before {
    height: calc(100% - 80px);
    width: 5px;
    left: 0;
    top: 40px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(212,210,176), rgb(188,188,103));
    border-radius: 2.5px;
}.webcontact form {
    width: 100%;
    padding-left: 25px;
}.webcontact form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #000000;
    margin-bottom: 35px;
}.webcontact form input[type="text"] {
    font-size: 16px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    background: rgb(233,233,221);
    border-radius: 10px;
    margin-bottom: 20px;
}.webcontact form input[type="text"]:focus {
    background: rgba(rgb(212,210,176), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(212,210,176,0.5);
}.webcontact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.webcontact .websupport_inquiry {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.webcontact .websupport_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.webcontact .websupport_inquiry label {
    line-height: 1.5;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    position: relative;
    padding-left: 35px;
}.webcontact .websupport_inquiry label::before {
    width: 22px;
    left: 0;
    transition: all 0.2s ease;
    border-radius: 10px;
    height: 22px;
    content: "";
    position: absolute;
    top: 2px;
    border: 2px solid rgb(212,210,176,0.5);
}.webcontact .websupport_inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,210,176);
    background-color: rgb(212,210,176);
}.webcontact .websupport_inquiry input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    width: 6px;
    top: 9px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 11px;
    position: absolute;
}.webcontact .websupport_inquiry label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(212,210,176);
}.webcontact .websupport_inquiry label a:hover {
    text-decoration: underline;
    color: rgb(188,188,103);
}.webcontact form .webmessage_message {
    font-family: Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 35px;
    display: inline-block;
    position: relative;
    background: linear-gradient(45deg, rgb(212,210,176), rgb(188,188,103));
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
}.webcontact form .webmessage_message::before {
    transform: rotate(45deg) translateX(-200%);
    left: -10%;
    top: -10%;
    width: 120%;
    content: "";
    transition: all 0.4s ease;
    height: 120%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
}.webcontact form .webmessage_message:hover {
    box-shadow: 0 8px 15px rgba(rgb(212,210,176), 0.3);
    transform: translateY(-2px);
}.webcontact form .webmessage_message:hover::before {
    transform: rotate(45deg) translateX(200%);
}.webcontact svg {
    fill: rgb(212,210,176);
    height: 22px;
    width: 22px;
}.webcontact svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,210,176);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.webcontact .webmessage_reach {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.webcontact .webimage_preview {
    flex: 0 0 100%;
    min-height: 300px;
}.webcontact .webmessage_reach {
    flex: 0 0 100%;
}.webcontact .webmessage_reach::before {
    height: 5px;
    top: 0;
    left: 40px;
    background: linear-gradient(to right, rgb(212,210,176), rgb(188,188,103));
    width: calc(100% - 80px);
}.webcontact form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.webcontact {
    padding: 70px 0;
}.webcontact .webimage_preview {
    min-height: 250px;
}.webcontact .webmessage_reach {
    padding: 40px 30px;
}.webcontact .webmessage_reach::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.webcontact {
    padding: 50px 0;
}.webcontact h2 {
    font-size: calc(30px * 0.8);
}.webcontact .webimage_preview {
    min-height: 200px;
}.webcontact .webmessage_reach {
    padding: 30px 20px;
}.webcontact .webmessage_reach::before {
    width: calc(100% - 40px);
    left: 20px;
}.webcontact form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.webcontact form input[type="text"] {
    padding: 15px 20px;
}.webcontact form .webmessage_message {
    text-align: center;
    width: 100%;
}}.webthanksWrap {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgb(188,188,103,0.5) 100%);
}.webthanksWrap::before {
    background: radial-gradient(circle at 70% 30%, rgb(212,210,176,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    opacity: 0.7;
    content: "";
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    height: 100%;
    width: 100%;
}.webthanksWrap::after {
    position: absolute;
    background: linear-gradient(225deg, rgb(188,188,103) 0%, transparent 80%);
    opacity: 0.3;
    filter: blur(50px);
    width: 40%;
    height: 40%;
    z-index: 0;
    bottom: -10%;
    content: "";
    transform: rotate(15deg);
    right: -5%;
}.webthanksWrap .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.webthanksWrap .webmaster_study {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    gap: 30px;
    transform: perspective(1000px) rotateX(2deg);
}.webthanksWrap .webmaster_study:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.webthanksWrap .webmaster_study::before {
    content: "";
    width: 100%;
    background-size: 200% 100%;
    height: 4px;
    left: 0;
    position: absolute;
    top: -2px;
    animation: gradientMove 6s linear infinite;
    background: linear-gradient(90deg, 
        rgb(212,210,176) 0%, 
        rgb(188,188,103) 50%, 
        rgb(212,210,176) 100%);
}.webthanksWrap .webmaster_study > div:first-child {
    position: relative;
    padding-bottom: 20px;
}.webthanksWrap .webmaster_study > div:first-child::after {
    background-color: rgb(212,210,176);
    bottom: 0;
    height: 3px;
    transform-origin: left;
    width: 80px;
    animation: lineExtend 1.5s ease-out forwards;
    position: absolute;
    left: 0;
    content: "";
}.webthanksWrap h5 {
    color: #000000;
    transform: translateY(10px);
    opacity: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.webthanksWrap .webmaster_study > div:last-child {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.webthanksWrap a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
}.webthanksWrap a:hover {
    transform: translateX(5px);
}.webthanksWrap a::before {
    background-color: rgb(188,188,103);
    content: "";
    width: 4px;
    top: 0;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    left: -20px;
    position: absolute;
}.webthanksWrap a:hover::before {
    height: 100%;
}.webthanksWrap p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    font-weight: 400;
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.webthanksWrap .webmaster_study {
    gap: 40px;
    padding: 60px 70px;
}.webthanksWrap h5 {
    font-size: calc(18px * 1.2);
}.webthanksWrap p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.webthanksWrap {
    padding: 60px 0;
}.webthanksWrap .webmaster_study {
    padding: 35px 25px;
    gap: 25px;
}.webthanksWrap .webmaster_study > div:first-child::after {
    width: 60px;
}.webthanksWrap h5 {
    font-size: calc(18px * 0.9);
}.webthanksWrap a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.webthanksWrap {
    padding: 50px 0;
}.webthanksWrap .webmaster_study {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.webthanksWrap h5 {
    font-size: calc(18px * 0.85);
}.webthanksWrap p {
    font-size: calc(13px * 0.95);
}.webthanksWrap .webmaster_study > div:first-child {
    padding-bottom: 15px;
}}.webtraining_method {
    padding: 140px 0;
    background: linear-gradient(120deg, rgb(233,233,221) 0%, rgb(212,210,176,0.5) 100%);
    position: relative;
    overflow: hidden;
}.webtraining_method::before {
    width: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(212,210,176,0.5) 0, rgb(212,210,176,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    top: 0;
}.webtraining_method .webmaster_study {
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
    gap: 50px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.webtraining_method .webtext_box_holder {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-left: 4px solid rgb(212,210,176);
    border-radius: 0 26px 26px 0;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 50px 40px;
    grid-column: 1;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-5deg);
}.webtraining_method .webtext_box_holder::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 49%, rgb(212,210,176) 49%, rgb(212,210,176) 51%, transparent 51%);
    opacity: 0.1;
}.webtraining_method .webtext_box_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.webtraining_method .webtext_box_holder::after {
    height: 30px;
    background: rgb(212,210,176);
    z-index: -1;
    right: -15px;
    content: '';
    width: 30px;
    top: 40px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.webtraining_method .webtext_box_holder h2 {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    transform: translateZ(20px);
}.webtraining_method .webtext_box_holder h2::after {
    bottom: -15px;
    height: 4px;
    left: 0;
    content: '';
    transition: width 0.4s ease-out;
    position: absolute;
    background: rgb(212,210,176);
    width: 40px;
}.webtraining_method .webtext_box_holder:hover h2::after {
    width: 100%;
}.webtraining_method .webtext_box_holder p {
    font-size: 16px;
    transform: translateZ(10px);
    line-height: 1.7;
    color: #ffffff;
    position: relative;
}.webtraining_method::after {
    opacity: 0.4;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(188,188,103,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(212,210,176,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    content: '';
    height: 100%;
}.webtraining_method .webmaster_study::after {
    height: 200px;
    opacity: 0.3;
    transform: rotate(20deg);
    border-radius: 26px;
    top: -30px;
    right: 10%;
    animation: rotate 40s linear infinite;
    width: 200px;
    position: absolute;
    border: 2px solid rgb(188,188,103,0.5);
    content: '';
}.webtraining_method .webmaster_study::before {
    border-radius: 50%;
    animation: float 15s ease-in-out infinite alternate;
    width: 150px;
    opacity: 0.3;
    border: 2px solid rgb(212,210,176,0.5);
    left: 15%;
    content: '';
    height: 150px;
    bottom: -50px;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(380deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes glimmer {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}

.webtraining_method .webtext_box_holder p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(212,210,176);
}.webtraining_method .webtext_box_holder::before {
    animation: glimmer 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.webtraining_method {
    padding: 100px 0;
}.webtraining_method .webmaster_study {
    gap: 30px;
}.webtraining_method .webtext_box_holder {
    padding: 40px 30px;
}.webtraining_method .webmaster_study::after,
    .webtraining_method .webmaster_study::before {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.webtraining_method {
    padding: 80px 0;
}.webtraining_method .webmaster_study {
    grid-template-columns: 1fr;
}.webtraining_method .webtext_box_holder {
    border-top: 4px solid rgb(212,210,176);
    border-left: none;
    border-radius: 26px;
    transform: none;
}.webtraining_method .webtext_box_holder::after {
    display: none;
}.webtraining_method .webtext_box_holder h2 {
    font-size: calc(31px * 0.9);
    transform: none;
}.webtraining_method .webtext_box_holder p {
    transform: none;
}.webtraining_method .webmaster_study::after,
    .webtraining_method .webmaster_study::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.webtraining_method {
    padding: 60px 0;
}.webtraining_method .webtext_box_holder {
    border-radius: calc(26px * 0.8);
    padding: 30px 20px;
}.webtraining_method .webtext_box_holder h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.webtraining_method .webtext_box_holder p {
    font-size: calc(16px * 0.9);
}}.webeducation_history {
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgb(212,210,176,0.5) 50%, rgb(233,233,221) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.webeducation_history::before {
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,210,176,0.5) 0,
        rgb(212,210,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
    height: 100%;
}.webeducation_history::after {
    position: absolute;
    height: 100%;
    filter: blur(60px);
    opacity: 0.4;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,210,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(188,188,103,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    content: "";
}.webeducation_history .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.webeducation_history .webfeedback_stories9CB {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    flex-direction: column;
}.webeducation_history .webfeedback_stories9CB::before {
    position: absolute;
    opacity: 0;
    z-index: 1;
    content: "";
    inset: 0;
    transition: opacity 0.6s ease;
    transform: rotate(-45deg) scale(2);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
}.webeducation_history .webfeedback_stories9CB:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.webeducation_history .webimage_preview {
    overflow: hidden;
    z-index: 2;
    transform: rotate(-3deg);
    margin-bottom: 35px;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(212,210,176,0.5);
    transition: all 0.5s ease;
    border-radius: 10px;
    height: 180px;
    width: 180px;
}.webeducation_history .webimage_preview::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    z-index: 3;
    height: 100%;
    content: "";
    left: 0;
}.webeducation_history .webimage_preview::after {
    top: -50%;
    animation: rotate 15s linear infinite;
    z-index: 1;
    opacity: 0.15;
    height: 200%;
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
    mix-blend-mode: overlay;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(212,210,176,0.5) 90deg,
            transparent 180deg,
            rgb(188,188,103,0.5) 270deg,
            transparent 360deg
        );
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.webeducation_history .name {
    position: relative;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 33px;
    z-index: 2;
    text-align: center;
}.webeducation_history .name::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(212,210,176) 50%,
        transparent 100%
    );
    height: 2px;
    bottom: -8px;
    left: 50%;
}.webeducation_history .webfeedback_stories9CB span:not(.name) {
    z-index: 2;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
}.webeducation_history .webwork_exp {
    text-align: center;
    line-height: 1.8;
    border-radius: 10px;
    margin: 0;
    color: #000000;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    border-right: 3px solid rgb(188,188,103);
    padding: 25px 30px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.5);
    max-width: 85%;
    border-left: 3px solid rgb(212,210,176);
    backdrop-filter: blur(5px);
}.webeducation_history .webwork_exp::before,
.webeducation_history .webwork_exp::after {
    position: absolute;
    width: 40px;
    background: rgb(212,210,176,0.5);
    opacity: 0.1;
    content: "";
    height: 40px;
}.webeducation_history .webwork_exp::before {
    left: -5px;
    top: -5px;
    border-left: 3px solid rgb(212,210,176);
    border-top: 3px solid rgb(212,210,176);
}.webeducation_history .webwork_exp::after {
    border-bottom: 3px solid rgb(188,188,103);
    right: -5px;
    bottom: -5px;
    border-right: 3px solid rgb(188,188,103);
}.webeducation_history .webfeedback_stories9CB:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.webeducation_history .webfeedback_stories9CB:hover .webimage_preview {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(212,210,176,0.5);
}

@media (max-width: 991px) {.webeducation_history {
    padding: 80px 0;
}.webeducation_history .webfeedback_stories9CB {
    padding: 50px 30px;
}.webeducation_history .webimage_preview {
    height: 160px;
    margin-bottom: 30px;
    width: 160px;
}.webeducation_history .webwork_exp {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.webeducation_history {
    padding: 60px 0;
}.webeducation_history .webfeedback_stories9CB {
    padding: 40px 25px;
}.webeducation_history .webimage_preview {
    height: 140px;
    margin-bottom: 25px;
    width: 140px;
}.webeducation_history .name {
    font-size: calc(33px * 0.9);
}.webeducation_history .webfeedback_stories9CB span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(22px * 0.95);
}.webeducation_history .webwork_exp {
    font-size: calc(16px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.webeducation_history {
    padding: 50px 0;
}.webeducation_history .webfeedback_stories9CB {
    padding: 35px 20px;
}.webeducation_history .webimage_preview {
    height: 120px;
    margin-bottom: 20px;
    width: 120px;
}.webeducation_history .name {
    font-size: calc(33px * 0.8);
}.webeducation_history .webfeedback_stories9CB span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
    letter-spacing: 1px;
}.webeducation_history .webwork_exp {
    max-width: 100%;
    font-size: calc(16px * 0.9);
    padding: 15px;
}
}