* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.header-edu {
    flex: 1 0 auto;
}.partner-logo {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1161px;
}.wrapping-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    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;
}}
.privacy-hideaway {
    width: 85%;
    padding: 50px;
    position: relative;
    background: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(212,203,198);
    max-width: 1000px;
    margin: 0 auto;
}.privacy-hideaway:before, .privacy-hideaway:after {
    width: 100%;
    background: linear-gradient(135deg, rgb(212,203,198,0.5), rgb(179,168,161,0.5));
    content: "";
    z-index: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
}.privacy-hideaway h1 {
    z-index: 1;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(212,203,198);
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}.privacy-hideaway h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 33px;
    z-index: 1;
    border-bottom: 2px solid rgb(179,168,161,0.5);
    position: relative;
    margin-top: 30px;
    color: rgb(179,168,161);
}.privacy-hideaway ul, .privacy-hideaway ol {
    margin-bottom: 20px;
    padding-left: 20px;
    z-index: 1;
    position: relative;
    list-style: none;
    list-style-type: disc;
}.privacy-hideaway li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
}.privacy-hideaway li:before {
    left: -20px;
    line-height: 1;
    color: rgb(212,203,198);
    position: absolute;
    font-size: 1.2em;
    content: "•";
}.privacy-hideaway div {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1.8;
    padding: 25px;
    background: #ffffff;
    position: relative;
}.privacy-hideaway .container {
    position: relative;
    z-index: 1;
}.privacy-hideaway h3, .privacy-hideaway h4, .privacy-hideaway h5, .privacy-hideaway h6 {
    position: relative;
    font-weight: 600;
    color: rgb(212,203,198);
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}.privacy-hideaway p, .privacy-hideaway span {
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}.privacy-hideaway a {
    font-weight: 600;
    border-bottom: 1px solid rgb(179,168,161);
    color: rgb(179,168,161);
    position: relative;
    text-decoration: none;
    z-index: 1;
}.privacy-hideaway a:hover {
    color: rgb(212,203,198);
    border-bottom: 1px solid rgb(212,203,198);
}.privacy-hideaway button {
    font-size: 16px;
    z-index: 1;
    position: relative;
    background: rgb(179,168,161);
    color: #ffffff;
    border-radius: 10px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
}.privacy-hideaway button:hover {
    background: rgb(212,203,198);
}

@media only screen and (max-width: 800px) {.privacy-hideaway {
    padding: 30px;
    width: 90%;
}.privacy-hideaway h1 {
    font-size: calc(18px - 5px);
}.privacy-hideaway h2 {
    font-size: calc(18px - 3px);
}.privacy-hideaway ul, .privacy-hideaway ol {
    padding-left: 10px;
}.privacy-hideaway li:before {
    left: -10px;
}.privacy-hideaway button {
    padding: 10px 20px;
}}header {
    padding: 1.5rem 0;
    z-index: 100;
    position: relative;
    box-shadow: 0 5px 15px rgb(212,203,198,0.5);
    background: linear-gradient(to right, rgb(239,237,234), #ffffff);
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}header .head-sitewrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
}header .main-site {
    padding: 0.5rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}header .main-site::after {
    bottom: -5px;
    left: 0;
    width: 100%;
    opacity: 0.7;
    content: '';
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(212,203,198), transparent);
    position: absolute;
}header .main-site svg {
    height: auto;
    width: 180px;
    transition: transform 0.3s ease;
}header .main-site:hover svg {
    transform: scale(1.05);
}header .top-sitebar {
    background: linear-gradient(to right, rgb(212,203,198,0.5), rgb(179,168,161,0.5));
    border-radius: 22px;
    width: 100%;
    gap: 0.5rem;
    display: flex;
    padding: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
}header .main-start {
    background: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}header .main-start:hover {
    box-shadow: 0 4px 8px rgb(212,203,198,0.5);
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(212,203,198), rgb(179,168,161));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main-site svg {
    width: 160px;
}header .top-sitebar {
    padding: 0.7rem;
}header .main-start {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .head-sitewrap {
    gap: 1rem;
}header .main-site svg {
    width: 140px;
}header .top-sitebar {
    gap: 0.4rem;
    padding: 0.6rem;
}header .main-start {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head-sitewrap {
    gap: 0.8rem;
}header .main-site svg {
    width: 120px;
}header .top-sitebar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem;
}header .top-sitebar::-webkit-scrollbar {
    height: 3px;
}header .top-sitebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,203,198);
}header .main-start {
    padding: 0.4rem 0.7rem;
    font-size: calc(15px - 2px);
    flex-shrink: 0;
    white-space: nowrap;
}}footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -1;
    left: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(212,203,198,0.5) 50%, rgb(179,168,161,0.5) 100%);
    animation: gradientShift 15s ease infinite;
}.partner-logo {
    position: relative;
    padding: 4.5rem 0 2rem;
}.partner-logo::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(212,203,198) 25%, 
                #ffffff 50%, 
                rgb(179,168,161) 75%, 
                transparent 100%);
    animation: shimmer 8s linear infinite;
}.partner-logo .container {
    justify-content: space-between;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}.partner-logo .company_holder {
    transform: translateY(0);
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
}.partner-logo .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(212,203,198,0.5);
    transform: translateY(-5px);
}.partner-logo .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.85);
    position: relative;
    font-weight: 700;
    display: inline-block;
}.partner-logo .company_holder h3::after {
    content: "";
    bottom: -8px;
    width: 100%;
    height: 2px;
    transform-origin: left;
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(212,203,198), rgb(179,168,161));
    left: 0;
    transform: scaleX(0.3);
}.partner-logo .company_holder:hover h3::after {
    transform: scaleX(1);
}.partner-logo .transcript {
    max-width: 450px;
    margin-top: 1rem;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}.partner-logo .job-board {
    flex: 1 1 450px;
    position: relative;
}.partner-logo .first-expert {
    gap: 1.5rem;
    flex-wrap: wrap;
    display: flex;
}.partner-logo .job-board .first-expert {
    justify-content: flex-end;
}.partner-logo .top-sitebar {
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex: 1 1 200px;
    border-radius: 27px;
    padding: 1.5rem;
}.partner-logo .top-sitebar h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: inline-block;
    position: relative;
    font-size: 18px;
}.partner-logo .top-sitebar h5::before {
    background: rgb(212,203,198);
    left: 0;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -6px;
    content: "";
}.partner-logo .top-sitebar:hover h5::before {
    width: 100%;
}.partner-logo .top-sitebar .first-expert {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.partner-logo .top-sitebar a {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    font-size: 18px;
    text-decoration: none;
    display: block;
    z-index: 1;
}.partner-logo .top-sitebar a::before {
    left: 0;
    z-index: -1;
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(212,203,198), rgb(179,168,161));
}.partner-logo .top-sitebar a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.partner-logo .top-sitebar a:hover::before {
    width: 100%;
}.discount-cta {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    overflow: hidden;
}.discount-cta::before {
    right: 0;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(179,168,161) 25%, 
                #ffffff 50%, 
                rgb(212,203,198) 75%, 
                transparent 100%);
}.discount-cta .container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.discount-cta .facebook-cta {
    font-size: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    text-align: center;
    position: relative;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
}.discount-cta .facebook-cta:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(212,203,198,0.5);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.partner-logo {
    padding: 3.5rem 0 2rem;
}.partner-logo .container {
    flex-direction: column;
}.partner-logo .company_holder {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}.partner-logo .job-board {
    flex: 1 1 100%;
}.partner-logo .job-board .first-expert {
    justify-content: space-between;
}.partner-logo .top-sitebar {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.partner-logo {
    padding: 3rem 0 1.5rem;
}.partner-logo::before {
    height: 2px;
}.partner-logo .company_holder {
    padding: 1.25rem;
}.partner-logo .top-sitebar {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.partner-logo .job-board .first-expert {
    flex-direction: column;
}.discount-cta {
    padding: 1.25rem 0;
}.discount-cta::before {
    height: 2px;
}
}

@media (max-width: 576px) {.partner-logo {
    padding: 2.5rem 0 1rem;
}.partner-logo .company_holder h3 {
    font-size: calc(30px * 0.75);
}.partner-logo .transcript {
    font-size: calc(18px * 0.9);
}.partner-logo .top-sitebar h5 {
    font-size: calc(18px * 0.9);
}.partner-logo .top-sitebar a {
    font-size: calc(18px * 0.9);
}.discount-cta .facebook-cta {
    font-size: calc(15px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.partner-logo .first-expert a::after {
    transform: translateY(-50%) scale(0);
    background: rgb(212,203,198);
    height: 4px;
    top: 50%;
    left: -10px;
    border-radius: 50%;
    content: "";
    width: 4px;
    transition: transform 0.3s ease;
    position: absolute;
}.partner-logo .first-expert a:hover::after {
    transform: translateY(-50%) scale(1);
}.partner-logo .transcript::before {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    left: -10px;
    position: absolute;
    border: 1px solid transparent;
    height: 0;
    top: -10px;
    content: "";
}.partner-logo .transcript::after {
    width: 0;
    right: -10px;
    content: "";
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    bottom: -10px;
    position: absolute;
}.partner-logo .company_holder:hover .transcript::before {
    border-top-color: rgb(212,203,198,0.5);
    border-right-color: rgb(212,203,198,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
}.partner-logo .company_holder:hover .transcript::after {
    border-left-color: rgb(179,168,161,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-bottom-color: rgb(179,168,161,0.5);
    width: calc(100% + 20px);
}.contact-form-section {
    background: rgb(239,237,234);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact-form-section::before {
    content: '';
    opacity: 0.05;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,168,161,0.5),
        rgb(179,168,161,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    position: absolute;
    height: 100%;
}.contact-form-section .img-header {
    height: 90%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 18px 0 0 18px;
    z-index: 1;
    position: absolute;
    top: 5%;
    right: 0;
    width: 40%;
}.contact-form-section .img-header::after {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgb(212,203,198,0.5), transparent 70%);
    width: 100%;
    top: 0;
    border-radius: 18px 0 0 18px;
}.contact-form-section .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.contact-form-section h3 {
    font-size: 32px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(212,203,198);
    text-align: center;
}.contact-form-section .help-help {
    overflow: hidden;
    border-radius: 18px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.contact-form-section .message-help {
    position: relative;
    padding: 50px;
    flex: 1;
}.contact-form-section form h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
}.contact-form-section input[type="text"],
.contact-form-section textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.contact-form-section input[type="text"]:focus,
.contact-form-section textarea:focus {
    box-shadow: 0 0 0 2px rgb(212,203,198,0.5);
    border-color: rgb(212,203,198);
    outline: none;
}.contact-form-section textarea {
    height: 150px;
    resize: none;
}.contact-form-section .message-map {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-form-section .message-map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-section .message-map label {
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
}.contact-form-section .message-map label::before {
    transition: all 0.3s ease;
    height: 18px;
    content: '';
    border: 2px solid rgb(179,168,161);
    top: 2px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 18px;
}.contact-form-section .message-map input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,203,198);
    background: rgb(212,203,198);
}.contact-form-section .message-map input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 6px;
    top: 6px;
    height: 10px;
    width: 6px;
    content: '';
    transform: rotate(45deg);
    border: solid #ffffff;
}.contact-form-section .message-map a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(212,203,198);
}.contact-form-section .message-map a:hover {
    text-decoration: underline;
}.contact-form-section .inquiry-query {
    font-family: Arial, sans-serif;
    background: rgb(212,203,198);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 15px 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border: none;
    color: #ffffff;
}.contact-form-section .inquiry-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(179,168,161);
}.contact-form-section .reach-info {
    background: rgb(212,203,198);
    padding: 50px;
    width: 35%;
    position: relative;
}.contact-form-section .reach-info::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
}.contact-form-section .reach-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
}.contact-form-section .reach-info h4::after {
    height: 3px;
    left: 0;
    background: #ffffff;
    width: 40px;
    bottom: -15px;
    content: '';
    position: absolute;
}.contact-form-section .connect-links {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-form-section .connect-links li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}.contact-form-section .connect-links svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact-form-section .connect-links svg path {
    fill: #ffffff;
}.contact-form-section .connect-links span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
}.contact-form-section .connect-links a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-form-section .connect-links a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-form-section .img-header {
    display: none;
}.contact-form-section .help-help {
    flex-direction: column;
}.contact-form-section .message-help {
    width: 100%;
}.contact-form-section .reach-info {
    width: 100%;
}
}

@media (max-width: 768px) {.contact-form-section {
    padding: 60px 0;
}.contact-form-section h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.contact-form-section .message-help,
    .contact-form-section .reach-info {
    padding: 40px;
}
}

@media (max-width: 576px) {.contact-form-section {
    padding: 40px 0;
}.contact-form-section h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.contact-form-section .message-help,
    .contact-form-section .reach-info {
    padding: 30px 20px;
}.contact-form-section form h3,
    .contact-form-section .reach-info h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact-form-section input[type="text"],
    .contact-form-section textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-form-section textarea {
    height: 120px;
}.contact-form-section .inquiry-query {
    padding: 12px;
    width: 100%;
}.contact-form-section .connect-links li {
    margin-bottom: 20px;
}}.greeting-page {
    background: linear-gradient(135deg, rgb(239,237,234), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    position: relative;
    display: flex;
    perspective: 1000px;
    justify-content: center;
}.greeting-page .main-open {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    width: 92%;
    max-width: 1200px;
}.greeting-page .main-open > div {
    transform: translateZ(0);
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.greeting-page h3 {
    transform: translateY(0) rotateX(0deg);
    background: linear-gradient(45deg, rgb(212,203,198), rgb(179,168,161));
    color: #ffffff;
    z-index: 3;
    backface-visibility: hidden;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    line-height: 1.4;
    font-size: calc(24px * 1.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
}.greeting-page .mentor-approach {
    height: 60vh;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(20px) rotateX(2deg);
    overflow: hidden;
    position: relative;
    min-height: 480px;
}.greeting-page .mentor-approach::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(212,203,198,0.5) 50%,
    #000000 100%
  );
    left: 0;
    opacity: 0.85;
    bottom: 0;
    right: 0;
    z-index: 1;
}.greeting-page .mentor-approach::after {
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    backdrop-filter: blur(3px);
    right: 0;
    background: linear-gradient(
    135deg,
    transparent 30%,
    rgb(179,168,161,0.5) 100%
  );
    left: 0;
    top: 0;
    z-index: 2;
    transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
    content: "";
}.greeting-page .mentor-approach > div {
    height: 100%;
    justify-content: center;
    z-index: 3;
    padding: 4rem 3rem;
    align-items: flex-start;
    flex-direction: column;
    transform: translateZ(30px);
    display: flex;
    position: relative;
}.greeting-page p {
    font-family: Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    font-weight: 400;
    background: linear-gradient(90deg, rgb(212,203,198,0.5), transparent);
    max-width: 500px;
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    backdrop-filter: blur(4px);
    transform: translateX(-20px);
    line-height: 1.6;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(12px * 1.15);
}.greeting-page h1.title_style_header {
    transform: perspective(1000px) rotateX(0);
    margin: 0;
    position: relative;
    padding: 0.5rem 0;
    max-width: 700px;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    font-weight: 700;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #ffffff;
    font-size: calc(46px * 1.1);
}.greeting-page h1.title_style_header::before {
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,168,161), transparent);
    content: "";
    bottom: -10px;
    height: 6px;
    left: 0;
    animation: expandWidth 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.greeting-page:hover .mentor-approach {
    transform: translateZ(25px) rotateX(0deg);
}.greeting-page:hover h3 {
    transform: translateY(-5px) rotateX(2deg);
}.greeting-page:hover .mentor-approach::after {
    backdrop-filter: blur(2px);
    opacity: 0.2;
}

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

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(-20px);
  }
}

@keyframes expandWidth {
  from {
    width: 50px;
  }
  to {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {.greeting-page .main-open > div {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.greeting-page h3 {
    align-self: center;
    transform: translateZ(10px) perspective(1000px);
    font-size: 24px;
}.greeting-page .mentor-approach {
    height: 70vh;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}.greeting-page h1.title_style_header {
    font-size: 46px;
    max-width: 90%;
}
}

@media screen and (min-width: 992px) {.greeting-page .main-open > div {
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
}.greeting-page h3 {
    padding: 2.5rem;
    transform: translateZ(15px) perspective(1000px);
}.greeting-page .mentor-approach {
    transform: translateZ(30px) rotateX(1deg);
    height: 80vh;
}.greeting-page .mentor-approach > div {
    padding: 5rem 4rem;
}.greeting-page p {
    font-size: calc(12px * 1.25);
    max-width: 550px;
}.greeting-page h1.title_style_header {
    font-size: calc(46px * 1.2);
}.greeting-page h1.title_style_header::before {
    height: 8px;
}
}

@media screen and (max-width: 767px) {.greeting-page {
    padding: 3rem 0;
    min-height: auto;
}.greeting-page .main-open {
    width: 90%;
}.greeting-page h3 {
    padding: 1.5rem;
    font-size: calc(17px * 1.1);
}.greeting-page .mentor-approach {
    min-height: 380px;
    height: 50vh;
}.greeting-page .mentor-approach > div {
    padding: 2rem 1.5rem;
}.greeting-page p {
    transform: translateX(-10px);
    margin-bottom: 1rem;
    font-size: 12px;
}.greeting-page h1.title_style_header {
    font-size: calc(31px * 0.9);
}.greeting-page h1.title_style_header::before {
    height: 4px;
}}.give-it-a-try {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
    background-color: rgb(239,237,234);
}.give-it-a-try::before {
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.04;
    height: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
}.give-it-a-try::after {
    animation: bgPulse 10s ease-in-out infinite alternate;
    position: absolute;
    background-image: 
        radial-gradient(rgb(212,203,198,0.5) 1px, transparent 2px),
        radial-gradient(rgb(179,168,161,0.5) 1px, transparent 2px);
    content: '';
    background-position: 0 0, 25px 25px;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.06;
    background-size: 30px 30px, 50px 50px;
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.give-it-a-try .expert-classes {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transition: all 0.5s ease;
    text-align: center;
    background-color: rgb(239,237,234);
    margin: 0 auto;
    position: relative;
    padding: 60px;
    max-width: 1000px;
}.give-it-a-try .expert-classes:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
}.give-it-a-try h3 {
    font-family: Arial, sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
}.give-it-a-try h3::before {
    background: rgb(212,203,198);
    position: absolute;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    left: -20px;
    top: 50%;
    height: 10px;
    width: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
}.give-it-a-try h3::after {
    content: '';
    transform: translateY(-50%);
    background: rgb(179,168,161);
    height: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    right: -20px;
    width: 10px;
    position: absolute;
    top: 50%;
}.give-it-a-try .quick-contact {
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
    padding: 16px 40px;
    background: rgb(239,237,234);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    letter-spacing: 1.5px;
    margin-top: 20px;
    display: inline-block;
    color: #000000;
    border-radius: 27px;
    font-size: 19px;
}.give-it-a-try .quick-contact::before {
    height: 100%;
    content: '';
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(212,203,198,0.5), 
        rgb(179,168,161,0.5),
        rgb(212,203,198,0.5)
    );
}.give-it-a-try .quick-contact:hover {
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    color: rgb(212,203,198);
}.give-it-a-try .quick-contact:hover::before {
    opacity: 0.2;
}.give-it-a-try .quick-contact:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}.give-it-a-try .expert-classes::before,
.give-it-a-try .expert-classes::after {
    border-radius: 50%;
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    content: '';
}.give-it-a-try .expert-classes::before {
    animation: pulse 8s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(212,203,198), rgb(179,168,161));
    left: -40px;
    height: 200px;
    top: -40px;
    width: 200px;
}.give-it-a-try .expert-classes::after {
    width: 150px;
    height: 150px;
    right: -30px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
    bottom: -30px;
    background: linear-gradient(135deg, rgb(179,168,161), rgb(212,203,198));
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.give-it-a-try .expert-classes {
    position: relative;
}.give-it-a-try .expert-classes::before {
    background-size: 80px 100%;
    top: 0;
    content: '';
    transition: opacity 0.5s ease, background-size 0.5s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, transparent 49.5%, rgb(212,203,198,0.5) 50%, transparent 50.5%);
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
}.give-it-a-try:hover .expert-classes::before {
    background-size: 40px 100%;
    opacity: 0.05;
}.give-it-a-try .expert-classes::after {
    left: 20px;
    content: '';
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,203,198,0.5), 
        rgb(179,168,161,0.5), 
        rgb(212,203,198,0.5), 
        transparent
    );
    bottom: 20px;
    position: absolute;
    width: calc(100% - 40px);
}

@media screen and (max-width: 992px) {.give-it-a-try {
    padding: 80px 0;
}.give-it-a-try .expert-classes {
    padding: 40px;
    max-width: 90%;
}.give-it-a-try h3 {
    font-size: calc(29px * 0.9);
}.give-it-a-try .expert-classes::before {
    height: 150px;
    width: 150px;
}.give-it-a-try .expert-classes::after {
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 768px) {.give-it-a-try {
    padding: 60px 0;
}.give-it-a-try .expert-classes {
    max-width: 95%;
    padding: 30px 20px;
}.give-it-a-try h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.give-it-a-try h3::before,
    .give-it-a-try h3::after {
    display: none;
}.give-it-a-try .quick-contact {
    padding: 14px 30px;
    font-size: calc(19px * 0.9);
}.give-it-a-try .expert-classes::before,
    .give-it-a-try .expert-classes::after {
    height: 100px;
    width: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.give-it-a-try::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.course-candidates {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(239,237,234) 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
}.course-candidates::before {
    content: "";
    right: 0;
    position: absolute;
    background-position: 0 0;
    opacity: 0.3;
    z-index: 1;
    background-image: radial-gradient(rgb(212,203,198,0.5) 20%, transparent 20%);
    background-size: 20px 20px;
    width: 60%;
    bottom: 0;
    height: 60%;
}.course-candidates .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.course-candidates .expert-classes {
    position: relative;
}.course-candidates h4 {
    font-size: 39px;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    text-align: center;
    color: rgb(212,203,198);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 50px;
}.course-candidates h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.course-candidates h4::after {
    background: linear-gradient(90deg, rgb(212,203,198), rgb(179,168,161));
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 5px;
    width: 100px;
    position: absolute;
}.course-candidates div > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
    display: grid;
}.course-candidates p {
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    font-size: 13px;
    height: 200px;
    background: #ffffff;
    margin: 0;
    transition: all 0.3s ease;
    align-items: center;
    text-align: center;
    color: #000000;
    z-index: 1;
    position: relative;
}.course-candidates p:nth-child(even) {
    transform: translateY(100px);
}.course-candidates p::before {
    z-index: -1;
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff, rgb(239,237,234));
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    left: 0;
}.course-candidates p:hover {
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.course-candidates p:hover::before {
    opacity: 1;
}.course-candidates p svg {
    height: 32px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    position: absolute;
    width: 32px;
    top: 30px;
    left: 50%;
}.course-candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,203,198);
}.course-candidates p span {
    margin-top: 50px;
    display: block;
    width: 100%;
}.course-candidates p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.course-candidates p:hover svg path {
    fill: rgb(179,168,161);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course-candidates::after {
    height: 200px;
    content: "";
    top: 10%;
    z-index: 1;
    border: 2px dashed rgb(179,168,161,0.5);
    animation: hexSpin 30s linear infinite;
    left: 5%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    position: absolute;
    opacity: 0.5;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.course-candidates .expert-classes > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}.course-candidates .expert-classes > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course-candidates .expert-classes > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course-candidates .expert-classes > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course-candidates .expert-classes > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course-candidates .expert-classes > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course-candidates .expert-classes > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.course-candidates {
    padding: 80px 0;
}.course-candidates h4 {
    font-size: calc(39px * 0.85);
    margin-bottom: 70px;
}.course-candidates div > div {
    padding: 0;
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
}.course-candidates p {
    padding: 35px 25px;
    height: 180px;
}.course-candidates p:nth-child(3n+2) {
    transform: translateY(0);
}.course-candidates p:nth-child(even) {
    transform: translateY(90px);
}.course-candidates p svg {
    top: 25px;
}.course-candidates p span {
    margin-top: 45px;
}.course-candidates::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 768px) {.course-candidates {
    padding: 70px 0;
}.course-candidates h4 {
    font-size: calc(39px * 0.7);
    margin-bottom: 60px;
}.course-candidates h4::after {
    width: 80px;
    bottom: -12px;
}.course-candidates div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course-candidates p {
    clip-path: none;
    aspect-ratio: 1.73 / 1;
    height: auto;
    padding: 20px;
    border-radius: 16px;
}.course-candidates p::before {
    clip-path: none;
    border-radius: 16px;
}.course-candidates p:nth-child(even) {
    transform: translateY(0);
}.course-candidates p svg {
    position: static;
    margin-right: 15px;
    height: 28px;
    transform: none;
    width: 28px;
}.course-candidates p span {
    margin-top: 0;
    display: inline;
}.course-candidates p:hover {
    transform: translateY(0) scale(1.03);
}.course-candidates p:hover svg {
    transform: scale(1.2);
}.course-candidates::after {
    display: none;
}
}

@media (max-width: 576px) {.course-candidates {
    padding: 60px 0;
}.course-candidates h4 {
    margin-bottom: 40px;
    font-size: calc(39px * 0.6);
}.course-candidates h4::after {
    bottom: -10px;
    width: 60px;
    height: 4px;
}.course-candidates p {
    padding: 15px;
    font-size: calc(13px * 0.9);
}.course-candidates p svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}}.appBlock {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(rgb(212,203,198), 0.1) 100%);
}.appBlock::before {
    top: -50px;
    right: -50px;
    content: "";
    width: 200px;
    border-radius: 10px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 200px;
    opacity: 0.07;
    z-index: 1;
    background: linear-gradient(225deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
    position: absolute;
    transform: rotate(45deg);
}.appBlock::after {
    z-index: 1;
    bottom: -30px;
    background: linear-gradient(45deg, rgb(179,168,161) 0%, rgb(212,203,198) 100%);
    opacity: 0.05;
    left: -30px;
    width: 150px;
    border-radius: 10px;
    position: absolute;
    height: 150px;
    transform: rotate(30deg);
    content: "";
}.appBlock:hover::before {
    transform: rotate(55deg) scale(1.1);
}.appBlock .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.appBlock .expert-classes {
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    background: #ffffff;
    padding: 40px;
    border-left: 4px solid rgb(212,203,198);
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.appBlock .expert-classes:hover {
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
    transform: translateY(-5px);
}.appBlock .expert-classes::before {
    top: 0;
    pointer-events: none;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(212,203,198), 0.02) 0%, transparent 100%);
}.appBlock .expert-classes > div:first-child {
    position: relative;
}.appBlock .expert-classes > div:first-child::after {
    transform: scaleX(1);
    position: absolute;
    content: "";
    transform-origin: left;
    width: 60px;
    bottom: -15px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    background: rgb(212,203,198);
}.appBlock .expert-classes:hover > div:first-child::after {
    transform: scaleX(1.5);
}.appBlock h5 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    position: relative;
}.appBlock p {
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
    color: #000000;
}.appBlock a {
    overflow: hidden;
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: 5px 0;
}.appBlock a::before {
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    left: 0;
    transform-origin: right;
    height: 1px;
    position: absolute;
    content: "";
    background: rgb(212,203,198);
}.appBlock a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.appBlock a:hover p {
    transform: translateY(-2px);
}.appBlock .expert-classes > div:last-child {
    position: relative;
}.appBlock .expert-classes > div:last-child::before {
    right: 0;
    color: rgb(212,203,198);
    transition: all 0.3s ease;
    top: -15px;
    font-size: 18px;
    transform: rotate(-10deg);
    content: "✓";
    position: absolute;
    opacity: 0.2;
}.appBlock .expert-classes:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

@media (min-width: 768px) {.appBlock {
    padding: 100px 0;
}.appBlock .expert-classes {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.appBlock h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 15px;
}.appBlock p {
    font-size: calc(17px * 1.05);
}.appBlock .expert-classes > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}

@media (max-width: 767px) {.appBlock {
    padding: 60px 0;
}.appBlock .expert-classes {
    padding: 30px;
}.appBlock h5 {
    font-size: calc(18px * 0.9);
}.appBlock::before,
  .appBlock::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 480px) {.appBlock {
    padding: 40px 0;
}.appBlock .expert-classes {
    gap: 20px;
    padding: 25px 20px;
    grid-template-columns: 1fr;
}.appBlock h5 {
    font-size: calc(18px * 0.85);
}.appBlock p {
    font-size: calc(17px * 0.95);
}.appBlock .expert-classes > div:first-child::after {
    bottom: -10px;
    width: 50px;
}
}

@media (hover: none) {.appBlock .expert-classes {
    transform: none !important;
}.appBlock a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.appBlock *,
  .appBlock *::before,
  .appBlock *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(212,203,198);
}header .top_plank .header-plank div svg, header .top_plank .header-plank div svg path {
    fill: #ffffff;
}header .top_plank .header-plank div span {
    color: #ffffff;
}header .top_plank .header-plank {
    line-height: 21px;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    align-items: center;
    display: flex;
    padding: 15px 0 10px 0;
    width: 100%;
}header .top_plank .header-plank div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .header-plank div img, header .top_plank .header-plank div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.mentorship-experience {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.mentorship-experience::before {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 25rem;
    background: linear-gradient(120deg, rgb(212,203,198,0.5) 10%, rgb(179,168,161,0.5) 90%);
    opacity: 0.1;
    z-index: 1;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transform: rotate(-15deg);
    height: 25rem;
}.mentorship-experience::after {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 15rem;
    bottom: -5%;
    width: 15rem;
    content: "";
    background: linear-gradient(220deg, rgb(179,168,161,0.5) 10%, rgb(212,203,198,0.5) 90%);
    z-index: 1;
    opacity: 0.08;
    transform: rotate(12deg);
    position: absolute;
    left: -5%;
}.mentorship-experience .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.mentorship-experience .feedback-testimonials {
    border-left: 5px solid rgb(212,203,198);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    display: grid;
    padding: 3rem;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    grid-template-columns: 1fr;
}.mentorship-experience .feedback-testimonials:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.mentorship-experience .feedback-testimonials > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.mentorship-experience .img-header {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 180px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    width: 180px;
    transform: rotate(-3deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.mentorship-experience .feedback-testimonials:hover .img-header {
    transform: rotate(0deg) scale(1.05);
}.mentorship-experience .name {
    margin-bottom: 0.5rem;
    color: rgb(212,203,198);
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.mentorship-experience .name::after {
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    width: 40%;
    position: absolute;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(212,203,198) 0%, transparent 100%);
}.mentorship-experience .feedback-testimonials:hover .name::after {
    width: 90%;
}.mentorship-experience .feedback-testimonials > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.mentorship-experience .feedback-testimonials > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(14px - 0.1rem);
    text-transform: uppercase;
    color: rgb(179,168,161);
}.mentorship-experience .exp-card {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
}.mentorship-experience .exp-card::before {
    position: absolute;
    top: -1.5rem;
    left: -0.8rem;
    content: "";
    color: rgb(212,203,198,0.5);
    font-size: 5rem;
    opacity: 0.3;
    font-family: Georgia, serif;
}

@media (min-width: 768px) {.mentorship-experience .feedback-testimonials {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.mentorship-experience .feedback-testimonials > div:first-child {
    grid-row: span 2;
}.mentorship-experience .img-header {
    width: 200px;
    height: 200px;
}.mentorship-experience .exp-card {
    font-size: calc(14px + 0.05rem);
}
}

@media (min-width: 992px) {.mentorship-experience .feedback-testimonials {
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
}.mentorship-experience .feedback-testimonials > div:first-child {
    grid-row: 1;
}.mentorship-experience .img-header {
    width: 220px;
    height: 220px;
}.mentorship-experience .exp-card {
    padding-left: 2rem;
}.mentorship-experience .exp-card::before {
    left: -0.5rem;
    font-size: 6rem;
    top: -2rem;
}
}

@media (max-width: 767px) {.mentorship-experience {
    padding: 3rem 0;
}.mentorship-experience .feedback-testimonials {
    padding: 2rem;
}.mentorship-experience .img-header {
    height: 150px;
    width: 150px;
}.mentorship-experience .name {
    font-size: calc(21px - 0.1rem);
}.mentorship-experience .exp-card {
    font-size: calc(14px - 0.1rem);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.mentorship-experience {
    padding: 2rem 0;
}.mentorship-experience .container {
    padding: 0 1rem;
}.mentorship-experience .feedback-testimonials {
    gap: 1.5rem;
    padding: 1.5rem;
}.mentorship-experience .img-header {
    width: 120px;
    height: 120px;
}.mentorship-experience .exp-card::before {
    top: -1rem;
    font-size: 4rem;
}}.training-method {
    background: linear-gradient(135deg, rgba(#000000, 0.03) 0%, rgba(rgb(212,203,198), 0.05) 100%);
    font-family: Arial, sans-serif;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.training-method::before {
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(212,203,198), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(212,203,198), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(212,203,198), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(212,203,198), 0.02) 75%);
    background-size: 20px 20px;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    content: '';
}.training-method::after {
    background: linear-gradient(135deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
    opacity: 0.1;
    border-radius: 50%;
    width: 150px;
    bottom: -30px;
    right: -30px;
    height: 150px;
    position: absolute;
    filter: blur(30px);
    content: '';
    z-index: 0;
}.training-method .expert-classes {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}.training-method .expert-classes:hover {
    transform: perspective(1000px) rotateX(0deg);
}.training-method h2 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    transform: translateZ(20px);
    position: relative;
    text-align: left;
}.training-method h2::after {
    height: 4px;
    content: '';
    background: linear-gradient(to right, rgb(212,203,198), rgb(179,168,161));
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    left: 0;
    border-radius: 10px;
    transform: scaleX(1);
    position: absolute;
    bottom: -10px;
    width: 80px;
    box-shadow: 0 2px 10px rgba(rgb(212,203,198), 0.2);
}.training-method .expert-classes:hover h2::after {
    transform: scaleX(1.5);
}.training-method .text-item {
    border-radius: calc(14px / 2);
    transform: translateZ(0);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(#000000, 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    overflow: hidden;
    padding: 40px;
}.training-method .text-item::before {
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(212,203,198), rgb(179,168,161));
    height: 4px;
    left: 0;
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.training-method .text-item::after {
    z-index: 0;
    position: absolute;
    width: 40%;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(212,203,198), 0.03) 100%);
    right: 0;
    height: 50%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: '';
}.training-method .expert-classes:hover .text-item {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        20px 20px 40px rgba(#000000, 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
}.training-method p {
    z-index: 2;
    color: #000000;
    font-size: 12px;
    line-height: 1.75;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
}.training-method .expert-classes:hover p {
    transform: scale(1.01);
}

@media (max-width: 991px) {.training-method {
    padding: 90px 0;
}.training-method .expert-classes {
    padding: 0 25px;
    transform: perspective(1000px) rotateX(1deg);
}.training-method h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}.training-method .text-item {
    padding: 35px;
}
}

@media (max-width: 767px) {.training-method {
    padding: 70px 0;
}.training-method .expert-classes {
    transform: none;
    padding: 0 20px;
}.training-method h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.training-method h2::after {
    width: 60px;
    height: 3px;
}.training-method .text-item {
    box-shadow: 
            10px 10px 20px rgba(#000000, 0.05),
            -10px -10px 20px rgba(#ffffff, 0.8),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
    padding: 30px;
}.training-method .expert-classes:hover .text-item {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 
            15px 15px 30px rgba(#000000, 0.08),
            -15px -15px 30px rgba(#ffffff, 0.9),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
}.training-method p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.training-method {
    padding: 50px 0;
}.training-method .expert-classes {
    padding: 0 15px;
}.training-method h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.7);
}.training-method h2::after {
    width: 50px;
    height: 3px;
}.training-method .text-item {
    padding: 25px 20px;
}.training-method p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.about-this {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 100%);
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}.about-this .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.about-this h2 {
    margin-bottom: 60px;
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    color: #ffffff;
    font-size: 31px;
    opacity: 0;
}.about-this h2::after {
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 0;
    animation: expandLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    width: 80px;
    content: '';
    background: rgb(212,203,198);
}.about-this .text-item {
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateY(20px);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    border-left: 3px solid rgb(212,203,198);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}.about-this .text-item::before {
    content: '';
    height: 100px;
    border-right: 2px solid rgb(179,168,161);
    top: -5px;
    border-top: 2px solid rgb(179,168,161);
    opacity: 0.6;
    right: -5px;
    position: absolute;
    width: 100px;
}.about-this .text-item::after {
    width: 100px;
    bottom: -5px;
    left: -5px;
    border-left: 2px solid rgb(179,168,161);
    content: '';
    border-bottom: 2px solid rgb(179,168,161);
    height: 100px;
    position: absolute;
    opacity: 0.6;
}.about-this .text-item > div {
    display: grid;
    grid-template-columns: 1fr;
}.about-this .text-item p {
    opacity: 0;
    color: rgb(212,203,198);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(17px * 1.5);
    animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: relative;
    transform: translateX(-10px);
}.about-this .text-item p::after {
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    left: 0;
    width: 40px;
    bottom: -10px;
    transform-origin: left;
    background: rgb(212,203,198);
}.about-this .text-item div > div {
    text-align: justify;
    transform: translateY(10px);
    opacity: 0;
    color: #ffffff;
    position: relative;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 17px;
}.about-this .text-item div > div::before {
    background: linear-gradient(to bottom, rgb(212,203,198), transparent);
    width: 3px;
    left: 0;
    content: '';
    top: 0;
    transform-origin: top;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform: scaleY(0);
    bottom: 0;
}

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

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

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

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

@media (min-width: 768px) {.about-this {
    padding: 150px 0 130px;
}.about-this h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 80px;
}.about-this h2::after {
    width: 120px;
    bottom: -20px;
}.about-this .text-item {
    padding: 60px;
    margin-left: 40px;
}.about-this .text-item > div {
    align-items: flex-start;
    gap: 40px;
    grid-template-columns: 1fr 3fr;
}.about-this .text-item p {
    font-size: calc(17px * 2);
    padding-right: 20px;
    margin-bottom: 0;
}.about-this .text-item p::after {
    display: none;
}.about-this .text-item div > div {
    border-left: none;
    position: relative;
    padding-left: 0;
}.about-this .text-item div > div::before {
    left: -20px;
    width: 2px;
}
}

@media (min-width: 992px) {.about-this {
    padding: 180px 0 160px;
}.about-this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.4) 100%);
}.about-this .container {
    padding: 0 40px;
}.about-this h2 {
    margin-bottom: 100px;
    font-size: calc(31px * 1.5);
    transform: translateX(-20px);
}.about-this h2::after {
    width: 150px;
    height: 4px;
}.about-this .text-item {
    padding: 80px;
    margin-right: 80px;
    margin-left: 80px;
    transform: translateY(30px);
}.about-this .text-item::before,
    .about-this .text-item::after {
    height: 150px;
    width: 150px;
}.about-this .text-item > div {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.about-this .text-item p {
    font-size: calc(17px * 2.5);
}.about-this .text-item div > div {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
    transform: translateY(15px);
}
}

@media (min-width: 1200px) {.about-this .text-item {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
}.about-this .text-item:hover {
    transform: perspective(1000px) rotateY(0);
}.about-this .text-item > div {
    grid-template-columns: 1fr 4fr;
}
}

@media (max-width: 767px) {.about-this {
    padding: 80px 0 60px;
}.about-this h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.about-this .text-item {
    margin: 0 10px;
    padding: 30px 20px;
}.about-this .text-item::before,
    .about-this .text-item::after {
    height: 60px;
    width: 60px;
}.about-this .text-item div > div {
    padding-top: 15px;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.learning-profits {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, 
        rgb(239,237,234) 0%, 
        rgb(179,168,161,0.5) 50%, 
        rgb(239,237,234) 100%);
}.learning-profits::before {
    top: 0;
    pointer-events: none;
    content: "";
    z-index: 0;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, 
        rgb(212,203,198,0.5) 0%, 
        transparent 70%);
    left: 0;
    width: 100%;
}.learning-profits::after {
    right: -20%;
    top: -50%;
    position: absolute;
    background: radial-gradient(ellipse at center, 
        rgb(179,168,161,0.5) 0%, 
        transparent 70%);
    content: "";
    opacity: 0.2;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    height: 200%;
    width: 60%;
    pointer-events: none;
    z-index: 0;
}.learning-profits h5 {
    margin-left: auto;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 20px;
    color: #000000;
    z-index: 2;
    font-weight: 700;
    transform: translateY(0);
    margin-right: auto;
    margin-bottom: 3rem;
    position: relative;
    max-width: 800px;
    opacity: 1;
}.learning-profits .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.learning-profits .expert-classes {
    gap: 3rem;
    position: relative;
    align-items: center;
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    animation: fadeInUp 1s ease-out 0.2s forwards;
}.learning-profits .img-header {
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: brightness(1.02) contrast(1.05);
    max-width: 500px;
    height: auto;
}.learning-profits .expert-classes > div:first-child {
    position: relative;
}.learning-profits .expert-classes > div:first-child::before {
    filter: blur(10px);
    height: 100%;
    z-index: -1;
    background: rgb(212,203,198,0.5);
    opacity: 0.3;
    border-radius: 10px;
    top: 20px;
    content: "";
    left: 20px;
    width: 100%;
    position: absolute;
    transform: perspective(1000px) rotateY(-5deg) translateZ(-10px);
}.learning-profits .expert-classes > div:first-child:hover .img-header {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.learning-profits .text-item {
    transform: translateX(0);
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2.5rem 2rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    max-width: 100%;
    border-radius: 10px;
}.learning-profits .text-item::before {
    z-index: -1;
    content: "";
    border-radius: 10px;
    opacity: 0.05;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, 
        rgb(212,203,198,0.5) 0%, 
        transparent 100%);
    top: 0;
    position: absolute;
    height: 100%;
}.learning-profits .text-item ul {
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 1.5rem;
}.learning-profits .text-item li {
    transition: transform 0.4s ease-out;
    padding-left: 2.5rem;
    position: relative;
}.learning-profits .text-item li:hover {
    transform: translateX(5px);
}.learning-profits .text-item li::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, 
        rgb(212,203,198,0.5) 0%, 
        transparent 100%);
    opacity: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
}.learning-profits .text-item li:hover::before {
    opacity: 0.05;
}.learning-profits .text-item p {
    position: relative;
    display: flex;
    line-height: 1.6;
    font-size: 13px;
    align-items: flex-start;
    color: #000000;
    margin: 0;
}.learning-profits .text-item svg {
    margin-right: 10px;
    min-width: 24px;
    transform: translateY(0);
    height: 24px;
    transition: transform 0.3s ease;
    margin-top: 2px;
}.learning-profits .text-item li:hover svg {
    transform: translateY(-2px);
}.learning-profits .text-item svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,203,198);
}.learning-profits .text-item li:hover svg path {
    fill: rgb(179,168,161);
}

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

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

@media (min-width: 768px) {.learning-profits {
    padding: 8rem 0;
}.learning-profits h5 {
    margin-bottom: 4rem;
}.learning-profits .expert-classes {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}.learning-profits .expert-classes > div:first-child {
    flex: 0 0 45%;
}.learning-profits .text-item {
    flex: 0 0 50%;
}.learning-profits .text-item ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.learning-profits .expert-classes > div:first-child {
    flex: 0 0 40%;
}.learning-profits .text-item {
    flex: 0 0 55%;
    padding: 3rem;
}.learning-profits h5 {
    font-size: calc(20px * 1.15);
}.learning-profits .text-item p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.learning-profits {
    padding: 4rem 0;
}.learning-profits h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 2rem;
}.learning-profits .img-header {
    transform: none;
    max-width: 100%;
}.learning-profits .expert-classes > div:first-child::before {
    top: 10px;
    left: 10px;
}.learning-profits .text-item {
    padding: 1.5rem;
}.learning-profits .text-item ul {
    gap: 1rem;
}.learning-profits .text-item p {
    font-size: calc(13px * 0.95);
}
}

@media (hover: none) {.learning-profits .expert-classes > div:first-child:hover .img-header {
    transform: none;
}.learning-profits .text-item li:hover {
    transform: none;
}.learning-profits .text-item li:hover::before {
    opacity: 0;
}.learning-profits .text-item li:hover svg {
    transform: none;
}
}

@media (prefers-reduced-motion) {.learning-profits::after {
    animation: none;
}.learning-profits h5,
    .learning-profits .expert-classes {
    opacity: 1;
    transform: none;
    animation: none;
}}.course-program {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(239,237,234) 0%, rgb(212,203,198,0.5) 100%);
}.course-program::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(212,203,198,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(179,168,161,0.5) 0%, transparent 60%);
}.course-program::after {
    top: 0;
    animation: shiftBackground 30s linear infinite;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0.4;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    content: "";
    width: 100%;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.course-program .container {
    position: relative;
    z-index: 2;
}.course-program .expert-classes {
    position: relative;
    flex-direction: column;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
}.course-program .expert-classes::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(212,203,198), 0.05)
        );
    z-index: 1;
}.course-program .img-header {
    position: absolute;
    height: 440px;
    animation: morphShape 15s infinite alternate ease-in-out;
    width: 45%;
    z-index: 2;
    right: 3%;
    overflow: hidden;
    top: 5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.course-program .img-header::before {
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(212,203,198,0.5) 100%
    );
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: 2;
    mix-blend-mode: overlay;
}.course-program .img-header::after {
    left: 0;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    z-index: 3;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    position: absolute;
    content: "";
}.course-program .study-map {
    position: relative;
    display: flex;
    z-index: 3;
    padding: 60px 50% 60px 60px;
    flex-direction: column;
    min-height: 400px;
}.course-program .first-class {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    z-index: 4;
}.course-program .first-class svg {
    height: auto;
    fill: #ffffff;
    z-index: 2;
    width: 70px;
    position: relative;
}.course-program .first-class svg path {
    stroke-width: 0.5;
    stroke: rgb(212,203,198);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}.course-program h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    max-width: 100%;
    z-index: 4;
    font-size: 33px;
    color: #ffffff;
    position: relative;
}.course-program h3::after {
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    border-radius: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(212,203,198), rgb(179,168,161));
    width: 60px;
    height: 3px;
    left: 0;
}.course-program .expert-classes:hover h3::after {
    width: 120px;
}.course-program p {
    color: #000000;
    margin: 0;
    position: relative;
    max-width: 100%;
    line-height: 1.7;
    z-index: 4;
    font-size: 15px;
}.course-program .expert-classes::after {
    border-radius: 50%;
    position: absolute;
    filter: blur(80px);
    opacity: 0.3;
    height: 200px;
    width: 200px;
    bottom: -50px;
    left: -50px;
    content: "";
    background: rgb(179,168,161,0.5);
    z-index: 1;
}.course-program .study-map::before {
    right: 48%;
    top: 20px;
    z-index: 1;
    content: "";
    opacity: 0.2;
    height: 90%;
    background-image: 
        radial-gradient(circle, rgb(212,203,198,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(179,168,161,0.5) 1px, transparent 1px);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px, 25px 25px;
    position: absolute;
    width: 150px;
    animation: floatDots 10s infinite alternate ease-in-out;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.course-program .study-map {
    padding: 50px 50% 50px 50px;
}.course-program .img-header {
    width: 42%;
    height: 85%;
}
}

@media (max-width: 991px) {.course-program {
    padding: 80px 0;
}.course-program .expert-classes {
    display: flex;
    flex-direction: column;
}.course-program .study-map {
    min-height: auto;
    padding: 220px 40px 50px 40px;
}.course-program .img-header {
    left: 10%;
    position: absolute;
    height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    width: 80%;
    top: 0;
}.course-program .first-class {
    left: 40px;
    position: absolute;
    margin-bottom: 0;
    top: 160px;
}.course-program h3 {
    font-size: calc(33px * 0.9);
}.course-program .study-map::before {
    display: none;
}
}

@media (max-width: 767px) {.course-program {
    padding: 60px 0;
}.course-program .study-map {
    padding: 200px 30px 40px 30px;
}.course-program .img-header {
    height: 180px;
}.course-program .first-class {
    left: 30px;
    top: 140px;
}.course-program .first-class svg {
    width: 60px;
}.course-program h3 {
    font-size: calc(33px * 0.8);
}.course-program p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.course-program {
    padding: 40px 0;
}.course-program .study-map {
    padding: 180px 25px 30px 25px;
}.course-program .img-header {
    height: 160px;
}.course-program .first-class {
    top: 120px;
    left: 25px;
}.course-program .first-class svg {
    width: 50px;
}.course-program h3 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.7);
}.course-program p {
    font-size: calc(15px * 0.9);
}}.cookie-warning-panel {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    bottom: 0;
    background: rgb(239,237,234);
    position: fixed;
    border-top: 3px solid rgb(212,203,198);
}.digital-consent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.consent-edu {
    flex-shrink: 0;
    margin-right: 15px;
}.consent-edu svg {
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(212,203,198);
    height: 60px;
}.consent-edu svg:hover {
    fill: rgb(179,168,161);
}.track-prefs {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.cookie-warning-panel h5 {
    color: rgb(212,203,198);
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 22px;
}.cookie-warning-panel p {
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.online-tracking {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    text-align: center;
    border-radius: 21px;
    background: rgb(212,203,198);
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}.online-tracking:hover {
    background: rgb(179,168,161);
    box-shadow: 0 0 10px rgb(179,168,161,0.5);
}#cookies-approval-consent {
    background: rgb(212,203,198);
}#disableCookiesCollection {
    background: rgba(0, 0, 0, 0.5);
}.cookie-warning-panel p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(212,203,198);
}.cookie-warning-panel p a:hover {
    color: rgb(179,168,161);
}
@media only screen and (max-width: 1200px) {.digital-consent {
    align-items: center;
    flex-direction: column;
}.consent-edu {
    margin-bottom: 15px;
}.track-prefs {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.online-tracking {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.digital-consent {
    padding: 15px;
}.consent-edu {
    display: none;
}.cookie-warning-panel h5 {
    font-size: 19px;
}.cookie-warning-panel p {
    font-size: 15px;
}}
#cookieInfoContainer {
    display: none;
}#cookieInfoContainer:checked ~ .cookie-warning-panel {
    visibility: hidden;
    opacity: 0;
}.pricing-kit {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing-kit::before {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(212,203,198,0.5), rgba(0, 0, 0, 0.5) 90%);
    content: "";
    height: 100%;
    width: 100%;
}.pricing-kit .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.pricing-kit .price-sheet {
    position: relative;
}.pricing-kit h2 {
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 1.3;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}.pricing-kit h2::after {
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: rgb(179,168,161);
}.pricing-kit .cost-deals {
    line-height: 1.6;
    text-align: center;
    margin: 30px auto 50px;
    font-size: 17px;
    color: #ffffff;
    max-width: 700px;
}.pricing-kit .plan-deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    gap: 30px;
}.pricing-kit .plan-deals li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing-kit .plan-deals li:hover {
    transform: translateY(-10px);
}.pricing-kit .tuition-grid {
    overflow: hidden;
    position: relative;
    height: 100%;
    text-decoration: none;
    display: block;
}.pricing-kit .learning-rates {
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    border-left: 3px solid rgb(179,168,161);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing-kit .learning-rates::before {
    background: linear-gradient(45deg, rgb(212,203,198,0.5), transparent);
    pointer-events: none;
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.pricing-kit .tuition-grid:hover .learning-rates::before {
    opacity: 0.15;
}.pricing-kit .learning-rates::after {
    top: -30px;
    background: rgb(179,168,161);
    opacity: 0.1;
    height: 100px;
    right: -30px;
    content: "";
    border-radius: 50%;
    position: absolute;
    transition: transform 0.5s ease;
    z-index: -1;
    width: 100px;
}.pricing-kit .tuition-grid:hover .learning-rates::after {
    transform: scale(1.2);
}.pricing-kit .fee-plans {
    z-index: 2;
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
}.pricing-kit .fee-plans h4 {
    margin: 0 0 20px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 12px;
}.pricing-kit .fee-plans h4::after {
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(179,168,161);
    bottom: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
}.pricing-kit .tuition-grid:hover .fee-plans h4::after {
    width: 60px;
}.pricing-kit .fee-plans p {
    overflow-wrap: break-word;
    opacity: 0.85;
    word-break: break-word;
    color: #ffffff;
    font-size: calc(17px - 2px);
    margin: 0 0 25px;
    word-wrap: break-word;
    line-height: 1.5;
    flex-grow: 1;
}.pricing-kit .plan-rates {
    margin-top: auto;
    font-weight: 700;
    display: block;
    padding: 15px 0 0;
    font-size: calc(24px + 4px);
    color: #ffffff;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
}.pricing-kit .plan-rates::before {
    top: -1px;
    width: 30%;
    left: 0;
    background: rgb(179,168,161);
    content: "";
    height: 1px;
    position: absolute;
}

@media (min-width: 992px) {.pricing-kit .plan-deals {
    grid-template-columns: repeat(4, 1fr);
}.pricing-kit .learning-rates {
    padding: 35px 25px;
}.pricing-kit h2 {
    font-size: calc(33px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing-kit .plan-deals {
    grid-template-columns: repeat(2, 1fr);
}.pricing-kit {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.pricing-kit {
    padding: 80px 0;
}.pricing-kit .plan-deals {
    grid-template-columns: 1fr;
}.pricing-kit h2 {
    font-size: calc(33px - 2px);
}.pricing-kit .cost-deals {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.pricing-kit .fee-plans p {
    padding-right: 10px;
    max-height: 300px;
    overflow-y: auto;
    font-size: calc(17px - 3px);
}.pricing-kit .fee-plans p::-webkit-scrollbar {
    width: 3px;
}.pricing-kit .fee-plans p::-webkit-scrollbar-thumb {
    background: rgb(179,168,161);
}
}

@media (max-width: 480px) {.pricing-kit .learning-rates {
    padding: 30px 20px;
}.pricing-kit h2 {
    font-size: calc(33px - 4px);
}.pricing-kit .plan-rates {
    font-size: calc(24px + 2px);
}
}