/* 
Colors:

    Red:
    #DC4328

    Yellow:
    #FFB700

    Dark-grey: (h1, h2, h3)
    #3B3938

    Black: (h4, h5, p, .ingress)
    #262625

    White smoke:
    #F8F8F8

*/


/*
font-family: 'Archivo', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
*/


body, p, li {
    font-family: "Archivo", sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #262625;
}

a,
a:link,
a:active {
    color: #DC4328;
    text-decoration: none;
    font-family: 'Archivo Narrow', sans-serif;
}

    a:hover {
        text-decoration: underline;
        color: #DC4328;
    }

ol, ul {
    padding-left: 1.25rem;
}

/*�������������������������������������������������
TEXT AND TYPOGRAPHY
�������������������������������������������������*/
h1, h2, h3, h4, h5, h6, .dropdown-header {
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: none;
    color: #3B3938;
}

h1, h2, h3, .dropdown-header {
    color: #3B3938;
}

h4, h5, h6, p, .ingress {
    color: #262625;
}

h1, .h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: initial;
}

h2, .h2, .dropdown-header {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .25rem;
    text-transform: initial;
}

h3, .h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .25rem;
    text-transform: initial;
}

h4, .h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .25rem;
}

h5, .h5 {
    font-size: 1rem;
    margin-bottom: .25rem;
}

h6, .h6 {
    font-size: .875rem;
    margin-bottom: .25rem;
}

h3 + h4 {
    margin-top: .75em;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

p > img {
    /*min-width: 75%;*/
    height: auto;
    /*margin-bottom: 2rem;*/
}

img + p,
img + h2,
img + h3,
img + h4,
video + p {
    margin-top: 1.5rem;
}

p + h2,
ul + h2,
p + h3,
ul + h3,
p + h4,
ul + h4 {
    margin-top: 1.75em;
}

p + h3,
ul + h3,
p + h4,
ul + h4 {
    margin-top: 1.75em;
}

p.ingress {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
}

.header-text p {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
}

b, strong {
    font-weight: 700;
}

.quote {
    border-left: 3px solid #DC4328;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    padding-left: 1rem;
    display: block;
}

.quote-bg {
    background-position: 90% 80%;
    background-repeat: no-repeat;
    background-size: 200px;
}

.banner-headline {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #3b3938;
}

.red-lg {
    color: #DC4328;
    font-size: 120%;
}

.red-text {
    color: #DC4328;
}

/* Breakpoints Text and typography
��������������������������������� */

h1 {
    font-size: 2rem;
}

h2, .dropdown-header {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
}

@media screen and (min-width: 425px) {
    .banner-headline {
        font-size: 1.75rem;
    }

    .header-text p {
        font-size: 1.25rem;
    }
}

@media (min-width: 576px) {
    p {
        font-size: 1.125rem;
    }

        p.ingress {
            font-size: 1.25rem;
        }
}

@media (min-width: 768px) {
    .header-text p {
        font-size: 1.375rem;
    }
}

@media (min-width: 992px) {
    .banner-headline {
        font-size: 2.25rem;
    }



    p {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .banner-headline {
        font-size: 2.75rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2, .dropdown-header {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    p.ingress {
        font-size: 1.375rem;
    }
}

/* 
-----------------------------------------
BASE
-----------------------------------------
*/

#nav-spacer {
    position: relative;
    top: 80px;
}

@media screen and (min-width: 992px) {
    #nav-spacer {
        top: 110px;
    }
}

::selection {
    background-color: #000000;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #F8F8F8 !important;
}

.graybox {
    background-color: #F8F8F8;
    padding: 2rem;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 500;
}

.redbox {
    background-color: #DC4328;
    padding: 2rem;
    color: white;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 500;
}

.txt-white {
    color: #fff;
}

.background-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.double-columns {
    column-count: 2;
    column-width: 400px;
    column-gap: 2rem;
}

.scroll-to {
    display: block;
    position: relative;
    top: -112px;
    visibility: hidden;
}

a, a:link, a:active {
    color: #111;
    text-decoration: underline;
    transition: 0.2s;
    font-weight: 600;
}

    a:hover,
    #main-menu .nav-link:hover {
        color: #DC4328 !important;
        text-decoration: underline;
    }

    a .svg-inline--fa {
        color: #DC4328;
    }

.no-underline a,
.no-underline a:link,
.no-underline a:active {
    text-decoration: none !important;
}

    .no-underline a:hover {
        text-decoration: underline !important;
    }

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

ul {
    padding-left: 1rem !important;
}

img {
    max-width: 100%;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

/* ---------- Padding x space ---------- */

.padding-x-space {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .padding-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .padding-x-space {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1700px) {
    .padding-x-space {
        padding-left: 8vw;
        padding-right: 8vw;
    }
}


/* ---------- Padding y space ---------- */

.padding-y-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: .5s;
}

@media (min-width: 768px) {
    .padding-y-space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .padding-y-space {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 1700px) {
    .padding-y-space {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* ---------- Button ---------- */

a.btn, button.btn {
    display: inline-block;
    font-size: 1rem;
    background-color: #dc4328;
    padding: .8rem 1.8rem;
    color: #FFF;
    font-weight: 700;
    transition: all ease 0.2s;
    border: 2px solid #dc4328;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 150px;
}

    a.btn:hover,
    a.btn:focus,
    a.btn:active {
        background-color: #ffb700;
        border-color: #ffb700;
        color: #262625 !important;
        filter: brightness(90%);
        outline: none;
        box-shadow: none;
    }

        a.btn:hover img,
        a.btn:focus img,
        a.btn:active img {
            filter: brightness(0) saturate(100%) invert(12%) sepia(4%) saturate(207%) hue-rotate(22deg) brightness(101%) contrast(93%);
        }


.btn-primary {
    background: #DC4328;
    border-color: #DC4328;
    color: #fff;
}

a.btn-white {
    color: #dc4328;
    border-color: #FFFFFF;
    background: #FFFFFF;
}

a.btn-light {
    background-color: transparent !important;
    color: #dc4328 !important;
}

    a.btn-light:hover {
        background-color: #ffb700 !important;
    }

    a.btn-white:hover {
        color: #fff !important;
        border-color: #dc4328;
        background: #dc4328;
    }

@media screen and (min-width: 1200px) {

    a.btn {
        padding: 0.5rem 3rem;
    }
}


/* ---------- Header section ---------- */

.section-header {
    margin-bottom: 1.5rem;
}

.section-header.container{
    max-width: 600px;
}

    .section-header h2 {
        margin-bottom: 0;
    }



@media screen and (min-width: 992px) {

    .section-header {
        margin-bottom: 2rem;
    }
        .section-header h2 {
            font-size: 2rem;
        }
}

@media screen and (min-width: 1200px) {

    .section-header {
        margin-bottom: 2.25rem;
    }

        .section-header h2 {
            margin-bottom: 0.75rem;
            font-size: 2.5rem;
        }
}

 /*---------- Mobile menu button ---------- */

.navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler {
    width: 35px;
    height: 28px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    z-index: 1032;
    top: 27px;
}

.navbar-toggler {
    position: relative;
    width: 30px;
    height: 22px;
    border: none;
}

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000000;
        opacity: 1;
        left: 0;
    }

.navbar-dark .navbar-toggler span {
    background: #FFFFFF;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}

@media screen and (min-width: 992px) {

    .navbar-toggler {
        display: none;
    }
}

/* ----- Offcanvas mobile menu ----- */

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1032;
    overflow-x: hidden;
}

    .offcanvas-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 40px rgba(0,0,0,0.1);
    }

#mob-nav {
    padding: 0;
}

@media screen and (min-width: 400px) {

    .offcanvas-collapse {
        width: 380px;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
}

#mobileMenu .nav-item {
    border-bottom: 1px solid #D4D4D6;
}

#mobileMenu .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

Mobile menu close button

.close-button {
    cursor: pointer;
    font-size: 36px;
    padding: 0 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    color: #000000;
    height: 30px;
    width: 30px;
    margin-right: 0.75rem;
    padding: 1.5rem 1rem 2rem 2rem;
    border: 1px solid red;
    position: relative;
    top: -55px;
}

.main-menu-mobile .top-nav-item {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .main-menu-mobile .top-nav-item span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000000;
        opacity: 1;
        right: 0;
        margin: 1rem .5rem 0 0;
    }

        .main-menu-mobile .top-nav-item span:nth-child(1) {
            top: 15px;
            transform: rotate(45deg);
        }

        .main-menu-mobile .top-nav-item span:nth-child(2) {
            top: 15px;
            transform: rotate(-45deg);
        }

#mobileMenu #language-menu .nav-link {
    font-weight: 400;
    opacity: 0.8;
}

#mob-nav .lang-nav {
    margin-left: 1rem;
    max-width: 70%;
}

#mob-nav .lang-nav > div {
    margin-top: .4rem;
}

#mob-nav .lang-nav a {
    margin-left: 0 !important;
    font-size: 1rem;
}

#mob-nav .lang-nav .contact-btn {
    display: none;
}

#mob-nav .close-button {
    padding: 1.5rem 1rem 2rem 2rem;
    position: relative;
    top: -55px;
}

/* Mobile submenu */

.main-menu-mobile .offcanvas-submenu-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 100%;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    padding: 0;
    opacity: 0;
    background: #fff;
}

    .main-menu-mobile .offcanvas-submenu-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .main-menu-mobile .offcanvas-submenu-collapse .top-nav-item {
        justify-content: space-between;
    }

.main-menu-mobile .back-button {
    justify-content: flex-start;
    font-size: 30px;
    margin-left: 1rem;
    color: #000000;
}

.main-menu-mobile .submenu {
    list-style: none;
    padding-left: 0;
}

.main-menu-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu {
    list-style: none;
    padding-left: 0;
}

#mobileMenu .main-menu-mobile .submenu-submenu .nav-item .nav-link {
    white-space: normal;
    font-weight: 400;
}

.main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu > .nav-item:last-child {
    border-bottom: 1px solid #A1B7B6;
}

.main-menu-mobile .submenu .submenu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.main-menu-mobile .submenu-item .nav-link {
    text-transform: none;
}

/*
-----------------------------------------
NAVBAR
-----------------------------------------
*/

.navbar {
    justify-content: space-between;
    align-items: initial;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    transition: all ease 0.4s;
    height: 80px;
    z-index: 1200;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
}

.navbar-inner {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}

.extra-menu {
    position: absolute;
    top: 0;
    left: 0;
}


.navbar-light .extra-menu {
    background: #114232;
    color: #FFF;
}

    .navbar-light .extra-menu #language-menu .nav-link {
        color: #FFF;
    }

.extra-menu {
    display: none;
}

.navbar-expand-xl {
    height: 80px;
}


@media screen and (min-width: 768px) {
    .navbar-expand-xl {
        height: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-expand-xl {
        height: 120px;
    }

        .navbar-expand-xl .main-menu {
            height: 120px;
        }

    .extra-menu {
        display: flex;
    }
}

@media screen and (min-width: 1700px) {

    .navbar-expand-xl {
        height: 140px;
    }

        .navbar-expand-xl .main-menu {
            height: 140px;
        }
}

.navbar-light {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.navbar-show {
    transform: none;
}

@media screen and (min-width: 992px) {
    .navbar {
        height: 110px;
    }
}
/* ----- Logo ----- */

.navbar-brand {
    padding: 0;
    display: flex;
}

    .navbar-brand img {
        width: 160px;
        transition: 0.15s;
        height: auto;
        padding-left: 0;
    }

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .navbar-expand-xl .section-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ----- Main menu ----- */

#desktopMenu {
    display: none;
}

@media screen and (min-width: 992px) {

    #desktopMenu {
        display: flex;
    }
}

#main-nav .nav-link {
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    transition: 0.2s;
    cursor: pointer;
}

#language-menu .nav-link {
    color: #2b2b2b;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.75rem 0 0.75rem 0.75rem;
    transition: 0.2s;
    cursor: pointer;
}

    #main-nav .nav-link:hover,
    #language-menu .nav-link:hover,
    #main-nav .mega-menu .nav-link:hover,
    #sub-nav .nav-link:hover {
        opacity: 0.8;
        text-decoration: none !important;
    }

.navbar-light .extra-menu #language-menu .nav-link svg {
    color: #fff;
}

#language-menu .nav-link svg {
    color: #000;
    font-size: 0.875rem;
    margin-right: 0.25rem;
}

#language-menu .nav-link img {
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
}


#language-menu .nav-link.active img {
    filter: invert(50%) sepia(81%) saturate(356%) hue-rotate(6deg) brightness(93%) contrast(88%);
}

.navbar-light .extra-menu #language-menu .nav-link img {
    filter: invert(99%) sepia(1%) saturate(1983%) hue-rotate(344deg) brightness(117%) contrast(100%);
}

#main-nav .nav-item {
    position: initial;
}

#main-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
}

#main-nav .mega-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    border: none;
    background-color: #FFF;
    list-style: none;
    margin: 0;
    border-radius: 0;
    border: none;
    padding-bottom: 1rem;
    min-height: 384px;
    padding-top: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 0px 4px #00000029;
}

    #main-nav .mega-menu.show {
        column-count: 3;
        column-gap: 3rem;
    }

    #main-nav .mega-menu h2 {
        column-span: all;
        font-size: 2rem;
        text-transform: uppercase;
        padding: 1rem 0 2rem;
    }
        
    #main-nav .mega-menu .dropdown-header {
        column-span: all;
        font-size: 2rem;
        text-transform: uppercase;
        padding: 1rem 0 2rem;
    }
        
    #main-nav .mega-menu .nav-ingress {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

#main-nav .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

#main-nav .dropdown-col {
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 1.5rem;
    break-inside: avoid-column;
    overflow: hidden;
}

    #main-nav .dropdown-col p {
        font-size: .8rem;
        font: normal normal 300 14px/20px Archivo;
        letter-spacing: 0px;
        color: #191C1C;
        opacity: 1;
    }

#main-nav .mega-menu .nav-link {
    text-transform: none;
    padding: 1px 0;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    margin-bottom: 3px;
}

#main-nav .mega-menu .h3 {
    margin-bottom: 0;
    padding-left: .5rem;
    border-left: 4px solid #DC4328;
}


    #main-nav .mega-menu .h3 .nav-link {
        font-weight: 700;
        font-size: 1.375rem;
    }

#main-nav .dropdown-submenu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#main-nav .dropdown-toggle::after {
    display: none;
}

@media screen and (min-width: 1400px) {

    #main-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}

@media screen and (min-width: 1700px) {

    #main-nav .mega-menu {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }


    #main-nav .nav-link {
        font-size: 1.125rem;
        padding: 0.875rem 1.25rem;
    }
}

/* Language nav */

.lang-nav a {
    color: #999999;
    font-size: .875rem;
}

    .lang-nav a.active {
        color: #111 !important;
    }

a.contact-btn {
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    background-color: #dc4328;
    padding: .3rem 1.8rem;
    height: 32px;
    color: #FFF;
    font-weight: 700;
    transition: all ease 0.2s;
    border: 2px solid #dc4328;
    text-decoration: none;
    margin-left: 2rem;
    text-transform: uppercase;
}

    a.contact-btn:hover {
        background-color: #ffb700;
        border-color: #ffb700;
        color: #262625 !important;
        filter: brightness(90%);
        outline: none;
        box-shadow: none;
    }

/*
-----------------------------------------
ICONS & Images
-----------------------------------------
*/

.contact-icon-small {
    height: 16px !important;
    margin-right: 2px;
    margin-bottom: 4px;
}

.arrow-icon-small {
    height: 16px !important;
    margin-right: 5px;
    margin-bottom: 2px;
}

.arrow-macro {
    display: inline;
}

.img-container {
    width: 100%;
    --bs-gutter-x: 0;
}

.bg-img {

}

/*
-----------------------------------------
FOOTER
-----------------------------------------
*/

footer {
    background-color: #F0F0F0;
    position: relative;
    top: 72px;
    padding-bottom: 150px !important;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

    footer ul li,
    .footer-contact-box p.vat {
        font-weight: 400;
        font-size: 1rem;
        font-family: 'Archivo Narrow', sans-serif;
    }

    footer > div {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    footer > div > div {
        flex-basis: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    footer > div > div:first-child {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

    footer > div > div:nth-child(3) {
        padding-right: 0;
        margin-top: 2rem;
    }

    footer h3 {
        border-bottom: 1px solid #b3b3b2;
        padding-bottom: .5rem;
       /* margin-bottom: 1rem;*/
        width: 100%;
    }

    footer .footer-links {
        width: 100%;
    }

    footer .footer-link {
        font-weight: 400;
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    .footer-contact-box .contact-btn {
        margin-left: 0;
    }

a.policy-link {
    color: #fff !important;
}

    a.policy-link:hover {
        color: #111 !important;
    }

.copywrite {
    position: absolute;
    bottom: 0;
    background: #dc4328;    
}

    .copywrite p {
        color: #fff;
        font-family: 'Archivo Narrow', sans-serif;
        font-weight: 300;
    }

@media screen and (min-width: 500px) {
    footer > div > div {
        flex-basis: 50%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        footer > div > div:first-child {
            border-bottom: 2px solid #DC4328;
            flex-basis: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 2rem;
            margin-left: 2rem;
        }

        footer > div > div:nth-child(3) {
            padding-right: 0;
            margin-top: 0;
        }
}

@media screen and (min-width: 768px) {
    footer > div > div {
        flex-basis: 35%;
    }

        footer > div > div:first-child {
            flex-basis: 30%;
            border-right: 2px solid #DC4328;
            padding-left: 0;
            padding-right: 2rem;
            margin: 0;
            border-bottom: none;
        }

}

@media screen and (min-width: 992px) {
    footer {
        top: 110px
    }
}

@media screen and (min-width: 1200px) {

    footer .footer-links {
        width: 45%;
    }
}

@media screen and (min-width: 2100px) {
    footer > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/*
-----------------------------------------
HOMEPAGE
-----------------------------------------
*/

.max-height-100vw-small {
    max-height: 100vw !important;
    min-height: 600px !important; 
}

.hero-sm {
    aspect-ratio: 1/1;
    height: auto;
}

.hero-lg {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .hero-sm {
        display: none !important;
    }

    .hero-lg {
        display: flex !important;
    }

    .max-height-100vw-small {
        max-height: unset !important;
    }
}



.hero-ingress {
    padding-left: 1rem;
    border-left: 4px solid #DC4328
}

.hero-ingress p {
    line-height: 1.8;
}

.hero-ingress p:last-child,
.hero-ingress h3:last-child {
    margin: 0 !important;
}
.hero-section {
    height: calc(100vh - 46px);
    max-height: 1080px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

video.hero-video {
    width: 100%;
    height: 100%;
    max-height: 1080px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    filter: brightness(70%);
    /*min-height: calc(100vh - 160px);*/
}

.hero-video {
    background-size: cover;
    background-position: center;
}

    .hero-video .hero-caption,
    .hero-image .hero-caption {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

.hero-caption,
.video-caption {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
}

    .hero-caption p,
    .video-caption p,
    .hero-caption h3 {
        color: #fff;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .hero-caption h1 {
        font-size: 1.75rem;
        font-weight: 900;
        width: 100%;        
        color: #fff;
    }

    .hero-caption h2 {
        font-size: 1.75rem;
        font-weight: 300;
        margin-top: 0;
    }

.hero-section a.btn-white {
    margin-right: 1rem;
}

@media screen and (min-width: 425px) {
    .hero-caption h1 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 767px) {
    .hero-caption {
        padding-bottom: 6rem;
    }
}

@media screen and (min-width: 992px) {
    .hero-caption, .video-caption {
        max-width: 650px;
    }

        .hero-caption h1 {
            font-size: 3rem;
        }

        .hero-caption h2 {
            font-size: 2rem;
        }

    .hero-caption, .video-caption {
        align-items: start;
        text-align: left;
    }    
}

@media screen and (min-width: 1200px) {

    .hero-caption, .video-caption {
        max-width: 800px;
    }

        .hero-caption h1 {
            font-size: 3.5rem;
        }

        .hero-caption h2 {
            font-size: 2.5rem;
        }
}

@media screen and (min-width: 1700px) {

    .hero-caption, .video-caption {
        max-width: 1000px;
    }

        .hero-caption h1 {
            font-size: 4rem;
        }

        .hero-caption h2 {
            font-size: 3rem;
        }

        .hero-caption a.btn {
            margin-top: 2.5rem;
            padding: 1rem 3rem;
        }
}

/* Services */

#our-services {
    margin-top: -3rem;
    margin-bottom: 2rem;
    scroll-margin-top: 150px;
}

.services-container.collapse.show {
    display: flex;
}

.services-link {
    position: relative;
    flex-basis: 33%;
    padding: 2rem;
    min-width: 300px;
}

    .services-link .icon-container {
        position:relative;
        top: 20px;
        flex-basis: 100%;
        width: 128px;
        aspect-ratio: 1/1;
        padding: 1.5rem;
        border-radius: 50%;
        box-shadow: 0px 0px 8px #00000029;
    }

        .services-link .icon-container .services-icon {
            position: relative;
            z-index: 2;
            margin: auto auto auto auto;
            width: 72px;
        }

    .services-link {
        text-decoration: none !important;
    }

        .services-link .service-preview h3 {
            position: relative;
            z-index: 1;
            margin-bottom: 1rem;
        }

    .services-toggle .services-plus,
    .services-toggle .services-minus {
        height: 16px;
        width: 16px;
        margin-bottom: 3px;
        margin-left: 5px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(149deg) brightness(111%) contrast(103%);
    }

    .services-toggle .services-minus {
        display: none;
    }

    .services-toggle[aria-expanded="true"] .services-plus {
        display: none;
    }

    .services-toggle[aria-expanded="true"] .services-minus {
        display: inline-block;
    }

.flip-vertical {
    -webkit-animation: flip-vertical-left 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-vertical-left 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    transition: background-color .6s ease-in-out;
}

    .flip-vertical:hover {
        -webkit-animation: flip-vertical-right 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
        animation: flip-vertical-right 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
        background-color: #FFB700 !important;        
    }

        .flip-vertical:hover img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(149deg) brightness(111%) contrast(103%)
        }

/* ----------------------------------------------
 * Generated by Animista on 2023-11-15 9:58:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-vertical-right
 * ----------------------------------------
 */
@-webkit-keyframes flip-vertical-right {
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes flip-vertical-right {
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

/*
-----------------------------------------
Banner-section
-----------------------------------------
*/

.banner-section {
    /*min-height: 65vh;*/
}

.banner-section .content-text {
    padding: 3rem;
    z-index: 2;
}

.banner-section .content-image {
    z-index: 0;
}

.banner-section .background-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.banner-section .content-text-column {
    padding-bottom: 3rem;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-section .content-text.floating-box,
.banner-text.floating-box {
    padding: 1.5rem;
}

.banner-section .banner-image {
    order: 1;
}

.banner-section .banner-text-column {
    order: 2;
}

.banner-section .banner-text.flat {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:3rem;
}

    .banner-section .banner-text.floating-box {
        margin: -5rem 0 0;
        position: relative;
        top: -50px;
        box-shadow: 0px 0px 8px #00000029;
    }

@media screen and (min-width: 425px) {
    .banner-section .banner-text.floating-box {
        margin: -5rem 1rem 0;
    }
}

@media screen and (min-width: 768px) {

    .banner-section .content-text-column {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .banner-section .banner-text.floating-box {
        margin: -5rem 3rem 0;
        top: -100px;
    }

    .banner-section .floating-container {
        margin-bottom: -50px;
    }

    .banner-section .content-text-column.floating-container {
        margin-bottom: -100px;
    }

    .banner-section .content-text.floating-box,
    .banner-text.floating-box {
        padding: 3rem;
    }
}

@media screen and (min-width: 992px) {

    
}

@media screen and (min-width: 1200px) {

    .banner-section .banner-text.floating-box {
        margin: 3rem 0;
        top: 0;
    }

    .banner-section .banner-text-left {
        order: 0 !important;
    }

    .banner-section .banner-text-right {
        order: 2 !important;
    }

    .banner-section .content-text-column {
        padding: 0;
    }

        .banner-section .content-text-column.floating-container,
        .banner-section .floating-container {
            margin-bottom: 0;
        }

    .content-section:nth-child(odd) .content-text .banner-text {
        height: fit-content;
        padding: 3rem;
        transform: translateX(-4rem);
    }

    .banner-text-right .banner-text.floating-box {
        height: fit-content;
        padding: 3rem;
        transform: translateX(-4rem) !important;
    }

    .content-section:nth-child(even) .content-text .banner-text {
        height: fit-content;
        padding: 3rem;
        transform: translateX(4rem);
    }

    .banner-text-left .banner-text.floating-box {
        height: fit-content;
        padding: 3rem;
        transform: translateX(4rem) !important;
    }

    .banner-section .content-text-column {
        padding: 0;
    }

    .content-section:nth-child(odd) .content-text .banner-text {
        transform: translateX(-7rem);
    }

    .banner-text-right .banner-text.floating-box {
        transform: translateX(-7rem) !important;
    }

    .content-section:nth-child(even) .content-text .banner-text{
        transform: translateX(7rem);
    }

    .banner-text-left .banner-text.floating-box {
        transform: translateX(7rem) !important;
    }
}

@media screen and (min-width: 1700px) {
    .content-section:nth-child(odd) .content-text .banner-text {
        transform: translateX(-8vw);
    }

    .content-section:nth-child(even) .content-text .banner-text{
        transform: translateX(8vw);
    }
}

/* ________ Content sections(JAPE) _________  */

.content-section {
    flex-wrap: wrap;
    background: #F6F5F1;
}

    .content-section .content-text {
        order: 2;
    }

    .content-section.content-image {
        order: 1;
    }

    .content-section ul li a {
        color: #031B0C;
    }

@media screen and (max-width: 767px) {
    .content-section .content-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .content-section:nth-child(even) .content-text {
        order: 1;
    }

    .content-section:nth-child(even) .content-image {
        order: 2;
    }

    .content-section:nth-child(odd) .content-text {
        order: 2;
    }

    .content-section:nth-child(odd) .content-image {
        order: 1;
    }
}

@media screen and (min-width: 768px) {

    .text-sections {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-section .content-text h3 {
    margin-bottom: 0.5rem;
}

.content-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    aspect-ratio: 3/2;
}


.content-video {
    position: relative;
}

    .content-video #video-media {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        left: 0;
        bottom: 0;
        right: 0;
        aspect-ratio: 16/9;
    }

    .content-video .embed-responsive {
        background: #000;
    }

.subpage-header-image {
    position: relative;
    z-index: 1;
}

.subpage-header-text {
    position: relative;    
    padding-bottom: 3rem;
}

.subpage-header-row {
    z-index: 1;
}

.padding-x-space.subpage-header-text .subpage-header-row {
    padding: min(3vw, 2.5rem);
    box-shadow: 0px 0px 16px #00000029;
    margin-top: -2rem;
    background-image: url(/media/yjtcqklz/byline-sub-pages.svg);
    background-position: bottom 1rem right 1rem;
    background-size: 136px;
    background-repeat: no-repeat;
    position: relative;
    top: -75px;
}

.subpage-header-row p {
    margin-bottom: 0
}

.header-text {
    border-top: 4px solid #DC4328;
}

@media screen and (min-width: 768px) {
    .padding-x-space.subpage-header-text .subpage-header-row {        
        margin-top: -4rem;
    }
}

@media screen and (min-width: 992px) {
    .header-text {
        border-top: none;
        border-left: 4px solid #DC4328;
        padding-left: 1rem;
        /*padding-top: 0;*/
        height: 100%;
    }
}

    .header-text ul {
        padding-left: 0;
    }

        .header-text ul li {
            list-style-type: none;
            text-transform: uppercase;
            font-size: 1rem;
        }

            .header-text ul li a {
                color: #3B443E;
            }


@media screen and (min-width: 992px) {
    .header-text ul li {
        font-size: 1.125rem;
    }


    .subpage-header-row {
        background-size: 240px;
        background-position: bottom 2rem right 2rem;
    }
}

/* Customers Section */

.customers-section {

}

    .customers-section img {
        max-width: 100%;
        height: auto;
        width: auto;
        filter: grayscale(100%);
    }

@media screen and (min-width:1200px) {
    .customers-section img {
        max-width: 250px;
    }
}

.customers-section p {
    margin-top: 0;
}

/* Subpage Links Section */

.service-page.subpage-links {
    background: #fff;
}

.subpage-links .content-text {
    order: 3 !important;
}

    .subpage-links a {
        min-width: 100%;
    }

    .subpage-links h3 {
        margin-top: .5rem;
        margin-bottom: -.5rem !important; 
    }

    .subpage-links .link-list,
    .banner-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2rem;
    }

@media screen and (min-width: 425px) {
    .subpage-links a {
        min-width: 55%;
    }
}

@media screen and (min-width: 768px) {
    .subpage-links a {
        min-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .subpage-links .link-list,
    .banner-content {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .subpage-links .content-text {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .subpage-links .link-list {
        max-width: 80%;
    }
    .banner-content {
        max-width: 90%;
    }
}

/* Accordion section */

.accordion-section .accordion {
    --bs-accordion-border-color: #111;
}

.accordion-section .accordion-button:not(.collapsed) {
    --bs-accordion-border-color: transparent;
}

.accordion-section .accordion-header {
    padding: .5rem 0;
}

.accordion-section .acc-link {
    color: #DC4328 !important;
}

.accordion-section .accordion-button {
    font-size: unset;
    font-weight: 700;
    padding-left: 0;
}

    .accordion-section .accordion-button:focus {
        border-color: transparent;
        box-shadow: none;
    }

    .accordion-section .accordion-button::after {
        background-image: var(--minus);
        transition: none;
        transform: none;
        height: 20px;
        margin-top: 10px;
        margin-bottom: -7px;
    }

    .accordion-section .accordion-button.collapsed::after {
        background-image: var(--plus);
        margin-top: 0;
        margin-bottom: 0;
    }

.accordion-button:not(.collapsed) {
    color: unset; 
    background-color: unset; 
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-section .accordion-body {
    padding: 0;
}

.accordion-section .accordion-body.double-columns {

}

.accordion-section .accordion-body.double-columns > div {
    flex-basis: 45%;
}

/* Double Column Block */

.double-column-block {
    justify-content: space-between;
}

.column-text,
.column-image {
    flex-basis: 100%;
    width: 100%;
    /*padding: 2rem;*/
}

.column-text {
    order: 1;
    padding-top: 0 !important;
}

.column-image {
    order: 0;
}

@media screen and (min-width: 768px) {
    .column-text,
    .column-image {
        flex-basis: calc(50% - 1rem);
    }

    .column-text {
        order: 0;
        padding-top: 2rem !important;
    }

    .column-image {
        order: 1;
    }

    .double-column-block:nth-child(even) .column-text {
        order: 2;
    }
}

/* Headline section */

.headline-section .headline {
    text-transform: uppercase;
}

.headline-section h2, 
.headline-section h3,
.headline-section h4 {
    padding: 1rem 0;
}

/* FAQ section */
.faq-section > div {
    min-width: 300px;
}

/*
-----------------------------------------
SUBPAGE
-----------------------------------------
*/

.subpage-hero {
    
}

/*
-----------------------------------------
CONTACT PAGE
-----------------------------------------
*/

.contact-page h2 {
    margin-bottom: 1rem;
}

.contact-page h3 {
    margin-bottom: .7rem !important;
}

.contact-page ul {
    list-style:none;
    padding-left: 0;
}

.contact-page ul li {
    font-weight: 600;
    font-size: 1rem;
}

.contact-persons {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
}

.contact-persons > div:first-child {
    flex-basis: 100%;
}

.contact-persons .contact-persons-header {
    width: 100%;
}

.contact-persons .contact-person {
    flex-basis: 100%;
}

    .contact-persons .contact-person .person-img-container {
        max-width: 214px;
        aspect-ratio: 1/1;
    }

    .contact-persons .contact-person .person-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .contact-persons .contact-person {
        font-family: 'Archivo Narrow', sans-serif;
    }

        .contact-persons .contact-person .person-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0;
        }

        .contact-persons .contact-person .person-title {
            font-size: 1.375rem;
            font-weight: 500;
            margin-bottom: .5rem;
        }

    .contact-persons .person-info a {
        font-size: 1.375rem;
        margin-top: .5rem;
    }

    .contact-persons .person-info .contact-icon-small {
        height: 22px !important;
    }

@media screen and (min-width: 992px) {
    .contact-page .content-text {
        padding-top: 0;
    }
    
    .contact-persons .contact-persons-header {
        width: 50%;
    }

    .contact-persons .contact-person {
        flex-basis: calc(50% - 2rem);
    }
}

/*
-----------------------------------------
NEWS PAGE
-----------------------------------------
*/

.news-page {
}

    .news-page .news-item {
        flex-basis: 100%;
        padding: 1rem;
    }

        .news-page .news-item .news-item-content {
            position: relative;
            margin: -5rem 2rem 0;
            top: -35px;
            box-shadow: 0px 0px 8px #00000029;
        }

@media screen and (min-width: 768px) {
    .news-page .news-item {
        flex-basis: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .news-page .news-item {
        flex-basis: 33%;
    }
}

.limit-lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*
-----------------------------------------
NEWS ITEM
-----------------------------------------
*/

.news-content > * {
    width: 1056px;
    max-width: 100%;
}

.news-content .banner-section {
    min-height: unset;
    background-color: transparent !important;
}

    .news-content .banner-section h2.banner-headline,
    .news-content .news-title {
        font-size: clamp(24px, calc(1.5rem + ((1vw - 9.92px) * 1.2931)), 36px);
    }

    .news-content .banner-section .background-img {
        height: auto;
        width: 100%;
        object-fit: contain;
        aspect-ratio: 3/2;
        margin-top: auto;
        margin-bottom: auto;
    }

.news-content .news-image {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.news-content .richtext-section {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 425px) {
    
}

@media screen and (min-width: 992px) {
    .news-content > * {
        max-width: 90%;
    }

    .news-content .banner-section .banner-text-left .banner-text.flat {
        padding-left: 0;
    }

    .news-content .banner-section .banner-text-right .banner-text.flat {
        padding-right: 0;
    }
}

/*
-----------------------------------------
References
-----------------------------------------
*/

.references.justify-content-center {
    padding: 0 3rem;
}

.references.ref-link a {
    flex-basis: 100%;
    padding: 2rem;
}

.references figure {
    height:150px;
}

    .references a img {
        height: auto;
        width: 90%;
        transition: all .3s ease-in-out;
    }

.references a:hover img {
    width: 100%;
    height:auto;
}

    .ref-img img {
        width: 100%;
        height: 125px;
        object-fit: contain;     
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (min-width: 768px) {
    .references.ref-link a {
        flex-basis: 50%;
    }
}

@media screen and (min-width: 992px) {
    .references.ref-link a {
        flex-basis: 33%;
    }
}

/*
-----------------------------------------
FAQ
-----------------------------------------
*/

.faq {    
    width:100%;
}

    .faq .accordion {
        width: 100%;
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }

/*
-----------------------------------------
CHAT 
-----------------------------------------
*/

.chat {
    display: none !important;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 10;    
}

@media screen and (min-width: 768px) {
    .chat {
        display: flex !important;
    }
}

    .chat .svg-inline--fa {
        color: #fff !important;
        height: 52px;
        width: 52px;
    }

.chat a {
    background-color: #DC4328;
    border-radius: 50%;
    height: 96px;
    width: 96px;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff !important;
    z-index: 12;
}

#chat-open {
    position: relative;
    top: 64px;
    right: 32px;
}

    #chat-open > div {
        width: 481px;
        height: 575px;
        box-shadow: 0px 0px 16px #00000040;
    }

    #chat-open .chat-header {
        height: 96px;
        background-color: #ffb700;
    }

    #chat-open .chat-header .chat-img {
        height: 96px;
        width:96px;
    }

        #chat-open .chat-header .chat-header-text {
            height: 96px;
            width: auto;
            padding: 1rem;
        }

        #chat-open .chat-header .chat-header-text p {
            margin-bottom: .5rem;
        }