@charset "UTF-8";

@font-face {
    font-family: 'LibreFranklin-Black';
    src: url('../fonts/LibreFranklin-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-BlackItalic';
    src: url('../fonts/LibreFranklin-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-Bold';
    src: url('../fonts/LibreFranklin-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-BoldItalic';
    src: url('../fonts/LibreFranklin-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-ExtraBold';
    src: url('../fonts/LibreFranklin-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-ExtraBoldItalic';
    src: url('../fonts/LibreFranklin-ExtraBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-ExtraLight';
    src: url('../fonts/LibreFranklin-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-ExtraLightItalic';
    src: url('../fonts/LibreFranklin-ExtraLightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-Italic';
    src: url('../fonts/LibreFranklin-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LibreFranklin-Light';
    src: url('../fonts/LibreFranklin-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-LightItalic';
    src: url('../fonts/LibreFranklin-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-Medium';
    src: url('../fonts/LibreFranklin-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-MediumItalic';
    src: url('../fonts/LibreFranklin-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-Regular';
    src: url('../fonts/LibreFranklin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-SemiBold';
    src: url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-SemiBoldItalic';
    src: url('../fonts/LibreFranklin-SemiBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-Thin';
    src: url('../fonts/LibreFranklin-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibreFranklin-ThinItalic';
    src: url('../fonts/LibreFranklin-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noir_no1bold';
    src: url('../fonts/NoirNo1-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ppMori-SemiBold';
    src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPMori-Extralight';
    src: url('../fonts/PPMori-Extralight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPMori-ExtralightItalic';
    src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPMori-Regular';
    src: url('../fonts/PPMori-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPMori-RegularItalic';
    src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPMori-SemiBoldItalic';
    src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-black: #000000;
    --bs-white: #ffffff;
    --mfg-dark-gray:#A0A0A0;
    --mfg-light-gray:#E8E8E8;
    --mfg-dark-green:#52CC77;
    --mfg-font-libreFranklin: "LibreFranklin-Regular", Arial, Helvetica, sans-serif;
    --mfg-font-libreFranklin-ExtraBold: "LibreFranklin-ExtraBold", Arial, Helvetica, sans-serif;
    --mfg-font-noirNo1bold: "noir_no1bold", Arial, Helvetica, sans-serif;
    --mfg-font-PPMori-Regular: "PPMori-Regular", Arial, Helvetica, sans-serif;
    --mfg-font-PPMori-Semibold: "ppMori-SemiBold", Arial, Helvetica, sans-serif;
    --mfg-font-fontAwesome5: "Font Awesome 5 Free", Arial, Helvetica, sans-serif;
}

body {
    font-family: var(--mfg-font-libreFranklin);
    font-size: 1rem;
}

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

.btn-primary {
    background: var(--bs-black);
    color: var(--bs-white);
    font-family: var(--mfg-font-noirNo1bold);
    border: var(--bs-black);
    padding: 1rem 2.5rem;
}

.btn-primary:hover {
    background: var(--mfg-dark-gray);
    border: var(--mfg-dark-gray);
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
}

#mainNav .container {
    position: relative;
    flex-wrap: wrap;
}

#mainNav .navbar-brand {
    color: var(--mfg-dark-green);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

@media (min-width: 512px) {
    #mainNav .navbar-brand img {
        height: 2rem;
        width: initial;
        max-width: initial;
    }
}

.navbar-nav .nav-item{
    position: relative;
    text-align: right;
}

.navbar-nav .nav-item .nav-link {
    font-family: var(--mfg-font-libreFranklin);
    font-size: 0.95rem;
    color: var(--bs-white);
    letter-spacing: 0.0625em;
    display: inline-block;
    padding: 5px 30px 5px 0;
}

.navbar-nav .nav-item .nav-link:after{
    content: "";
    position: absolute;
    margin-left: 1rem;
    height: 1px;
    width: 20px;
    background: var(--bs-white);
    top: 50%;
    right: 0;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item:hover .nav-link {
    color: var(--mfg-dark-green);
}

.navbar-shrink .navbar-collapse {
    flex-direction: row-reverse;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: initial;
    padding: 0 10px 0 0;
    background: none;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        height: 4rem;
        transition: height 0.3s ease-in-out;
        width: initial;
        max-width: initial;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: var(--bs-black);
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 2rem;
        width: initial;
        max-width: initial;
    }

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: var(--bs-black);
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 2rem;
        width: initial;
        max-width: initial;
    }
}

.navbar-collapse {
    position: absolute;
    right: 0;
    top:50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 30px 35px 35px 35px;
    background: var(--bs-black);
}

.navbar-expand-lg .navbar-toggler,
.navbar-expand-lg .navbar-toggler:focus,
.navbar-expand-lg .navbar-toggler.active{
    border: none;
    font-size: 2rem;
    box-shadow: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none!important;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: flex!important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: left;
    color: var(--bs-white);
    background-image:
            linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 1)),
            url("../img/header-bg.jpg");
    background-image:
            -webkit-linear-gradient(to top, rgba(255,255,255,0.1), rgba(0,0,0,1));,
            url("../img/header-bg.jpg");

    background-image:
            -moz-linear-gradient(to top, rgba(255,255,255,0.1), rgba(0,0,0,1)),
            url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .masthead-subheading {
    font-size: 1.5rem;
    font-family: "LibreFranklin-Medium", Arial, Helvetica, sans-serif;
}

header.masthead .masthead-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'PPMori-Regular', Arial, Helvetica, sans-serif;
    line-height: normal;
}

header.masthead .masthead-body {
    font-size: 1rem;
    font-family: var(--mfg-font-libreFranklin);
    margin-bottom: 2rem;
}

header.masthead .container .main-message {
    width: 100%;
}

@media (min-width: 768px) {
    header.masthead .masthead-subheading {
        font-size: 2.25rem;
    }

    header.masthead .masthead-heading {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    header.masthead .container .main-message {
        width: 40%;
    }
}

section {
    padding: 5.5rem 0 0 0;
}

section .section-heading,
section .section-heading a{
    font-family: var(--mfg-font-PPMori-Regular);
    font-size: 2rem;
    padding-bottom: 2rem;
    text-decoration: none;
    color: var(--bs-black);
}

.about,
.our_brands,
.leadership,
.say_about,
.awards_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
}

.leadership {
    justify-content: space-evenly;
}

.item-about {
    width: 30%;
    background: var(--mfg-light-gray);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-bottom: 3rem;
    margin-bottom: 2.5rem;
}

.item-about h3 {
    font-family: 'LibreFranklin-Bold', Arial, Helvetica, sans-serif;
    padding: 2rem 3rem 0.5rem 3rem;
    font-size: 1.2rem;
}

.item-about p {
    padding: 0 3rem;
    margin: 0;
}

.item-about img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.at-glance{
    background: var(--mfg-light-gray);
    padding: 4rem;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
}

.at-glance .info,
.leadership .team-member{
   width: 30%;
}

.at-glance .info .number {
    font-family: var(--mfg-font-PPMori-Regular);
    font-size: 3rem;
    color: var(--mfg-dark-green);
}

.at-glance .info h4 {
    font-family: var(--mfg-font-noirNo1bold);
    font-size: 1.5rem;
}

@media (max-width: 992px) {
    .about .item-about:nth-child(3n+0) {
        margin-right: initial;
    }

    .item-about,
    .at-glance .info,
    .leadership .team-member{
        width: 45%;
    }

}

@media (max-width: 514px) {
    .item-about,
    .at-glance .info,
    .leadership .team-member{
        width: 100%;
    }

    .at-glance {
        padding: 2rem;
    }
}

.itemBrand {
    background: var(--mfg-light-gray);
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    padding: 3rem;
    width: 48%;
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
}


.itemBrand a:not(.btn){
    opacity: 1;
    -webkit-transition: opacity 0.5s 0s ease-in;
    -moz-transition: opacity 0.5s 0s ease-in;
    -o-transition: opacity 0.5s 0s ease-in;
    transition: opacity 0.5s 0s ease-in;
    text-decoration: none;
    color: var(--bs-body-color);
    width: 48%;
    display: block;
}

.itemBrand .figure{
    min-height: 100px;
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.itemBrand p {
    width: 48%;
}

.itemBrand p a.btn{
    margin-top: 1rem;
    display: block;
    width: fit-content;
}

.our_brands .itemBrand:first-child .figure{
    background-image: url("../img/brands/ourBrand-1.png");
}

.our_brands .itemBrand:hover:first-child .figure{
    background-image: url("../img/brands/ourBrandHover-1.png");
}

.our_brands .itemBrand:last-child .figure{
    background-image: url("../img/brands/ourBrand-2.png");
}

.our_brands .itemBrand:hover:last-child .figure{
    background-image: url("../img/brands/ourBrandHover-2.png");
}

@media (max-width: 1200px) {
    .itemBrand p,
    .itemBrand a:not(.btn){
        width: 100%;
    }

    .itemBrand a:not(.btn){
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .itemBrand {
        width: 100%;
    }
    .itemBrand a:not(.btn){
        margin-bottom: 1rem;
    }
}

.team-member .btn-social {
    color: var(--bs-black);
}

.team-member {
    margin-bottom: 1rem;
}

.employee_story {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 3rem;
}

.employee_story .info,
.employee_story .figure {
    width: 48%;
}

.employee_story .info h4,
.awards_item .info h4 {
    font-size: 2rem;
    font-family: var(--mfg-font-PPMori-Semibold);
}

.employee_story .info p a.btn {
    display: block;
    margin-top: 1rem;
    width: max-content;
}

.owl-theme.employee_stories .owl-nav {
    bottom: 45%;
}

.owl-theme.employee_stories .owl-nav button span{
    font-size: 0;
}

.owl-theme.employee_stories .owl-nav button span:after {
    font-family: var(--mfg-font-fontAwesome5);
    font-weight: 900;
    font-size: 1rem;
    display: block;
    background: var(--mfg-light-gray);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
}

.owl-theme.employee_stories .owl-nav button.owl-prev span:after {
    content: "\f060";
}

.owl-theme.employee_stories .owl-nav button.owl-next span:after {
    content: "\f061";
}

.say_about {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-top: 0;
}

.say_about li {
    width: 48%;
    display: block;
    padding: 0 4%;
    border-right: thin solid var(--mfg-light-gray);
    text-align: center;
}

.say_about li img{
    max-height: 250px;
    width: auto;
}

.say_about li:last-child {
    border-right: 0;
}

@media (max-width: 514px) {
    .say_about li {
        width: 100%;
        border-right: 0;
        padding: 0;
        margin-bottom: 1rem;
    }

    .say_about li img{
       max-height: 200px;
        width: auto;
    }
}

.owl-theme.awards_carousel .awards_item {
    align-items: flex-start;
}
.owl-theme.awards_carousel .awards_item .figure {
    width: 50%;
    background: url("../img/awards/background_awar_figure.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme.awards_carousel .awards_item .info {
    width: 40%;
    padding: 0 0 10rem 0;
}

.owl-theme.awards_carousel .awards_item .info .awars-nav button {
    border: 0;
    background: var(--mfg-light-gray);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
}

.owl-theme.awards_carousel .awards_item .info .awars-nav button.awars-prev {
    margin-right: 2rem;
}

.owl-theme.awards_carousel .owl-nav {
    display: none;
}

@media (max-width: 992px) {
    .owl-theme.awards_carousel .awars-nav {
        text-align: right;
    }

    .owl-theme.awards_carousel .awards_item {
        justify-content: space-around;
    }

    .owl-theme.awards_carousel .awards_item .info {
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }

    .owl-theme.awards_carousel .awards_item .figure {
        width: 98%;
        max-width: 300px;
    }
}

.accordion_gallery {
    position: relative;
}

.accordion_gallery .accordion-item {
    display: flex;
    flex-direction: column;
    border: 0;
}

.accordion_gallery .accordion-item .accordion-header {
    font-family: var(--mfg-font-libreFranklin-ExtraBold);
}

.accordion_gallery .accordion-item .accordion-header,
.accordion_gallery .accordion-item .accordion-collapse {
    width: 100%;
}

.accordion_gallery .accordion-item .accordion-collapse .accordion-image {
    position: absolute;
    width: 50%;
    top:0;
    right: 0;
    opacity: 0;
}

.accordion_gallery .accordion-item .accordion-collapse.show .accordion-image {
    opacity: 0;
}

.accordion_gallery .accordion-item .accordion-button:not(.collapsed),
.accordion_gallery .accordion-item .accordion-button.collapsed {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 0 1rem 0;
}

.accordion_gallery .accordion-item .accordion-button:not(.collapsed)::after,
.accordion_gallery .accordion-item .accordion-button:after {
    width: initial;
    height: initial;
    -webkit-transition: all 15ms ease;
    -moz-transition: all 15ms ease;
    -ms-transition: all 15ms ease;
    -o-transition: all 15ms ease;
    transition: all 15ms ease;
    transform: rotate(0deg);
}

.accordion_gallery .accordion-item .accordion-button:not(.collapsed)::after,
.accordion_gallery .accordion-item .accordion-button:after {
    font-family: var(--mfg-font-fontAwesome5);
    font-weight: 900;
    font-size: 0.5rem;
    padding: 5px 6px;
    border: thin solid var(--mfg-dark-gray);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.accordion_gallery .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}

.accordion_gallery .accordion-item .accordion-button:after {
    background-image: none;
    content: "\2b";
}

.accordion_gallery .accordion-item .accordion-button:not(.collapsed),
.accordion_gallery .accordion-item .accordion-button:active,
.accordion_gallery .accordion-item .accordion-button:focus,
.accordion_gallery .accordion-item .accordion-button:hover,
.accordion_gallery .accordion-item .accordion-button:focus-visible,
.accordion_gallery .accordion-item .accordion-button {
    background: var(--mfg-light-gray);
    border: 0;
    color: var(--bs-black);
    box-shadow: none;
}

.locations {
    padding: 0;
    width: 100%;
}

.locations li {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 20px;
    height: 280px;
    float:left;
    margin-right: 1%;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: background 400ms ease;
    -moz-transition: background 400ms ease;
    -ms-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    transition: background 400ms ease;
    background-color: var(--bs-black);
}

.locations li p{
    position: absolute;
    bottom: 0;
    right: 20px;
    color: var(--bs-white);
    font-family: var(--mfg-font-noirNo1bold);
    font-size: 1.5rem;
}

.locations li.madrid {
    background-image:url("../img/locations/madrid.webp");
}

.locations li.madrid:hover {
    background-image:url("../img/locations/madrid-hover.webp");
}

.locations li.bern {
    background-image:url("../img/locations/bern.webp");
}

.locations li.bern:hover {
    background-image:url("../img/locations/bern-hover.webp");
}

.locations li.zurich {
    background-image:url("../img/locations/zurich.webp");
}

.locations li.zurich:hover {
    background-image:url("../img/locations/zurich-hover.webp");
}

.locations li.valencia {
    background-image: url("../img/locations/valencia.webp");
}

.locations li.valencia:hover {
    background-image: url("../img/locations/valencia-hover.webp");
}

.locations li.stuttgart {
    background-image: url("../img/locations/stuttgart.webp");
}

.locations li.stuttgart:hover {
    background-image: url("../img/locations/stuttgart-hover.webp");
}

.locations li.denver {
    background-image: url("../img/locations/denver.webp");
}

.locations li.denver:hover {
    background-image: url("../img/locations/denver-hover.webp");
}

.locations li.lausanne {
    background-image: url("../img/locations/lausanne.webp");
}

.locations li.lausanne:hover {
    background-image: url("../img/locations/lausanne-hover.webp");
}

.locations li.munich {
    background-image: url("../img/locations/munich.webp");
}

.locations li.munich:hover {
    background-image: url("../img/locations/munich-hover.webp");
}

.locations li.barcelona {
    background-image: url("../img/locations/barcelona.webp");
}

.locations li.barcelona:hover {
    background-image: url("../img/locations/barcelona-hover.webp");
}

.locations li.gijon {
    background-image: url("../img/locations/gijon.webp");
}

.locations li.gijon:hover {
    background-image: url("../img/locations/gijon-hover.webp");
}

.locations li:hover {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.locations li.remote {
    background-image: url("../img/locations/remote.webp");
}

.locations li.madrid,
.locations li.denver {
    height: 580px;
    width: 30%;
}

.locations li.bern,
.locations li.stuttgart,
.locations li.barcelona {
    width: 69%;
    margin-right: 0;
}

.locations li.zurich,
.locations li.valencia,
.locations li.munich {
    width: 34%;
}

.locations li.lausanne {
    width: 33%;
}

.locations li.gijon {
    width: 30%;
}

.locations li.remote {
    width: 100%;
}

.locations li.valencia,
.locations li.denver,
.locations li.gijon {
    margin-right: 0;
}

.locations li.stuttgart,
.locations li.barcelona {
    margin-right: 1%;
}

.locations li.denver {
    float: right;
}

@media (max-width: 992px) {
    .locations li.barcelona,
    .locations li.bern,
    .locations li.gijon,
    .locations li.madrid,
    .locations li.zurich,
    .locations li.denver,
    .locations li.stuttgart,
    .locations li.lausanne,
    .locations li.munich,
    .locations li.valencia {
        width: 48%;
        margin: 1%;
        height: 200px;
    }

    .locations li.remote {
        width: 98%;
        margin: 1%;
    }

    .locations li.zurich,
    .locations li.denver {
        height: 200px;
    }

}

@media (max-width: 460px) {
    .locations li.barcelona,
    .locations li.bern,
    .locations li.gijon,
    .locations li.madrid,
    .locations li.zurich,
    .locations li.denver,
    .locations li.stuttgart,
    .locations li.lausanne,
    .locations li.munich,
    .locations li.valencia {
        width: 98%;
        margin: 1%;
        max-height: 200px;
    }
}

.footer {
    background: var(--bs-black);
    color: var(--bs-white);
    margin-top: 5rem;
}

.footer .navbar-brand img {
    max-width: 150px;
}

.footer .rrss_list {
    display: block;
}

.footer .rrss_list li {
    display: inline-block;
}

.footer .rrss_list li a {
    color: var(--mfg-dark-gray);
    margin: 0 0.5rem;
    font-size: 0.8rem;
}