﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1258px;
    max-width: 100%;
}

.top-nav-2 {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.footer {
    flex: 0 0 auto;
}
header,footer {
    width: 100%;
}
section {
    background-color: rgb(228,224,212);
}
svg {
    width: 30px;
    height: 30px;
}
.wrapper-skeleton-3 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}footer {
    background: rgb(148,135,134);
    color: #ffffff;
}
footer .debate-club-9 {
    background: rgb(190,180,176);
}
footer .head-top-9 svg, footer .head-top-9 svg path{
    fill: rgb(190,180,176);
}
footer .first-class-4 a {
    color: #ffffff;
}
footer .footer-edu-6 {
    color: #ffffff;
}
footer .footer-edu-6 a {
    color: #ffffff;
    text-decoration: underline;
}
footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .debate-club-9 {
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .ssl-info-8 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .head-top-9 svg, footer .head-top-9 img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
footer .site-top-9 {
    display: flex;
    flex-direction: column;
}
footer .first-class-4 a {
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .debate-club-9 {
    font-size: 15px;
}
@media only screen and (max-width: 1200px)  {
    footer .ssl-info-8 {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    footer .first-class-4, footer .site-top-9, footer .ssl-info-8 {
        flex-direction: column;
    }

}

.wrapper-skeleton-3 footer .footer {
    padding: 0;
}
.wrapper-skeleton-3 footer .ssl-info-8 {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}
.wrapper-skeleton-3 footer .site-top-9 {
    flex-direction: column;
    justify-content: flex-start;
}
.wrapper-skeleton-3 footer .first-class-4 a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}
.wrapper-skeleton-3 footer .debate-club-9 {
    background: rgb(190,180,176,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper-skeleton-3 footer .footer-edu-6 {
    text-align: center;
}

@media only screen and (max-width: 1200px)  {

}
@media only screen and (max-width: 800px)  {
    .wrapper-skeleton-3 footer .site-top-9 {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .wrapper-skeleton-3 footer .first-class-4 a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px
    }
    .wrapper-skeleton-3 footer .ssl-info-8 {
        padding: 20px 10px;
    }
    .wrapper-skeleton-3 footer .footer-edu-6 {
        text-align: center;
    }
    .wrapper-skeleton-3 footer .footer-edu-6 a {
        display: block;
        margin-top: 5px;
    }
}
.connect-with-us-7 {
    position: relative;
    background: rgb(228,224,212);
    padding: 100px 0;
    overflow: hidden;
}

.connect-with-us-7::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(228,224,212);
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(190,180,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(148,135,134,0.5) 0%, transparent 30%);
    z-index: 1;
}

.connect-with-us-7::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(190,180,176,0.5) 0, rgb(190,180,176,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(148,135,134,0.5) 0, rgb(148,135,134,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(190,180,176,0.5), transparent 70%),
        linear-gradient(180deg, rgb(148,135,134,0.5), transparent 70%);
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    opacity: 0.2;
    animation: backgroundMove 30s infinite linear;
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.connect-with-us-7 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.connect-with-us-7 h2 {
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.connect-with-us-7 h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: rgb(190,180,176);
    bottom: -15px;
    left: calc(50% - 50px);
    box-shadow: 
        0 0 5px rgb(190,180,176),
        0 0 10px rgb(190,180,176),
        0 0 15px rgb(190,180,176);
}

.connect-with-us-7 .support-map-1 {
    display: flex;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(190,180,176,0.5);
}

.connect-with-us-7 .support-map-1::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgb(190,180,176);
    border-radius: 12px;
    z-index: 3;
    opacity: 0.2;
    pointer-events: none;
}

.connect-with-us-7 .img-box-grid-0 {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.connect-with-us-7 .img-box-grid-0::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.connect-with-us-7 .img-box-grid-0::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(190,180,176,0.5) 100%);
}

.connect-with-us-7 .connect-widget-4 {
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
    position: relative;
}

.connect-with-us-7 .connect-widget-4::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(190,180,176,0.5);
    filter: blur(100px);
    top: -100px;
    right: -100px;
    z-index: 0;
    opacity: 0.3;
}

.connect-with-us-7 .connect-widget-4::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(148,135,134,0.5);
    filter: blur(80px);
    bottom: -75px;
    left: -75px;
    z-index: 0;
    opacity: 0.3;
}

.connect-with-us-7 form {
    position: relative;
    z-index: 2;
}

.connect-with-us-7 form h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.connect-with-us-7 form h3::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(190,180,176);
    bottom: -15px;
    left: 0;
    box-shadow: 
        0 0 5px rgb(190,180,176,0.5),
        0 0 10px rgb(190,180,176,0.5);
}

.connect-with-us-7 form input[type="text"] {
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    background: rgb(228,224,212);
    border: 1px solid rgb(190,180,176,0.5);
    border-radius: 8px;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
}

.connect-with-us-7 form input[type="text"]:focus {
    border-color: rgb(190,180,176);
    box-shadow: 
        0 0 0 1px rgb(190,180,176),
        0 0 5px rgb(190,180,176,0.5);
    outline: none;
}

.connect-with-us-7 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.connect-with-us-7 .message-links-7 {
    margin-bottom: 35px;
    position: relative;
}

.connect-with-us-7 .message-links-7 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-with-us-7 .message-links-7 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

.connect-with-us-7 .message-links-7 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(190,180,176,0.5);
    background: rgb(228,224,212);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.connect-with-us-7 .message-links-7 input[type="checkbox"]:checked + label::before {
    background: rgb(190,180,176);
    border-color: rgb(190,180,176);
    box-shadow: 0 0 5px rgb(190,180,176,0.5);
}

.connect-with-us-7 .message-links-7 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.connect-with-us-7 .message-links-7 label a {
    color: rgb(190,180,176);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.connect-with-us-7 .message-links-7 label a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(190,180,176);
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.connect-with-us-7 .message-links-7 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.connect-with-us-7 .request-query-9 {
    width: 100%;
    padding: 18px 30px;
    background: rgb(190,180,176);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgb(190,180,176,0.5),
        0 0 0 1px rgb(190,180,176);
}

.connect-with-us-7 .request-query-9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(148,135,134);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.connect-with-us-7 .request-query-9:hover {
    box-shadow: 
        0 5px 20px rgb(148,135,134,0.5),
        0 0 0 1px rgb(148,135,134);
}

.connect-with-us-7 .request-query-9:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.connect-with-us-7 svg {
    width: 22px;
    height: 22px;
    fill: rgb(190,180,176);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgb(190,180,176,0.5));
}

.connect-with-us-7 svg path {
    fill: rgb(190,180,176);
    transition: all 0.3s ease;
}

.connect-with-us-7 svg:hover,
.connect-with-us-7 svg:hover path {
    fill: rgb(148,135,134);
    filter: drop-shadow(0 0 3px rgb(148,135,134,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .connect-with-us-7 {
        padding: 80px 0;
    }
    
    .connect-with-us-7 .img-box-grid-0 {
        min-height: 500px;
    }
    
    .connect-with-us-7 .connect-widget-4 {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .connect-with-us-7 {
        padding: 60px 0;
    }
    
    .connect-with-us-7 h2 {
        font-size: calc(44px * 0.8);
        margin-bottom: 40px;
    }
    
    .connect-with-us-7 .support-map-1 {
        flex-direction: column;
    }
    
    .connect-with-us-7 .img-box-grid-0 {
        width: 100%;
        min-height: 300px;
    }
    
    .connect-with-us-7 .connect-widget-4 {
        width: 100%;
        padding: 40px 30px;
    }
    
    .connect-with-us-7 form h3 {
        margin-bottom: 30px;
    }
    
    .connect-with-us-7 form input[type="text"] {
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    
    .connect-with-us-7 .message-links-7 {
        margin-bottom: 25px;
    }
    
    .connect-with-us-7 .request-query-9 {
        padding: 15px 25px;
    }
}

@media (max-width: 480px) {
    .connect-with-us-7 {
        padding: 50px 0;
    }
    
    .connect-with-us-7 h2 {
        font-size: calc(44px * 0.7);
        margin-bottom: 30px;
    }
    
    .connect-with-us-7 .img-box-grid-0 {
        min-height: 200px;
    }
    
    .connect-with-us-7 .connect-widget-4 {
        padding: 30px 20px;
    }
    
    .connect-with-us-7 form h3 {
        font-size: calc(24px * 0.9);
        margin-bottom: 25px;
    }
    
    .connect-with-us-7 form input[type="text"] {
        padding: 12px 15px;
        margin-bottom: 15px;
    }
    
    .connect-with-us-7 .message-links-7 {
        margin-bottom: 20px;
    }
    
    .connect-with-us-7 .message-links-7 label {
        font-size: calc(13px * 0.9);
    }
    
    .connect-with-us-7 .request-query-9 {
        padding: 12px 20px;
    }
}.secure-grotto-2 {
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.secure-grotto-2 h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 44px;
    font-family: Ubuntu, sans-serif;
    color: rgb(190,180,176);
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid rgb(190,180,176);
    padding-bottom: 10px;
}

.secure-grotto-2 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: Ubuntu, sans-serif;
    color: rgb(148,135,134);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(148,135,134);
    padding-bottom: 8px;
}

.secure-grotto-2 h3, .secure-grotto-2 h4, .secure-grotto-2 h5, .secure-grotto-2 h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Ubuntu, sans-serif;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.secure-grotto-2 ul, .secure-grotto-2 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    margin: 0;
}

.secure-grotto-2 li {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    font-family: Ubuntu, sans-serif;
    color: #000000;
    padding: 5px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}

.secure-grotto-2 li:hover {
    background: rgb(190,180,176,0.5);
}

.secure-grotto-2 section {
    background: none;
}

.secure-grotto-2 p, .secure-grotto-2 span, .secure-grotto-2 div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: Ubuntu, sans-serif;
    color: #000000;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .secure-grotto-2 {
        padding: 25px 10px;
        width: 100%;
    }

    .secure-grotto-2 h1, .secure-grotto-2 h2 {
        text-align: left;
        font-size: calc(18px - 5px);
    }

    .secure-grotto-2 ul, .secure-grotto-2 ol {
        padding: 10px 0;
    }
}.contacts-6 {
    position: relative;
    background: rgb(190,180,176,0.5);
    padding: 60px 0;
    overflow: hidden;
}
.contacts-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(rgb(148,135,134,0.5) 1px, transparent 1px),
        radial-gradient(rgb(190,180,176,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.05;
    animation: backgroundFloat 60s linear infinite;
}
.contacts-6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(148,135,134,0.5) 0%, transparent 70%);
    opacity: 0.1;
    pointer-events: none;
}
@keyframes backgroundFloat {
    0% {
        background-position: 0 0, 10px 10px;
    }
    100% {
        background-position: 100px 0, 110px 10px;
    }
}
@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}
.contacts-6 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.contacts-6 .connect-block-3 {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.contacts-6 .connect-block-3:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.contacts-6 .connect-block-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,180,176), rgb(148,135,134));
}
.contacts-6 .get-answers-4 {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    padding: 25px 30px;
    margin: 0;
    background: rgb(228,224,212);
    position: relative;
    display: flex;
    align-items: center;
}
.contacts-6 .get-answers-4 svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    fill: none;
    stroke: rgb(190,180,176);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.contacts-6 .get-answers-4 svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawPath 1.5s forwards ease-out;
}
@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.contacts-6 .get-answers-4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 50px;
    height: 3px;
    background: rgb(190,180,176);
    border-radius: 10px;
}
.contacts-6 .img-box-grid-0 {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}
.contacts-6 .img-box-grid-0::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    animation: shineEffect 6s infinite linear;
    z-index: 1;
}
.contacts-6 .img-box-grid-0::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
@keyframes shineEffect {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}
.contacts-6 .get-help-2 {
    padding: 30px;
    position: relative;
    background: #ffffff;
    z-index: 2;
}
.contacts-6 .get-help-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: rgb(228,224,212);
    border-radius: 0 0 0 100%;
    opacity: 0.5;
    z-index: -1;
}
.contacts-6 .get-help-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right, rgb(228,224,212) 1px, transparent 1px),
                      linear-gradient(to bottom, rgb(228,224,212) 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.2;
    z-index: -1;
    border-radius: 0 0 16px 0;
}
.contacts-6 .get-help-2 p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 40px;
}
.contacts-6 .get-help-2 p:last-child {
    margin-bottom: 0;
}
.contacts-6 .get-help-2 p svg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: rgb(190,180,176);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    background: rgb(190,180,176,0.5);
    border-radius: 50%;
    padding: 4px;
    box-sizing: content-box;
    transition: all 0.3s ease;
}
.contacts-6 .get-help-2 p:hover svg {
    transform: scale(1.1);
    stroke: rgb(148,135,134);
    background: rgb(148,135,134,0.5);
}
.contacts-6 .get-help-2 p svg path {
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
    animation: drawSvg 1s forwards ease-out;
}
.contacts-6 .get-help-2 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}
.contacts-6 .get-help-2 p:nth-child(2) svg path {
    animation-delay: 0.2s;
}
.contacts-6 .get-help-2 p:nth-child(3) svg path {
    animation-delay: 0.3s;
}
.contacts-6 .get-help-2 p:nth-child(4) svg path {
    animation-delay: 0.4s;
}
.contacts-6 .get-help-2 p:nth-child(5) svg path {
    animation-delay: 0.5s;
}
@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.contacts-6 .get-help-2 p:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 30px;
    width: calc(100% - 30px);
    height: 1px;
    background: linear-gradient(to right, rgb(228,224,212) 0%, transparent 100%);
}
.contacts-6 .get-help-2 span {
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.contacts-6 .get-help-2 span::before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -1px;
    width: calc(100% + 6px);
    height: 4px;
    background: rgb(190,180,176,0.5);
    z-index: -1;
    transform: skew(-20deg);
    opacity: 0.3;
}
.contacts-6 .get-help-2 a {
    color: rgb(190,180,176);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
}
.contacts-6 .get-help-2 b {
    font-weight: 700;
    color: rgb(190,180,176);
}
.contacts-6 .send-query-5 {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgb(228,224,212);
    position: relative;
}
.contacts-6 .send-query-5::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgb(190,180,176);
    border-radius: 10px;
}
.contacts-6 .write-page-3 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
}
.contacts-6 .write-page-3 svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: none;
    stroke: rgb(148,135,134);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.contacts-6 .write-page-3 svg path {
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
    animation: drawSvg 1s forwards ease-out 0.6s;
}
.contacts-6 .write-page-3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: rgb(148,135,134);
    border-radius: 10px;
}
.contacts-6 .request-form-5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    position: relative;
}
.contacts-6 .request-form-5::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(148,135,134,0.5);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}
.contacts-6 .help-form-9 {
    font-size: calc(15px - 2px);
    color: #000000;
    background: rgb(228,224,212);
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.contacts-6 .help-form-9::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: rgb(190,180,176);
    opacity: 0.7;
}
.contacts-6 .help-form-9 svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    fill: none;
    stroke: rgb(190,180,176);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.contacts-6 .help-form-9:hover svg {
    transform: rotate(15deg);
    stroke: rgb(148,135,134);
    opacity: 1;
}
.contacts-6 .help-form-9:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(190,180,176,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {
    .contacts-6 .connect-block-3 {
        flex-direction: row;
        align-items: stretch;
    }
    
    .contacts-6 .img-box-grid-0 {
        width: 40%;
        height: auto;
    }
    
    .contacts-6 .get-help-2 {
        width: 60%;
        padding: 40px;
    }
    
    .contacts-6 .get-answers-4 {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 3;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        padding: 15px 25px;
        backdrop-filter: blur(5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .contacts-6 .get-answers-4 svg {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
    
    .contacts-6 .get-answers-4::after {
        left: 25px;
    }
    
    .contacts-6 .get-help-2 p svg {
        width: 22px;
        height: 22px;
    }
    
    .contacts-6 .write-page-3 svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    
    .contacts-6 .request-form-5 {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    
    .contacts-6 .help-form-9 svg {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}
@media (max-width: 767px) {
    .contacts-6 {
        padding: 40px 0;
    }
    
    .contacts-6 .container {
        padding: 0 15px;
    }
    
    .contacts-6 .connect-block-3 {
        flex-direction: column;
    }
    
    .contacts-6 .img-box-grid-0 {
        height: 200px;
    }
    
    .contacts-6 .get-help-2 {
        padding: 25px;
    }
    
    .contacts-6 .get-help-2 p {
        font-size: calc(15px - 1px);
        margin-bottom: 12px;
    }
    
    .contacts-6 .request-form-5 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .contacts-6 {
        padding: 30px 0;
    }
    
    .contacts-6 .img-box-grid-0 {
        height: 150px;
    }
    
    .contacts-6 .get-help-2 {
        padding: 20px;
    }
    
    .contacts-6 .get-help-2 p {
        padding-left: 25px;
    }
    
    .contacts-6 .get-help-2 p svg {
        width: 16px;
        height: 16px;
        top: 3px;
    }
    
    .contacts-6 .send-query-5 {
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .contacts-6 .write-page-3 svg {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }
    
    .contacts-6 .help-form-9 svg {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
}.test-drive-5 {
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(190,180,176), rgb(148,135,134));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.test-drive-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.1;
    pointer-events: none;
}

.test-drive-5 .container {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: rgb(228,224,212);
    border: 1px solid #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 27px;
    backdrop-filter: blur(10px);
}

.test-drive-5 .skill-training-4 {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(190,180,176,0.5));
    border: 2px solid rgb(148,135,134);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}

.test-drive-5 .skill-training-4::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #ffffff;
    opacity: 0.1;
    border-radius: calc(10px - 5px);
    pointer-events: none;
}

.test-drive-5 .skill-training-4 svg,
.test-drive-5 .skill-training-4 svg path {
    padding: 15px;
    background: linear-gradient(135deg, rgb(190,180,176), #000000);
    fill: #ffffff;
    width: 120px;
    height: 120px;
    margin-bottom: 25px;
    border: 2px solid rgb(148,135,134);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.test-drive-5 .skill-training-4 h2 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(148,135,134);
    padding-bottom: 15px;
    width: 100%;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.test-drive-5 .skill-training-4 .request-query-9 {
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(148,135,134), rgb(190,180,176));
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #000000;
    border-radius: 10px;
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.test-drive-5 .skill-training-4 .request-query-9::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(148,135,134), rgb(190,180,176), rgb(148,135,134));
    z-index: -1;
    filter: blur(5px);
    opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
    .test-drive-5 {
        padding: 50px 0;
    }

    .test-drive-5 .container {
        max-width: 90%;
        padding: 25px;
    }

    .test-drive-5 .skill-training-4 {
        padding: 25px;
    }

    .test-drive-5 .skill-training-4 svg,
    .test-drive-5 .skill-training-4 svg path {
        width: 100px;
        height: 100px;
        padding: 12px;
        margin-bottom: 20px;
    }

    .test-drive-5 .skill-training-4 h2 {
        font-size: calc(30px * 0.9);
        margin: 15px 0;
        padding-bottom: 12px;
    }

    .test-drive-5 .skill-training-4 .request-query-9 {
        padding: 12px 25px;
        font-size: calc(14px * 0.95);
    }
}

@media only screen and (max-width: 768px) {
    .test-drive-5 {
        padding: 40px 0;
    }

    .test-drive-5 .container {
        padding: 20px;
    }

    .test-drive-5 .skill-training-4 {
        padding: 20px;
    }

    .test-drive-5 .skill-training-4 svg,
    .test-drive-5 .skill-training-4 svg path {
        width: 90px;
        height: 90px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .test-drive-5 .skill-training-4 h2 {
        font-size: 18px;
        margin: 12px 0;
        padding-bottom: 10px;
    }

    .test-drive-5 .skill-training-4 .request-query-9 {
        padding: 10px 20px;
        font-size: calc(14px * 0.9);
    }
}.gratitudeWeb-6 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(148,135,134,0.5), rgb(190,180,176,0.5));
    padding: 40px;
    position: relative;
    color: #ffffff;
}
.gratitudeWeb-6 .container {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gratitudeWeb-6 h2 {
    margin-bottom: 20px;
    font-size: 47px;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    color: rgb(148,135,134);
    background: -webkit-linear-gradient(rgb(190,180,176), rgb(148,135,134));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gratitudeWeb-6 p {
    font-size: 12px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
    .gratitudeWeb-6 {
        padding: 20px;
    }
    
    .gratitudeWeb-6 .container {
        padding: 30px;
    }
    
    .gratitudeWeb-6 h2 {
        font-size: 29px;
    }
    
    .gratitudeWeb-6 p {
        font-size: 18px;
    }
}
header {
    background: rgb(190,180,176,0.5);
    padding-top: 35px;
}
.head-mentor-9 .header-page-0 .head-top-9 svg, header .header-page-0 .head-top-9 img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 22px;
    margin-left: 12px;
}
.head-mentor-9 .main-mainwrap-0 svg text {
    fill: #ffffff;
}
.head-mentor-9 .header-page-0 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.head-mentor-9 .nav-header-8 {
    padding-left: 22px;
    border-left: 2px solid #ffffff;
    width: calc(100% - 94px);
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.head-mentor-9 .nav-pagewrap-8 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.head-mentor-9 .nav-pagewrap-8 a {
    padding: 10px 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.head-mentor-9 .nav-pagewrap-8 a:hover {
    color: rgb(190,180,176);
}
@media only screen and (max-width: 1200px) {
    .head-mentor-9 .header-page-0 {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .head-mentor-9 .header-page-0 {
        padding: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .head-mentor-9 .nav-header-8 {
        text-align: center;
        width: 100%;
        border-left: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 20px;
        padding-left: 0;
        height: auto;
        margin-top: 20px;
    }
    .head-mentor-9 .nav-pagewrap-8 {
        flex-direction: column;
    }
}.course-structure-7 {
    position: relative;
    background: rgb(190,180,176);
    min-height: 100vh;
    padding: 100px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    perspective: 1500px;
}

.course-structure-7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(190,180,176,0.5) 50%, rgb(190,180,176,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(190,180,176,0.5) 50%, rgb(190,180,176,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    opacity: 0.08;
    z-index: 1;
    animation: gridPulse 8s linear infinite;
}

.course-structure-7::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(190,180,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(148,135,134,0.5) 0%, transparent 50%);
    opacity: 0.2;
    z-index: 2;
    mix-blend-mode: screen;
}

.course-structure-7 .container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1600px;
    padding: 0 30px;
    margin: 0 auto;
}

.course-structure-7 .training-path-9 {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
    transform-style: preserve-3d;
}

.course-structure-7 .label-container-1 {
    position: relative;
    padding: 60px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    border-radius: 0;
    border-left: 3px solid rgb(190,180,176);
    z-index: 15;
    transform: translateZ(50px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(190,180,176,0.5);
}

.course-structure-7 .label-container-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(190,180,176,0.5) 50%, rgb(190,180,176,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: -1;
}

.course-structure-7 .label-container-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: 
        conic-gradient(from 0deg, rgb(190,180,176,0.5) 0deg, transparent 120deg);
    opacity: 0.2;
    border-radius: 50%;
    transform: translate(50%, 50%);
    animation: rotateConic 10s linear infinite;
}

.course-structure-7 .label-container-1 h2 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(190,180,176,0.5);
}

.course-structure-7 .label-container-1 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: rgb(190,180,176);
    box-shadow: 0 0 15px rgb(190,180,176);
}

.course-structure-7 .label-container-1 .learn-track-8 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.9;
    margin-bottom: 30px;
    opacity: 0.9;
    position: relative;
    padding-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.course-structure-7 .label-container-1 .learn-track-8::before {
    content: ">";
    position: absolute;
    left: 0;
    color: rgb(148,135,134);
    opacity: 0.7;
}

.course-structure-7 .label-container-1 .learn-track-8:last-child {
    margin-bottom: 0;
}

.course-structure-7 .hud-element {
    position: absolute;
    border: 1px solid rgb(190,180,176,0.5);
    opacity: 0.2;
    z-index: 5;
}

.course-structure-7 .hud-top {
    top: 20px;
    left: 20px;
    width: 60%;
    height: 1px;
}

.course-structure-7 .hud-bottom {
    bottom: 20px;
    right: 20px;
    width: 40%;
    height: 1px;
}

.course-structure-7 .hud-left {
    top: 20px;
    left: 20px;
    width: 1px;
    height: 40%;
}

.course-structure-7 .hud-right {
    bottom: 20px;
    right: 20px;
    width: 1px;
    height: 60%;
}

.course-structure-7 .cyber-module {
    position: absolute;
    z-index: 8;
}

.course-structure-7 .cyber-module-1 {
    top: 10%;
    left: 10%;
    width: 80px;
    height: 30px;
    border: 1px solid rgb(190,180,176,0.5);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: rgb(190,180,176,0.5);
    opacity: 0.1;
}

.course-structure-7 .cyber-module-2 {
    bottom: 15%;
    right: 5%;
    width: 120px;
    height: 40px;
    border: 1px solid rgb(148,135,134,0.5);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    background: rgb(148,135,134,0.5);
    opacity: 0.1;
}

.course-structure-7 .data-stream {
    position: absolute;
    height: 2px;
    background: rgb(190,180,176,0.5);
    opacity: 0.5;
    transform-origin: left center;
    overflow: hidden;
    z-index: 9;
}

.course-structure-7 .data-stream::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(190,180,176);
    animation: dataFlow 3s linear infinite;
}

.course-structure-7 .data-stream-1 {
    width: 200px;
    top: 10%;
    left: 15%;
    transform: rotate(-30deg);
}

.course-structure-7 .data-stream-2 {
    width: 150px;
    bottom: 15%;
    right: 10%;
    transform: rotate(30deg);
    background: rgb(148,135,134,0.5);
}

.course-structure-7 .data-stream-2::after {
    background: rgb(148,135,134);
    animation-delay: -1.5s;
}

.course-structure-7 .img-box-grid-0 {
    position: relative;
    width: 100%;
    height: 650px;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform: translateZ(0) rotateY(-10deg);
    transform-origin: right center;
    z-index: 10;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.course-structure-7 .img-box-grid-0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    z-index: 1;
}

.course-structure-7 .img-box-grid-0::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(var(--primary-color-rgb), 0.1) 2px, rgba(var(--primary-color-rgb), 0.1) 4px);
    opacity: 0.1;
    animation: scanlines 8s linear infinite;
    z-index: 2;
    mix-blend-mode: overlay;
}

.course-structure-7 .tech-corners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.course-structure-7 .tech-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-color: rgb(190,180,176,0.5);
    border-width: 0;
    opacity: 0.5;
}

.course-structure-7 .corner-tl {
    top: 20px;
    left: 20px;
    border-top-width: 2px;
    border-left-width: 2px;
}

.course-structure-7 .corner-tr {
    top: 20px;
    right: 20px;
    border-top-width: 2px;
    border-right-width: 2px;
}

.course-structure-7 .corner-bl {
    bottom: 20px;
    left: 20px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.course-structure-7 .corner-br {
    bottom: 20px;
    right: 20px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.course-structure-7 .cyber-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(190,180,176,0.5) 49.5%, rgb(190,180,176,0.5) 50.5%, transparent 50.5%) 0 0 / 200px 200px;
    opacity: 0.03;
    z-index: 4;
    pointer-events: none;
}

.course-structure-7 .glitch-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(190,180,176);
    mix-blend-mode: overlay;
    opacity: 0;
    z-index: 10;
    animation: glitchEffect 10s infinite;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes glitchEffect {
    0%, 100% {
        opacity: 0;
    }
    10%, 10.2% {
        opacity: 0.2;
        transform: translateX(-10px);
    }
    10.1%, 10.3% {
        opacity: 0.2;
        transform: translateX(10px);
    }
    10.4%, 10.6% {
        opacity: 0;
    }
    46%, 46.2% {
        opacity: 0.2;
        transform: translateX(5px);
    }
    46.1%, 46.3% {
        opacity: 0.2;
        transform: translateX(-5px);
    }
    46.4%, 46.6% {
        opacity: 0;
    }
    79%, 79.2% {
        opacity: 0.2;
        transform: translateY(-2px);
    }
    79.1%, 79.3% {
        opacity: 0.2;
        transform: translateY(2px);
    }
    79.4%, 79.6% {
        opacity: 0;
    }
}

@media screen and (max-width: 1200px) {
    .course-structure-7 {
        padding: 80px 0;
    }
    
    .course-structure-7 .label-container-1 {
        padding: 40px;
    }
    
    .course-structure-7 .img-box-grid-0 {
        height: 550px;
    }
    
    .course-structure-7 .data-stream-1 {
        width: 150px;
    }
    
    .course-structure-7 .data-stream-2 {
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .course-structure-7 {
        padding: 60px 0;
        min-height: auto;
    }
    
    .course-structure-7 .training-path-9 {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    
    .course-structure-7 .label-container-1 {
        padding: 30px;
        clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
        transform: translateZ(0);
    }
    
    .course-structure-7 .img-box-grid-0 {
        height: 450px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
        transform: translateZ(0) rotateY(0);
    }
    
    .course-structure-7 .cyber-module,
    .course-structure-7 .data-stream {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .course-structure-7 {
        padding: 50px 0;
    }
    
    .course-structure-7 .container {
        padding: 0 20px;
    }
    
    .course-structure-7 .label-container-1 {
        padding: 25px;
    }
    
    .course-structure-7 .label-container-1 h2 {
        font-size: calc(44px * 0.8);
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    
    .course-structure-7 .label-container-1 .learn-track-8 {
        font-size: calc(14px * 0.95);
        margin-bottom: 20px;
        padding-left: 15px;
    }
    
    .course-structure-7 .img-box-grid-0 {
        height: 350px;
    }
    
    .course-structure-7 .tech-corner {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 480px) {
    .course-structure-7 {
        padding: 40px 0;
    }
    
    .course-structure-7 .container {
        padding: 0 15px;
    }
    
    .course-structure-7 .label-container-1 {
        padding: 20px;
    }
    
    .course-structure-7 .label-container-1 h2 {
        font-size: calc(44px * 0.7);
        margin-bottom: 20px;
    }
    
    .course-structure-7 .label-container-1 h2::before {
        top: -20px;
        font-size: 14px;
    }
    
    .course-structure-7 .img-box-grid-0 {
        height: 280px;
    }
    
    .course-structure-7 .tech-corners {
        display: none;
    }
}.greeting-page-1 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(148,135,134);
}

.greeting-page-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(190,180,176,0.5) 0%, transparent 40%);
    z-index: 1;
}

.greeting-page-1 .skill-training-4 {
    position: relative;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    z-index: 2;
}

.greeting-page-1 .main-title-6 {
    position: relative;
    grid-column: 1 / 3;
    grid-row: 1;
    width: 100%;
    height: 100%;
}

.greeting-page-1 .main-title-6 input {
    display: none;
}

.greeting-page-1 .skill-upfast-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.greeting-page-1 .skill-trackfast-1 {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.2s ease, transform 1.2s ease;
    z-index: 1;
}

.greeting-page-1 .skill-trackfast-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
}

.greeting-page-1 .main-title-6 input:nth-child(1):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(1),
.greeting-page-1 .main-title-6 input:nth-child(2):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(2),
.greeting-page-1 .main-title-6 input:nth-child(3):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(3),
.greeting-page-1 .main-title-6 input:nth-child(4):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(4),
.greeting-page-1 .main-title-6 input:nth-child(5):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(5),
.greeting-page-1 .main-title-6 input:nth-child(6):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(6),
.greeting-page-1 .main-title-6 input:nth-child(7):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(7),
.greeting-page-1 .main-title-6 input:nth-child(8):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(8),
.greeting-page-1 .main-title-6 input:nth-child(9):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(9),
.greeting-page-1 .main-title-6 input:nth-child(10):checked ~ .skill-upfast-9 .skill-trackfast-1:nth-child(10) {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.greeting-page-1 .edu-first-5 {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.greeting-page-1 .edu-first-5 label {
    display: block;
    width: 35px;
    height: 5px;
    background: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.greeting-page-1 .edu-first-5 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgb(190,180,176);
    transition: width 0.5s ease;
}

.greeting-page-1 .main-title-6 input:nth-child(1):checked ~ .edu-first-5 label:nth-child(1)::before,
.greeting-page-1 .main-title-6 input:nth-child(2):checked ~ .edu-first-5 label:nth-child(2)::before,
.greeting-page-1 .main-title-6 input:nth-child(3):checked ~ .edu-first-5 label:nth-child(3)::before,
.greeting-page-1 .main-title-6 input:nth-child(4):checked ~ .edu-first-5 label:nth-child(4)::before,
.greeting-page-1 .main-title-6 input:nth-child(5):checked ~ .edu-first-5 label:nth-child(5)::before,
.greeting-page-1 .main-title-6 input:nth-child(6):checked ~ .edu-first-5 label:nth-child(6)::before,
.greeting-page-1 .main-title-6 input:nth-child(7):checked ~ .edu-first-5 label:nth-child(7)::before,
.greeting-page-1 .main-title-6 input:nth-child(8):checked ~ .edu-first-5 label:nth-child(8)::before,
.greeting-page-1 .main-title-6 input:nth-child(9):checked ~ .edu-first-5 label:nth-child(9)::before,
.greeting-page-1 .main-title-6 input:nth-child(10):checked ~ .edu-first-5 label:nth-child(10)::before {
    width: 100%;
}

.greeting-page-1 .main-title-6 input:nth-child(1):checked ~ .edu-first-5 label:nth-child(1),
.greeting-page-1 .main-title-6 input:nth-child(2):checked ~ .edu-first-5 label:nth-child(2),
.greeting-page-1 .main-title-6 input:nth-child(3):checked ~ .edu-first-5 label:nth-child(3),
.greeting-page-1 .main-title-6 input:nth-child(4):checked ~ .edu-first-5 label:nth-child(4),
.greeting-page-1 .main-title-6 input:nth-child(5):checked ~ .edu-first-5 label:nth-child(5),
.greeting-page-1 .main-title-6 input:nth-child(6):checked ~ .edu-first-5 label:nth-child(6),
.greeting-page-1 .main-title-6 input:nth-child(7):checked ~ .edu-first-5 label:nth-child(7),
.greeting-page-1 .main-title-6 input:nth-child(8):checked ~ .edu-first-5 label:nth-child(8),
.greeting-page-1 .main-title-6 input:nth-child(9):checked ~ .edu-first-5 label:nth-child(9),
.greeting-page-1 .main-title-6 input:nth-child(10):checked ~ .edu-first-5 label:nth-child(10) {
    opacity: 1;
    width: 50px;
}

.greeting-page-1 .label-container-1 {
    position: absolute;
    left: 10%;
    bottom: 15%;
    width: 45%;
    z-index: 5;
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(190,180,176);
}

.greeting-page-1 .label-container-1 .container {
    width: 100%;
    padding: 0;
}

.greeting-page-1 .label-container-1 h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.greeting-page-1 .label-container-1 h3 {
    color: rgb(190,180,176);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.greeting-page-1 .label-container-1 p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 0;
}

.greeting-page-1 .skill-trackfast-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(148,135,134,0.5) 100%
    );
    z-index: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.greeting-page-1 .label-container-1 h2 {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.greeting-page-1 .label-container-1 h3 {
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.greeting-page-1 .label-container-1 p {
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.greeting-page-1 .label-container-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid rgb(190,180,176);
    border-right: 2px solid rgb(190,180,176);
}

.greeting-page-1 .label-container-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid rgb(190,180,176);
    border-left: 2px solid rgb(190,180,176);
}

@media (max-width: 1200px) {
    .greeting-page-1 .label-container-1 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .greeting-page-1 .label-container-1 {
        width: 60%;
        left: 5%;
        padding: 30px;
    }
    
    .greeting-page-1 .label-container-1 h2 {
        font-size: calc(38px * 0.9);
    }
    
    .greeting-page-1 .edu-first-5 {
        right: 30px;
    }
    
    .greeting-page-1 .edu-first-5 label {
        width: 30px;
    }
    
    .greeting-page-1 .main-title-6 input:checked ~ .edu-first-5 label {
        width: 45px;
    }
}

@media (max-width: 768px) {
    .greeting-page-1 .skill-training-4 {
        display: block;
    }
    
    .greeting-page-1 .label-container-1 {
        width: 80%;
        left: 50%;
        bottom: 10%;
        transform: translateX(-50%);
        padding: 25px;
    }
    
    .greeting-page-1 .label-container-1 h2 {
        font-size: calc(38px * 0.8);
    }
    
    .greeting-page-1 .label-container-1 h3 {
        font-size: calc(22px * 0.9);
        margin-bottom: 15px;
    }
    
    .greeting-page-1 .edu-first-5 {
        top: auto;
        right: auto;
        bottom: 25%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .greeting-page-1 .label-container-1 {
        width: 90%;
        padding: 20px;
        bottom: 15%;
    }
    
    .greeting-page-1 .label-container-1 h2 {
        font-size: calc(38px * 0.7);
        margin-bottom: 10px;
    }
    
    .greeting-page-1 .label-container-1 h3 {
        font-size: calc(22px * 0.8);
        margin-bottom: 10px;
    }
    
    .greeting-page-1 .label-container-1 p {
        font-size: calc(12px * 0.9);
        line-height: 1.5;
    }
    
    .greeting-page-1 .edu-first-5 {
        bottom: 30%;
        gap: 8px;
    }
    
    .greeting-page-1 .edu-first-5 label {
        width: 25px;
        height: 4px;
    }
    
    .greeting-page-1 .main-title-6 input:checked ~ .edu-first-5 label {
        width: 35px;
    }
    
    .greeting-page-1 .label-container-1::before,
    .greeting-page-1 .label-container-1::after {
        width: 15px;
        height: 15px;
    }
}

.greeting-page-1 .main-title-6 input:checked ~ .skill-upfast-9 .skill-trackfast-1 img {
    animation: slowZoom 20s linear infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}.our-mission-2 {
    position: relative;
    padding: 160px 0;
    overflow: hidden;
    z-index: 1;
}

.our-mission-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(170deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    z-index: -1;
}

.our-mission-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    background-size: 50px 50px;
    z-index: -1;
}

.our-mission-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(190,180,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(148,135,134,0.5) 0%, transparent 50%);
    opacity: 0.3;
    z-index: -2;
}

.our-mission-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2));
    background-size: 100% 4px;
    z-index: -1;
    opacity: 0.1;
    pointer-events: none;
}

.our-mission-2 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-mission-2 .label-container-1 {
    position: relative;
    width: 900px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
    clip-path: polygon(
        0 0, 
        calc(100% - 50px) 0, 
        100% 50px, 
        100% 100%, 
        50px 100%, 
        0 calc(100% - 50px)
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.our-mission-2 .label-container-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48.9%, rgb(190,180,176) 49%, rgb(190,180,176) 50%, transparent 50.1%) top right/50px 50px no-repeat,
        linear-gradient(-45deg, transparent 48.9%, rgb(148,135,134) 49%, rgb(148,135,134) 50%, transparent 50.1%) bottom left/50px 50px no-repeat;
    z-index: -1;
    pointer-events: none;
}

.our-mission-2 .label-container-1:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: -1;
}

.our-mission-2 .label-container-1 h3 {
    grid-row: 1;
    font-size: 32px;
    color: #ffffff;
    margin: 0;
    padding: 40px 60px 20px;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(190,180,176,0.5);
}

.our-mission-2 .label-container-1 h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,180,176), transparent);
}

.our-mission-2 .label-container-1 h3:after {
    content: ;
    position: absolute;
    right: 60px;
    top: 40px;
    font-size: 14px;
    color: rgb(190,180,176);
    opacity: 0.7;
    font-family: monospace;
}

.our-mission-2 .label-container-1 span {
    grid-row: 2;
    font-size: 18px;
    color: rgb(148,135,134);
    margin: 0;
    padding: 20px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.our-mission-2 .label-container-1 span:before {
    content: "[ ";
    color: rgb(190,180,176);
    margin-right: 8px;
    font-weight: 400;
}

.our-mission-2 .label-container-1 span:after {
    content: " ]";
    color: rgb(190,180,176);
    margin-left: 8px;
    font-weight: 400;
}

.our-mission-2 .label-container-1 p {
    grid-row: 3;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.9;
    margin: 0;
    padding: 40px 60px;
    position: relative;
}

.our-mission-2 .label-container-1 p:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 20px;
    height: calc(100% - 80px);
    border-left: 1px solid rgb(190,180,176,0.5);
    border-top: 1px solid rgb(190,180,176,0.5);
    border-bottom: 1px solid rgb(190,180,176,0.5);
    opacity: 0.5;
}

.our-mission-2 .label-container-1:after {
    content: ;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: rgb(190,180,176);
    font-size: 12px;
    font-family: monospace;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 1;
}

.our-mission-2 .container:before,
.our-mission-2 .container:after {
    content: "";
    position: absolute;
    border: 1px dashed rgb(190,180,176,0.5);
    opacity: 0.3;
    z-index: -1;
}

.our-mission-2 .container:before {
    top: -100px;
    right: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: rotate 30s linear infinite;
}

.our-mission-2 .container:after {
    bottom: -150px;
    left: 15%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    animation: rotate 50s linear infinite reverse;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.our-mission-2 .label-container-1:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(190,180,176,0.5);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    z-index: 1;
    opacity: 0.5;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.7; }
}

.our-mission-2 .label-container-1 h3:before,
.our-mission-2 .label-container-1 p:before {
    content: "";
    position: absolute;
    background: rgb(190,180,176,0.5);
    opacity: 0.5;
}

.our-mission-2 svg {
    position: absolute;
    width: 150px;
    height: 150px;
    fill: none;
    stroke: rgb(190,180,176);
    stroke-width: 0.5;
    opacity: 0.1;
    z-index: -1;
}

.our-mission-2 svg:nth-child(1) {
    top: 10%;
    right: 5%;
    animation: float 10s ease-in-out infinite;
}

.our-mission-2 svg:nth-child(2) {
    bottom: 10%;
    left: 5%;
    stroke: rgb(148,135,134);
    animation: float 13s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@media (max-width: 992px) {
    .our-mission-2 {
        padding: 120px 0;
    }
    
    .our-mission-2 .label-container-1 {
        width: 700px;
        clip-path: polygon(
            0 0, 
            calc(100% - 30px) 0, 
            100% 30px, 
            100% 100%, 
            30px 100%, 
            0 calc(100% - 30px)
        );
    }
    
    .our-mission-2 .label-container-1 h3 {
        font-size: calc(32px - 2px);
        padding: 35px 50px 15px;
    }
    
    .our-mission-2 .label-container-1 h3:after {
        right: 50px;
        top: 35px;
    }
    
    .our-mission-2 .label-container-1 span {
        font-size: calc(18px - 1px);
        padding: 15px 50px;
    }
    
    .our-mission-2 .label-container-1 p {
        padding: 30px 50px;
    }
    
    .our-mission-2 .label-container-1 p:before {
        left: 15px;
        top: 30px;
        height: calc(100% - 60px);
    }
    
    .our-mission-2 .container:before {
        width: 150px;
        height: 150px;
    }
    
    .our-mission-2 .container:after {
        width: 200px;
        height: 200px;
    }
    
    .our-mission-2 svg {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .our-mission-2 {
        padding: 90px 0;
    }
    
    .our-mission-2 .label-container-1 {
        width: 100%;
        clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% 100%, 
            20px 100%, 
            0 calc(100% - 20px)
        );
    }
    
    .our-mission-2 .label-container-1 h3 {
        font-size: calc(32px - 4px);
        padding: 30px 30px 15px;
        letter-spacing: 1px;
    }
    
    .our-mission-2 .label-container-1 h3:after {
        right: 30px;
        top: 30px;
    }
    
    .our-mission-2 .label-container-1 span {
        font-size: calc(18px - 2px);
        padding: 15px 30px;
    }
    
    .our-mission-2 .label-container-1 p {
        font-size: calc(13px - 1px);
        line-height: 1.8;
        padding: 25px 30px;
    }
    
    .our-mission-2 .label-container-1 p:before {
        display: none;
    }
    
    .our-mission-2 .container:before,
    .our-mission-2 .container:after {
        display: none;
    }
    
    .our-mission-2 svg {
        width: 80px;
        height: 80px;
    }
    
    .our-mission-2 .label-container-1:before {
        width: 30px;
        height: 30px;
        bottom: 15px;
        left: 15px;
    }
    
    .our-mission-2 .label-container-1:after {
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 576px) {
    .our-mission-2 {
        padding: 70px 0;
    }
    
    .our-mission-2 .label-container-1 {
        clip-path: none;
        border-radius: 10px;
    }
    
    .our-mission-2 .label-container-1 h3 {
        font-size: calc(32px - 6px);
        padding: 25px 20px 15px;
    }
    
    .our-mission-2 .label-container-1 h3:after {
        right: 20px;
        top: 25px;
        font-size: 12px;
    }
    
    .our-mission-2 .label-container-1 span {
        font-size: calc(18px - 3px);
        padding: 15px 20px;
    }
    
    .our-mission-2 .label-container-1 p {
        font-size: calc(13px - 2px);
        line-height: 1.7;
        padding: 20px;
    }
    
    .our-mission-2 svg {
        display: none;
    }
    
    .our-mission-2 .label-container-1:before {
        display: none;
    }
    
    .our-mission-2 .label-container-1:after {
        font-size: 10px;
        padding: 3px 6px;
    }
}.training-specialist-5 {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.training-specialist-5 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.training-specialist-5 .skill-training-4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.training-specialist-5 .learner-stories-6 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
    background: #ffffff;
    border: 2px solid rgb(148,135,134);
    border-radius: 24px;
    max-width: 45%;
    margin: 20px;
}

.training-specialist-5 .img-box-grid-0 {
    width: 150px;
    height: 150px;
    border-radius: 24px;
    overflow: hidden;
    background: #000000;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.training-specialist-5 .work-explore-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.training-specialist-5 .name {
    font-size: 30px;
    color: rgb(190,180,176);
    font-family: Ubuntu, sans-serif;
    margin-bottom: 5px;
    font-weight: 700;
}

.training-specialist-5 span {
    font-size: 22px;
    color: rgb(148,135,134);
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}

.training-specialist-5 .exp-container-1 {
    font-size: 12px;
    color: #000000;
    font-style: normal;
    border-left: 3px solid rgb(190,180,176);
    padding-left: 15px;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .training-specialist-5 .learner-stories-6 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .training-specialist-5 .skill-training-4 {
        flex-direction: column;
        align-items: center;
    }

    .training-specialist-5 {
        padding: 50px 0;
    }

    .training-specialist-5 .learner-stories-6 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .training-specialist-5 .img-box-grid-0 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .training-specialist-5 .exp-container-1 {
        padding-left: 0;
        border-left: none;
        border-top: 3px solid rgb(190,180,176);
        padding-top: 15px;
    }
}

.wrapper-skeleton-3 .training-specialist-5 {
    position: relative;
    background: rgb(228,224,212);
    padding: 80px 0;
}

.wrapper-skeleton-3 .training-specialist-5 .skill-training-4 {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper-skeleton-3 .training-specialist-5 .learner-stories-6 {
    max-width: 80%;
    margin: 20px;
    flex-direction: row-reverse;
    border: 2px solid rgb(190,180,176);
}

.wrapper-skeleton-3 .training-specialist-5 .img-box-grid-0 {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    border: 5px solid #ffffff;
    margin-left: 20px;
    flex-shrink: 0;
}

.wrapper-skeleton-3 .work-explore-3 {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
    width: 100%;
    text-align: left;
}

.wrapper-skeleton-3 .training-specialist-5 .learner-stories-6 .name {
    font-size: 43px;
    font-weight: 700;
    color: rgb(190,180,176);
}

.wrapper-skeleton-3 .training-specialist-5 .learner-stories-6 span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(148,135,134);
}

.wrapper-skeleton-3 .training-specialist-5 .learner-stories-6 .exp-container-1 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
    border-left: none;
    padding-left: 0;
    border-top: 3px solid rgb(190,180,176);
    padding-top: 15px;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-3 .training-specialist-5 .learner-stories-6 {
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 10px;
        margin: 0;
    }

    .wrapper-skeleton-3 .training-specialist-5 .img-box-grid-0 {
        width: 150px;
        height: 150px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .wrapper-skeleton-3 .work-explore-3 {
        width: 100%;
        padding: 15px;
    }

    .wrapper-skeleton-3 .training-specialist-5 .learner-stories-6 .name {
        font-size: 30px;
    }
}
