* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.TLktiktok_edu {
    flex: 0 0 auto;
}.HsAwrapper-structure {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.container {
    margin: auto;
    width: 1105px;
    max-width: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.luxhead_base {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.BAaprogram_outcomes {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, rgba(240, 242, 245, 0.9) 100%);
}.BAaprogram_outcomes::before {
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(81,111,109,0.5) 0%, transparent 70%);
    opacity: 0.4;
    content: "";
    z-index: 1;
    height: 300px;
    top: -50px;
    width: 300px;
    position: absolute;
    right: -50px;
}.BAaprogram_outcomes::after {
    background: radial-gradient(circle, rgb(118,149,148,0.5) 0%, transparent 70%);
    content: "";
    left: -80px;
    z-index: 1;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    height: 250px;
    position: absolute;
    bottom: -80px;
    width: 250px;
    opacity: 0.3;
}.BAaprogram_outcomes .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.BAaprogram_outcomes .rZDstudy_hub {
    flex-direction: column-reverse;
    gap: 40px;
    display: flex;
    position: relative;
}.BAaprogram_outcomes .oFkeditorial_box {
    flex: 1;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 35px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.BAaprogram_outcomes .oFkeditorial_box:hover {
    transform: translateY(-5px);
}.BAaprogram_outcomes .oFkeditorial_box::before {
    position: absolute;
    height: 0;
    background: rgb(118,149,148);
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    content: "";
    width: 5px;
}.BAaprogram_outcomes .oFkeditorial_box:hover::before {
    height: 100%;
}.BAaprogram_outcomes .oFkeditorial_box h4 {
    font-size: calc(20px * 1.1);
    line-height: 1.4;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding-bottom: 15px;
}.BAaprogram_outcomes .oFkeditorial_box h4::after {
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 80px;
    transform-origin: left;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(81,111,109);
    transform: scaleX(1);
}.BAaprogram_outcomes .oFkeditorial_box:hover h4::after {
    transform: scaleX(1.5);
}.BAaprogram_outcomes .oFkeditorial_box > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.BAaprogram_outcomes .oFkeditorial_box ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.BAaprogram_outcomes .oFkeditorial_box li {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
    opacity: 0.95;
    margin-bottom: 15px;
}.BAaprogram_outcomes .oFkeditorial_box li:hover {
    opacity: 1;
    transform: translateX(5px);
}.BAaprogram_outcomes .oFkeditorial_box li p {
    margin: 0;
    font-size: 17px;
    display: flex;
    gap: 15px;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
}.BAaprogram_outcomes .oFkeditorial_box li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.BAaprogram_outcomes .oFkeditorial_box li p span:last-child {
    position: relative;
}.BAaprogram_outcomes .oFkeditorial_box li p span:last-child::before {
    content: "";
    height: 1px;
    bottom: -2px;
    left: 0;
    background: rgb(118,149,148);
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
}.BAaprogram_outcomes .oFkeditorial_box li:hover p span:last-child::before {
    width: 100%;
}.BAaprogram_outcomes svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.BAaprogram_outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.BAaprogram_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(81,111,109);
}.BAaprogram_outcomes li:hover svg path {
    fill: rgb(118,149,148);
}.BAaprogram_outcomes .MLzbackground_image {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    height: auto;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    border-radius: 10px;
    width: 100%;
}.BAaprogram_outcomes .MLzbackground_image:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

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

@media (min-width: 768px) {.BAaprogram_outcomes .rZDstudy_hub {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.BAaprogram_outcomes .oFkeditorial_box {
    padding: 45px;
}.BAaprogram_outcomes .oFkeditorial_box > div {
    flex-direction: row;
}.BAaprogram_outcomes .MLzbackground_image {
    max-width: 45%;
    object-position: center;
}.BAaprogram_outcomes .oFkeditorial_box h4 {
    font-size: calc(20px * 1.2);
}
}

@media (min-width: 992px) {.BAaprogram_outcomes {
    padding: 120px 0;
}.BAaprogram_outcomes .rZDstudy_hub {
    gap: 80px;
}.BAaprogram_outcomes .oFkeditorial_box {
    padding: 50px;
}.BAaprogram_outcomes .oFkeditorial_box h4 {
    font-size: calc(20px * 1.3);
    margin-bottom: 35px;
}.BAaprogram_outcomes .oFkeditorial_box h4::after {
    width: 100px;
}.BAaprogram_outcomes svg {
    width: 24px;
    height: 24px;
}.BAaprogram_outcomes .MLzbackground_image {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg) translateZ(20px);
}
}

@media (min-width: 1200px) {.BAaprogram_outcomes .container {
    padding: 0;
}.BAaprogram_outcomes .rZDstudy_hub {
    gap: 100px;
}.BAaprogram_outcomes .oFkeditorial_box {
    padding: 60px;
}.BAaprogram_outcomes .oFkeditorial_box li {
    margin-bottom: 20px;
}.BAaprogram_outcomes .MLzbackground_image {
    max-width: 50%;
}
}

@media (max-width: 767px) {.BAaprogram_outcomes {
    padding: 70px 0;
}.BAaprogram_outcomes .oFkeditorial_box h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}.BAaprogram_outcomes .oFkeditorial_box {
    padding: 25px;
}.BAaprogram_outcomes .MLzbackground_image {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.BAaprogram_outcomes svg {
    width: 20px;
    height: 20px;
}}.jISabout_this {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.jISabout_this::before {
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgba(21, 25, 40, 0.85);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}.jISabout_this::after {
    right: -25%;
    width: 70%;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(135deg, rgb(118,149,148,0.5) 0%, transparent 65%);
    height: 200%;
    z-index: 2;
    top: -50%;
    position: absolute;
}.jISabout_this .container {
    padding: 0 2rem;
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.jISabout_this .oFkeditorial_box {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
}.jISabout_this .oFkeditorial_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.jISabout_this h1 {
    color: #ffffff;
    font-size: 42px;
    letter-spacing: 0.05em;
    font-family: Arial, sans-serif;
    transform: translateX(-5px);
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 2rem;
    position: relative;
}.jISabout_this h1::after {
    transform-origin: left center;
    bottom: -15px;
    transform: scaleX(0.8);
    width: 80px;
    height: 3px;
    content: "";
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    background: linear-gradient(to right, rgb(118,149,148), rgb(81,111,109));
}.jISabout_this .oFkeditorial_box:hover h1 {
    transform: translateX(0);
}.jISabout_this .oFkeditorial_box:hover h1::after {
    transform: scaleX(1);
}.jISabout_this ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.jISabout_this li {
    margin-bottom: 1.5rem;
}.jISabout_this h4 {
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-left: 2rem;
    color: rgb(81,111,109);
    font-size: calc(20px * 1.1);
}.jISabout_this h4::before {
    left: 0;
    top: 50%;
    height: 12px;
    background: rgb(118,149,148);
    content: "";
    width: 12px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    transition: transform 0.3s ease;
}.jISabout_this li:hover h4::before {
    transform: translateY(-50%) rotate(225deg);
}.jISabout_this span {
    line-height: 1.8;
    color: #ffffff;
    transition: opacity 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    hyphens: auto;
    opacity: 0.9;
    text-align: justify;
    max-width: 90%;
    display: block;
    font-size: 15px;
}.jISabout_this span::first-letter {
    font-weight: 700;
    font-size: 200%;
    margin-right: 2px;
    color: rgb(118,149,148);
}.jISabout_this li:hover span {
    opacity: 1;
}.jISabout_this span::before {
    height: calc(100% - 1.4em);
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(118,149,148,0.5), transparent);
    left: 0;
    top: 0.7em;
    content: "";
}

@media (min-width: 992px) {.jISabout_this {
    padding: 8rem 0;
}.jISabout_this .oFkeditorial_box {
    padding: 4rem;
    width: 90%;
    margin-left: 5%;
}.jISabout_this h1 {
    margin-bottom: 3rem;
    font-size: calc(42px * 1.2);
}.jISabout_this h1::after {
    width: 120px;
    height: 4px;
}.jISabout_this span {
    line-height: 1.9;
    padding-left: 3rem;
    font-size: calc(15px * 1.05);
    max-width: 85%;
}.jISabout_this h4 {
    padding-left: 3rem;
    font-size: calc(20px * 1.2);
}.jISabout_this h4::before {
    width: 15px;
    height: 15px;
}
}

@media (max-width: 991px) {.jISabout_this::after {
    width: 100%;
    right: -50%;
}.jISabout_this .oFkeditorial_box {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.jISabout_this {
    padding: 4rem 0;
}.jISabout_this .oFkeditorial_box {
    padding: 2rem;
    transform: none;
}.jISabout_this h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 2rem;
}.jISabout_this span {
    font-size: calc(15px * 0.95);
    padding-left: 1.5rem;
    line-height: 1.7;
    max-width: 100%;
}.jISabout_this h4 {
    padding-left: 1.5rem;
}.jISabout_this h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.jISabout_this {
    padding: 3rem 0;
}.jISabout_this .container {
    padding: 0 1rem;
}.jISabout_this .oFkeditorial_box {
    padding: 1.5rem;
}.jISabout_this h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1.5rem;
}.jISabout_this span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
    padding-left: 1rem;
}.jISabout_this h4 {
    padding-left: 1rem;
    font-size: calc(20px * 0.9);
}.jISabout_this h4::before {
    height: 8px;
    width: 8px;
}.jISabout_this h1::after {
    height: 2px;
    width: 50px;
}
}

@media (hover: none) {.jISabout_this .oFkeditorial_box {
    transform: none !important;
}.jISabout_this h1 {
    transform: none;
}.jISabout_this h1::after {
    transform: scaleX(1);
}}.wtoprivacy_defense {
    border: 1px solid rgb(118,149,148);
    background: #ffffff;
    padding: 50px;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    color: #000000;
    position: relative;
}.wtoprivacy_defense:before {
    z-index: 1;
    content: "";
    border-radius: 50%;
    left: -50px;
    width: 150px;
    top: -50px;
    height: 150px;
    background: rgb(118,149,148,0.5);
    position: absolute;
}.wtoprivacy_defense:after {
    border-radius: 50%;
    z-index: 1;
    right: -50px;
    height: 200px;
    background: rgb(81,111,109,0.5);
    width: 200px;
    content: "";
    position: absolute;
    bottom: -50px;
}.wtoprivacy_defense h1 {
    z-index: 2;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(118,149,148);
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 47px;
}.wtoprivacy_defense h1:before {
    background: rgb(81,111,109);
    width: 50px;
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    bottom: -5px;
    height: 5px;
}.wtoprivacy_defense h2 {
    margin-top: 35px;
    z-index: 2;
    color: rgb(81,111,109);
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 32px;
    position: relative;
}.wtoprivacy_defense h2:before {
    position: absolute;
    height: 3px;
    content: "";
    width: 30px;
    left: 0;
    z-index: -1;
    bottom: -5px;
    background: rgb(118,149,148);
}.wtoprivacy_defense ul, .wtoprivacy_defense ol {
    z-index: 2;
    list-style: none;
    position: relative;
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 30px;
}.wtoprivacy_defense li {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 15px;
}.wtoprivacy_defense li:before {
    color: rgb(118,149,148);
    left: -25px;
    line-height: 1;
    position: absolute;
    content: "•";
    font-size: 1.5em;
}.wtoprivacy_defense div {
    position: relative;
    line-height: 1.8;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    z-index: 2;
}.wtoprivacy_defense .container {
    z-index: 2;
    position: relative;
}.wtoprivacy_defense h3, .wtoprivacy_defense h4, .wtoprivacy_defense h5, .wtoprivacy_defense h6 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(118,149,148);
    z-index: 2;
    margin-top: 30px;
}.wtoprivacy_defense p, .wtoprivacy_defense span {
    color: #000000;
    font-size: 14px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    line-height: 1.8;
}.wtoprivacy_defense a {
    text-decoration: none;
    border-bottom: 1px solid rgb(81,111,109);
    position: relative;
    font-weight: 400;
    color: rgb(81,111,109);
    z-index: 2;
}.wtoprivacy_defense a:hover {
    border-bottom: 1px solid rgb(118,149,148);
    color: rgb(118,149,148);
}.wtoprivacy_defense button {
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    background: rgb(81,111,109);
    z-index: 2;
    padding: 12px 25px;
    color: #ffffff;
    border: 2px solid rgb(118,149,148);
}.wtoprivacy_defense button:hover {
    border-color: rgb(81,111,109);
    background: rgb(118,149,148);
}

@media only screen and (max-width: 800px) {.wtoprivacy_defense {
    width: 95%;
    padding: 30px;
}.wtoprivacy_defense h1 {
    font-size: calc(20px - 10px);
}.wtoprivacy_defense h2 {
    font-size: calc(20px - 5px);
}.wtoprivacy_defense ul, .wtoprivacy_defense ol {
    padding-left: 20px;
}.wtoprivacy_defense li:before {
    left: -15px;
}.wtoprivacy_defense button {
    padding: 10px 20px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    content: '';
    top: 0;
    background: linear-gradient(45deg, rgb(81,111,109,0.5) 0%, rgb(118,149,148,0.5) 100%);
}.TLktiktok_edu {
    color: #ffffff;
    padding: 80px 0 40px;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
}.TLktiktok_edu .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.TLktiktok_edu .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}.TLktiktok_edu .company_holder h3 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    font-size: 37px;
}.TLktiktok_edu .company_holder h3::after {
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 4px;
    border-radius: 10px;
    width: 40px;
    background: rgb(118,149,148);
}.TLktiktok_edu .JvWinclusion {
    transform: translateZ(0);
    border-left: 4px solid rgb(118,149,148);
    border-radius: 28px;
    margin-top: 25px;
    font-size: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    backdrop-filter: blur(10px);
}.TLktiktok_edu .lPSfooter_account {
    position: relative;
    grid-column: 5 / 13;
}.TLktiktok_edu .gdttop_info {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.TLktiktok_edu .kTPmain_base {
    position: relative;
}.TLktiktok_edu .kTPmain_base h5 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
}.TLktiktok_edu .kTPmain_base h5::before {
    content: '';
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    height: 8px;
    border-radius: 50%;
    background: rgb(118,149,148);
    position: absolute;
}.TLktiktok_edu .kTPmain_base .gdttop_info {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.TLktiktok_edu .kTPmain_base .gdttop_info a {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}.TLktiktok_edu .kTPmain_base .gdttop_info a::before {
    height: 100%;
    width: 3px;
    content: '';
    transition: all 0.3s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    background: rgb(118,149,148);
    left: 0;
}.TLktiktok_edu .kTPmain_base .gdttop_info a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.TLktiktok_edu .kTPmain_base .gdttop_info a:hover::before {
    background: rgb(118,149,148,0.5);
    width: 100%;
}.KExeco_foot {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}.KExeco_foot::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    content: '';
    right: 15%;
    left: 15%;
    opacity: 0.2;
    position: absolute;
    height: 1px;
}.KExeco_foot .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.KExeco_foot .Tdhmilestone_cta {
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    z-index: 1;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 992px) {.TLktiktok_edu .container {
    grid-template-columns: repeat(1, 1fr);
}.TLktiktok_edu .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.TLktiktok_edu .lPSfooter_account {
    grid-column: 1 / -1;
}.TLktiktok_edu .gdttop_info {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.TLktiktok_edu {
    padding: 60px 0 30px;
}.TLktiktok_edu .gdttop_info {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.TLktiktok_edu .kTPmain_base {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.TLktiktok_edu::before {
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(118,149,148), rgb(81,111,109), rgb(118,149,148));
    position: absolute;
    width: 100%;
    animation: gradientShift 5s infinite;
    left: 0;
    top: 0;
    height: 5px;
    content: '';
}.TLktiktok_edu .company_holder::after {
    top: 40px;
    height: 150px;
    content: '';
    border-radius: 50%;
    background: rgb(118,149,148,0.5);
    opacity: 0.4;
    filter: blur(60px);
    width: 150px;
    right: -50px;
    position: absolute;
    z-index: -1;
}.TLktiktok_edu .company_holder::before {
    position: absolute;
    filter: blur(40px);
    bottom: 0;
    background: rgb(81,111,109,0.5);
    content: '';
    width: 100px;
    left: -30px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
    height: 100px;
}.TLktiktok_edu .lPSfooter_account::after {
    filter: blur(50px);
    border-radius: 50%;
    z-index: -1;
    width: 120px;
    right: 100px;
    content: '';
    opacity: 0.2;
    height: 120px;
    background: rgb(118,149,148,0.5);
    position: absolute;
    top: -20px;
}.TLktiktok_edu .lPSfooter_account::before {
    position: absolute;
    bottom: -50px;
    z-index: -1;
    filter: blur(70px);
    opacity: 0.25;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    left: 80px;
    background: rgb(81,111,109,0.5);
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.TLktiktok_edu .kTPmain_base {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.TLktiktok_edu .kTPmain_base h5 {
    letter-spacing: 0.5px;
}.TLktiktok_edu .kTPmain_base h5::after {
    left: 0;
    content: '';
    height: 2px;
    width: 30px;
    background: rgb(81,111,109);
    position: absolute;
    bottom: -5px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.KExeco_foot {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.cbPgratBlock {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, rgb(81,111,109,0.5) 100%);
}.cbPgratBlock::before {
    position: absolute;
    background-size: 35px 35px;
    background-image: 
        linear-gradient(90deg, rgb(118,149,148,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(118,149,148,0.5) 1px, transparent 1px);
    transform: perspective(1000px) rotateX(5deg);
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    left: 0;
    z-index: 1;
}.cbPgratBlock::after {
    filter: blur(30px);
    width: 60%;
    content: "";
    top: -20%;
    position: absolute;
    height: 70%;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(118,149,148,0.5) 0%, transparent 70%);
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    right: -10%;
}.cbPgratBlock .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.cbPgratBlock h2 {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    max-width: 80%;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 2.5rem;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    color: #000000;
}.cbPgratBlock h2::after {
    background: linear-gradient(90deg, rgb(118,149,148) 0%, rgb(118,149,148,0.5) 100%);
    transform-origin: left;
    height: 3px;
    bottom: -12px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 80px;
    animation: expandLine 1s forwards ease-out 1s;
    content: "";
}.cbPgratBlock .rZDstudy_hub {
    padding: 3.5rem;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards ease-out 0.5s;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    opacity: 0;
}.cbPgratBlock .rZDstudy_hub::before {
    opacity: 0.03;
    background: linear-gradient(135deg, rgb(118,149,148,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.cbPgratBlock .rZDstudy_hub ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.cbPgratBlock .rZDstudy_hub li {
    padding-left: 2rem;
    position: relative;
}.cbPgratBlock .rZDstudy_hub li::before {
    top: 8px;
    height: 8px;
    left: 0;
    position: absolute;
    background-color: rgb(118,149,148);
    content: "";
    width: 8px;
    transform: scale(0);
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    border-radius: 50%;
}.cbPgratBlock .rZDstudy_hub span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 15px;
    opacity: 0;
    display: block;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    transform: translateX(10px);
    position: relative;
    color: #000000;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.cbPgratBlock {
    padding: 4rem 0;
}.cbPgratBlock h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.cbPgratBlock .rZDstudy_hub {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.cbPgratBlock {
    padding: 3rem 0;
}.cbPgratBlock::before {
    background-size: 25px 25px;
}.cbPgratBlock h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.cbPgratBlock .rZDstudy_hub {
    padding: 2rem;
}.cbPgratBlock .rZDstudy_hub li {
    padding-left: 1.5rem;
}.cbPgratBlock .rZDstudy_hub li::before {
    top: 6px;
    height: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.cbPgratBlock {
    padding: 2.5rem 0;
}.cbPgratBlock h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.cbPgratBlock .rZDstudy_hub {
    padding: 1.5rem;
}.cbPgratBlock h2::after {
    height: 2px;
    bottom: -8px;
    width: 60px;
}}.lYjdeveloper_experience {
    background-color: rgb(150,183,182);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.lYjdeveloper_experience::before {
    width: 45%;
    content: "";
    position: absolute;
    top: -5%;
    height: 70%;
    right: -10%;
    background: linear-gradient(135deg, rgb(118,149,148,0.5), rgb(81,111,109,0.5));
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.15;
    filter: blur(25px);
}.lYjdeveloper_experience::after {
    bottom: -10%;
    position: absolute;
    background: linear-gradient(225deg, rgb(81,111,109,0.5), rgb(118,149,148,0.5));
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    opacity: 0.1;
    z-index: 1;
    width: 35%;
    left: -5%;
    filter: blur(20px);
}.lYjdeveloper_experience .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.lYjdeveloper_experience .iGnreview_showcase {
    backdrop-filter: blur(10px);
    position: relative;
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    grid-template-columns: 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    display: grid;
}.lYjdeveloper_experience .iGnreview_showcase:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}.lYjdeveloper_experience .iGnreview_showcase > div:first-child {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 320px;
}.lYjdeveloper_experience .iGnreview_showcase .MLzbackground_image {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
    transform: translateZ(20px);
}.lYjdeveloper_experience .iGnreview_showcase .MLzbackground_image::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(81,111,109,0.5) 100%
    );
    top: 0;
    width: 100%;
    opacity: 0.7;
}.lYjdeveloper_experience .iGnreview_showcase .MLzbackground_image::after {
    background: linear-gradient(
        45deg,
        rgb(118,149,148,0.5) 0%,
        transparent 50%
    );
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0.4;
    height: 100%;
}.lYjdeveloper_experience .iGnreview_showcase:hover .MLzbackground_image {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(2) {
    position: relative;
    text-align: center;
}.lYjdeveloper_experience .iGnreview_showcase .name {
    margin-bottom: 0.5rem;
    font-size: calc(24px * 1.1);
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.lYjdeveloper_experience .iGnreview_showcase .name::after {
    content: "";
    height: 3px;
    width: 35%;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(81,111,109), rgb(118,149,148));
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(17px * 0.95);
    letter-spacing: 0.5px;
    color: rgb(81,111,109);
    margin-top: 0.8rem;
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(3) {
    position: relative;
}.lYjdeveloper_experience .iGnreview_showcase .UcNemp_details {
    font-size: 17px;
    color: #000000;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-left: 3px solid rgb(118,149,148,0.5);
    margin: 0;
    line-height: 1.7;
    position: relative;
}.lYjdeveloper_experience .iGnreview_showcase .UcNemp_details::before {
    position: absolute;
    content: "";
    top: -20px;
    font-family: serif;
    color: rgb(118,149,148,0.5);
    left: -10px;
    z-index: -1;
    font-size: 5rem;
    opacity: 0.2;
}

@media (min-width: 768px) {.lYjdeveloper_experience .iGnreview_showcase {
    grid-template-areas: 
            "photo info"
            "photo quote";
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    gap: 2rem 3.5rem;
}.lYjdeveloper_experience .iGnreview_showcase > div:first-child {
    grid-area: photo;
    margin: 0;
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
    grid-area: info;
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(3) {
    grid-area: quote;
    align-self: flex-start;
}.lYjdeveloper_experience .iGnreview_showcase .name::after {
    transform: none;
    width: 50px;
    left: 0;
}.lYjdeveloper_experience .iGnreview_showcase .MLzbackground_image {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.lYjdeveloper_experience {
    padding: 8rem 0;
}.lYjdeveloper_experience .iGnreview_showcase {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.lYjdeveloper_experience .iGnreview_showcase .name {
    font-size: calc(24px * 1.2);
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(2) > div {
    font-size: 17px;
}.lYjdeveloper_experience .iGnreview_showcase .UcNemp_details {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 576px) {.lYjdeveloper_experience {
    padding: 4rem 0;
}.lYjdeveloper_experience .iGnreview_showcase {
    padding: 2rem;
    gap: 1.5rem;
}.lYjdeveloper_experience .iGnreview_showcase .MLzbackground_image {
    max-width: 220px;
}.lYjdeveloper_experience .iGnreview_showcase .name {
    font-size: 24px;
}.lYjdeveloper_experience .iGnreview_showcase > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.lYjdeveloper_experience .iGnreview_showcase .UcNemp_details {
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.myetestimonials {
    background: linear-gradient(150deg, rgb(150,183,182) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.myetestimonials::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(118,149,148,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(81,111,109,0.5) 0%, transparent 30%);
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.6;
    width: 100%;
    left: 0;
    z-index: 0;
}.myetestimonials::after {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.1;
    background-image: 
        linear-gradient(45deg, rgb(118,149,148,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(81,111,109,0.5) 1px, transparent 1px);
    height: 100%;
}.myetestimonials .rZDstudy_hub {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
}.myetestimonials h4 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 1px;
}.myetestimonials h4::after {
    content: "";
    width: 80px;
    background: rgb(118,149,148);
    height: 3px;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    position: absolute;
}.myetestimonials h4::before {
    z-index: -1;
    content: "";
    left: calc(50% - 20px);
    bottom: -40px;
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    border: 2px solid rgb(118,149,148,0.5);
}.myetestimonials .LOAlearning_stories {
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    flex-wrap: wrap;
}.myetestimonials .iGnreview_showcase {
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    margin: 0 20px 60px;
    border-radius: 23px;
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 30px;
    z-index: 1;
    width: calc(33.33% - 40px);
}.myetestimonials .iGnreview_showcase:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
    transform: rotateY(0) rotateX(0) translateZ(30px);
    z-index: 2;
}.myetestimonials .iGnreview_showcase:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.myetestimonials .iGnreview_showcase:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.myetestimonials .iGnreview_showcase:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.myetestimonials .iGnreview_showcase:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.myetestimonials .iGnreview_showcase::before {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    border-radius: inherit;
}.myetestimonials .iGnreview_showcase::after {
    content: "";
    width: 40px;
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 50%;
    background: rgb(118,149,148,0.5);
    top: -10px;
    opacity: 0.3;
    right: -10px;
    height: 40px;
    z-index: -1;
}.myetestimonials .iGnreview_showcase:hover::after {
    opacity: 0.5;
    transform: scale(1.2);
}.myetestimonials .MLzbackground_image {
    margin: 0 auto 20px;
    width: 90px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 90px;
    position: relative;
    border-radius: 50%;
    transform: translateZ(20px);
    transition: all 0.4s ease;
    border: 4px solid #ffffff;
}.myetestimonials .iGnreview_showcase:hover .MLzbackground_image {
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgb(118,149,148,0.5);
}.myetestimonials .iGnreview_showcase span {
    transition: all 0.4s ease;
    font-size: calc(13px * 1.1);
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    color: #000000;
    transform: translateZ(15px);
}.myetestimonials .iGnreview_showcase:hover span {
    color: rgb(118,149,148);
    transform: translateZ(30px);
}.myetestimonials .iGnreview_showcase p {
    text-align: center;
    transform: translateZ(10px);
    line-height: 1.6;
    color: #000000;
    transition: all 0.4s ease;
    font-size: 13px;
}.myetestimonials .iGnreview_showcase:hover p {
    color: #000000;
    transform: translateZ(20px);
}.myetestimonials .iGnreview_showcase:nth-child(3n+1)::after {
    background: rgb(118,149,148,0.5);
}.myetestimonials .iGnreview_showcase:nth-child(3n+2)::after {
    background: rgb(81,111,109,0.5);
}.myetestimonials .iGnreview_showcase:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(118,149,148,0.5), rgb(81,111,109,0.5));
}

@media (max-width: 1200px) {.myetestimonials .iGnreview_showcase {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.myetestimonials {
    padding: 70px 0;
}.myetestimonials h4 {
    margin-bottom: 60px;
}.myetestimonials .LOAlearning_stories {
    perspective: none;
}.myetestimonials .iGnreview_showcase,
    .myetestimonials .iGnreview_showcase:nth-child(3n+2),
    .myetestimonials .iGnreview_showcase:nth-child(3n+3) {
    width: 100%;
    transform: none;
    padding: 25px;
    max-width: 350px;
    margin: 0 auto 40px;
}.myetestimonials .iGnreview_showcase:hover,
    .myetestimonials .iGnreview_showcase:nth-child(3n+2):hover,
    .myetestimonials .iGnreview_showcase:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.myetestimonials .iGnreview_showcase:last-child {
    margin-bottom: 0;
}.myetestimonials .MLzbackground_image {
    width: 80px;
    height: 80px;
}.myetestimonials .iGnreview_showcase:hover .MLzbackground_image {
    transform: scale(1.1);
}.myetestimonials .iGnreview_showcase span,
    .myetestimonials .iGnreview_showcase:hover span,
    .myetestimonials .iGnreview_showcase p,
    .myetestimonials .iGnreview_showcase:hover p {
    transform: none;
}}header .heghead_prime {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(150,183,182) 0%, rgb(118,149,148,0.5) 100%);
    overflow: hidden;
    z-index: 100;
    position: relative;
}header .heghead_prime::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(81,111,109,0.5) 10px,
        rgb(81,111,109,0.5) 11px
    );
    animation: slidePattern 25s linear infinite;
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}header .heghead_prime::after {
    content: "";
    height: 100px;
    width: 150%;
    z-index: -2;
    transform: rotate(-2deg);
    background: rgb(118,149,148);
    left: -25%;
    top: -50px;
    position: absolute;
    opacity: 0.1;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .dCAtop_sitewrap {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
}header .eIWnav_mainwrap {
    position: relative;
    z-index: 2;
}header .jvetop_skill {
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(118,149,148,0.5);
    display: block;
    position: relative;
}header .jvetop_skill::before {
    position: absolute;
    right: -5px;
    content: "";
    border-radius: 10px;
    border: 2px dashed rgb(118,149,148,0.5);
    opacity: 0;
    top: -5px;
    left: -5px;
    transition: all 0.3s ease;
    bottom: -5px;
}header .jvetop_skill:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(118,149,148);
}header .jvetop_skill:hover::before {
    bottom: -8px;
    left: -8px;
    top: -8px;
    right: -8px;
    opacity: 1;
}header .jvetop_skill svg {
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
}header .kTPmain_base {
    list-style: none;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}header .kTPmain_base::before {
    opacity: 0.15;
    border-radius: 0 27px 27px 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 85%;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(81,111,109,0.5) 100%);
    bottom: 0;
    top: 0;
    right: 0;
}header .kTPmain_base:hover::before {
    width: 100%;
}header .mZzpage_header {
    margin: 5px 3px;
    position: relative;
}header .mZzpage_header:nth-child(odd) {
    transform: translateY(-3px);
}header .mZzpage_header:nth-child(even) {
    transform: translateY(3px);
}header .mZzpage_header a {
    transition: all 0.3s ease;
    display: block;
    border-left: 3px solid transparent;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0 10px 0 10px;
    font-family: Arial, sans-serif;
}header .mZzpage_header a::before {
    width: 5px;
    transition: transform 0.3s ease;
    transform-origin: top;
    background: rgb(118,149,148);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    transform: scaleY(0);
    top: 0;
}header .mZzpage_header a::after {
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(118,149,148) 0%, rgb(81,111,109) 100%);
    left: 0;
}header .mZzpage_header a:hover {
    border-left-color: rgb(118,149,148);
    transform: translateX(5px);
    color: rgb(118,149,148);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .mZzpage_header a:hover::before {
    transform: scaleY(1);
}header .mZzpage_header a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .dCAtop_sitewrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .eIWnav_mainwrap {
    justify-self: center;
}header .kTPmain_base {
    justify-content: center;
}header .kTPmain_base::before {
    width: 100%;
    opacity: 0.1;
    background: rgb(81,111,109,0.5);
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .kTPmain_base {
    flex-direction: column;
    width: 100%;
}header .mZzpage_header {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .mZzpage_header a {
    text-align: center;
    border-left: none;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
}header .mZzpage_header a:hover {
    border-left-color: transparent;
    transform: translateY(-3px);
    border-bottom-color: rgb(118,149,148);
}header .mZzpage_header a::before {
    left: 0;
    width: 100%;
    bottom: 0;
    right: auto;
    top: auto;
    height: 5px;
    transform: scaleX(0);
}header .mZzpage_header a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .jvetop_skill {
    transform: none;
    padding: 10px;
}header .jvetop_skill svg {
    height: 40px;
}header .jvetop_skill:hover {
    transform: translateY(-3px);
}}.mQRcontact_section {
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(150,183,182) 0%, rgb(81,111,109,0.5) 50%, rgb(150,183,182) 100%);
    padding: 100px 0;
    z-index: 1;
}.mQRcontact_section::before {
    left: 0;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    width: 100%;
    content: '';
    top: 0;
    z-index: -1;
}.mQRcontact_section::after {
    left: -50%;
    width: 200%;
    height: 200%;
    animation: rotate 120s linear infinite;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(118,149,148,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(81,111,109,0.5) 95%,
            transparent 100%
        );
    opacity: 0.2;
    z-index: -1;
    top: -50%;
    position: absolute;
    content: '';
}.mQRcontact_section .MLzbackground_image {
    width: 100%;
    z-index: 0;
    position: absolute;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    height: 100%;
    filter: contrast(120%) brightness(110%) blur(5px);
    top: 0;
    left: 0;
}.mQRcontact_section .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.mQRcontact_section h3 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}.mQRcontact_section h3::before {
    background: rgb(118,149,148);
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    top: -15px;
    border-radius: 10px;
    position: absolute;
}.mQRcontact_section h3::after {
    content: '';
    width: 80px;
    position: absolute;
    background: rgb(118,149,148);
    bottom: -15px;
    left: 50%;
    border-radius: 10px;
    height: 4px;
    transform: translateX(-50%);
}.mQRcontact_section .TRpsupport_form {
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.mQRcontact_section .TRpsupport_form::before {
    pointer-events: none;
    content: '';
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    inset: 0;
    position: absolute;
    z-index: 0;
}.mQRcontact_section .TRpsupport_form::after {
    border-radius: 11px;
    inset: 0;
    box-shadow: 0 0 25px rgb(118,149,148,0.5);
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    animation: pulse-border 4s infinite alternate;
}.mQRcontact_section .vkZhelp_support {
    flex: 1 1 60%;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 50px;
}.mQRcontact_section .vkZhelp_support::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}.mQRcontact_section .vkZhelp_support::after {
    position: absolute;
    border-radius: 0 0 0 150px;
    height: 150px;
    content: '';
    width: 150px;
    opacity: 0.5;
    right: 0;
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(118,149,148,0.5) 100%);
}.mQRcontact_section .vkZhelp_support #contact {
    position: relative;
    z-index: 2;
}.mQRcontact_section .vkZhelp_support h3 {
    letter-spacing: 1px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: 600;
}.mQRcontact_section .vkZhelp_support h3::before {
    display: none;
}.mQRcontact_section .vkZhelp_support h3::after {
    bottom: -10px;
    background: rgb(118,149,148);
    transform: none;
    width: 60px;
    left: 0;
}.mQRcontact_section .vkZhelp_support input[type="text"],
.mQRcontact_section .vkZhelp_support textarea {
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 18px 25px;
}.mQRcontact_section .vkZhelp_support input[type="text"]:focus,
.mQRcontact_section .vkZhelp_support textarea:focus {
    background-color: #ffffff;
    border-color: rgb(118,149,148);
    outline: none;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(118,149,148,0.5);
}.mQRcontact_section .vkZhelp_support textarea {
    resize: vertical;
    height: 150px;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box label {
    cursor: pointer;
    padding-left: 38px;
    position: relative;
    line-height: 1.5;
    color: #000000;
    font-size: calc(12px - 2px);
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    width: 24px;
    content: '';
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    position: absolute;
    height: 24px;
    top: 2px;
    transition: all 0.3s ease;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box label::after {
    transform: scale(0.6);
    position: absolute;
    width: 15px;
    background-color: rgb(118,149,148);
    border-radius: calc(10px - 2px);
    top: 2px;
    height: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    left: 5px;
    content: '';
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box input[type="checkbox"]:checked + label::before {
    border-color: rgb(118,149,148);
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: rgb(118,149,148);
    transition: color 0.3s ease;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box a::after {
    bottom: -2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
    background-color: rgb(118,149,148);
    content: '';
    left: 0;
    transform-origin: right;
    width: 100%;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box a:hover {
    color: rgb(81,111,109);
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background-color: rgb(81,111,109);
}.mQRcontact_section .vkZhelp_support .Nnthelp_section {
    background: linear-gradient(135deg, rgb(118,149,148) 0%, rgb(81,111,109) 100%);
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 
        0 5px 15px rgb(118,149,148,0.5),
        0 0 0 1px rgb(118,149,148,0.5) inset;
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 11px;
    padding: 16px 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    border: none;
}.mQRcontact_section .vkZhelp_support .Nnthelp_section::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
}.mQRcontact_section .vkZhelp_support .Nnthelp_section::after {
    content: '';
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    animation: glow 2s infinite;
    position: absolute;
    opacity: 0.5;
    width: 100%;
}.mQRcontact_section .vkZhelp_support .Nnthelp_section:hover {
    background: linear-gradient(135deg, rgb(81,111,109) 0%, rgb(118,149,148) 100%);
    box-shadow: 
        0 8px 25px rgb(118,149,148,0.5),
        0 0 0 1px rgb(118,149,148) inset;
    transform: translateY(-3px);
}.mQRcontact_section .vkZhelp_support .Nnthelp_section:hover::before {
    left: 100%;
}.mQRcontact_section .NEmsupport_reach {
    padding: 50px;
    flex: 1 1 40%;
    background: linear-gradient(135deg, rgb(118,149,148) 0%, rgb(81,111,109) 100%);
    position: relative;
    overflow: hidden;
}.mQRcontact_section .NEmsupport_reach::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    content: '';
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
}.mQRcontact_section .NEmsupport_reach::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    animation: shine 8s infinite linear;
    position: absolute;
    top: 0;
}.mQRcontact_section .NEmsupport_reach h4 {
    margin-bottom: 40px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 19px;
}.mQRcontact_section .NEmsupport_reach h4::after {
    height: 3px;
    left: 0;
    width: 60px;
    content: '';
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
    background: #ffffff;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block {
    list-style: none;
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 0;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li {
    align-items: flex-start;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li:not(:last-child)::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
    position: relative;
    margin-right: 20px;
    height: 26px;
    width: 26px;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li span {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li a::after {
    transition: transform 0.3s ease;
    transform-origin: right;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #ffffff;
    left: 0;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(118,149,148,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(81,111,109,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.mQRcontact_section {
    padding: 80px 0;
}.mQRcontact_section .container {
    padding: 0 20px;
}.mQRcontact_section .TRpsupport_form {
    flex-direction: column;
}.mQRcontact_section .vkZhelp_support,
    .mQRcontact_section .NEmsupport_reach {
    flex: 1 1 100%;
}.mQRcontact_section .vkZhelp_support {
    padding: 40px;
}.mQRcontact_section .NEmsupport_reach {
    padding: 40px;
}
}

@media (max-width: 768px) {.mQRcontact_section {
    padding: 60px 0;
}.mQRcontact_section h3 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.mQRcontact_section .vkZhelp_support h3,
    .mQRcontact_section .NEmsupport_reach h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 30px;
}.mQRcontact_section .vkZhelp_support input[type="text"],
    .mQRcontact_section .vkZhelp_support textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.mQRcontact_section .vkZhelp_support textarea {
    height: 120px;
}.mQRcontact_section .vkZhelp_support .Nnthelp_section {
    padding: 14px 30px;
    font-size: calc(18px - 1px);
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}
}

@media (max-width: 576px) {.mQRcontact_section {
    padding: 40px 0;
}.mQRcontact_section .vkZhelp_support,
    .mQRcontact_section .NEmsupport_reach {
    padding: 30px 20px;
}.mQRcontact_section h3 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.mQRcontact_section .vkZhelp_support .rhuinquiry_box label {
    font-size: calc(12px - 3px);
}.mQRcontact_section .NEmsupport_reach .pyMquery_block li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}.KyXtest_drive {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(118,149,148) 100%);
}.KyXtest_drive::before {
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(118,149,148,0.5),
        rgb(118,149,148,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
}.KyXtest_drive::after {
    opacity: 0.05;
    background: radial-gradient(
        circle,
        rgb(81,111,109) 0%,
        transparent 70%
    );
    animation: pulse 15s infinite alternate;
    content: '';
    left: -50%;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    z-index: 0;
}.KyXtest_drive .rZDstudy_hub {
    max-width: 1200px;
    display: flex;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
}.KyXtest_drive h3 {
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    font-size: 31px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.5s ease;
}.KyXtest_drive h3::after {
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    content: '';
    box-shadow: 0 0 15px rgb(81,111,109);
    background: rgb(81,111,109);
    width: 80px;
}.KyXtest_drive .UORassist_form {
    position: relative;
    text-decoration: none;
    border-radius: 14px;
    border: 2px solid transparent;
    font-size: 15px;
    color: #ffffff;
    z-index: 2;
    transition: all 0.4s ease;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 2px;
    padding: 16px 40px;
    background: rgb(81,111,109);
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}.KyXtest_drive .UORassist_form::before {
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    position: absolute;
    left: -100%;
    transition: all 0.6s ease;
    height: 100%;
}.KyXtest_drive .UORassist_form:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: transparent;
    border-color: rgb(81,111,109);
}.KyXtest_drive .UORassist_form:hover::before {
    left: 100%;
}.KyXtest_drive .rZDstudy_hub::before {
    left: -100px;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    width: calc(100% + 200px);
    top: -100px;
    content: '';
    background-image: 
        linear-gradient(to right, rgb(118,149,148,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(118,149,148,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: calc(100% + 200px);
}.KyXtest_drive .rZDstudy_hub::after {
    height: 200px;
    border: 2px solid rgb(81,111,109,0.5);
    bottom: -100px;
    width: 200px;
    opacity: 0.2;
    animation: rotate 20s linear infinite;
    content: '';
    right: -50px;
    border-radius: 50%;
    position: absolute;
}

@media screen and (max-width: 992px) {.KyXtest_drive {
    padding: 60px 0;
}.KyXtest_drive h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.KyXtest_drive .rZDstudy_hub::after {
    bottom: -70px;
    width: 150px;
    height: 150px;
    right: -30px;
}
}

@media screen and (max-width: 768px) {.KyXtest_drive {
    padding: 50px 0;
}.KyXtest_drive h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.KyXtest_drive .UORassist_form {
    padding: 14px 30px;
}.KyXtest_drive .rZDstudy_hub::after {
    height: 100px;
    right: -20px;
    width: 100px;
    bottom: -50px;
}
}

@media screen and (max-width: 576px) {.KyXtest_drive {
    padding: 40px 0;
}.KyXtest_drive h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.KyXtest_drive .UORassist_form {
    font-size: calc(15px * 0.9);
    padding: 12px 25px;
}.KyXtest_drive h3::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.XWutitle_portal {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000 0%, rgba(30, 35, 40, 0.95) 100%);
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}.XWutitle_portal::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03) 0px,
        rgba(94, 170, 168, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    pointer-events: none;
    width: 100%;
}.XWutitle_portal .MLzbackground_image {
    left: 0;
    opacity: 0.4;
    top: 0;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s ease;
    transform: scale(1.05);
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
}.XWutitle_portal:hover .MLzbackground_image {
    opacity: 0.5;
    transform: scale(1.02);
}.XWutitle_portal .MLzbackground_image::after {
    position: absolute;
    top: 0;
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(rgb(118,149,148), 0.2) 100%
    );
    content: '';
    left: 0;
}.XWutitle_portal .rZDstudy_hub {
    align-items: flex-start;
    position: relative;
    justify-content: center;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 6rem 3rem;
    z-index: 2;
    width: 100%;
    height: 100%;
}.XWutitle_portal h1 {
    animation: slideInTitle 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    line-height: 1.2;
    font-weight: 700;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: clamp(2rem, 5vw, 40px);
}.XWutitle_portal h1::after {
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    bottom: -12px;
    animation: lineExpand 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    content: '';
    transform-origin: left;
    background: rgb(81,111,109);
    height: 4px;
    left: 0;
}.XWutitle_portal .oFkeditorial_box {
    backdrop-filter: blur(8px);
    width: 100%;
    border-left: 3px solid rgb(118,149,148);
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0 10px 10px 0;
    max-width: 600px;
    padding: 2.5rem;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    opacity: 0;
    transform: translateY(20px);
}.XWutitle_portal .oFkeditorial_box p {
    margin-bottom: 2rem;
    line-height: 1.6;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    opacity: 0;
    transform: translateY(10px);
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 14px);
}.XWutitle_portal .aTFlearn_techfast {
    transform: translateY(10px);
    margin: 2rem 0;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    opacity: 0;
    display: flex;
    justify-content: center;
}.XWutitle_portal svg {
    width: 120px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    height: 120px;
}.XWutitle_portal svg:hover {
    transform: scale(1.05) rotate(2deg);
}.XWutitle_portal svg path {
    transition: fill 0.4s ease;
}.XWutitle_portal svg:hover path {
    fill: rgb(118,149,148);
}.XWutitle_portal svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.4s ease;
}.XWutitle_portal svg:hover text {
    fill: #ffffff;
}.XWutitle_portal h6 {
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.1s;
    transform: translateY(10px);
    margin-top: 1.5rem;
    text-align: center;
    width: 100%;
    opacity: 0;
}.XWutitle_portal .Nnthelp_section {
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 2rem;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    background: rgb(118,149,148);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}.XWutitle_portal .Nnthelp_section::before {
    left: -100%;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}.XWutitle_portal .Nnthelp_section:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    background: rgb(81,111,109);
    transform: translateY(-3px);
}.XWutitle_portal .Nnthelp_section:hover::before {
    left: 100%;
}

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

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

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

@media screen and (max-width: 991px) {.XWutitle_portal .rZDstudy_hub {
    padding: 5rem 2rem;
}.XWutitle_portal .oFkeditorial_box {
    max-width: 100%;
    padding: 2rem;
}.XWutitle_portal svg {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.XWutitle_portal .MLzbackground_image {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.XWutitle_portal .rZDstudy_hub {
    align-items: center;
    padding: 4rem 1.5rem;
}.XWutitle_portal h1 {
    margin-bottom: 1.5rem;
    text-align: center;
}.XWutitle_portal h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .XWutitle_portal .oFkeditorial_box {
    border-left: none;
    border-radius: 0 0 10px 10px;
    text-align: center;
    border-top: 3px solid rgb(118,149,148);
}
}

@media screen and (max-width: 576px) {.XWutitle_portal .rZDstudy_hub {
    padding: 3rem 1rem;
}.XWutitle_portal .oFkeditorial_box {
    padding: 1.5rem;
}.XWutitle_portal svg {
    height: 80px;
    width: 80px;
}.XWutitle_portal .Nnthelp_section {
    padding: 0.8rem 1.5rem;
}}.cVuprice_set {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.cVuprice_set::before {
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    height: 100%;
    position: absolute;
    content: "";
}.cVuprice_set .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.cVuprice_set .kQmpricing_pack {
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    display: flex;
}.cVuprice_set h2 {
    font-weight: 700;
    text-align: center;
    font-size: calc(34px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    transform: translateY(0);
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
}.cVuprice_set h2::after {
    bottom: -12px;
    content: "";
    transform: translateX(-50%);
    border-radius: 1px;
    height: 3px;
    left: 50%;
    position: absolute;
    background: rgb(118,149,148);
    width: 80px;
}.cVuprice_set .aSEcost_card {
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    max-width: 80%;
    letter-spacing: 0.2px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(16px * 1.05);
}.cVuprice_set .rBZfee_package {
    list-style: none;
    display: grid;
    margin: 0;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}.cVuprice_set .rBZfee_package li {
    height: 100%;
    display: flex;
}.cVuprice_set .vrapromo_rates {
    transform: translateY(0) scale(1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    text-decoration: none;
}.cVuprice_set .vrapromo_rates::before {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(118,149,148), rgb(81,111,109));
    position: absolute;
    height: 5px;
    content: "";
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.cVuprice_set .vrapromo_rates:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.cVuprice_set .vrapromo_rates:hover::before {
    transform: translateY(0);
}.cVuprice_set .Rivpremium_plan {
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
    padding: 35px 30px;
}.cVuprice_set .WKbqtr_cost {
    display: flex;
    height: 100%;
    flex-direction: column;
}.cVuprice_set .vrapromo_rates h4 {
    transition: color 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.3px;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    font-weight: 600;
}.cVuprice_set .vrapromo_rates:hover h4 {
    color: rgb(118,149,148);
}.cVuprice_set .vrapromo_rates h4::after {
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease, background-color 0.4s ease;
    left: 0;
    height: 2px;
}.cVuprice_set .vrapromo_rates:hover h4::after {
    width: 60px;
    background-color: rgb(118,149,148);
}.cVuprice_set .vrapromo_rates p {
    overflow-wrap: break-word;
    margin: 0 0 30px;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
    white-space: normal;
    line-height: 1.7;
    word-break: normal;
    font-size: 16px;
    font-weight: 300;
    hyphens: auto;
}.cVuprice_set .yWZcost_plan {
    display: block;
    font-size: calc(21px * 1.15);
    margin-top: auto;
    letter-spacing: 0.5px;
    padding: 15px 0 0;
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    color: rgb(118,149,148);
}.cVuprice_set .yWZcost_plan::before {
    top: 0;
    background-color: rgb(118,149,148);
    opacity: 0.6;
    content: "";
    width: 25px;
    height: 2px;
    transition: width 0.4s ease, opacity 0.3s ease;
    position: absolute;
    left: 0;
}.cVuprice_set .vrapromo_rates:hover .yWZcost_plan {
    transform: translateY(-3px);
    color: rgb(81,111,109);
}.cVuprice_set .vrapromo_rates:hover .yWZcost_plan::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.cVuprice_set {
    padding: 80px 0;
}.cVuprice_set .aSEcost_card {
    max-width: 90%;
}.cVuprice_set .rBZfee_package {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.cVuprice_set h2 {
    font-size: 34px;
}.cVuprice_set .Rivpremium_plan {
    padding: 30px 25px;
}.cVuprice_set .vrapromo_rates h4 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.cVuprice_set {
    padding: 60px 0;
}.cVuprice_set h2 {
    font-size: calc(34px * 0.9);
}.cVuprice_set .aSEcost_card {
    margin-bottom: 40px;
    font-size: 16px;
    max-width: 100%;
}.cVuprice_set .rBZfee_package {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.cVuprice_set .vrapromo_rates {
    max-height: none;
}.cVuprice_set .vrapromo_rates p {
    margin-bottom: 25px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.cVuprice_set {
    padding: 50px 0;
}.cVuprice_set h2 {
    font-size: calc(34px * 0.85);
}.cVuprice_set .aSEcost_card {
    font-size: calc(16px * 0.95);
}.cVuprice_set .Rivpremium_plan {
    padding: 25px 20px;
}.cVuprice_set .vrapromo_rates h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.95);
}.cVuprice_set .yWZcost_plan {
    font-size: 21px;
}}.giyprogram_details {
    padding: 120px 0;
    position: relative;
    background: rgb(150,183,182);
    overflow: hidden;
}.giyprogram_details::before {
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(118,149,148,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
}.giyprogram_details::after {
    background: radial-gradient(circle at 70% 80%, rgb(81,111,109,0.5) 0%, transparent 40%);
    bottom: 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.giyprogram_details .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.giyprogram_details .rZDstudy_hub {
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}.giyprogram_details .rZDstudy_hub::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(118,149,148), rgb(81,111,109));
    content: "";
    top: 0;
    z-index: 1;
    height: 5px;
}.giyprogram_details .wmFlearn_network {
    flex-direction: column;
    position: relative;
    padding: 60px 50px;
    justify-content: center;
    display: flex;
}.giyprogram_details .wmFlearn_network::before {
    position: absolute;
    border: 2px solid rgb(118,149,148,0.5);
    left: 40px;
    border-radius: 10px;
    top: 40px;
    height: 80px;
    animation: float 8s ease-in-out infinite;
    width: 80px;
    opacity: 0.5;
    content: "";
    z-index: -1;
}.giyprogram_details .wmFlearn_network::after {
    position: absolute;
    right: 40px;
    background: rgb(81,111,109,0.5);
    width: 60px;
    animation: pulse 6s ease-in-out infinite;
    border-radius: 50%;
    height: 60px;
    bottom: 40px;
    opacity: 0.3;
    content: "";
    z-index: -1;
}.giyprogram_details .eIWnav_mainwrap {
    margin-bottom: 35px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(150,183,182), #ffffff);
    transition: all 0.3s ease;
}.giyprogram_details .eIWnav_mainwrap:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.giyprogram_details .eIWnav_mainwrap svg {
    max-width: 140px;
    max-height: 50px;
    transition: all 0.3s ease;
}.giyprogram_details .eIWnav_mainwrap svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,149,148);
}.giyprogram_details .eIWnav_mainwrap:hover svg path {
    fill: rgb(81,111,109);
}.giyprogram_details h3 {
    line-height: 1.3;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}.giyprogram_details h3::after {
    background: linear-gradient(to right, rgb(118,149,148), rgb(81,111,109));
    border-radius: 10px;
    bottom: -12px;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    width: 70px;
}.giyprogram_details p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.giyprogram_details .MLzbackground_image {
    height: 100%;
    transition: all 0.5s ease;
    min-height: 500px;
    position: relative;
}.giyprogram_details .MLzbackground_image::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(118,149,148,0.5) 0%,
    transparent 60%
  );
    width: 100%;
    content: "";
}.giyprogram_details .MLzbackground_image::after {
    content: "";
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    animation: pulseCircle 3s infinite;
    border: 2px solid #ffffff;
    height: 20px;
    position: absolute;
    width: 20px;
    z-index: 2;
    border-radius: 50%;
    top: 30px;
    right: 30px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.giyprogram_details {
    padding: 90px 0;
}.giyprogram_details .wmFlearn_network {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.giyprogram_details .rZDstudy_hub {
    grid-template-columns: 1fr;
}.giyprogram_details .MLzbackground_image {
    order: -1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
}.giyprogram_details .wmFlearn_network {
    padding: 40px;
}.giyprogram_details .wmFlearn_network::before,
  .giyprogram_details .wmFlearn_network::after {
    display: none;
}.giyprogram_details .eIWnav_mainwrap {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.giyprogram_details {
    padding: 70px 0;
}.giyprogram_details .wmFlearn_network {
    padding: 30px;
}.giyprogram_details h3 {
    font-size: calc(35px - 4px);
}.giyprogram_details .MLzbackground_image {
    min-height: 350px;
}.giyprogram_details .eIWnav_mainwrap {
    padding: 12px;
}.giyprogram_details .eIWnav_mainwrap svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.giyprogram_details {
    padding: 50px 0;
}.giyprogram_details .container {
    padding: 0 20px;
}.giyprogram_details .rZDstudy_hub {
    border-radius: 10px;
}.giyprogram_details .wmFlearn_network {
    padding: 25px 20px;
}.giyprogram_details h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 6px);
}.giyprogram_details p {
    font-size: calc(17px - 1px);
}.giyprogram_details .eIWnav_mainwrap {
    padding: 10px;
    margin-bottom: 20px;
}.giyprogram_details .eIWnav_mainwrap svg {
    max-width: 100px;
}.giyprogram_details .MLzbackground_image {
    min-height: 280px;
}.giyprogram_details .MLzbackground_image::after {
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
}}.iJocookie_notice_window {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    background: rgb(150,183,182);
    border-top: 3px solid rgb(118,149,148);
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
}.lWfuser_safety {
    max-width: 1200px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: auto;
    align-items: center;
    padding: 0 20px;
    display: flex;
}#wiUcookie_disclaimer {
    display: none;
}#wiUcookie_disclaimer:checked ~ .iJocookie_notice_window {
    visibility: hidden;
    opacity: 0;
}.iJocookie_notice_window h5 {
    margin-bottom: 6px;
    text-transform: uppercase;
    color: rgb(118,149,148);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 21px;
}.iJocookie_notice_window p {
    font-size: 14px;
    color: #000000;
    max-width: 500px;
}.sEacookie_menu {
    flex-shrink: 0;
    margin-right: 20px;
}.sEacookie_menu svg, .sEacookie_menu svg path {
    fill: rgb(118,149,148);
    width: 80px;
    height: 80px;
}.vsbedu_cookie {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background: rgb(118,149,148);
    text-align: center;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 14px;
    border: 2px solid transparent;
    transition: border 0.2s;
    padding: 12px 24px;
    text-transform: uppercase;
    min-width: 140px;
    border-radius: 10px;
}.cookie_button.gLNcookie_controls {
    background: rgb(118,149,148);
}.cookie_button.ZyKcookie_updates {
    background: rgb(81,111,109);
}.vsbedu_cookie:hover {
    border: 2px solid #ffffff;
}.iJocookie_notice_window p a {
    color: rgb(118,149,148);
    font-weight: 700;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.lWfuser_safety {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.sEacookie_menu {
    display: none;
}.lWfuser_safety {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}.iJocookie_notice_window h5, .iJocookie_notice_window p {
    text-align: center;
}.uljuser_tracker {
    margin-bottom: 20px;
}.vsbedu_cookie {
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.HsAwrapper-structure .iJocookie_notice_window {
    background: rgb(81,111,109);
    border: none;
    padding: 30px 0;
}.HsAwrapper-structure .vsbedu_cookie {
    font-size: 14px;
    color: #ffffff;
    background: rgb(118,149,148);
    border: none;
    border-radius: 10px;
    margin-left: 0;
    font-weight: 600;
}.HsAwrapper-structure .uljuser_tracker h5, .HsAwrapper-structure .uljuser_tracker p {
    color: #ffffff;
}
