* {
    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: Arial, sans-serif;
    color: #000000;
}
.content-wrapper-86752 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(195,213,234);
}
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;
    }
}.course-features-63598 {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(116,155,206,0.5);
    box-shadow: 0 10px 20px rgb(116,155,206,0.5);
}

.course-features-63598 h2 {
    color: rgb(116,155,206);
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.course-features-63598 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.course-features-63598 .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
}

.course-features-63598 .course {
    background: #ffffff;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.course-features-63598 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

.course-features-63598 .content:hover {
    background-color: rgb(116,155,206,0.5);
}

.course-features-63598 .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid rgb(116,155,206);
}

.course-features-63598 .text_holder {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.course-features-63598 .text_holder:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.course-features-63598 h3 {
    color: rgb(116,155,206);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}

.course-features-63598 p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-features-63598 .button {
    background: rgb(116,155,206);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.course-features-63598 .button:hover {
    background: rgb(49,100,165);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .course-features-63598 {
        padding: 50px 0;
    }

    .course-features-63598 .items {
        flex-direction: column;
        gap: 20px;
    }

    .course-features-63598 .course {
        width: 100%;
        margin-bottom: 20px;
    }

    .course-features-63598 .photo {
        height: 200px;
    }
}

.content-wrapper-86752 .course-features-63598 {
    background: none;
    border: none;
    box-shadow: none;
}

.content-wrapper-86752 .course-features-63598 .items {
    width: 100%;
    flex-direction: column;
}

.content-wrapper-86752 .course-features-63598 .course .content {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.content-wrapper-86752 .course-features-63598 .photo {
    border-radius: 19px;
    width: 100%;
    height: 400px;
    margin: 0 0 20px 0;
}

.content-wrapper-86752 .course-features-63598 .text_holder {
    border-radius: 19px;
    border: 3px solid rgb(116,155,206);
    width: 80%;
    margin-top: -100px;
    background: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.content-wrapper-86752 .course-features-63598 h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}

.content-wrapper-86752 .course-features-63598 .button {
    display: inline-block;
    width: fit-content;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 19px;
    background: rgb(116,155,206);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.content-wrapper-86752 .course-features-63598 .button:hover {
    background: rgb(49,100,165);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .content-wrapper-86752 .course-features-63598 .photo {
        width: 100%;
        height: 250px;
    }

    .content-wrapper-86752 .course-features-63598 .text_holder {
        width: 90%;
        margin-top: -50px;
        padding: 15px;
    }

    .content-wrapper-86752 .course-features-63598 h3 {
        font-size: 16px;
    }
}
.course-rewards-86129 {
    position: relative;
    padding: 240px 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(195,213,234) 0%,
        rgba(0, 0, 0, 0.5) 25%,
        rgb(195,213,234) 50%,
        rgba(0, 0, 0, 0.5) 75%,
        rgb(195,213,234) 100%
    );
    isolation: isolate;
    overflow: hidden;
}

.course-rewards-86129::before,
.course-rewards-86129::after {
    content: '';
    position: absolute;
    inset: -50%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgb(116,155,206,0.5) 0deg 1deg,
            transparent 1deg 20deg
        );
    animation: rotateBackground 60s linear infinite;
    opacity: 0.03;
}

.course-rewards-86129::after {
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgb(49,100,165,0.5) 0deg 1deg,
            transparent 1deg 20deg
        );
    animation: rotateBackground 40s linear infinite reverse;
    opacity: 0.02;
}

@keyframes rotateBackground {
    to { transform: rotate(360deg); }
}

.course-rewards-86129 .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.course-rewards-86129 .holder {
    position: relative;
    perspective: 2000px;
}

.course-rewards-86129 .content_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
    transform-style: preserve-3d;
}

.course-rewards-86129 .content_holder::before {
    content: '';
    position: absolute;
    inset: -50px;
    background-position: center;
    background-size: cover;
    transform: translateZ(-300px);
    filter: brightness(0.7) contrast(1.2);
    opacity: 0.1;
    z-index: -1;
}

.course-rewards-86129 .content_holder h3 {
    position: relative;
    font-size: calc(44px * 1.4);
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 40px;
    transform: translateZ(50px);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(116,155,206,0.5);
}

.course-rewards-86129 .content_holder div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transform-style: preserve-3d;
}

.course-rewards-86129 .content_holder p {
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 30px -5px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(116,155,206,0.5);
    transform: translateZ(30px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.course-rewards-86129 .content_holder p::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s;
}

.course-rewards-86129 .content_holder p:hover {
    transform: translateZ(50px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(116,155,206);
}

.course-rewards-86129 .content_holder p:hover::before {
    opacity: 1;
}

@media (max-width: 1200px) {
    .course-rewards-86129 {
        padding: 180px 0;
    }

    .course-rewards-86129 .content_holder {
        gap: 60px;
    }

    .course-rewards-86129 .content_holder h3 {
        font-size: calc(44px * 1.2);
        padding: 35px;
    }

    .course-rewards-86129 .content_holder div {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .course-rewards-86129 .content_holder p {
        padding: 35px;
    }
}

@media (max-width: 991px) {
    .course-rewards-86129 {
        padding: 140px 0;
    }

    .course-rewards-86129 .content_holder {
        gap: 50px;
    }

    .course-rewards-86129 .content_holder h3 {
        font-size: 44px;
        padding: 30px;
    }

    .course-rewards-86129 .content_holder p {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .course-rewards-86129 {
        padding: 100px 0;
    }

    .course-rewards-86129 .content_holder {
        gap: 40px;
    }

    .course-rewards-86129 .content_holder div {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .course-rewards-86129 .content_holder h3 {
        font-size: calc(44px * 0.85);
        padding: 25px;
    }

    .course-rewards-86129 .content_holder p {
        padding: 25px;
        font-size: calc(13px * 0.95);
    }
}header .main_header {
    background: rgb(195,213,234);
    color: #ffffff;
    border-bottom: 2px solid rgb(49,100,165);
    padding: 10px 0;
}

header .logo_holder {
    display: flex;
    align-items: center;
}
header .logo_holder svg, header .logo_holder img {
    height: 50px;
    width: 50px;
    fill: rgb(116,155,206);
}
header .logo_caption {
    display: flex;
    flex-direction: column;
}
header .logo_name {
    font-size: 23px;
    color: #ffffff;
}
header .logo_desc {
    font-size: 14px;
    color: rgb(49,100,165);
}

header .menu {
    display: flex;
    align-items: center;
    gap: 15px;
}
header .menu a {
    color: rgb(49,100,165);
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}
header .menu a:hover {
    color: #ffffff;
    border-bottom: 2px solid rgb(116,155,206);
}
header .menu a.active {
    color: rgb(116,155,206);
    border-bottom: 2px solid rgb(116,155,206);
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    header .menu a {
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }
}

.content-wrapper-86752 header .header_content {
    flex-direction: column;
    align-items: flex-start;
}
.content-wrapper-86752 header .logo_holder {
    width: 100%;
    flex-direction: row;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(49,100,165);
}
.content-wrapper-86752 header .logo_name {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}
.content-wrapper-86752 header .menu {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    border-top: 1px solid rgb(49,100,165);
}
.content-wrapper-86752 header .menu a {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0;
}
.content-wrapper-86752 header .menu a:hover {
    color: rgb(116,155,206);
    border-bottom: 2px solid rgb(116,155,206);
}
.content-wrapper-86752 header .menu a.active {
    color: rgb(116,155,206);
    border-bottom: 2px solid rgb(116,155,206);
}

@media only screen and (max-width: 800px) {
    .content-wrapper-86752 header .logo_name {
        font-size: 20px;
        line-height: 20px;
    }
    .content-wrapper-86752 header .logo_holder .logotype svg, .content-wrapper-86752 header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
    .content-wrapper-86752 header .menu a {
        font-size: 12px;
        padding: 8px 0;
    }
}footer {
    background: rgb(49,100,165);
    color: #ffffff;
}

footer .copyright {
    background: rgb(116,155,206);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(116,155,206);
}

footer h5 {
    color: rgb(116,155,206);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 24px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.content-wrapper-86752 footer {
    background: rgb(49,100,165);
}

.content-wrapper-86752 footer .copyright {
    background: none;
}

.content-wrapper-86752 footer .copyright_info {
    text-align: center;
}

.content-wrapper-86752 footer .footer_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-wrapper-86752 footer .footer {
    padding: 14px 0;
    padding-bottom: 0;
}

.content-wrapper-86752 footer .menu {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.content-wrapper-86752 footer h5 {
    text-align: center;
}

.content-wrapper-86752 footer .menu_holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border-top: 1px solid var(--white-color_opacity);
    border-bottom: 1px solid var(--white-color_opacity);
}

.content-wrapper-86752 footer .menu a {
    padding: 16px 48px;
    font-weight: 900;
    margin: 5px;
}

.content-wrapper-86752 footer .menu a:hover {
    text-decoration: underline;
}

.content-wrapper-86752 footer .copyright {
    padding: 10px 0;
    padding-top: 0;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-86752 footer .menu a {
        padding: 16px 8px;
    }

    .content-wrapper-86752 footer .menu_holder {
        flex-wrap: wrap;
        margin: 10px 0;
    }
}.confidential-hearth-41825 {
    background: linear-gradient(to bottom right, rgb(116,155,206,0.5), rgb(49,100,165,0.5));
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.confidential-hearth-41825 h1,
.confidential-hearth-41825 h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 15px;
}
.confidential-hearth-41825 h1 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}
.confidential-hearth-41825 h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}
.confidential-hearth-41825 ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.confidential-hearth-41825 ul li {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
}
.confidential-hearth-41825 ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 20px;
    color: rgb(49,100,165);
}
.confidential-hearth-41825 p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
    margin: 20px 0;
}
.confidential-hearth-41825 div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {
    .confidential-hearth-41825 {
        padding: 30px;
    }
    .confidential-hearth-41825 h1 {
        font-size: calc(20px - 8px);
    }
    .confidential-hearth-41825 h2 {
        font-size: calc(20px - 8px);
    }
    .confidential-hearth-41825 ul li {
        font-size: calc(13px - 2px);
    }
    .confidential-hearth-41825 p {
        font-size: calc(13px - 2px);
    }
}.benefits-64593 {
    padding: 60px 0;
    background: radial-gradient(circle, rgb(195,213,234) 0%, rgb(116,155,206,0.5) 100%);
    position: relative;
    overflow: hidden;
}
.benefits-64593:before, .benefits-64593:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(116,155,206,0.5);
    border-radius: 50%;
    z-index: 1;
}
.benefits-64593:before {
    top: -75px;
    left: -75px;
}
.benefits-64593:after {
    bottom: -75px;
    right: -75px;
}
.benefits-64593 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 2;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}
.benefits-64593 .advantages_content h2 {
    font-size: 33px;
    color: rgb(116,155,206);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    background: linear-gradient(45deg, rgb(49,100,165), rgb(116,155,206));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.benefits-64593 .advantages_photo_holder {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin-top: 40px;
}
.benefits-64593 .advantages_photo_holder .photo {
    width: 100%;
    max-width: 80%;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefits-64593 .advantages_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.benefits-64593 .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border: 2px solid rgb(116,155,206);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    width: calc(33.333% - 40px);
    min-width: 200px;
    max-width: 300px;
    position: relative;
}
.benefits-64593 .advantages_holder .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.benefits-64593 .advantages_holder .advantage_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(116,155,206);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.benefits-64593 .advantages_holder .advantage_item:hover::before {
    transform: scaleX(1);
}
.benefits-64593 .advantages_holder .advantage_item .advantage_image {
    margin-bottom: 15px;
}
.benefits-64593 .advantages_holder .advantage_item svg, .benefits-64593 .advantages_holder .advantage_item svg path {
    width: 55px;
    height: 55px;
    fill: rgb(116,155,206);
}
.benefits-64593 .advantages_holder .advantage_item h4 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .benefits-64593 {
        padding: 40px 0;
    }
    .benefits-64593 .advantages_content {
        padding: 20px;
        max-width: 100%;
    }
    .benefits-64593 .advantages_photo_holder {
        flex-direction: column;
        align-items: center;
    }
    .benefits-64593 .advantages_photo_holder .photo {
        height: 250px;
    }
    .benefits-64593 .advantages_holder {
        flex-direction: column;
        gap: 20px;
    }
    .benefits-64593 .advantages_holder .advantage_item {
        width: 100%;
        max-width: none;
    }
    .benefits-64593 .advantages_content h2 {
        font-size: 19px;
    }
}
.appFrame-49526 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(195,213,234);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.appFrame-49526 .container {
    max-width: 700px;
    width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(195,213,234) 100%);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.appFrame-49526 h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(116,155,206);
    background: linear-gradient(145deg, rgb(116,155,206), rgb(49,100,165));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(116,155,206);
    width: 100%;
}
.appFrame-49526 p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-top: 10px;
    background: linear-gradient(145deg, rgb(116,155,206,0.5) 0%, rgb(49,100,165,0.5) 100%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
    .appFrame-49526 {
        padding: 20px;
    }
    
    .appFrame-49526 .container {
        padding: 30px;
    }
    
    .appFrame-49526 h2 {
        font-size: 33px;
    }
    
    .appFrame-49526 p {
        font-size: 22px;
    }
}
.pricing-tray-97562 {
    position: relative;
    background: rgb(195,213,234);
    padding: 120px 0;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pricing-tray-97562::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 45deg at 50% 50%, rgb(49,100,165,0.5) 0deg, transparent 60deg, transparent 300deg, rgb(116,155,206,0.5) 360deg);
    opacity: 0.15;
    z-index: 1;
    animation: rotateBg 15s linear infinite;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.pricing-tray-97562 .container {
    position: relative;
    z-index: 2;
    width: 90vw;
}

.pricing-tray-97562 .price_info_holder {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
}

.pricing-tray-97562 .photo {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pricing-tray-97562 h2 {
    font-size: calc(39px * 1.2);
    color: #000000;
    font-weight: 700;
    margin: 0 0 1rem 0;
    letter-spacing: -0.03em;
}

.pricing-tray-97562 h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 3rem 0;
    max-width: 600px;
}

.pricing-tray-97562 .price_items {
    display: flex;
    gap: 0;
    width: 100%;
    position: relative;
}

.pricing-tray-97562 .price_item {
    flex: 1;
    background: #ffffff;
    min-height: 500px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-tray-97562 .price_item:not(:last-child) {
    border-right: 1px solid rgb(49,100,165,0.5);
}

.pricing-tray-97562 .price_item:first-child {
    border-radius: 15px 0 0 15px;
}

.pricing-tray-97562 .price_item:last-child {
    border-radius: 0 15px 15px 0;
}

.pricing-tray-97562 .price_item:hover {
    transform: scale(1.03);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    border-right-color: transparent;
    z-index: 1;
}

.pricing-tray-97562 .price_item h3 {
    all: unset;
    font-size: calc(21px * 1.1);
    color: rgb(116,155,206);
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
    margin: 0;
}

.pricing-tray-97562 .price_item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: currentColor;
}

.pricing-tray-97562 .price_item .price_amount {
    font-size: calc(36px * 1.2);
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0;
}

.pricing-tray-97562 .price_item .price_amount::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 5px;
    left: 0;
    background: rgb(116,155,206,0.5);
    z-index: -1;
    transition: height 0.3s ease;
}

.pricing-tray-97562 .price_item:hover .price_amount::before {
    height: 50%;
}

.pricing-tray-97562 .price_item span {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
}

.pricing-tray-97562 .price_item .button {
    margin-top: auto;
    background: none;
    color: rgb(116,155,206);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 0.5rem 0;
    border: 0;
    position: relative;
    transition: color 0.3s ease;
    width: fit-content;
}

.pricing-tray-97562 .price_item .button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.pricing-tray-97562 .price_item .button:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (min-width: 992px) {
    .pricing-tray-97562 .price_items:has(.price_item:nth-child(2)) .price_item {
        width: 50%;
    }
    
    .pricing-tray-97562 .price_items:has(.price_item:nth-child(3)) .price_item {
        width: 33.333%;
    }
    
    .pricing-tray-97562 .price_items:has(.price_item:nth-child(4)) .price_item {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .pricing-tray-97562 .price_items {
        flex-direction: column;
        gap: 2rem;
    }

    .pricing-tray-97562 .price_item {
        width: 100% !important;
        min-height: auto;
        border-radius: 15px !important;
        border: none !important;
    }

    .pricing-tray-97562 .price_item:hover {
        transform: scale(1.02);
    }
}

@media (max-width: 479px) {
    .pricing-tray-97562 {
        padding: 60px 0;
    }

    .pricing-tray-97562 .container {
        width: 100vw;
        padding: 0 1rem;
    }

    .pricing-tray-97562 .price_info_holder {
        gap: 2rem;
    }

    .pricing-tray-97562 .photo {
        height: 250px;
    }

    .pricing-tray-97562 .price_item {
        padding: 1.5rem;
    }

    .pricing-tray-97562 h2 {
        font-size: 36px;
    }
}.course-instructor-39210 {
    background: linear-gradient(
        90deg,
        rgb(49,100,165) 0%,
        rgb(49,100,165) 45%,
        rgb(195,213,234) 45%,
        rgb(195,213,234) 100%
    );
    padding: 160px 0;
    position: relative;
}

.course-instructor-39210::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: repeating-linear-gradient(
        -65deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    opacity: 0.05;
}

.course-instructor-39210 .holder {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.course-instructor-39210 .review {
    display: grid;
    grid-template-columns: minmax(400px, 600px) 1fr;
    gap: 100px;
    position: relative;
}

.course-instructor-39210 .photo {
    height: 720px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 40px 40px 0 rgb(116,155,206,0.5);
}

.course-instructor-39210 .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 50%,
        #000000 100%
    );
    mix-blend-mode: multiply;
}

.course-instructor-39210 .worker_description {
    background: #ffffff;
    padding: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(195,213,234);
}

.course-instructor-39210 .worker_description::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 80px;
    height: 80px;
    border-left: 3px solid rgb(116,155,206);
    border-top: 3px solid rgb(116,155,206);
}

.course-instructor-39210 .worker_description::after {
    content: '';
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 3px solid rgb(116,155,206);
    border-bottom: 3px solid rgb(116,155,206);
}

.course-instructor-39210 .name {
    font-size: calc(38px * 1.2);
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}

.course-instructor-39210 .job {
    font-size: 19px;
    color: rgb(116,155,206);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 60px;
}

.course-instructor-39210 .worker_info {
    margin-top: 40px;
    display: grid;
    grid-column: span 2;
}

.course-instructor-39210 .quote {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    line-height: 1.6;
    padding: 40px;
    background: rgb(195,213,234);
    border-left: 4px solid rgb(116,155,206);
}

.course-instructor-39210 .story {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    padding: 40px;
    background: rgb(49,100,165);
    border-right: 4px solid rgb(116,155,206);
}

@media (max-width: 1400px) {
    .course-instructor-39210 {
        padding: 120px 0;
    }

    .course-instructor-39210 .review {
        gap: 80px;
    }

    .course-instructor-39210 .photo {
        height: 600px;
        box-shadow: 30px 30px 0 rgb(116,155,206,0.5);
    }

    .course-instructor-39210 .worker_description {
        padding: 60px;
    }
}

@media (max-width: 1200px) {
    .course-instructor-39210 {
        background: rgb(195,213,234);
    }

    .course-instructor-39210 .review {
        grid-template-columns: 1fr;
        max-width: 900px;
        margin: 0 auto;
    }

    .course-instructor-39210 .photo {
        height: 500px;
        box-shadow: 25px 25px 0 rgb(116,155,206,0.5);
    }

    .course-instructor-39210 .worker_description {
        padding: 50px;
    }

    .course-instructor-39210 .worker_description::before,
    .course-instructor-39210 .worker_description::after {
        width: 60px;
        height: 60px;
    }

    .course-instructor-39210 .worker_description::before{
        top:20px;
        left:20px;
    }

    .course-instructor-39210 .worker_description::after {
        bottom: 20px;
        right: 20px;
    }

    .course-instructor-39210 .worker_info {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .course-instructor-39210 {
        padding: 80px 0;
    }

    .course-instructor-39210 .photo {
        height: 400px;
        box-shadow: 20px 20px 0 rgb(116,155,206,0.5);
    }

    .course-instructor-39210 .worker_description {
        padding: 40px;
    }

    .course-instructor-39210 .name {
        font-size: 30px;
    }


    .course-instructor-39210 .job {
        letter-spacing: 3px;
        margin-bottom: 40px;
    }

    .course-instructor-39210 .quote {
        padding: 30px;
    }

    .course-instructor-39210 .story {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .course-instructor-39210 {
        padding: 60px 0;
    }

    .course-instructor-39210 .photo {
        height: 300px;
        box-shadow: 15px 15px 0 rgb(116,155,206,0.5);
    }

    .course-instructor-39210 .worker_description {
        padding: 30px;
    }

    .course-instructor-39210 .worker_description::before,
    .course-instructor-39210 .worker_description::after {
        width: 40px;
        height: 40px;
        top: 20px;
        left: 20px;
    }

    .course-instructor-39210 .worker_description::after {
        bottom: 20px;
        right: 20px;
        top: auto;
        left: auto;
    }

    .course-instructor-39210 .name {
        font-size: calc(30px * 0.9);
        padding-left: 25px;
    }

    .course-instructor-39210 .job {
        letter-spacing: 2px;
        font-size: calc(17px * 0.9);
    }

    .course-instructor-39210 .quote {
        padding: 20px;
    }

    .course-instructor-39210 .story {
        padding: 20px;
    }
}.homepage-02576 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgb(195,213,234);
    border-top: 5px solid rgb(116,155,206);
}
.homepage-02576 .title_page_holder {
    width: 100%;
    min-height: 600px;
    height: auto;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}
.homepage-02576 .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.homepage-02576 .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 60px;
    border-radius: 23px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    text-align: left;
}
.homepage-02576 .style_element h1 {
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    border-bottom: 3px solid rgb(116,155,206);
    padding-bottom: 12px;
}
.homepage-02576 .style_element h3 {
    font-size: 37px;
    font-weight: 600;
    color: rgb(49,100,165);
    margin-bottom: 20px;
}
.homepage-02576 .style_element p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
.homepage-02576 .style_element::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid rgb(116,155,206);
    border-radius: 23px;
    z-index: -1;
}
.homepage-02576 .style_element h1 span {
    display: inline-block;
    background: rgb(116,155,206);
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.homepage-02576 .style_element h3 span {
    display: inline-block;
    background: rgb(49,100,165);
    padding: 3px 10px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .homepage-02576 .title_page_holder {
        min-height: 500px;
        padding: 20px;
    }
    .homepage-02576 .style_element {
        padding: 40px;
        max-width: 100%;
        border-left-width: 5px;
    }
    .homepage-02576 .style_element::before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .homepage-02576 .style_element h1 {
        font-size: 37px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .homepage-02576 .style_element h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .homepage-02576 .style_element p {
        font-size: 16px;
    }
}
.content-wrapper-86752 .homepage-02576 {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.content-wrapper-86752 .homepage-02576::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(116,155,206,0.5);
    z-index: 0;
    pointer-events: none;
}
.content-wrapper-86752 .homepage-02576 .style_element {
    position: relative;
    z-index: 2;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    margin: 40px auto;
    text-align: left;
}
.content-wrapper-86752 .homepage-02576 .style_element h1 {
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(116,155,206);
}
.content-wrapper-86752 .homepage-02576 .style_element h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(116,155,206);
    margin-bottom: 12px;
}
.content-wrapper-86752 .homepage-02576 .style_element p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}
.content-wrapper-86752 .homepage-02576 .style_element h1 span {
    display: inline-block;
    background: rgb(116,155,206);
    padding: 2px 10px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.content-wrapper-86752 .homepage-02576 .style_element h3 span {
    display: inline-block;
    background: rgb(49,100,165);
    padding: 2px 8px;
    border-radius: 10px;
    color: #ffffff;
}.our-info-50861 {
    color: #000000;
    background: linear-gradient(135deg, rgb(195,213,234) 0%, rgb(49,100,165,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.our-info-50861::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(116,155,206,0.5) 10%, transparent 10%);
    background-size: 20px 20px;
    animation: backgroundMove 30s linear infinite;
    opacity: 0.1;
    z-index: 0;
}
.our-info-50861 .holder .info_holder div.office-hours-07523 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.our-info-50861 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.our-info-50861 .holder .info_holder > div > div {
    margin: 5px 0;
}
@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}
.our-info-50861 .container {
    position: relative;
    z-index: 1;
}
.our-info-50861 .contact_holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.our-info-50861 .contact_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(116,155,206) 0%, rgb(49,100,165) 100%);
}
.our-info-50861 h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.our-info-50861 h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(116,155,206);
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.our-info-50861 .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}
.our-info-50861 .holder .contact_description {
    grid-column: 1 / -1;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 40px;
    padding: 20px;
    background: rgb(195,213,234);
    border-radius: 10px;
    position: relative;
}
.our-info-50861 .holder .photo {
    width: 100%;
    min-height: 400px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
}
.our-info-50861 .holder .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
}
.our-info-50861 .holder .info_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.our-info-50861 .holder .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(195,213,234);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.our-info-50861 .holder .info_holder > div svg {
    width: 24px;
    height: 24px;
    fill: rgb(116,155,206);
    margin-right: 15px;
    transition: all 0.3s ease;
}
.our-info-50861 .holder .info_holder>div span {
    margin-left: 8px;
}
.our-info-50861 .holder .info_holder > div a,
.our-info-50861 .holder .info_holder > div span {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.our-info-50861 .holder .info_holder > div:hover a,
.our-info-50861 .holder .info_holder > div:hover span {
    color: rgb(116,155,206);
}
.our-info-50861 .contact_politics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(49,100,165,0.5);
}
.our-info-50861 .contact_politics > div {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.our-info-50861 .contact_politics > div h4 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
    color: rgb(116,155,206);
}
.our-info-50861 .contact_politics > div p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .our-info-50861 .holder {
        grid-template-columns: 1fr;
    }
    .our-info-50861 .holder .photo {
        height: 300px;
    }
    .our-info-50861 .contact_politics {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .our-info-50861 {
        padding: 60px 0;
    }
    .our-info-50861 .contact_holder {
        padding: 30px;
    }
    .our-info-50861 h2 {
        font-size: calc(33px * 0.8);
    }
}.our-mission-96245 {
    padding: 100px 0;
    background: rgb(195,213,234);
    font-family: Arial, sans-serif;
}

.content-wrapper-86752 .our-mission-96245 .holder {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
}

.content-wrapper-86752 .our-mission-96245 .photo {
    width: 50%;
    max-width: 600px;
    height: 300px;
    border-radius: 0;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgb(49,100,165,0.5);
    margin-bottom: 20px;
}

.content-wrapper-86752 .our-mission-96245 .caption_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.5);
    border-left: 10px solid rgb(116,155,206);
    position: relative;
    z-index: 1;
}

.content-wrapper-86752 .our-mission-96245 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wrapper-86752 .our-mission-96245 h2 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(116,155,206);
    margin-bottom: 20px;
    text-align: center;
}

.content-wrapper-86752 .our-mission-96245 p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .content-wrapper-86752 .our-mission-96245 .holder {
        flex-direction: column;
    }

    .content-wrapper-86752 .our-mission-96245 .photo,
    .content-wrapper-86752 .our-mission-96245 .caption_holder {
        width: 100%;
        max-width: 100%;
    }

    .content-wrapper-86752 .our-mission-96245 .caption_holder {
        box-shadow: none;
        border-left: 0;
        border-top: 10px solid rgb(116,155,206);
    }
}

@media only screen and (max-width: 800px) {
    .content-wrapper-86752 .our-mission-96245 {
        padding: 10px;
    }

    .content-wrapper-86752 .our-mission-96245 .caption_holder {
        padding: 20px;
    }
}
