@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: "Fustat", sans-serif;
}

.slides-wrapper {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

body.safari .slides-wrapper {
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}

.slides {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transition: transform 0.4s ease-in-out;
}

.slide-section {
    height: 100dvh;
    height: 100svh;
    height: 100vh;
    width: 100vw;
    padding-top: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.custom-scrollbar {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 12px;
    z-index: 999;
    transition: width 0.2s ease;
    /* cursor: pointer; */
}

.scroll-thumb {
    width: 100%;
    height: calc(100% / 5);
    background: #E4D955;
    position: absolute;
    top: 0;
    transition: top 0.2s ease;
    cursor: grab;
}

.custom-scrollbar:has(.scroll-thumb:hover) {
    width: 16px;
}

#landingSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.bg-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#landingSection .bg-gradient {
    background: radial-gradient(46.13% 138.48% at 50.8% 52.35%, rgba(22, 31, 56, 0.5) 51%, #161F38 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background-blend-mode: multiply;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(22, 31, 56, 0.20);
}

#menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 60px;
    transition: opacity 0.3s;
}

#menu .logo {
    margin-left: 6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/Logos/DCI-logo-rev.svg);
    width: 150px;
    height: 66px;
    transition: all 0.3s;
}

#menu .logo.mini {
    background-image: url(../assets/Logos/DCI-shield-rect.svg);
}

.logo:not(#footerBottom .logo) {
    cursor: pointer;
}

#menu .icon {
    margin-right: 6%;
    transition: background-image 0.3s;
}

#landingHeading {
    width: 100%;
    padding-left: 6%;
    z-index: 2;
}

#landingHeader {
    width: 45%;
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#landingSubheader {
    width: 47.5%;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.section-header {
    width: fit-content;
}

.section-subheading {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #161F38;
}

.section-subheading.white, .section-headline.white {
    color: white;
}

.section-underline {
    height: 3px;
    width: 85%;
    margin: 16px 0 32px;
    background-color: #E4D955;
}

#mainMenuNavigation .section-underline {
    width: 100%;
}

.vertical-bar {
    width: 2px;
    height: 85%;
    min-height: 16px;
    background-color: #E4D955;
}

.section-headline {
    font-weight: 800;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #161F38;
}

.case-study-section {
    padding-top: 0;
    justify-content: flex-start;
    background: #161F38;
}

.case-study-bg, .article-bg, .article-bg-apple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-study-section .bg-gradient {
    background: linear-gradient(89.67deg, #161F38 0.32%, rgba(43, 61, 111, 0.465) 62.46%, rgba(62, 87, 158, 0) 99.75%);
    background-blend-mode: multiply;
}

.case-study-section-container {
    z-index: 2;
    width: 50%;
    margin-left: 6%;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
}

.case-study-section .wf-button, #insightsSection .wf-button {
    margin-top: 48px;
}

.case-study-bg, .case-study-section .section-header, .case-study-section .section-headline {
    transition: opacity 0.3s;
}

.case-study-section .section-headline, .article .section-headline {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.50);
}

.case-study-section .section-underline {
    transition: width 0.3s;
}

.article {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    aspect-ratio: 3 / 2;
    padding: 24px;
    box-sizing: border-box;
    cursor: pointer;
    max-width: 600px;
    max-height: 400px;
}

.article .bg-gradient {
    /* background: linear-gradient(89.67deg, rgba(22, 31, 56, 0.6) 13.74%, rgba(43, 61, 111, 0.279) 75.89%, rgba(62, 87, 158, 0) 113.18%); */
    background: rgba(22, 31, 56, 0.4);
    background-blend-mode: multiply;
    transition: all 0.3s;
    z-index: 2;
}

.article:hover .bg-gradient {
    /* background: rgba(22, 31, 56, 0.80); */
    background: rgba(22, 31, 56, 0.80);
}

.article .section-header, .article .section-headline {
    z-index: 2;
}

.article .section-subheading {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
}

.article .section-headline {
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-read-more {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    color: #FFFFFF;
    z-index: 2;
    margin-top: 20px;
    opacity: 0;
}

.article-read-more .icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.article:hover .article-read-more {
    opacity: 1;
    /* text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 10%;
    text-decoration-color: #FFFFFF; */
}

#menuControls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
    margin-right: 6%;
}

#menuSelectCategory {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: right;
    text-wrap: nowrap;
    color: white;
    /* z-index: 99999; */
    cursor: pointer;
    transition: color 0.3s;
}

#menuSelectCategory:hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 10%;
    text-decoration-color: #FFFFFF;
}

#menu.dark #menuSelectCategory {
    color: #161F38;
}

#menu .vertical-bar {
    min-height: 32px;
}

#menuControls .icon-menu {
    margin-right: unset;
}

#categoryMenuContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#categoryMenu {
    width: 25%;
    height: 100%;
    margin-left: auto;
    background: #007C85;
    padding-top: 74px;
    box-sizing: border-box;
    transform: translateX(1000px);
    transition: all 0.3s;
}

#categoryMenuHeader {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 79%;
    margin: auto;
    margin-bottom: 40px;
}

#categoryMenuHeader .icon-close {
    margin-left: 15%;
}

#categoryMenuLinks {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    width: 79%;
    margin: auto;
}

#categoryMenuLinks a {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    color: white;
}

#categoryMenuLinks a:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 10%;
    text-decoration-color: #E4D955;
}

#categoryMenuLinks a.selected {
    font-weight: 800;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 10%;
    text-decoration-color: #E4D955;
}

#articleSection {
    width: 100vw;
    padding: 96px 6%;
    box-sizing: border-box;
}

#articleSectionContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#articleReturn {
    display: flex;
    cursor: pointer;
    height: fit-content;
}

#articleReturn .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

#articleReturnText {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    max-width: 95px;
    color: #161F38;
}

#articleReturn:hover #articleReturnText {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 15%;
    text-decoration-thickness: 10%;
}

#articleLinks {
    color: #161F38;
    height: fit-content;
}

#articleLinks > div {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

#articleLinks > a {
    display: flex;
    align-items: center;
    color: #161F38;
}

#articleLinks > a:not(:first-child) {
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -1%;
    cursor: pointer;
}

#articleLinks > div:not(:first-child):hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 10%;
}

#articleLinks .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

#articleBody {
    max-width: 70%;
    box-sizing: border-box;
}

#articleFooter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    max-height: 300px;
}

#articleFooter > div {
    width: 50%;
}

#articleFooterContact {
    background: #161F38;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#articleFooterContact .section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#articleFooterContinue {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#articleFooterNextImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
    height: 100%;
    box-shadow: 0px 4px 43px 13px #00000040 inset;
}

#articleFooterContinueContainer {
    width: 60%;
    height: 100%;
    background: #007C85;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding-left: 40px;
    backdrop-filter: blur(4px);
}

#articleFooterContinueHeader {
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#articleFooterNextProjectTitle {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    max-width: 80%;
}

#articleFooterContinue:hover #articleFooterContinueHeader {
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 25%;
    text-decoration-thickness: 8%;
    text-decoration-color: #E4D955;
}

#articleFooterContinue:hover .icon-arrow {
    background-image: url(../assets/Icons/arrow-hover.svg);
}

#footerSection {
    background: #161F38;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    box-sizing: border-box;
}

#footerContainer {
    width: 88%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footerContainer .logo {
    width: 150px;
}

#footerNavigation {
    display: flex;
    align-items: center;
}

#footerNavigation > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
}

#footerNavRight {
    align-items: flex-end !important;
}

.footer-nav-email, .menu-nav-email {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-decoration: none;
}

#footerSocials, #menuNavSocials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
}

#footerNavRight, #menuNavLinks {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer-nav-link {
    font-weight: 800;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: right;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-nav-email:hover, .footer-nav-link:hover, .menu-nav-link:hover, .menu-nav-email:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #E4D955;
    text-decoration-thickness: 8%;
    text-underline-offset: 25%;
}

#footerBottom {
    display: flex;
}

#footerBottom > div {
    display: flex;
    align-items: center;
}

#footerBottom > div:first-child {
    width: 35%;
}

#footerBottom > div:not(:first-child) {
    /* width: 45%; */
    margin-left: auto;
    gap: 64px;
}

#footerBottom .logo {
    width: 150px;
}

#footerBottom .marmon-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #d9d9d9;
    margin-left: 12px;
}

.footer-bottom-link, .footer-copyright {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -1%;
    color: #C0C0C0;
    white-space: nowrap;
}

.footer-copyright {
    margin-left: auto;
}

#mainMenuNavigationContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007C85;
    z-index: 9999;
    display: none;
    justify-content: center;
    transform: translateY(-1000px);
    transition: all 0.3s;
}

#mainMenuNavigation {
    margin-top: 60px;
    width: 88%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#mainMenuNavigation > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mainMenuNavigation .logo {
    /* width: 200px; */
}

.menu-nav-link {
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#menuNavRight {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5%;
}

#menuNavSocials .icon {
    width: 60px;
    height: 60px;
}

#scrollToast {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}

#scrollToast.dark {
    color: #161F38;
}

#scrollLine {
    margin-top: 6px;
    width: 0px;
    height: 20px;
    max-height: 30px;
    border: 2px dashed #ffffff;
}

.dark #scrollLine {
    border: 2px dashed #161F38;
}

.wf-button {
    background: #007C85;
    color: #FFFFFF;
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    width: fit-content;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wf-button:hover {
    background: #80CBB0;
}

.wf-button .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

a {
    text-decoration: none;
}

.icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon:hover {
    cursor: pointer;
}

.icon-menu {
    background-image: url(../assets/Icons/Menu-rev.svg);
}

.icon-menu:hover {
    background-image: url(../assets/Icons/Menu-hover.svg);
}

.icon-menu.dark, .dark .icon-menu {
    background-image: url(../assets/Icons/Menu.svg);
}

.icon-close {
    background-image: url(../assets/Icons/close.svg);
}

.icon-close:hover {
    background-image: url(../assets/Icons/close-hover.svg);
}

.icon-facebook {
    background-image: url(../assets/Icons/facebook-rev.svg);
}

.icon-facebook.dark {
    background-image: url(../assets/Icons/facebook.svg);
}

.icon-facebook:hover {
    background-image: url(../assets/Icons/facebook-hover.svg);
}

.icon-linkedin {
    background-image: url(../assets/Icons/linked-in-rev.svg);
}

.icon-linkedin.dark {
    background-image: url(../assets/Icons/linked-in.svg);
}

.icon-linkedin:hover {
    background-image: url(../assets/Icons/linked-in-hover.svg);
}

.icon-x {
    background-image: url(../assets/Icons/x-logo.svg);
}

.icon-x:hover {
    background-image: url(../assets/Icons/x-logo-hover.svg);
}

.icon-email {
    background-image: url(../assets/Icons/email.svg);
}

.icon-email:hover {
    background-image: url(../assets/Icons/email-hover.svg);
}

.icon-arrow {
    background-image: url(../assets/Icons/arrow-rev.svg);
}

.icon-arrow:hover {
    background-image: url(../assets/Icons/arrow-hover.svg);
}

.icon-back-arrow {
    background-image: url(../assets/Icons/back-arrow.svg);
}

.icon-download {
    background-image: url(../assets/Icons/download.svg);
}

.icon-link-out {
    background-image: url(../assets/Icons/link-out.svg);
}

.icon-left-page {
    background-image: url(../assets/Icons/left-page.svg);
}

.icon-right-page {
    background-image: url(../assets/Icons/right-page.svg);
}

#mobileMenu {
    display: none;
}

#opportunitiesSwiper {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .section-headline {
        font-size: 54px;
        line-height: 64px;
    }

    .case-study-section-container {
        width: 65%;
    }
}

@media only screen and (max-width: 1400px) {
    #categoryMenu {
        width: 29%;
    }

    #mainMenuNavigation {
        
    }

    .case-study-section-container {
        width: 70%;
    }

    #articleBody {
        width: 65%;
        max-width: 65%;
    }

    #menuNavLinks {
        gap: 36px;
        margin-top: 24px;
    }

    .menu-nav-link {
        /* font-size: 80px;
        line-height: 92px; */
    }
}

@media only screen and (max-width: 1200px) {
    #categoryMenu {
        width: 35%;
    }
}

@media only screen and (max-height: 800px) {
    #menu {
        top: 40px;
    }

    #mainMenuNavigation {
        height: 85%;
    }

    #menuNavLinks {
        gap: 32px;
    }

    .menu-nav-link {
        /* font-size: 86px;
        line-height: 96px; */
    }

    #footerSection {
        padding: 40px 0;
    }

    .section-underline {
        margin: 12px 0 24px;
    }

    .section-headline {
        font-size: 54px;
        line-height: 64px;
    }

    .article .section-headline {
        font-size: 28px;
        line-height: 38px;
        -webkit-line-clamp: 2;
    }

    /* .footer-nav-link {
        font-size: 64px;
        line-height: 72px;
    } */

    #landingHeader {
        /* font-size: 80px; */
        width: 65%;
    }

    #landingSubheader {
        /* font-size: 28px; */
        /* width: 65%; */
    }

    #footerBottom > div:not(:first-child) {
        gap: 32px;
    }
}

@media only screen and (max-height: 650px) {
    #menu {
        top: 15px;
    }

    .article .section-headline {
        font-size: 32px;
        line-height: 36px;
    }

    #footerBottom .marmon-text {
        line-height: 14px;
    }

    #footerBottom > div:not(:first-child) {
        gap: 48px;
    }

    #footerNavRight, #menuNavLinks {
        gap: 32px;
    }

    #categoryMenu {
        padding-top: 30px;
    }

    #categoryMenuHeader {
        font-size: 22px;
        line-height: 26px;
    }

    #categoryMenuLinks a {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 850px) {
    .article .section-headline {
        font-size: 28px;
        line-height: 38px;
        -webkit-line-clamp: 4;
    }

    #footerBottom > div:first-child {
        width: 50%;
    }

    #footerBottom > div:not(:first-child) {
        width: unset;
        flex-direction: column;
    }

    .footer-nav-email, .menu-nav-email {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
    .custom-scrollbar {
        width: 8px;
        z-index: 999;
        /* display: none; */
    }

    .custom-scrollbar:has(.scroll-thumb:hover) {
        width: 12px;
    }

    .slides-wrapper {
        /* overflow-y: auto;
        scroll-snap-type: y mandatory; */
    }

    .slide {
        scroll-snap-align: start;
    }

    #menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 25px;
    }

    #menuControls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        height: 100%;
    }

    #menuControls .vertical-bar {
        height: 100%;
        min-height: 32px;
        transition: opacity 0.25s;
    }

    #menuSelectCategory {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: right;
        color: #FFFFFF;
        cursor: pointer;
        transition: opacity 0.25s;
    }

    .dark #menuSelectCategory {
        color: #161F38;
    }

    #landingSection .bg-gradient {
        background: radial-gradient(145.96% 61.74% at 50.8% 52.35%, rgba(22, 31, 56, 0.50) 51%, #161F38 100%);
    }

    .case-study-section .bg-gradient {
        background: linear-gradient(90deg, #161F38 0.32%, rgba(43, 61, 111, 0.47) 62.46%, rgba(62, 87, 158, 0.00) 99.75%);
    }

    .case-study-bg {
        box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.50) inset;
    }

    .section-header {
        /* margin-bottom: 16px; */
    }

    .section-subheading {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%;
    }
    
    .section-headline, .article .section-headline {
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0%;
    }

    .article {
        padding: 18px;
        height: 32vh;
        aspect-ratio: 1 / 1;
    }

    .article .section-subheading {
        font-weight: 800;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    #footerSection {
        padding: 40px 0 30px;
    }

    #footerContainer {
        width: 94%;
        align-items: center;
    }

    #footerNavLeft {
        width: 100% !important;
        align-items: center !important;
    }

    .footer-nav-email {
        font-weight: 800;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
    }

    #footerSection .section-underline {
        margin-left: auto;
        margin-right: auto;
    }

    #footerSocials .icon {
        width: 48px;
        height: 48px;
    }

    #footerNavRight {
        display: none !important;
    }

    #footerBottom {
        flex-direction: column;
    }

    #footerBottom > div:first-child {
        order: 2;
        width: 100%;
    }

    #footerBottom > div:not(:first-child) {
        width: 100%;
        flex-direction: column;
        margin-left: unset;
        gap: 16px;
        color: #D9D9D9;
    }

    .footer-copyright {
        margin-top: 24px;
        margin-left: unset;
        margin-bottom: 48px;
    }

    #footerBottom .logo {
        width: 100px;
    }

    .marmon-text {
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0%;
        color: #D9D9D9;
    }

    #mainMenuNavigationContainer {
        align-items: center;
    }

    #mainMenuNavigation {
        width: 94%;
        height: 95%;
        margin-top: unset;
        justify-content: space-around;
    }

    #mainMenuNavigation > div {
        flex-direction: column;
    }

    #mainMenuNavigation > div:not(:first-child) {
        height: 75%;
    }

    #mainMenuNavigation .icon-close, #categoryMenu .icon-close {
        position: absolute;
        top: 40px;
        right: 28px;
    }

    #menuNavLinks {
        gap: 25px;
    }

    .menu-nav-link {
        font-weight: 800;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 0%;
        text-align: center;
    }
    
    #menuNavRight {
        margin-bottom: unset;
    }

    .menu-nav-email {
        font-weight: 800;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
    }

    #menuNavSocials .icon {
        width: 48px;
        height: 48px;
    }

    #selectCategory {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: right;
    }

    #landingHeader {
        width: 90%;
        font-weight: 800;
        font-size: 42px;
        line-height: 52px;
        letter-spacing: 0%;
    }

    #landingSubheader {
        width: 90%;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%;
    }

    #categoryMenu {
        width: 100%;
        padding-top: 48px;
    }

    #categoryMenuHeader {
        margin-bottom: 30%;
    }

    #categoryMenuLinks {
        gap: 32px;
    }

    #categoryMenuLinks a {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    #articleLinks {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    #articleLinks > div {
        margin-bottom: 0;
        margin-right: 8px;
    }

    #articleLinks .icon {
        margin-right: 0;
    }

    #articleLinks a span {
        display: none;
    }

    #articleFooter {
        flex-direction: column;
        height: 550px;
        max-height: 600px;
    }

    #articleFooter > div {
        width: 100%;
    }

    #articleFooterNextImg {
        display: none;
    }

    #articleFooterContinueContainer {
        width: 100%;
    }

    #articleFooterContinueHeader {
        font-weight: 800;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0%;
    }

    #articleFooterNextProjectTitle {
        font-weight: 800;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .case-study-section {
        background-position: right;
    }
}

@media only screen and (max-width: 500px) {
    #menu .logo, #mainMenuNavigation .logo {
        width: 104px;
        height: 45px;
    }

    .slide-section {
        padding-top: unset;
    }

    #mainMenuNavigation {
        justify-content: space-evenly;
    }

    #menuNavLinks {
        margin-top: unset;
        margin-bottom: 12px;
    }

    #menuNavRight {
        margin-top: 8px;
    }

    .article .section-subheading {
        font-size: 26px;
        line-height: 32px;
    }

    .section-underline {
        margin: 8px 0 16px;
    }

    #footerSocials, #menuNavSocials {
        margin-top: 16px;
    }

    .article .section-headline {
        font-size: 24px;
        line-height: 32px;
    }

    .article-read-more {
        display: none;
    }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .slide-section {
        padding-top: 60px;
    }

    #menu {
        top: 15px;
    }

    #menu .logo, #mainMenuNavigation .logo {
        width: 75px;
        height: 33px;
    }

    #menu .icon, #mainMenuNavigation .icon {
        width: 33px;
        height: 33px;
    }
    
    .section-headline, .article .section-headline {
        font-size: 20px;
        line-height: 24px;
    }

    .section-subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .article .section-subheading {
        font-size: 20px;
        line-height: 26px;
    }

    .section-underline {
        margin: 4px 0 8px;
    }

    .case-study-section .wf-button, #insightsSection .wf-button {
        margin-top: 25px;
    }
    
    .wf-button {
        padding: 10px 25px 10px 25px;
        font-size: 16px;
        line-height: 20px;
    }

    .article-read-more {
        display: none;
    }

    #mainMenuNavigation > div {
        flex-direction: row;
    }

    #footerContainer .logo {
        width: 75px;
    }

    .footer-nav-email {
        font-size: 20px;
        line-height: 24px;
    }

    #footerNavigation > div {
        margin-top: 8px;
    }

    #footerSocials, #menuNavSocials {
        margin-top: 16px;
    }

    #footerBottom > div:not(:first-child) {
        margin-top: 8px;
        gap: 8px;
    }

    #footerSocials .icon {
        width: 36px;
        height: 36px;
    }

    .footer-copyright {
        margin-top: 6px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 400px) and (orientation: portrait) {
    #menu .logo, #mainMenuNavigation .logo {
        width: 75px;
        height: 33px;
    }

    #menu .icon {
        width: 30px;
        height: 30px;
    }

    .wf-button {
        font-size: 16px;
        line-height: 20px;
    }

    .section-headline, .article .section-headline {
        font-size: 20px;
        line-height: 24px;
    }

    .article .section-subheading {
        font-size: 20px;
        line-height: 28px;
    }

    #footerContainer {
        margin-top: 20px;
    }

    #footerContainer .logo {
        width: 100px;
    }

    .footer-nav-email {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }

    #footerSocials .icon {
        width: 32px;
        height: 32px;
    }

    .footer-copyright {
        margin-top: 16px;
        margin-bottom: 32px;
    }
    
    .menu-nav-link {
        font-weight: 800;
        font-size: 28px;
        line-height: 36px;
    }
    
    #mainMenuNavigation .icon-close, #categoryMenu .icon-close {
        width: 28px;
        height: 28px;
    }

    .menu-nav-email {
        font-size: 22px;
        line-height: 32px;
    }

    #menuNavSocials .icon {
        width: 40px;
        height: 40px;
    }

    #menuControls {
        gap: 8px;
    }

    #menuSelectCategory {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
    #mainMenuNavigation {
        margin-top: 20px;
    }

    .menu-nav-link {
        font-size: 32px;
        line-height: 36px;
    }

    #landingHeader {
        font-size: 36px;
        line-height: 38px;
    }

    #landingSubheader {
        width: 89.5%;
        font-size: 20px;
        line-height: 30px;
    }

    #menuSelectCategory {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-nav-link {
        font-size: 24px;
        line-height: 28px;
    }
    
    #footerNavRight, #menuNavLinks {
        gap: 16px;
    }
    
    #footerBottom > div:not(:first-child) {
        align-items: flex-end;
    }
    
    #footerContainer > .logo {
        display: none;
    }
    
    #footerNavigation > div {
        margin-top: 16px;
    }
}