/* --------------------- 
    Table of Contents
------------------------


1. Header

2. Navigation

3. Banner

4. Contacts

5. Social Media

6. Headings

7. Footer

8. Section: Services

9. Buttons

10. Secondary

11. Additional

12. Custom

*/



/* -------------------- 
    1. Header Styles 
----------------------- */

header {
    z-index: 999999999;
    background-color: white;
    box-shadow: none;
    display: flex;
    justify-content: space-between;

    header {
        /* order: 1; */
        position: fixed;
        min-height: 58px;
        background: #0d1639;
        width: 100%;
        box-shadow: 0 2px 18px #0000003d;
        z-index: 999999999;
        top: 0;
        padding: 2vw 4vw;
        display: flex;
        transition: .3s all ease;
    }

}

.mr-navbar-upper {
    position: relative;
    background: transparent;
    color: #e1e1e1;
    align-items: center;
    justify-content: space-between;
    font-size: 1em;
    padding: 0;
    top: auto;
    display: flex;
    width: auto;
    flex-direction: row;
    position: relative;
    z-index: 99999999999;
    box-shadow: none;
    /* padding-left: clamp(1rem, 2vw, 100px); */
    padding-right: clamp(1rem, 2vw, 100px);
    flex-grow: 1;
    align-items: center;
}

.mr-navbar-subpanel {
    display: flex;
    top: 0;
    z-index: 9999999;
    width: 100%;
    flex-direction: column;
}

.header_contacts {
    display: flex;
}

#sticky-wrapper {
    position: relative;
    z-index: 99999999;
    height: auto !important;

}


.mr-navbar-upper .list-inline ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.is_stuck .mr-navbar-upper .list-inline,
.is_stuck .mr-navbar-upper .list-inline ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 0;
}

header ul.navigation_extra li {
    margin-left: 1.5rem;
    padding: 0 .5rem;
}

.is_stuck .mr-navbar-upper .list-inline li:first-of-type {
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
    /* background: var(--mr-color-primary); */
    /* padding: .5rem 2rem; */
    /* color: black; */
    margin: 0;
}

.mr-navbar-upper .contact-info {
    flex-direction: row;
}

.mr-navbar-upper .contact-info span {
    display: inline-block;
    vertical-align: middle;
}

.mr-navbar-upper .contact-info span+a {
    margin-left: 10px;
}

.mr-navbar-upper .contact-info a {
    display: inline-block;
    vertical-align: middle;
    color: #e1e1e1;
    line-height: 1.2;
    margin-left: .5rem;
}

.mr-navbar-upper .contact-info a:hover {
    /* color: #77b9e5; */
    text-decoration: underline;
}

.mr-navbar-upper .contact-info .address {
    margin-left: 60px;
}

.mr-navbar-upper .contact-info .mail {
    margin-left: 60px;
}



.list-inline>li {
    /* display: inline-block; */
    /* padding-left: 1rem; */
    /* padding-right: 5px; */
}


.header_contacts {
    display: flex;
}

.page {
    background: rgb(255 255 255);
    margin-top: 0;
}

.mr-header-wrap {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 60%);
    flex-direction: column;
}

.header_social {
    /* position: absolute; */
    /* right: 7px; */
    margin-right: 1em;
}

header.stuck {
    /* position: fixed !important; */
    top: -6.1vw !important;
    /* width: 100vw !important; */
    left: 0 !important;
}

header#home {
    position: sticky;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    z-index: 99999999;
    transition: height .3s ease;
    /* height: 5vw; */
    margin: auto;
    /* box-shadow: 3px 3px 7px black; */
}

header a:hover {
    text-decoration: none;
    color: white;
}

.header_extra {
    /* background: #3e5b41; */
    color: var(--mr-color-dark);
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1em;
    width: 100%;
}

a.lang_btn {
    border: 1px solid #6b5440;
    padding: 0 0.5rem;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 500 !important;
    background: var(--mr-color-accent-hazy);
}

.stuck h1.logo {
    /* height: calc(12px + 4.3vw); */
}

.stuck nav.mr-navbar-desktop {
    /* padding: 0 1.5em; */
}

.mr-navbar-brand {
    position: relative;
    z-index: 9999999;
    /* background: white; */
    display: flex;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    /* flex-grow: 1; */
    width: auto;
    /* height: 6.05vw; */
    padding: 0;
    /* margin-top: -1.8em; */
    height: auto;
    top: auto;
    /* box-shadow: 0 5px 18px #0000003d; */
    /* padding-left: clamp(1rem, 2vw, 100px); */
    /* padding-right: clamp(1rem, 2vw, 100px); */
}

img.logo_img {
    height: 100%;
}

h1.logo {
    width: auto;
    height: calc(12px + 4.3vw);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: .3s all ease;
    margin: 0;
    /* margin-top: -1.8em; */
    /* margin-left: -0.7em; */
    position: absolute;
    /* bottom: 0.25em; */
    left: 1.5vw;
    font-family: 'Oleo Script';
    text-transform: none;
    font-weight: 400;
    font-size: 1.6em;
}

h1.logo a {
    display: flex;
    height: 100%;
    color: #54534a;
    text-decoration: none;
    align-items: center;
}

h1.logo a span {
    line-height: 1;
    display: block;
    padding-top: 1.2vw;
}

h1.logo .desktop {
    width: 90%;
    padding-top: 0.25vw;
}

img.desktop {
    width: 20vw;
    height: auto;
    max-width: 410px;
}

.mr-navbar-toggle,
.mr-upper-toggle {
    display: none;
}




header.sticky_wrapper.is_stuck {
    /* padding: 1rem 3rem; */
    /* background-color: #0d1639; */
    box-shadow: 0 2px 18px #0000003d;
}

header.sticky_wrapper.is_stuck img.desktop {
    /* width: 5vw; */
    /* min-width: 71px; */
}



body#secondary header {
    /* padding: 1rem 3rem; */
    /* background-color: #0d1639; */
    /* box-shadow: 0 2px 18px #0000003d; */
    /* position: sticky; */
}

#secondary header.sticky_wrapper img.desktop {
    /* width: 5vw; */
    /* min-width: 71px; */
}

#secondary header.sticky_wrapper ul.level-0.mr-navbar-nav>li>a {
    /* color: #bcbcbc; */
}


/* -----------------------
    2. Navigation Styles
 ------------------------- */

.mr-navbar-wrap {
    position: relative;
}

.mr-navbar-nav-wrap {
    flex-grow: 1;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    justify-content: flex-end;
    padding-bottom: 0;
    transition: .3s box-shadow ease;
    left: 0;
    background: transparent;
    transform: none;
    overflow: unset !important;
    /* padding-left: clamp(1rem, 2vw, 100px); */
    background: #adaeae;
    display: flex;
    align-items: center;
    padding-right: 2vw;
    opacity: 1;
    box-shadow: none !important;
}

ul.level-0.mr-navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    /* font-size: 0.8rem; */
    font-weight: 400;
    font-family: var(--mr-font-heading);
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    height: unset;
    padding: 0 2vw 0;
    padding-left: calc(8vw - 1rem);
    overflow: unset;
    flex-grow: 1;
    opacity: 1;
}

ul.level-0.mr-navbar-nav>li>a,
.nav-phone {
    font-size: 1.3rem;
    font-size: calc(14px + 0.25rem);
    text-align: center;
    /* width: 100%; */
    line-height: 1;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    position: relative;
    z-index: 2;
    /* padding: 1.25rem; */
    /* padding-left: clamp(10px, 1.5vw, 45px); */
    /* padding-right: clamp(10px, 1.5vw, 45px); */
    cursor: pointer;
    transition: .3s all ease;
    color: #fff;
    font-weight: 400;
    /* border-bottom-width: clamp(5px, .5vw, 8px); */
    /* border-bottom-style: solid; */
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    display: block !important;
}

ul.level-0.mr-navbar-nav li li a:hover {
    text-decoration: underline;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: 0.3em;
    background-color: rgb(254, 218, 123);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: 0;
    height: 0.3em;
    background-color: rgb(177, 177, 177);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

.mr-navbar-inner {
    padding: 0;
    position: fixed;
    width: 100%;
    background: white;
    background-size: 100%;
    z-index: 2;
    min-height: 58px;
}

#secondary .mr-navbar-inner {}

ul.level-0.mr-navbar-nav>li {
    padding-bottom: 0px;
    /* flex-grow: 1; */
    /* position: relative; */
    padding: 0 0.3rem;
}

ul.level-1 {
    position: absolute;
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 0; */
    background: white;
    /* min-width: 200px; */
    color: #54534a;
    box-shadow: 0 10px 10px rgb(0 0 0 / 32%);
    /* border-top: 3px solid black; */
    top: calc(100% + 0px);
    transform: translate(-50%, 0px);
    z-index: 9;
    padding: 0;
    width: 100%;
    border-left: none !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: var(--mr-font-main);
}

ul.level-0.mr-navbar-nav ul.level-1>li>a {
    text-align: left;
    padding: 0.7em 1em;
    font-size: 1em;
    transition: none;
    width: 100%;
    color: #df9739 !important;
    font-size: 2rem;
    font-size: clamp(14px, 1.4vw, 20px);
    /* background: #d9d9d9; */
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    font-family: var(--mr-font-heading);
    display: block;
}

ul.level-0.mr-navbar-nav ul.level-1>li>a:hover {
    /* background: #f0f0f0; */
    text-decoration: underline;
}

ul.level-0.mr-navbar-nav li {
    /* width: 100%; */
    /* break-inside: avoid; */
    /* position: static; */
    border: none !important;
    white-space: nowrap;
    /* flex-grow: 1; */
}

ul.level-0.mr-navbar-nav>li.has_subnav>a>span:after {
    content: '\f0d7';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-left: 0.75rem;
    line-height: 1em;
    position: relative;
    bottom: 0rem;
    right: 0;
    transform: translate(-50%, -50%);
    /* opacity: 0; */
    font-size: 0.8rem;
    position: absolute;
    right: 0;
    top: 50%;
}

ul.level-0.mr-navbar-nav li.has_subnav:hover>a:after {
    /* color: var(--mr-color-accent); */
}

ul.level-0.mr-navbar-nav .current-parent>a::before {
    color: var(--mr-color-dark);
    /* text-decoration: underline; */
    background: transparent;
    border-bottom: 1px solid black;
    display: none;
}

ul.level-0.mr-navbar-nav>li:hover>a:before,
ul.level-0.mr-navbar-nav>li.current-parent>a:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    display: none;
    background: var(--mr-color-primary);
    /* visibility: collapse; */
}

ul.level-0.mr-navbar-nav>li:first-of-type:before {
    margin-left: -2%;
}

ul.level-0.mr-navbar-nav>li:last-of-type:before {
    margin-right: -2%;
}

ul.level-0.mr-navbar-nav>li:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 1;
    transform: skewX(-25deg);
    border-left: 1px solid white;
    margin-left: -2%;
}

li.current.current-item.current.current-parent:before {
    background: grey;
}


.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: 0.3em;
    background-color: rgb(254, 218, 123);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: 0;
    height: 0.3em;
    background-color: rgb(177, 177, 177);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}


.mr-navbar-inner {
    padding: 0;
    position: fixed;
    width: 100%;
    background: white;
    background-size: 100%;
    z-index: 2;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    min-height: 58px;
}

li.current.current-item:after {
    display: none;
}

span.subnav_toggle {
    display: none !important;
}

ul.level-0.mr-navbar-nav li.has_subnav>a {
    /* padding: 0.5em 0em 0.4em; */
    text-decoration: none;
}

.mr-navbar-nav.level-0>li.has_subnav:hover>.mr-navbar-dropdown {
    opacity: 1;
    transform: translate(0px, 0%);
    visibility: visible;
    /* transition: .2s all ease; */
}

.mr-navbar-nav.level-0>li.has_subnav>.mr-navbar-dropdown {
    opacity: 0;
    visibility: collapse;
    transform: translate(0px, -10%);
    transition: .0s opacity ease;
    z-index: 9;
    left: 0;
    height: auto;
    overflow: visible;
    min-width: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    z-index: 30;
    background-color: #202229;
    /* padding: 3.2rem 10.5%; */
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

ul.level-1.mr-navbar-dropdown::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.2;
}

li.navitemid-28.has_subnav>.mr-navbar-dropdown,
li.navitemid-27.has_subnav>.mr-navbar-dropdown {
    break-inside: avoid;
    display: block;
    column-count: 3;
    padding-left: 2vw;
    padding-right: 2vw;
}

ul.level-1.mr-navbar-nav li {
    width: auto;
}

ul.level-1.mr-navbar-dropdown>li li::before {
    /* display: list-item; */
    /* content: '-'; */
    position: absolute;
    left: -0.15rem;
    padding: 0.3rem 0;
    line-height: 1;
}

ul.level-1.mr-navbar-dropdown>li {
    display: block;
}

li.navitemid-29.has_subnav {}

.mr-navbar-dropdown .mr-navbar-dropdown {
    position: absolute;
    background: #ebecce;
    z-index: -1;
    list-style: none;
    padding: 0;
    display: none;
    visibility: collapse;
    opacity: 0;
    min-width: 200px;
    left: 100%;
    background: white;
    top: 0;
    z-index: 1;
    list-style: none;
    padding: 0;
    padding: 1rem 0;
    transform: translate(0%, 0px);
    transition: .3s all ease;
    height: auto;
    overflow: initial;
    box-shadow: 5px 10px 10px 0 #0000002b;
}

.mr-navbar-dropdown .mr-navbar-dropdown li {
    /* width: auto !important; */
    /* max-width: none; */
    padding: .5rem 1rem !important;
}

.mr-navbar-dropdown .mr-navbar-dropdown li a {
    color: brown;
}

.has_subnav .has_subnav:hover .mr-navbar-dropdown {
    visibility: visible;
    opacity: 1;
}

.has_subnav .has_subnav:hover>a {
    text-decoration: none !important;
}

.has_subnav .has_subnav:hover>a span {
    text-decoration: underline;
}

ul.level-0.mr-navbar-nav li.has_subnav>ul li.has_subnav>a:after {
    content: '\f078';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-left: 1rem;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0%, -50%) rotate(-90deg);
    /* opacity: 0; */
    font-size: 0.6rem;
}

.level-2.dropdown--reverse,
.level-3.dropdown--reverse,
.level-4.dropdown--reverse,
.level-5.dropdown--reverse,
.level-6.dropdown--reverse,
.dropdown--reverse ul[class*="level-"] {
    left: auto !important;
    right: 100%;
    transform: translate(50%, 0px);
}

ul.level-0.mr-navbar-nav li.has_subnav>ul li.has_subnav:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
    background: white;
    top: 0;
    z-index: 1;
    list-style: none;
    padding: 0;
    padding: 1rem 0;
    transform: translate(0%, 0px);
    transition: .3s all ease;
    height: auto;
    overflow: initial;
    box-shadow: 5px 10px 10px 0 #0000002b;
    display: block;
}

ul.level-0.mr-navbar-nav li.has_subnav>ul li.has_subnav:hover>ul.dropdown--reverse {
    opacity: 1;
    visibility: visible;
    right: 100%;
    left: auto;
    background: white;
    top: -1rem;
    z-index: 99;
    list-style: none;
    padding: 0;
    padding: 1rem 0;
    transform: translate(0%, 0px);
    transition: .3s all ease;
    box-shadow: -2px 10px 10px 0 #0000002b;
}

.dropdown--reverse ul.level-3.mr-navbar-dropdown {
    left: auto !important;
    right: 100%;
    transform: translate(50%, 0px);
}

header.sticky_wrapper.is_stuck ul.level-0.mr-navbar-nav>li>a {
    /* color: #bcbcbc; */
}

/* ---------------
    3. Banner 
------------------ */


section#banner {
    margin-top: 0;
    /* height: 34vw; */
    /* background-image: url('/images/banner.jpg'); */
    /* background-position: center; */
    /* background-size: cover; */
    position: relative;
}






/* -------------- 
    4. Contacts
 ---------------- */








/* --------------------
    5. Social media 
 ---------------------- */






/* ----------------
    6. Headings 
 ------------------ */








/* ------------ 
    7. Footer
--------------- */








/* -------------------------
    8. Section: Services 
---------------------------- */



/* ------------- 
    9. Buttons 
 --------------- */












/* -----------------
    10. Secondary 
 ------------------- */







/* --------------------
    11. Additional 
 ---------------------- */








/* ----------------
    12. Custom 
 ------------------ */


.padding {
    padding: 4vw;
}

.mr-navbar-upper .list-inline+.list-inline:before {
    content: '|';
    margin-right: 1rem;
}

.social_links li a:before {
    margin-right: .5rem;
    font-weight: 900;
    font-family: var(--mr-fontawesome-brands);
}

.mr-navbar-upper .list-inline ul li a {
    text-decoration: none;
    font-family: var(--mr-font-main);
    font-weight: 400;
    color: var(--mr-color-primary);
    display: flex;
    align-items: flex-end;
}

.mr-navbar-upper .list-inline+.list-inline {
    padding-left: 1rem;
}

.mr-navbar-upper_right {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    background: white;
    max-width: 26rem;
}

ul.level-0.mr-navbar-nav li li {
    position: relative;
    width: 100%;
    white-space: normal;
}

.logo {
    max-width: 400px;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.level-0>li:last-of-type>.mr-navbar-dropdown {
    right: 0 !important;
    left: auto !important;
}

ul.level-0.mr-navbar-nav li li a {
    font-size: clamp(12px, 1vw, 16px);
    padding: 0.7rem;
}

.mr-navbar-upper .list-inline li:last-of-type a {
    /* color: black; */
}

.mr-navbar-upper .list-inline li:last-of-type a span {
    /* text-decoration: none; */
}

.mr-navbar-upper .list-inline ul li a span {
    /* text-decoration: underline; */
    /* display: none; */
}

.is_stuck .mr-navbar-brand {
    /* transform: translate(0px, -100%); */
    transition: .3s all linear;
    /* position: absolute; */
}

.is_stuck .mr-navbar-subpanel {
    flex-direction: row-reverse;
    align-items: flex-end;
    transition: .3s all ease;
}

.is_stuck .mr-navbar-nav-wrap {
    /* align-self: flex-end; */
    /* width: auto; */
    /* flex-grow: 1; */
    /* transition: .3s all ease; */
    padding-right: 2vw;
    /* width: 100%; */
    white-space: nowrap;
    padding-left: 0;
}

.is_stuck.searching .mr-navbar-nav-wrap {
    /* opacity:0; */
}

.is_stuck .mr-navbar-upper {
    align-items: center;
    /* flex-grow: 1; */
    width: auto;
    transition: .3s all ease;
    width: 100%;
}

.is_stuck ul.level-0.mr-navbar-nav {
    /* justify-content: flex-start; */
    /* transition: .3s all ease; */
    /* right: 0; */
    /* left: auto; */
}

.is_stuck .mr_search {
    width: 100%;
}

.navigation_extra_toggle {
    display: none;
}

.header_inner {
    z-index: 99999999999999;
    /* height: 155px; */
    /* position: relative; */
    display: flex;
    padding: .5vw 4vw;
    /* border-bottom: 1px solid #eaeaea; */
}

section#about .split .split_left {
    padding: 4vw;
    font-size: 1.85rem;
    text-align: left;
}

.mr-navbar-upper .list-inline ul li a::before {
    display: block;
}


a.features_nav_item span {
    position: absolute;
    top: 100%;
    border-radius: 5px;
    margin-top: 0.5rem;
    background: var(--mr-color-primary);
    transform: translate(-50%, -1rem);
    left: 50%;
    right: 50%;
    color: #eeeeee;
    padding: 0.1rem 0.5rem 0.1rem;
    opacity: 0;
    visibility: collapse;
    transition: none;
    visibility: hidden;
    min-width: 3rem;
    min-height: 1rem;
    pointer-events: none;
    width: fit-content;
    white-space: nowrap;
}

a.features_nav_item:hover span {
    display: block;
    visibility: visible;
    opacity: 1;
}

a.features_nav_item {
    position: relative;
}

a.features_nav_item::before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    right: 50%;
    /* margin-left: 1rem; */
    transform: translate(-50%, -1rem);
    opacity: 0;
    z-index: 9;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.4rem 0.4rem 0.4rem;
    border-color: transparent transparent var(--mr-color-primary) transparent;
    transition: none;
    pointer-events: none;
}

a.features_nav_item:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0%);
    transition: .2s all .2s ease-in;
}

a.features_nav_item:hover span {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0%);
    transition: .2s all .2s ease-in;
    z-index: 9999999;
}

section#about .split .split_left,
section#services h2+p,
section#insights h2+p,
.footer_content_inner {
    text-align: left;
    justify-content: flex-start;
}

section#about .split .split_left {
    justify-content: center
}

.insights_wrapper .insights_item {
    width: 33%;
    max-width: 330px;
    min-width: 280px;
    padding: 3rem 0;
    text-decoration: none;
}

section#about .split>div {
    width: 50%;
    min-width: 320px;
    position: relative;
    min-height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}


a.button {
    margin-top: 3vw;
}

table.tbl_services>tbody>tr>td table tr {
    display: flex;
    align-items: center;
    flex-direction: row;
}

table.tbl_services>tbody>tr>td table tr td:last-of-type {
    width: calc(100% - 300px);
    text-align: left;
}

table.tbl_services>tbody>tr>td:nth-of-type(even) table tr td:first-of-type {
    order: 2;
}
.mr-navbar-nav-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/header_angle.svg');
    background-repeat: no-repeat;
    background-position: left;
}
@media (min-width:992px) and (max-width: 1255px) {
    section#about .split .split_left {
        font-size: 1.4rem;
    }

    section#about .split .split_left {
        text-align: left !important;
    }

    section#about .split .split_left .button {
        margin: 1rem 0 0 !important;
        justify-content: flex-start !important;
    }
}

@media (min-width:992px) and (max-width:1574px) {
    section#about .split .split_left {

        justify-content: center;
    }

    .is_stuck .mr-navbar-upper .list-inline,
    .is_stuck .mr-navbar-upper .list-inline ul {
        margin-right: 0;
    }

    header ul.navigation_extra li:first-of-type {
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:1375px) {
    header.is_stuck .mr-navbar-upper {
        width: 100%;
    }

    header.is_stuck .navigation_extra_toggle::after {
        content: '\f0d7';
        font-family: var(--mr-fontawesome);
        font-weight: 900;
        margin-left: 0.75rem;
        line-height: 1em;
        position: relative;
        bottom: 0rem;
        right: 0;
        transform: translate(-50%, 0px);
    }

    header.is_stuck .mr-navbar-upper .list-inline ul {
        display: none;
    }

    header.is_stuck .navigation_extra_toggle span {
        display: block !important;
        vertical-align: middle;
        display: inline-block;
        vertical-align: baseline;
        line-height: 1;
        transform: translateY(0.15rem);
        text-transform: uppercase;
    }

    header.is_stuck .navigation_extra_toggle {
        font-size: calc(12px + 0.2em);
        text-align: center;
        width: 100%;
        line-height: 1;
        display: flex;
        align-items: flex-end;
        text-decoration: none;
        position: relative;
        z-index: 2;
        padding: 1.25rem;
        padding-left: clamp(10px, 2vw, 45px);
        padding-right: clamp(10px, 2vw, 45px);
        cursor: pointer;
        transition: .3s all ease;
        color: black;
        font-weight: 400;
        /* border-bottom-width: clamp(5px, 0.5vw, 8px); */
        /* border-bottom-style: solid; */
        height: 100%;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }

    header.is_stuck .navigation_extra_toggle:hover {
        border-bottom: 1px solid black;
    }

    header.is_stuck .navigation_extra>li:hover ul {
        display: block;
        z-index: 9;
        left: 0;
        height: auto;
        overflow: visible;
        box-shadow: 0 10px 10px 0 #0000002b;
        opacity: 1;
        transform: translate(0px, 0%);
        visibility: visible;
        transition: .2s all ease;
        background: #000000d4 !important;
    }

    header.is_stuck .navigation_extra>li ul {

        position: absolute;

        list-style: none;

        text-align: left;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        /* padding: 0; */

        background: white;

        /* min-width: 200px; */

        color: #54534a;

        box-shadow: 0 10px 10px rgb(0 0 0 / 32%);

        /* border-top: 3px solid black; */

        top: calc(100% + 0px);

        transform: translate(-50%, 0px);

        z-index: 9;

        padding: 0;

        width: 100%;

        border-left: none !important;

        padding-top: 2rem;

        padding-bottom: 1rem;

        font-family: var(--mr-font-main);

        min-width: 140px;

    }

    .is_stuck.searching .mr-navbar-nav-wrap {
        opacity: 0;
    }

    .is_stuck .mr-navbar-upper .list-inline ul li a span {
        text-decoration: none;
        display: block;
    }

    header ul.navigation_extra li {
        position: relative;
    }

    header.is_stuck ul.navigation_extra li a::before {
        display: none;
    }

    header ul.navigation_extra li {
        justify-content: flex-start;
    }

    header.is_stuck ul.navigation_extra li {
        margin: 0;
    }

    .is_stuck .mr-navbar-upper .list-inline ul li a {
        text-align: left;
        padding: 0.7em 1em;
        font-size: 1em;
        transition: none;
        width: 100%;
        color: #ffffff;
        font-size: clamp(14px, 1.2vw, 16px);
        /* background: #d9d9d9; */
        font-weight: 400;
        text-decoration: none;
        line-height: 1.2;
        font-family: var(--mr-font-main);
        display: block;
    }

    .mr-navbar-upper .list-inline ul li a:hover {
        /* background: #f0f0f0; */
        /*color: #90d9f8;*/
    }

    header.is_stuck ul.level-0.mr-navbar-nav {
        /* width: 100%; */
        /* justify-content: space-around; */
    }
}

@media (max-width: 1255px) {
    ul.level-0.mr-navbar-nav>li>a {
        /* padding-left: 1vw; */
        /* padding-right: 1vw; */
    }

    header.is_stuck .navigation_extra_toggle {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .is_stuck .mr-navbar-nav-wrap {
        width: 100%;
    }

    header.is_stuck ul.level-0.mr-navbar-nav {
        /* width: 100%; */
        /* justify-content: space-around; */
    }

    .is_stuck .mr-navbar-upper {
        flex-grow: 0;
        width: auto !important;
    }

    header ul.navigation_extra li {
        padding: 0;
    }

    ul.level-0.mr-navbar-nav>li>a,
    header.is_stuck .navigation_extra_toggle,
    .nav-phone {
        font-size: calc(11px + 0.2rem);
        font-size: calc(11px + 0.15rem);
    }

    section#about .split .split_left,
    section#services h2+p,
    section#insights h2+p,
    .footer_content_inner {
        /* font-size: 1.4rem; */
        /* text-align: center; */
        /* justify-content: center; */
    }

    section#about .split .split_left .button {
        margin: auto
    }

    img.footer_logo {
        /* max-width: 180px; */
    }

}

@media (min-width:991px) and (max-width:1080px) {
    .is_stuck button#mr_search_submit {
        width: 2.3rem;
    }

    header.is_stuck .mr_search {
        margin: 0;
        /* width: 2.3rem !important; */
    }

    header.is_stuck .mr-navbar-upper {
        padding-right: 1rem;
    }

    ul.level-0.mr-navbar-nav>li>a,
    header.is_stuck .navigation_extra_toggle {
        font-size: calc(11px + 0.15rem);
    }

    .searching .is_stuck button#mr_search_submit {}

    section#about .split .split_left,
    section#services h2+p,
    section#insights h2+p,
    .footer_content_inner {
        font-size: 1.4rem;
        /* text-align: center; */
        justify-content: center;
    }
}

a.nav-phone .sm {
    display: none;
}

@media (min-width:767px) and (max-width:991px) {
    a.nav-phone .xl {
        display: none
    }

    a.nav-phone .sm {
        display: block
    }

    a.nav-phone {
        padding: .2rem .4rem;
    }
}