* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-capsule_360 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(173,193,192);
}
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;
    }
}.opening_page_653 .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.opening_page_653 .style_element h1 {
    color: rgb(15,59,69);
}

.opening_page_653 .style_element h3 {
    color: rgb(15,59,69);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.opening_page_653 .style_element p {
    color: #000000;
    text-align: right;
}

.opening_page_653 {
    width: 100%;
}

.opening_page_653 .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.opening_page_653 .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.opening_page_653 .style_element h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.opening_page_653 .style_element p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .opening_page_653 .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .opening_page_653 .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .opening_page_653 .style_element h1 {
        font-size: 18px;
    }

    .opening_page_653 .style_element h3 {
        font-size: 16px;
    }

    .opening_page_653 .style_element p {
        font-size: 14px;
    }


}

.wrapper-capsule_360 .opening_page_653 {
    position: relative;
}

.wrapper-capsule_360 .opening_page_653::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(131, 162, 234, 0.2);
    z-index: 0;
    backdrop-filter: blur(6px);
}

.wrapper-capsule_360 .opening_page_653 .style_element {
    position: relative;
    clip-path: none;
    margin: auto;
    height: auto;
    background: none;
    display: flex;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: flex-start;
    align-items: center;
    background: rgb(173,193,192);
    z-index: 1;
    width: 30%;
}

.wrapper-capsule_360 .opening_page_653 .title_page_holder {
    display: flex;

}

.wrapper-capsule_360 .opening_page_653 .style_element h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-top: 65px;
}

.wrapper-capsule_360 .opening_page_653 .style_element h3 {
    color: #000000;
    text-align: center;
    z-index: 2;
}

.wrapper-capsule_360 .opening_page_653 .style_element p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 32px;
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .opening_page_653 .title_page_holder {
        padding: 20px;
    }

    .wrapper-capsule_360 .opening_page_653 .style_element h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    .wrapper-capsule_360 .opening_page_653 .style_element {
        padding: 30px 10px;
        min-height: 300px;
        height: auto;
        width: auto;
    }
}.wrapper-capsule_360 .company_info_294 {
    background: rgb(125,157,156);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wrapper-capsule_360 .company_info_294::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(255, 0, 255, 0.1) 100%);
    z-index: -1;
    pointer-events: none;
}

.wrapper-capsule_360 .company_info_294 .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.wrapper-capsule_360 .company_info_294 .caption_holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(125,157,156);
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2), 0 0 20px rgba(255, 0, 255, 0.2);
    padding: 40px;
    overflow: hidden;
}

.wrapper-capsule_360 .company_info_294 .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(125,157,156);
    box-shadow: 0 0 20px rgb(125,157,156);
    border-radius: 19px;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.wrapper-capsule_360 .company_info_294 .style_element {
    flex: 1 1 55%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(125,157,156);
    padding: 40px;
    border-radius: 19px;
    box-shadow: 0 0 20px rgb(125,157,156,0.5), 0 0 20px rgba(255, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.wrapper-capsule_360 .company_info_294 h2 {
    color: rgb(125,157,156);
    margin-top: 0;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.wrapper-capsule_360 .company_info_294 h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(125,157,156);
    box-shadow: 0 0 10px rgb(125,157,156), 0 0 10px rgba(255, 0, 255, 0.5);
}

.wrapper-capsule_360 .company_info_294 p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 10px rgba(255, 0, 255, 0.7);
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_360 .company_info_294 .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .wrapper-capsule_360 .company_info_294 .style_element {
        width: 100%;
        padding: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .company_info_294 {
        padding: 40px 0;
    }
    .wrapper-capsule_360 .company_info_294 .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .wrapper-capsule_360 .company_info_294 .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .wrapper-capsule_360 .company_info_294 h2 {
        font-size: 18px;
    }

    .wrapper-capsule_360 .company_info_294 p {
        font-size: 18px;
    }
}.locate_524 {
    font-family: Ubuntu, sans-serif;
    background: linear-gradient(135deg, rgb(173,193,192), rgb(15,59,69));
    padding: 80px 0;
    color: #000000;
    position: relative;
    overflow: hidden;
}
.locate_524 .container {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 21px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 60px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}
.locate_524 .holder .info_holder>div span {
    margin-left: 8px;
}
.locate_524 .contact_holder {
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.locate_524 .contact_holder h2 {
    font-size: 35px;
    color: rgb(125,157,156);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.locate_524 .contact_holder h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(125,157,156), rgb(15,59,69));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}
.locate_524 .contact_holder h2:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.locate_524 .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}
.locate_524 .holder .contact_description {
    grid-column: span 12;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}
.locate_524 .holder .photo {
    grid-column: span 4;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    width: 50%;
    border-radius: 21px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.locate_524 .holder .info_holder {
    grid-column: span 8;
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.locate_524 .holder .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.locate_524 .holder .info_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.locate_524 .holder .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(125,157,156);
    margin-right: 15px;
}
.locate_524 .holder .info_holder a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.3s ease;
}
.locate_524 .holder .info_holder a:hover {
    color: rgb(125,157,156);
}
.locate_524 .contact_politics {
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.locate_524 .contact_politics > div {
    background-color: rgb(173,193,192);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.locate_524 .contact_politics > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.locate_524 .contact_politics h4 {
    font-size: 18px;
    color: rgb(125,157,156);
    margin-bottom: 15px;
}
.locate_524 .contact_politics p {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}
.locate_524 .holder .info_holder div.open_for_clients_036 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.locate_524 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.locate_524 .holder .info_holder > div > div {
    margin: 5px 0;
}
@media only screen and (max-width: 1100px) {
    .locate_524 .container {
        padding: 40px;
    }
    .locate_524 .holder .photo {
        width: 100%;
        grid-column: span 12;
        height: 300px;
    }
    .locate_524 .holder .info_holder {
        width: 100%;
        grid-column: span 12;
    }
}
.advantages_highlights_978 .advantages_content h2 {
    color: rgb(15,59,69);
}

.advantages_highlights_978 .advantage_item svg, .advantages_highlights_978 .advantage_item svg path {
    fill: rgb(125,157,156);
}

.advantages_highlights_978 .advantage_item p {
    color: #000000;
}

.advantages_highlights_978 .advantage_item b {
    color: rgb(125,157,156);
}

.advantages_highlights_978 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_highlights_978 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_highlights_978 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_highlights_978 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.advantages_highlights_978 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_highlights_978 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_highlights_978 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_highlights_978 .advantage_item svg, .advantages_highlights_978 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_360 .advantages_highlights_978 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_highlights_978 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_highlights_978 .advantages_holder {
        flex-direction: column;
    }

    .advantages_highlights_978 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-capsule_360 .advantages_highlights_978 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-capsule_360 .advantages_highlights_978 {
    background: linear-gradient(135deg, rgb(125,157,156) 0%, rgb(15,59,69) 100%);
    padding: 100px 0;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantages_content h2 {
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1%;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_item {
    width: 24%;
    padding: 25px;
    background: #ffffff;
    border: 2px solid rgb(15,59,69);
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_image {
    margin-bottom: 20px;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_image img,
.wrapper-capsule_360 .advantages_highlights_978 .advantage_image svg {
    width: 100px;
    height: 100px;
    fill: rgb(125,157,156);
}

.wrapper-capsule_360 .advantages_highlights_978 .advantages_description {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_item h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(15,59,69);
    margin-top: 10px;
    text-align: center;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_item p {
    font-size: 17px;
    color: #000000;
    margin-top: 16px;
    line-height: 1.5;
    text-align: center;
}

.wrapper-capsule_360 .advantages_highlights_978 .advantage_item p b {
    color: rgb(125,157,156);
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_360 .advantages_highlights_978 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .advantages_highlights_978 .advantages_content h2 {
        font-size: 19px;
    }

    .wrapper-capsule_360 .advantages_highlights_978 {
        padding: 50px 0;
    }

    .wrapper-capsule_360 .advantages_highlights_978 .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-capsule_360 .advantages_highlights_978 .advantage_item {
        width: 90%;
        margin-bottom: 20px;
    }
}.price_set_275 {
    position: relative;
    overflow: hidden;
    background-color: rgb(173,193,192);
    padding: 120px 0;
}

.price_set_275 .photo {
    position: absolute;
    top: -50%;
    right: -25%;
    width: 70%;
    height: 150%;
    opacity: 0.1;
    z-index: 1;
    transform: rotate(-15deg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.price_set_275 .container {
    position: relative;
    z-index: 2;
}

.price_set_275 .price_holder {
    max-width: 1200px;
    margin: 0 auto;
}

.price_set_275 .price_holder h2 {
    font-size: 35px;
    color: rgb(125,157,156);
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.price_set_275 .price_holder h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background-color: rgb(15,59,69);
}

.price_set_275 .price_section_description {
    font-size: 15px;
    color: #000000;
    text-align: left;
    max-width: 600px;
    margin: 0 0 60px;
    line-height: 1.6;
}

.price_set_275 .price_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
}

.price_set_275 .price_card {
    flex: 0 1 calc(33.333% - 20px);
    min-width: 250px;
    background: #ffffff;
    border-radius: 15px 15px 15px 60px;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
}

.price_set_275 .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(125,157,156), rgb(15,59,69));
}

.price_set_275 .price_card:nth-child(even) {
    border-radius: 15px 60px 15px 15px;
}

.price_set_275 .price_card:nth-child(even)::before {
    top: auto;
    bottom: 0;
}

.price_set_275 .price_card h3 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.price_set_275 .price_card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(15,59,69);
    transition: width 0.3s ease;
}

.price_set_275 .price_card:hover h3::after {
    width: 80px;
}

.price_set_275 .price_amount {
    font-size: 43px;
    color: rgb(125,157,156);
    font-weight: 700;
    margin: 30px 0;
    position: relative;
    display: inline-block;
}

.price_set_275 .price_amount::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(15,59,69,0.5);
    bottom: -5px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.price_set_275 .price_card:hover .price_amount::before {
    transform: scaleX(1);
}

.price_set_275 .price_card p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.6;
}

.price_set_275 .price_card .button {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgb(125,157,156);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: auto;
    text-align: center;
}

.price_set_275 .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15,59,69);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.price_set_275 .price_card .button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.price_set_275 .price_card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .price_set_275 {
        padding: 100px 0;
    }

    .price_set_275 .price_holder h2 {
        font-size: calc(35px * 0.9);
    }

    .price_set_275 .price_section_description {
        font-size: calc(15px * 0.95);
        margin-bottom: 50px;
    }

    .price_set_275 .price_cards {
        gap: 20px;
    }

    .price_set_275 .price_card {
        flex: 0 1 calc(50% - 15px);
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .price_set_275 {
        padding: 80px 0;
    }

    .price_set_275 .photo {
        top: -30%;
        right: -50%;
        width: 100%;
        height: 130%;
    }

    .price_set_275 .price_holder h2 {
        font-size: calc(35px * 0.8);
        margin-bottom: 20px;
    }

    .price_set_275 .price_section_description {
        font-size: calc(15px * 0.9);
        margin-bottom: 40px;
    }

    .price_set_275 .price_card {
        flex: 0 1 100%;
    }

    .price_set_275 .price_card h3 {
        font-size: calc(23px * 0.9);
    }

    .price_set_275 .price_amount {
        font-size: calc(43px * 0.8);
    }

    .price_set_275 .price_card p {
        font-size: calc(15px * 0.9);
    }

    .price_set_275 .price_card .button {
        padding: 10px 25px;
        font-size: calc(15px * 0.9);
    }
}

@media (max-width: 480px) {
    .price_set_275 {
        padding: 60px 0;
    }

    .price_set_275 .photo {
        top: -20%;
        right: -70%;
        width: 150%;
        height: 120%;
    }

    .price_set_275 .price_holder h2 {
        font-size: calc(35px * 0.7);
    }

    .price_set_275 .price_section_description {
        font-size: calc(15px * 0.85);
        margin-bottom: 30px;
    }

    .price_set_275 .price_card {
        padding: 25px 20px;
    }

    .price_set_275 .price_card h3 {
        font-size: calc(23px * 0.8);
    }

    .price_set_275 .price_amount {
        font-size: calc(43px * 0.7);
        margin: 20px 0;
    }

    .price_set_275 .price_card p {
        font-size: calc(15px * 0.85);
        margin-bottom: 20px;
    }

    .price_set_275 .price_card .button {
        padding: 8px 20px;
        font-size: calc(15px * 0.85);
    }
}.join_our_mailing_list_089 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join_our_mailing_list_089 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join_our_mailing_list_089 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(15,59,69,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join_our_mailing_list_089 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join_our_mailing_list_089 .button {
    background: rgb(15,59,69);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join_our_mailing_list_089 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join_our_mailing_list_089 .holder {
        flex-direction: column;
    }

    .join_our_mailing_list_089 {
        padding: 30px 20px;
    }

    .join_our_mailing_list_089 input {
        min-width: unset;
    }

    .join_our_mailing_list_089 .button {
        flex-shrink: unset;
    }

    .join_our_mailing_list_089 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join_our_mailing_list_089 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-capsule_360 .join_our_mailing_list_089 .holder h2 {
        font-size: 20px;
    }
}

.wrapper-capsule_360 .join_our_mailing_list_089 {
    background: linear-gradient(135deg, rgb(125,157,156) 0%, rgb(15,59,69) 100%);
    padding: 40px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.wrapper-capsule_360 .join_our_mailing_list_089:hover {
    background: linear-gradient(135deg, rgb(15,59,69) 0%, rgb(125,157,156) 100%);
}

.wrapper-capsule_360 .join_our_mailing_list_089 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
}

.wrapper-capsule_360 .join_our_mailing_list_089 h2 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-capsule_360 .join_our_mailing_list_089 input {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
    border-radius: 17px;
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(15,59,69,0.5);
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-capsule_360 .join_our_mailing_list_089 input::placeholder {
    color: rgb(15,59,69,0.5);
}

.wrapper-capsule_360 .join_our_mailing_list_089 input:focus {
    border-color: rgb(15,59,69);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}

.wrapper-capsule_360 .join_our_mailing_list_089 .button {
    border-radius: 17px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    background: rgb(15,59,69);
    color: #ffffff;
    line-height: 1.2;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    width: auto;
    margin-left: 10px;
}

.wrapper-capsule_360 .join_our_mailing_list_089 .button:hover {
    background: rgb(125,157,156);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .join_our_mailing_list_089 {
        padding: 30px 15px;
    }

    .wrapper-capsule_360 .join_our_mailing_list_089 h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .wrapper-capsule_360 .join_our_mailing_list_089 input {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper-capsule_360 .join_our_mailing_list_089 .button {
        width: 100%;
        padding: 15px;
        margin-left: 0;
    }
}.course_description_310 {
    padding: 100px 0;
    background: linear-gradient(to right, rgb(125,157,156,0.5), rgb(15,59,69,0.5));
    position: relative;
    overflow: hidden;
}

.course_description_310::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    animation: float 10s infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.course_description_310 h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.course_description_310 .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.course_description_310 h3 {
    color: rgb(125,157,156);
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.course_description_310 p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.course_description_310 .button {
    display: inline-block;
    background: rgb(15,59,69);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    margin-top: 20px;
}

.course_description_310 .button:hover {
    background: rgb(125,157,156);
    color: #ffffff;
    transform: scale(1.05);
}

.course_description_310 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_description_310 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.course_description_310 .course {
    padding: 20px;
    max-width: 1000px;
    width: 100%;
}

.course_description_310 .photo {
    height: 250px;
    width: 100%;
    overflow: hidden;
    background: rgb(15,59,69,0.5);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.course_description_310 .photo:hover {
    transform: scale(1.1);
}

.course_description_310 .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .course_description_310 {
        padding: 60px 0;
    }

    .course_description_310 h2 {
        font-size: 31px;
    }

    .course_description_310 .items {
        flex-direction: column;
    }
}

.wrapper-capsule_360 .course_description_310 .items {
    width: 100%;
}

.wrapper-capsule_360 .course_description_310 .items .course .content {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wrapper-capsule_360 .course_description_310 .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    background-size: cover;
    background-position: center;
}

.wrapper-capsule_360 .course_description_310 .text_holder {
    border-radius: 20px;
    border: 5px solid rgb(15,59,69);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.wrapper-capsule_360 .course_description_310 h3 {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}

.wrapper-capsule_360 .course_description_310 .button {
    display: inline-block;
    width: fit-content;
    margin-top: 25px;
    padding: 15px 40px;
    border-radius: 10px;
    background: rgb(125,157,156);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.wrapper-capsule_360 .course_description_310 .button:hover {
    background: rgb(15,59,69);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .course_description_310 .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-capsule_360 .course_description_310 .text_holder {
        width: 90%;
        margin-top: -100px;
        padding: 20px;
    }

    .wrapper-capsule_360 .course_description_310 h3 {
        font-size: 16px;
    }
    .course_description_310 .course {
        padding: 0;
    }
}.privacy_sanctum_287 {
    padding: 60px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.privacy_sanctum_287 h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 42px;
    color: rgb(125,157,156);
    font-weight: 700;
    text-align: left;
    border-bottom: 4px solid rgb(15,59,69);
    padding-bottom: 10px;
    width: 100%;
}

.privacy_sanctum_287 h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 35px;
    color: rgb(15,59,69);
    font-weight: 600;
    text-align: left;
    border-bottom: 3px solid rgb(125,157,156);
    padding-bottom: 5px;
    width: 100%;
}

.privacy_sanctum_287 ul, .privacy_sanctum_287 ol {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    color: #000000;
    padding-left: 20px;
}

.privacy_sanctum_287 li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}

.privacy_sanctum_287 li:before {
    content: "•";
    position: absolute;
    left: -20px;
    color: rgb(15,59,69);
    font-size: 1.5em;
    line-height: 1;
}

.privacy_sanctum_287 section {
    background: none;
}

.privacy_sanctum_287 p, .privacy_sanctum_287 span, .privacy_sanctum_287 div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Ubuntu, sans-serif;
    color: #000000;
    font-size: 13px;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .privacy_sanctum_287 {
        padding: 30px;
        border-radius: 10px;
        grid-template-columns: 1fr;
    }

    .privacy_sanctum_287 h1 {
        font-size: calc(19px - 5px);
    }

    .privacy_sanctum_287 h2 {
        font-size: calc(19px - 3px);
    }

    .privacy_sanctum_287 ul, .privacy_sanctum_287 ol {
        margin: 15px 0;
    }

    .privacy_sanctum_287 li {
        padding: 8px 0;
    }

    .privacy_sanctum_287 p, .privacy_sanctum_287 span, .privacy_sanctum_287 div {
        margin-bottom: 15px;
    }
}
.gratWrap_407 {
    background-color: rgb(173,193,192);
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(15,59,69,0.5));
}
.gratWrap_407 .container {
    background: #ffffff;
    border: 1px solid rgb(125,157,156,0.5);
    border-radius: 23px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    padding: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.gratWrap_407 .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: rgb(125,157,156);
    opacity: 0.5;
    z-index: 1;
}
.gratWrap_407 h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 33px;
    color: rgb(125,157,156);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.gratWrap_407 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: rgb(15,59,69);
    border-radius: 10px;
}
.gratWrap_407 p {
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 15px;
    border-left: 4px solid rgb(125,157,156);
    background: rgb(125,157,156,0.5);
}
@media only screen and (max-width: 800px) {
    .gratWrap_407 {
        padding: 40px 0;
    }
    .gratWrap_407 .container {
        padding: 30px;
    }
    .gratWrap_407 h2 {
        font-size: calc(33px - 4px);
        margin-bottom: 15px;
    }
    .gratWrap_407 p {
        font-size: calc(15px - 2px);
        padding: 10px;
    }
}
.client_feedback_923 {
    position: relative;
    overflow: hidden;
    background: rgb(173,193,192);
    padding: 80px 0;
    z-index: 1;
}

.client_feedback_923::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(125,157,156,0.5) 20%, transparent 60%);
    animation: backgroundAnimation 15s infinite linear;
    z-index: -1;
}

@keyframes backgroundAnimation {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

.client_feedback_923 h3 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.client_feedback_923 h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(125,157,156);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(125,157,156);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.client_feedback_923 .reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.client_feedback_923 .reviews .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 40px);
    padding: 20px;
    border-radius: 19px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.client_feedback_923 .reviews .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    transform: rotate(-30deg);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.client_feedback_923 .reviews .review:hover::before {
    opacity: 1;
}

.client_feedback_923 .reviews .review:hover {
    transform: translateY(-15px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

.client_feedback_923 .reviews .review .photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgb(125,157,156,0.5);
    background-size: cover;
    background-position: center;
    border: 4px solid rgb(125,157,156);
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.client_feedback_923 .reviews .review:hover .photo {
    transform: scale(1.05);
}

.client_feedback_923 .reviews .review .text {
    font-family: Ubuntu, sans-serif;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 19px;
    position: relative;
    transition: background 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.client_feedback_923 .reviews .review .text::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

.client_feedback_923 .reviews .review .text span {
    display: block;
    font-size: 14px;
    color: #000000;
}

.client_feedback_923 .reviews .review .text p {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

@media only screen and (max-width: 1200px) {
    .client_feedback_923 .reviews {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }
    .client_feedback_923 .reviews .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 768px) {
    .client_feedback_923 .reviews .review {
        width: calc(100% - 20px);
    }
}
footer {
    background: rgb(15,59,69);
    color: #ffffff;
}
footer .copyright {
    background: rgb(125,157,156);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(125,157,156);
}
footer .menu a {
    color: #ffffff;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .menu a {
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .copyright {
    font-size: 15px;
}
@media only screen and (max-width: 1200px)  {
    footer .footer_info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

}

.wrapper-capsule_360 footer .footer {
    padding: 0;
}
.wrapper-capsule_360 footer .footer_info {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;
    padding: 20px;
}
.wrapper-capsule_360 footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}
.wrapper-capsule_360 footer .menu a {
    margin: 0;
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.wrapper-capsule_360 footer .copyright {
    background: rgb(125,157,156,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper-capsule_360 footer .copyright_info {
    text-align: center;
}
.wrapper-capsule_360 footer  .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(125,157,156);
    margin-bottom: 20px;
}
.wrapper-capsule_360 footer .logo_holder svg, .wrapper-capsule_360 footer .logo_holder svg path, .wrapper-capsule_360 footer .logo_holder img {
    margin: 0;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px)  {
    .wrapper-capsule_360 footer  .logo_holder {
        width: 100%;
    }
}
@media only screen and (max-width: 800px)  {
    .wrapper-capsule_360 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .wrapper-capsule_360 footer .menu a {
        margin-bottom: 5px;
        font-size: 18px
    }
    .wrapper-capsule_360 footer .footer_info {
        padding: 10px;
    }
    .wrapper-capsule_360 footer .copyright_info {
        text-align: center;
    }
    .wrapper-capsule_360 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.instructor_profile_764 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(125,157,156) 0%, rgb(15,59,69) 100%);
    overflow: hidden;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
}

.instructor_profile_764::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    animation: rotateBackground 30s linear infinite;
    z-index: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instructor_profile_764 .container {
    position: relative;
    z-index: 1;
}

.instructor_profile_764 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.instructor_profile_764 .review {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.instructor_profile_764 .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.instructor_profile_764 .photo {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.instructor_profile_764 .worker_description {
    text-align: center;
}

.instructor_profile_764 .worker_description .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.instructor_profile_764 .worker_description span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
}

.instructor_profile_764 .worker_description .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
    .instructor_profile_764 {
        padding: 80px 20px;
    }

    .instructor_profile_764 .holder {
        gap: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_profile_764 {
        padding: 60px 10px;
    }

    .instructor_profile_764 .holder {
        flex-direction: column;
    }

    .instructor_profile_764 .review {
        max-width: 90%;
    }

    .instructor_profile_764 .worker_description {
        padding: 20px;
    }
}
.wrapper-capsule_360 .instructor_profile_764 {
    position: relative;
    padding: 120px 0;
    background: #ffffff;
}

.wrapper-capsule_360 .instructor_profile_764::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(125,157,156,0.5);
    z-index: 0;
}

.wrapper-capsule_360 .instructor_profile_764 .holder {
    justify-content: space-around;
    align-items: center;
}

.wrapper-capsule_360 .instructor_profile_764 .review {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.wrapper-capsule_360 .instructor_profile_764 .review:hover {
    transform: translateY(-10px);
}

.wrapper-capsule_360 .instructor_profile_764 .photo {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-right: 20px;
}

.wrapper-capsule_360 .instructor_profile_764 .worker_description {
    flex: 1;
    padding: 20px;
    background: rgb(125,157,156,0.5);
    border-radius: 10px;
}

.wrapper-capsule_360 .instructor_profile_764 .review .name {
    font-size: 43px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
}

.wrapper-capsule_360 .instructor_profile_764 .review span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.wrapper-capsule_360 .instructor_profile_764 .review .quote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .instructor_profile_764 {
        padding: 80px 20px;
    }

    .wrapper-capsule_360 .instructor_profile_764::after {
        height: 30%;
    }

    .wrapper-capsule_360 .instructor_profile_764 .review {
        flex-direction: column;
        padding: 20px;
    }

    .wrapper-capsule_360 .instructor_profile_764 .photo {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .wrapper-capsule_360 .instructor_profile_764 .worker_description {
        padding: 10px;
    }

    .wrapper-capsule_360 .instructor_profile_764 .review .name {
        font-size: 20px;
    }

    .wrapper-capsule_360 .instructor_profile_764 .review span {
        font-size: 16px;
    }

    .wrapper-capsule_360 .instructor_profile_764 .review .quote {
        font-size: 16px;
    }
}
.contact_form_box_095 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(173,193,192);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.contact_form_box_095 h3 {
    color: rgb(125,157,156);
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.contact_form_box_095 .form {
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 600px;
    margin: auto;
}

.contact_form_box_095 form input,
.contact_form_box_095 form textarea {
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgb(15,59,69,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: Ubuntu, sans-serif;
    transition: border-color 0.3s;
}

.contact_form_box_095 form input:focus,
.contact_form_box_095 form textarea:focus {
    border-color: rgb(125,157,156);
    outline: none;
}

.contact_form_box_095 form .button {
    background: rgb(125,157,156);
    color: #ffffff;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.contact_form_box_095 form .button:hover {
    background: rgb(15,59,69);
}

.contact_form_box_095 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_form_box_095 .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact_form_box_095 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_form_box_095 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.contact_form_box_095 .agree label {
    display: block;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}

.contact_form_box_095 .agree a {
    margin-left: 5px;
    color: rgb(125,157,156);
    text-decoration: underline;
    transition: color 0.3s;
}

.contact_form_box_095 .agree a:hover {
    color: rgb(15,59,69);
}

.contact_form_box_095 .form_text {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .contact_form_box_095 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_form_box_095 h3 {
        font-size: 35px;
    }
    .contact_form_box_095 .form {
        padding: 20px;
    }
    .contact_form_box_095 .name_holder {
        flex-direction: column;
        gap: 10px;
    }
}

.wrapper-capsule_360 .contact_form_box_095 .holder {
    flex-direction: column-reverse;
}

.wrapper-capsule_360 .contact_form_box_095 .form {
    width: 100%;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.wrapper-capsule_360 .contact_form_box_095 .info {
    width: 100%;
    text-align: center;
}

.wrapper-capsule_360 .contact_form_box_095 .info span {
    font-weight: 400;
    color: #000000;
}

.wrapper-capsule_360 .contact_form_box_095 form input {
    border-bottom: 1px solid rgb(15,59,69,0.5);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
}

.wrapper-capsule_360 .contact_form_box_095 h3 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 40px;
}

.wrapper-capsule_360 .contact_form_box_095 form .button {
    width: 100%;
    background: rgb(15,59,69);
    color: #ffffff;
    margin-top: 24px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

.contact_form_box_095 .info .contact_info svg,
.contact_form_box_095 .info .contact_info svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_360 .contact_form_box_095 .holder {
        flex-direction: column;
    }
    .wrapper-capsule_360 .contact_form_box_095 .holder .form,
    .wrapper-capsule_360 .contact_form_box_095 .holder .info {
        width: 100%;
    }
    .wrapper-capsule_360 .contact_form_box_095 .name_holder {
        flex-direction: column;
    }
}header {
    background: linear-gradient(135deg, rgb(125,157,156), rgb(15,59,69));
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    border-bottom: 2px solid #000000;
}
.main_header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.main_header .header_holder {
    width: 100%;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
    border-right: 2px solid #000000;
    padding-right: 20px;
}
.main_header .logo_holder svg,
.main_header .logo_holder img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-family: Ubuntu, sans-serif;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    border-left: 2px solid #000000;
    margin: 14px 0;
}
.main_header .header_menu {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-grow: 1;
}
.main_header .header_menu a {
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #000000;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(125,157,156), rgb(15,59,69));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.main_header .header_menu a:hover::before {
    opacity: 1;
}
.main_header .header_menu a:hover {
    color: #000000;
    border-color: rgb(15,59,69);
}
@media only screen and (max-width: 1200px) {
    .main_header .container {
        flex-direction: column;
        justify-items: center;
    }
    .main_header .logo_holder {
        justify-content: center;
        border-right: none;
        border-bottom: 2px solid #000000;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .main_header .header_description {
        border-left: none;
        border-top: 2px solid #000000;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .main_header .header_menu a {
        padding: 8px 12px;
        font-size: 16px;
    }
}
.main_header .header_menu a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(125,157,156), rgb(15,59,69));
    opacity: 0.1;
    z-index: -1;
}.future_learners_078 {
    position: relative;
    background: rgb(173,193,192);
    padding: 120px 0;
    overflow: hidden;
}

.future_learners_078::before {
    content: '';
    position: absolute;
    width: 150vw;
    height: 150vh;
    top: -25vh;
    left: -25vw;
    background: repeating-linear-gradient(
        45deg,
        rgb(125,157,156,0.5) 0px,
        rgb(125,157,156,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: moveBackground 40s linear infinite;
    opacity: 0.1;
}

@keyframes moveBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.future_learners_078 .container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.future_learners_078 .who_needs_photo {
    flex: 0 0 450px;
    height: 450px;
    position: relative;
    overflow: hidden;
    clip-path: circle(50% at 50% 50%);
    transform: rotate(-5deg);
}

.future_learners_078 .who_needs_photo::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 15px solid #ffffff;
    border-radius: 50%;
    opacity: 0.3;
    animation: breathe 4s ease-in-out infinite;
}

@keyframes breathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.future_learners_078 .who_needs_text {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.future_learners_078 .who_needs_text h2 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(125,157,156);
    margin-bottom: 50px;
    position: relative;
    padding: 15px 25px;
    display: inline-block;
}

.future_learners_078 .who_needs_text h2::before,
.future_learners_078 .who_needs_text h2::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid rgb(125,157,156);
    opacity: 0.6;
}

.future_learners_078 .who_needs_text h2::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.future_learners_078 .who_needs_text h2::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.future_learners_078 .who_needs_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.future_learners_078 .who_needs_list div {
    background: #ffffff;
    padding: 30px;
    border-radius: 60px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.future_learners_078 .who_needs_list div:nth-child(even) {
    flex-direction: row-reverse;
    border-radius: 0 60px;
}

.future_learners_078 .who_needs_list div::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(15,59,69,0.5), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.future_learners_078 .who_needs_list div:hover {
    transform: translateX(15px);
}

.future_learners_078 .who_needs_list div:hover::before {
    opacity: 0.1;
}

.future_learners_078 .who_needs_list svg {
    width: 38px;
    height: 38px;
    fill: rgb(125,157,156);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    filter: drop-shadow(2px 2px 0 rgb(125,157,156,0.5));
}

.future_learners_078 .who_needs_list div span {
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .future_learners_078 {
        padding: 100px 0;
    }

    .future_learners_078 .who_needs_photo {
        flex: 0 0 400px;
        height: 400px;
        width: 400px;
    }
}

@media (max-width: 991px) {
    .future_learners_078 {
        padding: 80px 0;
    }

    .future_learners_078 .container {
        flex-direction: column;
        text-align: center;
    }

    .future_learners_078 .who_needs_photo {
        flex: 0 0 350px;
        height: 350px;
        transform: none;
        width: 350px;
    }

    .future_learners_078 .who_needs_list div,
    .future_learners_078 .who_needs_list div:nth-child(even) {
        flex-direction: row;
        border-radius: 40px 0;
        justify-content: center;
    }

    .future_learners_078 .who_needs_list div:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .future_learners_078 {
        padding: 60px 0;
    }

    .future_learners_078 .who_needs_photo {
        flex: 0 0 300px;
        height: 300px;
    }

    .future_learners_078 .who_needs_text h2 {
        font-size: calc(28px * 0.9);
        margin-bottom: 40px;
    }

    .future_learners_078 .who_needs_list div {
        padding: 25px;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .future_learners_078 {
        padding: 50px 0;
    }

    .future_learners_078 .who_needs_photo {
        flex: 0 0 250px;
        height: 250px;
    }

    .future_learners_078 .who_needs_text h2 {
        font-size: calc(28px * 0.8);
        padding: 10px 20px;
    }

    .future_learners_078 .who_needs_text h2::before,
    .future_learners_078 .who_needs_text h2::after {
        width: 20px;
        height: 20px;
    }

    .future_learners_078 .who_needs_list div {
        padding: 20px;
    }

    .future_learners_078 .who_needs_list svg {
        width: 30px;
        height: 30px;
    }
}