* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.wrapper-canvas-375 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(255,244,219);
}
@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.our-story-923 .holder {
    background-size: cover;
}

.our-story-923 .style_element {
    background: #ffffff;
}

.our-story-923 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our-story-923 h2 {
    color: rgb(170,228,216);
}

.our-story-923 span {
    color: rgb(79,141,128);
}

.our-story-923 p {
    color: #000000;
}

.our-story-923 .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our-story-923 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our-story-923 .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our-story-923 h2 {
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 600;
}

.our-story-923 span {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
}

.our-story-923 p {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our-story-923 .holder {
        padding: 0px;
    }

    .our-story-923 .style_element {
        width: 100%;
        min-width: unset;
    }

    .our-story-923 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-story-923 h2 {
        font-size: 30px;
    }
}

.wrapper-canvas-375 .our-story-923 {
    background: #ffffff;
    padding: 60px 0;
}

.wrapper-canvas-375 .our-story-923 .style_element {

}

.wrapper-canvas-375 .our-story-923 .holder {
    padding: 0;
    height: auto;
}

.wrapper-canvas-375 .our-story-923 .holder .photo {
    width: calc(45% - 20px);
    min-height: 300px;
    position: relative;
    z-index: 1;

}

.wrapper-canvas-375 .our-story-923 .caption_holder::before {
    content: "";
    position: absolute;
    top: 70px;
    right: 70px;
    background: rgb(79,141,128);
    width: calc(45% - 65px);
    height: 300px;
    z-index: 0;
}

.wrapper-canvas-375 .our-story-923 .caption_holder {
    padding: 50px;
    background: rgb(255,244,219);
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.wrapper-canvas-375 .our-story-923 .style_element {
    background: none;
    padding: 0;
}

.wrapper-canvas-375 .our-story-923 h2 {
    font-size: 46px;
    padding-top: 20px;
    border-top: 10px solid rgb(79,141,128);
    margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .our-story-923 .caption_holder {
        flex-direction: column;
        padding: 30px;
    }

    .wrapper-canvas-375 .our-story-923 .holder .photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-canvas-375 .our-story-923 .caption_holder::before {
        width: calc(100% - 60px);
        top: 45px;
        right: 45px;
    }

    .wrapper-canvas-375 .our-story-923 .style_element {
        width: 100%;
    }

    .wrapper-canvas-375 .our-story-923 h2 {
        font-size: 30px;
    }
}.privacy-block-207 {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.privacy-block-207 h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.privacy-block-207 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.privacy-block-207 h3, .privacy-block-207 h4, .privacy-block-207 h5, .privacy-block-207 h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.privacy-block-207 ul, .privacy-block-207 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.privacy-block-207 li {
    margin-bottom: 10px;
}
.privacy-block-207 section {
    background: none;
}
.privacy-block-207 p, .privacy-block-207 span, .privacy-block-207 div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .privacy-block-207 {
        padding: 20px 0;
    }
}.course-highlights-315 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.course-highlights-315 h2 {
    color: rgb(170,228,216);
}

.course-highlights-315 .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.course-highlights-315 h3 {
    color: rgb(79,141,128);
}

.course-highlights-315 p {
    color: #000000;
}

.course-highlights-315 .button {
    background: rgb(170,228,216);
    color: #ffffff;
    margin-top: 30px;
    width: fit-content;
}

.course-highlights-315 .button:hover {
    background: rgb(79,141,128);
}

.course-highlights-315 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-highlights-315 .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-highlights-315 .course {
    padding: 12px;
    max-width: 100%;
}

.course-highlights-315 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.course-highlights-315 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.course-highlights-315 h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 32px;
}

.course-highlights-315 .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}

.course-highlights-315 .text_holder {
    padding: 30px;
}

.course-highlights-315 h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.course-highlights-315 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.course-highlights-315 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .course-highlights-315 .items {
        flex-direction: column;
    }

    .course-highlights-315 h2 {
        font-size: 30px;
    }

    .course-highlights-315 h3 {
        font-size: 26px;
    }

    .course-highlights-315 .course {
        max-width: unset;
        width: 100%;
    }

    .course-highlights-315 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-canvas-375 .course-highlights-315 .photo {
    width: 240px;
    height: 240px;
    border-radius: 50% !important;
    position: absolute;
    top: -60px;
    margin: 0;
}

.wrapper-canvas-375 .course-highlights-315 .items .course {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-canvas-375 .course-highlights-315 .items .course .content {
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50px;
    background: rgb(79,141,128);
    padding: 30px;
    overflow: unset;
    padding-top: 180px;
    width: 800px;
}

.wrapper-canvas-375 .course-highlights-315 h3, .wrapper-canvas-375 .course-highlights-315 p {
    color: #ffffff;
    text-align: center;
}

.wrapper-canvas-375 .course-highlights-315 h2 {
    margin-bottom: 60px;
}

.wrapper-canvas-375 .course-highlights-315 h3 {
    font-size: 40px;
}

.wrapper-canvas-375 .course-highlights-315 p {
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-375 .course-highlights-315 .items .course .content {
        width: 100%;
    }

    .wrapper-canvas-375 .course-highlights-315 h3 {
        font-size: 30px;
    }

    .wrapper-canvas-375 .course-highlights-315 .text_holder {
        padding: 20px 0;
    }
}.welcome-board-164 {
    width: 100%;
}
.welcome-board-164 .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.welcome-board-164 .style_element {
    position: relative;
    background: rgba(#ffffff, 0.85);
    width: 60%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 19px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.welcome-board-164 .style_element h1 {
    font-size: 38px;
    font-weight: 700;
    color: rgb(79,141,128);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}
.welcome-board-164 .style_element h3 {
    font-size: 23px;
    font-weight: 600;
    color: rgb(170,228,216);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}
.welcome-board-164 .style_element p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}
.welcome-board-164 .style_element::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(79,141,128,0.5) 30%, transparent 70%);
    z-index: 0;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
    .welcome-board-164 .title_page_holder {
        min-height: 320px;
        height: auto;
    }
    .welcome-board-164 .style_element {
        width: 90%;
        padding: 30px;
    }
    .welcome-board-164 .style_element h1 {
        font-size: 31px;
    }
    .welcome-board-164 .style_element h3 {
        font-size: 19px;
    }
    .welcome-board-164 .style_element p {
        font-size: 20px;
    }
}
.wrapper-canvas-375 .welcome-board-164 .style_element {
    position: static;
    height: 100%;
    padding: 40px;
    background: rgba(rgb(79,141,128), 0.85);
    z-index: 1;
    width: 60%;
    justify-content: center;
    align-items: flex-start;
    border-radius: 19px;
    overflow: hidden;
    padding: 50px 30px;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.wrapper-canvas-375 .welcome-board-164 .style_element::after {
    content: "";
    position: absolute;
    height: 450px;
    width: 450px;
    z-index: 0;
    background: radial-gradient(circle, rgb(79,141,128,0.5) 30%, transparent 70%);
    right: -225px;
    top: -225px;
    border-radius: 50%;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
}
.wrapper-canvas-375 .welcome-board-164 .style_element::before {
    content: "";
    position: absolute;
    height: 150px;
    width: 300px;
    z-index: 0;
    background: radial-gradient(circle, rgb(170,228,216,0.5) 30%, transparent 70%);
    left: -50px;
    bottom: -75px;
    border-radius: 150px;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.wrapper-canvas-375 .welcome-board-164 .title_page_holder {
    height: 450px;
    min-height: unset;
    background-position: center;
    background-size: cover;
}
.wrapper-canvas-375 .welcome-board-164 .style_element h1 {
    text-align: left;
    font-size: 36px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(79,141,128);
    color: #ffffff;
}
.wrapper-canvas-375 .welcome-board-164 .style_element h3 {
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(79,141,128);
    color: #ffffff;
}
.wrapper-canvas-375 .welcome-board-164 .style_element p {
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(79,141,128);
}
@media only screen and (max-width: 1200px) {
    .wrapper-canvas-375 .welcome-board-164 .style_element {
        padding: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .welcome-board-164 .style_element {
        width: 100%;
        padding: 80px 30px;
    }
    .wrapper-canvas-375 .welcome-board-164 .style_element::after {
        display: none;
    }
    .wrapper-canvas-375 .welcome-board-164 .title_page_holder {
        height: auto;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
}

header .logo_name {
    color: rgb(79,141,128);
    font-size: 18px;
    font-weight: 700;
}

header .logo_desc {
    color: rgb(170,228,216);
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(79,141,128);
}

header .menu a {
    color: rgb(170,228,216);
}

header .menu a:hover {
    color: rgb(79,141,128);
}

header .menu a.active {
    border: 2px solid rgb(170,228,216);
    border-radius: 100px;
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(79,141,128);
    border: 2px solid rgb(79,141,128);
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}

header .main_header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}

header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}

header .logo_desc {
    font-size: 13px;
    font-weight: 700;
}

header .logo_holder .logo_desc {
    text-transform: uppercase;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

header .menu {
    display: flex;
}

header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 15px;
}

body .wrapper-canvas-375 header .opened {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }

    header .menu a.active {
        border: none;
    }

    header .menu a.active:hover {
        color: rgb(79,141,128);
        background: none;
        border: none;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_name {
        line-height: 28px;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logo_desc {
        display: none;
    }

    header .logo_holder .logotype {
        margin-right: 5px;
    }

    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    header .logo_name {
        text-align: left;
        font-size: 20px;
        text-align: center;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-canvas-375 header .header_content {
    border-radius: 60px;
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 99;
}

.wrapper-canvas-375 header .main_header {
    padding: 10px 0;
}

.wrapper-canvas-375 header .logo_holder {
    background: rgb(170,228,216,0.5);
    border-radius: 60px;
}

.wrapper-canvas-375 header .logo_holder .logotype svg, .wrapper-canvas-375 header .logo_holder .logotype img {
    height: 44px;
    width: 44px;
}

.wrapper-canvas-375 .logotype {
    padding: 5px 35px;
}

.wrapper-canvas-375 header .menu {
    padding-right: 35px;
}

.wrapper-canvas-375 header .menu a {
    padding: 18px 0;
    margin: 0 15px;
    position: relative;
}

.wrapper-canvas-375 header .menu a:hover {
    color: rgb(170,228,216);
}

.wrapper-canvas-375 header .menu a:before {
    content: "";
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 0;
    border-radius: 30px;
    background-color: rgb(79,141,128);
    position: absolute;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wrapper-canvas-375 header .menu a:hover:before {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 header .menu {
        padding: 10px;
        align-items: center;
        border-radius: 10px;
    }

    .wrapper-canvas-375 header .header_content {
        border-radius: 10px;
        align-items: center;
        padding: 0;

    }

    .wrapper-canvas-375 header .logo_holder {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .wrapper-canvas-375 header .menu a {
        padding: 10px 0;
    }
}
.advantages-highlights-513 .advantages_content h2 {
    color: rgb(170,228,216);
}

.advantages-highlights-513 .advantage_item svg, .advantages-highlights-513 .advantage_item svg path {
    fill: rgb(79,141,128);
}

.advantages-highlights-513 .advantage_item p {
    color: #000000;
}

.advantages-highlights-513 .advantage_item b {
    color: rgb(79,141,128);
}

.advantages-highlights-513 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-highlights-513 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-highlights-513 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-highlights-513 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.advantages-highlights-513 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-highlights-513 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-highlights-513 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-highlights-513 .advantage_item svg, .advantages-highlights-513 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-375 .advantages-highlights-513 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-highlights-513 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-highlights-513 .advantages_holder {
        flex-direction: column;
    }

    .advantages-highlights-513 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-canvas-375 .advantages-highlights-513 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-canvas-375 .advantages-highlights-513 .advantages_holder {
    flex-wrap: wrap;
}

.wrapper-canvas-375 .advantages-highlights-513 .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgb(79,141,128,0.5);
    min-height: unset;
    padding: 15px;
    margin: 0;
    width: calc(50% - 20px);
    margin: 10px;
}

.wrapper-canvas-375 .advantages-highlights-513 .advantage_item svg, .wrapper-canvas-375 .advantages-highlights-513 .advantage_item svg path, .wrapper-canvas-375 .advantages-highlights-513 .advantage_item img {
    width: 40px;
    height: 40px;
    fill: #000000;
    position: relative;
}

.wrapper-canvas-375 .advantages-highlights-513 .advantages_content h4 {
    margin: 0;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    width: calc(100% - 148px);
}

.wrapper-canvas-375 .advantages-highlights-513 .advantages_description {
    color: #000000;
}

.wrapper-canvas-375 .advantages-highlights-513 .advantage_item .advantage_image {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-canvas-375 .advantages-highlights-513 .advantages_content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .advantages-highlights-513 .advantage_item {
        width: calc(100% - 20px);
        margin: 10px;
    }
}.contact-form-section-230 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form-section-230 h3 {
    color: rgb(170,228,216);
}

.contact-form-section-230 .form {
    background: rgb(255,244,219);
    border-radius: 10px;
}

.contact-form-section-230 .info svg, .contact-form-section-230 .info svg path {
    fill: rgb(79,141,128);
}

.contact-form-section-230 .info .contact_info h5 {
    color: rgb(79,141,128);
}

.contact-form-section-230 .info span {
    color: #000000;
}

.contact-form-section-230 .info .contact_info svg, .contact-form-section-230 .info .contact_info svg path {
    fill: #000000;
}

.contact-form-section-230 form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact-form-section-230 form .button {
    background: rgb(170,228,216);
    color: #ffffff;
    border-radius: 100px;
}

.contact-form-section-230 form .button:hover {
    background: rgb(79,141,128);
}


.contact-form-section-230 .holder {
    display: flex;
}

.contact-form-section-230 .holder > div {
    width: 50%;
    padding: 40px;
}

.contact-form-section-230 .form {

}

.contact-form-section-230 .form form {
    display: flex;
    flex-direction: column;
}

.contact-form-section-230 h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-form-section-230 .info {
    padding-top: 40px;
}

.contact-form-section-230 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact-form-section-230 form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact-form-section-230 .info .contact_info h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-form-section-230 .info svg, .contact-form-section-230 .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact-form-section-230 .info span {
    font-size: 13px;
}

.contact-form-section-230 .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact-form-section-230 .logo_holder svg, .contact-form-section-230 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact-form-section-230 .info .contact_info span {
    font-weight: 300;
}

.contact-form-section-230 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-form-section-230 .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact-form-section-230 .name_holder #surname {
    margin-left: 24px;
}

.contact-form-section-230 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-form-section-230 .agree label {
    display: block;
}

.contact-form-section-230 .agree a {
    margin-left: 5px;
    color: rgb(79,141,128);
}

.contact-form-section-230 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact-form-section-230 .holder {
        flex-direction: column;
    }

    .contact-form-section-230 .holder > div {
        width: 100%;
    }

    .contact-form-section-230 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-form-section-230 h3 {
        font-size: 30px;
    }
}

.wrapper-canvas-375 .contact-form-section-230 {
    background: #ffffff;
}

.wrapper-canvas-375 .contact-form-section-230 .info {
    padding: 0;
}

.wrapper-canvas-375 .contact-form-section-230 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-canvas-375 .contact-form-section-230 .form {
    background: rgb(255,244,219);
    border-radius: 0 !important;
    margin: auto;
}

.wrapper-canvas-375 .contact-form-section-230 .info .contact_info > div {
    background: rgb(255,244,219);
    width: 100%;
    height: calc(50% - 12px);
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin: auto;
}

.wrapper-canvas-375 .contact-form-section-230 .info .contact_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.wrapper-canvas-375 .contact-form-section-230 .holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wrapper-canvas-375 .contact-form-section-230 .holder > div {
    width: calc(50% - 12px);
}

.wrapper-canvas-375 .contact-form-section-230 .info .contact_info svg, .wrapper-canvas-375 .contact-form-section-230 .info .contact_info svg path {
    fill: rgb(79,141,128);
    width: 38px;
    height: 38px;
}

.wrapper-canvas-375 .contact-form-section-230 form input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.wrapper-canvas-375 .contact-form-section-230 .agree a {
    color: rgb(79,141,128);
}

.wrapper-canvas-375 .contact-form-section-230 form .button {
    margin: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .contact-form-section-230 .holder > div {
        width: 100%;
    }

    .wrapper-canvas-375 .contact-form-section-230 .holder {
        flex-direction: column;
    }

    .wrapper-canvas-375 .contact-form-section-230 .info .contact_info > div {
        padding: 16px;
        padding-top: 20px;
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .wrapper-canvas-375 .contact-form-section-230 .info .contact_info > div:nth-child(4) {
        margin-bottom: 24px;
    }
}footer {
    background: rgb(170,228,216);
    color: #ffffff;
}

footer .copyright {
    background: rgb(79,141,128);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(79,141,128);
}

footer h5 {
    color: rgb(79,141,128);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

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 h5 {
    font-size: 19px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 12px;
    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;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-canvas-375 footer .footer_info {
    flex-direction: column;
    align-items: flex-start;
}

.wrapper-canvas-375 footer .menu_holder {
    flex-direction: row;
}

.wrapper-canvas-375 footer .footer {
    padding: 0;
    padding-top: 48px;
}

.wrapper-canvas-375 footer {
    padding-bottom: 48px;
}

.wrapper-canvas-375 footer .menu {
    margin-top: 24px;
}

.wrapper-canvas-375 footer .menu a {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 30px;
}

.wrapper-canvas-375 footer .menu a:hover {
    color: rgb(79,141,128);
}

.wrapper-canvas-375 footer .logo_holder svg, .wrapper-canvas-375 footer .logo_holder img {
    width: 56px;
    height: 56px;
    margin: 0;
}

.wrapper-canvas-375 footer .copyright {
    background: rgb(170,228,216);
    padding: 0;
    padding-top: 24px;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 footer .footer_info {
        padding: 0;
    }

    .wrapper-canvas-375 footer .menu a {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .wrapper-canvas-375 footer .menu {
        margin-top: 16px;
    }

    .wrapper-canvas-375 footer .menu_holder {
        flex-direction: column;
    }
}
.user-testimonials-945 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.user-testimonials-945 h2 {
    color: rgb(170,228,216);
}

.user-testimonials-945 .review {
    background: #ffffff;
    border-radius: 20px;
}

.user-testimonials-945 .review span {
    color: rgb(79,141,128);
}

.user-testimonials-945 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-testimonials-945 .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: 600;
}

.user-testimonials-945 .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.user-testimonials-945 .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.user-testimonials-945 .review span {
    text-align: center;
}

.user-testimonials-945 .review p {
    text-align: center;
}

.user-testimonials-945 .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.user-testimonials-945 .text {
    display: flex;
    flex-direction: column;
}

.user-testimonials-945 .review span {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .user-testimonials-945 .reviews {
        flex-direction: column;
    }

    .user-testimonials-945 .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .user-testimonials-945 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .user-testimonials-945 .holder h2 {
        font-size: 30px;
    }
}

.wrapper-canvas-375 .user-testimonials-945 .reviews {
    margin-top: 20px;
}

.wrapper-canvas-375 .user-testimonials-945 .review {
    border-radius: 0;
    background: none;
    padding: 2px 10px 0;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-canvas-375 .user-testimonials-945 .review p {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.wrapper-canvas-375 .user-testimonials-945 .holder h2 {
    font-size: 40px;
    font-weight: 400;
}

.wrapper-canvas-375 .user-testimonials-945 .photo {
    width: 120px;
    height: 120px;
}

.wrapper-canvas-375 .user-testimonials-945 .review span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .user-testimonials-945 .holder h2 {
        font-size: 36px;
    }
}.newsletter-subscription-580 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter-subscription-580 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter-subscription-580 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(170,228,216,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter-subscription-580 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-subscription-580 .button {
    background: rgb(170,228,216);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter-subscription-580 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter-subscription-580 .holder {
        flex-direction: column;
    }

    .newsletter-subscription-580 {
        padding: 30px 20px;
    }

    .newsletter-subscription-580 input {
        min-width: unset;
    }

    .newsletter-subscription-580 .button {
        flex-shrink: unset;
    }

    .newsletter-subscription-580 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-subscription-580 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-canvas-375 .newsletter-subscription-580 .holder h2 {
        font-size: 20px;
    }
}

.wrapper-canvas-375 .newsletter-subscription-580 {
    background: linear-gradient(135deg, rgb(79,141,128), rgb(170,228,216));
    border: 2px solid rgb(170,228,216,0.5);
    position: relative;
    color: #ffffff;
    padding: 70px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.wrapper-canvas-375 .newsletter-subscription-580 .holder {
    padding: 40px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 21px;
    backdrop-filter: blur(10px);
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.wrapper-canvas-375 .newsletter-subscription-580::before,
.wrapper-canvas-375 .newsletter-subscription-580::after {
    content: '';
    position: absolute;
    width: 300%;
    height: 300%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    z-index: 0;
    animation: spin 15s linear infinite;
    opacity: 0.6;
}

.wrapper-canvas-375 .newsletter-subscription-580::after {
    animation: spin 20s linear infinite reverse;
    opacity: 0.4;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.wrapper-canvas-375 .newsletter-subscription-580 h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.wrapper-canvas-375 .newsletter-subscription-580 .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.wrapper-canvas-375 .newsletter-subscription-580 input[type="email"] {
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.85);
    color: #000000;
    padding: 16px 20px;
    margin: 15px 0;
    width: 80%;
    border: 2px solid rgb(170,228,216,0.5);
    font-size: 16px;
    transition: background 0.3s, border 0.3s, box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 4px 10px rgb(79,141,128,0.5);
}

.wrapper-canvas-375 .newsletter-subscription-580 input[type="email"]:focus {
    background: #ffffff;
    border: 2px solid rgb(170,228,216);
    outline: none;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgb(170,228,216,0.5);
}

.wrapper-canvas-375 .newsletter-subscription-580 .subscribe_button {
    border-radius: 21px;
    background: rgb(170,228,216);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 6px 15px rgb(170,228,216,0.5);
    margin-top: 20px;
}

.wrapper-canvas-375 .newsletter-subscription-580 .subscribe_button:hover {
    background: rgb(79,141,128);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgb(79,141,128,0.5);
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .newsletter-subscription-580 {
        padding: 40px 15px;
    }

    .wrapper-canvas-375 .newsletter-subscription-580 .holder {
        padding: 30px;
    }

    .wrapper-canvas-375 .newsletter-subscription-580 input[type="email"] {
        width: 90%;
    }
}.potential-students-209 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.potential-students-209 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.potential-students-209 ul {
    list-style: none;
}

.potential-students-209 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.potential-students-209 ul svg, .potential-students-209 ul svg path {
    fill: rgb(79,141,128);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.potential-students-209 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .potential-students-209 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-canvas-375 .potential-students-209 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(79,141,128), rgb(170,228,216));
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.wrapper-canvas-375 .potential-students-209::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
    z-index: 1;
}

.wrapper-canvas-375 .potential-students-209 .holder {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 80px 40px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.wrapper-canvas-375 .potential-students-209 ul svg, .wrapper-canvas-375 .potential-students-209 ul svg path {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    fill: #ffffff;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: static;
}

.wrapper-canvas-375 .potential-students-209 ul li {
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(5px);
}

.wrapper-canvas-375 .potential-students-209 ul li:hover {
    background: rgb(79,141,128,0.5);
    transform: scale(1.05);
}

.wrapper-canvas-375 .potential-students-209 h2 {
    width: 40%;
    padding: 20px;
    font-size: 31px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    border-left: 4px solid rgb(170,228,216);
    margin-bottom: 30px;
}

.wrapper-canvas-375 .potential-students-209 ul {
    width: 55%;
    padding: 10px;
}

.wrapper-canvas-375 .potential-students-209 ul li:hover svg, .wrapper-canvas-375 .potential-students-209 ul li:hover svg path {
    fill: rgb(79,141,128);
    transform: rotate(20deg);
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-375 .potential-students-209 .holder {
        flex-direction: column;
        align-items: center;
        padding: 60px 20px;
    }

    .wrapper-canvas-375 .potential-students-209 h2 {
        width: 100%;
        font-size: 41px;
        text-align: center;
        border-left: none;
        border-bottom: 4px solid rgb(170,228,216);
    }

    .wrapper-canvas-375 .potential-students-209 ul {
        width: 100%;
    }

    .wrapper-canvas-375 .potential-students-209 ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-375 .potential-students-209 {
        padding: 40px 0;
    }

    .wrapper-canvas-375 .potential-students-209 .holder {
        padding: 40px 10px;
    }

    .wrapper-canvas-375 .potential-students-209 h2 {
        font-size: 20px;
        padding: 10px;
    }

    .wrapper-canvas-375 .potential-students-209 ul li {
        font-size: 13px;
        padding: 10px 15px;
    }
}