* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}.ypeer_help {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1134px;
    max-width: 100%;
}.Isite_navbar {
    flex: 1 0 auto;
}.ypanel-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Weducation_experience {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(213,218,195) 0%, #000000 100%);
    padding: 8rem 0;
    min-height: 700px;
    position: relative;
}.Weducation_experience::before {
    opacity: 0.1;
    z-index: 1;
    background-size: 150px 150px;
    width: 100%;
    position: absolute;
    animation: gridFlow 20s linear infinite;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(170,183,171,0.5) 85%, rgb(170,183,171,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(127,134,126,0.5) 85%, rgb(127,134,126,0.5) 88%, transparent 88%);
    content: "";
    height: 100%;
}.Weducation_experience .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1300px;
    position: relative;
    padding: 0 2rem;
}.Weducation_experience .Zrating_voices {
    min-height: 580px;
    display: grid;
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-rows: auto auto 1fr;
    gap: 20px 30px;
    background: transparent;
    grid-template-columns: 45% 1fr;
}.Weducation_experience .Zrating_voices::before {
    content: "";
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    z-index: -1;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.3;
    top: 50%;
    background: linear-gradient(90deg, rgb(170,183,171,0.5) 0%, transparent 50%);
    right: 0;
    border-radius: 24px;
    height: 90%;
    filter: blur(40px);
    position: absolute;
}.Weducation_experience .Zrating_voices::after {
    top: 0;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    z-index: -2;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    border-radius: 24px;
    height: 100%;
}.Weducation_experience .timg_center {
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    position: relative;
    transform: scale(1);
    height: 100%;
    grid-area: photo;
    filter: contrast(1.1) brightness(1.05);
}.Weducation_experience .Zrating_voices:hover .timg_center {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.Weducation_experience .timg_center::before {
    opacity: 0.7;
    width: 10px;
    content: "";
    height: 100%;
    top: 0;
    animation: pulseOpacity 3s ease-in-out infinite;
    background: rgb(170,183,171);
    left: 0;
    position: absolute;
    z-index: 3;
}.Weducation_experience .name {
    transform: translateX(0);
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    margin-top: 80px;
    font-size: 37px;
    align-self: end;
    padding-bottom: 10px;
    font-weight: 700;
}.Weducation_experience .Zrating_voices:hover .name {
    transform: translateX(15px);
}.Weducation_experience .name::after {
    content: "";
    bottom: 0;
    height: 2px;
    width: 0;
    left: 0;
    position: absolute;
    background: rgb(170,183,171);
    transition: width 0.5s ease;
}.Weducation_experience .Zrating_voices:hover .name::after {
    width: 60%;
}.Weducation_experience .Zrating_voices span:not(.name) {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    align-self: start;
    grid-area: job;
    color: rgb(127,134,126);
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    font-size: 19px;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    z-index: 3;
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    backdrop-filter: blur(5px);
    position: relative;
}.Weducation_experience .Zrating_voices:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.Weducation_experience .Hemp_overview {
    z-index: 2;
    margin-right: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    border-left: 4px solid rgb(127,134,126);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    width: 95%;
    line-height: 1.8;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transform: translateY(0);
    font-size: 12px;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    align-self: start;
    grid-area: quote;
    color: #ffffff;
}.Weducation_experience .Zrating_voices:hover .Hemp_overview {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.Weducation_experience .container::after {
    right: -150px;
    position: absolute;
    filter: blur(70px);
    width: 300px;
    bottom: -150px;
    height: 300px;
    background: radial-gradient(circle, rgb(127,134,126,0.5) 0%, transparent 70%);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    opacity: 0.3;
    z-index: -1;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.Weducation_experience .Zrating_voices {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "timg_center"
            "name"
            "Nexperience_summary"
            "Hemp_overview";
    gap: 20px;
    grid-template-columns: 1fr;
}.Weducation_experience .timg_center {
    border-radius: 24px 24px 0 0;
    height: 350px;
}.Weducation_experience .timg_center::before {
    height: 10px;
    width: 100%;
}.Weducation_experience .name {
    text-align: center;
    margin-top: 0;
}.Weducation_experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.Weducation_experience .Zrating_voices:hover .name {
    transform: translateY(-5px);
}.Weducation_experience .Zrating_voices span:not(.name) {
    margin: 0 auto;
}.Weducation_experience .Zrating_voices:hover span:not(.name) {
    transform: translateY(-5px);
}.Weducation_experience .Hemp_overview {
    border-left: none;
    width: 90%;
    border-top: 4px solid rgb(127,134,126);
    margin: 0 auto;
}.Weducation_experience .Zrating_voices:hover .Hemp_overview {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.Weducation_experience {
    padding: 5rem 0;
}.Weducation_experience .timg_center {
    height: 250px;
}.Weducation_experience .name {
    font-size: 19px;
}.Weducation_experience .Zrating_voices span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 12px;
}.Weducation_experience .Hemp_overview {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
    width: 95%;
}}.DcookieWarningContainer {
    border-top: 2px solid rgb(170,183,171);
    z-index: 90;
    bottom: 0;
    position: fixed;
    background: rgb(213,218,195);
    width: 100%;
}#eprivacyAlertWindow {
    display: none;
}#eprivacyAlertWindow:checked ~ .DcookieWarningContainer {
    visibility: hidden;
    opacity: 0;
}.Ouser_choices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}.DcookieWarningContainer h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.DcookieWarningContainer p {
    font-size: 18px;
}.Mcookie_visitor {
    flex-shrink: 0;
    margin-right: 10px;
}.Mcookie_visitor svg, .Mcookie_visitor svg path, .Mcookie_visitor img {
    height: 100px;
    width: 100px;
    fill: rgb(170,183,171);
}.nedu_accept {
    flex-shrink: 0;
    text-decoration: none;
    margin-left: 10px;
    min-width: 120px;
    color: rgb(170,183,171);
    font-size: 24px;
    cursor: pointer;
    border-bottom: 2px solid rgb(170,183,171);
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
}.DcookieWarningContainer p a {
    color: rgb(170,183,171);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.DcookieWarningContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.Mcookie_visitor {
    display: none;
}.Ouser_choices {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.DcookieWarningContainer h5 {
    text-align: center;
}.DcookieWarningContainer p {
    text-align: center;
}.qdata_control {
    margin-bottom: 20px;
}body .ypanel-container .nedu_accept {
    margin-bottom: 10px;
    margin-left: 0;
}}
.ypanel-container .DcookieWarningContainer {
    box-shadow: rgb(127,134,126,0.5) 0px 0px 10px 10px;
    background: rgb(170,183,171);
}.ypanel-container .Ouser_choices {
    padding: 40px 0;
    justify-content: space-between;
}.ypanel-container .nedu_accept {
    border: none;
    margin-left: 30px;
    color: rgb(170,183,171);
    padding: 10px;
    font-size: 20px;
    background: #ffffff;
}.ypanel-container .qdata_control {
    text-align: left;
    color: #ffffff;
}.ypanel-container .qdata_control h5 {
    font-weight: 700;
}.ypanel-container .qdata_control h5, .ypanel-container .qdata_control p {
    color: #ffffff;
}.ypanel-container .DcookieWarningContainer p a {
    text-decoration: underline;
    color: rgb(127,134,126);
}.Lour_mission {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(213,218,195);
    position: relative;
}.Lour_mission::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(170,183,171,0.5), 0.03) 5px,
            rgba(rgb(170,183,171,0.5), 0.03) 10px
        );
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}.Lour_mission::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(
        circle at top right,
        rgb(170,183,171,0.5) 0%,
        transparent 70%
    );
}.Lour_mission .container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    overflow: visible;
}.Lour_mission h2 {
    border-left: 4px solid rgb(170,183,171);
    color: #000000;
    font-size: 36px;
    text-align: left;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 60px;
}.Lour_mission h2::before {
    top: -40px;
    font-size: calc(39px * 1.5);
    left: -10px;
    z-index: -1;
    position: absolute;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.05;
    content: "01";
}.Lour_mission .ilearn_pro {
    position: relative;
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
}.Lour_mission .Glearn_corner {
    position: relative;
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 3fr 7fr;
    align-items: center;
}.Lour_mission .Glearn_corner:nth-child(2) {
    grid-template-columns: 7fr 3fr;
    margin-right: 50px;
    margin-left: -50px;
}.Lour_mission .Glearn_corner h3 {
    padding: 15px 30px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    background: linear-gradient(
        135deg, 
        rgb(170,183,171,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    margin-bottom: 0;
    color: #000000;
    text-align: center;
    font-size: 22px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.Lour_mission .Glearn_corner:nth-child(1) h3 {
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    margin-right: -30px;
    z-index: 2;
}.Lour_mission .Glearn_corner:nth-child(2) h3 {
    margin-left: -30px;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(127,134,126,0.5) 100%
    );
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    grid-column: 2;
    grid-row: 1;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.Lour_mission .Glearn_corner p {
    background: #ffffff;
    line-height: 1.8;
    border-radius: 14px;
    z-index: 1;
    color: #000000;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    padding: 30px;
}.Lour_mission .Glearn_corner:nth-child(1) p {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 2;
    margin-left: -20px;
    grid-row: 1;
    border-left: 3px solid rgb(170,183,171);
}.Lour_mission .Glearn_corner:nth-child(2) p {
    border-right: 3px solid rgb(127,134,126);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    text-align: right;
    margin-right: -20px;
    grid-row: 1;
    grid-column: 1;
}.Lour_mission .Glearn_corner:nth-child(1)::before {
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px dashed rgb(170,183,171,0.5);
    content: "";
    width: 200px;
    animation: rotate 30s linear infinite;
    opacity: 0.2;
    top: 50%;
    right: -100px;
    height: 200px;
    position: absolute;
    z-index: 0;
}.Lour_mission .Glearn_corner:nth-child(2)::before {
    opacity: 0.2;
    left: -100px;
    animation: rotate 30s linear infinite reverse;
    transform: translateY(-50%);
    top: 50%;
    z-index: 0;
    border-radius: 50%;
    border: 1px dashed rgb(127,134,126,0.5);
    width: 200px;
    position: absolute;
    height: 200px;
    content: "";
}.Lour_mission::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(170,183,171) 0%, 
        rgb(170,183,171) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(127,134,126) 40%, 
        rgb(127,134,126) 60%,
        transparent 60%,
        transparent 80%,
        rgb(170,183,171) 80%,
        rgb(170,183,171) 100%
    );
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.Lour_mission .Glearn_corner:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
}

@media screen and (max-width: 992px) {.Lour_mission {
    padding: 80px 0;
}.Lour_mission h2 {
    margin-bottom: 50px;
}.Lour_mission .Glearn_corner,
    .Lour_mission .Glearn_corner:nth-child(2) {
    gap: 20px;
    margin-right: 0;
    grid-template-columns: 1fr;
    margin-left: 0;
}.Lour_mission .Glearn_corner:nth-child(1) h3,
    .Lour_mission .Glearn_corner:nth-child(2) h3 {
    width: 80%;
    grid-column: 1;
    justify-self: center;
    grid-row: 1;
    margin: 0;
}.Lour_mission .Glearn_corner:nth-child(1) p,
    .Lour_mission .Glearn_corner:nth-child(2) p {
    border: none;
    border-top: 3px solid rgb(170,183,171);
    clip-path: none;
    margin: 0;
    grid-column: 1;
    grid-row: 2;
    text-align: left;
}.Lour_mission .Glearn_corner:nth-child(2) p {
    border-top: 3px solid rgb(127,134,126);
}.Lour_mission .Glearn_corner::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.Lour_mission {
    padding: 60px 0;
}.Lour_mission h2 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.Lour_mission h2::before {
    top: -30px;
    font-size: calc(39px * 1.2);
}.Lour_mission .Glearn_corner h3 {
    padding: 12px 20px;
    font-size: calc(22px * 0.9);
    width: 90%;
}.Lour_mission .Glearn_corner p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    padding: 20px;
}
}

@media screen and (max-width: 576px) {.Lour_mission {
    padding: 50px 0;
}.Lour_mission .container {
    padding: 0 15px;
}.Lour_mission h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.Lour_mission h2::before {
    left: -5px;
    top: -25px;
    font-size: calc(39px);
}.Lour_mission .ilearn_pro {
    gap: 40px;
}.Lour_mission .Glearn_corner h3 {
    width: 100%;
    padding: 10px 15px;
    font-size: calc(22px * 0.85);
}.Lour_mission .Glearn_corner p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    padding: 15px;
}}.Xpricing_grid_item {
    background: linear-gradient(135deg, rgb(213,218,195), rgba(240, 240, 255, 0.95));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.Xpricing_grid_item::before {
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    content: "";
    right: -5%;
    width: 40%;
    background: linear-gradient(145deg, rgb(170,183,171,0.5), rgb(127,134,126,0.5));
    z-index: 0;
    filter: blur(60px);
    opacity: 0.4;
    top: -10%;
    position: absolute;
}.Xpricing_grid_item::after {
    opacity: 0.3;
    width: 35%;
    bottom: -10%;
    filter: blur(50px);
    position: absolute;
    background: linear-gradient(215deg, rgb(127,134,126,0.5), rgb(170,183,171,0.5));
    left: -5%;
    content: "";
    z-index: 0;
    height: 60%;
    transform: rotate(12deg) skewX(-10deg);
}.Xpricing_grid_item .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.Xpricing_grid_item .Plearn_fees {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.Xpricing_grid_item .Plesson_fees {
    transform: translateY(30px);
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
}.Xpricing_grid_item .Plesson_fees h2 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 37px;
}.Xpricing_grid_item .Plesson_fees h2::after {
    transform: translateX(-50%);
    height: 4px;
    content: "";
    bottom: -12px;
    width: 80px;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126));
    left: 50%;
    border-radius: 10px;
    position: absolute;
}.Xpricing_grid_item .Jplan_deals {
    margin: 20px auto 0;
    line-height: 1.6;
    font-size: 17px;
    max-width: 680px;
    color: #000000;
}.Xpricing_grid_item .nplan_options {
    opacity: 0;
    gap: 30px;
    grid-template-columns: 1fr;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    display: grid;
}.Xpricing_grid_item .flearn_deals {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    display: block;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
}.Xpricing_grid_item .rpackage_deal {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    will-change: transform, box-shadow;
    background: #ffffff;
    height: 100%;
}.Xpricing_grid_item .flearn_deals:hover .rpackage_deal {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.Xpricing_grid_item .pvalue_pricing {
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}.Xpricing_grid_item .pvalue_pricing h3 {
    font-size: calc(23px + 2px);
    white-space: normal;
    overflow-wrap: break-word;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    word-break: break-word;
    padding-left: 15px;
}.Xpricing_grid_item .pvalue_pricing h3::before {
    content: "";
    height: calc(100% - 10px);
    top: 5px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
    width: 4px;
}.Xpricing_grid_item .Lpremium_grid {
    font-size: calc(23px + 4px);
    margin: 5px 0 20px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    display: inline-block;
    border-radius: 6px;
    position: relative;
    font-weight: 700;
    padding: 8px 15px;
    color: rgb(170,183,171);
}.Xpricing_grid_item .pvalue_pricing p {
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    white-space: normal;
    line-height: 1.6;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
}.Xpricing_grid_item .timg_center {
    overflow: hidden;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 220px;
}.Xpricing_grid_item .timg_center::after {
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    position: absolute;
}.Xpricing_grid_item .flearn_deals:hover .timg_center {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.Xpricing_grid_item .nplan_options {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.Xpricing_grid_item .Plearn_fees {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.Xpricing_grid_item .Plearn_fees {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.Xpricing_grid_item .Plesson_fees {
    align-self: center;
    grid-column: 2;
    text-align: left;
    grid-row: 1;
}.Xpricing_grid_item .Plesson_fees h2 {
    display: inline-block;
}.Xpricing_grid_item .Plesson_fees h2::after {
    left: 0;
    transform: none;
}.Xpricing_grid_item .Jplan_deals {
    margin: 25px 0 0;
}.Xpricing_grid_item .nplan_options {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.Xpricing_grid_item .nplan_options {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.Xpricing_grid_item .pvalue_pricing {
    padding: 40px 35px;
}.Xpricing_grid_item .timg_center {
    height: 240px;
}
}

@media (max-width: 767px) {.Xpricing_grid_item {
    padding: 80px 0;
}.Xpricing_grid_item .Plesson_fees {
    margin-bottom: 20px;
}.Xpricing_grid_item .rpackage_deal {
    max-width: 100%;
}.Xpricing_grid_item .pvalue_pricing {
    padding: 30px 25px;
}.Xpricing_grid_item .pvalue_pricing h3 {
    font-size: calc(23px + 1px);
}.Xpricing_grid_item .Lpremium_grid {
    margin: 0 0 15px;
    font-size: 23px;
}.Xpricing_grid_item .timg_center {
    height: 200px;
}
}

@media (max-width: 480px) {.Xpricing_grid_item {
    padding: 60px 0;
}.Xpricing_grid_item .pvalue_pricing {
    padding: 25px 20px;
}.Xpricing_grid_item .timg_center {
    height: 180px;
}}.nappContent {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgb(127,134,126,0.5) 100%);
}.nappContent::before {
    top: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(127,134,126,0.5) 0px,
            rgb(127,134,126,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    opacity: 0.06;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.nappContent::after {
    border: 2px solid rgb(170,183,171,0.5);
    opacity: 0.2;
    top: -50px;
    content: "";
    transform: rotate(15deg);
    right: -50px;
    animation: float 18s infinite ease-in-out;
    height: 200px;
    position: absolute;
    width: 200px;
}.nappContent .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.nappContent .bmaster_class {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 50px;
    position: relative;
    border-left: 5px solid rgb(170,183,171);
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    background: #ffffff;
}.nappContent .bmaster_class:hover {
    transform: perspective(1000px) rotateY(0deg);
}.nappContent .bmaster_class::before {
    pointer-events: none;
    border: 1px solid rgb(127,134,126,0.5);
    bottom: 20px;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: 20px;
    transform: scale(0.98);
    left: 20px;
    right: 20px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}.nappContent .bmaster_class:hover::before {
    transform: scale(1);
    opacity: 0.3;
}.nappContent .bmaster_class > div:first-child {
    position: relative;
    margin-bottom: 30px;
}.nappContent .bmaster_class > div:first-child::after {
    height: 3px;
    bottom: -15px;
    left: 0;
    width: 80px;
    transform-origin: left center;
    transform: scaleX(0.7);
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(170,183,171);
}.nappContent .bmaster_class:hover > div:first-child::after {
    transform: scaleX(1);
}.nappContent h5 {
    line-height: 1.4;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    display: inline-block;
}.nappContent h5::before {
    top: -20px;
    color: rgb(170,183,171,0.5);
    left: -30px;
    content: "";
    position: absolute;
    font-size: calc(22px * 2.5);
    opacity: 0.3;
}.nappContent p {
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    transition: color 0.3s ease;
}.nappContent a {
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    position: relative;
}.nappContent a::after {
    content: "";
    width: 100%;
    left: 0;
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform-origin: right center;
    height: 1px;
    position: absolute;
    background-color: rgb(170,183,171);
}.nappContent a:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}.nappContent a:hover p {
    color: rgb(170,183,171);
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-20px);
    }
}

@media (min-width: 992px) {.nappContent .bmaster_class {
    padding: 80px 70px;
}.nappContent h5 {
    font-size: calc(22px * 1.1);
}.nappContent p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.nappContent {
    padding: 90px 0 70px;
}.nappContent .bmaster_class {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.nappContent {
    padding: 70px 0 50px;
}.nappContent .bmaster_class {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.nappContent h5 {
    font-size: calc(22px * 0.95);
}.nappContent p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.nappContent {
    padding: 60px 0 40px;
}.nappContent .bmaster_class {
    padding: 30px 25px;
    border-left: 4px solid rgb(170,183,171);
}.nappContent .bmaster_class > div:first-child {
    margin-bottom: 25px;
}.nappContent h5 {
    font-size: calc(22px * 0.9);
}.nappContent h5::before {
    font-size: calc(22px * 2);
    left: -20px;
}.nappContent .bmaster_class > div:first-child::after {
    width: 60px;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.nappContent .bmaster_class,
    .nappContent .bmaster_class::before,
    .nappContent .bmaster_class > div:first-child::after,
    .nappContent a::after {
    transition: none;
}.nappContent::after {
    animation: none;
}}.Ulearning_outcomes {
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(213,218,195) 0%, rgb(170,183,171,0.5) 100%);
    position: relative;
    overflow: hidden;
}.Ulearning_outcomes::before {
    animation: pulse 8s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,183,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(127,134,126,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    content: "";
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.Ulearning_outcomes .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.Ulearning_outcomes .bmaster_class {
    gap: 50px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 30px;
    align-items: center;
    background: #ffffff;
    padding: 50px;
    position: relative;
}.Ulearning_outcomes .bmaster_class::before {
    width: 300px;
    content: "";
    opacity: 0.3;
    background: rgb(170,183,171,0.5);
    height: 300px;
    top: -150px;
    right: -150px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(100px);
    position: absolute;
}.Ulearning_outcomes .bmaster_class::after {
    bottom: -100px;
    border-radius: 50%;
    content: "";
    filter: blur(80px);
    left: -100px;
    opacity: 0.3;
    background: rgb(127,134,126,0.5);
    position: absolute;
    height: 250px;
    width: 250px;
    z-index: -1;
}.Ulearning_outcomes .timg_center {
    width: 45%;
    transition: all 0.5s ease;
    border-radius: 50%;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    position: relative;
}.Ulearning_outcomes .timg_center::before {
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    animation: shine 5s infinite linear;
    border-radius: 50%;
    content: "";
    width: 100%;
}@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Ulearning_outcomes .timg_center:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.15),
        -15px -15px 30px rgba(255, 255, 255, 0.7),
        inset 0 0 0 10px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}.Ulearning_outcomes .stext_group {
    padding: 20px;
    width: 55%;
    position: relative;
}.Ulearning_outcomes .stext_group::before {
    border: 4px solid rgb(170,183,171,0.5);
    width: 80px;
    height: 80px;
    z-index: -1;
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    border-radius: 50%;
    opacity: 0.3;
}.Ulearning_outcomes h3 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}.Ulearning_outcomes h3::after {
    position: absolute;
    transform-origin: left;
    content: "";
    height: 6px;
    width: 100%;
    bottom: -10px;
    transition: transform 0.5s ease;
    transform: scaleX(0.3);
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126));
}.Ulearning_outcomes .stext_group:hover h3::after {
    transform: scaleX(1);
}.Ulearning_outcomes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.Ulearning_outcomes li {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-radius: 15px;
    background: rgb(213,218,195);
    padding: 15px 20px;
    transform-origin: left;
    transition: all 0.3s ease;
}.Ulearning_outcomes li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to right, rgb(213,218,195), #ffffff);
    transform: scale(1.02);
}.Ulearning_outcomes li p {
    gap: 15px;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 18px;
    margin: 0;
}.Ulearning_outcomes svg {
    display: flex;
    height: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 10px;
    align-items: center;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgb(170,183,171);
}.Ulearning_outcomes svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.Ulearning_outcomes li:hover svg {
    transform: scale(1.1) rotate(10deg);
    background: rgb(127,134,126);
}

@media (max-width: 992px) {.Ulearning_outcomes {
    padding: 80px 0;
}.Ulearning_outcomes .bmaster_class {
    padding: 40px;
    gap: 40px;
}.Ulearning_outcomes h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.Ulearning_outcomes .bmaster_class {
    flex-direction: column;
    gap: 40px;
}.Ulearning_outcomes .timg_center {
    max-width: 300px;
    margin: 0 auto;
    width: 70%;
}.Ulearning_outcomes .stext_group {
    padding: 10px;
    width: 100%;
}.Ulearning_outcomes .stext_group::before {
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}
}

@media (max-width: 576px) {.Ulearning_outcomes {
    padding: 60px 0;
}.Ulearning_outcomes .bmaster_class {
    padding: 30px 20px;
}.Ulearning_outcomes .timg_center {
    width: 80%;
}.Ulearning_outcomes h3 {
    text-align: center;
    display: block;
    font-size: 19px;
}.Ulearning_outcomes li {
    padding: 12px 15px;
}.Ulearning_outcomes li p {
    font-size: 18px;
}.Ulearning_outcomes svg {
    padding: 8px;
}}.Zinstructional_approach {
    padding: 170px 0 130px;
    overflow: visible;
    background: linear-gradient(150deg, rgb(213,218,195) 0%, rgb(127,134,126,0.5) 100%);
    position: relative;
}.Zinstructional_approach::before {
    height: 100%;
    z-index: 1;
    opacity: 0.03;
    left: 0;
    background-image: linear-gradient(45deg, rgb(170,183,171,0.5) 25%, transparent 25%, transparent 75%, rgb(170,183,171,0.5) 75%);
    position: absolute;
    background-size: 100px 100px;
    top: 0;
    width: 100%;
    content: '';
}.Zinstructional_approach .bmaster_class {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.Zinstructional_approach .stext_group {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
}.Zinstructional_approach .stext_group h2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    backdrop-filter: blur(10px);
    width: 45%;
    background: linear-gradient(135deg, rgb(170,183,171,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    font-weight: 700;
    border-radius: 12px 12px 0 0;
    padding: 35px 40px;
    z-index: 4;
    font-size: 34px;
}.Zinstructional_approach .stext_group p {
    position: relative;
    color: #ffffff;
    align-self: flex-end;
    border-radius: 0 0 12px 12px;
    padding: 45px 50px;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    line-height: 1.8;
    backdrop-filter: blur(15px);
    width: 65%;
}.Zinstructional_approach .stext_group::before {
    border-right: 30px solid transparent;
    width: 0;
    border-left: 30px solid transparent;
    position: absolute;
    right: 35%;
    opacity: 0.3;
    border-top: 40px solid rgb(170,183,171);
    height: 0;
    z-index: 5;
    top: 0;
    content: '';
}.Zinstructional_approach .stext_group::after {
    z-index: 5;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    opacity: 0.3;
    bottom: 0;
    height: 0;
    position: absolute;
    border-bottom: 40px solid rgb(127,134,126);
    content: '';
    left: 35%;
}.Zinstructional_approach .stext_group h2::before {
    bottom: 0;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 5px;
    background: linear-gradient(90deg, rgb(170,183,171), transparent);
    left: 0;
}.Zinstructional_approach .stext_group h2::after {
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(to right, rgb(170,183,171,0.5), transparent);
    opacity: 0.3;
    content: '';
    right: -30px;
    position: absolute;
    width: 30px;
}.Zinstructional_approach .stext_group p::before {
    background: linear-gradient(90deg, transparent, rgb(127,134,126));
    width: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    height: 5px;
    top: 0;
    content: '';
}.Zinstructional_approach .stext_group p::after {
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(to left, rgb(127,134,126,0.5), transparent);
    opacity: 0.3;
    width: 30px;
    top: 0;
    left: -30px;
    content: '';
}.Zinstructional_approach::after {
    width: 400px;
    right: 0;
    position: absolute;
    height: 1px;
    bottom: 50px;
    opacity: 0.3;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(170,183,171));
    z-index: 1;
}.Zinstructional_approach .bmaster_class::before {
    position: absolute;
    top: 50px;
    height: 1px;
    background: linear-gradient(90deg, rgb(127,134,126), transparent);
    z-index: 1;
    width: 400px;
    opacity: 0.3;
    content: '';
    left: 0;
}.Zinstructional_approach .bmaster_class::after {
    animation: pulse-subtle 10s infinite alternate;
    width: 100px;
    content: '';
    height: 100px;
    position: absolute;
    background: rgb(170,183,171);
    transform: translateX(-50%);
    opacity: 0.05;
    left: 50%;
    filter: blur(50px);
    top: -50px;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.Zinstructional_approach .stext_group h2 {
    width: 55%;
}.Zinstructional_approach .stext_group p {
    width: 70%;
}.Zinstructional_approach .stext_group::before {
    right: 30%;
}.Zinstructional_approach .stext_group::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.Zinstructional_approach {
    padding: 140px 0 110px;
}.Zinstructional_approach .stext_group h2 {
    padding: 30px 35px;
    width: 65%;
}.Zinstructional_approach .stext_group p {
    padding: 35px 40px;
    width: 75%;
}.Zinstructional_approach .stext_group::before {
    border-right: 25px solid transparent;
    right: 25%;
    border-top: 35px solid rgb(170,183,171);
    border-left: 25px solid transparent;
}.Zinstructional_approach .stext_group::after {
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(127,134,126);
    left: 25%;
    border-right: 25px solid transparent;
}.Zinstructional_approach::after {
    width: 300px;
}.Zinstructional_approach .bmaster_class::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.Zinstructional_approach {
    overflow: hidden;
    padding: 120px 0 90px;
}.Zinstructional_approach .stext_group {
    align-items: center;
}.Zinstructional_approach .stext_group h2 {
    width: 90%;
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
    border-radius: 12px 12px 12px 12px;
}.Zinstructional_approach .stext_group p {
    border-radius: 12px 12px 12px 12px;
    margin-top: 0;
    width: 90%;
}.Zinstructional_approach .stext_group::before,
    .Zinstructional_approach .stext_group::after,
    .Zinstructional_approach::after,
    .Zinstructional_approach .bmaster_class::before,
    .Zinstructional_approach .bmaster_class::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.Zinstructional_approach {
    padding: 100px 0 80px;
}.Zinstructional_approach .stext_group h2 {
    font-size: calc(34px * 0.8);
    width: 100%;
    padding: 25px;
}.Zinstructional_approach .stext_group p {
    padding: 25px;
    width: 100%;
    font-size: calc(16px * 0.9);
}}header {
    margin-top: 0;
    padding: 0;
    background: rgb(213,218,195);
    z-index: 100;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header::before {
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(170,183,171), 0.03) 25%, 
        rgba(rgb(170,183,171), 0.05) 50%,
        rgba(rgb(170,183,171), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
}header .gnav_expert {
    display: flex;
    align-items: center;
    padding: 1.2rem 2rem;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}header .Ufirst_teach {
    position: relative;
    max-width: 180px;
    flex: 0 0 auto;
    margin-right: 2rem;
}header .bhead_info {
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}header .bhead_info:hover {
    transform: translateY(-3px);
}header .bhead_info img {
    height: auto;
    filter: brightness(1.03);
    display: block;
    max-width: 100%;
}header .bhead_info::before {
    background: rgb(170,183,171);
    transform: scaleX(0.7);
    opacity: 0;
    transition: all 0.3s ease;
    bottom: -15px;
    border-radius: 10px;
    left: 0;
    height: 10px;
    position: absolute;
    content: '';
    width: 100%;
}header .bhead_info:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .ktop_site {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
}header .ktop_site::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,183,171,0.5), 
        transparent
    );
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    bottom: -15px;
    width: 100%;
}header .btop_main {
    position: relative;
    margin: 0;
}header .btop_main a {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    padding: 1rem 1.2rem;
    overflow: hidden;
}header .btop_main a::before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    transform: translateX(-100%);
    background: rgb(170,183,171);
    bottom: 0;
    height: 3px;
    transition: transform 0.3s ease;
}header .btop_main a:hover {
    color: rgb(170,183,171);
}header .btop_main a:hover::before {
    transform: translateX(0);
}header .btop_main a::after {
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    left: 0;
    transform: scale(0.8);
    background: rgb(170,183,171,0.5);
    position: absolute;
    content: '';
    pointer-events: none;
    border-radius: 10px;
    opacity: 0;
}header .btop_main a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .gnav_expert::before {
    width: 30%;
    background: linear-gradient(-90deg, rgb(213,218,195), transparent);
    top: 0;
    z-index: -1;
    position: absolute;
    right: 0;
    height: 100%;
    content: '';
}header .gnav_expert::after {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(213,218,195), transparent);
    z-index: -1;
    width: 30%;
    content: '';
    height: 100%;
}header .Isite_navbar {
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
    position: relative;
}

@media (min-width: 1400px) {header .gnav_expert {
    max-width: 1300px;
    margin: 0 auto;
}header .btop_main a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .gnav_expert {
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}header .Ufirst_teach {
    margin-right: 0;
    margin-bottom: 0;
}header .ktop_site {
    padding-top: 1rem;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
}header .btop_main {
    margin-bottom: 0.5rem;
}header .btop_main a {
    padding: 0.7rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .gnav_expert {
    padding: 1rem 1.5rem;
}header .Ufirst_teach {
    flex: 0 0 auto;
    max-width: 150px;
}header .ktop_site {
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.5rem;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
}header .ktop_site::-webkit-scrollbar {
    height: 3px;
}header .ktop_site::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,183,171,0.5);
}header .btop_main {
    flex: 0 0 auto;
}header .btop_main a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 2px);
}header .ktop_site::after {
    bottom: 0;
}header .bhead_info::before {
    display: none;
}}.Wjoin_our_community {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.Wjoin_our_community::before {
    height: 100%;
    top: 0;
    background-size: 4px 4px;
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    background-image: linear-gradient(
        90deg,
        rgb(213,218,195) 0%,
        rgb(213,218,195) 50%,
        transparent 50%,
        transparent 100%
    );
    width: 100%;
    left: 0;
}.Wjoin_our_community .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
}.Wjoin_our_community .bmaster_class {
    flex-direction: column;
    display: flex;
    position: relative;
}.Wjoin_our_community .bmaster_class::before {
    position: absolute;
    font-size: 12rem;
    font-family: Arial, sans-serif;
    z-index: -1;
    color: rgb(170,183,171);
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    letter-spacing: 0.5rem;
    top: 50%;
    opacity: 0.04;
    font-weight: 700;
}.Wjoin_our_community p {
    max-width: 70%;
    margin-bottom: 4rem;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.3;
    font-size: 38px;
    position: relative;
    transform: translateX(15%);
    font-weight: 700;
}.Wjoin_our_community p::after {
    background: rgb(170,183,171);
    height: 5px;
    width: 100px;
    transform-origin: left;
    bottom: -20px;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    position: absolute;
    left: 0;
    content: "";
}.Wjoin_our_community .input_holder {
    display: grid;
    transform: translateX(-15%);
    max-width: 80%;
    position: relative;
    z-index: 2;
    grid-template-columns: 3fr 1fr;
    margin-left: auto;
}.Wjoin_our_community .input_holder::before {
    content: "";
    width: 100%;
    opacity: 0.02;
    background: #000000;
    height: 100%;
    z-index: -1;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translate(10px, 10px);
}.Wjoin_our_community .input_holder:hover::before {
    transform: translate(5px, 5px);
}.Wjoin_our_community .Bsub_codes {
    border: 2px solid #000000;
    color: #000000;
    font-size: 15px;
    outline: none;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-right: none;
}.Wjoin_our_community .Bsub_codes:focus {
    border-color: rgb(170,183,171);
}.Wjoin_our_community .Usupport_block {
    font-family: Arial, sans-serif;
    border: 2px solid #000000;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    padding: 0 2rem;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #000000;
}.Wjoin_our_community .Usupport_block::after {
    border-radius: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 200%;
    position: absolute;
    z-index: -1;
    transform: scale(0);
    content: "";
    width: 200%;
    background: rgb(170,183,171);
    opacity: 0;
    top: -50%;
    left: -50%;
}.Wjoin_our_community .Usupport_block:hover {
    color: #ffffff;
    background: transparent;
    border-color: rgb(170,183,171);
}.Wjoin_our_community .Usupport_block:hover::after {
    opacity: 1;
    transform: scale(1);
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.Wjoin_our_community::after {
    background: linear-gradient(
        45deg,
        rgb(170,183,171,0.5),
        rgb(127,134,126,0.5)
    );
    opacity: 0.1;
    top: -150px;
    height: 300px;
    content: "";
    animation: floatingItem 20s ease-in-out infinite;
    width: 300px;
    right: -150px;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
}

@media (max-width: 992px) {.Wjoin_our_community p {
    transform: translateX(10%);
    font-size: 32px;
    max-width: 80%;
}.Wjoin_our_community .input_holder {
    max-width: 90%;
    transform: translateX(-10%);
}.Wjoin_our_community .bmaster_class::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.Wjoin_our_community {
    padding: 4rem 1.5rem;
}.Wjoin_our_community p {
    transform: none;
    font-size: calc(32px * 0.8);
    max-width: 100%;
}.Wjoin_our_community .input_holder {
    grid-template-columns: 1fr;
    gap: 1rem;
    transform: none;
    max-width: 100%;
}.Wjoin_our_community .Bsub_codes {
    border: 2px solid #000000;
    padding: 1.2rem;
}.Wjoin_our_community .Usupport_block {
    padding: 1.2rem;
}.Wjoin_our_community .bmaster_class::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.Wjoin_our_community {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.Wjoin_our_community p {
    font-size: 18px;
    margin-bottom: 3rem;
}.Wjoin_our_community p::after {
    width: 60px;
    height: 3px;
}.Wjoin_our_community .bmaster_class::before {
    font-size: 3.5rem;
}.Wjoin_our_community .Bsub_codes,
    .Wjoin_our_community .Usupport_block {
    padding: 1rem;
}}.lopening_board {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgb(213,218,195);
    min-height: 100vh;
}.lopening_board::before {
    opacity: 0.05;
    animation: slideBg 20s linear infinite;
    content: "";
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    background-image: linear-gradient(
        0deg,
        rgb(170,183,171,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(170,183,171,0.5) 50%,
        rgb(170,183,171,0.5) 75%,
        transparent 75%
    );
    left: 0;
}@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

.lopening_board .bmaster_class {
    flex-direction: column;
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 1;
    display: flex;
}.lopening_board .olearn_base {
    perspective: 1500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60vh;
    margin-top: 50px;
}.lopening_board .olearn_base input {
    display: none;
}.lopening_board .tlearn_techfast {
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}.lopening_board .jskill_plus {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    height: 100%;
    border: 5px solid #ffffff;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    width: 80%;
    transform: rotateY(60deg) translateZ(600px);
    left: 10%;
    position: absolute;
    top: 0;
}.lopening_board .jskill_plus img {
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    height: 100%;
}.lopening_board .olearn_base input:nth-child(1):checked ~ .tlearn_techfast .jskill_plus:nth-child(1),
.lopening_board .olearn_base input:nth-child(2):checked ~ .tlearn_techfast .jskill_plus:nth-child(2),
.lopening_board .olearn_base input:nth-child(3):checked ~ .tlearn_techfast .jskill_plus:nth-child(3),
.lopening_board .olearn_base input:nth-child(4):checked ~ .tlearn_techfast .jskill_plus:nth-child(4),
.lopening_board .olearn_base input:nth-child(5):checked ~ .tlearn_techfast .jskill_plus:nth-child(5),
.lopening_board .olearn_base input:nth-child(6):checked ~ .tlearn_techfast .jskill_plus:nth-child(6),
.lopening_board .olearn_base input:nth-child(7):checked ~ .tlearn_techfast .jskill_plus:nth-child(7),
.lopening_board .olearn_base input:nth-child(8):checked ~ .tlearn_techfast .jskill_plus:nth-child(8),
.lopening_board .olearn_base input:nth-child(9):checked ~ .tlearn_techfast .jskill_plus:nth-child(9),
.lopening_board .olearn_base input:nth-child(10):checked ~ .tlearn_techfast .jskill_plus:nth-child(10) {
    transform: rotateY(0) translateZ(0);
    opacity: 1;
    visibility: visible;
    z-index: 2;
}.lopening_board .olearn_base input:checked ~ .tlearn_techfast .jskill_plus img {
    transform: scale(1);
}.lopening_board .Tstart_head {
    left: 0;
    gap: 15px;
    z-index: 10;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    justify-content: center;
    display: flex;
}.lopening_board .Tstart_head label {
    position: relative;
    border-radius: 50%;
    background-color: transparent;
    width: 12px;
    transition: all 0.3s ease;
    transform: scale(1);
    height: 12px;
    cursor: pointer;
    border: 2px solid #ffffff;
}.lopening_board .Tstart_head label::before {
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(170,183,171);
    inset: 2px;
    border-radius: 50%;
    content: "";
    transform: scale(0);
}.lopening_board .olearn_base input:nth-child(1):checked ~ .Tstart_head label:nth-child(1)::before,
.lopening_board .olearn_base input:nth-child(2):checked ~ .Tstart_head label:nth-child(2)::before,
.lopening_board .olearn_base input:nth-child(3):checked ~ .Tstart_head label:nth-child(3)::before,
.lopening_board .olearn_base input:nth-child(4):checked ~ .Tstart_head label:nth-child(4)::before,
.lopening_board .olearn_base input:nth-child(5):checked ~ .Tstart_head label:nth-child(5)::before,
.lopening_board .olearn_base input:nth-child(6):checked ~ .Tstart_head label:nth-child(6)::before,
.lopening_board .olearn_base input:nth-child(7):checked ~ .Tstart_head label:nth-child(7)::before,
.lopening_board .olearn_base input:nth-child(8):checked ~ .Tstart_head label:nth-child(8)::before,
.lopening_board .olearn_base input:nth-child(9):checked ~ .Tstart_head label:nth-child(9)::before,
.lopening_board .olearn_base input:nth-child(10):checked ~ .Tstart_head label:nth-child(10)::before {
    transform: scale(1);
}.lopening_board .olearn_base input:nth-child(1):checked ~ .Tstart_head label:nth-child(1),
.lopening_board .olearn_base input:nth-child(2):checked ~ .Tstart_head label:nth-child(2),
.lopening_board .olearn_base input:nth-child(3):checked ~ .Tstart_head label:nth-child(3),
.lopening_board .olearn_base input:nth-child(4):checked ~ .Tstart_head label:nth-child(4),
.lopening_board .olearn_base input:nth-child(5):checked ~ .Tstart_head label:nth-child(5),
.lopening_board .olearn_base input:nth-child(6):checked ~ .Tstart_head label:nth-child(6),
.lopening_board .olearn_base input:nth-child(7):checked ~ .Tstart_head label:nth-child(7),
.lopening_board .olearn_base input:nth-child(8):checked ~ .Tstart_head label:nth-child(8),
.lopening_board .olearn_base input:nth-child(9):checked ~ .Tstart_head label:nth-child(9),
.lopening_board .olearn_base input:nth-child(10):checked ~ .Tstart_head label:nth-child(10) {
    transform: scale(1.3);
    border-color: rgb(170,183,171);
}.lopening_board .stext_group {
    z-index: 5;
    max-width: 1140px;
    margin: auto;
    padding: 50px 30px;
    width: 100%;
    text-align: center;
    position: relative;
}.lopening_board .stext_group::before {
    background-color: rgb(170,183,171);
    top: 0;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
}.lopening_board .stext_group .container {
    margin: 0 auto;
    max-width: 800px;
}.lopening_board .stext_group h1 {
    font-size: 39px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}.lopening_board .stext_group h1::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    content: "";
    background: rgb(127,134,126);
}.lopening_board .stext_group h3 {
    font-weight: 600;
    margin-bottom: 25px;
    color: rgb(170,183,171);
    font-size: 23px;
}.lopening_board .stext_group p {
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 0;
}.lopening_board .jskill_plus::after {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.lopening_board .stext_group h1,
.lopening_board .stext_group h3,
.lopening_board .stext_group p {
    opacity: 0;
    animation: slideIn 0.6s forwards;
}.lopening_board .stext_group h1 {
    animation-delay: 0.2s;
}.lopening_board .stext_group h3 {
    animation-delay: 0.4s;
}.lopening_board .stext_group p {
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {.lopening_board .stext_group {
    max-width: 960px;
}
}

@media (max-width: 992px) {.lopening_board .olearn_base {
    height: 50vh;
}.lopening_board .stext_group {
    padding: 40px 20px;
    max-width: 720px;
}.lopening_board .stext_group h1 {
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 768px) {.lopening_board .olearn_base {
    height: 45vh;
    margin-top: 30px;
}.lopening_board .jskill_plus {
    width: 90%;
    left: 5%;
}.lopening_board .stext_group {
    padding: 30px 15px;
    max-width: 540px;
}.lopening_board .stext_group h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 15px;
}.lopening_board .stext_group h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.lopening_board .stext_group p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.lopening_board .olearn_base {
    margin-top: 20px;
    height: 40vh;
}.lopening_board .jskill_plus {
    border-width: 3px;
    left: 2.5%;
    width: 95%;
}.lopening_board .stext_group {
    padding: 25px 10px;
}.lopening_board .stext_group::before {
    width: 60px;
}.lopening_board .stext_group h1 {
    font-size: calc(39px * 0.7);
}.lopening_board .stext_group h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 15px;
}.lopening_board .stext_group p {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}.lopening_board .Tstart_head {
    bottom: 15px;
    gap: 10px;
}.lopening_board .Tstart_head label {
    width: 10px;
    height: 10px;
}}

.lopening_board .jskill_plus {
    border-radius: 11px;
}.lopening_board .jskill_plus::before {
    z-index: 3;
    height: 35px;
    width: 35px;
    align-items: center;
    top: 15px;
    position: absolute;
    opacity: 0.9;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    right: 15px;
    background: #ffffff;
    content: "";
}.lopening_board .Tstart_head label:hover {
    transform: scale(1.2);
}.kcontact {
    background: rgb(213,218,195);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.kcontact::before {
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(170,183,171,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(170,183,171,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(170,183,171,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(170,183,171,0.5) 75%);
    width: 100%;
    z-index: 0;
    top: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    position: absolute;
    opacity: 0.03;
    height: 100%;
    background-size: 40px 40px;
}.kcontact::after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 0;
    right: -50%;
    transform: rotate(45deg);
    top: -50%;
    background: linear-gradient(135deg, rgb(170,183,171,0.5) 0%, transparent 70%);
    position: absolute;
}.kcontact .timg_center {
    opacity: 0.1;
    z-index: 0;
    left: 0;
    filter: saturate(0.5) brightness(1.2);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    position: absolute;
    width: 100%;
}.kcontact .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.kcontact h3 {
    color: rgb(170,183,171);
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}.kcontact h3::before {
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    background: rgb(170,183,171);
    bottom: -15px;
}.kcontact h3::after {
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: -25px;
    width: 40px;
    background: rgb(127,134,126);
    position: absolute;
    content: "";
}.kcontact .Gconnect_message {
    z-index: 2;
    border-radius: 23px;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    background: #ffffff;
}.kcontact .thelp_form {
    position: relative;
    flex: 1 1 60%;
    padding: 50px;
}.kcontact .thelp_form::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(213,218,195), transparent);
    content: "";
    width: 1px;
    right: 0;
}.kcontact .thelp_form h3 {
    font-weight: 600;
    letter-spacing: normal;
    color: #000000;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: none;
    text-align: left;
}.kcontact .thelp_form h3::before {
    bottom: -10px;
    width: 50px;
    transform: none;
    left: 0;
}.kcontact .thelp_form h3::after {
    width: 25px;
    transform: none;
    left: 0;
    bottom: -18px;
}.kcontact .thelp_form input[type="text"],
.kcontact .thelp_form textarea {
    background: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(213,218,195);
    width: 100%;
    margin-bottom: 20px;
}.kcontact .thelp_form input[type="text"]:focus,
.kcontact .thelp_form textarea:focus {
    box-shadow: 0 0 0 4px rgb(170,183,171,0.5);
    border-color: rgb(170,183,171);
    outline: none;
}.kcontact .thelp_form textarea {
    min-height: 140px;
    resize: vertical;
}.kcontact .thelp_form .zreach_feedback {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.kcontact .thelp_form .zreach_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.kcontact .thelp_form .zreach_feedback label {
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
}.kcontact .thelp_form .zreach_feedback label::before {
    border-radius: 2px;
    left: 0;
    height: 18px;
    content: "";
    position: absolute;
    border: 2px solid rgb(213,218,195);
    transition: all 0.3s ease;
    width: 18px;
    top: 3px;
}.kcontact .thelp_form .zreach_feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(170,183,171);
    background: rgb(170,183,171);
}.kcontact .thelp_form .zreach_feedback input[type="checkbox"]:checked + label::after {
    top: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 6px;
    transform: rotate(45deg);
    height: 10px;
    position: absolute;
    border: solid #ffffff;
}.kcontact .thelp_form .zreach_feedback a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(170,183,171);
    font-weight: 600;
}.kcontact .thelp_form .zreach_feedback a::after {
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    bottom: -2px;
    transition: transform 0.3s ease;
    height: 1px;
    background: rgb(170,183,171);
    content: "";
    left: 0;
}.kcontact .thelp_form .zreach_feedback a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.kcontact .thelp_form .Usupport_block {
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 35px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(170,183,171);
    border: none;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
}.kcontact .thelp_form .Usupport_block::before {
    content: "";
    position: absolute;
    width: 0;
    z-index: -1;
    height: 100%;
    background: rgb(127,134,126);
    left: 0;
    transition: all 0.3s ease;
    top: 0;
}.kcontact .thelp_form .Usupport_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.kcontact .thelp_form .Usupport_block:hover::before {
    width: 100%;
}.kcontact .jcontact_inquiry {
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    position: relative;
    background: linear-gradient(to bottom right, rgb(213,218,195), #ffffff);
    flex: 1 1 35%;
    display: flex;
}.kcontact .jcontact_inquiry::before {
    content: "";
    left: 0;
    opacity: 0.03;
    background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(170,183,171,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(170,183,171,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(170,183,171,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(170,183,171,0.5) 75%);
    width: 100%;
    top: 0;
}.kcontact .jcontact_inquiry h4 {
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-weight: 600;
}.kcontact .jcontact_inquiry h4::after {
    background: rgb(170,183,171);
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
    height: 2px;
    width: 40px;
}.kcontact .jcontact_inquiry .oreach_widget {
    padding: 0;
    margin: 0;
    list-style: none;
}.kcontact .jcontact_inquiry .oreach_widget li {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    border-radius: 10px;
}.kcontact .jcontact_inquiry .oreach_widget li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.kcontact .jcontact_inquiry .oreach_widget li svg {
    height: 20px;
    margin-right: 15px;
    transition: all 0.3s ease;
    width: 20px;
}.kcontact .jcontact_inquiry .oreach_widget li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.kcontact .jcontact_inquiry .oreach_widget li svg path {
    transition: all 0.3s ease;
    fill: rgb(170,183,171);
}.kcontact .jcontact_inquiry .oreach_widget li:hover svg path {
    fill: rgb(127,134,126);
}.kcontact .jcontact_inquiry .oreach_widget li span {
    color: #000000;
    font-size: 15px;
}.kcontact .jcontact_inquiry .oreach_widget li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.kcontact .jcontact_inquiry .oreach_widget li a:hover {
    color: rgb(170,183,171);
}

@media (max-width: 992px) {.kcontact {
    padding: 60px 0;
}.kcontact h3 {
    margin-bottom: 40px;
}.kcontact .Gconnect_message {
    flex-direction: column;
}.kcontact .thelp_form,
    .kcontact .jcontact_inquiry {
    flex: 1 1 100%;
}.kcontact .thelp_form::before {
    display: none;
}.kcontact .thelp_form {
    padding: 40px;
}.kcontact .jcontact_inquiry {
    padding: 40px;
}
}

@media (max-width: 768px) {.kcontact {
    padding: 50px 0;
}.kcontact h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.8);
}.kcontact .thelp_form h3,
    .kcontact .jcontact_inquiry h4 {
    font-size: calc(21px * 0.9);
}.kcontact .thelp_form,
    .kcontact .jcontact_inquiry {
    padding: 30px;
}.kcontact .thelp_form input[type="text"],
    .kcontact .thelp_form textarea {
    padding: 12px 15px;
}.kcontact .thelp_form .Usupport_block {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.kcontact {
    padding: 40px 0;
}.kcontact h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 30px;
}.kcontact .thelp_form,
    .kcontact .jcontact_inquiry {
    padding: 25px 20px;
}.kcontact .thelp_form input[type="text"],
    .kcontact .thelp_form textarea {
    margin-bottom: 15px;
}.kcontact .thelp_form .zreach_feedback label {
    font-size: calc(13px * 0.9);
}.kcontact .thelp_form .Usupport_block {
    width: 100%;
    padding: 12px 20px;
}.kcontact .jcontact_inquiry .oreach_widget li {
    margin-bottom: 15px;
    padding: 12px;
}}.qcourse_overview {
    padding: 5rem 0;
    position: relative;
    background: rgb(213,218,195);
    overflow: hidden;
}.qcourse_overview::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(170,183,171,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
}.qcourse_overview::after {
    content: "";
    z-index: 1;
    width: 150px;
    bottom: -10px;
    height: 150px;
    transform: rotate(-15deg);
    right: -10px;
    position: absolute;
    background: linear-gradient(225deg, rgb(127,134,126) 0%, transparent 80%);
}.qcourse_overview .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.qcourse_overview .wlesson_track {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
    position: relative;
}.qcourse_overview .timg_center {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
}.qcourse_overview .timg_center::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(170,183,171,0.5) 0%, transparent 100%);
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
}.qcourse_overview .timg_center::after {
    bottom: -10px;
    border: 2px solid rgb(127,134,126);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    z-index: -1;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0.5;
    content: "";
    left: -10px;
    position: absolute;
    transform: translate(10px, 10px);
}.qcourse_overview .timg_center:hover {
    transform: perspective(1000px) rotateX(0deg);
}.qcourse_overview .timg_center:hover::after {
    opacity: 0.8;
    transform: translate(5px, 5px);
}.qcourse_overview .stext_group {
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 2rem;
    position: relative;
    border-left: 4px solid rgb(170,183,171);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.qcourse_overview .stext_group::before {
    width: 100px;
    z-index: -1;
    transform: translate(20px, -20px);
    right: 0;
    top: 0;
    height: 100px;
    background: linear-gradient(135deg, rgb(127,134,126,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
}.qcourse_overview h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(170,183,171);
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(21px * 1.1);
    transform: translateX(-10px);
    opacity: 0;
}.qcourse_overview h3::after {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    left: 0;
    height: 3px;
    background: rgb(127,134,126);
    width: 50px;
    transform: scaleX(0);
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
}.qcourse_overview .description {
    font-size: 14px;
    position: relative;
    padding-right: 10px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000000;
    overflow-y: auto;
    max-height: 300px;
}.qcourse_overview .description::-webkit-scrollbar {
    width: 4px;
}.qcourse_overview .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.qcourse_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,183,171,0.5);
}.qcourse_overview p.description {
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
}.qcourse_overview span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.qcourse_overview {
    padding: 6rem 0;
}.qcourse_overview .wlesson_track {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.qcourse_overview .timg_center {
    height: 400px;
}.qcourse_overview h3 {
    font-size: calc(21px * 1.2);
}.qcourse_overview .stext_group {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.qcourse_overview {
    padding: 8rem 0;
}.qcourse_overview .wlesson_track {
    gap: 5rem;
}.qcourse_overview .timg_center {
    height: 500px;
}.qcourse_overview h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.4);
}.qcourse_overview h3::after {
    width: 70px;
}.qcourse_overview .description {
    max-height: 350px;
}.qcourse_overview .stext_group {
    padding: 3rem;
}.qcourse_overview .stext_group::before {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.qcourse_overview {
    padding: 4rem 0;
}.qcourse_overview .container {
    padding: 0 1.5rem;
}.qcourse_overview .timg_center {
    height: 250px;
}.qcourse_overview .stext_group {
    padding: 1.5rem;
}.qcourse_overview h3 {
    font-size: 21px;
    margin-bottom: 1.2rem;
}.qcourse_overview .description {
    max-height: 250px;
}
}

@media (max-width: 480px) {.qcourse_overview {
    padding: 3rem 0;
}.qcourse_overview .timg_center {
    height: 200px;
}.qcourse_overview .stext_group {
    padding: 1.2rem;
}.qcourse_overview h3 {
    font-size: calc(21px * 0.9);
}.qcourse_overview .description {
    max-height: 200px;
    font-size: calc(14px * 0.95);
}}.uexplore_now {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(213,218,195) 100%);
    margin: 6rem 0;
    position: relative;
}.uexplore_now::before {
    z-index: 1;
    width: 35%;
    background: linear-gradient(165deg, rgb(170,183,171) 10%, rgb(170,183,171,0.5) 90%);
    animation: pulseGlow 8s infinite alternate ease-in-out;
    opacity: 0.08;
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    left: -2%;
    top: -5%;
    height: 120%;
}.uexplore_now::after {
    animation: pulseGlow 10s infinite alternate-reverse ease-in-out;
    transform: skewX(15deg);
    bottom: -10%;
    height: 120%;
    content: "";
    opacity: 0.12;
    right: -5%;
    z-index: 1;
    background: linear-gradient(195deg, rgb(127,134,126) 15%, rgb(127,134,126,0.5) 85%);
    width: 40%;
    position: absolute;
}.uexplore_now .container {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    flex-direction: column;
    gap: 2.5rem;
    z-index: 2;
    padding: 2rem;
}.uexplore_now h2 {
    line-height: 1.3;
    max-width: 85%;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    transform: translateX(2rem);
    font-weight: 600;
    font-size: 37px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.uexplore_now h2::before {
    left: -2rem;
    top: 50%;
    height: 40%;
    content: "";
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
    transform: translateY(-50%);
}.uexplore_now .bmaster_class {
    gap: 3rem;
    padding-left: 2rem;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: flex-start;
}.uexplore_now .bmaster_class::before {
    width: 120px;
    top: 50%;
    background: linear-gradient(90deg, rgb(170,183,171,0.5) 0%, rgba(0,0,0,0) 100%);
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    transform: translateY(-50%);
}.uexplore_now svg {
    width: 36px;
    transform: scale(1);
    height: 36px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}.uexplore_now svg:hover {
    transform: scale(1.15) rotate(5deg);
}.uexplore_now svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,183,171);
}.uexplore_now svg:hover path {
    fill: rgb(127,134,126);
}.uexplore_now .Usupport_block {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-radius: 10px;
    display: inline-block;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    overflow: hidden;
    color: #ffffff;
    padding: 1rem 2.5rem;
    z-index: 1;
    position: relative;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    font-size: 19px;
}.uexplore_now .Usupport_block::before {
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(127,134,126) 0%, rgb(170,183,171) 100%);
    opacity: 0;
}.uexplore_now .Usupport_block:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}.uexplore_now .Usupport_block:hover::before {
    opacity: 1;
}.uexplore_now .Usupport_block:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        transform: skewX(-25deg) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: skewX(-22deg) scale(1.05);
    }
}

@media (min-width: 768px) {.uexplore_now {
    margin: 8rem 0;
    padding: 6rem 0;
}.uexplore_now .container {
    padding: 3rem;
    gap: 3.5rem;
}.uexplore_now h2 {
    transform: translateX(3rem);
    max-width: 75%;
    font-size: calc(37px * 1.15);
}.uexplore_now h2::before {
    width: 8px;
    height: 50%;
    left: -3rem;
}.uexplore_now .bmaster_class {
    padding-left: 3rem;
    gap: 4rem;
}.uexplore_now .bmaster_class::before {
    width: 180px;
}.uexplore_now svg {
    width: 48px;
    height: 48px;
}.uexplore_now .Usupport_block {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.uexplore_now {
    padding: 8rem 0;
}.uexplore_now .container {
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    align-items: center;
}.uexplore_now h2 {
    margin: 0;
    max-width: 60%;
    font-size: calc(37px * 1.25);
}.uexplore_now .bmaster_class {
    padding-left: 0;
    flex-basis: 40%;
    justify-content: center;
}.uexplore_now .bmaster_class::before {
    display: none;
}
}

@media (max-width: 767px) {.uexplore_now {
    margin: 4rem 0;
    padding: 3rem 0;
}.uexplore_now .container {
    padding: 1.5rem;
    gap: 2rem;
}.uexplore_now h2 {
    font-size: calc(37px * 0.9);
    transform: translateX(1.5rem);
    max-width: 100%;
}.uexplore_now h2::before {
    left: -1.5rem;
    width: 4px;
}.uexplore_now .bmaster_class {
    flex-wrap: wrap;
    gap: 2rem;
    padding-left: 1.5rem;
}.uexplore_now .bmaster_class::before {
    width: 80px;
}.uexplore_now svg {
    height: 32px;
    width: 32px;
}.uexplore_now .Usupport_block {
    font-size: calc(19px * 0.9);
    padding: 0.9rem 2rem;
}
}

@media (hover: none) {.uexplore_now .Usupport_block:hover {
    transform: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}.uexplore_now .Usupport_block:hover::before {
    opacity: 0;
}.uexplore_now svg:hover {
    transform: scale(1);
}.uexplore_now svg:hover path {
    fill: rgb(170,183,171);
}}.msecure_pantry {
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
}.msecure_pantry::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(170,183,171,0.5), 0.03),
        rgba(rgb(170,183,171,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}.msecure_pantry::after {
    width: 15vw;
    content: '';
    right: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(170,183,171,0.5), 0.08));
    top: 0;
}.msecure_pantry .container {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: perspective(1000px) rotateY(0.5deg);
    transform-origin: left center;
    border-left: 4px solid rgb(170,183,171);
    margin: 0 auto;
    background: rgba(#ffffff, 0.95);
    max-width: 1140px;
    backdrop-filter: blur(5px);
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.msecure_pantry h1 {
    margin: 0 0 2rem;
    color: #000000;
    transform: translateX(-0.5rem);
    padding: 2rem 0 1rem;
    line-height: 1.2;
    font-size: 48px;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
}.msecure_pantry h1::after {
    content: '';
    transform-origin: left center;
    width: 6rem;
    animation: expandLine 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(170,183,171), transparent);
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
}.msecure_pantry h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 37px;
    line-height: 1.3;
    color: #000000;
    position: relative;
}.msecure_pantry h2::before {
    position: absolute;
    border-radius: 1px;
    top: 0.25rem;
    left: 0;
    width: 3px;
    background: rgb(170,183,171);
    bottom: 0.25rem;
    content: '';
}.msecure_pantry h3 {
    font-weight: 600;
    color: #000000;
    font-size: calc(37px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.75rem;
    margin: 2rem 0 1.25rem;
}.msecure_pantry h4 {
    font-weight: 600;
    font-size: calc(37px * 0.7);
    background: rgba(rgb(170,183,171,0.5), 0.08);
    color: #000000;
    border-radius: 2px;
    padding: 0.35rem 0.75rem;
    margin: 1.75rem 0 1rem;
    display: inline-block;
}.msecure_pantry p {
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 1.5rem;
}.msecure_pantry p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.msecure_pantry p strong::after {
    position: absolute;
    background: rgba(rgb(170,183,171,0.5), 0.3);
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
}.msecure_pantry ul {
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
    list-style-type: none;
}.msecure_pantry li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}.msecure_pantry li::before {
    content: '';
    top: 0.5rem;
    opacity: 0.8;
    width: 0.75rem;
    border: 2px solid rgb(170,183,171);
    position: absolute;
    left: 0;
    height: 0.75rem;
    transform: rotate(45deg);
}.msecure_pantry span {
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(127,134,126,0.5), 0.05), transparent);
    padding: 1.25rem;
    border-left: 2px solid rgb(127,134,126);
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    display: block;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.msecure_pantry {
    padding: 4rem 0;
}.msecure_pantry .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2rem;
}.msecure_pantry h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1.5rem;
}.msecure_pantry h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 767px) {.msecure_pantry {
    padding: 3rem 0;
}.msecure_pantry::after {
    width: 10vw;
}.msecure_pantry .container {
    padding: 1.5rem;
    transform: none;
}.msecure_pantry h1 {
    transform: translateX(0);
    padding-top: 1rem;
    font-size: calc(48px * 0.8);
}.msecure_pantry h2 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.8);
}.msecure_pantry h3 {
    font-size: calc(37px * 0.7);
}.msecure_pantry h4 {
    font-size: calc(37px * 0.6);
}.msecure_pantry ul {
    padding-left: 0.5rem;
}.msecure_pantry li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.msecure_pantry span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.msecure_pantry {
    padding: 2rem 0;
}.msecure_pantry .container {
    border-left-width: 3px;
    padding: 1.25rem;
}.msecure_pantry h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.25rem;
}.msecure_pantry h1::after {
    width: 4rem;
}.msecure_pantry p, .msecure_pantry span {
    font-size: calc(17px * 0.95);
}.msecure_pantry li {
    font-size: calc(17px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.ypeer_help {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(170,183,171,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 5rem 0 1rem;
    color: #ffffff;
}.ypeer_help::before {
    z-index: -1;
    background: radial-gradient(circle at 30% 50%, rgb(170,183,171,0.5) 0%, transparent 50%);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
}.ypeer_help::after {
    left: 0;
    content: '';
    height: 3px;
    animation: glowLine 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(170,183,171), transparent);
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.ypeer_help .container {
    z-index: 2;
    position: relative;
}.ypeer_help .oflag_content {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.ypeer_help .Nwrite_form {
    justify-content: center;
    border: 1px solid rgb(127,134,126,0.5);
    margin-bottom: 1rem;
    gap: 2rem;
    border-radius: 15px;
    flex-wrap: wrap;
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
}.ypeer_help .Nwrite_form::before {
    background: linear-gradient(90deg, transparent, rgb(127,134,126), transparent);
    top: -2px;
    width: 50%;
    transform: translateX(-50%);
    left: 50%;
    animation: scanLine 4s infinite linear;
    height: 2px;
    content: '';
    position: absolute;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.ypeer_help .info_item {
    max-width: 300px;
    min-width: 200px;
    text-align: center;
    transition: transform 0.3s ease;
    flex: 1;
}.ypeer_help .info_item:hover {
    transform: translateY(-5px);
}.ypeer_help .info_item p, 
.ypeer_help .info_item a {
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: calc(13px - 2px);
    color: #ffffff;
    display: flex;
    border-radius: 10px;
    padding: 0.75rem;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    gap: 0.5rem;
}.ypeer_help .info_item svg {
    height: 1.25rem;
    transition: fill 0.3s ease;
    fill: rgb(127,134,126);
    width: 1.25rem;
}.ypeer_help .info_item a:hover {
    border-color: rgb(170,183,171,0.5);
    background: #000000;
    box-shadow: 0 0 15px rgb(170,183,171,0.5);
}.ypeer_help .info_item a:hover svg {
    fill: rgb(170,183,171);
}.ypeer_help .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}.ypeer_help .Ufirst_teach {
    align-items: flex-start;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.ypeer_help .Ufirst_teach svg {
    max-width: 180px;
    height: auto;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(170,183,171,0.5));
}.ypeer_help .Ufirst_teach svg:hover {
    filter: drop-shadow(0 0 10px rgb(170,183,171));
}.ypeer_help .Udiscord_cta {
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.7;
    max-width: 280px;
    font-size: calc(14px - 1px);
}.ypeer_help .ktop_site {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.ypeer_help .ktop_site h5 {
    color: #ffffff;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
}.ypeer_help .ktop_site h5::after {
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
    background: rgb(127,134,126);
    height: 2px;
    content: '';
}.ypeer_help .ktop_site:hover h5::after {
    width: 80px;
}.ypeer_help .Fnav_pagebar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.ypeer_help .Fnav_pagebar a {
    position: relative;
    opacity: 0.8;
    font-size: 13px;
    transition: all 0.3s ease;
    padding-left: 1rem;
    text-decoration: none;
    color: #ffffff;
}.ypeer_help .Fnav_pagebar a::before {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(127,134,126);
    width: 5px;
    height: 5px;
}.ypeer_help .Fnav_pagebar a:hover {
    color: rgb(170,183,171);
    transform: translateX(5px);
    opacity: 1;
}.ypeer_help .Fnav_pagebar a:hover::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 8px rgb(170,183,171);
    background: rgb(170,183,171);
}.ypeer_help .subscribe_holder {
    flex-direction: column;
    border-radius: 15px;
    position: relative;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgb(127,134,126,0.5);
    overflow: hidden;
}.ypeer_help .subscribe_holder::before {
    z-index: -1;
    background: radial-gradient(circle at top right, rgb(170,183,171,0.5) 0%, transparent 70%);
    content: '';
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    bottom: 0;
}.ypeer_help .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
}.ypeer_help .subscribe_holder p {
    font-size: calc(13px - 1px);
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}.ypeer_help .input_holder {
    display: flex;
    position: relative;
    gap: 0.75rem;
    flex-direction: column;
}.ypeer_help .input_holder input[type="email"] {
    flex: 1;
    font-size: 13px;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgb(127,134,126,0.5);
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
}.ypeer_help .input_holder input[type="email"]:focus {
    border-color: rgb(170,183,171);
    box-shadow: 0 0 10px rgb(170,183,171,0.5);
    outline: none;
}.ypeer_help .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.ypeer_help .Rsub_benefit {
    border-radius: 10px;
    background: rgb(170,183,171);
    width: 100%;
    font-weight: 600;
    border: none;
    font-size: 19px;
    padding: 0.875rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.ypeer_help .Rsub_benefit::before {
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: '';
    left: -100%;
}.ypeer_help .Rsub_benefit:hover {
    background: rgb(127,134,126);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(127,134,126,0.5);
}.ypeer_help .Rsub_benefit:hover::before {
    left: 100%;
}.ypeer_help .osubscr_info {
    border-top: 1px solid rgb(127,134,126,0.5);
    margin-top: 3rem;
    padding-top: 1.5rem;
    text-align: center;
    position: relative;
}.ypeer_help .osubscr_info::before {
    left: 0;
    content: '';
    top: -1px;
    background: linear-gradient(90deg, transparent, rgb(127,134,126,0.5), transparent);
    height: 1px;
    width: 100%;
    position: absolute;
}.ypeer_help .Heco_foot {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1024px) {.ypeer_help {
    padding: 4rem 0 1rem;
}.ypeer_help .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.ypeer_help .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.ypeer_help .input_holder {
    flex-direction: row;
}.ypeer_help .Rsub_benefit {
    width: auto;
}
}

@media (max-width: 768px) {.ypeer_help {
    padding: 3rem 0 1rem;
}.ypeer_help .Nwrite_form {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}.ypeer_help .info_item {
    min-width: 100%;
}.ypeer_help .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.ypeer_help .subscribe_holder {
    grid-column: auto;
}.ypeer_help .Ufirst_teach {
    text-align: center;
    align-items: center;
}.ypeer_help .Udiscord_cta {
    max-width: 100%;
    text-align: center;
}.ypeer_help .ktop_site h5 {
    text-align: center;
}.ypeer_help .ktop_site h5::after {
    left: 50%;
    transform: translateX(-50%);
}.ypeer_help .Fnav_pagebar {
    align-items: center;
}.ypeer_help .Fnav_pagebar a {
    text-align: center;
}.ypeer_help .Fnav_pagebar a:hover {
    transform: translateY(-2px);
}.ypeer_help .input_holder {
    flex-direction: column;
}.ypeer_help .Rsub_benefit {
    width: 100%;
}
}

@media (max-width: 480px) {.ypeer_help {
    padding: 2.5rem 0 1rem;
}.ypeer_help .info_item p, 
    .ypeer_help .info_item a {
    font-size: calc(13px - 3px);
}.ypeer_help .ktop_site h5, 
    .ypeer_help .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}.ypeer_help .Fnav_pagebar a, 
    .ypeer_help .subscribe_holder p {
    font-size: calc(13px - 2px);
}.ypeer_help .Heco_foot {
    font-size: calc(14px - 2px);
}
}