* {
    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: Playfair Display, sans-serif;
    color: #000000;
}
.wrapper-border_5418 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(232,232,232);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.learning_outcomes_7546 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning_outcomes_7546 .holder {
    display: flex;
    width: 100%;
}

.learning_outcomes_7546 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning_outcomes_7546 .photo {
    width: 50%;
    flex-shrink: 0;
}

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

.learning_outcomes_7546 ul {
    list-style: none;
}

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

.learning_outcomes_7546 svg, .learning_outcomes_7546 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(120,120,120);
    flex-shrink: 0;
}

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

    .learning_outcomes_7546 .holder {
        flex-direction: column;
    }

    .learning_outcomes_7546 .text_holder {
        width: 100%;
    }

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

.wrapper-border_5418 .learning_outcomes_7546 {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-border_5418 .learning_outcomes_7546::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(120,120,120,0.5) 0%, rgb(54,54,54,0.5) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
    z-index: 0;
}

.wrapper-border_5418 .learning_outcomes_7546 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: auto;
}

.wrapper-border_5418 .learning_outcomes_7546 h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(120,120,120);
}

.wrapper-border_5418 .learning_outcomes_7546 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-border_5418 .learning_outcomes_7546 li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
}

.wrapper-border_5418 .learning_outcomes_7546 li svg {
    margin-right: 10px;
    fill: rgb(120,120,120);
    flex-shrink: 0;
}

.wrapper-border_5418 .learning_outcomes_7546 .photo {
    width: 50%;
    background-size: cover;
}

.wrapper-border_5418 .learning_outcomes_7546 .text_holder {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .learning_outcomes_7546 {
        padding: 30px 0;
    }

    .wrapper-border_5418 .learning_outcomes_7546 .holder {
        flex-direction: column;
        width: 90%;
    }

    .wrapper-border_5418 .learning_outcomes_7546 .photo {
        width: 100%;
        height: 250px;
    }

    .wrapper-border_5418 .learning_outcomes_7546 .text_holder {
        width: 100%;
        padding: 20px;
    }
}
.stay_updated_5946 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_updated_5946 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_updated_5946 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(54,54,54,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_updated_5946 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_updated_5946 .button {
    background: rgb(54,54,54);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_updated_5946 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_updated_5946 .holder {
        flex-direction: column;
    }

    .stay_updated_5946 {
        padding: 30px 20px;
    }

    .stay_updated_5946 input {
        min-width: unset;
    }

    .stay_updated_5946 .button {
        flex-shrink: unset;
    }

    .stay_updated_5946 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_updated_5946 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-border_5418 .stay_updated_5946 .holder h2 {
        font-size: 20px;
    }
}

.wrapper-border_5418 .stay_updated_5946 {
    background: rgb(54,54,54);
    border: 2px solid rgb(120,120,120,0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrapper-border_5418 .stay_updated_5946::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(120,120,120,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
    z-index: 1;
}

.wrapper-border_5418 .stay_updated_5946 .input_holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-top: 20px;
    align-items: stretch;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.wrapper-border_5418 .stay_updated_5946 input {
    border-radius: 21px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: rgb(54,54,54);
    color: #ffffff;
    padding: 15px;
    margin: 0;
    width: auto;
    border: 2px solid rgb(120,120,120);
    font-family: Playfair Display, sans-serif;
    font-size: 14px;
    transition: background 0.3s ease, border 0.3s ease;
}

.wrapper-border_5418 .stay_updated_5946 input:focus {
    background: rgb(120,120,120);
    border: 2px solid rgb(54,54,54);
    outline: none;
}

.wrapper-border_5418 .stay_updated_5946 h2 {
    font-size: 28px;
    color: rgb(120,120,120);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.wrapper-border_5418 .stay_updated_5946 .button {
    border-radius: 21px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: rgb(120,120,120);
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease, border 0.3s ease;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border: 2px solid transparent;
}

.wrapper-border_5418 .stay_updated_5946 .button:hover {
    background: rgb(120,120,120);
    border: 2px solid rgb(54,54,54);
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .stay_updated_5946 {
        padding: 30px;
    }

    .wrapper-border_5418 .stay_updated_5946 h2 {
        font-size: 19px;
    }

    .wrapper-border_5418 .stay_updated_5946 input {
        width: 100%;
        margin-bottom: 10px;
    }

    .wrapper-border_5418 .stay_updated_5946 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-border_5418 .stay_updated_5946 .button {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}.title_opener_2805 {
    width: 100%;
    padding: 100px 0;
    background-color: rgb(120,120,120,0.5);
    position: relative;
}
.title_opener_2805 .title_page_holder {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    padding: 60px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    overflow: hidden;
}
.title_opener_2805 .title_page_holder::before,
.title_opener_2805 .title_page_holder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(54,54,54,0.5);
    z-index: 1;
}
.title_opener_2805 .title_page_holder::before {
    width: 150px;
    height: 150px;
    top: 20px;
    left: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.title_opener_2805 .title_page_holder::after {
    width: 200px;
    height: 200px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.title_opener_2805 .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: calc(100% - 120px);
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.title_opener_2805 .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: rgb(120,120,120);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(54,54,54);
    padding-bottom: 10px;
    position: relative;
}
.title_opener_2805 .style_element h1::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: rgb(54,54,54);
    bottom: -2px;
    left: 0;
    border-radius: 10px;
}
.title_opener_2805 .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgb(54,54,54);
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.title_opener_2805 .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {
    .title_opener_2805 {
        padding: 50px 0;
    }
    .title_opener_2805 .title_page_holder {
        padding: 30px;
    }
    .title_opener_2805 .style_element {
        padding: 30px;
        width: calc(100% - 60px);
    }
    .title_opener_2805 .style_element h1 {
        font-size: calc(46px - 10px);
        margin-bottom: 15px;
    }
    .title_opener_2805 .style_element h3 {
        font-size: calc(16px - 5px);
        margin-bottom: 10px;
    }
    .title_opener_2805 .style_element p {
        font-size: calc(14px - 2px);
        margin-bottom: 15px;
    }
}
.wrapper-border_5418 .title_opener_2805 {
    padding: 0;
    background-color: rgb(232,232,232);
}
.wrapper-border_5418 .title_opener_2805 .title_page_holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 70px;
    position: relative;
}
.wrapper-border_5418 .title_opener_2805 .title_page_holder::before,
.wrapper-border_5418 .title_opener_2805 .title_page_holder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(54,54,54,0.5);
    z-index: 1;
}
.wrapper-border_5418 .title_opener_2805 .title_page_holder::before {
    width: 120px;
    height: 120px;
    top: 40px;
    left: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wrapper-border_5418 .title_opener_2805 .title_page_holder::after {
    width: 170px;
    height: 170px;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wrapper-border_5418 .title_opener_2805 .style_element {
    background: rgb(120,120,120,0.5);
    color: #ffffff;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}
.wrapper-border_5418 .title_opener_2805 .style_element h1 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wrapper-border_5418 .title_opener_2805 .style_element h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}
.wrapper-border_5418 .title_opener_2805 .style_element p {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .title_opener_2805 {
        padding: 60px 0;
    }
    .wrapper-border_5418 .title_opener_2805 .title_page_holder {
        padding: 40px 20px;
    }
    .wrapper-border_5418 .title_opener_2805 .style_element {
        width: 300px;
        height: 300px;
        max-width: 100%;
    }
    .wrapper-border_5418 .title_opener_2805 .style_element h1 {
        font-size: calc(31px - 10px);
    }
    .wrapper-border_5418 .title_opener_2805 .style_element h3 {
        font-size: calc(18px - 5px);
    }
    .wrapper-border_5418 .title_opener_2805 .style_element p {
        font-size: calc(14px - 2px);
    }
}.wrapper-border_5418 .company_overview_7142 {
    padding: 100px 0;
    background: rgb(232,232,232);
    position: relative;
    overflow: hidden;
}

.wrapper-border_5418 .company_overview_7142::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(120,120,120) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(120,120,120) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(120,120,120) 25%, transparent 25%),
                linear-gradient(45deg, rgb(120,120,120) 25%, transparent 25%);
    background-size: 100px 100px;
    opacity: 0.1;
    animation: bg-animation 10s linear infinite;
}

@keyframes bg-animation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(50px, 50px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.wrapper-border_5418 .company_overview_7142 .holder {
    height: auto;
    position: relative;
    z-index: 1;
}

.wrapper-border_5418 .company_overview_7142 .holder .photo {
    display: block;
    width: 350px;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 8px solid rgb(120,120,120);
    background: rgb(54,54,54);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin-right: 20px;
}

.wrapper-border_5418 .company_overview_7142 .holder .photo:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) scale(1.05);
}

.wrapper-border_5418 .company_overview_7142 .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 40px;
    background: rgb(54,54,54,0.5);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-border_5418 .company_overview_7142 .style_element {
    background: rgb(120,120,120,0.5);
    padding: 50px;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 20px;
    position: relative;
}

.wrapper-border_5418 .company_overview_7142 .style_element::before,
.wrapper-border_5418 .company_overview_7142 .style_element::after {
    content: '';
    position: absolute;
    background: rgb(120,120,120);
    border-radius: 50%;
}

.wrapper-border_5418 .company_overview_7142 .style_element::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
}

.wrapper-border_5418 .company_overview_7142 .style_element::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -20px;
}

.wrapper-border_5418 .company_overview_7142 h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.wrapper-border_5418 .company_overview_7142 h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    bottom: 0;
    left: 0;
}

.wrapper-border_5418 .company_overview_7142 p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
}

.wrapper-border_5418 .company_overview_7142 p::before {
    content: '“';
    font-size: 50px;
    color: rgb(120,120,120);
    position: absolute;
    top: -20px;
    left: -30px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-border_5418 .company_overview_7142 .holder .photo {
        width: 300px;
        height: 300px;
    }
    .wrapper-border_5418 .company_overview_7142 .style_element {
        width: 85%;
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .company_overview_7142 .holder .photo {
        width: 250px;
        height: 250px;
        margin-right: 0;
        margin-top: 20px;
    }
    .wrapper-border_5418 .company_overview_7142 .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 20px 0;
    }
    .wrapper-border_5418 .company_overview_7142 .style_element {
        width: 100%;
        padding: 30px;
    }
    .wrapper-border_5418 .company_overview_7142 h2 {
        font-size: 20px;
    }
}.contact_form_section_0562 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgb(120,120,120) 0%, rgb(54,54,54,0.5) 100%);
    font-family: Playfair Display, sans-serif;
}

.contact_form_section_0562 h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.contact_form_section_0562 h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(54,54,54);
    margin: 8px auto 0;
    border-radius: 10px;
}

.contact_form_section_0562 .form {
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 600px;
    margin: auto;
}

.contact_form_section_0562 .form_text {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
}

.contact_form_section_0562 form input {
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(54,54,54,0.5);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    transition: border-color 0.3s ease;
}

.contact_form_section_0562 form input:focus {
    border-color: rgb(54,54,54);
    outline: none;
}

.contact_form_section_0562 form .button {
    background: rgb(120,120,120);
    color: #ffffff;
    border-radius: 19px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
}

.contact_form_section_0562 form .button:hover {
    background: rgb(54,54,54);
}

.contact_form_section_0562 .name_holder {
    display: flex;
    gap: 20px;
}

.contact_form_section_0562 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
}

.contact_form_section_0562 .agree input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.contact_form_section_0562 .agree label {
    display: flex;
    align-items: center;
}

.contact_form_section_0562 .agree a {
    margin-left: 5px;
    color: rgb(120,120,120);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact_form_section_0562 .agree a:hover {
    color: rgb(54,54,54);
}

@media only screen and (max-width: 600px) {
    .contact_form_section_0562 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_form_section_0562 .form {
        padding: 20px;
    }

    .contact_form_section_0562 .name_holder {
        flex-direction: column;
    }

    .contact_form_section_0562 h3 {
        font-size: 44px;
    }
}
.benefits_overview_6203 .advantages_content h2 {
    color: rgb(54,54,54);
}

.benefits_overview_6203 .advantage_item svg, .benefits_overview_6203 .advantage_item svg path {
    fill: rgb(120,120,120);
}

.benefits_overview_6203 .advantage_item p {
    color: #000000;
}

.benefits_overview_6203 .advantage_item b {
    color: rgb(120,120,120);
}

.benefits_overview_6203 {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

.benefits_overview_6203 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 31px;
    font-weight: 600;
}

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

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

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

.benefits_overview_6203 .advantage_item svg, .benefits_overview_6203 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-border_5418 .benefits_overview_6203 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .wrapper-border_5418 .benefits_overview_6203 .advantages_holder {
        justify-content: center;
    }
}

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

    .benefits_overview_6203 .advantages_holder {
        flex-direction: column;
    }

    .benefits_overview_6203 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-border_5418 .benefits_overview_6203 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-border_5418 .benefits_overview_6203 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 80px 20px;
}

.wrapper-border_5418 .benefits_overview_6203 .advantages_content {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.wrapper-border_5418 .benefits_overview_6203 .advantages_content h2 {
    color: rgb(54,54,54);
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 40px;
}

.wrapper-border_5418 .benefits_overview_6203 .advantages_description {
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0 20px;
}

.wrapper-border_5418 .benefits_overview_6203 .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.wrapper-border_5418 .benefits_overview_6203 .advantage_item {
    background-color: rgb(120,120,120,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    width: calc(25% - 20px);
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.wrapper-border_5418 .benefits_overview_6203 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
    background-color: rgb(120,120,120);
}

.wrapper-border_5418 .benefits_overview_6203 .advantage_item:hover h4,
.wrapper-border_5418 .benefits_overview_6203 .advantage_item:hover svg,
.wrapper-border_5418 .benefits_overview_6203 .advantage_item:hover svg path {
    color: #ffffff;
    fill: #ffffff;
}

.wrapper-border_5418 .benefits_overview_6203 .advantage_image {
    width: 128px;
    height: 128px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-border_5418 .benefits_overview_6203 .advantage_item svg,
.wrapper-border_5418 .benefits_overview_6203 .advantage_item img {
    width: 100%;
    height: 100%;
    transition: fill 0.3s ease-in-out;
}

.wrapper-border_5418 .benefits_overview_6203 .advantage_item h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .wrapper-border_5418 .benefits_overview_6203 .advantage_item {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .benefits_overview_6203 {
        padding: 50px 10px;
    }

    .wrapper-border_5418 .benefits_overview_6203 .advantages_content h2 {
        font-size: 30px;
    }

    .wrapper-border_5418 .benefits_overview_6203 .advantages_holder {
        flex-direction: column;
        gap: 15px;
    }

    .wrapper-border_5418 .benefits_overview_6203 .advantage_item {
        width: 100%;
    }
}.thanks_area_9574 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(120,120,120,0.5) 0%, rgb(54,54,54,0.5) 100%);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 50px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.thanks_area_9574 .container {
    max-width: 800px;
    text-align: center;
    background-color: rgb(232,232,232);
    border-radius: 13px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.thanks_area_9574 .container:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.thanks_area_9574 h2 {
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;
    color: rgb(120,120,120);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 1s ease-in-out;
}
.thanks_area_9574 p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 800px) {
    .thanks_area_9574 {
        padding: 20px;
    }
    .thanks_area_9574 .container {
        padding: 30px;
    }
    .thanks_area_9574 h2 {
        font-size: 28px;
    }
    .thanks_area_9574 p {
        font-size: 18px;
    }
}.course_description_9687 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(120,120,120);
    font-family: Playfair Display, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_description_9687 h2 {
    color: rgb(54,54,54);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(54,54,54);
    display: inline-block;
    padding-bottom: 10px;
}

.course_description_9687 .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.course_description_9687 .holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.course_description_9687 .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.course_description_9687 .course {
    flex: 1 1 45%;
    margin: 20px;
    overflow: hidden;
}

.course_description_9687 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.course_description_9687 .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid rgb(54,54,54);
}

.course_description_9687 .text_holder {
    padding: 30px;
    text-align: left;
}

.course_description_9687 h3 {
    color: rgb(120,120,120);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    border-left: 5px solid rgb(54,54,54);
    padding-left: 10px;
}

.course_description_9687 p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course_description_9687 .button {
    background: rgb(120,120,120);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
}

@media only screen and (max-width: 800px) {
    .course_description_9687 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .course_description_9687 h2 {
        font-size: 28px;
    }
    .course_description_9687 h3 {
        font-size: 24px;
    }
    .course_description_9687 .photo {
        height: 200px;
    }
    .course_description_9687 .text_holder {
        padding: 20px;
    }
    .course_description_9687 .course {
        flex: 1 1 100%;
        margin: 0;
    }
}

.wrapper-border_5418 .course_description_9687 {
    position: relative;
    padding: 60px 0;
    border-top: 5px solid rgb(54,54,54);
    border-bottom: 5px solid rgb(54,54,54);
}

.wrapper-border_5418 .course_description_9687 .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wrapper-border_5418 .course_description_9687 .photo {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.wrapper-border_5418 .course_description_9687 .text_holder {
    border-radius: 10px;
    border: 2px solid rgb(54,54,54);
    background: #ffffff;
    padding: 30px;
    width: 100%;
    max-width: 800px;
}

.wrapper-border_5418 .course_description_9687 h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-border_5418 .course_description_9687 .button {
    background: rgb(54,54,54);
    color: #ffffff;
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .course_description_9687 .photo {
        width: 100%;
        height: 200px;
    }
    .wrapper-border_5418 .course_description_9687 .text_holder {
        padding: 20px;
    }
    .wrapper-border_5418 .course_description_9687 h3 {
        font-size: 22px;
    }
}
.privacy_block_2581 {
    background-color: rgb(232,232,232);
    padding: 60px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
}
.privacy_block_2581::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgb(120,120,120,0.5);
    border-radius: 50%;
    z-index: 0;
}
.privacy_block_2581::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: rgb(54,54,54,0.5);
    border-radius: 50%;
    z-index: 0;
}
.privacy_block_2581 h1, .privacy_block_2581 h2, .privacy_block_2581 h3, .privacy_block_2581 h4, .privacy_block_2581 h5, .privacy_block_2581 h6 {
    color: rgb(120,120,120);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.privacy_block_2581 h1 {
    font-size: 45px;
    font-weight: 700;
    border-bottom: 3px solid rgb(54,54,54);
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.privacy_block_2581 h2 {
    font-size: 33px;
    font-weight: 600;
    border-bottom: 2px solid rgb(54,54,54);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.privacy_block_2581 h3 {
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 8px;
}
.privacy_block_2581 ul, .privacy_block_2581 ol {
    padding-left: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    list-style: none;
}
.privacy_block_2581 li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
.privacy_block_2581 ul li:before, .privacy_block_2581 ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 12px;
    height: 12px;
    background-color: rgb(54,54,54);
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(54,54,54,0.5);
}
.privacy_block_2581 ol {
    counter-reset: item;
}
.privacy_block_2581 ol li {
    list-style-type: none;
}
.privacy_block_2581 ol li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: rgb(120,120,120);
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(120,120,120,0.5);
}
.privacy_block_2581 p, .privacy_block_2581 span {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: justify;
    position: relative;
    z-index: 1;
}
.privacy_block_2581 p {
    padding-left: 10px;
    border-left: 3px solid rgb(120,120,120);
}
.privacy_block_2581 div {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.privacy_block_2581 div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 10px;
    background-color: rgb(54,54,54);
    border-radius: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
    .privacy_block_2581 {
        padding: 40px 20px;
    }
    .privacy_block_2581 h1 {
        font-size: calc(24px - 10px);
    }
    .privacy_block_2581 h2 {
        font-size: calc(24px - 8px);
    }
    .privacy_block_2581 p, .privacy_block_2581 li {
        font-size: calc(15px - 2px);
    }
    .privacy_block_2581::before, .privacy_block_2581::after {
        width: 150px;
        height: 150px;
    }
}.give_it_a_try_9163 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.give_it_a_try_9163 h2 {
    color: rgb(54,54,54);
}

.give_it_a_try_9163 .button {
    background: rgb(54,54,54);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.give_it_a_try_9163 .button:hover {
    background: rgb(120,120,120);
}

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

.give_it_a_try_9163 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.give_it_a_try_9163 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .give_it_a_try_9163 .holder {
        flex-direction: column;
    }

    .wrapper-border_5418 section.give_it_a_try_9163 h2 {
        font-size: 26px;
    }

    .give_it_a_try_9163 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .give_it_a_try_9163 .button {
        font-size: 24px;
    }

    .give_it_a_try_9163 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-border_5418 .give_it_a_try_9163 {
    background: rgb(120,120,120,0.5);
    color: #ffffff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrapper-border_5418 .give_it_a_try_9163 .container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-border_5418 .give_it_a_try_9163 .holder {
    background: rgb(54,54,54);
    padding: 50px 40px;
    border: 1px solid rgb(120,120,120);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.wrapper-border_5418 .give_it_a_try_9163 h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 35px;
    color: rgb(120,120,120);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(120,120,120);
    padding-bottom: 10px;
    width: fit-content;
    margin-right: 0;
}

.wrapper-border_5418 .give_it_a_try_9163 .button {
    display: inline-block;
    padding: 15px 60px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(120,120,120);
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(120,120,120);
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.wrapper-border_5418 .give_it_a_try_9163 .button:hover {
    background: rgb(120,120,120);
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .give_it_a_try_9163 .holder {
        padding: 30px 20px;
    }

    .wrapper-border_5418 .give_it_a_try_9163 h2 {
        font-size: 38px;
    }

    .wrapper-border_5418 .give_it_a_try_9163 .button {
        padding: 10px 40px;
        font-size: 16px;
    }
}.instructor_history_1604 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(54,54,54) 0%, rgb(120,120,120) 100%);
    font-family: Playfair Display, sans-serif;
    transition: all 0.3s ease-in-out;
}

.instructor_history_1604 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.instructor_history_1604 .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instructor_history_1604 .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.instructor_history_1604 .photo {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    transition: filter 0.3s ease;
}

.instructor_history_1604 .review:hover .photo {
    filter: brightness(1.1);
}

.instructor_history_1604 .worker_description {
    text-align: center;
}

.instructor_history_1604 .review .name {
    font-size: 24px;
    font-weight: 700;
    color: rgb(120,120,120);
    margin-bottom: 10px;
}

.instructor_history_1604 .review span {
    font-size: 17px;
    color: rgb(54,54,54);
    font-weight: 600;
    margin-bottom: 15px;
}

.instructor_history_1604 .review .quote {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    background: rgb(120,120,120,0.5);
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.instructor_history_1604 .review:hover .quote {
    background: rgb(54,54,54,0.5);
}

@media only screen and (max-width: 1200px) {
    .instructor_history_1604 .review {
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_history_1604 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .instructor_history_1604 .holder {
        flex-direction: column;
        gap: 20px;
    }

    .instructor_history_1604 .review {
        width: 100%;
    }
}

.wrapper-border_5418 .instructor_history_1604 {
    padding: 60px;
}

.wrapper-border_5418 .instructor_history_1604 .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.wrapper-border_5418 .instructor_history_1604 .holder {
    background: rgb(120,120,120,0.5);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-border_5418 .instructor_history_1604 .review {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-border_5418 .instructor_history_1604 .photo {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    margin-right: 20px;
}

.wrapper-border_5418 .worker_description {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.wrapper-border_5418 .instructor_history_1604 .review .name {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(120,120,120);
}

.wrapper-border_5418 .instructor_history_1604 .review span {
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(54,54,54);
}

.wrapper-border_5418 .instructor_history_1604 .review .quote {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    background: rgb(54,54,54,0.5);
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease;
    text-align: left;
}

.wrapper-border_5418 .instructor_history_1604 .review:hover .quote {
    background: rgb(120,120,120,0.5);
}

@media only screen and (max-width: 1000px) {
    .wrapper-border_5418 .instructor_history_1604 .review {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-border_5418 .worker_description {
        width: 100%;
        padding: 0;
    }

    .wrapper-border_5418 .instructor_history_1604 .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .wrapper-border_5418 .instructor_history_1604 .review .name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .wrapper-border_5418 .instructor_history_1604 .review span {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .wrapper-border_5418 .instructor_history_1604 .review .quote {
        font-size: 17px;
    }
    .wrapper-border_5418 .instructor_history_1604 {
        padding: 20px;
    }
    .wrapper-border_5418 .instructor_history_1604 .holder {
        padding: 0;
    }
}
footer {
    background: rgb(54,54,54);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    border-top: 3px solid rgb(120,120,120);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    padding-top: 50px;
}
footer .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    border-bottom: 1px solid rgb(54,54,54,0.5);
    margin-bottom: 30px;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder svg path, footer .logo_holder img {
    fill: rgb(120,120,120);
    height: 60px;
    width: 60px;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
}
footer .logo_holder:hover svg, footer .logo_holder:hover img {
    transform: scale(1.1);
}
footer .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
footer .menu a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
footer .menu a:hover {
    background: rgb(120,120,120,0.5);
    color: rgb(120,120,120);
}
footer .copyright {
    background: rgb(120,120,120,0.5);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 21px;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
footer .copyright_info a:hover {
    color: rgb(54,54,54);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    footer .menu a {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        padding: 20px 10px;
        text-align: center;
    }
    footer .logo_holder {
        margin-bottom: 20px;
    }
    footer .menu_holder {
        width: 100%;
        align-items: center;
    }
    footer .menu a {
        margin: 5px 0;
        font-size: 20px;
        width: 100%;
        text-align: center;
        border: none;
    }
    footer .copyright_info {
        text-align: center;
        font-size: 17px;
    }
}
.wrapper-border_5418 footer .footer {
    padding: 0;
    border-top: 3px solid rgb(120,120,120);
}
.wrapper-border_5418 footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}
.wrapper-border_5418 footer .menu_holder {
    flex-direction: row;
}
.wrapper-border_5418 footer .menu a {
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid rgb(120,120,120);
    font-size: 20px;
    color: #ffffff;
}
.wrapper-border_5418 footer .copyright {
    background: rgb(120,120,120,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper-border_5418 footer .copyright_info {
    text-align: right;
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 800px) {
    .wrapper-border_5418 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .wrapper-border_5418 footer .menu a {
        padding-left: 0;
        font-size: 18px;
    }
    .wrapper-border_5418 footer .menu a:first-child {
        margin-bottom: 10px;
    }
    .wrapper-border_5418 footer .footer_info {
        padding: 20px 10px;
    }
    .wrapper-border_5418 footer .copyright_info {
        text-align: center;
    }
    .wrapper-border_5418 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.wrapper-border_5418 .operation_process_2809 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
}

.wrapper-border_5418 .operation_process_2809::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(120,120,120,0.5), rgb(54,54,54,0.5));
    z-index: -1;
    animation: gradientAnimation 10s ease infinite;
}

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

.wrapper-border_5418 .operation_process_2809 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-radius: 24px;
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.wrapper-border_5418 .operation_process_2809 .holder:hover {
    transform: translateY(-10px);
}

.wrapper-border_5418 .operation_process_2809 h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    transition: color 0.3s ease;
}

.wrapper-border_5418 .operation_process_2809 p {
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    transition: opacity 0.3s ease;
}

.wrapper-border_5418 .operation_process_2809:hover h2 {
    color: rgb(120,120,120);
}

.wrapper-border_5418 .operation_process_2809:hover p {
    opacity: 0.8;
}

@media only screen and (max-width: 800px) {
    .wrapper-border_5418 .operation_process_2809 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .wrapper-border_5418 .operation_process_2809 .holder {
        padding: 20px;
    }

    .wrapper-border_5418 .operation_process_2809 h2 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .wrapper-border_5418 .operation_process_2809 p {
        font-size: 12px;
        text-align: center;
    }
}
.service_info_5832 {
    color: #000000;
    background: linear-gradient(135deg, rgb(232,232,232) 0%, rgb(54,54,54,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.service_info_5832::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(120,120,120,0.5) 10%, transparent 10%);
    background-size: 20px 20px;
    animation: backgroundMove 30s linear infinite;
    opacity: 0.1;
    z-index: 0;
}
.service_info_5832 .holder .info_holder div.consultation_hours_3290 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.service_info_5832 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.service_info_5832 .holder .info_holder > div > div {
    margin: 5px 0;
}
@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}
.service_info_5832 .container {
    position: relative;
    z-index: 1;
}
.service_info_5832 .contact_holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.service_info_5832 .contact_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(120,120,120) 0%, rgb(54,54,54) 100%);
}
.service_info_5832 h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service_info_5832 h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(120,120,120);
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.service_info_5832 .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}
.service_info_5832 .holder .contact_description {
    grid-column: 1 / -1;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 40px;
    padding: 20px;
    background: rgb(232,232,232);
    border-radius: 10px;
    position: relative;
}
.service_info_5832 .holder .photo {
    width: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.service_info_5832 .holder .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
}
.service_info_5832 .holder .info_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.service_info_5832 .holder .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(232,232,232);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.service_info_5832 .holder .info_holder > div svg {
    width: 24px;
    height: 24px;
    fill: rgb(120,120,120);
    margin-right: 15px;
    transition: all 0.3s ease;
}
.service_info_5832 .holder .info_holder>div span {
    margin-left: 8px;
}
.service_info_5832 .holder .info_holder > div a,
.service_info_5832 .holder .info_holder > div span {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.service_info_5832 .holder .info_holder > div:hover a,
.service_info_5832 .holder .info_holder > div:hover span {
    color: rgb(120,120,120);
}
.service_info_5832 .contact_politics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(54,54,54,0.5);
}
.service_info_5832 .contact_politics > div {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.service_info_5832 .contact_politics > div h4 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    color: rgb(120,120,120);
}
.service_info_5832 .contact_politics > div p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .service_info_5832 .holder {
        grid-template-columns: 1fr;
    }
    .service_info_5832 .holder .photo {
        height: 300px;
    }
    .service_info_5832 .contact_politics {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .service_info_5832 {
        padding: 60px 0;
    }
    .service_info_5832 .contact_holder {
        padding: 30px;
    }
    .service_info_5832 h2 {
        font-size: calc(32px * 0.8);
    }
}header .main_header {
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgb(120,120,120);
}
header .logo_holder {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-right: 20px;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder svg, header .logo_holder img {
    height: 60px;
    width: 60px;
    fill: rgb(120,120,120);
}
header .menu {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-grow: 1;
}
header .menu a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s ease;
}
header .menu a:hover {
    border-bottom: 2px solid rgb(120,120,120);
}
header .menu a.active {
    border-bottom: 2px solid rgb(120,120,120);
    color: rgb(120,120,120);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        flex-direction: column;
        align-items: flex-start;
        display: none;
        width: 100%;
        padding: 20px;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 15px;
        width: 100%;
        text-align: left;
        border-bottom: 2px solid transparent;
    }
    header .logo_holder {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        height: 40px;
        width: 40px;
    }
}

.wrapper-border_5418 header .main_header {
    background: rgb(54,54,54);
}
.wrapper-border_5418 header .header_content {
    padding: 20px 30px;
    border-bottom: 2px solid rgb(120,120,120);
}
.wrapper-border_5418 header .logo_holder .logotype svg, .wrapper-border_5418 header .logo_holder .logotype img {
    width: 65px;
    height: 65px;
}
.wrapper-border_5418 header .menu a {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}