<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.framework-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(166,166,166);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.academic_expertise {
    padding: 100px 20px;
    background: linear-gradient(135deg, #000000 0%, rgb(79,116,140,0.5) 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.academic_expertise .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.academic_expertise .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(83,83,83,0.5);
    border: 2px solid rgb(79,116,140);
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 0 20px rgb(79,116,140,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.academic_expertise .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgb(79,116,140);
}

.academic_expertise .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(79,116,140);
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.academic_expertise .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.academic_expertise .review .name {
    font-size: 20px;
    font-weight: 700;
    color: rgb(79,116,140);
    text-shadow: 0 0 5px rgb(79,116,140), 0 0 10px rgb(79,116,140,0.5);
}

.academic_expertise .review span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(83,83,83);
    text-shadow: 0 0 5px rgb(83,83,83), 0 0 10px rgb(83,83,83,0.5);
}

.academic_expertise .review .quote {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-top: 15px;
    text-shadow: 0 0 5px rgb(79,116,140), 0 0 10px rgb(79,116,140,0.5);
}

@media only screen and (max-width: 1200px) {
    .academic_expertise .review {
        max-width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .academic_expertise {
        padding: 60px 20px;
    }

    .academic_expertise .holder {
        flex-direction: column;
        align-items: center;
    }

    .academic_expertise .review {
        width: 90%;
        padding: 20px;
    }

    .academic_expertise .photo {
        width: 150px;
        height: 150px;
    }
}

.framework-wrap .academic_expertise {
    position: relative;
}

.framework-wrap .academic_expertise::before {
    content: "";
    width: 100%;
    height: 300px;
    background: rgb(79,116,140);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewY(-3deg);
    transform-origin: top left;
}

.framework-wrap .academic_expertise .holder {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.framework-wrap .academic_expertise .review {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 0 20px rgb(79,116,140,0.5);
}

.framework-wrap .academic_expertise .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.framework-wrap .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.framework-wrap .academic_expertise .review .name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.framework-wrap .academic_expertise .review span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(79,116,140);
}

.framework-wrap .academic_expertise .review .quote {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {
    .framework-wrap .academic_expertise .review {
        padding: 20px;
        box-shadow: none;
    }

    .framework-wrap .academic_expertise .photo {
        width: 150px;
        height: 150px;
    }

    .framework-wrap .academic_expertise::before {
        height: 200px;
    }
}
footer {
    background: rgb(83,83,83);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
}
footer .footer_info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    width: 100%;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 120px;
    width: auto;
    fill: rgb(79,116,140);
    margin-bottom: 20px;
    border: 2px solid rgb(79,116,140);
    border-radius: 10px;
    padding: 10px;
    background: rgb(83,83,83);
}
footer h5 {
    color: rgb(79,116,140);
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(79,116,140);
    padding-bottom: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(83,83,83,0.5);
}
footer .menu a:hover {
    color: rgb(79,116,140);
    text-decoration: underline;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid rgb(79,116,140,0.5);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(79,116,140);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 15px;
}
footer .footer_agreement {
    text-align: center;
    color: #000000;
    font-size: 15px;
    margin: 20px 0;
    padding: 20px;
    background: rgb(83,83,83,0.5);
    border: 1px solid rgb(79,116,140,0.5);
    border-radius: 20px;
}
footer .copyright {
    background: rgb(83,83,83);
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright_info a {
    color: rgb(79,116,140);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .logo_holder {
        display: flex;
        justify-content: center;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu {
        width: 100%;
        text-align: center;
    }
    footer .contact_info {
        align-items: center;
        text-align: center;
    }
    footer h5 {
        margin-bottom: 15px;
        border-bottom: none;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
.join_list {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join_list .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join_list input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(83,83,83,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join_list h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join_list .button {
    background: rgb(83,83,83);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join_list .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join_list .holder {
        flex-direction: column;
    }

    .join_list {
        padding: 30px 20px;
    }

    .join_list input {
        min-width: unset;
    }

    .join_list .button {
        flex-shrink: unset;
    }

    .join_list .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join_list input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .framework-wrap .join_list .holder h2 {
        font-size: 20px;
    }
}

.framework-wrap .join_list {
    background: linear-gradient(135deg, rgb(79,116,140), rgb(83,83,83));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: none;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.framework-wrap .join_list .holder {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    backdrop-filter: blur(10px);
    text-align: center;
    z-index: 1;
    position: relative;
}

.framework-wrap .join_list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.framework-wrap .join_list h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.framework-wrap .join_list .input_holder {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.framework-wrap .join_list input {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    padding: 16px;
    margin: 10px 0;
    width: 80%;
    border: 1px solid rgb(83,83,83,0.5);
    font-size: 17px;
    transition: background 0.3s, border 0.3s;
}

.framework-wrap .join_list input:focus {
    background: #ffffff;
    border: 1px solid rgb(83,83,83);
    outline: none;
}

.framework-wrap .join_list .button {
    border-radius: 10px;
    background: rgb(83,83,83);
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: background 0.3s, transform 0.3s;
}

.framework-wrap .join_list .button:hover {
    background: rgb(79,116,140);
    transform: translateY(-2px);
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .framework-wrap .join_list {
        padding: 20px;
    }

    .framework-wrap .join_list .holder {
        padding: 30px;
    }

    .framework-wrap .join_list input {
        width: 100%;
    }
}.check_it_out_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.check_it_out_now h2 {
    color: rgb(83,83,83);
}

.check_it_out_now .button {
    background: rgb(83,83,83);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.check_it_out_now .button:hover {
    background: rgb(79,116,140);
}

.check_it_out_now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.check_it_out_now h2 {
    font-size: 38px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.check_it_out_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .check_it_out_now .holder {
        flex-direction: column;
    }

    .framework-wrap section.check_it_out_now h2 {
        font-size: 26px;
    }

    .check_it_out_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .check_it_out_now .button {
        font-size: 24px;
    }

    .check_it_out_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.framework-wrap .check_it_out_now {
    background: rgb(166,166,166);
    padding: 60px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

.framework-wrap .check_it_out_now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(79,116,140,0.5);
    z-index: 1;
    mix-blend-mode: multiply;
    transition: opacity 0.3s ease;
}

.framework-wrap .check_it_out_now:hover::before {
    opacity: 0;
}

.framework-wrap .check_it_out_now .holder {
    margin: auto;
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.framework-wrap .check_it_out_now .holder:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.framework-wrap .check_it_out_now h2 {
    margin-bottom: 35px;
    font-size: 38px;
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    color: rgb(79,116,140);
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease, text-shadow 0.3s ease;
    margin-right: 0;
}

.framework-wrap .check_it_out_now h2:hover {
    color: rgb(83,83,83);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.framework-wrap .check_it_out_now .button {
    display: inline-block;
    padding: 20px 40px;
    font-size: 14px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: rgb(79,116,140);
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.framework-wrap .check_it_out_now .button:hover {
    background: rgb(83,83,83);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .framework-wrap .check_it_out_now .holder {
        width: 95%;
        padding: 30px;
    }

    .framework-wrap .check_it_out_now h2 {
        font-size: 24px;
    }

    .framework-wrap .check_it_out_now .button {
        width: 100%;
        padding: 15px 0;
    }
}.about_this {
    padding: 60px 0;
    background: rgb(83,83,83);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.framework-wrap .about_this .holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(79,116,140);
    backdrop-filter: blur(5px);
}

.framework-wrap .about_this .caption_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 40px;
    width: 100%;
}

.framework-wrap .about_this .holder .photo {
    width: 40%;
    height: auto;
    border-radius: 0;
    border: 1px solid rgb(79,116,140);
    background-position: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.framework-wrap .about_this .style_element {
    padding: 0;
    background: none;
    border: none;
    width: 100%;
}

.framework-wrap .about_this h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(79,116,140);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.framework-wrap .about_this p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    border-left: 3px solid rgb(79,116,140);
    padding-left: 15px;
}

.framework-wrap .about_this::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 75%), linear-gradient(135deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 40px 40px;
    z-index: 0;
    opacity: 0.1;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap .about_this .caption_holder {
        flex-direction: column;
    }
    .framework-wrap .about_this .holder .photo {
        height: 240px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .framework-wrap .about_this .holder {
        flex-direction: column;
    }
    .framework-wrap .about_this .holder .photo, .framework-wrap .about_this .caption_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .framework-wrap .about_this .caption_holder {
        padding: 20px;
    }
}
.main_header {
    background: linear-gradient(135deg, rgb(79,116,140,0.5) 0%, rgb(83,83,83,0.5) 100%);
    padding: 15px 0;
    border-bottom: 2px solid rgb(83,83,83);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(circle at top right, rgb(166,166,166) 0%, var(--white-color_opacity) 100%);
    border-radius: 18px;
    padding: 10px 20px;
    border: 1px solid rgb(83,83,83,0.5);
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(79,116,140);
    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s ease;
}
.main_header .header_logo:hover {
    transform: scale(1.05);
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    fill: rgb(79,116,140);
}
.main_header .header_description {
    font-size: 12px;
    color: #000000;
    margin-left: 20px;
    padding: 5px 10px;
    background: linear-gradient(90deg, rgb(79,116,140,0.5) 0%, transparent 100%);
    border-radius: 10px;
}
.main_header .header_menu {
    display: flex;
    gap: 15px;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(79,116,140,0.5) 0%, rgb(83,83,83,0.5) 100%);
    border: 1px solid transparent;
}
.main_header .header_menu a:hover {
    background: linear-gradient(45deg, rgb(83,83,83,0.5) 0%, rgb(79,116,140,0.5) 100%);
    border-color: rgb(79,116,140);
    box-shadow: 0 0 10px rgb(79,116,140,0.5);
}
@media (max-width: 1200px) {
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
    }
    .main_header .header_menu a {
        text-align: center;
        margin-bottom: 10px;
    }
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(79,116,140) 0%, rgb(83,83,83) 100%);
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}.program_details {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(83,83,83);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.program_details::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(79,116,140,0.5), transparent);
    animation: rotateBg 20s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.program_details h2 {
    color: rgb(79,116,140);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.program_details .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.program_details .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.program_details .course {
    padding: 20px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

.program_details .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.program_details .photo {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(79,116,140,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}


.program_details .text_holder {
    padding: 20px;
}

.program_details h3 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(79,116,140);
    margin-bottom: 16px;
}

.program_details p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.program_details .button {
    background: rgb(79,116,140);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .program_details {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .program_details .photo {
        height: 200px;
        width: 200px;
    }

    .program_details h3 {
        font-size: 18px;
    }

    .program_details p {
        font-size: 12px;
    }

    .program_details .button {
        padding: 10px 20px;
    }
}

.framework-wrap .program_details {
    background: rgb(166,166,166);
    padding: 80px 0;
}

.framework-wrap .program_details .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.framework-wrap .program_details .photo {
    width: 250px;
    height: 250px;
    border-radius: 14px;
    overflow: hidden;
    border: 5px solid rgb(79,116,140,0.5);
}

.framework-wrap .program_details .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.framework-wrap .program_details .text_holder {
    text-align: center;
    padding: 20px;
}

.framework-wrap .program_details h3 {
    font-size: 43px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(79,116,140);
}

.framework-wrap .program_details p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.framework-wrap .program_details .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(79,116,140);
    border-radius: 50px;
    color: rgb(79,116,140);
    transition: background 0.3s ease, color 0.3s ease;
}

.framework-wrap .program_details .button:hover {
    background: rgb(79,116,140);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .framework-wrap .program_details .photo {
        width: 200px;
        height: 200px;
    }
    .framework-wrap .program_details .text_holder {
        padding: 0;
    }
    .framework-wrap .program_details h3 {
        font-size: 18px;
    }

    .framework-wrap .program_details p {
        font-size: 16px;
    }

    .framework-wrap .program_details .button {
        padding: 10px 30px;
    }
}
.teaching_process {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(79,116,140,0.5) 0%, rgb(83,83,83,0.5) 100%);
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.teaching_process::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgb(83,83,83,0.5) 10%, transparent 90%);
    transform: rotate(30deg);
    z-index: 0;
}

.teaching_process .container {
    position: relative;
    z-index: 1;
}

.teaching_process .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    text-align: center;
}

.teaching_process h2 {
    margin-bottom: 30px;
    font-size: 37px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    color: rgb(79,116,140);
    position: relative;
}

.teaching_process h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background: rgb(79,116,140);
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

.teaching_process p {
    font-size: 13px;
    font-family: Playfair Display, sans-serif;
    font-weight: 300;
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {
    .teaching_process {
        padding: 50px 0;
    }

    .teaching_process .holder {
        width: 90%;
        padding: 20px;
    }

    .teaching_process h2 {
        font-size: 21px;
    }

    .teaching_process p {
        font-size: 13px;
    }
}

.framework-wrap .teaching_process .holder {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.framework-wrap .teaching_process h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: rgb(83,83,83);
}

.framework-wrap .teaching_process h2::after {
    width: 100px;
    height: 4px;
    background: rgb(83,83,83);
    margin: 15px 0;
}

.framework-wrap .teaching_process p {
    font-size: 13px;
    color: rgb(83,83,83);
}

@media only screen and (max-width: 800px) {
    .framework-wrap .teaching_process {
        padding: 0;
    }

    .framework-wrap .teaching_process .holder {
        width: 100%;
        padding: 20px;
    }

    .framework-wrap .teaching_process h2 {
        font-size: 21px;
    }
}
.opening_page {
    position: relative;
    background-color: rgb(166,166,166);
    overflow: hidden;
}

.opening_page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(79,116,140), rgb(83,83,83));
}

.opening_page .holder {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.opening_page .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: flex 0.3s ease;
}

.opening_page .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(79,116,140,0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.opening_page .photo:hover::after {
    opacity: 1;
}

.opening_page .text_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    background-color: #ffffff;
    position: relative;
    transition: flex 0.3s ease;
}

.opening_page .text_holder::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 3px;
    height: calc(100% - 40px);
    background-color: rgb(79,116,140);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.opening_page .text_info {
    position: relative;
}

.opening_page .text_info svg {
    width: 50px;
    height: 50px;
    fill: rgb(79,116,140);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.opening_page .text_info h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.opening_page .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(83,83,83);
    transition: width 0.3s ease;
}

.opening_page .text_info span {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    display: block;
    margin-bottom: 2rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.opening_page .text_holder .button {
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(79,116,140);
    border: 2px solid rgb(79,116,140);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.opening_page .text_holder .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(83,83,83);
    transition: left 0.3s ease;
    z-index: -1;
}

.opening_page .text_holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(79,116,140,0.5);
}

@media only screen and (max-width: 1200px) {
    .opening_page .holder {
        flex-direction: column;
    }
    
    .opening_page .photo,
    .opening_page .text_holder {
        flex: auto;
    }
    
    .opening_page .photo {
        height: 40vh;
    }

    .opening_page .text_holder::before {
        width: calc(100% - 40px);
        height: 3px;
        top: 0;
        left: 20px;
        transform: scaleX(0);
    }
}

@media only screen and (max-width: 800px) {
    .opening_page .text_holder {
        padding: 2rem;
    }

    .opening_page .text_info {
        padding-left: 1rem;
    }

    .opening_page .text_info h2 {
        font-size: 20px;
    }

    .opening_page .text_info span {
        font-size: 13px;
    }

    .opening_page .text_holder .button {
        width: 100%;
        text-align: center;
    }
}.advantages_outline {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgb(79,116,140), rgb(83,83,83));
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
}
.advantages_outline .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(83,83,83,0.5);
    border-radius: 23px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transition: all 0.3s ease-in-out;
}
.advantages_outline .advantages_photo_holder {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    gap: 20px;
}
.advantages_outline .advantages_photo_holder .photo {
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    background: rgb(79,116,140,0.5);
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages_outline .advantages_photo_holder .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.advantages_outline .advantages_holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    background: rgb(83,83,83,0.5);
    border-radius: 23px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    gap: 20px;
    justify-content: space-between;
}
.advantages_outline .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: rgb(79,116,140,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    width: 30%;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.advantages_outline .advantages_holder .advantage_item:hover {
    background: rgb(83,83,83);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.advantages_outline .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(79,116,140);
    opacity: 0.5;
    transition: height 0.3s ease;
}
.advantages_outline .advantages_holder .advantage_item:hover::before {
    height: 100%;
    opacity: 0.2;
}
.advantages_outline .advantages_holder .advantage_image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages_outline .advantages_holder .advantage_image svg, .advantages_outline .advantages_holder .advantage_image svg path {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}
.advantages_outline .advantages_content h2 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.advantages_outline .advantages_content h2::after {
    content: '';
    width: 50px;
    height: 4px;
    background: rgb(79,116,140);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.advantages_outline .advantages_content h4 {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .advantages_outline .advantages_content {
        padding: 20px;
    }
    .advantages_outline .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages_outline .advantages_photo_holder .photo {
        width: 80%;
    }
    .advantages_outline .advantages_holder {
        flex-direction: column;
        align-items: stretch;
    }
    .advantages_outline .advantages_holder .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .advantages_outline {
        padding: 40px 10px;
    }
    .advantages_outline .advantages_content h2 {
        font-size: 24px;
    }
    .advantages_outline .advantages_photo_holder .photo {
        width: 100%;
    }
    .advantages_outline .advantages_holder {
        padding: 10px;
    }
    .advantages_outline .advantages_holder .advantage_item {
        padding: 10px;
    }
    .advantages_outline .advantages_holder .advantage_image {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
}
.learning_impact {
    background: rgb(166,166,166);
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.learning_impact::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(
        -45deg,
        rgb(79,116,140,0.5) 0%,
        transparent 100%
    );
    transform-origin: top right;
    transform: skewX(-15deg);
}

.learning_impact .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.learning_impact .holder {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 80px;
    align-items: center;
}

.learning_impact .photo {
    height: 600px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.learning_impact .photo::before {
    content: '';
    position: absolute;
    inset: 20px;
    border: 1px solid #ffffff;
    opacity: 0.2;
    z-index: 1;
}

.learning_impact .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        210deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.learning_impact .text_holder {
    max-width: 800px;
    position: relative;
}

.learning_impact .text_holder::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgb(79,116,140);
}

.learning_impact .text_holder h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    line-height: 1.2;
}

.learning_impact .text_holder ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.learning_impact .text_holder li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 0;
    position: relative;
    transition: transform 0.3s ease;
}

.learning_impact .text_holder li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(79,116,140,0.5);
    transition: width 0.3s ease;
}

.learning_impact .text_holder li:hover {
    transform: translateX(10px);
}

.learning_impact .text_holder li:hover::before {
    width: 4px;
}

.learning_impact .text_holder svg {
    width: 36px;
    height: 36px;
    fill: rgb(79,116,140);
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .learning_impact {
        padding: 120px 0;
    }

    .learning_impact .holder {
        grid-template-columns: 400px 1fr;
        gap: 60px;
    }

    .learning_impact .text_holder li {
        padding: 25px 35px;
    }
}

@media (max-width: 1024px) {
    .learning_impact {
        padding: 100px 0;
    }

    .learning_impact .holder {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .learning_impact .photo {
        height: 500px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .learning_impact .text_holder {
        max-width: 100%;
    }

    .learning_impact .text_holder::before {
        left: 0;
        top: -30px;
        width: 60px;
        height: 2px;
    }
}

@media (max-width: 768px) {
    .learning_impact {
        padding: 80px 0;
    }

    .learning_impact .container {
        padding: 0 20px;
    }

    .learning_impact .holder {
        gap: 40px;
    }

    .learning_impact .photo {
        height: 400px;
    }

    .learning_impact .photo::before {
        inset: 15px;
    }

    .learning_impact .text_holder h2 {
        font-size: 29px;
        margin-bottom: 40px;
    }

    .learning_impact .text_holder ul {
        gap: 20px;
    }

    .learning_impact .text_holder li {
        padding: 20px 25px;
        gap: 20px;
        grid-template-columns: 30px 1fr;
    }

    .learning_impact .text_holder svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .learning_impact {
        padding: 60px 0;
    }

    .learning_impact .container {
        padding: 0 15px;
    }

    .learning_impact .holder {
        gap: 30px;
    }

    .learning_impact .photo {
        height: 300px;
    }

    .learning_impact .photo::before {
        inset: 10px;
    }

    .learning_impact .text_holder h2 {
        font-size: calc(29px * 0.9);
        margin-bottom: 30px;
    }

    .learning_impact .text_holder::before {
        width: 40px;
    }

    .learning_impact .text_holder ul {
        gap: 15px;
    }

    .learning_impact .text_holder li {
        padding: 20px;
        gap: 15px;
        grid-template-columns: 24px 1fr;
    }

    .learning_impact .text_holder svg {
        width: 24px;
        height: 24px;
    }

    .learning_impact::before {
        width: 100%;
        transform: none;
    }
}.ty_banner {
    background: rgb(166,166,166);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.ty_banner .container {
    background: rgb(79,116,140,0.5);
    border-radius: 14px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(79,116,140,0.5);
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
}
.ty_banner h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: rgb(79,116,140);
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ty_banner h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: rgb(83,83,83);
}
.ty_banner p {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: rgb(83,83,83);
    line-height: 1.6;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
@media only screen and (max-width: 800px) {
    .ty_banner {
        padding: 30px 10px;
    }
    .ty_banner .container {
        padding: 30px;
    }
    .ty_banner h2 {
        font-size: calc(36px - 3px);
        padding-bottom: 8px;
    }
    .ty_banner p {
        font-size: calc(15px - 1px);
        padding: 15px 0;
    }
}
.customer_reviews {
    background: linear-gradient(to bottom, rgb(166,166,166), #ffffff);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.customer_reviews::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(79,116,140), rgb(83,83,83));
}

.customer_reviews h3 {
    font-size: clamp(24px, 5vw, 32px);
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(79,116,140);
    text-align: center;
    position: relative;
    z-index: 1;
}

.customer_reviews h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(79,116,140);
    border-radius: 10px;
}

.customer_reviews .reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.customer_reviews .reviews .review {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer_reviews .reviews .review:hover,
.customer_reviews .reviews .review:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.customer_reviews .reviews .review .photo {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.customer_reviews .reviews .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.customer_reviews .reviews .review .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #ffffff;
    transition: background 0.3s ease;
}

.customer_reviews .reviews .text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.customer_reviews .reviews .text span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}


@media only screen and (min-width: 769px) {
    .customer_reviews .reviews {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .customer_reviews {
        padding: 60px 15px;
    }

    .customer_reviews h3 {
        margin-bottom: 30px;
    }

    .customer_reviews .reviews {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .customer_reviews .reviews .review {
        transition: none;
    }
    
    .customer_reviews .reviews .review:hover,
    .customer_reviews .reviews .review:focus-within {
        transform: none;
    }
}.get_support {
    color: #000000;
    background-color: #ffffff;
    padding: 58px 0;
}
.get_support h2 {
    text-align: center;
    width: 100%;
    margin: 18px 0;
}
.get_support .contact_description {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
    margin-bottom: 24px;
    width: 100%;
}
.get_support .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(83,83,83);
    margin-right: 8px;
}
.get_support .holder .info_holder div.support_hours {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.get_support .holder .info_holder &gt; div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.get_support .holder .info_holder &gt; div &gt; div {
    margin: 5px 0;
}
.get_support .holder {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 20px 0;
}
.get_support .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 0 25px 25px 0;
    position: relative;
}
.get_support .holder .photo:after {
    content: "";
    z-index: 2;
    background-image: linear-gradient(90deg, rgb(166,166,166), rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.get_support .holder .info_holder {
    font-size: 18px;
    line-height: 24px;
    width: 50%;
    order: 1;
    flex-shrink: 0;
    padding: 96px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 25px 0 0 25px;
    background: rgb(166,166,166);
}
.get_support .holder .info_holder&gt;div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.get_support .holder .info_holder&gt;div span {
    margin-left: 8px;
}
.get_support .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.get_support .contact_politics&gt;div {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.get_support .contact_politics&gt;div h4 {
    margin: 10px 0;
}
@media only screen and (max-width: 800px)  {
    .get_support .holder .info_holder {
        width: 100%;
        border-radius: 25px 25px 0 0;
        align-items: center;
    }
    .get_support .holder .photo {
        width: 100%;
        height: 300px;
        border-radius: 0 0 25px 25px;
    }
    .get_support .holder .photo:after {
        background-image: linear-gradient(180deg, rgb(166,166,166), rgba(255, 255, 255, 0) 50%);
    }
}.contact_form_box {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(79,116,140) 0%, rgb(83,83,83) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
}

.contact_form_box h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.contact_form_box .form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 40px;
    backdrop-filter: blur(10px);
}
.contact_form_box form input {
    color: #000000;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
}

.contact_form_box form input:focus {
    border-color: rgb(79,116,140);
    box-shadow: 0 0 5px rgb(79,116,140);
}

.contact_form_box form .button {
    background: rgb(79,116,140);
    color: #ffffff;
    border-radius: 28px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.contact_form_box form .button:hover {
    background: rgb(83,83,83);
    transform: translateY(-2px);
}

.contact_form_box .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact_form_box .holder&gt;div {
    width: 80%;
    padding: 20px;
}

.contact_form_box .form_text {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.6;
}

.contact_form_box .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.contact_form_box .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_form_box .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.contact_form_box .agree label {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #ffffff;
}

.contact_form_box .agree a {
    margin-left: 5px;
    color: rgb(83,83,83);
    text-decoration: underline;
    transition: color 0.3s;
}

.contact_form_box .agree a:hover {
    color: rgb(79,116,140);
}

@media only screen and (max-width: 600px) {
    .contact_form_box {
        padding: 50px 20px;
    }
    .contact_form_box .holder {
        flex-direction: column;
    }
    .contact_form_box .holder&gt;div {
        width: 100%;
    }
    .contact_form_box h3 {
        font-size: 44px;
    }
    .contact_form_box form input {
        padding: 10px;
    }
    .contact_form_box form .button {
        width: 100%;
    }
    .contact_form_box .name_holder {
        flex-direction: column;
        gap: 0;
    }
}.secure_nest {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 2px solid rgb(79,116,140);
    font-family: Playfair Display, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(79,116,140,0.5);
}

.secure_nest h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(79,116,140);
    border-bottom: 2px solid rgb(79,116,140);
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(79,116,140,0.5);
}

.secure_nest h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(83,83,83);
    border-bottom: 1px solid rgb(83,83,83);
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(83,83,83,0.5);
}

.secure_nest h3, .secure_nest h4, .secure_nest h5, .secure_nest h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(79,116,140);
    text-shadow: 0 0 5px rgb(79,116,140,0.5);
}

.secure_nest li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.secure_nest li::before {
    content: "â–¸";
    color: rgb(79,116,140);
    position: absolute;
    left: -15px;
    top: 0;
}

.secure_nest section {
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(79,116,140,0.5);
}

.secure_nest p, .secure_nest span, .secure_nest div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    text-shadow: 0 0 5px rgb(79,116,140,0.5);
}

@media only screen and (max-width: 800px) {
    .secure_nest {
        padding: 20px 10px;
    }

    .secure_nest h1 {
        font-size: calc(24px * 0.8);
    }

    .secure_nest h2 {
        font-size: calc(24px * 0.8);
    }

    .secure_nest h3, .secure_nest h4, .secure_nest h5, .secure_nest h6 {
        font-size: calc(24px * 0.8);
    }

    .secure_nest p, .secure_nest span, .secure_nest div {
        font-size: calc(13px * 0.9);
    }
}.offer_card {
    position: relative;
    background-color: rgba(#000000, 0.8);
    padding: clamp(60px, 10vw, 120px) 0;
    overflow: hidden;
}

.offer_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, rgb(79,116,140,0.5), rgb(83,83,83,0.5), rgb(79,116,140,0.5));
    animation: rotateBackground 20s linear infinite;
    opacity: 0.1;
}

@keyframes rotateBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.offer_card .photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.15;
    object-fit: cover;
    filter: grayscale(50%) contrast(120%) brightness(50%);
}

.offer_card .price_holder {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 80px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.offer_card .price_header {
    background-color: rgba(#ffffff, 0.95);
    padding: clamp(30px, 5vw, 50px);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.offer_card .price_holder h2 {
    font-size: clamp(calc(46px * 1.1), 8vw, calc(46px * 1.3));
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.offer_card .price_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, rgb(79,116,140), rgb(83,83,83));
}

.offer_card .price_section_description {
    font-size: clamp(14px, 2.5vw, 21px);
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}

.offer_card .price_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(10px, 3vw, 20px);
    perspective: 1000px;
}

.offer_card .price_card {
    background-color: rgba(#ffffff, 0.95);
    border: 2px solid rgb(83,83,83);
    border-radius: 15px;
    padding: clamp(25px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.offer_card .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(79,116,140,0.5), rgb(83,83,83,0.5));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.offer_card .price_card:hover::before {
    opacity: 0.1;
}

.offer_card .price_card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.offer_card .price_card h3 {
    font-size: clamp(20px, 3vw, 20px);
    color: rgb(79,116,140);
    margin-bottom: 1em;
    font-weight: 700;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.offer_card .price_card h3::after {
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(83,83,83);
    transition: width 0.3s ease;
}

.offer_card .price_card:hover h3::after {
    width: 75px;
}

.offer_card .price_card .price_amount {
    font-size: clamp(calc(37px * 1.1), 6vw, calc(46px * 1.2));
    color: #000000;
    font-weight: 700;
    margin: 0.5em 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.offer_card .price_card p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5em;
    line-height: 1.6;
    flex-grow: 1;
    font-weight: 400;
}

.offer_card .price_card .button {
    display: inline-block;
    width: 100%;
    padding: clamp(12px, 2.5vw, 18px);
    background-color: rgb(79,116,140);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: clamp(19px, 2vw, calc(19px * 1.1));
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.offer_card .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.offer_card .price_card .button:hover::before {
    left: 100%;
}

.offer_card .price_card .button:hover {
    background-color: rgb(83,83,83);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .offer_card .price_holder h2 {
        font-size: 20px;
    }

    .offer_card .price_section_description {
        font-size: clamp(14px, 2.2vw, calc(14px * 1.1));
    }

    .offer_card .price_cards {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .offer_card {
        padding: clamp(40px, 8vw, 60px) 0;
    }

    .offer_card .price_card {
        padding: clamp(20px, 3vw, 30px);
    }

    .offer_card .price_card .button {
        padding: clamp(10px, 2vw, 15px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .offer_card::before {
        animation: none;
    }

    .offer_card .price_card,
    .offer_card .price_card:hover,
    .offer_card .price_card .button,
    .offer_card .price_card .button:hover,
    .offer_card .price_card h3::after {
        transition: none;
        transform: none;
    }

    .offer_card .price_card .button::before {
        display: none;
    }
}.course_candidates {
    position: relative;
    background: rgb(166,166,166);
    padding: 100px 0;
    overflow: hidden;
}

.course_candidates::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(79,116,140,0.5) 0px,
        rgb(79,116,140,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
}

@keyframes patternMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(-50px, -50px) rotate(5deg); }
}

.course_candidates .container {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 2;
}

.course_candidates .who_needs_photo {
    flex: 0 0 45%;
    aspect-ratio: 1;
    clip-path: circle(40% at center);
    position: relative;
    transform: translateX(5%);
}

.course_candidates .who_needs_photo::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px dashed rgb(79,116,140);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.course_candidates .who_needs_text {
    flex: 0 0 55%;
    padding-left: 5%;
    transform: translateX(-5%);
}

.course_candidates .who_needs_text h2 {
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    transform: rotate(-2deg);
    transform-origin: left center;
}

.course_candidates .who_needs_text h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgb(79,116,140,0.5);
    transform: skewX(-20deg);
}

.course_candidates .who_needs_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.course_candidates .who_needs_list div {
    background: #ffffff;
    padding: 30px;
    border-radius: 0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    z-index: 1;
}

.course_candidates .who_needs_list div::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid rgb(79,116,140,0.5);
    pointer-events: none;
    transition: all 0.4s ease;
}

.course_candidates .who_needs_list div:hover {
    transform: translate(-4px, -4px);
}

.course_candidates .who_needs_list div:hover::before {
    transform: translate(8px, 8px);
}

.course_candidates .who_needs_list svg {
    width: 32px;
    height: 32px;
    fill: rgb(79,116,140);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.course_candidates .who_needs_list div:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .course_candidates {
        padding: 80px 0;
    }

    .course_candidates .who_needs_text h2 {
        font-size: calc(43px * 0.9);
    }
}

@media (max-width: 991px) {
    .course_candidates .container {
        flex-direction: column;
        gap: 60px;
    }

    .course_candidates .who_needs_photo {
        flex: 0 0 auto;
        width: 70%;
        transform: none;
    }

    .course_candidates .who_needs_text {
        transform: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .course_candidates .who_needs_text h2 {
        transform: none;
    }

    .course_candidates .who_needs_text h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .course_candidates .who_needs_list {
        max-width: 800px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .course_candidates {
        padding: 60px 0;
    }

    .course_candidates .who_needs_photo {
        width: 80%;
    }

    .course_candidates .who_needs_text h2 {
        font-size: calc(43px * 0.8);
        margin-bottom: 40px;
    }

    .course_candidates .who_needs_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .course_candidates .who_needs_list div {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .course_candidates {
        padding: 40px 0;
    }

    .course_candidates .who_needs_photo {
        width: 90%;
    }

    .course_candidates .who_needs_text h2 {
        font-size: calc(43px * 0.7);
        margin-bottom: 30px;
    }

    .course_candidates .who_needs_list div {
        padding: 20px;
    }

    .course_candidates .who_needs_list svg {
        width: 24px;
        height: 24px;
    }
}</pre></body></html>