@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.footer {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), -webkit-gradient(linear, left bottom, left top, from(rgba(28, 47, 85, 0.99)), to(rgba(28, 47, 85, 0.99))),
        url(../img/footer-image.png) #d3d3d3 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), linear-gradient(0deg, rgba(28, 47, 85, 0.99), rgba(28, 47, 85, 0.99)), url(../img/footer-image.png) #d3d3d3 50% / cover no-repeat;
    background-blend-mode: normal, hard-light, normal;
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .footer {
        padding: 40px 0;
    }
}
.footer .navbar-brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 40px;
}
.footer .navbar-brand img {
    height: 140px;
}
.footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer ul,
.footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer ul li a {
    margin-bottom: 12px;
}
.footer ul li a,
.footer_box_row {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-transform: uppercase;
}
.footer_box_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}
.footer_box_row svg {
    margin-right: 10px;
}
.footer_box_row a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_box_row:last-child {
    margin-bottom: 0;
}
.footer_box_row__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
}
.footer__title {
    color: #ccc;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.footer__description,
.footer__title {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.footer__description {
    color: #fff;
    font-weight: 400;
}
.footer .top {
    margin-top: 40px;
}
.section_page_one {
    overflow: hidden;
    padding: 67px 0;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .section_page_one {
        padding: 0 0 40px;
    }
}
.section_page_one .col-md-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.section_page_one__image {
    height: 661px;
    left: -362px;
    position: relative;
    width: 1162px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .section_page_one__image {
        display: none;
    }
}
.section_page_one__image img {
    height: 661px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 1162px;
}
.section_page_one_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #1c2f55;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 528px;
    justify-content: space-between;
    padding: 40px;
    width: 692px;
}
@media only screen and (max-width: 768px) {
    .section_page_one_box {
        height: auto;
        padding: 30px;
        width: 100%;
    }
}
.section_page_one_box__uptitle {
    color: #efe5d3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section_page_one_box__title {
    color: #fff;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
}
.section_page_one_box__description {
    color: #f4f4f4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.section_page_one_box_small__title {
    color: #efe5d3;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .section_page_one_box_small__title {
        margin-top: 30px;
    }
}
.section_page_one_box_small__description {
    color: #efe5d3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 32px;
}
.section_page_one_box_small__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}
.section_page_one_box_small__link svg {
    margin-left: 12px;
}
.section_page_two {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_page_two {
        background-repeat: repeat;
        background-size: auto;
        padding: 40px 0;
    }
}
.section_page_two .col-md-6:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
}
.section_page_two__uptitle {
    color: #7b7b7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section_page_two__title {
    color: #1e1e1e;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .section_page_two__title {
        margin-bottom: 30px;
    }
}
.section_page_two__description {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 80px;
}
.section_page_two_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    align-items: center;
    background: #fff;
    border: 1px solid #7b7b7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 284px;
    padding: 24px;
}
@media only screen and (max-width: 768px) {
    .section_page_two_box {
        margin-bottom: 30px;
    }
}
.section_page_two_box__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
}
.section_page_two_box__icon img {
    height: 34px;
}
.section_page_two_box__title {
    color: #2f2f2f;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}
.section_page_two_box__description {
    color: #7b7b7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-align: center;
}
.section_page_faq {
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_page_faq {
        padding: 40px 0;
    }
}
.section_page_faq__title {
    color: #1e1e1e;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.section_page_faq .card {
    border: 0;
    border-radius: 0;
}
.section_page_faq .card:last-child {
    border-bottom: 0;
}
.section_page_faq a {
    color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    padding: 28px 0;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.section_page_faq a:hover {
    color: #1c2f55 !important;
}
.section_page_faq .card-header {
    border-radius: 0;
    font-family: "Inria Serif";
    line-height: normal;
    padding: 0;
}
.section_page_faq .card-body,
.section_page_faq .card-header {
    background-color: #fff !important;
    border-bottom: 1px solid #1c2f55;
}
.section_page_faq .card-body {
    color: #0d0d0d;
    padding: 28px 0;
}
.section_page_faq .card-body p:last-child {
    margin-bottom: 0;
}
.section_page_faq .icon:after {
    content: "+";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px;
    z-index: 0;
}
.section_page_faq a[aria-expanded="true"]:after {
    background-color: #fff;
    content: "–";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px;
    z-index: 1;
}
.section_page_faq a[aria-expanded="true"] {
    color: #0d0d0d;
}
.nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    line-height: 25px;
    width: 100%;
}
.nav-links span {
    background-color: #244e7d;
}
.nav-links a,
.nav-links span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}
.nav-links a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 0 7px;
    text-decoration: none;
}
.nav-links a:hover {
    background-color: #244e7d;
    border-radius: 50%;
    color: #fff;
}
.nav-links a.next,
.nav-links a.prev {
    border: 0;
    height: auto;
    width: auto;
}
.nav-links a.next:hover,
.nav-links a.prev:hover {
    background-color: transparent;
    color: #244e7d;
    text-decoration: underline;
}
.nav-links .page-numbers.current {
    border-radius: 50%;
}
.nav-links .page-numbers.dots {
    background-color: transparent !important;
    color: #000;
}
.section_contact .wpcf7 {
    margin-bottom: 80px;
}
.section_contact .form-control {
    background: #f4f4f4;
    border: 0;
    border-bottom: 1px solid rgba(75, 85, 99, 0.8);
    border-radius: 0;
    color: #fff;
    color: rgba(75, 85, 99, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 48px;
    padding: 12px 16px;
    position: relative;
    z-index: 1;
}
.section_contact .form_title {
    color: #000;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 38px;
}
.section_contact [contenteditable].form-control:focus,
.section_contact [type="email"].form-control:focus,
.section_contact [type="password"].form-control:focus,
.section_contact [type="tel"].form-control:focus,
.section_contact [type="text"].form-control:focus,
.section_contact input.form-control:focus,
.section_contact input[type="email"]:focus,
.section_contact input[type="number"]:focus,
.section_contact input[type="password"]:focus,
.section_contact input[type="text"]:focus,
.section_contact select.form-control:focus,
.section_contact textarea.form-control:focus,
.section_contact textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.section_contact .form-group p,
.section_contact p {
    margin-bottom: 0;
}
.section_contact label {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.section_contact label span {
    font-family: #1c2f55;
    font-style: normal;
    font-weight: 600;
}
.section_contact textarea {
    height: 100px !important;
    margin-bottom: 20px;
}
.section_contact .form-control::-webkit-input-placeholder {
    color: rgba(75, 85, 99, 0.8);
    opacity: 1;
}
.section_contact .form-control::-moz-placeholder {
    color: rgba(75, 85, 99, 0.8);
    opacity: 1;
}
.section_contact .form-control:-ms-input-placeholder {
    opacity: 1;
}
.section_contact .form-control::-ms-input-placeholder {
    opacity: 1;
}
.section_contact .form-control::placeholder {
    color: rgba(75, 85, 99, 0.8);
    opacity: 1;
}
.section_contact .form-control:-ms-input-placeholder {
    color: rgba(75, 85, 99, 0.8);
}
.section_contact .form-control::-ms-input-placeholder {
    color: rgba(75, 85, 99, 0.8);
}
.section_contact .wpcf7-form-control.wpcf7-acceptance .form-check-input {
    background: transparent !important;
    border: 1px solid rgba(75, 85, 99, 0.8) !important;
    border-radius: 0;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
    position: absolute;
    top: 3px;
    width: 20px;
}
.section_contact .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%234b5563cc' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E") !important;
}
.section_contact .wpcf7-list-item-label {
    color: rgba(75, 85, 99, 0.8);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 40px;
    position: relative;
}
.section_contact .wpcf7-list-item-label a {
    color: rgba(75, 85, 99, 0.8);
}
.section_contact .wpcf7-list-item {
    margin-left: 0;
}
.section_contact .form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.section_contact .wpcf7-list-item label {
    margin-bottom: 0;
}
.section_contact .wpcf7-list-item label:hover {
    cursor: pointer;
}
.section_contact .wpcf7-form-control-wrap textarea.form-control {
    margin-bottom: 20px;
}
.section_contact .btn-primary {
    background-color: #1c2f55 !important;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-top: 40px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-transform: uppercase;
    width: 100%;
}
.section_contact .btn-primary:focus,
.section_contact .btn-primary:hover {
    background-color: #1c2f55 !important;
    color: #fff !important;
}
.section_contact .wpcf7 form.invalid .wpcf7-response-output,
.section_contact .wpcf7 form.payment-required .wpcf7-response-output,
.section_contact .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #f44336;
    border-color: #f44336;
    color: #fff;
}
.section_contact .wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    border-color: #46b450;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0;
    padding: 10px 15px;
}
.section_contact {
    background: #f4f4f4;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 80px;
}
@media only screen and (max-width: 768px) {
    .section_contact {
        border-radius: 0;
        padding: 40px 0 0;
    }
}
.section_contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
    max-width: 571px;
    padding: 24px;
}
@media only screen and (max-width: 768px) {
    .section_contact_box {
        margin-bottom: 30px;
        max-width: 100%;
    }
}
.section_contact_box__uptitle {
    color: #7b7b7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 27px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section_contact_box__title {
    color: #000;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
}
.section_contact_box__description {
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 444px;
}
.section_contact_box a,
.section_contact_box__description {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.section_contact_box a {
    text-decoration: none;
}
.section_contact_box a,
.section_contact_box_row {
    color: #1e1e1e;
    font-weight: 500;
    text-transform: uppercase;
}
.section_contact_box_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 39px;
}
@media only screen and (max-width: 768px) {
    .section_contact_box_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}
.section_contact_box_row:last-child {
    margin-bottom: 0;
}
.section_contact_box_row__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #1c2f55;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    width: 48px;
}
@media only screen and (max-width: 768px) {
    .section_contact_box_row__icon {
        margin-bottom: 15px;
    }
}
.section_contact_box_row__address {
    max-width: 360px;
}
.section_contact iframe {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .section_contact iframe {
        height: 400px;
    }
}
.section_404 {
    padding: 120px 0;
    text-align: center;
}
.section_404_content h1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 120px;
    justify-content: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .section_404_content h1 {
        font-size: 60px;
    }
}
.section_404_content__description {
    font-size: 30px;
    margin: 20px 0 40px;
}
@media only screen and (max-width: 768px) {
    .section_404_content__description {
        font-size: 22px;
    }
}
.section_404_content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .section_404_content a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}
.section_expert_header_one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 436px;
    justify-content: center;
    text-align: center;
}
.section_expert_header_one__title {
    color: #2f2f2f;
    font-family: "Inria Serif";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .section_expert_header_one__title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}
.section_expert_header_one__subtitle {
    color: #1e1e1e;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 37px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .section_expert_header_one__subtitle {
        margin-bottom: 15px;
    }
}
.section_expert_header_one__description {
    color: #1e1e1e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto;
    max-width: 560px;
}
@media only screen and (max-width: 768px) {
    .section_expert_header_one__description {
        max-width: 100%;
    }
}
.section_expert_one,
.section_expert_three {
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_expert_one,
    .section_expert_three {
        padding: 0 0 40px;
    }
}
.section_expert_one__title,
.section_expert_three__title {
    color: #2f2f2f;
    font-family: "Inria Serif";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .section_expert_one__title,
    .section_expert_three__title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}
.section_expert_one__subtitle,
.section_expert_three__subtitle {
    color: #7b7b7b;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 37px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .section_expert_one__subtitle,
    .section_expert_three__subtitle {
        margin-bottom: 15px;
    }
}
.section_expert_one__description,
.section_expert_three__description {
    color: #7b7b7b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
@media only screen and (max-width: 768px) {
    .section_expert_one__description,
    .section_expert_three__description {
        max-width: 100%;
    }
}
.section_expert_one .col-md-5,
.section_expert_three .col-md-5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .section_expert_one .col-md-7,
    .section_expert_three .col-md-7 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section_expert_one_images,
.section_expert_three_images {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .section_expert_one_images,
    .section_expert_three_images {
        margin-bottom: 60px;
    }
}
.section_expert_one_images_image__one,
.section_expert_three_images_image__one {
    margin-right: 89px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .section_expert_one_images_image__one,
    .section_expert_three_images_image__one {
        margin-right: 0;
    }
}
.section_expert_one_images_image__one img,
.section_expert_three_images_image__one img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    height: 416px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 520px;
}
@media only screen and (max-width: 768px) {
    .section_expert_one_images_image__one img,
    .section_expert_three_images_image__one img {
        height: 400px;
        width: 100%;
    }
}
.section_expert_one_images_image__two,
.section_expert_three_images_image__two {
    bottom: -31px;
    left: 0;
    position: absolute;
}
@media only screen and (max-width: 768px) {
    .section_expert_one_images_image__two,
    .section_expert_three_images_image__two {
        bottom: -40px;
        right: 0;
        top: auto;
    }
}
.section_expert_one_images_image__two img,
.section_expert_three_images_image__two img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    height: 236px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section_expert_two {
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_expert_two {
        padding: 0 0 40px;
    }
}
.section_expert_two__title {
    color: #2f2f2f;
    font-family: "Inria Serif";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .section_expert_two__title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}
.section_expert_two__subtitle {
    color: #7b7b7b;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 37px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .section_expert_two__subtitle {
        margin-bottom: 15px;
    }
}
.section_expert_two__description {
    color: #7b7b7b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
@media only screen and (max-width: 768px) {
    .section_expert_two__description {
        max-width: 100%;
    }
}
.section_expert_two .col-md-5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .section_expert_two .col-md-7 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section_expert_two_images {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .section_expert_two_images {
        margin-bottom: 60px;
        margin-bottom: 30px;
    }
}
.section_expert_two_images_image__one {
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .section_expert_two_images_image__one {
        margin-right: 0;
    }
}
.section_expert_two_images_image__one img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    height: 416px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 520px;
}
@media only screen and (max-width: 768px) {
    .section_expert_two_images_image__one img {
        height: 400px;
        width: 100%;
    }
}
.section_expert_two_images_image__two {
    bottom: -31px;
    left: 89px;
    position: absolute;
}
@media only screen and (max-width: 768px) {
    .section_expert_two_images_image__two {
        bottom: -40px;
        right: 0;
        top: auto;
    }
}
.section_expert_two_images_image__two img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    height: 236px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section_home_header {
    overflow: hidden;
    padding: 58px 0 68px;
    position: relative;
}
.section_home_header .col-md-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.section_home_header__title {
    color: #2f2f2f;
    font-family: "Inria Serif";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    max-width: 551px;
}
@media only screen and (max-width: 768px) {
    .section_home_header__title {
        font-size: 48px;
        line-height: 58px;
        max-width: 100%;
    }
}
.section_home_header__subtitle {
    color: #1c2f55;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 34px;
    margin-bottom: 24px;
    max-width: 551px;
    text-transform: uppercase;
}
.section_home_header__description {
    color: #7b7b7b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
    max-width: 551px;
}
.section_home_header .btn-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
@media only screen and (max-width: 768px) {
    .section_home_header .btn-primary {
        margin-bottom: 30px;
    }
}
.section_home_header__image {
    height: 704px;
    position: relative;
    right: -90px;
    width: 901px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .section_home_header__image {
        height: 300px;
        right: 0;
        width: 100% !important;
    }
}
.section_home_header__image:before {
    background: #1c2f55;
    bottom: -32px;
    content: "";
    height: 531px;
    position: absolute;
    right: -34px;
    width: 433px;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .section_home_header__image:before {
        height: 300px;
        width: 100%;
    }
}
.section_home_header__image img {
    height: 704px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 901px;
}
@media only screen and (max-width: 768px) {
    .section_home_header__image img {
        height: 300px;
        width: 100%;
    }
}
.section_home_two {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #1c2f55;
    justify-content: space-between;
    padding: 40px 0;
}
.section_home_two,
.section_home_two .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_home_two .col-md-4 {
    -webkit-box-flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    max-width: 560px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .section_home_two .col-md-4 {
        max-width: 100%;
    }
}
.section_home_two .col-md-4:first-child {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.section_home_two .col-md-4:last-child {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.section_home_two .col-md-4:not(:last-child):after {
    background: #f4f4f4;
    content: "";
    height: 88px;
    position: absolute;
    right: 0;
    top: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}
.section_home_two_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
    .section_home_two_box {
        margin-bottom: 30px;
    }
}
.section_home_two_box__number {
    color: #f4f4f4;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 21px;
    text-align: center;
}
.section_home_two_box__text {
    color: #f4f4f4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.72px;
    line-height: 37px;
    text-align: center;
}
.section_home_three {
    background: hsla(39, 47%, 88%, 0.25);
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_home_three {
        padding: 40px 0;
    }
}
.section_home_three__uptitle {
    color: #7b7b7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section_home_three__title {
    color: #1e1e1e;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}
.section_home_three__image {
    height: 416px;
    position: relative;
    width: 504px;
}
@media only screen and (max-width: 768px) {
    .section_home_three__image {
        height: 400px;
        width: 100%;
    }
}
.section_home_three__image:before {
    background: #1c2f55;
    bottom: -31px;
    content: "";
    height: 195px;
    left: -27px;
    position: absolute;
    width: 282px;
}
.section_home_three__image img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    height: 416px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 504px;
}
.section_home_three__description {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-top: 50px;
}
.section_home_three__description p {
    margin-bottom: 40px;
}
.section_home_three__description b,
.section_home_three__description strong {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.section_home_three_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    .section_home_three_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section_home_three_buttons .btn-primary {
    background-color: #1c2f55;
    color: #fff;
    margin-right: 40px;
}
@media only screen and (max-width: 768px) {
    .section_home_three_buttons .btn-primary {
        margin-bottom: 15px;
        margin-right: 0;
    }
}
.section_home_three_buttons .btn-primary:hover {
    background-color: #fff;
    color: #1c2f55;
}
.section_home_three_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #efe5d3;
    border: 2px solid #7b7b7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    margin-top: 80px;
    min-height: 392px;
    padding: 32px 41px;
}
@media only screen and (max-width: 768px) {
    .section_home_three_box {
        margin-top: 20px;
    }
}
.section_home_three_box__title {
    border-bottom: 2px solid #7b7b7b;
    color: #1e1e1e;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 34px;
    margin-bottom: 16px;
    min-height: 68px;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.section_home_three_box__description {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.section_home_three_box__price {
    color: #505050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 160%;
    margin-top: 40px;
    width: 100%;
}
.section_home_four {
    padding: 120px 0;
}
@media only screen and (max-width: 768px) {
    .section_home_four {
        padding: 40px 0;
    }
}
.section_home_four .col-md-6:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
    .section_home_four .col-md-6:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }
}
.section_home_four .col-md-3:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .section_home_four .col-md-3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
}
.section_home_four .col-md-12:last-child .section_home_four_box {
    padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .section_home_four .col-md-12:last-child .section_home_four_box {
        padding-bottom: 40px;
    }
}
.section_home_four__uptitle {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section_home_four__title {
    color: #1e1e1e;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .section_home_four__title {
        margin-bottom: 30px;
    }
}
.section_home_four__description {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .section_home_four__description {
        margin-bottom: 0;
    }
}
.section_home_four_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (max-width: 768px) {
    .section_home_four_box {
        margin-bottom: 30px;
    }
}
.section_home_four_box .col-md-6 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
.section_home_four_box__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.section_home_four_box__image img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.section_home_four_box__name {
    color: #1e1e1e;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 34px;
    margin-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}
.section_home_four_box__description {
    color: #505050;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .section_home_four_box__description {
        max-width: 100%;
        text-align: center;
    }
}
.section_home_five {
    background: linear-gradient(263deg, transparent -20.22%, rgba(0, 0, 0, 0.8) 141.95%), #1c2f55;
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_home_five {
        padding: 40px 0;
    }
}
.section_home_five_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #c7cdd9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 561px;
    justify-content: space-between;
    padding: 106px 84px;
}
@media only screen and (max-width: 768px) {
    .section_home_five_box {
        height: auto;
        margin-bottom: 30px;
        padding: 30px;
    }
}
.section_home_five_box.one {
    position: relative;
}
.section_home_five_box.one:before {
    bottom: -40px;
    content: url(../img/addons-right.svg);
    position: absolute;
    right: 10px;
}
@media only screen and (max-width: 768px) {
    .section_home_five_box.one:before {
        display: none;
    }
}
.section_home_five_box.two {
    background-color: #efe5d3;
    position: relative;
}
.section_home_five_box.two:before {
    content: url(../img/addons-left.svg);
    position: absolute;
    right: 40px;
    top: -15px;
}
@media only screen and (max-width: 768px) {
    .section_home_five_box.two:before {
        display: none;
    }
}
.section_home_five_box.two .btn-primary {
    background-color: #1c2f55;
    border-color: #1c2f55;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .section_home_five_box.two .btn-primary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        width: 100%;
    }
}
.section_home_five_box.two .btn-primary:hover {
    background-color: #fff;
    border-color: #1c2f55;
    color: #1c2f55;
}
.section_home_five_box_top__title {
    color: #1e1e1e;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 34px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.section_home_five_box_top__description {
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.section_home_five_box_bottom .btn-primary {
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    color: #1e1e1e;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media only screen and (max-width: 768px) {
    .section_home_five_box_bottom .btn-primary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        width: 100%;
    }
}
.section_home_five_box_bottom .btn-primary:hover {
    color: #fff;
}
.section_home_six {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_home_six {
        background-repeat: repeat-y;
        background-size: initial;
        overflow: hidden;
        padding: 40px 0;
    }
}
.section_home_six .col-md-6:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
}
.section_home_six__uptitle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-transform: uppercase;
}
.section_home_six__title {
    color: #fff;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}
.section_home_six__description {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 41px;
}
.section_home_six_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #bfb7a9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    min-height: 382px;
    padding: 28px;
}
@media only screen and (max-width: 768px) {
    .section_home_six_box {
        margin-bottom: 30px;
    }
}
.section_home_six_box__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efe5d3;
    border-radius: 4px;
    color: #1c2f55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 12px;
    width: 40px;
}
.section_home_six_box__number,
.section_home_six_box__title {
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.section_home_six_box__title {
    color: #000;
}
.section_home_six_box__description {
    color: #7b7b7b;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.section_home_seven {
    background: hsla(39, 47%, 88%, 0.25);
    padding: 80px 0;
}
@media only screen and (max-width: 768px) {
    .section_home_seven {
        padding: 40px 0;
    }
}
.section_home_seven .col-md-6:nth-child(2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_home_seven__uptitle {
    color: #7b7b7b;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section_home_seven__title {
    color: #000;
    font-family: "Inria Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}
.section_home_seven_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #bfb7a9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 39px 40px;
}
.section_home_seven_box__image {
    margin-bottom: 36px;
}
.section_home_seven_box__image img {
    border-radius: 96px;
    height: 74px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 74px;
}
.section_home_seven_box__description {
    color: #505050;
    font-weight: 400;
    margin-bottom: 36px;
}
.section_home_seven_box__description,
.section_home_seven_box__name {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-align: center;
}
.section_home_seven_box__name {
    color: #1e1e1e;
    font-weight: 700;
}
.section_home_seven_nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 32px;
}
@media only screen and (max-width: 768px) {
    .section_home_seven_nav {
        margin-bottom: 32px;
        margin-top: 0;
    }
}
.section_home_seven_nav .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1c2f55;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 12px;
    width: 48px;
}
.section_home_seven_nav .nav svg {
    display: block;
}
.section_home_seven_slider {
    overflow: visible;
}
@media only screen and (max-width: 768px) {
    .section_home_seven_slider {
        overflow: hidden;
    }
}
.section_home_seven_slider .swiper-slide {
    width: 552px;
}
@media only screen and (max-width: 768px) {
    .section_home_seven_slider .swiper-slide {
        width: 100%;
    }
}
header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header .navbar-brand {
    position: absolute;
    top: -50px;
}
@media only screen and (max-width: 768px) {
    header .navbar-brand {
        position: absolute;
        top: 0;
    }
    header .navbar-brand img {
        height: 140px;
    }
}
@media only screen and (min-width: 992px) {
    #navbar {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #navbar {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
}
#mega-menu-wrap-main-menu .mega-menu-toggle {
    background-color: transparent;
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after,
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before {
    background-color: #1c2f55;
    border-radius: 0;
}
@media only screen and (max-width: 992px) {
    #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: #fff;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        top: 73px;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        height: 45px;
        padding: 5px 13px;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
        margin: 0 !important;
    }
}
#header {
    min-height: 104px;
    padding: 0;
}
#header,
#mega-menu-wrap-main-menu {
    background-color: #efe5d3 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 66px;
    letter-spacing: 0.32px;
    line-height: 26px;
    padding: 20px 30px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1400px) {
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
    padding: 6px 10px;
}
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
    color: #1c2f55 !important;
    font-weight: 500;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.32px;
    line-height: 26px;
    padding: 6px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #efe5d3 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item > ul.mega-sub-menu .mega-current_page_item a {
    color: #1c2f55 !important;
}
#mega-menu-wrap-main-menu {
    background-color: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #1c2f55;
}
#mega-menu-wrap-main-menu .mega-current-menu-item > a.mega-menu-link {
    color: #1c2f55 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #1c2f55;
    font-weight: 500;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #efe5d3 !important;
    -webkit-box-shadow: 2px 2px 2px #eee;
    box-shadow: 2px 2px 2px #eee;
    padding: 10px 0;
    top: 85px;
    width: 250px !important;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
        background-color: #fff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        width: 100% !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background-color: #fff !important;
        padding: 8px 50px !important;
    }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #efe5d3;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-scroll.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #000 !important;
}
.top_bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1e1e1e;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    padding: 12px 60px;
}
.top_bar,
.top_bar .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_bar .col-md-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
}
.top_bar_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 81px;
    position: relative;
}
.top_bar_box:first-child {
    margin-left: 0;
}

.top_bar_box svg {
    margin-right: 10px;
}
.top_bar_box a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.top_bar_box a:hover {
    text-decoration: underline;
}
.menu_button a {
    background: #1c2f55 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0.32px !important;
    line-height: 26px !important;
    margin-left: 40px !important;
    padding: 20px 54px 20px 24px !important;
    position: relative !important;
    text-transform: uppercase !important;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.menu_button a:before {
    content: url(../img/arrow-menu-right.svg);
    position: absolute !important;
    right: 24px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.menu_button a:hover {
    background: #fff !important;
}
.section_header {
    padding: 80px 0;
}
.section_header__title {
    color: #2f2f2f;
    font-family: "Inria Serif";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
    max-width: 514px;
}
@media only screen and (max-width: 768px) {
    .section_header__title {
        font-size: 48px;
        line-height: 58px;
    }
}
.section_header__subtitle {
    color: #7b7b7b;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 37px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .section_header__subtitle {
        margin-bottom: 15px;
    }
}
.section_header__description {
    color: #7b7b7b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 514px;
}
.section_header .col-md-5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .section_header .col-md-7 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section_header_images {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .section_header_images {
        margin-bottom: 60px;
    }
}
.section_header_images_image__one {
    margin-right: 141px;
}
@media only screen and (max-width: 768px) {
    .section_header_images_image__one {
        margin-right: 0;
    }
}
.section_header_images_image__one img {
    height: 520px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 520px;
}
@media only screen and (max-width: 768px) {
    .section_header_images_image__one img {
        height: 400px;
        width: 100%;
    }
}
.section_header_images_image__two {
    position: absolute;
    right: 111px;
    top: -41px;
}
@media only screen and (max-width: 768px) {
    .section_header_images_image__two {
        bottom: -40px;
        right: 0;
        top: auto;
    }
}
.section_header_images_image__two img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    height: 236px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 196px;
}
body,
html {
    background-color: #fff;
    font-family: Inter, serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0.32px;
    line-height: 26px;
    position: relative;
}
body {
    overflow-x: hidden;
}
::-moz-selection {
    background: #1c2f55;
    color: #fff;
}
::selection {
    background: #1c2f55;
    color: #fff;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
        position: relative;
    }
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    height: 190px;
	object-fit: contain;
}
b,
strong {
    font-weight: 700;
}
.btn-primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efe5d3;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    color: #1e1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 66px;
    letter-spacing: 0.32px;
    line-height: 26px;
    padding: 20px 24px;
    text-transform: uppercase;
}
.btn-primary svg {
    margin-left: 12px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: fill 0.25s, -webkit-transform 0.45s;
    transition: fill 0.25s, -webkit-transform 0.45s;
    transition: transform 0.45s, fill 0.25s;
    transition: transform 0.45s, fill 0.25s, -webkit-transform 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.3, -0.2, 0.5, 1.4);
    transition-timing-function: cubic-bezier(0.3, -0.2, 0.5, 1.4);
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #1c2f55;
    border-color: #1c2f55;
}
.btn-primary:focus svg,
.btn-primary:hover svg {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary:focus svg path,
.btn-primary:hover svg path {
    fill: #fff;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #505050;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #1c2f55;
    border-color: #1c2f55;
    color: #fff;
}

.section_page_extra {
	background-color: hsla(39, 47%, 88%, 0.25);
  padding: 80px 0;
	background-image: url('/wp-content/uploads/2025/09/img_527.png');
	background-size: cover;
}
/*# sourceMappingURL=main.css.map */
.menu-bar {
	width: 100%;
	display: flex;
	
}
@media (max-width: 997px) {
	header .navbar-brand {
		position: static;
	}
	#navbar {
		width: calc(100% - 260px);
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}


#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before {
  top: -10px;
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {

  background-color: #000 !important;
 
}