* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.wrapper-templateKT2v {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(226,239,241);
}
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_overviewst1L {
    padding: 100px 0;
    background: rgb(85,82,115);
    color: #ffffff;
    font-family: Arial, sans-serif;
}
.advantages_overviewst1L .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.advantages_overviewst1L .advantages_content h2 {
    font-size: 46px;
    color: rgb(101,121,155);
    text-align: center;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}
.advantages_overviewst1L .advantages_photo_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.advantages_overviewst1L .advantages_photo_holder .photo {
    width: 45%;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages_overviewst1L .advantages_holder {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advantages_overviewst1L .advantages_holder .advantage_item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgb(85,82,115,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}
.advantages_overviewst1L .advantages_holder .advantage_item .advantage_image {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(101,121,155,0.5);
    border-radius: 10px;
    margin-right: 20px;
    transition: transform 0.3s ease;
}
.advantages_overviewst1L .advantages_holder .advantage_item svg,
.advantages_overviewst1L .advantages_holder .advantage_item svg path {
    width: 40px;
    height: 40px;
    fill: rgb(101,121,155);
}
.advantages_overviewst1L .advantages_holder .advantage_item h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .advantages_overviewst1L .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages_overviewst1L .advantages_photo_holder .photo {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
    .advantages_overviewst1L .advantages_holder {
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .advantages_overviewst1L .advantages_content h2 {
        font-size: 34px;
    }
    .advantages_overviewst1L .advantages_photo_holder .photo {
        height: 200px;
    }
    .advantages_overviewst1L .advantages_holder .advantage_item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .advantages_overviewst1L .advantages_holder .advantage_item .advantage_image {
        margin-bottom: 10px;
    }
    .advantages_overviewst1L .advantages_holder .advantage_item svg,
    .advantages_overviewst1L .advantages_holder .advantage_item svg path {
        width: 30px;
        height: 30px;
    }
    .advantages_overviewst1L .advantages_holder .advantage_item h4 {
        font-size: 21px;
    }
}
.service_connectlTE6 {
    color: #000000;
    background: radial-gradient(circle at top left, rgb(85,82,115), rgb(226,239,241));
    padding: 10vh 0;
    overflow: hidden;
    position: relative;
}
.service_connectlTE6 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.7);
    border: 2px solid rgb(101,121,155);
    max-width: 90vw;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: rgba(0, 0, 0, 0.5);
}
.service_connectlTE6 .holder .info_holder div.opening_schedule9siS {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.service_connectlTE6 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.service_connectlTE6 .holder .info_holder > div > div {
    margin: 5px 0;
}
.service_connectlTE6 .holder .info_holder>div span {
    margin-left: 8px;
}
.service_connectlTE6 .contact_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5vw;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.service_connectlTE6 .contact_holder h2 {
    font-size: 31px;
    color: rgb(101,121,155);
    margin-bottom: 1.5vw;
    text-shadow: 0 0 15px rgb(101,121,155);
    position: relative;
    z-index: 2;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}
.service_connectlTE6 .contact_holder h2:hover {
    color: rgb(85,82,115);
    text-shadow: 0 0 25px rgb(85,82,115);
}
.service_connectlTE6 .contact_holder .contact_description {
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin: 2vw 0;
    padding: 2vw;
    border: 2px solid rgb(101,121,155);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(101,121,155);
    max-width: 90vw;
    min-width: 280px;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
.service_connectlTE6 .contact_holder .contact_description:hover {
    box-shadow: 0 0 20px rgb(101,121,155);
}
.service_connectlTE6 .contact_holder .photo {
    width: 100%;
    height: 50vh;
    border-radius: 15px;
    margin-bottom: 2vw;
    position: relative;
    transition: filter 0.4s ease, transform 0.4s ease;
    border: 2px solid rgb(101,121,155);
}
@keyframes hoverEffect {
    0% {
        filter: brightness(100%);
    }
    50% {
        filter: brightness(120%);
    }
    100% {
        filter: brightness(100%);
    }
}
.service_connectlTE6 .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 255, 255, 0.3), rgba(0, 255, 255, 0));
    border-radius: 15px;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.service_connectlTE6 .photo:hover::before {
    opacity: 0.7;
}
.service_connectlTE6 .info_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    border: 2px solid rgb(101,121,155);
    position: relative;
    transition: box-shadow 0.4s ease, background 0.4s ease;
}
@keyframes infoHover {
    0% {
        box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 30px rgba(0, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    }
}
.service_connectlTE6 .info_holder:hover {
    animation: infoHover 0.6s ease;
}
.service_connectlTE6 .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-size: 17px;
    color: #ffffff;
    position: relative;
}
.service_connectlTE6 .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(101,121,155);
    margin-right: 12px;
    transition: fill 0.4s ease;
}
.service_connectlTE6 .info_holder svg:hover {
    fill: rgb(85,82,115);
}
.service_connectlTE6 .info_holder a {
    color: rgb(101,121,155);
    text-decoration: none;
    transition: color 0.4s ease, text-shadow 0.4s ease;
    position: relative;
}
.service_connectlTE6 .info_holder a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(101,121,155);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease;
}
.service_connectlTE6 .info_holder a:hover {
    color: rgb(85,82,115);
    text-shadow: 0 0 10px rgb(85,82,115);
}
.service_connectlTE6 .info_holder a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.service_connectlTE6 .contact_politics {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    margin-top: 25px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
    border: 2px solid rgb(101,121,155);
    position: relative;
}
.service_connectlTE6 .contact_politics::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(101,121,155);
    border-radius: 15px 15px 0 0;
    z-index: -1;
}
.service_connectlTE6 .contact_politics > div {
    margin-bottom: 2vw;
}
.service_connectlTE6 .contact_politics > div h4 {
    font-weight: 600;
    font-size: 20px;
    color: rgb(101,121,155);
    margin-bottom: 1vw;
    text-shadow: 0 0 10px rgb(101,121,155);
}
.service_connectlTE6 .contact_politics > div p {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .service_connectlTE6 .container {
        max-width: 100vw;
        padding: 4vw;
    }
    .service_connectlTE6 .contact_holder {
        padding: 6vw;
    }
    .service_connectlTE6 .contact_holder .photo {
        height: 40vh;
    }
    .service_connectlTE6 .contact_description {
        padding: 3vw;
    }
    
    .service_connectlTE6 .contact_politics {
        padding: 4vw;
    }
}
@media only screen and (max-width: 480px) {
    .service_connectlTE6 .container {
        padding: 2vw;
    }
    .service_connectlTE6 .contact_holder {
        padding: 4vw;
    }
    .service_connectlTE6 .contact_holder .photo {
        height: 30vh;
    }
    .service_connectlTE6 .contact_description {
        padding: 2vw;
        font-size: 17px;
    }
    .service_connectlTE6 .contact_politics {
        padding: 3vw;
    }
}
footer {
    background: rgb(85,82,115);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 50px 0;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .copyright {
    background: rgb(85,82,115);
    color: #ffffff;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgb(101,121,155,0.5);
}
footer .logo_holder svg, 
footer .logo_holder svg path {
    fill: rgb(101,121,155);
    height: 50px;
    width: 50px;
}
footer .logo_holder img {
    height: 50px;
    width: 50px;
    border-radius: 16px;
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}
footer .menu a:hover {
    border-bottom: 2px solid rgb(101,121,155);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
    text-align: right;
    padding-top: 10px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}
footer .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(101,121,155,0.5);
    padding-bottom: 30px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.wrapper-templateKT2v footer {
    padding: 40px 0;
}
.wrapper-templateKT2v footer .footer {
    padding: 0;
}
.wrapper-templateKT2v footer .footer_info {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.wrapper-templateKT2v footer .menu {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid rgb(101,121,155,0.5);
    justify-content: flex-end;
    gap: 30px;
}
.wrapper-templateKT2v footer .menu_holder {
    justify-content: flex-end;
    gap: 30px;
}
.wrapper-templateKT2v footer .menu a {
    font-weight: 600;
    margin-right: 0;
}
.wrapper-templateKT2v footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgb(101,121,155,0.5);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    footer .menu_holder,
    footer .menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-top: 20px;
    }
    footer .menu a {
        margin-right: 0;
    }
    .wrapper-templateKT2v footer .footer_info {
        padding: 0;
        align-items: center;
    }
    .wrapper-templateKT2v footer .menu_holder {
        justify-content: center;
    }
    .wrapper-templateKT2v footer .copyright_info {
        text-align: center;
        padding-top: 10px;
    }
}
.thanksPartrM3l {
    background-color: rgb(101,121,155,0.5);
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #ffffff;
    text-align: center;
}
.thanksPartrM3l .container {
    background-color: rgb(226,239,241);
    padding: 40px;
    border-radius: 21px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.thanksPartrM3l h2 {
    font-family: Arial, sans-serif;
    font-size: 31px;
    color: rgb(101,121,155);
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(101,121,155);
    display: inline-block;
    padding-bottom: 10px;
}
.thanksPartrM3l p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    background: rgb(85,82,115,0.5);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid rgb(101,121,155);
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .thanksPartrM3l {
        padding: 40px 20px;
    }
    .thanksPartrM3l .container {
        padding: 30px;
    }
    .thanksPartrM3l h2 {
        font-size: calc(31px - 5px);
    }
    .thanksPartrM3l p {
        font-size: calc(14px - 2px);
    }
}
.thanksPartrM3l::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(101,121,155,0.5), rgb(85,82,115,0.5));
    clip-path: circle(25% at 10% 20%);
    z-index: -1;
}
.thanksPartrM3l::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, rgb(101,121,155,0.5), rgb(85,82,115,0.5));
    clip-path: circle(25% at 90% 80%);
    z-index: -1;
}
header {
    background: linear-gradient(135deg, rgb(101,121,155), rgba(0, 0, 0, 0.5));
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid rgb(85,82,115);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main_header .logo_holder {
    width: 100px;
    height: 100px;
    background-color: rgb(85,82,115);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_header .logo_holder svg,
.main_header .logo_holder img {
    width: 70%;
    height: auto;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    margin-top: 20px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 20px 30px;
    border-left: 4px solid rgb(101,121,155);
    border-radius: 30px;
    background: linear-gradient(145deg, rgb(101,121,155,0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    max-width: 80%;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.main_header .header_menu a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(101,121,155,0.5);
    border-radius: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .main_header .container {
        flex-direction: column;
        padding: 0 15px;
    }
    .main_header .header_description {
        margin-top: 15px;
        padding: 20px;
        width: 100%;
    }
}
@media (max-width: 800px) {
    .main_header .logo_holder {
        width: 80px;
        height: 80px;
    }
    .main_header .header_description {
        padding: 15px;
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
        margin-top: 20px;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: center;
    }
}
.our_team38sT {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(101,121,155) 0%, rgb(85,82,115) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
}
.wrapper-templateKT2v .our_team38sT .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.wrapper-templateKT2v .our_team38sT .holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}
.wrapper-templateKT2v .our_team38sT .caption_holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}
.wrapper-templateKT2v .our_team38sT .caption_holder .photo {
    width: 100%;
    max-width: 600px;
    height: 600px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.wrapper-templateKT2v .our_team38sT .caption_holder .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.wrapper-templateKT2v .our_team38sT .style_element {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.wrapper-templateKT2v .our_team38sT h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrapper-templateKT2v .our_team38sT p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .wrapper-templateKT2v .our_team38sT .caption_holder {
        grid-template-columns: 1fr;
    }
    .wrapper-templateKT2v .our_team38sT .caption_holder .photo {
        max-width: 400px;
        height: 400px;
        margin: auto;
    }
    .wrapper-templateKT2v .our_team38sT .style_element {
        padding: 30px;
    }
}
@media (max-width: 800px) {
    .wrapper-templateKT2v .our_team38sT .caption_holder {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .wrapper-templateKT2v .our_team38sT .caption_holder .photo {
        max-width: 300px;
        height: 300px;
    }
    .wrapper-templateKT2v .our_team38sT .style_element {
        padding: 20px;
    }
}.title_sectionyl4c {
    position: relative;
    overflow: hidden;
    background: rgb(226,239,241);
}

.title_sectionyl4c .holder {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.title_sectionyl4c .photo {
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.title_sectionyl4c .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.5));
    opacity: 0.7;
}

.title_sectionyl4c .text_holder {
    display: flex;
    padding: 40px calc((100% - 1200px) / 2);
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -100px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.title_sectionyl4c .text_holder .button {
    padding: 18px 24px;
    color: #ffffff;
    background: rgb(101,121,155);
    border: none;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 18px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.title_sectionyl4c .text_info {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-right: 14px;
}

.title_sectionyl4c .text_info h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.title_sectionyl4c .text_info span {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.title_sectionyl4c .text_holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 130px;
    background: linear-gradient(90deg, rgb(85,82,115,0.5), transparent 100%);
    opacity: 0.2;
    z-index: -1;
}

.title_sectionyl4c .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(101,121,155);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 1200px) {
    .title_sectionyl4c .text_holder {
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .title_sectionyl4c .text_holder {
        flex-direction: column;
        align-items: flex-start;
    }

    .title_sectionyl4c .text_info h2 {
        margin-top: 20px;
        font-size: 24px;
    }

    .title_sectionyl4c .text_holder .button {
        margin-top: 20px;
    }
}.launch_now6sfq {
    padding: 60px 0;
    background-color: rgb(226,239,241);
    position: relative;
    overflow: hidden;
}

.launch_now6sfq::before,
.launch_now6sfq::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(to right, rgb(101,121,155,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(101,121,155,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
}

.launch_now6sfq::after {
    background-size: 100px 100px;
    opacity: 0.05;
    animation: moveBackground 30s linear infinite;
}

@keyframes moveBackground {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 100px); }
}

.launch_now6sfq .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.launch_now6sfq .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 120px;
}

.launch_now6sfq .holder svg {
    width: 65px;
    height: 65px;
    margin-left: 20px;
}

.launch_now6sfq .holder svg path {
    fill: rgb(101,121,155);
}

.launch_now6sfq .holder h2 {
    font-size: calc(28px * 0.9);
    color: #000000;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.launch_now6sfq .holder p {
    font-size: calc(13px * 0.9);
    color: #000000;
    margin: 5px 0 0;
    line-height: 1.4;
}

.launch_now6sfq .holder .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    background-color: rgb(101,121,155);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    height: 100%;
    width: 180px;
}

.launch_now6sfq .holder .button:hover {
    background-color: rgb(85,82,115);
}

@media only screen and (max-width: 1024px) {
    .launch_now6sfq .holder {
        height: auto;
        flex-direction: column;
        padding: 30px;
    }

    .launch_now6sfq .holder svg {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .launch_now6sfq .holder .button {
        width: 100%;
        height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .launch_now6sfq {
        padding: 40px 0;
    }

    .launch_now6sfq .holder h2 {
        font-size: 28px;
    }

    .launch_now6sfq .holder p {
        font-size: 13px;
    }

    .launch_now6sfq .holder .button {
        font-size: calc(18px * 0.95);
    }
}
.program_detailsBtUD {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(85,82,115);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.program_detailsBtUD::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(101,121,155,0.5), transparent);
    opacity: 0.05;
    z-index: 1;
}

.program_detailsBtUD .container {
    position: relative;
    z-index: 2;
}

.program_detailsBtUD h2 {
    color: rgb(85,82,115);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.program_detailsBtUD .content {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(101,121,155);
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(101,121,155,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.program_detailsBtUD .content:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(101,121,155,0.5);
}

.program_detailsBtUD .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(101,121,155);
}

.program_detailsBtUD .text_holder {
    padding: 40px;
    text-align: center;
}

.program_detailsBtUD h3 {
    color: rgb(101,121,155);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.program_detailsBtUD p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.program_detailsBtUD .button {
    background: rgb(101,121,155);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(101,121,155,0.5);
}

.program_detailsBtUD .button:hover {
    background: rgb(85,82,115);
    box-shadow: 0 0 25px rgb(85,82,115,0.5);
}

.program_detailsBtUD .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program_detailsBtUD .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.program_detailsBtUD .course {
    padding: 20px;
    max-width: 100%;
}

@media only screen and (max-width: 800px) {
    .program_detailsBtUD h2 {
        font-size: 28px;
    }

    .program_detailsBtUD h3 {
        font-size: 24px;
    }

    .program_detailsBtUD .text_holder {
        padding: 20px;
    }

    .program_detailsBtUD p {
        font-size: 16px;
    }

    .program_detailsBtUD .photo {
        height: 200px;
    }
}


.wrapper-templateKT2v .program_detailsBtUD .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-templateKT2v .program_detailsBtUD .photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}


.wrapper-templateKT2v .program_detailsBtUD .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    box-shadow: none;
    width: 100%;
}

.wrapper-templateKT2v .program_detailsBtUD .text_holder {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}

.wrapper-templateKT2v .program_detailsBtUD h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    color: rgb(101,121,155);
}

.wrapper-templateKT2v .program_detailsBtUD p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.wrapper-templateKT2v .program_detailsBtUD .button {
    margin-top: 30px;
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid rgb(101,121,155);
    background: none;
    border-radius: 50px;
    color: rgb(101,121,155);
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(101,121,155,0.5);
}

.wrapper-templateKT2v .program_detailsBtUD .button:hover {
    background: rgb(101,121,155);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-templateKT2v .program_detailsBtUD .items .course .content {
        width: 100%;
    }

    .wrapper-templateKT2v .program_detailsBtUD .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-templateKT2v .program_detailsBtUD h3 {
        font-size: 30px;
        margin-top: 15px;
    }

    .wrapper-templateKT2v .program_detailsBtUD .text_holder {
        padding: 20px 10px;
    }

    .wrapper-templateKT2v .program_detailsBtUD p {
        margin-top: 15px;
        font-size: 16px;
    }

    .wrapper-templateKT2v .program_detailsBtUD .button {
        margin-top: 20px;
    }
    .program_detailsBtUD .course {
        padding: 0;
    }
}
.privacy_coveL0ku {
    background-color: rgb(226,239,241);
    padding: 50px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}
.privacy_coveL0ku::before, .privacy_coveL0ku::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}
.privacy_coveL0ku::before {
    width: 150px;
    height: 150px;
    background: rgb(101,121,155);
    top: -50px;
    right: -50px;
}
.privacy_coveL0ku::after {
    width: 100px;
    height: 100px;
    background: rgb(85,82,115);
    bottom: -30px;
    left: -30px;
}
.privacy_coveL0ku h1 {
    font-size: 44px;
    color: rgb(101,121,155);
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(101,121,155);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku h2 {
    font-size: 30px;
    color: rgb(85,82,115);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku h3,
.privacy_coveL0ku h4,
.privacy_coveL0ku h5,
.privacy_coveL0ku h6 {
    color: rgb(101,121,155);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku h3 { font-size: calc(24px - 0.2rem); }
.privacy_coveL0ku h4 { font-size: 24px; }
.privacy_coveL0ku h5 { font-size: calc(24px - 0.2rem); }
.privacy_coveL0ku h6 { font-size: 18px; }
.privacy_coveL0ku ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku ol {
    list-style-type: decimal;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku li {
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 10px;
    border-left: 3px solid rgb(85,82,115);
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku li::marker {
    color: rgb(101,121,155);
    font-weight: 600;
}
.privacy_coveL0ku div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku p {
    font-size: 12px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy_coveL0ku span {
    color: rgb(101,121,155);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy_coveL0ku {
        padding: 25px;
        border-radius: 10px;
    }
    
    .privacy_coveL0ku h1 {
        font-size: calc(24px - 0.5rem);
    }
    
    .privacy_coveL0ku h2 {
        font-size: calc(24px - 0.4rem);
    }
    
    .privacy_coveL0ku p {
        font-size: calc(12px - 0.2rem);
    }
}
.privacy_coveL0ku::before {
    content: '';
    display: block;
    height: 6px;
    width: 60px;
    background-color: rgb(101,121,155);
    margin-bottom: 25px;
    border-radius: 10px;
}
.privacy_coveL0ku ul li::marker,
.privacy_coveL0ku ol li::marker {
    color: rgb(85,82,115);
    font-weight: 700;
}
.privacy_coveL0ku h2 {
    background: linear-gradient(to right, rgb(101,121,155), rgb(85,82,115));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy_coveL0ku section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}
.privacy_coveL0ku hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
.price_optionThj7 {
  background: rgb(226,239,241);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.price_optionThj7::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: 
    radial-gradient(
      circle at 20% 20%,
      rgb(101,121,155,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgb(85,82,115,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgb(101,121,155,0.5) 0%,
      transparent 25%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(101,121,155,0.5) 0deg 10deg,
      transparent 10deg 20deg,
      rgb(85,82,115,0.5) 20deg 30deg,
      transparent 30deg 40deg
    );
  opacity: 0.04;
  filter: blur(40px);
  animation: rotateBg 40s linear infinite;
  z-index: -2;
}

.price_optionThj7::after {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg,
      transparent 20%,
      rgb(101,121,155,0.5) 50%,
      transparent 80%
    ),
    linear-gradient(180deg,
      rgb(85,82,115,0.5) 0%,
      transparent 50%,
      rgb(101,121,155,0.5) 100%
    ),
    repeating-linear-gradient(
      45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      -45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    );
  opacity: 0.03;
  filter: blur(1px);
  z-index: -1;
}

.price_optionThj7 .container {
  position: relative;
}

.pricing_holder {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.price_optionThj7 .price_info {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.price_optionThj7 .price_info::before,
.price_optionThj7 .price_info::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: 
    radial-gradient(
      circle at center,
      rgb(101,121,155,0.5) 0%,
      transparent 50%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(85,82,115,0.5) 0deg 5deg,
      transparent 5deg 10deg
    );
  opacity: 0.05;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
  animation: pulseGlow 10s ease-in-out infinite;
}

.price_optionThj7 .price_info::before {
  top: -200px;
  left: -200px;
}

.price_optionThj7 .price_info::after {
  bottom: -200px;
  right: -200px;
  animation-delay: -5s;
}

.price_optionThj7 .price_info h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.price_optionThj7 .section_description {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.price_optionThj7 .price_types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px 10px;
  position: relative;
}

.price_optionThj7 .price_types::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 
    radial-gradient(
      circle at center,
      rgb(101,121,155,0.5) 0%,
      transparent 60%
    ),
    repeating-conic-gradient(
      from 45deg,
      rgb(85,82,115,0.5) 0deg 1deg,
      transparent 1deg 5deg
    );
  opacity: 0.05;
  filter: blur(40px);
  animation: rotateShine 20s linear infinite;
  z-index: -1;
}

.price_optionThj7 .price_type {
  text-decoration: none;
  position: relative;
}

.price_optionThj7 .price_type_holder {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.price_optionThj7 .photo {
  height: 260px;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 85%,
    85% 100%,
    15% 100%,
    0 85%
  );
}

.price_optionThj7 .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5)
  );
}

.price_optionThj7 .price_type_text {
  padding: 30px;
  background: #ffffff;
}

.price_optionThj7 .price_type_text h3 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.price_optionThj7 .price_amount {
  display: inline-block;
  color: rgb(101,121,155);
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 15px;
}

.price_optionThj7 .price_type_text p {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.05;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.08;
  }
}

@keyframes rotateShine {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .price_optionThj7 {
    padding: 100px 0;
  }

  .price_optionThj7 .price_types {
    gap: 25px;
  }

  .price_optionThj7 .price_info::before,
  .price_optionThj7 .price_info::after {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .price_optionThj7 {
    padding: 80px 0;
  }

  .price_optionThj7 .photo {
    height: 220px;
  }

  .price_optionThj7 .price_type_text {
    padding: 25px;
  }

  .price_optionThj7 .price_info::before,
  .price_optionThj7 .price_info::after {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .price_optionThj7 {
    padding: 60px 0;
  }

  .pricing_holder {
    gap: 50px;
  }

  .price_optionThj7 .price_types {
    grid-template-columns: minmax(280px, 400px);
    justify-content: center;
    gap: 20px;
  }

  .price_optionThj7 .photo {
    height: 200px;
  }

  .price_optionThj7 .price_type_text {
    padding: 20px;
  }

  .price_optionThj7 .price_info::before,
  .price_optionThj7 .price_info::after {
    width: 200px;
    height: 200px;
  }
}.user_feedbackgbNu {
    background: linear-gradient(135deg, #ffffff, rgb(226,239,241));
    padding: 80px 20px;
    box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.5), 
        0 0 20px rgb(101,121,155,0.5);
    border: none;
    position: relative;
    overflow: hidden;
}

.user_feedbackgbNu::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(101,121,155,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 70%, rgb(85,82,115,0.5) 0%, transparent 60%);
    z-index: 0;
    opacity: 0.3;
    filter: blur(50px);
    animation: backgroundFlow 20s ease-in-out infinite alternate;
}

@keyframes backgroundFlow {
    0% { transform: translate(-5%, -5%) rotate(-5deg); }
    100% { transform: translate(5%, 5%) rotate(5deg); }
}

.user_feedbackgbNu h3 {
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(101,121,155);
    text-align: center;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.user_feedbackgbNu h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, rgb(101,121,155), rgb(85,82,115));
}

.user_feedbackgbNu .reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.user_feedbackgbNu .reviews .review {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5), 
        0 5px 5px rgba(0, 0, 0, 0.5);
    min-height: 350px;
    max-height: 450px;
    position: relative;
}

.user_feedbackgbNu .reviews .review .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.user_feedbackgbNu .reviews .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    opacity: 0.3;
}

.user_feedbackgbNu .reviews .review .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #000000;
    background: #ffffff;
    position: relative;
    flex-grow: 1;
}

.user_feedbackgbNu .reviews .text p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(101,121,155);
    position: relative;
    z-index: 1;
}

.user_feedbackgbNu .reviews .text p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: rgb(85,82,115);
}

.user_feedbackgbNu .reviews .text span {
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
    .user_feedbackgbNu .reviews {
        justify-content: space-around;
    }
    .user_feedbackgbNu .reviews .review {
        flex: 0 1 calc(50% - 30px);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .user_feedbackgbNu {
        padding: 60px 15px;
    }
    .user_feedbackgbNu .reviews {
        flex-direction: column;
        align-items: center;
    }
    .user_feedbackgbNu .reviews .review {
        flex: 1 1 100%;
        width: 100%;
        max-width: 400px;
    }
}.contact_boxdY4X {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(101,121,155) 0%, rgb(101,121,155,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.contact_boxdY4X::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: rgb(85,82,115);
    border-radius: 50%;
    opacity: 0.6;
    filter: blur(50px);
}

.contact_boxdY4X::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: rgb(85,82,115);
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(100px);
}

.contact_boxdY4X h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.contact_boxdY4X .form {
    background: #ffffff;
    border-radius: 17px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.contact_boxdY4X form input,
.contact_boxdY4X form textarea {
    color: #000000;
    background: rgb(101,121,155,0.5);
    border-radius: 10px;
    border: 1px solid rgb(85,82,115,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.contact_boxdY4X form input:focus,
.contact_boxdY4X form textarea:focus {
    border-color: rgb(101,121,155);
    box-shadow: 0 0 10px rgb(101,121,155,0.5);
    outline: none;
}

.contact_boxdY4X form .button {
    background: rgb(101,121,155);
    color: #ffffff;
    border: none;
    border-radius: 17px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 20px;
    display: inline-block;
}

.contact_boxdY4X form .button:hover {
    background: rgb(85,82,115);
}

.contact_boxdY4X .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_boxdY4X .holder > div {
    width: 48%;
    padding: 10px;
}

.contact_boxdY4X .name_holder {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contact_boxdY4X .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_boxdY4X .agree label {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.contact_boxdY4X .agree a {
    color: rgb(101,121,155);
    margin-left: 5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_boxdY4X .agree a:hover {
    color: rgb(85,82,115);
}

.contact_boxdY4X .form_text {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}

.contact_boxdY4X .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

@media only screen and (max-width: 800px) {
    .contact_boxdY4X {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact_boxdY4X .holder {
        flex-direction: column;
    }

    .contact_boxdY4X .holder > div {
        width: 100%;
    }

    .contact_boxdY4X form .button {
        width: 100%;
    }

    .contact_boxdY4X h3 {
        font-size: 29px;
    }
}

.wrapper-templateKT2v .contact_boxdY4X {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.wrapper-templateKT2v .contact_boxdY4X .form {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 17px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.wrapper-templateKT2v .contact_boxdY4X .holder {
    justify-content: center;
    position: relative;
}


.wrapper-templateKT2v .contact_boxdY4X .form_text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 13px;
    color: #000000;
}

.wrapper-templateKT2v .contact_boxdY4X h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
}

.wrapper-templateKT2v .contact_boxdY4X .agree a {
    text-decoration: none;
    color: rgb(101,121,155);
}

.wrapper-templateKT2v .contact_boxdY4X form .button {
    background: rgb(101,121,155);
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    margin: 20px auto 0;
    display: block;
    text-align: center;
}.educational_gainsjbEr {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational_gainsjbEr .holder {
    display: flex;
    width: 100%;
}

.educational_gainsjbEr h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational_gainsjbEr .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational_gainsjbEr .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational_gainsjbEr ul {
    list-style: none;
}

.educational_gainsjbEr li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational_gainsjbEr svg, .educational_gainsjbEr path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(101,121,155);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational_gainsjbEr {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational_gainsjbEr .holder {
        flex-direction: column;
    }

    .educational_gainsjbEr .text_holder {
        width: 100%;
    }

    .educational_gainsjbEr .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-templateKT2v .educational_gainsjbEr {
    background: rgb(85,82,115,0.5);
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-templateKT2v .educational_gainsjbEr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(101,121,155,0.5), rgb(85,82,115,0.5));
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    z-index: 0;
}

.wrapper-templateKT2v .educational_gainsjbEr::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(101,121,155);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    z-index: 0;
}

.wrapper-templateKT2v .educational_gainsjbEr .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: normal;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.wrapper-templateKT2v .educational_gainsjbEr .holder:hover {
    transform: translateY(-10px);
}

.wrapper-templateKT2v .educational_gainsjbEr .photo {
    flex: 1;
    min-height: 450px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.wrapper-templateKT2v .educational_gainsjbEr .holder:hover .photo {
    transform: scale(1.05);
    filter: brightness(0.8);
}

.wrapper-templateKT2v .educational_gainsjbEr .text_holder {
    flex: 1;
    padding: 60px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-templateKT2v .educational_gainsjbEr h2 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(101,121,155);
    position: relative;
}

.wrapper-templateKT2v .educational_gainsjbEr h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 4px;
    background: rgb(101,121,155);
    border-radius: 10px;
}

.wrapper-templateKT2v .educational_gainsjbEr ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.wrapper-templateKT2v .educational_gainsjbEr li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000000;
    background: rgb(101,121,155,0.5);
    padding: 10px 15px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrapper-templateKT2v .educational_gainsjbEr li:hover {
    background: rgb(101,121,155);
    color: #ffffff;
    transform: translateY(-5px);
}

.wrapper-templateKT2v .educational_gainsjbEr svg,
.wrapper-templateKT2v .educational_gainsjbEr path {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: rgb(101,121,155);
    transition: fill 0.3s ease;
}

.wrapper-templateKT2v .educational_gainsjbEr li:hover svg,
.wrapper-templateKT2v .educational_gainsjbEr li:hover path {
    fill: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-templateKT2v .educational_gainsjbEr {
        padding: 40px 10px;
    }

    .wrapper-templateKT2v .educational_gainsjbEr::before,
    .wrapper-templateKT2v .educational_gainsjbEr::after {
        clip-path: none;
        width: 100%;
    }

    .wrapper-templateKT2v .educational_gainsjbEr .holder {
        flex-direction: column;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .wrapper-templateKT2v .educational_gainsjbEr .photo {
        min-height: 250px;
        border-radius: 22px 22px 0 0;
    }

    .wrapper-templateKT2v .educational_gainsjbEr .text_holder {
        padding: 30px 20px;
    }

    .wrapper-templateKT2v .educational_gainsjbEr h2 {
        font-size: 19px;
    }

    .wrapper-templateKT2v .educational_gainsjbEr ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wrapper-templateKT2v .educational_gainsjbEr li {
        font-size: 15px;
        padding: 10px;
    }

    .wrapper-templateKT2v .educational_gainsjbEr svg,
    .wrapper-templateKT2v .educational_gainsjbEr path {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
}.leadership_experiencegNyp {
    padding: 60px 0;
    background-color: rgb(226,239,241);
    font-family: Arial, sans-serif;
}

.leadership_experiencegNyp .container {
    max-width: 1140px;
    margin: 0 auto;
}

.leadership_experiencegNyp .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.leadership_experiencegNyp .review {
    background-color: #ffffff;
    border-radius: 19px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leadership_experiencegNyp .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.leadership_experiencegNyp .worker_description {
    padding: 20px;
    text-align: center;
}

.leadership_experiencegNyp .worker_description .name {
    font-size: 23px;
    color: rgb(101,121,155);
    margin-bottom: 10px;
    font-weight: 700;
}

.leadership_experiencegNyp .worker_description span {
    font-size: 13px;
    color: rgb(85,82,115);
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

.leadership_experiencegNyp .worker_description .quote {
    font-size: 13px;
    color: #000000;
    font-style: italic;
    border-top: 1px solid rgb(101,121,155,0.5);
    padding-top: 10px;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .leadership_experiencegNyp .review {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .leadership_experiencegNyp {
        padding: 40px 0;
    }

    .leadership_experiencegNyp .review {
        max-width: 100%;
    }

    .leadership_experiencegNyp .holder {
        flex-direction: column;
        align-items: center;
    }
}

.wrapper-templateKT2v .leadership_experiencegNyp .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-templateKT2v .leadership_experiencegNyp .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.wrapper-templateKT2v .leadership_experiencegNyp .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
}

.wrapper-templateKT2v .leadership_experiencegNyp .worker_description {
    flex: 1;
    padding: 0;
}

.wrapper-templateKT2v .leadership_experiencegNyp .worker_description .name {
    font-size: 17px;
    color: rgb(101,121,155);
    font-weight: 700;
    margin-bottom: 5px;
}

.wrapper-templateKT2v .leadership_experiencegNyp .worker_description span {
    font-size: 13px;
    color: rgb(85,82,115);
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.wrapper-templateKT2v .leadership_experiencegNyp .worker_description .quote {
    font-size: 13px;
    color: #000000;
    font-style: italic;
    border-top: 1px solid rgb(101,121,155,0.5);
    padding-top: 10px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .wrapper-templateKT2v .leadership_experiencegNyp .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .wrapper-templateKT2v .leadership_experiencegNyp .photo {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        margin-right:0;
    }

    .wrapper-templateKT2v .leadership_experiencegNyp .worker_description {
        padding: 0 10px;
    }
}
