﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.LlQwrapper-segment {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    width: 1173px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.svotiktok_edu {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.QRVtop_pagewrap {
    flex: 1 0 auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    height: 12px;
    width: 6px;
}::-webkit-scrollbar-button {
    height: 8px;
    background: rgb(220,224,215);
    width: 6px;
    border-radius: 4px;
}::-webkit-scrollbar-track {
    box-shadow: inset -2px -2px 5px 6px rgba(0, 0, 0, 0.8);
    margin: 4px 0;
    border-radius: 10.2vw;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    transition: all 3.6s ease;
    animation: slide_scrollbar 5.4s ease-out infinite;
    border-radius: 3%;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 2px 11px 8px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.caDwho_we_are {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,224,215) 0%, #ffffff 100%);
}.caDwho_we_are::before {
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,183,158,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(151,166,104,0.5) 0%, transparent 25%);
    left: 0;
}.caDwho_we_are .container {
    position: relative;
    z-index: 5;
}.caDwho_we_are h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}.caDwho_we_are h2::after {
    background: rgb(183,183,158);
    width: 80px;
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
}.caDwho_we_are .auRheritage_tl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 60px;
}.caDwho_we_are .FCzlearning_creators {
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    flex: 1 1 calc(50% - 20px);
    margin: 0 10px;
    border-radius: 10px;
    padding: 40px;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.caDwho_we_are .FCzlearning_creators::before {
    width: 5px;
    position: absolute;
    content: "";
    background: rgb(183,183,158);
    left: 0;
    height: 0;
    top: 0;
    transition: all 0.5s ease;
}.caDwho_we_are .FCzlearning_creators:hover::before {
    height: 100%;
}.caDwho_we_are .FCzlearning_creators::after {
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(220,224,215);
    left: 0;
    transform-origin: right;
}.caDwho_we_are .FCzlearning_creators:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.caDwho_we_are .FCzlearning_creators:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.caDwho_we_are .FCzlearning_creators h3 {
    color: #000000;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    z-index: 2;
    transition: all 0.3s ease;
}.caDwho_we_are .FCzlearning_creators:hover h3 {
    transform: translateX(10px);
    color: rgb(183,183,158);
}.caDwho_we_are .FCzlearning_creators p {
    font-size: 14px;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.8;
    z-index: 2;
}.caDwho_we_are .FCzlearning_creators:hover p {
    transform: translateX(10px);
}.caDwho_we_are .FCzlearning_creators:first-child {
    border-top: 3px solid rgb(183,183,158);
}.caDwho_we_are .FCzlearning_creators:last-child {
    border-top: 3px solid rgb(151,166,104);
}.caDwho_we_are .container::before {
    height: 20%;
    width: 20%;
    animation: rotate-element 20s linear infinite;
    top: -10%;
    border: 2px solid rgb(183,183,158,0.5);
    border-radius: 10px;
    left: -10%;
    opacity: 0.2;
    content: "";
    position: absolute;
}.caDwho_we_are .container::after {
    content: "";
    width: 15%;
    position: absolute;
    border: 2px solid rgb(151,166,104,0.5);
    right: -5%;
    opacity: 0.2;
    animation: rotate-element 15s linear infinite reverse;
    border-radius: 10px;
    height: 15%;
    bottom: -5%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.caDwho_we_are .auRheritage_tl::before {
    background: linear-gradient(to bottom, transparent, rgb(183,183,158,0.5), transparent);
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 1px;
    left: 50%;
    bottom: 0;
    opacity: 0.5;
}.caDwho_we_are .auRheritage_tl::after {
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 20px 20px;
    z-index: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.02;
    top: 0;
}

@media screen and (max-width: 992px) {.caDwho_we_are {
    padding: 80px 0;
}.caDwho_we_are .auRheritage_tl {
    margin-top: 40px;
    flex-direction: column;
}.caDwho_we_are .FCzlearning_creators {
    flex: 1 1 100%;
    margin: 10px 0;
}.caDwho_we_are .auRheritage_tl::before {
    display: none;
}.caDwho_we_are .container::before,
    .caDwho_we_are .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.caDwho_we_are {
    padding: 60px 0;
}.caDwho_we_are h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
    padding-bottom: 15px;
}.caDwho_we_are h2::after {
    width: 60px;
}.caDwho_we_are .FCzlearning_creators {
    padding: 30px;
}.caDwho_we_are .FCzlearning_creators h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.caDwho_we_are {
    padding: 50px 0;
}.caDwho_we_are h2 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.8);
    padding-bottom: 12px;
}.caDwho_we_are h2::after {
    height: 2px;
    width: 50px;
}.caDwho_we_are .auRheritage_tl {
    margin-top: 30px;
}.caDwho_we_are .FCzlearning_creators {
    padding: 25px;
}.caDwho_we_are .FCzlearning_creators h3 {
    margin-bottom: 12px;
    font-size: calc(19px * 0.85);
}.caDwho_we_are .FCzlearning_creators p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.caDwho_we_are .FCzlearning_creators:hover h3,
    .caDwho_we_are .FCzlearning_creators:hover p {
    transform: translateX(5px);
}}.Upoprogram_offerings {
    background: linear-gradient(135deg, rgb(220,224,215), rgba(rgb(151,166,104,0.5), 0.05));
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.Upoprogram_offerings::before {
    position: absolute;
    opacity: 0.05;
    content: "";
    width: 300px;
    top: -100px;
    right: -100px;
    z-index: 0;
    border-radius: 50%;
    transform: skew(-15deg, -15deg);
    background: linear-gradient(210deg, rgb(183,183,158), rgb(151,166,104));
    height: 300px;
}.Upoprogram_offerings::after {
    width: 300px;
    opacity: 0.07;
    position: absolute;
    content: "";
    bottom: -80px;
    z-index: 0;
    left: -80px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    height: 200px;
    background: linear-gradient(45deg, rgb(151,166,104), rgb(183,183,158));
}.Upoprogram_offerings .container {
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.Upoprogram_offerings h2 {
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    max-width: 85%;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    padding-bottom: 1.5rem;
}.Upoprogram_offerings h2::after {
    height: 4px;
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104));
    position: absolute;
    content: "";
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
}.Upoprogram_offerings .OZImaster_it {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
    perspective: 1000px;
}.Upoprogram_offerings .toUimage_wrap {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    height: 400px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    overflow: hidden;
    position: relative;
}.Upoprogram_offerings .toUimage_wrap::before {
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(183,183,158,0.5), 0.2), transparent);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
}.Upoprogram_offerings .toUimage_wrap:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
}.Upoprogram_offerings .GKRtext_cloud {
    position: relative;
    display: flex;
    transform: perspective(1000px) translateZ(0);
    flex-direction: column;
    gap: 2rem;
}.Upoprogram_offerings .description {
    margin: 0;
    opacity: 0.95;
    transition: opacity 0.3s ease;
    position: relative;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 18px;
}.Upoprogram_offerings .description::before {
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.7;
    background: linear-gradient(to bottom, rgb(183,183,158), rgb(151,166,104));
    width: 3px;
}.Upoprogram_offerings .description:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.Upoprogram_offerings .description:last-of-type {
    padding-top: 1rem;
}.Upoprogram_offerings .description:hover {
    opacity: 1;
}

@media (min-width: 768px) {.Upoprogram_offerings {
    padding: 8rem 0;
}.Upoprogram_offerings h2 {
    font-size: calc(32px * 1.1);
    max-width: 70%;
}.Upoprogram_offerings .OZImaster_it {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
}.Upoprogram_offerings .toUimage_wrap {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.Upoprogram_offerings h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.Upoprogram_offerings {
    padding: 10rem 0;
}.Upoprogram_offerings .container {
    padding: 0 3rem;
}.Upoprogram_offerings h2 {
    max-width: 65%;
    margin-bottom: 4rem;
    font-size: calc(32px * 1.2);
}.Upoprogram_offerings .OZImaster_it {
    gap: 5rem;
}.Upoprogram_offerings .toUimage_wrap {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    height: 600px;
}.Upoprogram_offerings .GKRtext_cloud {
    padding-right: 2rem;
}.Upoprogram_offerings h2::after {
    width: 150px;
}.Upoprogram_offerings .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.Upoprogram_offerings .container {
    padding: 0 4rem;
}.Upoprogram_offerings h2 {
    max-width: 60%;
}.Upoprogram_offerings .OZImaster_it {
    gap: 6rem;
}.Upoprogram_offerings .toUimage_wrap {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.Upoprogram_offerings .description {
    padding-left: 2rem;
}.Upoprogram_offerings .description::before {
    width: 4px;
}
}

@media (max-width: 767px) {.Upoprogram_offerings {
    padding: 4rem 0;
}.Upoprogram_offerings h2 {
    font-size: calc(32px * 0.9);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}.Upoprogram_offerings .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.Upoprogram_offerings .toUimage_wrap {
    height: 300px;
}}header {
    position: relative;
    background: linear-gradient(to bottom, rgb(220,224,215), #ffffff);
    width: 100%;
    padding: 1.2rem 0;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    height: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(183,183,158,0.5) 65%, 
        rgb(183,183,158,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(151,166,104,0.5) 75%, 
        rgb(151,166,104,0.5) 80%, 
        transparent 80%);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    content: '';
    opacity: 0.5;
}header .container {
    max-width: 100%;
    position: relative;
    padding: 0 3%;
    width: 100%;
    z-index: 1;
    margin: 0;
}header .WGvsite_header {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    display: flex;
}header .tjShead_guide {
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(183,183,158,0.5), rgb(151,166,104,0.5));
    padding: 0.5rem 1.5rem;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    border-radius: 21px;
}header .tjShead_guide::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    position: absolute;
    transition: opacity 0.3s ease;
    height: 200%;
    top: -50%;
    opacity: 0;
    content: '';
    left: -50%;
    width: 200%;
}header .tjShead_guide:hover::before {
    opacity: 1;
}header .tjShead_guide svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
}header .tjShead_guide:hover svg {
    transform: scale(1.03);
}header .hettop_guide {
    flex-wrap: wrap;
    gap: 0.6rem;
    max-width: 800px;
    margin-top: 0.5rem;
    justify-content: center;
    width: 100%;
    display: flex;
}header .CyUmain_learning {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 10px;
}header .CyUmain_learning::before {
    background: linear-gradient(to right, rgb(183,183,158), rgb(151,166,104));
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    height: 3px;
    content: '';
    left: 0;
}header .CyUmain_learning:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(183,183,158);
}header .CyUmain_learning:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .tjShead_guide {
    padding: 0.5rem 1.2rem;
}header .tjShead_guide svg {
    width: 140px;
}header .hettop_guide {
    gap: 0.5rem;
}header .CyUmain_learning {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .WGvsite_header {
    gap: 1.5rem;
}header .tjShead_guide {
    padding: 0.4rem 1rem;
}header .tjShead_guide svg {
    width: 130px;
}header .hettop_guide {
    gap: 0.5rem;
}header .CyUmain_learning {
    padding: 0.5rem 0.9rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .WGvsite_header {
    gap: 1rem;
}header .tjShead_guide svg {
    width: 120px;
}header .hettop_guide {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .hettop_guide::-webkit-scrollbar {
    height: 3px;
}header .hettop_guide::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,183,158);
}header .CyUmain_learning {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(183,183,158);
}header .top_plank .ABuedu_toolbar div svg, header .top_plank .ABuedu_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .ABuedu_toolbar div span {
    color: #ffffff;
}header .top_plank .ABuedu_toolbar {
    padding: 15px 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}header .top_plank .ABuedu_toolbar div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .ABuedu_toolbar div img, header .top_plank .ABuedu_toolbar div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.Etpcookie_panel_overlay {
    background: rgb(220,224,215);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(183,183,158);
    position: fixed;
    display: flex;
    padding: 1rem 0;
    width: 100%;
    align-items: center;
}#jcFcookieNoticePanel {
    display: none;
}#jcFcookieNoticePanel:checked ~ .Etpcookie_panel_overlay {
    opacity: 0;
    visibility: hidden;
}.Etpcookie_panel_overlay .container {
    gap: 1rem;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}.Itjedu_track {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}.Itjedu_track svg {
    width: 50px;
    fill: rgb(183,183,158);
    height: 50px;
}.lSjtracking_policy {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.lSjtracking_policy h5 {
    margin-bottom: 0.5rem;
    color: rgb(183,183,158);
    font-size: 1.5rem;
    font-weight: 600;
}.lSjtracking_policy p {
    color: #000000;
    font-size: 1rem;
}.MtHcookie_overlay {
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(183,183,158);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
}.cookie_button.IQkcookie_apply {
    background: rgb(183,183,158);
}.cookie_button.yHpgdpr_banner {
    background: #000000;
    margin-left: 0.5rem;
}.MtHcookie_overlay:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.yHpgdpr_banner:hover {
    background: rgb(183,183,158);
}.Etpcookie_panel_overlay p a {
    transition: color 0.3s ease;
    color: rgb(183,183,158);
    text-decoration: underline;
}.Etpcookie_panel_overlay p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.Etpcookie_panel_overlay .container {
    flex-direction: column;
    align-items: center;
}.Itjedu_track {
    margin-right: 0;
    margin-bottom: 1rem;
}.lSjtracking_policy {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.yHpgdpr_banner {
    margin-left: 0;
    margin-top: 0.5rem;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    opacity: 0.85;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: -2;
    left: 0;
    background: linear-gradient(120deg, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
    top: 0;
}footer::after {
    bottom: 0;
    z-index: -1;
    content: "";
    right: 0;
    top: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
    position: absolute;
}.svotiktok_edu {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.svotiktok_edu::before {
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    background: #ffffff;
    content: "";
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    position: absolute;
}.svotiktok_edu .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}.svotiktok_edu .company_holder {
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
}.svotiktok_edu .company_holder h3 {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
}.svotiktok_edu .bGvnetiquette {
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    padding: 1.5rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}.svotiktok_edu .Rynproject_ref {
    display: flex;
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    gap: 2rem;
}.svotiktok_edu .NoVnav_tutor {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.svotiktok_edu .hettop_guide {
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}.svotiktok_edu .hettop_guide h5 {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1.5rem;
    position: relative;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}.svotiktok_edu .hettop_guide .NoVnav_tutor {
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    display: flex;
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    flex-direction: column;
    padding: 1.5rem;
}.svotiktok_edu .hettop_guide .NoVnav_tutor a {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    text-decoration: none;
    font-size: 18px;
}.svotiktok_edu .hettop_guide .NoVnav_tutor a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.svotiktok_edu .hettop_guide .NoVnav_tutor a::before {
    width: 3px;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    background: #ffffff;
    opacity: 0;
    content: "";
    height: 100%;
}.svotiktok_edu .hettop_guide .NoVnav_tutor a:hover::before {
    opacity: 0.7;
}.yLjfooter_classes {
    position: relative;
    padding: 2rem 0;
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.1);
}.yLjfooter_classes .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.yLjfooter_classes .kqzcopy_notice {
    position: relative;
    padding: 0.7rem 2rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 13px;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.svotiktok_edu .container {
    gap: 2rem;
}.svotiktok_edu .company_holder {
    flex: 1 1 380px;
}.svotiktok_edu .Rynproject_ref {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.svotiktok_edu {
    padding: 3.5rem 0 2rem;
}.svotiktok_edu .container {
    flex-direction: column;
    gap: 2.5rem;
}.svotiktok_edu .company_holder,
    .svotiktok_edu .Rynproject_ref {
    flex: 1 1 100%;
    min-width: 100%;
}.svotiktok_edu .hettop_guide {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.svotiktok_edu {
    padding: 3rem 0 1.5rem;
}.svotiktok_edu .company_holder {
    padding: 2rem;
}.svotiktok_edu .company_holder h3 {
    font-size: calc(28px - 2px);
}.svotiktok_edu .NoVnav_tutor {
    gap: 1.5rem;
}.yLjfooter_classes {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.svotiktok_edu {
    padding: 2.5rem 0 1rem;
}.svotiktok_edu .hettop_guide {
    flex: 1 1 100%;
    min-width: 100%;
}.svotiktok_edu .NoVnav_tutor {
    gap: 1rem;
}.yLjfooter_classes {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.svotiktok_edu::before {
    height: 5px;
}
}

@media (max-width: 420px) {.svotiktok_edu .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.svotiktok_edu .company_holder h3 {
    padding: 0.4rem 1rem;
}.svotiktok_edu .hettop_guide h5 {
    padding: 0.4rem 1rem;
}.svotiktok_edu .hettop_guide .NoVnav_tutor {
    padding: 1rem;
}.svotiktok_edu .hettop_guide .NoVnav_tutor a:hover {
    transform: translateX(3px);
}.yLjfooter_classes .kqzcopy_notice {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.mXMtraining_method {
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(220,224,215) 0%, rgba(245, 245, 255, 0.95) 100%);
    z-index: 1;
    position: relative;
}.mXMtraining_method::before {
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(183,183,158,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(151,166,104,0.5), 0.08) 0%, transparent 70%);
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.mXMtraining_method::after {
    height: 40%;
    position: absolute;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
    top: -5%;
    right: -5%;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
    animation: float 8s ease-in-out infinite;
    opacity: 0.07;
    width: 35%;
}.mXMtraining_method .pTPlearn_space {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}.mXMtraining_method .pTPlearn_space::before {
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -40px;
    width: 200px;
    position: absolute;
    z-index: -1;
    height: 200px;
    left: 0;
    filter: blur(20px);
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(151,166,104) 0%, transparent 80%);
}.mXMtraining_method h2 {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 45px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: 37px;
}.mXMtraining_method h2::after {
    transform: scaleX(1);
    width: 80px;
    background: linear-gradient(90deg, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
    transition: transform 0.5s ease-out;
    content: "";
    position: absolute;
    transform-origin: left center;
    bottom: -10px;
    left: 0;
    height: 3px;
}.mXMtraining_method:hover h2 {
    transform: translateX(0);
}.mXMtraining_method:hover h2::after {
    transform: scaleX(1.4);
}.mXMtraining_method .GKRtext_cloud {
    border-left: 4px solid rgb(183,183,158);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    padding: 40px 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
}.mXMtraining_method .GKRtext_cloud::before {
    width: 50px;
    transition: transform 0.5s ease-out;
    position: absolute;
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(151,166,104);
    opacity: 0.1;
    height: 50px;
    right: 30px;
    content: "";
    top: -20px;
}.mXMtraining_method .GKRtext_cloud:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.mXMtraining_method .GKRtext_cloud:hover::before {
    transform: rotate(30deg) scale(1.2);
}.mXMtraining_method p {
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-size: 18px;
}

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

@media screen and (max-width: 992px) {.mXMtraining_method {
    padding: 80px 0 70px;
}.mXMtraining_method h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}.mXMtraining_method .GKRtext_cloud {
    padding: 35px 40px;
}
}

@media screen and (max-width: 768px) {.mXMtraining_method {
    padding: 60px 0 50px;
}.mXMtraining_method::after {
    top: -3%;
    width: 50%;
    right: -10%;
}.mXMtraining_method h2 {
    margin-bottom: 30px;
    transform: translateX(0);
    font-size: calc(37px * 0.8);
}.mXMtraining_method h2::after {
    width: 60px;
}.mXMtraining_method .GKRtext_cloud {
    padding: 30px 25px;
}.mXMtraining_method .GKRtext_cloud::before {
    width: 40px;
    height: 40px;
    top: -15px;
    right: 20px;
}.mXMtraining_method p {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.mXMtraining_method {
    padding: 50px 0 40px;
}.mXMtraining_method .pTPlearn_space {
    padding: 0 15px;
}.mXMtraining_method h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.mXMtraining_method h2::after {
    width: 50px;
}.mXMtraining_method .GKRtext_cloud {
    border-left-width: 3px;
    padding: 25px 20px;
}.mXMtraining_method p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.TcLsign_up_for_updates {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgb(183,183,158,0.5);
    overflow: hidden;
    padding: 4rem;
}.TcLsign_up_for_updates::before {
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(183,183,158,0.5) 5px, 
            rgb(183,183,158,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(151,166,104,0.5) 5px, 
            rgb(151,166,104,0.5) 6px
        );
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    content: "";
    top: 0;
}.TcLsign_up_for_updates::after {
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(183,183,158,0.5) 0%,
        transparent 70%
    );
    width: 150%;
    z-index: 0;
    left: -25%;
    content: "";
    opacity: 0.1;
    animation: pulse-glow 5s infinite alternate;
    top: -25%;
    height: 150%;
}.TcLsign_up_for_updates .pTPlearn_space {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    align-items: center;
    gap: 2rem;
}.TcLsign_up_for_updates p {
    line-height: 1.5;
    font-size: 21px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    padding-left: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    grid-column: 1 / 2;
}.TcLsign_up_for_updates p::before {
    background: linear-gradient(to bottom, rgb(183,183,158), rgb(151,166,104));
    position: absolute;
    animation: pulse-neon 2s infinite alternate;
    content: "";
    top: 0;
    width: 4px;
    left: 0;
    box-shadow: 
        0 0 5px rgb(183,183,158),
        0 0 10px rgb(183,183,158),
        0 0 15px rgb(183,183,158);
    bottom: 0;
}.TcLsign_up_for_updates .input_holder {
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 2 / 3;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    flex-direction: row;
}.TcLsign_up_for_updates .ghCsub_benefit {
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 10px rgb(183,183,158,0.5);
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px 0 0 10px;
    flex: 1;
    border: 1px solid rgb(183,183,158,0.5);
    color: #ffffff;
    padding: 1rem 1.5rem;
}.TcLsign_up_for_updates .ghCsub_benefit:focus {
    box-shadow: 
        inset 0 0 10px rgb(183,183,158,0.5),
        0 0 15px rgb(183,183,158,0.5);
    border-color: rgb(183,183,158);
    outline: none;
}.TcLsign_up_for_updates .ghCsub_benefit::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.TcLsign_up_for_updates .IPpemail_submit {
    border-radius: 0 10px 10px 0;
    z-index: 1;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    background: rgb(183,183,158);
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 17px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}.TcLsign_up_for_updates .IPpemail_submit::before {
    z-index: -1;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
}.TcLsign_up_for_updates .IPpemail_submit:hover::before {
    left: 100%;
}.TcLsign_up_for_updates .IPpemail_submit:hover {
    background: rgb(151,166,104);
    box-shadow: 
        0 0 10px rgb(151,166,104),
        0 0 20px rgb(151,166,104,0.5);
}

@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(183,183,158),
            0 0 10px rgb(183,183,158);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(183,183,158),
            0 0 20px rgb(183,183,158),
            0 0 30px rgb(183,183,158);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.TcLsign_up_for_updates {
    padding: 2.5rem 1.5rem;
}.TcLsign_up_for_updates .pTPlearn_space {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.TcLsign_up_for_updates p {
    grid-column: 1 / 2;
    margin-bottom: 0.5rem;
    font-size: 22px;
}.TcLsign_up_for_updates .input_holder {
    transform: none;
    grid-column: 1 / 2;
    flex-direction: column;
}.TcLsign_up_for_updates .ghCsub_benefit {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.TcLsign_up_for_updates .IPpemail_submit {
    border-radius: 10px;
    width: 100%;
}}.XrDacademic_experience {
    background: linear-gradient(135deg, rgb(151,166,104,0.5), rgb(183,183,158), rgb(151,166,104));
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.XrDacademic_experience::before {
    top: -10%;
    height: 120%;
    z-index: 0;
    content: "";
    left: -10%;
    width: 120%;
    opacity: 0.7;
    background: radial-gradient(circle at 30% 70%, rgb(183,183,158,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(151,166,104,0.5), transparent 60%);
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    position: absolute;
}.XrDacademic_experience::after {
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    animation: constellation-twinkle 8s infinite ease-in-out;
    opacity: 0.2;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    position: absolute;
    background-size: 120px 120px;
    height: 100%;
}.XrDacademic_experience .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.XrDacademic_experience .WgDfeedback_ratings {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    -webkit-backdrop-filter: blur(10px);
    gap: 2.5rem;
    padding: 3rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    position: relative;
}.XrDacademic_experience .WgDfeedback_ratings:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.XrDacademic_experience .WgDfeedback_ratings > div:first-child {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    width: 150px;
    height: 150px;
}.XrDacademic_experience .toUimage_wrap {
    border-radius: 10% 40% 30% 20%;
    height: 100%;
    animation: float-photo 6s infinite ease-in-out;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    overflow: hidden;
}.XrDacademic_experience .WgDfeedback_ratings:hover .toUimage_wrap {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    transform: rotate(0deg) scale(1.05);
    border-radius: 30% 10% 40% 20%;
}.XrDacademic_experience .WgDfeedback_ratings > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.XrDacademic_experience .name {
    letter-spacing: 0.5px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    display: inline-block;
    margin: 0 0 0.5rem;
    transform: translateY(0);
}.XrDacademic_experience .name::after {
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(151,166,104), #ffffff, rgb(151,166,104));
    content: "";
    bottom: -5px;
    left: 0;
}.XrDacademic_experience .WgDfeedback_ratings:hover .name {
    transform: translateY(-2px);
}.XrDacademic_experience .WgDfeedback_ratings:hover .name::after {
    width: 100%;
}.XrDacademic_experience .WgDfeedback_ratings > div:nth-child(2) > div {
    opacity: 0.9;
    margin-top: 0.5rem;
    color: rgb(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    font-style: italic;
    font-size: calc(17px - 2px);
}.XrDacademic_experience .WgDfeedback_ratings:hover > div:nth-child(2) > div {
    opacity: 1;
}.XrDacademic_experience .Ftgexperience_area {
    line-height: 1.7;
    opacity: 0.9;
    position: relative;
    margin: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-align: left;
    color: #ffffff;
    font-size: 17px;
    padding: 0 1rem;
}.XrDacademic_experience .Ftgexperience_area::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 5rem;
    opacity: 0.2;
    left: -1rem;
    color: rgb(255, 255, 255, 0.5);
    top: -2rem;
    position: absolute;
    content: "";
    font-family: serif;
}.XrDacademic_experience .Ftgexperience_area::after {
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.2;
    content: "";
    font-size: 5rem;
    font-family: serif;
    right: -1rem;
    bottom: -4rem;
    color: rgb(255, 255, 255, 0.5);
}.XrDacademic_experience .WgDfeedback_ratings:hover .Ftgexperience_area {
    opacity: 1;
    transform: translateY(-2px);
}.XrDacademic_experience .WgDfeedback_ratings:hover .Ftgexperience_area::before {
    opacity: 0.3;
    transform: translateY(-5px);
}.XrDacademic_experience .WgDfeedback_ratings:hover .Ftgexperience_area::after {
    transform: translateY(5px);
    opacity: 0.3;
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.XrDacademic_experience .WgDfeedback_ratings {
    grid-template-columns: auto 1fr 2fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
}.XrDacademic_experience .WgDfeedback_ratings > div:first-child {
    width: 180px;
    height: 180px;
    margin: 0;
}.XrDacademic_experience .WgDfeedback_ratings > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.XrDacademic_experience .Ftgexperience_area {
    padding: 0;
}
}

@media (min-width: 992px) {.XrDacademic_experience {
    padding: 9rem 0;
}.XrDacademic_experience .WgDfeedback_ratings {
    gap: 4rem;
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
}.XrDacademic_experience .WgDfeedback_ratings > div:first-child {
    height: 220px;
    width: 220px;
}.XrDacademic_experience .name {
    font-size: calc(18px + 2px);
}.XrDacademic_experience .Ftgexperience_area {
    font-size: calc(17px + 1px);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.XrDacademic_experience {
    padding: 5rem 0;
}.XrDacademic_experience .WgDfeedback_ratings {
    gap: 2rem;
    padding: 2.5rem;
}.XrDacademic_experience .toUimage_wrap {
    animation: float-photo 5s infinite ease-in-out;
}.XrDacademic_experience .Ftgexperience_area {
    padding: 0;
}.XrDacademic_experience .Ftgexperience_area::before {
    top: -1.5rem;
    font-size: 3rem;
    left: -0.5rem;
}.XrDacademic_experience .Ftgexperience_area::after {
    font-size: 3rem;
    right: -0.5rem;
    bottom: -3rem;
}}.fDvprivacy_bastion {
    overflow: hidden;
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 4rem 0;
}.fDvprivacy_bastion::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.fDvprivacy_bastion::after {
    transform: rotate(-15deg) translateY(30px);
    content: "";
    width: 200px;
    z-index: 0;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    right: -10px;
    bottom: -10px;
    height: 200px;
    position: absolute;
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
}.fDvprivacy_bastion .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    padding: 0 2rem;
}.fDvprivacy_bastion h1 {
    position: relative;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: var(--h1-font-size, 2.5rem);
    margin-bottom: 2rem;
    font-weight: var(--font-weight-bold, 700);
    color: var(--dark-color, #212529);
}.fDvprivacy_bastion h1::after {
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    transform-origin: left center;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 80px;
    transition: width 0.3s ease-out;
    left: 0;
    content: "";
}.fDvprivacy_bastion h1:hover::after {
    width: 120px;
}.fDvprivacy_bastion h2 {
    transform: translateX(-1rem);
    margin: 2.5rem 0 1.25rem;
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 1rem;
    position: relative;
    color: var(--dark-color, #212529);
    font-size: var(--h2-font-size, 1.75rem);
}.fDvprivacy_bastion h2::before {
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    top: 0.25em;
    width: 4px;
    background: var(--primary-color, #0066ff);
    position: absolute;
    transform-origin: center;
    height: 70%;
}.fDvprivacy_bastion h2:hover::before {
    transform: scaleY(1.2);
}.fDvprivacy_bastion h3 {
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    padding-bottom: 0.5rem;
    margin: 2rem 0 1rem;
}.fDvprivacy_bastion h4 {
    color: var(--dark-color, #212529);
    margin: 1.75rem 0 0.75rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
}.fDvprivacy_bastion p {
    font-size: var(--p-font-size, 1rem);
    margin-bottom: 1.5rem;
    max-width: 92%;
    line-height: 1.7;
    color: var(--p-color, #495057);
}.fDvprivacy_bastion strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}.fDvprivacy_bastion ul {
    list-style: none;
    padding-left: 1.25rem;
    margin: 1.5rem 0 2rem;
}.fDvprivacy_bastion li {
    margin-bottom: 1rem;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    padding-left: 1.5rem;
    line-height: 1.6;
    position: relative;
}.fDvprivacy_bastion li::before {
    content: "";
    transform: rotate(45deg);
    height: 6px;
    left: 0;
    border-radius: 1px;
    width: 6px;
    background-color: var(--primary-color, #0066ff);
    position: absolute;
    transition: transform 0.2s ease;
    top: 0.65em;
}.fDvprivacy_bastion li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.fDvprivacy_bastion span {
    color: var(--p-color, #495057);
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
}

@media (min-width: 768px) {.fDvprivacy_bastion {
    padding: 5rem 0;
}.fDvprivacy_bastion .container {
    padding: 0 4rem;
}.fDvprivacy_bastion h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
    margin-bottom: 3rem;
}.fDvprivacy_bastion h2 {
    margin-top: 3.5rem;
}.fDvprivacy_bastion p, 
    .fDvprivacy_bastion span {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.8;
}.fDvprivacy_bastion ul {
    padding-left: 2rem;
}.fDvprivacy_bastion li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.fDvprivacy_bastion .container {
    padding: 0 5rem;
}.fDvprivacy_bastion h1 {
    transform: translateX(-1rem);
}.fDvprivacy_bastion h1::after {
    width: 100px;
}.fDvprivacy_bastion h1:hover::after {
    width: 150px;
}.fDvprivacy_bastion p {
    max-width: 85%;
}.fDvprivacy_bastion p, 
    .fDvprivacy_bastion span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.fDvprivacy_bastion {
    padding: 3rem 0;
}.fDvprivacy_bastion .container {
    padding: 0 1.5rem;
}.fDvprivacy_bastion h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.fDvprivacy_bastion h2 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
    margin: 2rem 0 1rem;
}.fDvprivacy_bastion h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.fDvprivacy_bastion h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.fDvprivacy_bastion ul {
    padding-left: 0.5rem;
}.fDvprivacy_bastion li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}.fDvprivacy_bastion p, 
    .fDvprivacy_bastion span {
    margin-bottom: 1.25rem;
}}.LoRtitle_portal {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(220,224,215), rgba(255, 255, 255, 0.95));
}.LoRtitle_portal::before {
    right: 0;
    top: 0;
    opacity: 0.15;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    left: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgb(183,183,158,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(151,166,104,0.5), transparent 35%);
}.LoRtitle_portal::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    pointer-events: none;
    animation: patternMove 120s linear infinite;
    opacity: 0.05;
    left: -50%;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,183,158,0.5) 0,
        rgb(183,183,158,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.LoRtitle_portal .pTPlearn_space {
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    padding: 6rem 2rem;
    position: relative;
}.LoRtitle_portal h1 {
    transform: translateX(-1rem);
    grid-column: 1 / -1;
    font-size: clamp(2.5rem, 5vw, 39px);
    color: #000000;
    font-weight: 700;
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    margin-bottom: 2rem;
    opacity: 0;
    position: relative;
}.LoRtitle_portal h1::after {
    width: 8rem;
    left: 0;
    height: 0.3rem;
    transform: scaleX(0);
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: -1rem;
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104));
}.LoRtitle_portal .GKRtext_cloud {
    position: relative;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    opacity: 0;
    transform: translateY(2rem);
}.LoRtitle_portal .nvjpage_primary {
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}.LoRtitle_portal .nvjpage_primary:hover {
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(0deg);
}.LoRtitle_portal .nvjpage_primary::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    height: 0.3rem;
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104));
    left: 0;
}.LoRtitle_portal .nvjpage_primary p {
    color: #000000;
    font-size: clamp(1rem, 2vw, 1.25rem);
    position: relative;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}.LoRtitle_portal .nvjpage_primary p::first-letter {
    font-weight: 700;
    font-size: 150%;
    color: rgb(183,183,158);
}.LoRtitle_portal svg {
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    display: block;
    width: 120px;
    margin: 1rem auto 2.5rem;
    transform-origin: center;
    height: 120px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.LoRtitle_portal svg:hover {
    transform: scale(1.05) rotate(2deg);
}.LoRtitle_portal svg path {
    transition: fill 0.3s ease;
}.LoRtitle_portal svg:hover path {
    fill: rgb(183,183,158);
}.LoRtitle_portal svg text {
    transition: all 0.3s ease;
}.LoRtitle_portal svg:hover text {
    fill: #000000;
}.LoRtitle_portal .RHuquery_grid {
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(183,183,158), rgb(151,166,104));
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}.LoRtitle_portal .RHuquery_grid::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(151,166,104), rgb(183,183,158));
    z-index: -1;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}.LoRtitle_portal .RHuquery_grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
}.LoRtitle_portal .RHuquery_grid:hover::before {
    opacity: 1;
}.LoRtitle_portal .RHuquery_grid:active {
    transform: translateY(-2px);
}.LoRtitle_portal .toUimage_wrap {
    overflow: hidden;
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    transition: transform 0.5s ease;
    opacity: 0;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
}.LoRtitle_portal .toUimage_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
}.LoRtitle_portal .toUimage_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

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

@keyframes scaleWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@media (max-width: 992px) {.LoRtitle_portal .pTPlearn_space {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 4rem 1.5rem;
}.LoRtitle_portal h1 {
    text-align: center;
    font-size: 2.5rem;
}.LoRtitle_portal h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .LoRtitle_portal .nvjpage_primary {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.LoRtitle_portal .RHuquery_grid {
    display: block;
    width: 100%;
}.LoRtitle_portal .toUimage_wrap {
    transform: perspective(1000px) rotateY(0) translateY(1rem);
    order: -1;
    height: 300px;
}.LoRtitle_portal svg {
    height: 100px;
    margin: 0.5rem auto 2rem;
    width: 100px;
}
}

@media (max-width: 576px) {.LoRtitle_portal .pTPlearn_space {
    padding: 3rem 1rem;
}.LoRtitle_portal h1 {
    font-size: 2rem;
}.LoRtitle_portal .nvjpage_primary {
    padding: 1.5rem;
}.LoRtitle_portal .nvjpage_primary p {
    font-size: 1rem;
}.LoRtitle_portal .toUimage_wrap {
    height: 200px;
}.LoRtitle_portal .RHuquery_grid {
    padding: 0.8rem 1.5rem;
}.LoRtitle_portal svg {
    height: 80px;
    width: 80px;
}}.cRyreach_out {
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(151,166,104,0.5) 0%, 
        rgb(183,183,158,0.5) 100%
    );
}.cRyreach_out::before {
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    top: -50%;
    content: '';
    z-index: 1;
    height: 200%;
    left: -50%;
    animation: subtle-pulse 12s infinite alternate;
}.cRyreach_out::after {
    width: 150%;
    right: -30%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    z-index: 1;
    bottom: -30%;
    content: '';
    height: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    position: absolute;
}.cRyreach_out .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
    margin: 0 auto;
}.cRyreach_out h2 {
    font-size: 46px;
    margin-bottom: 3rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}.cRyreach_out h2::after {
    width: 80px;
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(183,183,158), 
        transparent
    );
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    transform: translateX(-50%);
}.cRyreach_out .RBzrequest_info {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    align-items: stretch;
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    border-radius: 27px;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
}.cRyreach_out .toUimage_wrap {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.cRyreach_out .toUimage_wrap::before {
    background: linear-gradient(
        45deg, 
        rgb(151,166,104,0.5) 0%, 
        rgb(183,183,158,0.5) 100%
    );
    opacity: 0.6;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    mix-blend-mode: color-dodge;
    top: 0;
    width: 100%;
}.cRyreach_out .pdJquery_help {
    flex: 0 0 60%;
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
}.cRyreach_out .pdJquery_help form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}.cRyreach_out .pdJquery_help h3 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 33px;
}.cRyreach_out .pdJquery_help input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
    font-size: 13px;
    color: #ffffff;
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}.cRyreach_out .pdJquery_help input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(183,183,158), 0.3);
    border-color: rgb(183,183,158);
}.cRyreach_out .pdJquery_help .rXncontact_feedback {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.cRyreach_out .pdJquery_help .rXncontact_feedback input[type="checkbox"] {
    cursor: pointer;
    width: 22px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    height: 22px;
    appearance: none;
    position: relative;
    margin-right: 1rem;
    transition: all 0.3s ease;
}.cRyreach_out .pdJquery_help .rXncontact_feedback input[type="checkbox"]:checked {
    background: rgb(183,183,158);
    border-color: rgb(183,183,158);
}.cRyreach_out .pdJquery_help .rXncontact_feedback input[type="checkbox"]:checked::after {
    left: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    content: '✔';
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}.cRyreach_out .pdJquery_help .rXncontact_feedback label {
    display: flex;
    color: #ffffff;
    font-size: 13px;
    align-items: center;
}.cRyreach_out .pdJquery_help .rXncontact_feedback a {
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(183,183,158);
}.cRyreach_out .pdJquery_help .rXncontact_feedback a:hover {
    text-decoration: underline;
}.cRyreach_out .pdJquery_help .RHuquery_grid {
    background: rgb(183,183,158);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    width: 100%;
    font-weight: 600;
}.cRyreach_out .pdJquery_help .RHuquery_grid::before {
    content: '';
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    top: 0;
}.cRyreach_out .pdJquery_help .RHuquery_grid:hover::before {
    left: 100%;
}.cRyreach_out .pdJquery_help .RHuquery_grid:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.cRyreach_out .RBzrequest_info {
    flex-direction: column;
}.cRyreach_out .toUimage_wrap {
    flex: 0 0 100%;
    min-height: 300px;
}.cRyreach_out .pdJquery_help {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.cRyreach_out {
    padding: 3rem 0;
}.cRyreach_out h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 2rem;
}.cRyreach_out .pdJquery_help h3 {
    font-size: calc(33px * 0.9);
}.cRyreach_out .pdJquery_help input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.cRyreach_out .pdJquery_help .rXncontact_feedback {
    align-items: flex-start;
}.cRyreach_out .pdJquery_help .rXncontact_feedback input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.cRyreach_out .RBzrequest_info {
    border-radius: 0;
}.cRyreach_out .toUimage_wrap {
    min-height: 250px;
}.cRyreach_out .pdJquery_help {
    padding: 2rem 1.5rem;
}}.OPrappSection {
    background: linear-gradient(135deg, rgb(220,224,215) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.OPrappSection::before {
    height: 70%;
    opacity: 0.4;
    content: "";
    background: linear-gradient(120deg, rgb(183,183,158,0.5) 0%, rgb(151,166,104,0.5) 100%);
    transform: rotate(-15deg) skewX(15deg);
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    width: 40%;
    filter: blur(25px);
    position: absolute;
    top: -10%;
    right: -5%;
}.OPrappSection::after {
    filter: blur(20px);
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(220deg, rgb(151,166,104,0.5) 0%, rgb(183,183,158,0.5) 100%);
    opacity: 0.3;
    position: absolute;
    width: 30%;
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    height: 60%;
    bottom: -5%;
    left: -2%;
    content: "";
}.OPrappSection .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.OPrappSection .pTPlearn_space {
    transform: perspective(1000px) rotateX(1deg);
    border-left: 5px solid rgb(183,183,158);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem;
    background-color: #ffffff;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
}.OPrappSection .pTPlearn_space:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.OPrappSection .pTPlearn_space::before {
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    top: 0;
    position: absolute;
    animation: shimmerMask 8s infinite linear;
    content: "";
    z-index: -1;
    mask-size: 200% 200%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    width: 100%;
    left: 0;
}.OPrappSection .pTPlearn_space > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.OPrappSection .pTPlearn_space > div:first-child::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    left: 0;
    content: "";
    height: 4px;
    bottom: -1rem;
    transform-origin: left center;
    width: 60px;
    background: linear-gradient(90deg, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
}.OPrappSection .pTPlearn_space:hover > div:first-child::after {
    width: 120px;
}.OPrappSection h5 {
    line-height: 1.4;
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    transform: translateZ(0);
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
}.OPrappSection a {
    display: block;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}.OPrappSection a:hover {
    transform: translateY(-3px);
}.OPrappSection p {
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s forwards 0.5s;
    opacity: 0;
    font-size: 13px;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.OPrappSection {
    padding: 5rem 0;
}.OPrappSection .pTPlearn_space {
    padding: 2.5rem;
}.OPrappSection h5 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.OPrappSection {
    padding: 4rem 0;
}.OPrappSection .pTPlearn_space {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.OPrappSection h5 {
    font-size: calc(22px * 0.9);
}.OPrappSection p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.OPrappSection {
    padding: 3rem 0;
}.OPrappSection .pTPlearn_space {
    padding: 1.5rem;
    border-left-width: 3px;
}.OPrappSection .pTPlearn_space > div:first-child::after {
    width: 50px;
    height: 3px;
}.OPrappSection .pTPlearn_space:hover > div:first-child::after {
    width: 80px;
}.OPrappSection h5 {
    font-size: calc(22px * 0.85);
}.OPrappSection p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.AGDpricing_lineup {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 7rem 0;
}.AGDpricing_lineup::before {
    position: absolute;
    z-index: 1;
    width: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(183,183,158,0.5), transparent);
    height: 400px;
    opacity: 0.6;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    top: -150px;
    content: '';
    filter: blur(30px);
}.AGDpricing_lineup::after {
    background: linear-gradient(135deg, rgb(151,166,104,0.5), transparent);
    filter: blur(25px);
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -50px;
    bottom: -100px;
    position: absolute;
    height: 300px;
    opacity: 0.5;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    width: 300px;
}.AGDpricing_lineup .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.AGDpricing_lineup .Joibundle_offer {
    display: flex;
    flex-direction: column;
}.AGDpricing_lineup .xJDrate_schemes {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 3rem;
}.AGDpricing_lineup .xJDrate_schemes h2 {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
}.AGDpricing_lineup .xJDrate_schemes h2::after {
    background: rgb(183,183,158);
    content: '';
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -10px;
    height: 3px;
    left: 50%;
}.AGDpricing_lineup .Pyhrate_card {
    line-height: 1.6;
    font-size: 17px;
    max-width: 700px;
    margin: 1.5rem auto 0;
    color: #000000;
}.AGDpricing_lineup .jqWpay_plans {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    display: grid;
}.AGDpricing_lineup .nlQpricing_offers {
    display: block;
    text-decoration: none;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    position: relative;
}.AGDpricing_lineup .nlQpricing_offers:nth-child(2) {
    animation-delay: 0.5s;
}.AGDpricing_lineup .nlQpricing_offers:nth-child(3) {
    animation-delay: 0.6s;
}.AGDpricing_lineup .nlQpricing_offers:nth-child(4) {
    animation-delay: 0.7s;
}.AGDpricing_lineup .nlQpricing_offers:hover {
    transform: translateY(-10px);
}.AGDpricing_lineup .KLdpricing_rates {
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    flex-direction: column;
    position: relative;
    height: 100%;
}.AGDpricing_lineup .nlQpricing_offers:hover .KLdpricing_rates {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.AGDpricing_lineup .RaIlesson_fees {
    position: relative;
    display: flex;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.AGDpricing_lineup .RaIlesson_fees h3 {
    font-size: calc(19px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.AGDpricing_lineup .nlQpricing_offers:hover .RaIlesson_fees h3 {
    color: rgb(183,183,158);
}.AGDpricing_lineup .cjJpromo_cost {
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: calc(19px + 4px);
    color: rgb(183,183,158);
}.AGDpricing_lineup .cjJpromo_cost::after {
    transition: width 0.3s ease;
    background: rgb(183,183,158,0.5);
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    width: 40px;
}.AGDpricing_lineup .nlQpricing_offers:hover .cjJpromo_cost::after {
    width: 80px;
}.AGDpricing_lineup .RaIlesson_fees p {
    overflow-wrap: break-word;
    font-size: 17px;
    flex-grow: 1;
    line-height: 1.6;
    word-wrap: break-word;
    hyphens: auto;
    margin-bottom: 2rem;
    white-space: normal;
    color: #000000;
}.AGDpricing_lineup .toUimage_wrap {
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
}.AGDpricing_lineup .toUimage_wrap::after {
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}.AGDpricing_lineup .nlQpricing_offers:hover .toUimage_wrap::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.AGDpricing_lineup .Joibundle_offer {
    flex-direction: row-reverse;
}.AGDpricing_lineup .xJDrate_schemes {
    display: flex;
    flex-direction: column;
    padding-right: 3rem;
    width: 35%;
    text-align: left;
    justify-content: center;
}.AGDpricing_lineup .xJDrate_schemes h2 {
    text-align: left;
}.AGDpricing_lineup .xJDrate_schemes h2::after {
    transform: none;
    left: 0;
}.AGDpricing_lineup .Pyhrate_card {
    margin: 1.5rem 0 0;
}.AGDpricing_lineup .jqWpay_plans {
    margin-top: 0;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
}

@media (max-width: 991px) {.AGDpricing_lineup {
    padding: 5rem 0;
}.AGDpricing_lineup .xJDrate_schemes {
    margin-bottom: 2rem;
}.AGDpricing_lineup .jqWpay_plans {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.AGDpricing_lineup {
    padding: 4rem 0;
}.AGDpricing_lineup .RaIlesson_fees {
    padding: 2rem 1.5rem;
}.AGDpricing_lineup .toUimage_wrap {
    height: 180px;
}
}

@media (max-width: 575px) {.AGDpricing_lineup {
    padding: 3rem 0;
}.AGDpricing_lineup .xJDrate_schemes h2 {
    font-size: calc(29px - 4px);
}.AGDpricing_lineup .jqWpay_plans {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.AGDpricing_lineup .RaIlesson_fees {
    padding: 1.5rem 1.25rem;
}.AGDpricing_lineup .toUimage_wrap {
    height: 160px;
}
}

@media (hover: none) {.AGDpricing_lineup .nlQpricing_offers:hover {
    transform: none;
}.AGDpricing_lineup .nlQpricing_offers:hover .KLdpricing_rates {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.AGDpricing_lineup .nlQpricing_offers:hover .toUimage_wrap::after {
    opacity: 0;
}.AGDpricing_lineup .nlQpricing_offers:hover .cjJpromo_cost::after {
    width: 40px;
}}.WiPhelp_desk_info {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(220,224,215), rgba(245, 248, 255, 0.95));
    font-family: Arial, sans-serif;
}.WiPhelp_desk_info::before {
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    border-radius: 100px;
    height: 70%;
    top: -10%;
    position: absolute;
    right: -5%;
    width: 30%;
    content: "";
    filter: blur(25px);
    background: linear-gradient(120deg, rgb(183,183,158,0.5), rgb(151,166,104,0.5));
}.WiPhelp_desk_info::after {
    width: 25%;
    position: absolute;
    z-index: 1;
    left: -5%;
    bottom: -5%;
    border-radius: 27px;
    filter: blur(20px);
    background: linear-gradient(220deg, rgb(151,166,104,0.5), rgb(183,183,158,0.5));
    content: "";
    transform: rotate(10deg) skewY(5deg);
    height: 60%;
}.WiPhelp_desk_info h1 {
    color: #000000;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 3rem;
    z-index: 2;
}.WiPhelp_desk_info h1::after {
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104));
    left: 50%;
    width: 80px;
    position: absolute;
    bottom: -10px;
    height: 4px;
    transform: translateX(-50%);
}.WiPhelp_desk_info .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.WiPhelp_desk_info .PSiwrite_form {
    border-radius: 12px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    padding: 2.5rem;
}.WiPhelp_desk_info .PSiwrite_form:hover {
    transform: translateY(-5px);
}.WiPhelp_desk_info .PSiwrite_form > div {
    position: relative;
    z-index: 2;
}.WiPhelp_desk_info .PSiwrite_form > div:first-child {
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.5), rgba(240, 245, 255, 0.8));
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}.WiPhelp_desk_info .PSiwrite_form > div:first-child > div {
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-size: calc(18px * 1.05);
}.WiPhelp_desk_info .PSiwrite_form > div:nth-child(2) {
    border-left: 3px solid rgb(183,183,158);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    display: flex;
    background: linear-gradient(145deg, rgba(245, 248, 255, 0.9), rgba(255, 255, 255, 0.95));
    transition: border-left 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    padding: 1.5rem;
}.WiPhelp_desk_info .PSiwrite_form > div:nth-child(2):hover {
    border-left: 3px solid rgb(151,166,104);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}.WiPhelp_desk_info h6 {
    margin-bottom: 0.5rem;
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}.WiPhelp_desk_info h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.WiPhelp_desk_info h6:hover svg {
    transform: translateY(-2px);
}.WiPhelp_desk_info span {
    color: #000000;
    margin-left: 1.8rem;
    font-size: 18px;
}.WiPhelp_desk_info .Tloconnect_block {
    margin-top: 0.5rem;
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}.WiPhelp_desk_info .Tloconnect_block > div {
    transition: transform 0.3s ease;
    position: relative;
}.WiPhelp_desk_info .Tloconnect_block > div:hover {
    transform: translateX(5px);
}.WiPhelp_desk_info .TzCcontact_query {
    align-items: center;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    color: #000000;
}.WiPhelp_desk_info .TzCcontact_query:hover {
    color: rgb(183,183,158);
}.WiPhelp_desk_info .TzCcontact_query svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.WiPhelp_desk_info .TzCcontact_query:hover svg {
    transform: scale(1.1);
}.WiPhelp_desk_info svg {
    height: 20px;
    width: 20px;
}.WiPhelp_desk_info svg path {
    fill: rgb(183,183,158);
    transition: fill 0.3s ease;
}.WiPhelp_desk_info .TzCcontact_query:hover svg path {
    fill: rgb(151,166,104);
}

@media (min-width: 768px) {.WiPhelp_desk_info .PSiwrite_form {
    grid-template-columns: 1fr 1fr;
}.WiPhelp_desk_info .PSiwrite_form > div:last-child {
    grid-column: span 2;
}.WiPhelp_desk_info .Tloconnect_block {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}.WiPhelp_desk_info .Tloconnect_block > div {
    flex: 0 0 auto;
}
}

@media (min-width: 992px) {.WiPhelp_desk_info {
    padding: 8rem 0;
}.WiPhelp_desk_info .PSiwrite_form {
    grid-template-columns: 2fr 1fr 1.5fr;
}.WiPhelp_desk_info .PSiwrite_form > div:last-child {
    grid-column: auto;
}.WiPhelp_desk_info .Tloconnect_block {
    flex-direction: column;
}.WiPhelp_desk_info h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 4rem;
}.WiPhelp_desk_info .PSiwrite_form > div:first-child {
    padding: 2rem;
}
}

@media (max-width: 767px) {.WiPhelp_desk_info {
    padding: 4rem 0;
}.WiPhelp_desk_info h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 2rem;
}.WiPhelp_desk_info .PSiwrite_form {
    padding: 1.5rem;
}.WiPhelp_desk_info .PSiwrite_form > div:first-child {
    padding: 1.2rem;
}.WiPhelp_desk_info svg {
    width: 18px;
    height: 18px;
}
}

@media (hover: hover) {.WiPhelp_desk_info .PSiwrite_form:hover > div:first-child {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.WiPhelp_desk_info h1:hover {
    transform: translateY(-3px);
}.WiPhelp_desk_info .TzCcontact_query:hover svg {
    animation: pulse 1s ease infinite;
}
    
    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.15); }
        100% { transform: scale(1); }
    }
}