* {
    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: Lato, sans-serif;
    color: #000000;
}
.framework-wrap-nxK {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(198,201,209);
}
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;
    }
}
.advantages-benefits-zIq .advantages_content h2 {
    color: rgb(91,97,113);
}

.advantages-benefits-zIq .advantage_item svg, .advantages-benefits-zIq .advantage_item svg path {
    fill: rgb(106,137,158);
}

.advantages-benefits-zIq .advantage_item p {
    color: #000000;
}

.advantages-benefits-zIq .advantage_item b {
    color: rgb(106,137,158);
}

.advantages-benefits-zIq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-benefits-zIq .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-benefits-zIq .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-benefits-zIq .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.advantages-benefits-zIq .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-benefits-zIq .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-benefits-zIq .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-benefits-zIq .advantage_item svg, .advantages-benefits-zIq .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap-nxK .advantages-benefits-zIq .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-benefits-zIq .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-benefits-zIq .advantages_holder {
        flex-direction: column;
    }

    .advantages-benefits-zIq {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .framework-wrap-nxK .advantages-benefits-zIq .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.framework-wrap-nxK .advantages-benefits-zIq {
    padding: 100px 0;
    background: rgb(198,201,209);
    color: #ffffff;
    font-family: Lato, sans-serif;
    overflow: hidden;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantages_content h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(91,97,113);
    margin-bottom: 40px;
    background: linear-gradient(to right, rgb(106,137,158), rgb(91,97,113));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantages_content h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgb(106,137,158), rgb(91,97,113));
    bottom: -10px;
    left: 0;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantages_description {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 20px;
    color: rgb(91,97,113);
    border-left: 4px solid rgb(91,97,113);
    border-right: 4px solid rgb(91,97,113);
    position: relative;
    z-index: 1;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantages_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 30px);
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.framework-wrap-nxK .advantages-benefits-zIq .advantage_image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(106,137,158), rgb(91,97,113));
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.framework-wrap-nxK .advantages-benefits-zIq .advantage_image img, .framework-wrap-nxK .advantages-benefits-zIq .advantage_image svg {
    width: 60%;
    height: 60%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.framework-wrap-nxK .advantages-benefits-zIq .advantage_item h4 {
    font-weight: 700;
    font-size: 21px;
    margin-top: 20px;
    color: rgb(91,97,113);
}

@media only screen and (max-width: 1200px) {
    .framework-wrap-nxK .advantages-benefits-zIq .advantages_holder .advantage_item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 800px) {
    .framework-wrap-nxK .advantages-benefits-zIq {
        padding: 50px 0;
    }

    .framework-wrap-nxK .advantages-benefits-zIq .advantages_content h2 {
        font-size: 21px;
    }

    .framework-wrap-nxK .advantages-benefits-zIq .advantages_holder {
        flex-direction: column;
    }

    .framework-wrap-nxK .advantages-benefits-zIq .advantages_holder .advantage_item {
        width: 100%;
    }
}.framework-wrap-nxK .course-summary-HIQ {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: rgb(198,201,209);
}

.framework-wrap-nxK .course-summary-HIQ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(106,137,158,0.5) 0%, rgb(91,97,113,0.5) 100%);
    background-size: 400% 400%;
    z-index: 0;
    animation: gradientAnimation 15s ease infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.framework-wrap-nxK .course-summary-HIQ .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.framework-wrap-nxK .course-summary-HIQ .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.framework-wrap-nxK .course-summary-HIQ .items .course {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.framework-wrap-nxK .course-summary-HIQ .items .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.framework-wrap-nxK .course-summary-HIQ .items .course .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.framework-wrap-nxK .course-summary-HIQ .items .course .photo {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.framework-wrap-nxK .course-summary-HIQ .items .course .photo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.framework-wrap-nxK .course-summary-HIQ .text_holder {
    padding: 30px;
    text-align: center;
    background: #ffffff;
    width: 100%;
}

.framework-wrap-nxK .course-summary-HIQ h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.framework-wrap-nxK .course-summary-HIQ p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.framework-wrap-nxK .course-summary-HIQ .button {
    display: inline-block;
    background: rgb(106,137,158);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.3s, transform 0.3s;
}

.framework-wrap-nxK .course-summary-HIQ .button:hover {
    background: rgb(91,97,113);
    transform: translateY(-3px);
}

@media only screen and (max-width: 800px) {
    .framework-wrap-nxK .course-summary-HIQ .items {
        flex-direction: column;
    }
    .framework-wrap-nxK .course-summary-HIQ .photo {
        height: 200px;
    }
    .framework-wrap-nxK .course-summary-HIQ h3 {
        font-size: 21px;
    }
    .framework-wrap-nxK .course-summary-HIQ p {
        font-size: 13px;
    }
}.package-deal-Jyg {
    position: relative;
    background: rgb(198,201,209);
    padding: 120px 0;
    overflow: hidden;
}

.package-deal-Jyg::before {
    width: 60%;
    height: 60%;
    top: -10%;
    right: -20%;
    border-radius: 40% 60% 70% 30%;
}

.package-deal-Jyg .price_info_holder {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.package-deal-Jyg .photo {
    width: calc(100% + 60px);
    height: 400px;
    margin: -30px -30px 60px;
    position: relative;
    overflow: hidden;
}

.package-deal-Jyg .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(91,97,113,0.5);
    mix-blend-mode: color;
    z-index: 1;
}

.package-deal-Jyg .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 2;
}

.package-deal-Jyg h2 {
    font-size: 41px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.package-deal-Jyg h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: rgb(106,137,158);
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}

.package-deal-Jyg h2::after {
    animation: glowLine 2s infinite;
}

@keyframes glowLine {
    0% { box-shadow: 0 0 5px rgb(106,137,158,0.5); }
    50% { box-shadow: 0 0 20px rgb(106,137,158); }
    100% { box-shadow: 0 0 5px rgb(106,137,158,0.5); }
}

.package-deal-Jyg h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 80px;
    font-weight: 300;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.package-deal-Jyg .price_items {
    display: grid;
    gap: 30px;
    position: relative;
}

.package-deal-Jyg .price_items:has(.price_item:nth-child(2)) {
    grid-template-columns: repeat(2, minmax(300px, 450px));
    justify-content: center;
}

.package-deal-Jyg .price_items:has(.price_item:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

.package-deal-Jyg .price_items:has(.price_item:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(300px, 450px));
    justify-content: center;
}

.package-deal-Jyg .price_item {
    background: linear-gradient(165deg, 
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(106,137,158,0.5);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.package-deal-Jyg .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        transparent 0%,
        rgb(106,137,158,0.5) 50%,
        transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.package-deal-Jyg .price_item:hover::before {
    transform: translateX(100%);
}

.package-deal-Jyg .price_item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(106,137,158);
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.package-deal-Jyg .price_item h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(106,137,158);
}

.package-deal-Jyg .price_item .price_amount {
    font-size: 33px;
    color: rgb(106,137,158);
    margin: 30px 0;
    font-weight: 700;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.package-deal-Jyg .price_item .price_amount::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgb(106,137,158);
    margin-right: 5px;
}

.package-deal-Jyg .price_item span {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 35px;
    line-height: 1.7;
}

.package-deal-Jyg .price_item .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    background: transparent;
    color: rgb(106,137,158);
    border: 1px solid rgb(106,137,158);
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: auto;
}

.package-deal-Jyg .price_item .button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(106,137,158);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    z-index: -1;
}

.package-deal-Jyg .price_item .button:hover {
    color: #ffffff;
}

.package-deal-Jyg .price_item .button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.package-deal-Jyg .price_item:hover {
    transform: translateY(-5px);
    border-color: rgb(106,137,158);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
    .package-deal-Jyg .price_items:has(.price_item:nth-child(3)) {
        grid-template-columns: repeat(2, minmax(300px, 450px));
    }
}

@media (max-width: 991px) {
    .package-deal-Jyg {
        padding: 80px 0;
    }

    .package-deal-Jyg .photo {
        height: 300px;
        margin: -20px -20px 40px;
        width: calc(100% + 40px);
    }

    .package-deal-Jyg .price_item {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .package-deal-Jyg {
        padding: 60px 0;
    }

    .package-deal-Jyg .price_info_holder {
        padding: 0 20px;
    }

    .package-deal-Jyg .photo {
        height: 200px;
        margin: -15px -15px 30px;
        width: calc(100% + 30px);
    }

    .package-deal-Jyg .price_items,
    .package-deal-Jyg .price_items:has(.price_item:nth-child(2)),
    .package-deal-Jyg .price_items:has(.price_item:nth-child(3)),
    .package-deal-Jyg .price_items:has(.price_item:nth-child(4)) {
        grid-template-columns: minmax(280px, 400px);
    }

    .package-deal-Jyg h2 {
        font-size: calc(33px * 1.1);
    }

    .package-deal-Jyg .price_item .button {
        width: 100%;
    }
}.teaching-experience-klq {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(106,137,158,0.5) 0%, rgb(91,97,113,0.5) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Lato, sans-serif;
}

.teaching-experience-klq .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.teaching-experience-klq .review {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgb(106,137,158);
    border-radius: 12px;
    padding: 20px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.teaching-experience-klq .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgb(106,137,158), 0 0 25px rgb(91,97,113);
    border-color: rgb(91,97,113);
}

.teaching-experience-klq .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border: 5px solid rgb(106,137,158);
    box-shadow: 0 0 15px rgb(106,137,158), 0 0 25px rgb(91,97,113);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.teaching-experience-klq .review:hover .photo {
    border-color: rgb(91,97,113);
    box-shadow: 0 0 15px rgb(91,97,113), 0 0 25px rgb(106,137,158);
}

.teaching-experience-klq .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teaching-experience-klq .review .name {
    font-size: 22px;
    color: rgb(91,97,113);
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.teaching-experience-klq .review span {
    font-size: 13px;
    color: rgb(106,137,158);
    font-weight: 400;
    margin-bottom: 14px;
}

.teaching-experience-klq .review .quote {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-top: 10px;
    border-top: 2px solid rgb(106,137,158,0.5);
    padding-top: 10px;
    transition: color 0.3s ease, border-top-color 0.3s ease;
}

.teaching-experience-klq .review:hover .quote {
    color: rgb(91,97,113);
    border-top-color: rgb(91,97,113,0.5);
}

@media only screen and (max-width: 1200px) {
    .teaching-experience-klq .review {
        flex: 0 0 90%;
    }
}

@media only screen and (max-width: 800px) {
    .teaching-experience-klq .container {
        flex-direction: column;
        align-items: center;
    }

    .teaching-experience-klq .review {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .teaching-experience-klq {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.framework-wrap-nxK .teaching-experience-klq {
    background: rgb(198,201,209);
}

.framework-wrap-nxK .teaching-experience-klq .review {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #000000;
}

.framework-wrap-nxK .teaching-experience-klq .photo {
    width: 250px;
    height: 250px;
    margin-bottom: 25px;
    border-radius: 12px;
    border: 5px solid #ffffff;
}

.framework-wrap-nxK .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.framework-wrap-nxK .teaching-experience-klq .review .quote {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000000;
}

.framework-wrap-nxK .teaching-experience-klq .review .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .framework-wrap-nxK .teaching-experience-klq .photo {
        width: 160px;
        height: 160px;
    }

    .framework-wrap-nxK .teaching-experience-klq .review {
        flex-direction: column;
    }
}
.secure-wrap-UNq {
    background-color: #ffffff;
    padding: 2em 3em;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Lato, sans-serif;
    color: #000000;
    margin: 0 auto;
}
.secure-wrap-UNq h1 {
    font-size: 47px;
    color: rgb(106,137,158);
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid rgb(106,137,158);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.secure-wrap-UNq h2 {
    font-size: 33px;
    color: rgb(91,97,113);
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.secure-wrap-UNq h3,
.secure-wrap-UNq h4,
.secure-wrap-UNq h5,
.secure-wrap-UNq h6 {
    margin-bottom: 0.75em;
    color: #000000;
    font-weight: 400;
}
.secure-wrap-UNq h3 {
    font-size: calc(24px - 0.2em);
}
.secure-wrap-UNq h4 {
    font-size: calc(24px - 0.4em);
}
.secure-wrap-UNq h5 {
    font-size: 24px;
}
.secure-wrap-UNq h6 {
    font-size: 22px;
}
.secure-wrap-UNq ul,
.secure-wrap-UNq ol {
    padding-left: 2em;
    margin: 1em 0;
    list-style: none;
}
.secure-wrap-UNq li {
    margin-bottom: 0.5em;
    font-size: 15px;
    color: #000000;
}
.secure-wrap-UNq p {
    font-size: 15px;
    margin-bottom: 1em;
    line-height: 1.5;
    color: #000000;
}
.secure-wrap-UNq span {
    color: rgb(106,137,158);
    font-weight: 600;
}
.secure-wrap-UNq div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
    .secure-wrap-UNq {
        padding: 1em 1.5em;
        border-radius: 10px;
    }
    .secure-wrap-UNq h1 {
        font-size: calc(24px - 0.4em);
    }
    .secure-wrap-UNq h2 {
        font-size: calc(24px - 0.3em);
    }
    .secure-wrap-UNq p,
    .secure-wrap-UNq li {
        font-size: calc(15px - 0.1em);
    }
}
.secure-wrap-UNq h1::before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: rgb(106,137,158);
    margin-bottom: 0.5em;
}
.secure-wrap-UNq h2::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: rgb(91,97,113);
    margin-bottom: 0.5em;
}
.secure-wrap-UNq ul li::before,
.secure-wrap-UNq ol li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgb(106,137,158);
    border-radius: 50%;
    margin-right: 0.5em;
}
.secure-wrap-UNq a {
    color: rgb(106,137,158);
    text-decoration: none;
    border-bottom: 1px solid rgb(106,137,158);
}
.secure-wrap-UNq a:hover {
    color: rgb(91,97,113);
    border-bottom: 1px solid rgb(91,97,113);
}
.secure-wrap-UNq blockquote {
    margin: 1em 0;
    padding: 1em;
    border-left: 4px solid rgb(106,137,158);
    background-color: rgb(91,97,113,0.5);
    font-style: normal;
    color: #000000;
}.title-opener-uqi {
    position: relative;
    background-color: rgb(198,201,209);
    overflow: hidden;
}

.title-opener-uqi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(106,137,158), rgb(91,97,113));
}

.title-opener-uqi .holder {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.title-opener-uqi .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: flex 0.3s ease;
}

.title-opener-uqi .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(106,137,158,0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.title-opener-uqi .photo:hover::after {
    opacity: 1;
}

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

.title-opener-uqi .text_holder::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 3px;
    height: calc(100% - 40px);
    background-color: rgb(106,137,158);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.title-opener-uqi .text_info {
    position: relative;
}

.title-opener-uqi .text_info svg {
    width: 50px;
    height: 50px;
    fill: rgb(106,137,158);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

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

.title-opener-uqi .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(91,97,113);
    transition: width 0.3s ease;
}

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

.title-opener-uqi .text_holder .button {
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(106,137,158);
    border: 2px solid rgb(106,137,158);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.title-opener-uqi .text_holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(106,137,158,0.5);
}

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

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

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

    .title-opener-uqi .text_info {
        padding-left: 1rem;
    }

    .title-opener-uqi .text_info h2 {
        font-size: 23px;
    }

    .title-opener-uqi .text_info span {
        font-size: 16px;
    }

    .title-opener-uqi .text_holder .button {
        width: 100%;
        text-align: center;
    }
}.support-NGK {
    color: #000000;
    background-color: #ffffff;
    padding: 64px 0;
    font-family: Lato, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.support-NGK h2 {
    text-align: center;
    width: 100%;
    margin: 24px 0;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.support-NGK .holder .info_holder div.daily-hours-eWo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.support-NGK .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.support-NGK .holder .info_holder > div > div {
    margin: 5px 0;
}
.support-NGK .contact_description {
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
    margin: 16px 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.support-NGK .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(91,97,113);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.support-NGK .info_holder svg:hover {
    fill: rgb(106,137,158);
}
.support-NGK .holder {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 24px 0;
    border-radius: 14px;
}
.support-NGK .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 0 14px 14px 0;
    position: relative;
    overflow: hidden;
}
.support-NGK .holder .info_holder>div span {
    margin-left: 8px;
}
.support-NGK .holder .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.support-NGK .holder .photo:hover img {
    transform: scale(1.1);
}
.support-NGK .holder .info_holder {
    font-size: 17px;
    line-height: 1.6;
    width: 50%;
    order: 1;
    flex-shrink: 0;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 14px 0 0 14px;
    background: #ffffff;
}
.support-NGK .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.support-NGK .holder .info_holder>div:hover {
    color: rgb(106,137,158);
}
.support-NGK .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.support-NGK .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.support-NGK .contact_politics>div h4 {
    margin: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
    .support-NGK .holder .info_holder {
        width: 100%;
        border-radius: 14px 14px 0 0;
        align-items: center;
        padding: 24px;
    }
    .support-NGK .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0 0 14px 14px;
    }
}
.start-now-TRX {
    padding-bottom: 80px;
    padding-top: 80px;
}

.start-now-TRX h2 {
    color: rgb(91,97,113);
}

.start-now-TRX .button {
    background: rgb(91,97,113);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.start-now-TRX .button:hover {
    background: rgb(106,137,158);
}

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

.start-now-TRX h2 {
    font-size: 30px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.start-now-TRX .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) {
    .start-now-TRX .holder {
        flex-direction: column;
    }

    .framework-wrap-nxK section.start-now-TRX h2 {
        font-size: 26px;
    }

    .start-now-TRX h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .start-now-TRX .button {
        font-size: 24px;
    }

    .start-now-TRX {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.framework-wrap-nxK .start-now-TRX {
    background: rgb(106,137,158,0.5);
    color: #ffffff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.framework-wrap-nxK .start-now-TRX .container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.framework-wrap-nxK .start-now-TRX .holder {
    background: rgb(91,97,113);
    padding: 50px 40px;
    border: 1px solid rgb(106,137,158);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.framework-wrap-nxK .start-now-TRX h2 {
    font-family: Lato, sans-serif;
    font-size: 30px;
    color: rgb(106,137,158);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(106,137,158);
    padding-bottom: 10px;
    width: fit-content;
    margin-right: 0;
}

.framework-wrap-nxK .start-now-TRX .button {
    display: inline-block;
    padding: 15px 60px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(106,137,158);
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(106,137,158);
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.framework-wrap-nxK .start-now-TRX .button:hover {
    background: rgb(106,137,158);
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .framework-wrap-nxK .start-now-TRX .holder {
        padding: 30px 20px;
    }

    .framework-wrap-nxK .start-now-TRX h2 {
        font-size: 47px;
    }

    .framework-wrap-nxK .start-now-TRX .button {
        padding: 10px 40px;
        font-size: 13px;
    }
}footer {
    background: rgb(91,97,113);
    color: #ffffff;
    font-family: Lato, sans-serif;
}
footer .copyright {
    background: rgb(106,137,158);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 2px solid rgb(91,97,113);
    font-size: 16px;
}
footer .logo_holder svg,
footer .logo_holder svg path,
footer .logo_holder img {
    height: 80px;
    width: 80px;
    fill: rgb(106,137,158);
    margin-right: 15px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(106,137,158);
}
footer .footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(91,97,113);
}
.framework-wrap-nxK footer .footer {
    padding: 0;
    background: rgb(91,97,113);
}
.framework-wrap-nxK footer .footer_info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.framework-wrap-nxK footer .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(106,137,158);
    margin-bottom: 20px;
}
.framework-wrap-nxK footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}
.framework-wrap-nxK footer .menu a {
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
    margin: 10px;
}
.framework-wrap-nxK footer .menu a:hover {
    background: rgb(106,137,158);
    color: #ffffff;
}
.framework-wrap-nxK footer .copyright {
    background: rgb(106,137,158,0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-radius: 19px;
}
.framework-wrap-nxK footer .copyright_info {
    text-align: center;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info,
    footer .menu_holder,
    .framework-wrap-nxK footer .footer_info,
    .framework-wrap-nxK footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu a,
    .framework-wrap-nxK footer .menu a {
        margin: 0 0 10px 0;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .framework-wrap-nxK footer .footer_info {
        padding: 10px;
    }
    .framework-wrap-nxK footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}.course-rewards-jPY {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course-rewards-jPY .holder {
    display: flex;
    width: 100%;
}

.course-rewards-jPY h2 {
    text-align: left;
    margin-bottom: 20px;
}

.course-rewards-jPY .photo {
    width: 50%;
    flex-shrink: 0;
}

.course-rewards-jPY .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.course-rewards-jPY ul {
    list-style: none;
}

.course-rewards-jPY li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.course-rewards-jPY svg, .course-rewards-jPY path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(106,137,158);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .course-rewards-jPY {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .course-rewards-jPY .holder {
        flex-direction: column;
    }

    .course-rewards-jPY .text_holder {
        width: 100%;
    }

    .course-rewards-jPY .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.framework-wrap-nxK .course-rewards-jPY {
    padding: 60px 20px;
    background: linear-gradient(135deg, #000000, rgb(91,97,113));
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Lato, sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.framework-wrap-nxK .course-rewards-jPY::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(106,137,158,0.5), rgb(91,97,113,0.5));
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}

.framework-wrap-nxK .course-rewards-jPY .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.framework-wrap-nxK .course-rewards-jPY h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(106,137,158);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.framework-wrap-nxK .course-rewards-jPY ul {
    padding: 0;
    margin: 0;
}

.framework-wrap-nxK .course-rewards-jPY li {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.framework-wrap-nxK .course-rewards-jPY li:hover {
    color: rgb(106,137,158);
}

.framework-wrap-nxK .course-rewards-jPY .photo {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s, box-shadow 0.5s;
}

.framework-wrap-nxK .course-rewards-jPY .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.framework-wrap-nxK .course-rewards-jPY .text_holder {
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.framework-wrap-nxK .course-rewards-jPY svg, .framework-wrap-nxK .course-rewards-jPY path {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(106,137,158);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .framework-wrap-nxK .course-rewards-jPY {
        padding: 40px 10px;
    }

    .framework-wrap-nxK .course-rewards-jPY .holder {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .framework-wrap-nxK .course-rewards-jPY .text_holder {
        width: 100%;
        padding: 20px;
    }

    .framework-wrap-nxK .course-rewards-jPY .photo {
        padding-bottom: 56.25%;
    }
}.connect-with-us-TWi {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(106,137,158) 0%, rgb(91,97,113) 100%);
}

.connect-with-us-TWi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(106,137,158) 0%, transparent 70%);
    transform: translateX(-50%);
    opacity: 0.1;
    animation: pulsate 10s infinite;
}

@keyframes pulsate {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.1);
        opacity: 0.3;
    }
}

.connect-with-us-TWi h3 {
    color: #000000;
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.connect-with-us-TWi .form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.connect-with-us-TWi form input,
.connect-with-us-TWi form textarea {
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border: 1px solid rgb(91,97,113,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    transition: border-color 0.3s, background-color 0.3s;
}

.connect-with-us-TWi form input:focus,
.connect-with-us-TWi form textarea:focus {
    border-color: rgb(106,137,158);
    outline: none;
    background: #ffffff;
}

.connect-with-us-TWi form .button {
    background: rgb(106,137,158);
    color: #ffffff;
    border-radius: 17px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.connect-with-us-TWi form .button:hover {
    background: rgb(91,97,113);
}

.connect-with-us-TWi .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.connect-with-us-TWi .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.connect-with-us-TWi .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.connect-with-us-TWi .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.connect-with-us-TWi .agree label {
    display: block;
    font-family: Lato, sans-serif;
    color: #000000;
}

.connect-with-us-TWi .agree a {
    margin-left: 5px;
    color: rgb(106,137,158);
    text-decoration: underline;
    transition: color 0.3s;
}

.connect-with-us-TWi .agree a:hover {
    color: rgb(91,97,113);
}

.connect-with-us-TWi .form_text {
    margin-bottom: 30px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .connect-with-us-TWi {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .connect-with-us-TWi h3 {
        font-size: 29px;
    }
    .connect-with-us-TWi .form {
        padding: 30px;
    }
    .connect-with-us-TWi .name_holder {
        flex-direction: column;
        gap: 10px;
    }
}

.framework-wrap-nxK .connect-with-us-TWi .holder {
    flex-direction: column-reverse;
}

.framework-wrap-nxK .connect-with-us-TWi .form {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.framework-wrap-nxK .connect-with-us-TWi .info {
    width: 100%;
    text-align: center;
}

.framework-wrap-nxK .connect-with-us-TWi .info span {
    font-weight: 400;
    color: #000000;
}

.framework-wrap-nxK .connect-with-us-TWi form input {
    border-bottom: 1px solid rgb(91,97,113,0.5);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
}

.framework-wrap-nxK .connect-with-us-TWi h3 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 40px;
}

.framework-wrap-nxK .connect-with-us-TWi form .button {
    width: 100%;
    background: rgb(91,97,113);
    color: #ffffff;
    margin-top: 24px;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}

.connect-with-us-TWi .info .contact_info svg,
.connect-with-us-TWi .info .contact_info svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .framework-wrap-nxK .connect-with-us-TWi .holder {
        flex-direction: column;
    }
    .framework-wrap-nxK .connect-with-us-TWi .holder .form,
    .framework-wrap-nxK .connect-with-us-TWi .holder .info {
        width: 100%;
    }
    .framework-wrap-nxK .connect-with-us-TWi .name_holder {
        flex-direction: column;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(106,137,158), rgb(91,97,113));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 20px solid rgb(106,137,158);
    border-bottom: 2px solid rgb(106,137,158);
    background: #ffffff;
    border-radius: 0 0 23px 23px;
    overflow: hidden;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(106,137,158);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 22px;
    text-align: center;
    color: rgb(91,97,113);
    font-weight: 600;
    margin-bottom: 20px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(106,137,158);
    padding: 10px 16px;
    color: rgb(91,97,113);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.main_header .header_menu a:hover {
    background: rgb(106,137,158,0.5);
    color: #ffffff;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(106,137,158);
    }
}.appPage-oxm {
    background-color: rgb(106,137,158,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}
.appPage-oxm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(106,137,158,0.5), rgb(91,97,113,0.5));
    z-index: -1;
    opacity: 0.2;
}
.appPage-oxm .container {
    background-color: rgb(106,137,158,0.5);
    border: 1px solid rgb(91,97,113,0.5);
    border-radius: 19px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.appPage-oxm .container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgb(106,137,158), transparent);
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
}
.appPage-oxm .container::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(91,97,113), transparent);
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
}
.appPage-oxm h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 0 10px rgb(106,137,158,0.5);
}
.appPage-oxm p {
    font-size: 15px;
    color: rgb(91,97,113);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0 0 5px rgb(91,97,113,0.5);
}
.appPage-oxm p strong {
    font-weight: 700;
    color: #ffffff;
    background: rgb(91,97,113,0.5);
    padding: 2px 4px;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .appPage-oxm {
        padding: 10px;
    }
    .appPage-oxm .container {
        padding: 20px;
    }
    .appPage-oxm h2 {
        font-size: calc(34px - 4px);
    }
    .appPage-oxm p {
        font-size: calc(15px - 2px);
    }
}
.company-overview-yIi {
    padding: 80px 0;
    background: #ffffff;
    color: #000000;
    font-family: Lato, sans-serif;
}

.framework-wrap-nxK .company-overview-yIi .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: rgb(106,137,158,0.5);
    border-radius: 28px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.framework-wrap-nxK .company-overview-yIi .holder:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.framework-wrap-nxK .company-overview-yIi .caption_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 40px;
    background: rgb(91,97,113,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.framework-wrap-nxK .company-overview-yIi .photo {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    transition: box-shadow 0.3s ease;
}


.framework-wrap-nxK .company-overview-yIi .style_element {
    flex: 1;
    padding: 20px;
    transition: color 0.3s ease;
}

.framework-wrap-nxK .company-overview-yIi h2 {
    font-size: 35px;
    font-weight: 600;
    color: rgb(106,137,158);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(91,97,113);
    padding-bottom: 10px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}


.framework-wrap-nxK .company-overview-yIi p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

@media (max-width: 992px) {
    .framework-wrap-nxK .company-overview-yIi .caption_holder {
        flex-direction: column;
    }

    .framework-wrap-nxK .company-overview-yIi .photo {
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .framework-wrap-nxK .company-overview-yIi .style_element {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .framework-wrap-nxK .company-overview-yIi .holder {
        padding: 10px;
    }

    .framework-wrap-nxK .company-overview-yIi h2 {
        font-size: calc(35px - 4px);
    }

    .framework-wrap-nxK .company-overview-yIi p {
        font-size: calc(18px - 2px);
    }
}