﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1235px;
    max-width: 100%;
}.webwrapper-holder {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.webnav_master {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 5px;
    width: 15px;
}::-webkit-scrollbar-track {
    margin: 2px 0;
    box-shadow: inset 1px 1px 13px -1px rgba(0, 0, 0, 0.6);
    background: rgb(161,163,179,0.5);
    border-radius: 5.8rem;
}::-webkit-scrollbar-thumb {
    background: radial-gradient(circle at top right, #ffffff 20%, rgb(255, 255, 255, 0.5) 74%, rgb(161,163,179) 28%, rgb(161,163,179,0.5) 32%, rgb(198,199,212,0.5) 85%, rgb(234,235,239) 2%);
    border-radius: 8px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px -1px 7px 7px rgba(0, 0, 0, 0.6);
    transform: translateX(2px);
    background: rgb(161,163,179,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(161,163,179);
    box-shadow: inset 3px 5px 3px 5px rgba(0, 0, 0, 0.4);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(161,163,179) rgb(161,163,179,0.5);
}.webcalc_foot {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.webthanks_id {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,235,239) 0%, rgba(255,255,255,0.95) 100%);
}.webthanks_id::before {
    opacity: 0.1;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(198,199,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(161,163,179,0.5) 0%, transparent 50%);
    animation: ambientGlow 15s infinite alternate ease-in-out;
}.webthanks_id::after {
    content: "";
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(198,199,212), rgb(161,163,179), transparent);
    z-index: 1;
    left: 0;
    height: 3px;
    position: absolute;
}.webthanks_id .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.webthanks_id h2 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    text-align: center;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
}.webthanks_id h2::after {
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
}.webthanks_id .webknowledge_space {
    background: #ffffff;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    padding: 40px;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.webthanks_id .webknowledge_space::before {
    background: linear-gradient(to bottom, rgb(198,199,212), rgb(161,163,179));
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 5px;
    top: 0;
}.webthanks_id .webknowledge_space::after {
    top: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 40%;
}.webthanks_id .webknowledge_space:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.webthanks_id ul {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 2;
}.webthanks_id li {
    padding-left: 25px;
    position: relative;
}.webthanks_id li::before {
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    width: 8px;
    left: 0;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    height: 8px;
    content: "";
    background: rgb(198,199,212);
    transform: scale(0);
}.webthanks_id span {
    display: block;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    transform: translateX(20px);
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
}.webthanks_id span::after {
    content: "";
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    height: 1px;
    bottom: -15px;
    position: absolute;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(198,199,212,0.5), transparent);
}

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

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

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

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

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

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

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

@media (max-width: 480px) {.webthanks_id {
    padding: 50px 0;
}.webthanks_id h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.webthanks_id .webknowledge_space {
    border-radius: 10px;
    padding: 25px 20px;
}.webthanks_id li {
    padding-left: 20px;
}.webthanks_id li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.webthanks_id span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.webreach_out {
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(161,163,179,0.5) 0%, 
        rgb(198,199,212,0.5) 100%
    );
    padding: 6rem 0;
    isolation: isolate;
    position: relative;
}.webreach_out::before {
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    left: -50%;
    animation: subtle-pulse 12s infinite alternate;
    height: 200%;
    position: absolute;
    z-index: 1;
    content: '';
    top: -50%;
}.webreach_out::after {
    width: 150%;
    position: absolute;
    bottom: -30%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    content: '';
    animation: subtle-wave 15s infinite alternate-reverse;
    z-index: 1;
    right: -30%;
    height: 150%;
}.webreach_out .container {
    max-width: 1200px;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.webreach_out h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-size: 47px;
    text-align: center;
}.webreach_out h2::after {
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(198,199,212), 
        transparent
    );
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: '';
}.webreach_out .webrequest_panel {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
    display: flex;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}.webreach_out .webphoto_box_wrap {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.webreach_out .webphoto_box_wrap::before {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    mix-blend-mode: color-dodge;
    opacity: 0.6;
    width: 100%;
    background: linear-gradient(
        45deg, 
        rgb(161,163,179,0.5) 0%, 
        rgb(198,199,212,0.5) 100%
    );
    left: 0;
}.webreach_out .webhelp_form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
    padding: 4rem 3rem;
}.webreach_out .webhelp_form form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.webreach_out .webhelp_form h3 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 600;
}.webreach_out .webhelp_form input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(255,255,255,0.1);
    outline: none;
    font-size: 12px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
}.webreach_out .webhelp_form input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(198,199,212);
    box-shadow: 0 0 15px rgba(rgb(198,199,212), 0.3);
}.webreach_out .webhelp_form .webinquiry_map {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.webreach_out .webhelp_form .webinquiry_map input[type="checkbox"] {
    appearance: none;
    width: 22px;
    transition: all 0.3s ease;
    margin-right: 1rem;
    border-radius: 10px;
    cursor: pointer;
    height: 22px;
    border: 2px solid #ffffff;
    position: relative;
}.webreach_out .webhelp_form .webinquiry_map input[type="checkbox"]:checked {
    background: rgb(198,199,212);
    border-color: rgb(198,199,212);
}.webreach_out .webhelp_form .webinquiry_map input[type="checkbox"]:checked::after {
    left: 50%;
    transform: translate(-50%, -50%);
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    color: #ffffff;
}.webreach_out .webhelp_form .webinquiry_map label {
    font-size: 12px;
    color: #ffffff;
    align-items: center;
    display: flex;
}.webreach_out .webhelp_form .webinquiry_map a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(198,199,212);
    margin-left: 0.3rem;
}.webreach_out .webhelp_form .webinquiry_map a:hover {
    text-decoration: underline;
}.webreach_out .webhelp_form .webhelp_info {
    overflow: hidden;
    position: relative;
    background: rgb(198,199,212);
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1rem;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}.webreach_out .webhelp_form .webhelp_info::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    content: '';
    position: absolute;
}.webreach_out .webhelp_form .webhelp_info:hover::before {
    left: 100%;
}.webreach_out .webhelp_form .webhelp_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.webreach_out .webrequest_panel {
    flex-direction: column;
}.webreach_out .webphoto_box_wrap {
    min-height: 300px;
    flex: 0 0 100%;
}.webreach_out .webhelp_form {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.webreach_out {
    padding: 3rem 0;
}.webreach_out h2 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.8);
}.webreach_out .webhelp_form h3 {
    font-size: calc(30px * 0.9);
}.webreach_out .webhelp_form input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.webreach_out .webhelp_form .webinquiry_map {
    align-items: flex-start;
}.webreach_out .webhelp_form .webinquiry_map input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.webreach_out .webrequest_panel {
    border-radius: 0;
}.webreach_out .webphoto_box_wrap {
    min-height: 250px;
}.webreach_out .webhelp_form {
    padding: 2rem 1.5rem;
}}.webtraining_structure {
    padding: 6rem 2rem;
    background: rgb(234,235,239);
    overflow: hidden;
    position: relative;
}.webtraining_structure::before {
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    opacity: 0.2;
    position: absolute;
    width: 100%;
}.webtraining_structure::after {
    z-index: 0;
    position: absolute;
    animation: moveGradient 20s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(161,163,179,0.5) 0%, transparent 70%);
    top: -50%;
    content: "";
    height: 100%;
    right: -50%;
    width: 100%;
    opacity: 0.3;
}.webtraining_structure .webknowledge_space {
    max-width: 900px;
    gap: 2.5rem;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}.webtraining_structure h3 {
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    text-align: center;
    font-size: 34px;
    background: #ffffff;
    padding: 2rem;
    color: #000000;
    margin: 0;
}.webtraining_structure h3::before {
    opacity: 0.5;
    top: 0;
    border: 2px solid rgb(198,199,212,0.5);
    content: "";
    pointer-events: none;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    transform: translate(8px, 8px);
    z-index: -1;
    border-radius: inherit;
}.webtraining_structure span {
    font-size: 13px;
    padding: 2rem;
    color: #000000;
    border-radius: 30px;
    line-height: 1.8;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: relative;
    background: #ffffff;
}.webtraining_structure span::before {
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.5;
    border-radius: inherit;
    pointer-events: none;
    transform: translate(-8px, -8px);
    border: 2px solid rgb(161,163,179,0.5);
    width: 100%;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.webtraining_structure {
    padding: 5rem 1.5rem;
}.webtraining_structure h3 {
    font-size: calc(34px * 0.9);
    padding: 1.8rem;
}.webtraining_structure span {
    padding: 1.8rem;
}.webtraining_structure h3::before,
    .webtraining_structure span::before {
    transform: translate(6px, 6px);
}.webtraining_structure span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.webtraining_structure {
    padding: 4rem 1rem;
}.webtraining_structure h3 {
    padding: 1.5rem;
    font-size: calc(34px * 0.8);
}.webtraining_structure span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.webtraining_structure .webknowledge_space {
    gap: 2rem;
}.webtraining_structure h3::before,
    .webtraining_structure span::before {
    transform: translate(4px, 4px);
}.webtraining_structure span::before {
    transform: translate(-4px, -4px);
}}.webpricing_zone {
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.webpricing_zone::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
}.webpricing_zone .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.webpricing_zone .weblearn_pricing {
    position: relative;
}.webpricing_zone h2 {
    text-align: center;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    transform: translateZ(0);
    position: relative;
}.webpricing_zone h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
    bottom: -12px;
    position: absolute;
}.webpricing_zone .webcost_plan {
    opacity: 0.9;
    font-weight: 300;
    max-width: 800px;
    color: #ffffff;
    margin: 0 auto 60px;
    line-height: 1.6;
    text-align: center;
    font-size: calc(18px + 2px);
}.webpricing_zone .webstudy_costs {
    perspective: 1000px;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
}.webpricing_zone .webstudy_costs li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.webpricing_zone .webstudy_costs li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.webpricing_zone .webprice_schemes {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    display: block;
}.webpricing_zone .webprice_schemes::before {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    right: 0;
    content: "";
    transform-origin: 0 0;
    height: 4px;
}.webpricing_zone .webprice_schemes:hover::before {
    transform: scaleX(1);
}.webpricing_zone .webprice_schemes::after {
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(198,199,212,0.5), 0.05), transparent);
    bottom: 0;
    width: 100%;
    content: "";
    height: 50%;
}.webpricing_zone .webpromo_cost {
    padding: 35px 30px;
    box-sizing: border-box;
    height: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}.webpricing_zone .webskill_pricing {
    flex: 1;
    display: flex;
    flex-direction: column;
}.webpricing_zone .webskill_pricing h4 {
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    font-size: calc(24px + 2px);
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0 0 20px;
}.webpricing_zone .webskill_pricing h4::after {
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    height: 3px;
    width: 40px;
    position: absolute;
    content: "";
    background: rgb(161,163,179);
}.webpricing_zone .webprice_schemes:hover .webskill_pricing h4::after {
    width: 60px;
}.webpricing_zone .webskill_pricing p {
    flex: 1;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
    margin: 0 0 30px;
    font-size: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}.webpricing_zone .webfee_board {
    display: block;
    background: rgba(rgb(198,199,212,0.5), 0.1);
    font-size: calc(24px + 4px);
    align-self: flex-start;
    position: relative;
    font-weight: 700;
    color: rgb(198,199,212);
    border-radius: 10px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: auto;
    padding: 10px 20px;
}.webpricing_zone .webprice_schemes:hover .webfee_board {
    transform: scale(1.05);
    background: rgba(rgb(198,199,212,0.5), 0.2);
}

@media (min-width: 1200px) {.webpricing_zone .webstudy_costs {
    grid-template-columns: repeat(4, 1fr);
}.webpricing_zone .webpromo_cost {
    padding: 40px 35px;
}.webpricing_zone h2 {
    font-size: calc(31px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.webpricing_zone .webstudy_costs {
    grid-template-columns: repeat(3, 1fr);
}.webpricing_zone .webpromo_cost {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.webpricing_zone .webstudy_costs {
    grid-template-columns: repeat(2, 1fr);
}.webpricing_zone .webskill_pricing p {
    margin-bottom: 25px;
    font-size: calc(18px - 1px);
}.webpricing_zone .webpromo_cost {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.webpricing_zone {
    padding: 70px 0;
}.webpricing_zone .webstudy_costs {
    gap: 20px;
    grid-template-columns: 1fr;
}.webpricing_zone h2 {
    font-size: calc(31px - 2px);
}.webpricing_zone .webcost_plan {
    margin-bottom: 40px;
    font-size: 18px;
}.webpricing_zone .webskill_pricing h4 {
    font-size: 24px;
}.webpricing_zone .webskill_pricing p {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
}.webpricing_zone .webfee_board {
    font-size: calc(24px + 2px);
}.webpricing_zone .webpromo_cost {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.webpricing_zone {
    padding: 50px 0;
}.webpricing_zone .webpromo_cost {
    padding: 25px 20px;
}.webpricing_zone h2::after {
    height: 3px;
    width: 60px;
}.webpricing_zone .webfee_board {
    padding: 8px 16px;
}}.weblocation_info {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(120deg, rgb(234,235,239) 0%, rgb(198,199,212,0.5) 30%, rgb(234,235,239) 70%);
    padding: 8rem 0;
}.weblocation_info::before {
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 75% 25%, rgb(161,163,179,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(234,235,239);
    height: 100%;
    background-size: 100% 100%, 30px 30px;
    top: 0;
    animation: backgroundPulse 15s infinite alternate;
    left: 0;
    width: 100%;
    z-index: -1;
}@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

.weblocation_info::after {
    height: 300px;
    z-index: -2;
    content: "";
    background: 
        linear-gradient(0deg, rgb(198,199,212,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.weblocation_info .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}.weblocation_info .webrequest_support {
    grid-template-columns: 1fr 1.2fr 1fr;
    position: relative;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    display: grid;
    grid-template-areas: 
        "info photo details"
        "info photo details";
}.weblocation_info .webreach_team {
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}.weblocation_info .webreach_team:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-area: info;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 17px 0 0 17px;
}.weblocation_info .webreach_team:nth-child(2) {
    padding: 0;
    border-radius: 0;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    grid-area: photo;
    z-index: 3;
}.weblocation_info .contact_tile.webask_team {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0 17px 17px 0;
    padding: 3rem;
    grid-area: details;
}.weblocation_info .webreach_team h2 {
    font-size: 31px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}.weblocation_info .webreach_team h2::after {
    content: "";
    background: rgb(198,199,212);
    position: absolute;
    left: 0;
    width: 50px;
    bottom: 0;
    border-radius: 10px;
    height: 4px;
}.weblocation_info .webget_help {
    font-size: calc(15px * 1.3);
    letter-spacing: 0.5px;
    color: rgb(198,199,212);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.weblocation_info .webask_feedback {
    color: #000000;
    border-left: 2px solid rgb(198,199,212,0.5);
    margin-bottom: 2rem;
    line-height: 1.8;
    position: relative;
    padding-left: 15px;
}.weblocation_info .webreach_team p {
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    gap: 1rem;
    color: #000000;
}.weblocation_info .webreach_team p span {
    color: #ffffff;
    font-weight: 600;
}.weblocation_info .webcontact_assistance {
    margin-top: 2.5rem;
    border-left: 3px solid rgb(198,199,212);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
}.weblocation_info .webcontact_assistance::before {
    bottom: 0;
    border-radius: 0 10px 10px 0;
    top: 0;
    width: 5px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,199,212) 0%, transparent 100%);
    right: 0;
}.weblocation_info .webcontact_assistance h3 {
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    color: #ffffff;
}.weblocation_info .webcontact_assistance h3::before {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    border: 2px solid rgb(198,199,212);
    margin-right: 10px;
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(198,199,212,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.weblocation_info .webquick_support {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
}.weblocation_info .webquick_support span {
    font-size: calc(15px * 0.9);
    border-radius: 10px;
    align-items: center;
    display: flex;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
}.weblocation_info .webquick_support span::before {
    opacity: 0.6;
    background: rgb(161,163,179);
    height: 100%;
    content: "";
    top: 0;
    width: 3px;
    left: 0;
    position: absolute;
}.weblocation_info .webquick_support span:hover {
    background: rgb(198,199,212,0.5);
    transform: translateX(5px);
    color: #ffffff;
}.weblocation_info .webreach_team .webphoto_box_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}.weblocation_info .webreach_team .webphoto_box_wrap::before {
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, transparent 100%);
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.weblocation_info .webreach_team .webphoto_box_wrap::after {
    top: 0;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}.weblocation_info .webask_team {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.weblocation_info .webask_team a {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    border-right: 3px solid rgb(198,199,212);
    margin-bottom: 1.5rem;
    text-decoration: none;
    padding: 1.5rem;
    transition: all 0.3s ease;
}.weblocation_info .webask_team a::before {
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    width: 3px;
    content: "";
    right: -3px;
    background: rgb(198,199,212);
    top: 0;
}.weblocation_info .webask_team a::after {
    background: linear-gradient(90deg, rgb(198,199,212,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 0;
    opacity: 0.1;
}.weblocation_info .webask_team a:hover::after {
    width: 100%;
}.weblocation_info .webask_team a:hover {
    transform: translateX(-10px);
}.weblocation_info .webask_team a span {
    margin-bottom: 0.6rem;
    position: relative;
    font-size: calc(15px * 0.9);
    padding-left: 20px;
    color: #000000;
}.weblocation_info .webask_team a span::before {
    width: 10px;
    height: 2px;
    background: rgb(198,199,212);
    transform: translateY(-50%);
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
}.weblocation_info .webask_team a p {
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-size: calc(15px * 1.1);
}.weblocation_info .webask_team a:hover p {
    color: rgb(198,199,212);
}.weblocation_info svg {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    fill: none;
}.weblocation_info svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(198,199,212);
}.weblocation_info .webask_team a:hover svg {
    transform: rotate(10deg) scale(1.2);
}.weblocation_info .webask_team a:hover svg path {
    stroke: rgb(161,163,179);
}

@media (max-width: 1024px) {.weblocation_info {
    padding: 6rem 0;
}.weblocation_info .webrequest_support {
    grid-template-areas: 
            "info info"
            "photo details";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}.weblocation_info .webreach_team:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 17px 17px 0 0;
}.weblocation_info .webreach_team:nth-child(2) {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 17px;
}.weblocation_info .contact_tile.webask_team {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    border-radius: 0 0 17px 0;
}
}

@media (max-width: 767px) {.weblocation_info {
    padding: 4rem 0;
}.weblocation_info .webrequest_support {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "websupport_help"
            "webphoto_box_wrap"
            "details";
    grid-template-rows: auto auto auto;
}.weblocation_info .webreach_team:first-child {
    border-radius: 17px 17px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.weblocation_info .webreach_team:nth-child(2) {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    border-radius: 0;
    min-height: 250px;
}.weblocation_info .contact_tile.webask_team {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 17px 17px;
}.weblocation_info .webask_team a {
    margin-bottom: 1rem;
}.weblocation_info .webquick_support {
    grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {.weblocation_info {
    padding: 3rem 0;
}.weblocation_info .webreach_team:first-child,
    .weblocation_info .contact_tile.webask_team {
    padding: 2rem 1.5rem;
}.weblocation_info .webreach_team:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.weblocation_info .webreach_team:nth-child(2) {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    min-height: 200px;
}.weblocation_info .contact_tile.webask_team {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.weblocation_info .webcontact_assistance {
    margin-top: 2rem;
    padding: 1rem;
}.weblocation_info .webask_team a {
    padding: 1rem;
}}.webcookie_message_panel {
    transform: translateY(100%);
    border-top: 3px solid rgb(161,163,179);
    position: fixed;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(161,163,179);
    transition: transform 0.5s ease-in-out;
    animation: slideUp 0.5s forwards;
    z-index: 90;
    bottom: 0;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.webdata_notice {
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}.webcookie_message_panel h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}.webcookie_message_panel p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 17px;
}.webtrack_manage {
    flex-shrink: 0;
    justify-content: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(198,199,212));
    display: flex;
    align-items: center;
}.webtrack_manage svg {
    fill: rgb(198,199,212);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.webtrack_manage:hover svg {
    transform: scale(1.1);
}.webvisitor_confirm {
    line-height: 40px;
    box-shadow: 0 0 15px rgb(198,199,212);
    min-width: 140px;
    color: #000000;
    margin-left: 10px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    white-space: nowrap;
    font-size: 20px;
    border-radius: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}.webvisitor_confirm:hover {
    box-shadow: 0 0 20px rgb(161,163,179);
}.cookie_button.webuser_default:hover {
    box-shadow: 0 0 15px rgb(161,163,179);
}.webcookie_message_panel p a {
    transition: color 0.3s ease;
    color: rgb(198,199,212);
    text-decoration: none;
}.webcookie_message_panel p a:hover {
    color: rgb(161,163,179);
}#weboverlayCookieInfo {
    display: none;
}#weboverlayCookieInfo:checked ~ .webcookie_message_panel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.webcookie_message_panel {
    padding: 15px 0;
}.webdata_notice {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.webtrack_manage {
    display: none;
}.webdata_notice {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.webcookie_message_panel h5 {
    margin-bottom: 5px;
    font-size: 17px;
}.webdata_comply {
    margin-bottom: 15px;
}.webvisitor_confirm {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(to right, rgb(161,163,179), rgb(198,199,212));
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -2;
    left: 0;
    right: 0;
    opacity: 0.9;
    top: 0;
}footer::after {
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}.webcalc_foot {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.webcalc_foot::before {
    top: 0;
    left: 0;
    content: "";
    height: 10px;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179), rgb(198,199,212));
    position: absolute;
    width: 100%;
}.webcalc_foot .container {
    position: relative;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.webcalc_foot .company_holder {
    grid-column: span 5;
    padding: 0;
    position: relative;
}.webcalc_foot .company_holder h3 {
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
    position: relative;
}.webcalc_foot .company_holder h3::after {
    left: 0;
    width: 80px;
    bottom: -2px;
    background: #ffffff;
    content: "";
    height: 2px;
    position: absolute;
}.webcalc_foot .webpeer_help {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    line-height: 1.7;
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    font-size: 15px;
    position: relative;
}.webcalc_foot .webvolunteer {
    grid-column: span 7;
}.webcalc_foot .webtop_study {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.webcalc_foot .webmain_core {
    position: relative;
}.webcalc_foot .webmain_core h5 {
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.8rem;
}.webcalc_foot .webmain_core h5::after {
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    background: #ffffff;
    height: 2px;
}.webcalc_foot .webmain_core .webtop_study {
    display: grid;
    gap: 1rem;
}.webcalc_foot .webmain_core .webtop_study a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    align-items: center;
}.webcalc_foot .webmain_core .webtop_study a::after {
    content: "\2192";
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(-5px);
}.webcalc_foot .webmain_core .webtop_study a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.webcalc_foot .webmain_core .webtop_study a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.webcarbon_cta {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
}.webcarbon_cta .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.webcarbon_cta .webfaculty_info {
    text-align: center;
    position: relative;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
    padding: 0 1rem;
}.webcalc_foot::after {
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    right: 2rem;
    width: 50px;
    position: absolute;
    content: "";
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}.webcalc_foot .company_holder::before {
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    content: "";
    left: 0;
    height: 50px;
}.webcalc_foot .company_holder::after {
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}.webcalc_foot .webvolunteer::after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    right: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}

@media (max-width: 1200px) {.webcalc_foot .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.webcalc_foot {
    padding: 4rem 0 2rem;
}.webcalc_foot .container {
    grid-template-columns: 1fr;
}.webcalc_foot .company_holder,
    .webcalc_foot .webvolunteer {
    grid-column: span 12;
}.webcalc_foot .company_holder {
    margin-bottom: 2rem;
}.webcalc_foot::after,
    .webcalc_foot .company_holder::before,
    .webcalc_foot .company_holder::after,
    .webcalc_foot .webvolunteer::after {
    display: none;
}
}

@media (max-width: 768px) {.webcalc_foot {
    padding: 3rem 0 1.5rem;
}.webcalc_foot .webtop_study {
    gap: 1.5rem;
}.webcalc_foot .company_holder h3 {
    font-size: calc(31px - 2px);
}.webcarbon_cta {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.webcalc_foot {
    padding: 2.5rem 0 1rem;
}.webcalc_foot .webtop_study {
    grid-template-columns: 1fr;
    gap: 2rem;
}.webcalc_foot .webpeer_help {
    padding-left: 1rem;
}.webcarbon_cta {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.webcalc_foot .company_holder h3::after,
    .webcalc_foot .webmain_core h5::after {
    width: 30px;
}.webcalc_foot .webmain_core .webtop_study a:hover {
    padding-left: 0.3rem;
}}.webcourse_summary {
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(234,235,239) 0%, #ffffff 100%);
    position: relative;
}.webcourse_summary::before {
    z-index: 0;
    width: 40%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(198,199,212,0.5) 0%, transparent 80%);
    height: 80%;
    right: -5%;
    opacity: 0.7;
    top: -10%;
    filter: blur(30px);
    transform: rotate(-15deg) skewX(15deg);
}.webcourse_summary::after {
    z-index: 0;
    filter: blur(20px);
    height: 60%;
    position: absolute;
    opacity: 0.6;
    width: 30%;
    content: "";
    background: linear-gradient(225deg, rgb(161,163,179,0.5) 0%, transparent 85%);
    transform: rotate(25deg) skewX(-15deg);
    bottom: -5%;
    left: -5%;
}.webcourse_summary .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}.webcourse_summary h2 {
    color: #000000;
    font-size: calc(32px * 1.1);
    font-weight: 700;
    position: relative;
    transform: translateX(-5px);
    margin-bottom: 50px;
    line-height: 1.3;
}.webcourse_summary h2::before {
    width: 80px;
    height: 4px;
    transform-origin: left center;
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    background: linear-gradient(90deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    position: absolute;
    left: 0;
}.webcourse_summary h2:hover::before {
    transform: scaleX(1.5);
}.webcourse_summary .webskill_master {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}.webcourse_summary .webphoto_box_wrap {
    border-radius: 28px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    height: 300px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.webcourse_summary .webphoto_box_wrap::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    z-index: 1;
    content: "";
}.webcourse_summary .webphoto_box_wrap::after {
    content: "";
    left: -100%;
    width: 200%;
    top: -100%;
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    position: absolute;
}.webcourse_summary .webtext_zone {
    position: relative;
    padding: 20px 0;
}.webcourse_summary .description {
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    overflow-y: auto;
    max-height: 300px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    line-height: 1.7;
    transform: translateY(0);
    padding-right: 15px;
}.webcourse_summary .description:first-of-type {
    position: relative;
}.webcourse_summary .description:first-of-type::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(161,163,179,0.5) 0%, transparent 100%);
    left: 0;
}.webcourse_summary .webtext_zone::before {
    background: linear-gradient(to bottom, rgb(198,199,212), transparent);
    height: 70%;
    width: 4px;
    left: -20px;
    content: "";
    position: absolute;
    transform: scaleY(0.7);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    top: 0;
}.webcourse_summary .webtext_zone:hover::before {
    transform: scaleY(1);
}.webcourse_summary .description::-webkit-scrollbar {
    width: 4px;
}.webcourse_summary .description::-webkit-scrollbar-track {
    background: #ffffff;
}.webcourse_summary .description::-webkit-scrollbar-thumb {
    background: rgb(161,163,179,0.5);
    border-radius: 10px;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.webcourse_summary {
    padding: 150px 0;
}.webcourse_summary h2 {
    font-size: calc(32px * 1.2);
    margin-left: 60px;
    max-width: 80%;
}.webcourse_summary h2::before {
    width: 100px;
    left: -60px;
    bottom: 50%;
}.webcourse_summary .webskill_master {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}.webcourse_summary .webphoto_box_wrap {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    height: 450px;
}.webcourse_summary .webtext_zone {
    padding: 0 30px;
}.webcourse_summary .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.webcourse_summary .container {
    padding: 0 50px;
}.webcourse_summary h2 {
    margin-bottom: 70px;
    margin-left: 80px;
    font-size: calc(32px * 1.3);
}.webcourse_summary h2::before {
    left: -80px;
    height: 5px;
    width: 120px;
}.webcourse_summary .webphoto_box_wrap {
    height: 500px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
}.webcourse_summary .webphoto_box_wrap:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.webcourse_summary .webtext_zone {
    padding: 0 50px 0 20px;
}.webcourse_summary .description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.webcourse_summary h2 {
    font-size: calc(32px * 1.4);
    margin-left: 100px;
}.webcourse_summary h2::before {
    width: 150px;
    left: -100px;
}.webcourse_summary .webskill_master {
    grid-template-columns: 1fr 1.7fr;
    gap: 70px;
}.webcourse_summary .webphoto_box_wrap {
    height: 550px;
}.webcourse_summary .description {
    max-height: 550px;
    margin-bottom: 25px;
}}header {
    width: 100%;
    z-index: 100;
    background: rgb(234,235,239);
    padding: 0;
    position: relative;
}header::before {
    background: linear-gradient(135deg, 
        rgb(198,199,212,0.5) 0%, 
        transparent 60%, 
        rgb(161,163,179,0.5) 100%);
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
}header .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
}header .webhead_tutor {
    padding: 0.8rem 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}header .webtop_section {
    display: flex;
    align-items: center;
    padding: 0.6rem;
    position: relative;
    text-decoration: none;
    margin-right: 1rem;
}header .webtop_section::after {
    transform: scaleX(0.7);
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(198,199,212), rgb(161,163,179));
    left: 0;
    bottom: 0;
}header .webtop_section:hover::after {
    transform: scaleX(1);
}header .webtop_section svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .webtop_section:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .webmain_core {
    display: flex;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 0.5rem;
}header .webmain_pro {
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 0.4rem 0.7rem;
    color: #000000;
    font-weight: 400;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
}header .webmain_pro::after {
    background: linear-gradient(to right, rgb(198,199,212), rgb(161,163,179));
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 2px;
}header .webmain_pro:hover {
    color: rgb(198,199,212);
    background: rgba(255, 255, 255, 0.7);
}header .webmain_pro:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .webhead_tutor {
    padding: 0.7rem 2.5%;
}header .webtop_section svg {
    width: 130px;
}header .webmain_core {
    padding: 0.4rem;
    gap: 0.35rem;
}header .webmain_pro {
    font-size: calc(17px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .webhead_tutor {
    padding: 0.7rem 2%;
    justify-content: center;
}header .webtop_section {
    margin: 0 0 0.6rem 0;
}header .webtop_section svg {
    width: 120px;
}header .webmain_core {
    width: 100%;
    justify-content: center;
}header .webmain_pro {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .webhead_tutor {
    padding: 0.6rem 1.5%;
}header .webtop_section svg {
    width: 110px;
}header .webmain_core {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .webmain_core::-webkit-scrollbar {
    height: 2px;
}header .webmain_core::-webkit-scrollbar-thumb {
    background: rgb(198,199,212);
    border-radius: 10px;
}header .webmain_pro {
    flex-shrink: 0;
    white-space: nowrap;
}}.webprivacy_section {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 60px;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.webprivacy_section h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 48px;
    grid-column: span 2;
    z-index: 2;
    color: rgb(198,199,212);
    position: relative;
}.webprivacy_section h2 {
    position: relative;
    color: rgb(161,163,179);
    font-size: 29px;
    padding-left: 10px;
    margin: 20px 0;
    font-weight: 600;
    border-left: 5px solid rgb(198,199,212);
    z-index: 2;
}.webprivacy_section ul,
.webprivacy_section ol {
    position: relative;
    z-index: 2;
    padding: 0 0 0 20px;
    margin: 20px 0;
}.webprivacy_section ul {
    list-style-type: disc;
}.webprivacy_section ol {
    list-style-type: decimal;
}.webprivacy_section li {
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(161,163,179,0.5);
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
}.webprivacy_section p {
    position: relative;
    color: #000000;
    z-index: 2;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
}.webprivacy_section > div {
    border: 1px solid rgb(198,199,212,0.5);
    position: relative;
    border-radius: 10px;
    background-color: rgb(234,235,239);
    padding: 30px;
    z-index: 2;
}.webprivacy_section span {
    font-weight: 600;
    padding: 5px;
    background: rgb(198,199,212,0.5);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    color: rgb(161,163,179);
}.webprivacy_section::before,
.webprivacy_section::after {
    z-index: 1;
    position: absolute;
    background: rgb(198,199,212,0.5);
    content: "";
    display: block;
    border-radius: 50%;
}.webprivacy_section::before {
    top: -100px;
    width: 200px;
    height: 200px;
    left: -100px;
}.webprivacy_section::after {
    bottom: -150px;
    right: -150px;
    height: 300px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.webprivacy_section {
    padding: 30px;
    gap: 20px;
    grid-template-columns: 1fr;
}.webprivacy_section h1 {
    font-size: calc(20px * 0.8);
    grid-column: span 1;
}.webprivacy_section h2 {
    font-size: calc(20px * 0.8);
}.webprivacy_section ul,
    .webprivacy_section ol {
    padding-left: 15px;
}.webprivacy_section > div {
    padding: 20px;
}.webprivacy_section::before {
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
}.webprivacy_section::after {
    right: -75px;
    height: 150px;
    width: 150px;
    bottom: -75px;
}}.webanalysis_summary {
    position: relative;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, rgb(234,235,239) 50%, rgb(161,163,179,0.5) 100%);
}.webanalysis_summary::before {
    left: 0;
    z-index: -1;
    background: repeating-radial-gradient(
    circle at 10% 20%,
    rgb(198,199,212,0.5) 0%,
    transparent 40%,
    rgb(161,163,179,0.5) 80%
  );
    width: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    content: "";
    height: 100%;
}.webanalysis_summary .container {
    position: relative;
    max-width: 1200px;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.webanalysis_summary .webkey_classes {
    text-align: center;
    position: relative;
    grid-row: 1;
    padding: 0 20px;
    margin-bottom: 20px;
}.webanalysis_summary .webstatistics_pros {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 46px;
}.webanalysis_summary .webstatistics_pros::before {
    width: 60%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(198,199,212), transparent);
    height: 6px;
    bottom: -15px;
    position: absolute;
    left: 20%;
}.webanalysis_summary .webstatistics_benefits {
    margin: 0 auto;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.8;
    max-width: 800px;
    font-size: 17px;
}.webanalysis_summary .webfast_upgrade {
    grid-row: 2;
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 2;
    gap: 0;
    flex-wrap: wrap;
}.webanalysis_summary .webfast_statistics {
    position: relative;
    max-width: 300px;
    align-items: center;
    overflow: hidden;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 300px;
    transition: all 0.4s ease;
    justify-content: center;
    padding: 30px;
}.webanalysis_summary .webfast_statistics::before {
    height: 100%;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    top: 0;
    position: absolute;
    transform: skewY(2deg);
    z-index: -1;
    width: 100%;
    background: rgb(234,235,239);
    content: "";
    transform-origin: top right;
}.webanalysis_summary .webfast_statistics:hover::before {
    transform: skewY(-2deg);
}.webanalysis_summary .webfast_statistics::after {
    top: 0;
    width: 3px;
    background: rgb(198,199,212);
    left: 0;
    height: 0;
    content: "";
    transition: height 0.6s ease;
    position: absolute;
}.webanalysis_summary .webfast_statistics:hover::after {
    height: 100%;
}.webanalysis_summary .webfast_statistics:nth-child(2n)::after {
    right: 0;
    left: auto;
    background: rgb(161,163,179);
}.webanalysis_summary .webfast_statistics:nth-child(3n)::after {
    width: 0;
    top: auto;
    height: 3px;
    transition: width 0.6s ease;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}.webanalysis_summary .webfast_statistics:nth-child(3n):hover::after {
    height: 3px;
    width: 100%;
}.webanalysis_summary .webfast_statistics h4 {
    font-size: calc(32px * 1.8);
    color: rgb(198,199,212);
    font-weight: 700;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 15px;
}.webanalysis_summary .webfast_statistics:hover h4 {
    transform: scale(1.1);
}.webanalysis_summary .webfast_statistics:nth-child(2n) h4 {
    color: rgb(161,163,179);
}.webanalysis_summary .webfast_statistics span {
    opacity: 0.9;
    max-width: 100%;
    transition: transform 0.3s ease 0.1s;
    font-weight: 400;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 17px;
}.webanalysis_summary .webfast_statistics:hover span {
    transform: translateY(5px);
}.webanalysis_summary .webfast_statistics:nth-child(odd) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}.webanalysis_summary .webfast_statistics:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}.webanalysis_summary svg {
    height: 30px;
    right: 20px;
    transition: all 0.3s ease;
    opacity: 0.5;
    position: absolute;
    fill: rgb(198,199,212);
    width: 30px;
    top: 20px;
}.webanalysis_summary .webfast_statistics:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.webanalysis_summary svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,199,212);
}.webanalysis_summary .webfast_statistics:nth-child(2n) svg path {
    fill: rgb(161,163,179);
}.webanalysis_summary .webfast_upgrade::before {
    position: absolute;
    content: "";
    height: 0;
    pointer-events: none;
    z-index: 3;
    width: 0;
}

@media (max-width: 992px) {.webanalysis_summary {
    padding: 70px 0;
}.webanalysis_summary .webfast_upgrade {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}.webanalysis_summary .webfast_statistics {
    max-width: none;
    min-width: 0;
    height: 250px;
}
}

@media (max-width: 768px) {.webanalysis_summary {
    padding: 60px 0;
}.webanalysis_summary .webstatistics_pros {
    font-size: calc(32px * 1.2);
}.webanalysis_summary .webfast_upgrade {
    grid-template-columns: 1fr;
}.webanalysis_summary .webfast_statistics {
    height: 200px;
}.webanalysis_summary .webfast_statistics h4 {
    font-size: calc(32px * 1.5);
}
}

@media (max-width: 576px) {.webanalysis_summary {
    padding: 50px 0;
}.webanalysis_summary .container {
    padding: 0 15px;
    gap: 40px;
}.webanalysis_summary .webstatistics_pros {
    font-size: 32px;
}.webanalysis_summary .webstatistics_benefits {
    font-size: calc(17px * 0.9);
}.webanalysis_summary .webfast_statistics {
    height: 180px;
    padding: 20px;
}.webanalysis_summary .webfast_statistics h4 {
    font-size: calc(32px * 1.3);
}.webanalysis_summary .webfast_statistics span {
    font-size: calc(17px * 0.9);
}}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.webanalysis_summary .webfast_statistics {
    animation: floatIn 0.5s ease forwards;
    opacity: 0;
}.webanalysis_summary .webfast_statistics:nth-child(1) {
    animation-delay: 0.1s;
}.webanalysis_summary .webfast_statistics:nth-child(2) {
    animation-delay: 0.2s;
}.webanalysis_summary .webfast_statistics:nth-child(3) {
    animation-delay: 0.3s;
}.webanalysis_summary .webfast_statistics:nth-child(4) {
    animation-delay: 0.4s;
}.webanalysis_summary::after {
    height: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    bottom: 0;
    z-index: -1;
    position: absolute;
    left: 0;
}.webanalysis_summary .container::after {
    background: rgb(198,199,212,0.5);
    border-radius: 50%;
    content: "";
    z-index: -1;
    right: -50px;
    top: -50px;
    filter: blur(100px);
    position: absolute;
    animation: pulse 8s infinite alternate;
    height: 200px;
    width: 200px;
}@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}.webour_background {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.webour_background::before {
    opacity: 0.85;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: #000000;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.webour_background::after {
    filter: blur(40px);
    bottom: -50px;
    position: absolute;
    z-index: 2;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    opacity: 0.15;
    right: -50px;
    background: rgb(198,199,212);
    content: "";
    animation: float 10s ease-in-out infinite;
}.webour_background .container {
    position: relative;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.webour_background h2 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 31px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.webour_background h2::after {
    box-shadow: 0 0 15px rgb(198,199,212);
    left: 0;
    transition: width 0.5s ease;
    width: 60px;
    border-radius: 10px;
    height: 4px;
    position: absolute;
    content: "";
    background: rgb(198,199,212);
    bottom: -10px;
}.webour_background:hover h2::after {
    width: 100%;
}.webour_background .webtext_zone {
    border-radius: 10px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
}.webour_background .webtext_zone:hover {
    transform: translateY(-10px);
}.webour_background .webtext_zone > div {
    width: 100%;
    padding: 30px;
}.webour_background .webtext_zone p {
    font-size: calc(18px * 1.4);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(135deg, #ffffff, rgb(161,163,179));
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.webour_background .webtext_zone p::before {
    width: 4px;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    content: "";
    background: rgb(198,199,212);
    top: 0;
    left: -10px;
}.webour_background .webtext_zone div div {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.8;
    text-align: justify;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    font-size: 18px;
}.webour_background .webtext_zone div div::first-letter {
    font-size: calc(18px * 2.5);
    line-height: 1;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    color: rgb(198,199,212);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@media (min-width: 768px) {.webour_background {
    padding: 150px 0;
}.webour_background .container {
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px;
}.webour_background h2 {
    margin-bottom: 50px;
    font-size: calc(31px * 1.2);
}.webour_background .webtext_zone {
    flex-direction: row;
    display: flex;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
}.webour_background .webtext_zone > div {
    padding: 40px;
}.webour_background .webtext_zone p {
    margin-bottom: 30px;
    font-size: calc(18px * 1.8);
}.webour_background .webtext_zone div div {
    padding: 30px;
    column-count: 2;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
}
}

@media (max-width: 767px) {.webour_background {
    padding: 80px 0;
}.webour_background .container {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.webour_background h2 {
    margin-bottom: 30px;
    font-size: 31px;
}.webour_background .webtext_zone > div {
    padding: 20px;
}.webour_background .webtext_zone p {
    font-size: calc(18px * 1.2);
    margin-bottom: 15px;
}.webour_background .webtext_zone div div {
    font-size: calc(18px * 0.9);
    padding: 15px;
}
}

@media (max-width: 480px) {.webour_background {
    padding: 60px 0;
}.webour_background .container {
    padding: 20px;
    transform: none;
}.webour_background h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
}.webour_background .webtext_zone > div {
    padding: 15px;
}.webour_background .webtext_zone p {
    margin-bottom: 10px;
    font-size: 18px;
}.webour_background .webtext_zone div div {
    font-size: calc(18px * 0.85);
    padding: 10px;
}}.webtraining_specialist {
    background-color: rgb(234,235,239);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}.webtraining_specialist::before {
    height: 100%;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(198,199,212,0.5));
    z-index: 1;
    width: 40%;
}.webtraining_specialist .webreview_feedback {
    border-radius: 0;
    position: relative;
    max-width: 1200px;
    box-shadow: none;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    background: transparent;
}.webtraining_specialist .webphoto_box_wrap {
    width: 45%;
    border-radius: 0;
    height: 480px;
    transform: rotate(-2deg);
    box-shadow: 15px 15px 0 rgb(198,199,212,0.5);
    transition: all 0.5s ease;
    position: relative;
}.webtraining_specialist .webemp_highlights {
    width: 55%;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 3rem 0 3rem 4rem;
    display: flex;
}.webtraining_specialist .webemp_highlights::before {
    height: 100%;
    left: 2.5rem;
    content: "";
    background: linear-gradient(to bottom, rgb(161,163,179,0.5), transparent);
    width: 1px;
    position: absolute;
    top: 0;
}.webtraining_specialist .name {
    color: #000000;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    font-size: calc(41px * 1.2);
    margin-bottom: 1rem;
}.webtraining_specialist .webemp_highlights > div:nth-child(2) {
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 2.5rem;
    background-color: rgb(161,163,179);
    transform: translateX(-10px);
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}.webtraining_specialist .webexp_progress {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    padding-left: 0;
    max-width: 90%;
}.webtraining_specialist .webexp_progress::before {
    background-color: rgb(198,199,212);
    position: absolute;
    top: -1.5rem;
    content: "";
    height: 3px;
    width: 60px;
    left: 0;
}.webtraining_specialist .webreview_feedback:hover .webphoto_box_wrap {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(161,163,179);
}

@media (max-width: 992px) {.webtraining_specialist::before {
    height: 40%;
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(198,199,212,0.5), transparent);
}.webtraining_specialist .webreview_feedback {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
}.webtraining_specialist .webphoto_box_wrap {
    width: 90%;
    height: 400px;
}.webtraining_specialist .webemp_highlights {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.webtraining_specialist .webemp_highlights::before {
    display: none;
}.webtraining_specialist .webexp_progress {
    max-width: 100%;
}
}

@media (max-width: 576px) {.webtraining_specialist {
    padding: 4rem 1rem;
}.webtraining_specialist .webphoto_box_wrap {
    height: 320px;
}.webtraining_specialist .name {
    font-size: 29px;
}.webtraining_specialist .webemp_highlights > div:nth-child(2) {
    font-size: 13px;
}.webtraining_specialist .webexp_progress {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.webhomepage {
    min-height: 100vh;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,235,239), rgb(161,163,179,0.5) 70%);
}.webhomepage::before {
    left: 0;
    top: 0;
    animation: backgroundShift 40s linear infinite;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    z-index: 1;
    background-size: 80px 80px;
    content: "";
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

.webhomepage .webknowledge_space {
    grid-gap: 2rem;
    padding: 4rem 2rem;
    min-height: 85vh;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    z-index: 5;
    height: 100%;
    position: relative;
    max-width: 1400px;
}.webhomepage h1 {
    transform: translateZ(60px);
    opacity: 0;
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-weight: 700;
    font-size: calc(46px * 1.2);
    grid-column: 1 / -1;
    position: relative;
    margin-bottom: 2rem;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    color: #000000;
}.webhomepage h1::after {
    position: absolute;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    width: 80px;
    transform-origin: left center;
    transform: scaleX(0);
    bottom: -10px;
    left: 0;
    background: rgb(198,199,212);
    height: 4px;
}@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.webhomepage .webtext_zone {
    transform-style: preserve-3d;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateZ(30px);
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

.webhomepage .weblearn_team {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    padding: 2rem;
    transform: rotate(-2deg);
    border-left: 4px solid rgb(198,199,212);
    flex-direction: column;
    display: flex;
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}.webhomepage .weblearn_team:hover {
    transform: rotate(0deg) translateY(-10px);
}.webhomepage .weblearn_team p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    color: #000000;
}.webhomepage svg {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    height: 100px;
    width: 100px;
    align-self: center;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
}.webhomepage svg:hover {
    transform: translateZ(40px) scale(1.1);
}.webhomepage svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,163,179);
}.webhomepage svg:hover path {
    fill: rgb(198,199,212);
}.webhomepage svg text {
    font-family: Arial, sans-serif;
    animation: textPulse 3s infinite alternate;
}@keyframes textPulse {
    0% { fill: rgb(161,163,179); }
    100% { fill: rgb(198,199,212); }
}

.webhomepage .weblearn_team div {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}.webhomepage .webhelp_info {
    position: relative;
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateZ(10px);
    color: #ffffff;
    border: none;
    text-decoration: none;
    font-size: 16px;
    padding: 0.8rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,199,212), rgb(161,163,179));
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    display: inline-block;
    font-weight: 600;
}.webhomepage .webhelp_info::before {
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.7s;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    content: "";
}.webhomepage .webhelp_info:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateZ(20px) scale(1.05);
}.webhomepage .webhelp_info:hover::before {
    left: 100%;
}.webhomepage .webphoto_box_wrap {
    min-height: 400px;
    border-radius: 14px;
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    overflow: hidden;
    opacity: 0;
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    position: relative;
    height: 100%;
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
}@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

.webhomepage .webphoto_box_wrap::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgb(198,199,212,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    left: 0;
}.webhomepage .webphoto_box_wrap::after {
    z-index: 3;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
}.webhomepage .webphoto_box_wrap:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

@media (max-width: 992px) {.webhomepage .webknowledge_space {
    padding: 3rem 1.5rem;
    min-height: auto;
    grid-template-columns: 1fr;
}.webhomepage h1 {
    font-size: calc(46px * 1.1);
    text-align: center;
}.webhomepage h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }
    
    .webhomepage .webtext_zone {
    order: 2;
}.webhomepage .webphoto_box_wrap {
    order: 1;
    min-height: 300px;
    transform: translateZ(10px) perspective(800px) rotateY(0);
    margin-bottom: 2rem;
}
    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }
}

@media (max-width: 768px) {.webhomepage .webknowledge_space {
    padding: 2rem 1rem;
}.webhomepage h1 {
    margin-bottom: 1.5rem;
    font-size: 46px;
}.webhomepage .weblearn_team {
    padding: 1.5rem;
    transform: rotate(0);
}.webhomepage .weblearn_team p {
    font-size: 14px;
}.webhomepage svg {
    width: 80px;
    height: 80px;
}.webhomepage .webphoto_box_wrap {
    min-height: 250px;
}
}

@media (max-width: 576px) {.webhomepage {
    padding-top: 1rem;
}.webhomepage .webknowledge_space {
    padding: 1.5rem 1rem;
    grid-gap: 1.5rem;
}.webhomepage h1 {
    font-size: calc(46px * 0.9);
}.webhomepage .weblearn_team {
    padding: 1.25rem;
}.webhomepage svg {
    height: 60px;
    width: 60px;
}.webhomepage .webhelp_info {
    padding: 0.7rem 1.5rem;
}.webhomepage .webphoto_box_wrap {
    min-height: 200px;
}
}