* {
    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: Nunito, sans-serif;
    color: #000000;
}
.grid-container-36 {
    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;
    }
}.leadership-experience-94 {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.leadership-experience-94:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(116,155,206,0.5), rgba(0, 0, 0, 0.5));
    clip-path: circle(30% at 70% 30%);
    transition: clip-path 1s ease-in-out;
    z-index: -1;
}

.leadership-experience-94:hover:before {
    clip-path: circle(75% at 50% 50%);
}

.leadership-experience-94 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0 20px;
}

.leadership-experience-94 .review {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(116,155,206,0.5);
    border-radius: 23px;
    padding: 30px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.leadership-experience-94 .review:hover {
    transform: translateY(-15px);
    border-color: rgb(116,155,206);
}

.leadership-experience-94 .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.leadership-experience-94 .photo:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
}

.leadership-experience-94 .worker_description {
    text-align: center;
}

.leadership-experience-94 .review .name {
    color: rgb(3,46,100);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.leadership-experience-94 .review span {
    color: rgb(116,155,206);
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}

.leadership-experience-94 .review .quote {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    margin-top: 20px;
    transition: color 0.3s ease-in-out;
}

.leadership-experience-94 .review:hover .quote {
    color: rgb(3,46,100);
}

.leadership-experience-94 .review .quote:before,
.leadership-experience-94 .review .quote:after {
    color: rgb(116,155,206,0.5);
    transition: color 0.3s ease-in-out;
}

.leadership-experience-94 .review:hover .quote:before,
.leadership-experience-94 .review:hover .quote:after {
    color: rgb(3,46,100,0.5);
}

.leadership-experience-94 .review .quote:before {
    content: open-quote;
    font-size: 2em;
    position: absolute;
    left: -10px;
    top: -10px;
}

.leadership-experience-94 .review .quote:after {
    content: close-quote;
    font-size: 2em;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

@media only screen and (max-width: 1200px) {
    .leadership-experience-94 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .leadership-experience-94 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .leadership-experience-94 .holder {
        flex-direction: column;
    }

    .leadership-experience-94 .review {
        max-width: unset;
        width: 100%;
    }

    .leadership-experience-94 .photo {
        width: 100px;
        height: 100px;
    }
}

.grid-container-36 .leadership-experience-94 {
    background: rgb(195,213,234);
    padding: 80px 0;
}

.grid-container-36 .leadership-experience-94 .review {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    padding: 40px;
    border-radius: 23px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.grid-container-36 .leadership-experience-94 .review:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.grid-container-36 .leadership-experience-94 .photo {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    border-radius: 10px;
    flex-shrink: 0;
}

.grid-container-36 .worker_description {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.grid-container-36 .leadership-experience-94 .review .name {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}

.grid-container-36 .leadership-experience-94 .review span {
    color: rgb(3,46,100);
    font-size: 17px;
    margin-bottom: 10px;
}

.grid-container-36 .leadership-experience-94 .review .quote {
    color: #ffffff;
    font-size: 17px;
    margin-top: 10px;
    position: relative;
    font-style: normal;
}

.grid-container-36 .leadership-experience-94 .review .quote:before,
.grid-container-36 .leadership-experience-94 .review .quote:after {
    color: rgb(3,46,100,0.5);
}

@media only screen and (max-width: 800px) {
    .grid-container-36 .leadership-experience-94 .review {
        padding: 20px;
    }

    .grid-container-36 .leadership-experience-94 .photo {
        margin-bottom: 15px;
    }

    .grid-container-36 .worker_description {
        text-align: center;
    }
}
.secure-preserve-28 {
    background-color: rgb(195,213,234);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Nunito, sans-serif;
    color: #000000;
    line-height: 1.6;
}
.secure-preserve-28 h1, .secure-preserve-28 h2, .secure-preserve-28 h3, .secure-preserve-28 h4, .secure-preserve-28 h5, .secure-preserve-28 h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(116,155,206);
}
.secure-preserve-28 h1 {
    font-size: 45px;
}
.secure-preserve-28 h2 {
    font-size: 33px;
}
.secure-preserve-28 h3 {
    font-size: calc(24px - 4px);
}
.secure-preserve-28 h4 {
    font-size: calc(24px - 8px);
}
.secure-preserve-28 h5 {
    font-size: 24px;
    font-weight: 600;
}
.secure-preserve-28 h6 {
    font-size: 19px;
    font-weight: 300;
}
.secure-preserve-28 ul, .secure-preserve-28 ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style-position: inside;
}
.secure-preserve-28 li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid rgb(3,46,100);
}
.secure-preserve-28 li::marker {
    color: rgb(3,46,100);
}
.secure-preserve-28 section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgb(195,213,234);
    border-radius: 10px;
}
.secure-preserve-28 p, .secure-preserve-28 span {
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
    .secure-preserve-28 {
        padding: 15px;
    }
    .secure-preserve-28 h1 {
        font-size: calc(24px - 6px);
    }
    .secure-preserve-28 h2 {
        font-size: calc(24px - 5px);
    }
    .secure-preserve-28 ul, .secure-preserve-28 ol {
        margin-left: 10px;
        padding-left: 10px;
    }
    .secure-preserve-28 li {
        margin-bottom: 8px;
    }
    .secure-preserve-28 p, .secure-preserve-28 span {
        font-size: calc(17px - 2px);
    }
}
.price-package-20 {
    position: relative;
    background-color: rgba(#000000, 0.8);
    padding: clamp(60px, 10vw, 120px) 0;
    overflow: hidden;
}

.price-package-20::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, rgb(116,155,206,0.5), rgb(3,46,100,0.5), rgb(116,155,206,0.5));
    animation: rotateBackground 20s linear infinite;
    opacity: 0.1;
}

@keyframes rotateBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.price-package-20 .photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.15;
    object-fit: cover;
    filter: grayscale(50%) contrast(120%) brightness(50%);
}

.price-package-20 .price_holder {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 80px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.price-package-20 .price_header {
    background-color: rgba(#ffffff, 0.95);
    padding: clamp(30px, 5vw, 50px);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.price-package-20 .price_holder h2 {
    font-size: clamp(calc(38px * 1.1), 8vw, calc(38px * 1.3));
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.price-package-20 .price_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, rgb(116,155,206), rgb(3,46,100));
}

.price-package-20 .price_section_description {
    font-size: clamp(13px, 2.5vw, 17px);
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}

.price-package-20 .price_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(10px, 3vw, 20px);
    perspective: 1000px;
}

.price-package-20 .price_card {
    background-color: rgba(#ffffff, 0.95);
    border: 2px solid rgb(3,46,100);
    border-radius: 15px;
    padding: clamp(25px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.price-package-20 .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(116,155,206,0.5), rgb(3,46,100,0.5));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.price-package-20 .price_card:hover::before {
    opacity: 0.1;
}

.price-package-20 .price_card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.price-package-20 .price_card h3 {
    font-size: clamp(20px, 3vw, 20px);
    color: rgb(116,155,206);
    margin-bottom: 1em;
    font-weight: 700;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.price-package-20 .price_card h3::after {
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(3,46,100);
    transition: width 0.3s ease;
}

.price-package-20 .price_card:hover h3::after {
    width: 75px;
}

.price-package-20 .price_card .price_amount {
    font-size: clamp(calc(28px * 1.1), 6vw, calc(38px * 1.2));
    color: #000000;
    font-weight: 700;
    margin: 0.5em 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.price-package-20 .price_card p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5em;
    line-height: 1.6;
    flex-grow: 1;
    font-weight: 400;
}

.price-package-20 .price_card .button {
    display: inline-block;
    width: 100%;
    padding: clamp(12px, 2.5vw, 18px);
    background-color: rgb(116,155,206);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: clamp(20px, 2vw, calc(20px * 1.1));
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.price-package-20 .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.price-package-20 .price_card .button:hover::before {
    left: 100%;
}

.price-package-20 .price_card .button:hover {
    background-color: rgb(3,46,100);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .price-package-20 .price_holder h2 {
        font-size: 20px;
    }

    .price-package-20 .price_section_description {
        font-size: clamp(13px, 2.2vw, calc(13px * 1.1));
    }

    .price-package-20 .price_cards {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .price-package-20 {
        padding: clamp(40px, 8vw, 60px) 0;
    }

    .price-package-20 .price_card {
        padding: clamp(20px, 3vw, 30px);
    }

    .price-package-20 .price_card .button {
        padding: clamp(10px, 2vw, 15px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .price-package-20::before {
        animation: none;
    }

    .price-package-20 .price_card,
    .price-package-20 .price_card:hover,
    .price-package-20 .price_card .button,
    .price-package-20 .price_card .button:hover,
    .price-package-20 .price_card h3::after {
        transition: none;
        transform: none;
    }

    .price-package-20 .price_card .button::before {
        display: none;
    }
}.educational-rewards-09 {
    position: relative;
    padding: 180px 0;
    background: rgb(195,213,234);
    overflow: hidden;
}

.educational-rewards-09::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgb(116,155,206,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(116,155,206,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(60deg) translateY(-100px);
    transform-origin: top;
}

.educational-rewards-09::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 0% 0%, rgb(116,155,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgb(3,46,100,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
}

.educational-rewards-09 .container {
    position: relative;
    z-index: 2;
}

.educational-rewards-09 .holder {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 30px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.educational-rewards-09 .holder::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, 
        rgb(116,155,206), 
        rgb(3,46,100), 
        rgb(116,155,206)
    );
    border-radius: calc(13px + 2px);
    z-index: -1;
    opacity: 0.3;
    animation: borderFlow 8s linear infinite;
    background-size: 200% 200%;
}

.educational-rewards-09 h3 {
    grid-column: 3 / 11;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: 10px;
    transform: translateY(30px);
    opacity: 0;
    animation: titleReveal 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.educational-rewards-09 .content_holder {
    grid-column: 1 / -1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 40px;
    min-height: 600px;
    border-radius: 13px;
    background-size: cover;
    background-position: center;
}

.educational-rewards-09 .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 13px;
}

.educational-rewards-09 .content_holder > div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    position: relative;
}

.educational-rewards-09 .content_holder p {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 35px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}

.educational-rewards-09 .content_holder p:nth-child(4n+1) {
    grid-column: 1 / 8;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.educational-rewards-09 .content_holder p:nth-child(4n+2) {
    grid-column: 8 / -1;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.2s forwards;
}

.educational-rewards-09 .content_holder p:nth-child(4n+3) {
    grid-column: 1 / 5;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.4s forwards;
}

.educational-rewards-09 .content_holder p:nth-child(4n) {
    grid-column: 5 / -1;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s forwards;
}

.educational-rewards-09 .content_holder p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 0% 0, 0% 0);
    transition: clip-path 0.6s ease;
}

.educational-rewards-09 .content_holder p:hover::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.educational-rewards-09 .content_holder p::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 2px solid rgb(3,46,100);
    border-bottom: 2px solid rgb(3,46,100);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.educational-rewards-09 .content_holder p:hover::after {
    opacity: 1;
}

@keyframes borderFlow {
    0% { background-position: 0 0; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0 0; }
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes cardReveal {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1400px) {
    .educational-rewards-09 {
        padding: 140px 0;
    }

    .educational-rewards-09 h3 {
        grid-column: 2 / 12;
    }
}

@media (max-width: 1200px) {
    .educational-rewards-09 {
        padding: 120px 0;
    }

    .educational-rewards-09 h3 {
        grid-column: 1 / -1;
        font-size: calc(48px * 0.9);
        padding: 30px;
    }

    .educational-rewards-09 .content_holder p:nth-child(4n+1) {
        grid-column: 1 / -1;
    }

    .educational-rewards-09 .content_holder p:nth-child(4n+2) {
        grid-column: 1 / -1;
    }

    .educational-rewards-09 .content_holder p:nth-child(4n+3) {
        grid-column: 1 / 7;
    }

    .educational-rewards-09 .content_holder p:nth-child(4n) {
        grid-column: 7 / -1;
    }
}

@media (max-width: 992px) {
    .educational-rewards-09 {
        padding: 100px 0;
    }

    .educational-rewards-09 .holder {
        padding: 20px;
    }

    .educational-rewards-09 .content_holder {
        padding: 30px;
    }

    .educational-rewards-09 h3 {
        font-size: calc(48px * 0.8);
        padding: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .educational-rewards-09 {
        padding: 80px 0;
    }

    .educational-rewards-09 .content_holder {
        padding: 20px;
    }

    .educational-rewards-09 .content_holder p:nth-child(4n+3),
    .educational-rewards-09 .content_holder p:nth-child(4n) {
        grid-column: 1 / -1;
    }

    .educational-rewards-09 .content_holder p {
        padding: 25px;
    }

    .educational-rewards-09 h3 {
        font-size: calc(48px * 0.7);
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .educational-rewards-09 {
        padding: 60px 0;
    }

    .educational-rewards-09 .holder {
        padding: 15px;
    }

    .educational-rewards-09 .content_holder {
        padding: 15px;
        min-height: 500px;
    }

    .educational-rewards-09 h3 {
        font-size: calc(48px * 0.6);
        padding: 15px;
        margin-bottom: 30px;
    }

    .educational-rewards-09 .content_holder p {
        padding: 20px;
        font-size: calc(15px * 0.9);
    }
}footer {
    background: linear-gradient(135deg, #000000 0%, rgb(3,46,100) 100%);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding: 60px 0;
}
footer .copyright {
    background: rgb(116,155,206);
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(116,155,206);
}
footer h5 {
    color: rgb(116,155,206);
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
footer .menu a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
footer .menu a:hover {
    color: rgb(116,155,206);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 13px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(116,155,206);
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 15px;
    margin-left: 10px;
}
footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .footer_agreement {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
    text-align: right;
    font-size: 15px;
    color: #ffffff;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}
footer h5 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 700;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}
footer .contact_info div img, footer .contact_info div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .menu a {
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    color: #ffffff;
}
footer .copyright {
    font-size: 13px;
    padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
    footer .logo_holder svg, footer .logo_holder img {
        margin-right: 0;
    }
    footer .contact_info div span {
        text-align: left;
    }
    footer .footer_agreement {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .contact_info {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
    footer .footer_agreement {
        justify-content: center;
    }
}
header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(116,155,206), rgb(3,46,100));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 20px solid rgb(116,155,206);
    border-bottom: 2px solid rgb(116,155,206);
    background: #ffffff;
    border-radius: 0 0 25px 25px;
    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(116,155,206);
    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: 19px;
    text-align: center;
    color: rgb(3,46,100);
    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(116,155,206);
    padding: 10px 16px;
    color: rgb(3,46,100);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.main_header .header_menu a:hover {
    background: rgb(116,155,206,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(116,155,206);
    }
}.get-updates-75 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.get-updates-75 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.get-updates-75 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(3,46,100,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.get-updates-75 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.get-updates-75 .button {
    background: rgb(3,46,100);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.get-updates-75 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .get-updates-75 .holder {
        flex-direction: column;
    }

    .get-updates-75 {
        padding: 30px 20px;
    }

    .get-updates-75 input {
        min-width: unset;
    }

    .get-updates-75 .button {
        flex-shrink: unset;
    }

    .get-updates-75 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .get-updates-75 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .grid-container-36 .get-updates-75 .holder h2 {
        font-size: 20px;
    }
}

.grid-container-36 .get-updates-75 {
    position: relative;
    background: rgb(195,213,234);
    padding: 100px 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.grid-container-36 .get-updates-75::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(116,155,206) 0%, rgb(3,46,100) 100%);
    position: absolute;
    top: -50px;
    left: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
}

.grid-container-36 .get-updates-75 .container {
    position: relative;
    z-index: 1;
}

.grid-container-36 .get-updates-75 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 100px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.grid-container-36 .get-updates-75 h2 {
    color: #000000;
    font-size: 38px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.grid-container-36 .get-updates-75 .input_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
    position: relative;
}

.grid-container-36 .get-updates-75 input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid rgb(3,46,100);
    border-radius: 28px;
    background: #ffffff;
    color: #000000;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.grid-container-36 .get-updates-75 input[type="email"]:focus {
    border-color: rgb(116,155,206);
    box-shadow: 0 0 15px rgb(116,155,206,0.5);
}

.grid-container-36 .get-updates-75 .subscribe_button {
    background: rgb(3,46,100);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 28px;
    font-size: 15px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.grid-container-36 .get-updates-75 .subscribe_button:hover {
    background: #000000;
    transform: scale(1.05);
}


@media only screen and (max-width: 800px) {
    .grid-container-36 .get-updates-75 {
        padding: 40px 20px;
    }

    .grid-container-36 .get-updates-75 .holder {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }

    .grid-container-36 .get-updates-75 .input_holder {
        flex-direction: column;
        gap: 20px;
    }

    .grid-container-36 .get-updates-75 h2 {
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .grid-container-36 .get-updates-75 input {
        width: 100%;
        margin-bottom: 20px;
    }
}.contact-box-43 {
    padding: 80px 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: Nunito, sans-serif;
}

.contact-box-43 h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.contact-box-43 .form {
    background: rgb(195,213,234);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.contact-box-43 .form:hover {
    transform: scale(1.02);
}

.contact-box-43 form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(3,46,100,0.5);
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    width: 100%;
}

.contact-box-43 form input:focus {
    border-color: rgb(116,155,206);
    box-shadow: 0 0 8px rgb(116,155,206,0.5);
    transform: scale(1.01);
}

.contact-box-43 form .button {
    background: rgb(116,155,206);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    align-self: center;
}

.contact-box-43 form .button:hover {
    background: rgb(3,46,100);
    transform: scale(1.05);
}

.contact-box-43 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-box-43 .holder>div {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.contact-box-43 .form_text {
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
}

.contact-box-43 .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.contact-box-43 .name_holder input {
    flex: 1;
}

.contact-box-43 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-box-43 .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.contact-box-43 .agree label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000000;
}

.contact-box-43 .agree a {
    margin-left: 5px;
    color: rgb(116,155,206);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-box-43 .agree a:hover {
    color: rgb(3,46,100);
}

@media only screen and (max-width: 600px) {
    .contact-box-43 {
        padding: 50px 10px;
    }
    .contact-box-43 .holder {
        flex-direction: column;
    }
    .contact-box-43 .holder>div {
        width: 100%;
        padding: 0;
    }
    .contact-box-43 h3 {
        font-size: 47px;
    }
    .contact-box-43 form input {
        padding: 10px;
    }
    .contact-box-43 form .button {
        width: 100%;
    }
    .contact-box-43 .name_holder {
        flex-direction: column;
        gap: 0;
    }
    .contact-box-43 .holder .form {
        padding: 20px;
    }
}.connect-58 {
    background-color: rgb(195,213,234);
    padding: 3rem;
    border: 1px solid rgb(3,46,100);
    max-width: 100vw;
    min-height: 70vh;
}
.connect-58 .contact_holder {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
}
.connect-58 h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.connect-58 .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}
.connect-58 .holder .info_holder>div span {
    margin-left: 8px;
}
.connect-58 .holder .contact_description {
    flex: 2;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgb(116,155,206);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #000000;
}
.connect-58 .holder .photo {
    flex: 1;
    min-height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: 1px solid rgb(3,46,100);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.connect-58 .holder .info_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgb(116,155,206);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.connect-58 .holder .info_holder>div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 15px;
    color: #000000;
    padding: 0.5rem 0;
}
.connect-58 .holder .info_holder>div a {
    color: rgb(116,155,206);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}
.connect-58 .holder .info_holder>div a:hover {
    color: rgb(3,46,100);
}
.connect-58 .contact_politics {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgb(3,46,100);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #000000;
}
.connect-58 .contact_politics>div {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgb(3,46,100,0.5);
}
.connect-58 .contact_politics>div h4 {
    font-size: 19px;
    color: #000000;
    margin-bottom: 0.5rem;
}
.connect-58 .info_holder svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: rgb(116,155,206);
}
.connect-58 .holder .info_holder div.consulting-hours-83 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.connect-58 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.connect-58 .holder .info_holder > div > div {
    margin: 5px 0;
}
@media only screen and (max-width: 900px) {
    .connect-58 {
        padding: 2rem;
    }
    .connect-58 .holder {
        flex-direction: column;
        gap: 1.5rem;
    }
    .connect-58 .holder .photo {
        min-height: 150px;
    }
    .connect-58 .holder .info_holder {
        padding: 1rem;
    }
    .connect-58 .contact_politics>div {
        padding-bottom: 0.5rem;
    }
}
.study-method-76 {
    padding: 80px 0;
    background-color: rgb(195,213,234);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgb(116,155,206);
    border-bottom: 1px solid rgb(116,155,206);
}

.study-method-76 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(116,155,206);
}

.study-method-76 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 37px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: rgb(116,155,206);
    border-bottom: 2px solid rgb(116,155,206);
    padding-bottom: 10px;
    width: 100%;
}

.study-method-76 p {
    text-align: center;
    font-size: 15px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .study-method-76 {
        padding: 30px 0;
    }

    .study-method-76 .holder {
        padding: 20px;
        width: 90%;
    }

    .study-method-76 h2 {
        font-size: 18px;
    }

    .study-method-76 p {
        font-size: 15px;
    }
}

.grid-container-36 .study-method-76 {
    padding: 100px 0;
}

.grid-container-36 .study-method-76::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(116,155,206,0.5);
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}

.grid-container-36 .study-method-76 .holder {
    position: relative;
    z-index: 1;
    width: 60%;
    padding: 50px;
    border-radius: 11px;
    border: 1px solid rgb(116,155,206);
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid-container-36 .study-method-76 h2 {
    font-size: 37px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
}

.grid-container-36 .study-method-76 p {
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .grid-container-36 .study-method-76 {
        padding: 50px 0;
    }

    .grid-container-36 .study-method-76 .holder {
        padding: 20px;
        width: 90%;
    }

    .grid-container-36 .study-method-76 h2 {
        font-size: 18px;
    }

    .grid-container-36 .study-method-76 p {
        font-size: 15px;
    }
}
.homepage-50 {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #000000, rgb(116,155,206));
}

.homepage-50 .holder {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(#ffffff, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    overflow: hidden;
}

.homepage-50 .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}

.homepage-50 .text_holder {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    color: #ffffff;
    width: 50%;
    background: linear-gradient(45deg, rgb(3,46,100), rgb(116,155,206));
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.homepage-50 .text_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.homepage-50 .text_info svg {
    width: 80px;
    height: 80px;
    fill: #ffffff;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgb(3,46,100,0.5));
    animation: float 3s ease-in-out infinite;
}

.homepage-50 .text_info h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.homepage-50 .text_info span {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 90%;
}

.homepage-50 .button {
    padding: 15px 30px;
    background: #ffffff;
    color: rgb(116,155,206);
    text-decoration: none;
    width: fit-content;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.homepage-50 .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(116,155,206), rgb(3,46,100));
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    transform: scaleX(0);
}

.homepage-50 .button:hover::before {
    transform: scaleX(1);
}

.homepage-50 .button:hover {
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .homepage-50 .text_holder {
        width: 60%;
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .homepage-50 .holder {
        flex-direction: column-reverse;
    }
    .homepage-50 .photo {
        height: 300px;
        transform: none;
        flex: unset;
        clip-path: none;
    }
    .homepage-50 .text_holder {
        width: 100%;
        clip-path: none;
    }
}

@media only screen and (max-width: 600px) {
    .homepage-50 .text_holder {
        padding: 30px;
    }
    .homepage-50 .text_info h2 {
        font-size: 34px;
    }
    .homepage-50 .text_info span {
        font-size: 13px;
    }
    .homepage-50 .button {
        padding: 12px 24px;
        font-size: 13px;
    }
}.gratBox-78 {
    background-color: #ffffff;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    border-top: 5px solid rgb(116,155,206);
    border-bottom: 5px solid rgb(116,155,206);
}
.gratBox-78 .container {
    background-color: rgb(195,213,234);
    padding: 50px;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(3,46,100,0.5);
    box-sizing: border-box;
}
.gratBox-78 h2 {
    font-family: Nunito, sans-serif;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    border-bottom: 2px solid rgb(116,155,206);
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 1px;
}
.gratBox-78 p {
    font-family: Nunito, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
    text-align: justify;
}
@media only screen and (max-width: 800px) {
    .gratBox-78 {
        padding: 60px 15px;
    }
    .gratBox-78 .container {
        padding: 30px;
    }
    .gratBox-78 h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .gratBox-78 p {
        font-size: 22px;
    }
}
.program-information-52 {
    padding: 100px 0;
    background-color: rgb(195,213,234);
    border-top: 4px solid rgb(116,155,206);
    border-bottom: 4px solid rgb(116,155,206);
}
.program-information-52 h2 {
    color: rgb(116,155,206);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid rgb(116,155,206);
    display: inline-block;
    padding-bottom: 10px;
}
.program-information-52 .content {
    background-color: #ffffff;
    border-left: 4px solid rgb(116,155,206);
    border-right: 4px solid rgb(116,155,206);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.program-information-52 .photo {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.program-information-52 .text_holder {
    padding: 20px;
    text-align: left;
    max-width: 800px;
    width: 100%;
}
.program-information-52 h3 {
    color: rgb(116,155,206);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
}
.program-information-52 p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px;
}
.program-information-52 .button {
    background-color: rgb(116,155,206);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s;
}
.program-information-52 .button:hover {
    background-color: rgb(3,46,100);
}
.program-information-52 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.program-information-52 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.program-information-52 .course {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 1 1 calc(50% - 40px);
    min-width: 300px;
}
.grid-container-36 .program-information-52 .text_holder {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(116,155,206);
    border-radius: 16px;
}
.grid-container-36 .program-information-52 h3 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}
.grid-container-36 .program-information-52 p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.grid-container-36 .program-information-52 .button {
    padding: 15px 30px;
    border: 2px solid rgb(116,155,206);
    background-color: #ffffff;
    color: rgb(116,155,206);
    font-weight: 700;
    text-transform: uppercase;
}
.grid-container-36 .program-information-52 .button:hover {
    background-color: rgb(116,155,206);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .program-information-52 {
        padding: 50px 0;
    }
    .program-information-52 h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .program-information-52 .text_holder {
        padding: 20px;
    }
    .program-information-52 h3 {
        font-size: 28px;
    }
    .program-information-52 p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .program-information-52 .button {
        padding: 10px 20px;
        font-size: 15px;
    }
    .program-information-52 .items {
        flex-direction: column;
    }
    .program-information-52 .course {
        width: 100%;
        max-width: unset;
    }
    .grid-container-36 .program-information-52 .text_holder {
        padding: 10px;
    }
    .program-information-52 .content {
        padding: 10px;
    }
    .program-information-52 .photo {
        margin-bottom: 10px;
    }
}.our-background-01 .holder {
    background-size: cover;
}

.our-background-01 .style_element {
    background: #ffffff;
}

.our-background-01 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our-background-01 h2 {
    color: rgb(3,46,100);
}

.our-background-01 span {
    color: rgb(116,155,206);
}

.our-background-01 p {
    color: #000000;
}

.our-background-01 .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our-background-01 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our-background-01 .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our-background-01 h2 {
    margin-bottom: 8px;
    font-size: 31px;
    font-weight: 600;
}

.our-background-01 span {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.our-background-01 p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our-background-01 .holder {
        padding: 0px;
    }

    .our-background-01 .style_element {
        width: 100%;
        min-width: unset;
    }

    .our-background-01 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-background-01 h2 {
        font-size: 30px;
    }
}

.grid-container-36 .our-background-01 {
    padding: 50px 0;
}

.grid-container-36 .our-background-01 .holder {
    padding: 0 15px;
    height: auto;
}

.grid-container-36 .our-background-01 .holder .photo {
    width: 50%;
    border-radius: 0px 0px 0px 50px;
}

.grid-container-36 .our-background-01 .caption_holder {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.grid-container-36 .our-background-01 .style_element {
    width: calc(50% + 80px);
    min-height: 240px;
    margin-left: -80px;
    background: #ffffff;
    margin-top: 50px;
    border-top-left-radius: 50px;
    padding: 25px 40px 10px;
}

.grid-container-36 .our-background-01 h2 {
    margin-top: 10px;
    font-size: 28px;
}

.grid-container-36 .our-background-01 p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    .grid-container-36 .our-background-01 .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0;
    }

    .grid-container-36 .our-background-01 .style_element {
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-top: -15px;
    }

    .grid-container-36 .our-background-01 .caption_holder {
        flex-direction: column;
    }

    .grid-container-36 .our-background-01 .holder {
        padding: 0;
    }

    .grid-container-36 .our-background-01 h2 {
        font-size: 21px;
    }

    .grid-container-36 .our-background-01 p {
        font-size: 15px;
    }
}
.benefits-outline-05 .advantages_content h2 {
    color: rgb(3,46,100);
}

.benefits-outline-05 .advantage_item svg, .benefits-outline-05 .advantage_item svg path {
    fill: rgb(116,155,206);
}

.benefits-outline-05 .advantage_item p {
    color: #000000;
}

.benefits-outline-05 .advantage_item b {
    color: rgb(116,155,206);
}

.benefits-outline-05 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-outline-05 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-outline-05 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-outline-05 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.benefits-outline-05 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-outline-05 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-outline-05 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-outline-05 .advantage_item svg, .benefits-outline-05 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .grid-container-36 .benefits-outline-05 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-outline-05 .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-outline-05 .advantages_holder {
        flex-direction: column;
    }

    .benefits-outline-05 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .grid-container-36 .benefits-outline-05 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.grid-container-36 .benefits-outline-05 .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.grid-container-36 .benefits-outline-05 {
    padding: 0;
}

.grid-container-36 .benefits-outline-05 .advantage_item {
    width: 25%;
    border-radius: 0 !important;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    margin: 0;
}

.grid-container-36 .benefits-outline-05 .advantages_description {
    padding: 20px;
    margin-bottom: 0;
}

.grid-container-36 .benefits-outline-05 .advantage_item svg, .grid-container-36 .benefits-outline-05 .advantage_item svg path, .grid-container-36 .benefits-outline-05 .advantage_item img {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}

.grid-container-36 .benefits-outline-05 .advantage_image {
    border-radius: 50%;
    background: rgb(116,155,206);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-container-36 .benefits-outline-05 .advantage_item h4 {
    padding-bottom: 20px;
    border-bottom: 3px solid;
    font-size: 24px;
    font-weight: 500;
    min-height: 80px;
}

.grid-container-36 .benefits-outline-05 .advantage_item:nth-child(1) {
    background: #ffffff;

}

.grid-container-36 .benefits-outline-05 .advantage_item:nth-child(2) {
    background: rgb(116,155,206,0.5);
}

.grid-container-36 .benefits-outline-05 .advantage_item:nth-child(1) h4, .grid-container-36 .benefits-outline-05 .advantage_item:nth-child(2) h4 {
    color: #000000;
    border-color: #000000;
}

.grid-container-36 .benefits-outline-05 .advantage_item:nth-child(3) {
    background: rgba(0, 0, 0, 0.5);
}

.grid-container-36 .benefits-outline-05 .advantage_item:nth-child(4) {
    background: rgb(3,46,100);
}

.grid-container-36 .benefits-outline-05 .advantage_item:nth-child(3) h4, .grid-container-36 .benefits-outline-05 .advantage_item:nth-child(4) h4 {
    color: #ffffff;
    border-color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .grid-container-36 .benefits-outline-05 .advantage_item {
        width: 100%;
    }
}