@font-face {
    font-family: 'Alliance No.1';
    src: url('../fonts/alliance-no1/Alliance\ No.1\ Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Alliance No.1';
    src: url('../fonts/alliance-no1/Alliance\ No.1\ Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Alliance No.1';
    src: url('../fonts/alliance-no1/Alliance\ No.1\ Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Alliance No.1';
    src: url('../fonts/alliance-no1/Alliance\ No.1\ SemiBold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Alliance No.1';
    src: url('../fonts/alliance-no1/Alliance\ No.1\ Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond/CormorantGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond/CormorantGaramond-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond/CormorantGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond/CormorantGaramond-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
    font-weight: 600;
}


.row {
    margin-left: -15px;
    margin-right: 0px;
}

@media only screen and (max-width: 576px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

body, html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Satoshi';
}

h2 {
    font-weight: 500;
}

a,
p,
span,
li {
    font-weight: 400;
    font-family: 'Alliance No.1';
}

body.color-full {
    background-color: #F4F0ED;
}

.main_menu,
.main_menu_sign_up {
    display: flex;
    justify-content: right;
}

.header {
    position: fixed;
    width: 100%;
    background-color: #F4F0ED;
    z-index: 99998;
    top: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.header .row {
    align-items: center;
}

.main_menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
}

.main_menu .main_menu_sign_up img {
    width: 20px;
    height: 20px;
}

.main_menu ul li .main_menu__li__a {
    display: inline-block;
    padding: 31px 28px 34px 33px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.main_menu ul li .main_menu__li__a:before {
    content: "";
    display: none;
    width: 100%;
    height: 60%;
    background: #DDCDCA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    z-index: -1;
    border-radius: 5px;
}

.main_menu ul li .main_menu__li__a:hover:before {
    content: "";
    display: none;
    width: 100%;
    height: 60%;
    background: #DDCDCA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    z-index: -1;
    border-radius: 5px;
}

.main_menu ul li .main_menu__li__a:hover {
    text-decoration: none;
    background-color: transparent;
}

.main_menu ul li .main_menu__li__a {
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 24px;
    color: #631837;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.main_menu ul li .main_menu__li__a::after {
    content: "\A";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: #631837;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease;
}

.main_menu ul li .main_menu__li__a:hover {
    padding-right: 45px;
}

.main_menu ul li:last-child .main_menu__li__a:hover {
    padding-right: 32px;
}

.main_menu ul li .main_menu__li__a:hover::after {
    opacity: 1;
}

.main_menu__li__a.active::after {
    opacity: 1 !important;
}

.main_menu__li__a.active {
    padding-right: 45px !important;
    text-decoration: none;
}

.main_menu__li__a.active:before {
    display: block !important;
}

.main_menu ul li:last-child .main_menu__li__a::after {
    display: none;
    content: "";
}

.main_menu ul li:last-child a {
    padding: 7px 32px;
    border: 2px solid #631837;
    border-radius: 25px;
    color: #631837;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-right: 50px;
    margin-left: 30px;
}

.main_menu ul li:last-child a:hover {
    background-color: #631837;
    color: white;
}

.main_menu_sign_up {
    align-items: center;
    padding-right: 15px;
    transition: all 0.5s ease;
    width: 120px;
}

.main_menu_sign_up a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #16000A;
    margin-left: 10px;
}

.main_menu_sign_up a:first-of-type {
    margin-left: 0;
}

.main_menu_sign_up a:first-of-type {
    position: relative;
}

.main_menu_sign_up a:first-of-type::before {
    content: "\A";
    transition: all 0.5s ease;
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: black;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main_menu_sign_up a:hover {
    text-decoration: none;
    color: #16000A;
}

.main_menu_sign_up:hover {
    padding-right: 0;
}

.main_menu_sign_up:hover a:first-of-type::before {
    opacity: 1;
    left: -11px;
}

.hamburger_menu {
    padding: 15px;
    display: none;
}

.hamburger_menu div {
    height: 3px;
    width: 25px;
    margin-bottom: 3px;
    background-color: #631837;
    border-radius: 25px;
}

.hamburger_menu {
    float: right;
}

.header .row {
    flex-wrap: nowrap;
}

.main_menu_sign_up:hover {
    opacity: 0.7;
}


/* footer */

.footer_upperline {
    height: 10px;
    background-color: #631837;
}

.footer {
    padding-top: 50px;
    margin-bottom: 7px;
}

.footer .row {
    margin: 0 15px;
}

.footer-row .col-md-3,
.footer-row .col-md-2,
.footer-row .col-md-1 {
    padding: 0px;
}

.footer-row .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 22.239%;
}

.footer-row .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 2 0 16.666667%;
    max-width: 17.638667%;
}

.footer .footer-row li a::after {
    content: "\A";
    opacity: 0;
    width: 6px;
    height: 6px;
    margin-left: 9px;
    margin-bottom: 2px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #631837;
    display: inline-block;
}

.footer .footer-row li a:hover::after {
    opacity: 1;
}

.footer_last__row li {
    margin: 0 15px;
}

.footer_last__row .footer_last_ul li:first-child {
    margin-right: 30px;
    margin-left: 0;
}

.footer_last__row .footer_last_ul li p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #631837;
    opacity: 0.5;
    line-height: 14px;
    margin-bottom: 0;
}

.mega_menu .fifth_section {
    padding: 0;
}

.col-md-2.specialized_footer {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 15.634667%;
}

.footer_first_part img {
    margin-bottom: 40px;
}

.footer_first_part_box {
    margin-bottom: 20px;
    background-color: white;
    color: #2B7272;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.footer_first_part_box:hover {
    background-color: #2B7272;
    color: white;
    text-decoration: none;
}

.footer_first_part_box:hover .footer_first_part_box_a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.footer_first_part .footer_first_part_box_a {
    font-family: 'Satoshi';
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #2B7272;
    margin-bottom: 0;
    word-wrap: break-word;
}

.footer_first_part p {
    font-family: 'Alliance No.1';
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

.footer_first_part a {
    font-family: 'Lora';
    font-size: 24px;
    line-height: 31px;
    color: #2B7272;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.footer .col-md-3 .footer_first_part a {
    text-decoration: none;
}

.footer-row ul li {
    margin-bottom: 10px;
}

.footer_p,
.footer h3,
.widget-title {
    font-weight: 500;
    font-family: 'Alliance No.1';
    font-size: 21px;
    color: #631837;
    line-height: 25px;
    margin-bottom: 20px;
}

.footer .footer-row ul li a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #631837;
}

.footer .footer-row ul li a:hover {
    text-decoration: none;
    color: #631837;
}

.footer h3 {
    margin-bottom: 45px;
}

.footer .footer_last_ul li a {
    font-family: 'Alliance No.1';
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #631837;
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer .footer_last_ul li a:hover {
    opacity: 1;
}

.footer_sign__up {
    display: flex;
    text-align: right;
    justify-content: right;
    border-bottom: 1px solid #631837;
    padding-bottom: 10px;
}

.footer_sign__up_a svg {
    margin-right: 5px;
}

.footer_sign__up a:hover {
    color: #631837;
    text-decoration: none;
}

.footer_sign__up a {
    font-family: 'Alliance No.1';
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #631837;
}

.footer_sign__up a:hover {
    color: #631837;
    text-decoration: none;
}

.row.footer-row {
    padding-bottom: 78px;
    justify-content: space-between;
}

.footer_last_nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer .footer_last_ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer_last__row {
    padding: 7px 0;
}

.footer_last_ul li:last-child {
    position: absolute;
    right: 0px;
}

.slick-arrow-prev {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1020;
    transition: all 300ms ease;
}

.slick-arrow-next {
    position: absolute;
    right: -70px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1020;
    transition: all 300ms ease;
}

.slick-arrow-prev:hover,
.slick-arrow-next:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1250px) {
    .fifth_section__slider .slick-list.draggable {
        width: 930px;
        margin: auto;
        max-width: 100%;
    }

    .slick-arrow-prev {
        left: 10px;
    }

    .slick-arrow-next {
        right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .slick-arrow-prev {
        left: -70px;
    }

    .slick-arrow-next {
        right: -70px;
    }
}

@media only screen and (max-width: 1080px) {
    .fifth_section__slider .slick-list.draggable {
        width: 690px;
    }

    .slick-arrow-prev {
        left: 10px;
    }

    .slick-arrow-next {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .slick-arrow-prev {
        left: -70px;
    }

    .slick-arrow-next {
        right: -70px;
    }
}

@media only screen and (max-width: 767px) {
    .fifth_section__slider .slick-list.draggable {
        width: 375px;
        max-width: 100%;
    }

    .slick-arrow-prev {
        left: 10px;
    }

    .slick-arrow-next {
        right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .fifth_section__slider .slick-list.draggable {
        width: 325px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 490px) {
    .fifth_section__slider.slick-slider {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .slick-arrow-next {
        right: 0;
    }
}

.slick-list .slick-track {
    display: flex;
    align-items: center;
}

.first_global_section {
    padding-top: 95px;
}

.header .mega_menu {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #F4F0ED;
    padding-bottom: 50px;
    padding-top: 30px;
    box-shadow: 0px 10px 10px rgba(20, 20, 43, 0.08);
}

.header .row .col-md-11 {
    position: unset;
}

.header .mega_menu .mega_menu_first_section p {
    max-width: 80%;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #16000A;
}

.header .mega_menu.specialized_services_mega_menu,
.header .mega_menu.partners_mega_menu {
    display: none;
}

.header .mega_menu.expertise_mega_menu .fifth_section__row_stuff.row .col-md-4,
.header .mega_menu.company_mega_menu .fifth_section__row_stuff.row .col-md-4,
.header .mega_menu.specialized_services_mega_menu .fifth_section__row_stuff.row .col-md-4 {
    max-width: 30%;
}

.header .mega_menu .fifth_section__programs {
    padding: 0;
    margin-top: 0;
}

.header .mega_menu h3 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    /* identical to box height */
    color: #16000A;
    margin-bottom: 15px;
}

.expertise_mega_menu__first_row .col-md-3 h3.mega_menu_expertise__title {
    text-align: center;
}

.mega_menu_expert_image img {
    max-width: 50%;
}

.mega_menu_expert__div .mega_menu_expert_image:before {
    height: 125px;
    width: 125px;
}

.mega_menu_expert_content h4 {
    font-size: 20px;
}

.header .mega_menu .row .col-md-8 {
    padding-right: 0;
}

.mega_menu.solutions_mega_menu {
    display: none;
}

.mega_menu .fifth_section {
    margin-bottom: 0;
}

.header .mega_menu {
    padding: 30px 40px;
}

.header .specialized_services_mega_menu .fifth_section__row_stuff.row {
    justify-content: space-between;
}

.header .specialized_services_mega_menu .row {
    align-items: center;
}

.header .specialized_services_mega_menu .fifth_section__row_stuff.row,
.header .expertise_mega_menu .fifth_section__row_stuff.row,
.header .company_mega_menu .fifth_section__row_stuff.row {
    margin-bottom: 0;
}

.header .mega_menu .fifth_section__row_stuff a:hover {
    padding-right: 15px;
}

.header .mega_menu .fifth_section__row_stuff a:hover::after {
    opacity: 1;
}

.mega_menu_expertise__title {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    color: #16000A;
}

.mega_menu_expert__div {
    max-width: 300px;
    text-align: center;
}

.mega_menu_expert_content a {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    color: #16000A;
}

.mega_menu_expert_content p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
    color: #16000A;
}

.mega_menu_expertise__button {
    border: 2px solid #631837;
    border-radius: 45px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    transition: all .4s ease;
    display: inline-block;
    text-decoration: none;
    color: #631837;
}

.mega_menu_expertise__button:hover {
    color: #fff;
    background-color: #631837;
    text-decoration: none;
}

.mega_menu_expert_image {
    position: relative;
    max-width: 250px;
    margin: 0 auto 30px auto;
}

.mega_menu_expert_image a {
    position: relative;
    z-index: 9;
}

.mega_menu_expert_image:before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #DDCDCA;
}

.mega_menu__single_insight__image {
    flex: 0 0 30%;
    max-width: 30%;
}

.mega_menu__single_insight__image img {
    border-radius: 5px;
}

.expertise__list_of_insights__row {
    margin: 25px 0;
}

.expertise__list_of_insights {
    margin: 35px 0;
}

.expertise_mega_menu .expertise_mega_menu__first_row {
    align-items: flex-start;
    gap: 67px;
}

.mega_menu__single_insight__content {
    flex: 0 0 70%;
    max-width: 70%;
    align-items: center;
    padding: 0 20px;
}

.mega_menu__single_insight__content a {
    text-decoration: none;
    color: #16000A;
}

.mega_menu__single_insight__content h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.mega_menu .expertise__list_of_studies__row.row {
    margin: 20px 0;
}

.mega_menu .header .row {
    padding: 0;
}

.expertise__list_of_studies__row.row {
    flex-wrap: wrap;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 15px;
    margin: 40px 0;
}

.mega_menu__single_study__image {
    flex: 0 0 15%;
    max-width: 15%;
}

.mega_menu__single_study__image img {
    border-radius: 5px;
}

.mega_menu .mega_menu_expert__div {
    margin: 0 auto;
}

.mega_menu__single_study__content {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0 25px;
}

.list_of_studies__button {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-top: -20px;
    color: #631837;
    text-decoration: none;
}

.list_of_studies__button:hover {
    text-decoration: none;
    color: #631837;
}

.expertise_mega_menu {
    display: none;
}

.mega_menu__single_study__content a {
    color: #16000A;
    text-decoration: none;
}

.mega_menu__single_study__content h4 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    /* or 24px */
}

.company_mega_menu__first_row {
    justify-content: space-between;
    padding: 30px 0;
}

@media (max-width: 1600px) {
    .company_mega_menu__first_row {
        padding: 0;
    }

    .news_events_section {
        padding: 0;
    }

    .news_events__single img {
        margin-bottom: 10px;
    }

    .mega_menu.company_mega_menu {
        background-size: 50%;
    }

    .expertise_mega_menu .expertise_mega_menu__first_row {
        gap: 60px;
    }

    .header .mega_menu .row .col-md-8 {
        padding-right: 15px;
    }

    .header .mega_menu .fifth_section__row_stuff > div {
        margin-right: 15px;
    }
}

.mega_menu__first_row__content img {
    max-width: 60px;
}

.company_mega_menu__first_row .mega_menu__first_row__content h3 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.mega_menu__first_row__content p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    margin-bottom: 25px;
    color: #FFFFFF;
}

.company_mega__button__style1 {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 45px;
    margin-right: 15px;
    transition: all .4s ease;
    display: inline-block;
}

.company_mega__button__style1:hover {
    background-color: #fff;
    color: #631837;
    text-decoration: none;
}

.mega_menu.company_mega_menu {
    display: none;
}

.news_events_section {
    padding: 36px 0;
    margin-bottom: 50px;
}

.news_events_section .row {
    align-items: flex-start;
}

.news_events_section h3 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    /* identical to box height */
    margin-bottom: 35px;
    color: #16000A;
}

.news_events__single img {
    max-width: 70%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.news_events__single h4 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #16000A;
    text-decoration: none;
}

.news_events__single a:hover {
    text-decoration: none;
}

.company_mega__button__style2 {
    border: 2px solid #631837;
    border-radius: 45px;
    padding: 5px 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: all .4s ease;
    color: #631837;
}

.mobile_menu {
    display: none;
}

.company_mega__button__style2:hover {
    color: #fff;
    background-color: #631837;
    text-decoration: none;
}

.header .mega_menu.company_mega_menu .row {
    flex-wrap: wrap;
}

.mega_menu .col-md-6.news_events__single {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.mega_menu .join_us_section p {
    max-width: 50%;
}

.mega_menu .news_events_section {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 20px;
}

.news_events__single__image {
    max-width: 20%;
    flex: 0 0 20%;
}

.news_events__single__title {
    max-width: 70%;
    flex: 0 0 70%;
}

.mega_menu .news_events__single h4 {
    font-size: 14px;
    line-height: 1.2;
}

.mega_menu .news_events__single img {
    max-width: 100%;
    margin-bottom: 0;
}

.fifth_section__row_stuff.row img {
    max-width: 53px;
}

.cookies_popup {
    position: fixed;
    bottom: 10px;
    left: 10px;
    max-width: 850px;
    display: none;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 6px 23px rgba(20, 20, 43, 0.08);
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    z-index: 9;
}

.cookies_popup p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6F6C90;
    margin-bottom: 0;
    max-width: 450px;
    padding: 0 20px;
}

.cookies_popup a.submit {
    background: #631837;
    border-radius: 56px;
    padding: 10px 15px;
    font-family: 'Alliance No.1';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 20px;
}

.cookies_popup a.submit:hover {
    text-decoration: none;
}

.cookies_popup a.close {
    line-height: 0;
}

.bullet-animation {
    position: relative;
}

.bullet-animation::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    background: #631837;
    display: inline-block;
    opacity: 0;
    margin-top: 1px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.bullet-animation:hover {
    padding-right: 15px;
}

.bullet-animation:hover::after {
    opacity: 1;
}

.read-more-margin {
    margin-bottom: 12px;
    display: inline-block;
}


@media (max-width: 1200px) {
    .header .col-lg-1.col-md-4,
    .header .col-lg-11.col-md-8 {
        padding: 0px;
    }

    .footer .container .row.footer-row {
        margin-left: -15px;
    }

    .header .row {
        flex-wrap: nowrap;
        padding: 0px;
    }

    .hamburger_menu {
        padding: 15px;
        padding-right: 0px;
    }

    .footer_sign__up {
        padding-bottom: 31px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .row.footer-row {
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    .footer-row .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .footer-row .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 38%;
        max-width: 38%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .col-md-2.specialized_footer {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .footer_company.col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 38%;
        max-width: 38%;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .footer_last__row {
        padding: 7px 15px;
    }

    .footer_sign__up {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }
}

@media (max-width: 768px) {
    .cookies_popup {
        display: flex;
        max-width: 95%;
        width: 400px;
        flex-flow: row wrap;
        padding: 24px;
        align-items: flex-start;
        align-content: flex-start;
    }

    .cookies_popup img {
        order: 1;
        width: 44px;
    }

    .cookies_popup p {
        order: 3;
        margin: 12px 0 20px;
        padding-left: 0;
    }

    .cookies_popup a.submit {
        padding: 14px 22px;
        order: 4;
        margin: auto 0 auto auto;
    }

    .cookies_popup a.close {
        order: 2;
    }

    .row.footer-row {

        flex-direction: row;
    }

    .footer-row .col-md-3, .footer-row .col-md-2, .footer-row .col-md-1, .row.footer-row, .footer_sign__up {
        padding: 0px 8px;
    }

    .footer ul li a {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .header .container {
        max-width: 540px;
        padding: 0px 15px;
    }
}

@media (max-width: 576px) {
    .footer-row .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .footer_last_ul {
        padding: 0 30px;
    }

    .footer_last__row .footer_last_ul li:first-child {
        margin: 0;
    }

    .footer-row .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .col-md-2.specialized_footer {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .footer_company.col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
        margin-left: 0px;
    }
}

.footer_sign__up__box {
    position: relative;
    padding-right: 11px;
    transition: all 0.5s ease;
}

.footer_sign__up__box:hover {
    padding-right: 0;
    opacity: 0.7;
}

.footer_sign__up__box::after {
    content: "\A";
    transition: all 0.5s ease;
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: #631837;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer_sign__up__box:hover::after {
    left: -11px;
    opacity: 1;
}

.footer_sign__up:hover {
    transform: translateY(0px);
}


@media (max-width: 1440px) {
    .footer_first_part .footer_first_part_box_a {
        font-size: 24px;
    }

    .main_menu ul li:last-child a {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    .header {
        padding: 30px 0;
    }

    .header .mobile_menu {
        display: none;
    }

    .footer_first_part .footer_first_part_box_a {
        font-size: 20px;
    }

    .mobile_menu {
        display: block;
        position: fixed;
        width: 100%;
        background: #F4F0ED;
        left: 0;
        top: 108px;
        height: calc(100vh - 108px);
        overflow: scroll;
        padding-bottom: 30px;
    }

    .sign_in_div {
        background: #631837;
        padding: 20px 0;
        text-align: center;
    }

    .sign_in_div a {
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .main_menu_sign_up {
        width: 100%;
        text-align: center;
        padding: 0;
        justify-content: center;
    }

    .sign_in_div a p {
        font-family: 'Alliance No.1';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
        color: #FFFFFF;
    }

    .main_menu ul li .main_menu__li__a {
        padding: 35px 0;
    }

    .menu-mobile-menu-container,
    .sign_in_div {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        max-width: 960px;
        margin: 0 auto;
    }

    .sub-menu {
        display: none;
    }

    .menu-mobile-menu-container .mobile_menu__wrapper .solutions-mega,
    .menu-mobile-menu-container .mobile_menu__wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-mobile-menu-container .mobile_menu__wrapper .menu-item-has-children:after,
    .menu-mobile-menu-container .mobile_menu__wrapper .solutions-mega:after {
        content: url("data:image/svg+xml,%3Csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.72833 4.6959L14.8033 0.0376892L16.5387 1.36834L8.72833 7.3572L0.917969 1.36834L2.65333 0.0376892L8.72833 4.6959Z' fill='%2309121F'/%3E%3C/svg%3E");
        position: absolute;
        right: 0px;
        top: 35px;
    }

    .main_menu ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header .mega_menu {
        padding: 0;
        box-shadow: unset;
        position: relative;
        margin-top: 30px;
    }

    .header .mega_menu .fifth_section .container {
        padding: 0;
    }

    .header .mega_menu .row {
        padding: 0;
    }

    .header .mega_menu .row .col-md-8 {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header .mega_menu .row .fifth_section__programs {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .header .mega_menu .row .fifth_section__programs .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .header .mega_menu .fifth_section__programs_content h2 {
        display: inline-block;
        margin-left: 15px;
    }

    .header .mega_menu .fifth_section__programs_content p {
        margin-top: 0px;
    }

    .header .mega_menu .fifth_section__programs_content {
        margin-bottom: 15px;
        min-height: auto;
    }

    .header .mega_menu .fifth_section__programs_content_div img {
        max-width: 40px;
    }

    .header .mega_menu .fifth_section__programs_content_a {
        display: none;
    }

    .header .mega_menu .mega_menu_first_section {
        display: none;
    }

    .menu-mobile-menu-container .mobile_menu__wrapper {
        padding-left: 0;
        width: 100%;
    }

    .mobile_menu .menu-mobile-menu-container .mobile_menu__wrapper .main_menu__li {
        list-style: none;
        width: 100%;
        padding: 30px 0;

    }

    .mobile_menu .menu-mobile-menu-container .mobile_menu__wrapper .main_menu__li::after {
        display: block;
    }

    .mobile_menu .menu-mobile-menu-container .mobile_menu__wrapper .main_menu__li a {
        font-family: 'Alliance No.1';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;

        color: #681F3D;
    }

    .header .mega_menu .col-md-3:last-child .fifth_section__programs_content {
        margin-bottom: 0;
    }

    .mobile_menu .menu-mobile-menu-container .mobile_menu__wrapper .main_menu__li .sub-menu .main_menu__li {
        padding: 20px 0;
        list-style: disc;
    }

    .mobile_menu .menu-mobile-menu-container .mobile_menu__wrapper .main_menu__li .sub-menu .main_menu__li a {
        font-family: 'Alliance No.1';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 29px;
        color: #16000A;
    }

    .header .mega_menu .fifth_section__programs_content h2.fifth_section__programs_content_h {
        margin-left: 5px;
    }

    .header .mega_menu .fifth_section__programs_content h2.fifth_section__programs_content_h a {
        font-size: 17px;
    }

    .mobile_menu .menu-mobile-menu-container .mobile_menu__wrapper .main_menu__li .sub-menu {
        margin-top: 20px;
    }

    .header .container .row {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .footer_first_part .footer_first_part_box_a {
        font-size: 18px;
        line-height: 34px;
    }

    .menu-mobile-menu-container,
    .sign_in_div {
        max-width: 720px;
        margin: 0 auto;
    }
}

.active {
    display: block !important;
}

.unactive {
    display: none !important;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header .mega_menu {
        left: -11%;
        width: 113%;
    }

    .mega_menu .fifth_section__programs_content {
        padding: 20px 25px;
        min-height: 310px;
    }

    .mega_menu .fifth_section__programs_content h2 {
        font-size: 18px;
    }

    .mega_menu .fifth_section__programs_content p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .mega_menu .fifth_section__programs_content_div img {
        max-width: 45px;
    }

    .mega_menu .row.expertise__list_of_insights__row {
        padding: 0;
    }

    .header .mega_menu .row {
        padding: 0;
    }

    .header .mega_menu .expertise__list_of_studies__row.row {
        padding: 15px;
        flex-wrap: wrap;
    }

    .header .mega_menu .list_of_studies__button {
        font-size: 14px;
        margin-top: 0px;
    }

    .mega_menu.solutions_mega_menu {
        padding: 30px;
    }

    .mega_menu .fifth_section__row_stuff p {
        font-size: 20px;
    }

    .mega_menu .fifth_section__row_stuff a {
        font-size: 14px;
    }
}

@media (min-width: 1441px) {
    .header .mega_menu {
        left: -9%;
        width: 111%;
    }
}

@media (max-width: 768px) {
    .site .header .container {
        padding: 0;
        max-width: 540px;
    }

    .mobile_menu .menu-mobile-menu-container,
    .sign_in_div {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .mobile_menu .fifth_section__programs_content {
        max-width: 100%;
        width: 100%;
    }

    .site .header .container {
        padding: 0 15px;
        max-width: 100%;
    }

    .mobile_menu .menu-mobile-menu-container,
    .sign_in_div {
        padding: 0 15px;
        max-width: 100%;
    }

    .sign_in_div {
        padding: 30px 15px;
    }

    .mega_menu.solutions_mega_menu .container {
        padding: 0;
    }

    .menu-mobile-menu-container .mobile_menu__wrapper .menu-item-has-children:after, .menu-mobile-menu-container .mobile_menu__wrapper .solutions-mega:after {
        right: 0;
    }
}