@font-face {
    font-family: npa;
    src: url(SpaceGrotesk-Regular.ttf) format("woff"), url(SpaceGrotesk-Regular.ttf) format("woff");
    font-weight: 300;
    font-style: normal;
}

.gz-c-Header-langToggle {
    display: flex;
    margin-top: 40px;
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    margin-bottom: 40px;
}

.gz-c-Header-langToggle a:not(:last-of-type) {
    border-right: 1px solid #fff;
}

.gz-c-Header-langToggle-item:first-of-type {
    padding: 5px 10px 5px 0;
}

.gz-c-Header-langToggle-item {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
}

.gz-c-Header-langToggle-item:last-of-type {
    padding: 5px 0 5px 10px;
}

.gz-c-Header-langToggle-item:hover,
.gz-c-Header-langToggle-item.is-active {
    color: #fff;
}

@media(min-width:1025px) and (max-width:1185px) {
    .gz-c-Header-langToggle-item {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.1em;
        color: #fff;
        text-decoration: none;
        padding: 4px 5px;
        transition: all 0.3s;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
    }
    .gz-c-Header-langToggle-item:last-of-type {
        padding: 5px 0 5px 5px;
    }
    .logo-a {
        width: 17%;
    }
    .menu ul li {
        padding: 0 3px !important;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
    font-size: 100%;
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

*,
:after,
:before {
    box-sizing: inherit;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

body {
    width: 100vw;
    background-color: #fff;
    color: #000;
    font-family: npa;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 120px;
    background-image: url(../images/background-image-as-2.png);
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

.wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 100px;
}

@media (max-width: 1200px) {
    .wrapper {
        padding: 50px 25px;
    }
}

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

.projects-listing .projects-listing-row .project-listing-item img {
    max-width: 100%;
    /* min-height: 450px; */
    height: 450px;
    width: 100%;
}

@media (max-width: 1200px) {
    .projects-listing .projects-listing-row .project-listing-item img {
        max-width: 100%;
        min-height: 450px;
        width: 100%;
    }
}

ol,
ul {
    list-style: disc outside none;
}

ol li,
ul li {
    margin-left: 15px;
    padding-bottom: 5px;
}

.img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hidden {
    height: 0;
    visibility: hidden;
    position: absolute;
}

.section-header {
    padding-top: 30px;
    border-top: 1px solid #000;
    margin-bottom: 60px;
}

.section-header.large {
    margin-bottom: 40px;
    padding-top: 40px;
}

@media (max-width: 768px) {
    .section-header.large {
        padding-top: 15px;
    }
}

.section-header.large h5 {
    font-size: 26px;
    line-height: 35px;
}

@media (max-width: 768px) {
    .section-header.large h5 {
        font-size: 17px;
        line-height: 25px;
    }
}

.page-subtitle {
    font-family: npa;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    max-width: 920px;
    margin-bottom: 120px;
}

.text-indent {
    text-indent: 30px;
}

@media (max-width: 768px) {
    .page-subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}

.separator {
    -webkit-animation: blinker 1.5s infinite;
    animation: blinker 1.5s infinite;
}

.owl-dots {
    display: none;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

body.menu-open {
    overflow: hidden;
}

.flexbox-grid-img-bg>div>div>ul {
    color: #333;
    text-transform: uppercase;
}

.flexbox-grid-img-bg>div>div>ul li a {
    background-color: #ccc;
}

.flexbox-grid-img-bg>div>div>ul li a:hover {
    background-color: #fff;
}

.separator-line {
    height: 1px;
    width: 100%;
    background-color: #000;
}

.flexbox-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.flexbox-grid>div {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    margin-bottom: 80px;
}

.flexbox-grid img {
    max-width: 100%;
}

.flexbox-grid p {
    margin: 0;
}

.flexbox-grid div a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #1d1d1d;
}

.flexbox-grid-2-40>div:nth-child(-n + 2) {
    margin-top: 0;
}

.flexbox-grid-2-40>div:nth-child(2n) {
    margin-right: 0;
}

.flexbox-grid-2-40>div {
    flex: auto;
    flex-grow: 0;
    margin-left: 0;
    margin-right: 40px;
    width: calc(50% - 20px);
}

.flexbox-grid-3-30>div:nth-child(-n + 3) {
    margin-top: 0;
}

.flexbox-grid-3-30>div:nth-child(3n) {
    margin-right: 0;
}

.flexbox-grid-3-30>div {
    flex: auto;
    flex-grow: 0;
    margin-left: 0;
    margin-right: 30px;
    width: calc(33.33333% - 20px);
}

.hero-slide-item {
    height: 100vh;
}

.bold-intro {
    max-width: 706px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .bold-intro {
        margin-bottom: 60px;
    }
}

.bold-intro p {
    font-family: npa;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #000;
}

.divider-line {
    background-color: #000;
    height: 1px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .divider-line {
        margin-bottom: 60px;
    }
}

.contact .divider-line,
.global-studio .divider-line {
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
}

.featured-projects .divider-line {
    margin-bottom: 0;
}

.search-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.5);
    z-index: 2;
}

.embed-wrap iframe {
    display: block;
    background: #000;
    border: none;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
}

@media (max-width: 768px) {
    .embed-wrap iframe {
        max-height: 200px;
    }
}

.animated-embed {
    position: relative;
}

.animated-embed:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    transition: all 1s ease;
}

.animated-embed.animate:after {
    left: 100%;
}

.theme-light #logo,
.theme-light .header-icon img {
    -webkit-filter: none;
    filter: none;
}

.theme-light .menu-toggle-btn span {
    background: #fff;
}

.dark-section-wrap {
    background-color: #1d1d1d;
    padding: 120px 0;
}

@media (max-width: 768px) {
    .dark-section-wrap {
        padding: 60px 0;
    }
}

.light-section-wrap {
    padding: 120px 0 0;
    background-color: #fafafa;
}

@media (max-width: 768px) {
    .light-section-wrap {
        padding: 60px 0 0;
    }
}

.video-available img {
    display: none !important;
}

.intro-block-wrap {
    margin-bottom: 60px;
    max-width: 600px;
}

.text-block-wrap {
    margin-bottom: 120px;
    max-width: 600px;
}

@media (max-width: 768px) {
    .text-block-wrap {
        margin-bottom: 60px;
    }
}

.contact-map {
    min-height: 450px;
    width: 100%;
}

.basic-page-content-wrap {
    border-top: 1px solid #000;
}

.basic-page-content-inner {
    max-width: 600px;
    margin: 0 auto 120px;
    padding-top: 120px;
}

@media (max-width: 768px) {
    .basic-page-content-inner {
        margin-bottom: 60px;
        padding-top: 60px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: npa;
}

h1 {
    font-size: 56px;
    line-height: 65px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

h2 {
    font-size: 46px;
    line-height: 50px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }
}

h3 {
    font-size: 35px;
    line-height: 45px;
}

h4 {
    font-size: 26px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    line-height: 25px;
}

h6 {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

sup {
    vertical-align: super;
    font-size: 35px;
    font-weight: 500;
}

.button,
button {
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url(../images/arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.button.button-white,
button.button-white {
    background-image: url(../images/arrow.svg);
}

.owl-nav.disabled {
    display: none;
}

.featherlight .featherlight-content .featherlight-close-icon {
    background: none;
    background-image: url(../images/plus.svg);
    text-indent: -9999px;
    transform: rotate(45deg);
    outline: none;
    top: 1px;
}

div.header-top-head {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

div#header-top {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 38px;
    padding-bottom: 38px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0, 0, 0);
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.4494572829131652) 0%, rgba(0, 0, 0, 0.3533788515406162) 45%, rgba(0, 0, 0, 0.1533788515406162) 85%, rgba(0, 0, 0, 0.02) 100%);
}

@media (max-width: 768px) {
    div#header-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

div#menu-wrap-outer {
    height: 1px;
    position: relative;
    z-index: 2;
}

div#menu-wrap-inner-wrap {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

@media (max-width: 768px) {
    div#menu-wrap-inner-wrap {
        overflow: hidden;
        overflow-y: scroll;
    }
}

div#menu-wrap-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

@media (max-width: 768px) {
    div#menu-wrap-inner {
        display: block;
    }
}

.standard-menu {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .standard-menu {
        padding-top: 120px;
    }
}

.language-menu {
    flex-basis: 50%;
}

div#menu-wrap-inner ul {
    list-style-type: none;
    padding: 0;
}

@media (max-width: 768px) {
    #header-menu {
        margin-bottom: 40px;
    }
}

#header-menu a {
    text-wrap: nowrap;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: npa;
    font-size: 18px;
    font-weight: 500;
    line-height: 70px;
}

@media (max-width: 1414px) {
    #header-menu a {
        font-size: 38px;
        line-height: 48px;
    }
    #header-menu a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #header-menu a {
        font-size: 28px;
        line-height: 48px;
    }
}

#header-menu:hover a {
    color: #fff;
}

#header-languages-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

#header-languages-menu:hover a {
    color: #fff;
}

#header-languages-menu a:hover,
#header-menu a:hover {
    color: #fff;
}

#header-social-menu>ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}

#header-social-menu li {
    margin: 0 10px;
    display: inline-block;
}

#header-social-menu a {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    background-size: contain;
    background-position: 50%;
    opacity: 0.4;
    color: #fff;
}

#header-social-menu li a.facebook {
    background-image: url(../images/facebook.svg);
}

#header-social-menu li a.linkedin {
    background-image: url(../images/linkedin.svg);
}

#header-social-menu li a.twitter {
    background-image: url(../images/twitter.svg);
}

#header-social-menu li a.pinterest {
    background-image: url(../images/pinterest.svg);
}

#header-social-menu li a.instagram {
    background-image: url(../images/instagram.svg);
}

#header-social-menu a:hover {
    opacity: 1;
}

#header-social-menu {
    /* position: absolute; */
    margin-bottom: 30px;
    /* bottom: 30px; */
}

#header-social-menu a {
    background-repeat: no-repeat;
}

#header-social-menu a.facebook {
    background-image: url(../images/facebook.svg);
}

#header-social-menu a.linkedin {
    background-image: url(../images/linkedin.svg);
}

#header-social-menu a.twitter {
    background-image: url(../images/twitter.svg);
}

#header-social-menu a.pinterest {
    background-image: url(../images/pinterest.svg);
}

#header-social-menu a.instagram {
    background-image: url(../images/instagram.svg);
}

#menu-speak-your-language {
    color: #999;
    font-size: 28px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    padding-left: 145px;
    font-family: npa;
}

#menu-speak-your-language .language-menu-inner {
    position: relative;
    width: 100%;
}

#menu-speak-your-language .language-menu-chevron {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    height: 30px;
    width: 30px;
    background-image: url(../images/chevron-down-gray.svg);
}

@media (max-width: 768px) {
    #menu-speak-your-language .language-menu-chevron {
        display: none;
    }
}

#menu-speak-your-language .language-menu-chevron.chevron-up {
    top: -30px;
    transform: translateX(-50%) rotate(180deg);
}

#menu-speak-your-language .language-menu-chevron.chevron-down {
    bottom: -30px;
}

@media (max-width: 768px) {
    #menu-speak-your-language {
        border: 0;
        padding-left: 0;
        /* position: absolute; */
        top: 0;
        right: -200%;
        width: 100%;
        background-color: #000;
        flex-direction: column;
        height: auto;
    }
}

@media (max-width: 768px) {
    #menu-speak-your-language li {
        border-bottom: 1px solid #333;
    }
}

.menu-language-open div#header-top {
    z-index: auto;
}

#menu-speak-your-language a {
    text-decoration: none;
    color: #999;
    display: block;
}

@media (max-width: 768px) {
    #menu-speak-your-language a {
        font-size: 17px;
        line-height: 25px;
        color: #fff;
        padding: 20px;
    }
}

.menu-icons-rhs {
    margin: 0;
    float: right;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.menu-icons-rhs li {
    display: inline-block;
    margin: 0 12px;
}

#header-search-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
    max-width: none;
    padding-left: 100%;
    padding-right: 100%;
    margin-left: -100%;
    margin-right: -100%;
}

@media (max-width: 768px) {
    #header-search-form {
        padding: 0 20px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        height: 66px;
        border-top: 1px solid #000;
    }
}

.header-search-form-inner {
    position: relative;
}

#header-search-form input {
    font-family: npa;
    height: 112px;
    width: 100%;
    border: 0;
    font-size: 43px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 64px;
    color: #1d1d1d;
    outline: none;
}

@media (max-width: 768px) {
    #header-search-form input {
        font-size: 16px;
        line-height: 24px;
        height: 64px;
    }
}

#header-search-form input::-webkit-input-placeholder {
    color: #ebebeb;
}

#header-search-form input::-moz-placeholder {
    color: #ebebeb;
}

#header-search-form input:-ms-input-placeholder {
    color: #ebebeb;
}

#header-search-form input::-ms-input-placeholder {
    color: #ebebeb;
}

#header-search-form input::placeholder {
    color: #ebebeb;
}

#header-search-form ul {
    margin-top: 45px;
    position: absolute;
    right: 60px;
    top: 0;
}

@media (max-width: 768px) {
    #header-search-form ul {
        right: 0;
        margin-top: 20px;
    }
}

#header-top.dark #logo {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#header-top.dark .menu-toggle-btn span {
    background: #000;
}

#header-top.dark .header-icon.search-icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#header-top.light #logo {
    -webkit-filter: none;
    filter: none;
}

#header-top.light .menu-toggle-btn span {
    background: #fff;
}

#header-top.light-logo-dark-menu #logo,
#header-top.light .header-icon.search-icon img {
    -webkit-filter: none;
    filter: none;
}

#header-top.light-logo-dark-menu .menu-toggle-btn span {
    background: #000;
}

#header-top.dark-logo-light-menu #logo,
#header-top.light-logo-dark-menu .header-icon.search-icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#header-top.dark-logo-light-menu .menu-toggle-btn span {
    background: #fff;
}

#header-top.dark-logo-light-menu .header-icon.search-icon img {
    -webkit-filter: none;
    filter: none;
}

#logo {
    -webkit-filter: invert(1);
    filter: invert(1);
}

@media (max-width: 768px) {
    #logo {
        max-height: 50px;
    }
}

.header-icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.search-close img {
    -webkit-filter: none;
    filter: none;
    transform: rotate(45deg);
}

.menu-open #header-top {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .menu-open #header-top {
        position: relative;
    }
}

.menu-open #header-top.dark-logo-light-menu .search-icon img,
.menu-open #header-top.dark .search-icon img,
.menu-open #header-top.light-logo-dark-menu .search-icon img {
    -webkit-filter: none;
    filter: none;
}

.menu-open #header-top.dark-logo-light-menu .menu-icon span,
.menu-open #header-top.dark .menu-icon span,
.menu-open #header-top.light-logo-dark-menu .menu-icon span {
    background: #fff;
}

.menu-open #header-top.dark #logo,
.menu-open #header-top.dark-logo-light-menu #logo,
.menu-open #header-top.light-logo-dark-menu #logo {
    -webkit-filter: none;
    filter: none;
}

.menu-back-link {
    display: none;
    position: relative;
}

@media (max-width: 768px) {
    .menu-back-link {
        display: block;
        font-family: npa;
        font-size: 10px;
        line-height: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: transparent;
        width: 100%;
        text-align: left;
        padding: 20px 20px 20px 50px;
        border-bottom: 1px solid #333;
    }
}

.menu-back-link:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 20px;
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .language-link-wrap {
        margin-left: -100%;
        margin-right: -100%;
        padding: 40px 100%;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }
}

.menu-language-link {
    display: none;
    position: relative;
}

@media (max-width: 768px) {
    .menu-language-link {
        color: #fff;
        border: 1px solid #333;
        border-radius: 4px;
        padding: 18px 25px;
        display: block;
    }
}

.menu-language-link:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
}

.search-icon {
    display: flex;
}

.menu-toggle-btn {
    cursor: pointer;
    width: 20px;
    height: 10px;
}

.menu-toggle-btn span {
    background: #000;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.3s linear;
}

.menu-toggle-btn.open span {
    background: #fff;
}

.menu-toggle-btn.open span:first-child,
.menu-toggle-btn.open span:nth-child(2) {
    transform: translateY(3px) rotate(-45deg);
    margin: 0;
}

.menu-toggle-btn.open span:nth-child(2) {
    transform: translateY(1px) rotate(45deg);
}

#header-languages-menu {
    max-height: 430px;
    overflow: scroll;
    position: relative;
}

#header-languages-menu:after,
#header-languages-menu:before {
    content: "";
    position: -webkit-sticky;
    position: sticky;
    display: block;
    left: 0;
    width: 100%;
    height: 70px;
}

#header-languages-menu:before {
    top: 0;
    background: linear-gradient(180deg, #000, transparent 70px);
}

#header-languages-menu:after {
    bottom: 0;
    background: linear-gradient(0deg, #000, transparent 70px);
}

#header-languages-menu .menu-item {
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

.submenu__child {
    position: absolute;
    display: none;
    /* top: 57%;
  left: 32%; */
    border-radius: 3px;
    background-color: #252525;
}

.submenu__child_has-child {
    border-radius: 3px;
    background-color: #252525;
    width: 100%;
    padding: 3px 40px !important;
    display: block !important;
    border-bottom: 1px solid #333;
}

.submenu__child a {
    line-height: 40px !important;
}

.submenu__grandchild {
    position: absolute;
    background-color: #252525;
    display: none;
    top: 0;
    left: 100%;
    width: auto;
    padding: 3px 0px !important;
    list-style: none;
    padding-bottom: 0;
    margin-left: 0;
}

.submenu__grandchild a {
    line-height: 40px !important;
}

.submenu__grandchild li {
    width: 100%;
    border-bottom: 1px solid #333;
}

.submenu__grandchild2 {
    position: absolute;
    background-color: #252525;
    display: none;
    bottom: 1%;
    left: 100%;
    width: auto;
    padding: 3px 0px !important;
    list-style: none;
    padding-bottom: 0;
    margin-left: 0;
}

.submenu__grandchild2 a {
    line-height: 40px !important;
}

.submenu__grandchild2 li {
    width: 100%;
    border-bottom: 1px solid #333;
}

._has-child:hover .submenu__child {
    display: flex;
    flex-wrap: wrap;
}

.submenu__child_has-child:hover .submenu__grandchild {
    display: flex;
    flex-wrap: wrap;
}

.submenu__child_has-child:hover .submenu__grandchild2 {
    display: flex;
    flex-wrap: wrap;
}

.submenu__child a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.3em;
}


/* @media screen and (max-width: 768px) {
  .submenu__child{
    top: 0;
    left: 0;
    width: 100%;
  }
} */

.icon-arrow {
    width: 3%;
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.icon-arrow img {
    margin: 0 15px;
}

.left-right-arrow {
    width: 100%;
    height: auto;
    display: flex;
    float: right;
}

.left-left-arrow {
    width: 100%;
    height: auto;
    display: flex;
    float: right;
}

@media (max-width: 768px) {
    #header-languages-menu .menu-item {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    #header-languages-menu {
        width: 100%;
        text-align: left;
        max-height: none;
    }
    #header-languages-menu:after,
    #header-languages-menu:before {
        display: none;
    }
}

.language-menu {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
}

.language-menu:after {
    content: "";
    box-shadow: inset 0 150px 100px -50px #000;
}

.menu ul li {
    display: inline-block;
    padding: 0 10px;
    list-style: none;
    padding-bottom: 0;
    margin-left: 0;
}

#page-footer {
    margin-left: -100%;
    margin-right: -100%;
    background-color: #000;
    color: #fff;
    padding: 60px 100% 0;
}

#page-footer ::-moz-selection {
    background-color: #fff;
    color: #000;
}

#page-footer ::selection {
    background-color: #fff;
    color: #000;
}

div#page-footer-right-menus,
div#page-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 768px) {
    div#page-footer-right-menus,
    div#page-footer-wrap {
        justify-content: flex-start;
    }
}

#page-footer-right-menus {
    margin-bottom: 60px;
}

#page-footer-right-menus .menu {
    flex-basis: 33.33%;
}

@media (max-width: 768px) {
    #page-footer-right-menus .menu {
        flex-basis: 100%;
    }
}

div#page-footer-left-menus,
div#page-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

@media (max-width: 768px) {
    div#page-footer-left-menus,
    div#page-footer-wrap {
        justify-content: flex-start;
    }
}

#page-footer-left-menus {
    margin-bottom: 60px;
}

#page-footer-left-menus .menu {
    flex-basis: 33.33%;
}

@media (max-width: 768px) {
    #page-footer-left-menus .menu {
        flex-basis: 100%;
    }
}

#page-footer-left,
#page-footer-right {
    flex-basis: 50%;
}

@media (max-width: 768px) {
    #page-footer-left,
    #page-footer-right {
        flex-basis: 100%;
    }
}

.footer-copyright {
    flex-basis: 100%;
    border-top: 1px solid #fff;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#page-footer-right ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}

div#page-footer-right ul a.secondary-item {
    font-weight: 300;
}

div#page-footer-left ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}

div#page-footer-left ul a.secondary-item {
    font-weight: 300;
}

div#footer-menu-social li a {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

div#footer-menu-social li a.facebook {
    background-image: url(../images/facebook.svg);
}

div#footer-menu-social li a.linkedintw {
    background-image: url(../images/linkedin.svg);
}

div#footer-menu-social li a.twitter {
    background-image: url(../images/twitter.svg);
}

div#footer-menu-social li a.pinterest {
    background-image: url(../images/pinterest.svg);
}

div#footer-menu-social li a.instagram {
    background-image: url(../images/instagram.svg);
}

#footer-menu-social {
    margin-bottom: 40px;
    margin-right: auto;
}

#footer-menu-social ul {
    margin: 0 -10px;
}

#footer-menu-social li {
    padding: 0 10px;
}

#page-footer #logo {
    -webkit-filter: none;
    filter: none;
    width: auto;
}

@media (max-width: 768px) {
    #page-footer #logo {
        margin-bottom: 40px;
    }
}

#footer-menu-social ul {
    display: flex;
}

.hero-slider-wrap {
    top: -122px;
    display: block !important;
    opacity: 1 !important;
}

.hero-slider-wrap .hero-slide-title {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: center;
    /* bottom: 165px; */
    font-family: npa;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.hero-slider-wrap .hero-slide-icon {
    position: absolute;
    top: 20%;
    display: flex;
    /* bottom: 165px; */
    font-family: npa;
    font-size: 22px;
    line-height: 80px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    /* left: 20%; */
    transform: translateX(0%);
    width: 100%;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .hero-slider-wrap .hero-slide-title {
        font-size: 32px;
        line-height: 35px;
        letter-spacing: -0.5px;
        bottom: 70px;
    }
    .icon-arrow {
        width: 10%;
    }
}

.button-header {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 10px 30px;
    color: white;
}

.button-header p {
    margin-bottom: 0;
    font-size: 14px;
}

.logo-a {
    width: 20%;
}

.desktop-menu {
    display: block;
}

.mobil-menu {
    display: none;
}

.desktop-styles {
    padding: 30px 50px;
}

.menu-item {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .desktop-menu {
        display: none;
    }
    .mobil-menu {
        display: block;
    }
    .js {
        display: none;
    }
    .button-header {
        display: none;
    }
    .logo-a {
        width: 25%;
    }
    .menu ul li {
        display: block;
        padding: 0 10px;
        list-style: none;
        padding-bottom: 0;
        margin-left: 0;
    }
    .desktop-styles {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1225px) {
    .desktop-styles {
        padding: 30px 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .logo-a {
        width: 50%;
    }
}

@media screen and (max-width: 1414px) {
    .button-header {
        display: none;
    }
}

@media screen and (min-width: 1414px) and (max-width: 1496px) {
    .menu ul li {
        padding: 0 5px;
    }
}

.footer-left-contact {
    color: white !important;
    text-decoration: none;
    list-style: none;
}

.footer-left-contact li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}

.hero-slider-wrap .hero-slide-title:after {
    content: " ";
    position: relative;
    /* background-image: url(../images/arrow.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 20px;
}

.hero-slider-wrap .hero-slide-image img,
.hero-slider-wrap .hero-slide-image video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-slider-wrap .hero-slide-image video {
    max-width: none;
    width: 100vw;
}

.hero-slider-wrap .owl-dots {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .hero-slider-wrap .owl-dots {
        position: absolute;
        bottom: 30px;
        left: 20px;
    }
}

.hero-slider-wrap .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
}

.hero-slider-wrap .owl-dots .owl-dot.active {
    opacity: 1;
}

.hero-slider-trigger-wrap {
    position: relative;
    bottom: 220px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-slider-trigger-wrap {
        display: none;
    }
}

.hero-slider-trigger-wrap .trigger-link {
    color: #fff;
    font-family: npa;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    background: none;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    border: none;
    outline: none;
    cursor: pointer;
}

.hero-slider-trigger-wrap .trigger-link:before {
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
}

.hero-slider-trigger-wrap .trigger-link.active:after {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
    background-color: #fff;
}

.hero-slider-trigger-wrap .trigger-item {
    position: relative;
    margin: 0 12px;
    /* flex: 1; */
}

.hero-slider-trigger-wrap .trigger-item:first-child {
    margin-left: 0;
}

.hero-slider-trigger-wrap .trigger-item.active .slide-progress {
    visibility: visible;
}

.hero-slider-trigger-wrap .trigger-item .slide-progress {
    visibility: hidden;
    position: absolute;
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #fff;
    top: -3px;
}

.featured-strip-wrap {
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
    margin-bottom: 120px;
    background-color: #000;
    color: #fafafa;
}

.featured-strip-wrap .featured-strip-inner {
    display: flex;
}

@media (max-width: 768px) {
    .featured-strip-wrap .featured-strip-inner {
        flex-direction: column;
        padding: 20px 0;
    }
}

.featured-strip-wrap .featured-strip-inner>div {
    flex: 1;
    padding: 130px 0;
}

@media (max-width: 768px) {
    .featured-strip-wrap .featured-strip-inner>div {
        padding: 40px 0;
    }
}

.featured-strip-wrap .featured-strip-inner>div ::-moz-selection {
    background-color: #fff;
    color: #000;
}

.featured-strip-wrap .featured-strip-inner>div ::selection {
    background-color: #fff;
    color: #000;
}

.featured-strip-wrap .featured-strip-inner h2 {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .featured-strip-wrap .featured-strip-inner h2 {
        margin-bottom: 20px;
    }
}

.featured-strip-wrap .featured-strip-inner h5 {
    font-family: npa;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 40px;
    font-weight: 500;
}

.featured-strip-wrap .featured-strip-inner .featured-strip-image {
    display: flex;
    justify-content: center;
    padding: 0;
}

@media (max-width: 768px) {
    .featured-strip-wrap .featured-strip-inner .featured-strip-image {
        padding-top: 0;
    }
}

.featured-news-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .featured-news-wrap {
        margin-bottom: 20px;
    }
}

.featured-news-wrap.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.featured-news-item {
    flex-basis: 50%;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .featured-news-item {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
}

.featured-news-item.featured-news-item-small .featured-news-item-inner {
    min-height: auto;
    height: 420px;
}

@media (max-width: 768px) {
    .featured-news-item.featured-news-item-small .featured-news-item-inner {
        height: 380px;
    }
}

.featured-news-item.featured-news-item-small .featured-news-item-inner picture {
    position: absolute;
    width: 100%;
}

.featured-news-item.featured-news-item-small .featured-news-item-inner img {
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .featured-news-item.featured-news-item-small .featured-news-item-inner img {
        height: 380px;
    }
}

.featured-news-item-inner {
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.featured-news-item-inner picture {
    position: absolute;
    width: 100%;
}

.featured-news-item-inner picture img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .featured-news-item-inner picture img {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .featured-news-item-inner {
        min-height: 380px;
    }
}

.featured-news-item-inner:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.featured-news-item-content {
    padding: 35px;
    z-index: 1;
}

.featured-news-item-category,
.featured-news-item-category a {
    font-family: npa;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fafafa;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-news-item-title a {
    font-family: npa;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #fafafa;
}

.accordion .accordion-item .accordion-item-content {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.accordion .accordion-item .accordion-title-icon {
    position: relative;
    text-align: right;
    flex-basis: 10%;
    top: 2px;
}

@media (max-width: 768px) {
    .accordion .accordion-item .accordion-title-icon {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.accordion .accordion-item .accordion-title-icon:before {
    content: "";
    display: block;
    background-image: url(../images/plus.svg);
    width: 20px;
    height: 20px;
}

.accordion .accordion-item.active .accordion-item-content {
    opacity: 1;
    height: auto;
    margin-bottom: 40px;
}

.accordion .accordion-item.active .accordion-title-icon:before {
    content: "";
    display: block;
    background-image: url(../images/minus.svg);
    width: 20px;
    height: 20px;
}

.accordion-with-image-wrap {
    position: relative;
    margin-bottom: 120px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap {
        margin-bottom: 60px;
    }
}

.accordion-with-image-wrap .accordion-section-title {
    font-family: npa;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 60px;
    padding-top: 30px;
    width: 50%;
    float: right;
    clear: both;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-section-title {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
        padding-left: 0;
    }
}

.accordion-with-image-wrap .accordion-section-title:before {
    content: " ";
    border-top: 1px solid #000;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
}

.accordion-with-image-wrap .accordion-item {
    display: flex;
    width: 100%;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-item {
        flex-wrap: wrap;
    }
}

.accordion-with-image-wrap .accordion-item>div {
    flex: 1;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-item>div {
        flex-basis: 100%;
        padding: 0;
    }
}

.accordion-with-image-wrap .accordion-item .accordion-item-content {
    margin-bottom: 0;
    max-width: 500px;
    color: #000;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-item .accordion-item-content {
        margin-bottom: 30px;
    }
}

.accordion-with-image-wrap .accordion-item .accordion-item-image {
    visibility: hidden;
}

.accordion-with-image-wrap .accordion-item.active .accordion-item-content {
    display: block;
    margin-bottom: 80px;
}

.accordion-with-image-wrap .accordion-item.active .accordion-item-image {
    visibility: visible;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-item.active .accordion-item-image {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-item.active .accordion-item-image img {
        position: relative;
    }
}

.accordion-with-image-wrap .accordion-item.active .accordion-item-title {
    color: #000;
}

.accordion-with-image-wrap .accordion-item-title {
    cursor: pointer;
    color: #999;
}

@media (max-width: 768px) {
    .accordion-with-image-wrap .accordion-item-image {
        order: 2;
    }
}

.accordion-with-image-wrap .accordion-item-image img {
    position: absolute;
    max-width: 50%;
    top: 0;
    left: 0;
}

.accordion-vacancies-wrap {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .accordion-vacancies-wrap {
        margin-bottom: 60px;
    }
}

.accordion-vacancies-wrap .accordion-item-copy {
    max-width: 815px;
    margin: 0 auto;
}

.accordion-vacancies-wrap .accordion-item-title {
    font-family: npa;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    position: relative;
}

@media (max-width: 768px) {
    .accordion-vacancies-wrap .accordion-item-title {
        flex-direction: column;
    }
}

.accordion-vacancies-wrap .accordion-item-title span {
    flex: 1;
}

.accordion-vacancies-wrap .accordion-item-title .accordion-title-name {
    flex-basis: 50%;
}

@media (max-width: 768px) {
    .accordion-vacancies-wrap .accordion-item-title .accordion-title-name {
        font-size: 17px;
        line-height: 25px;
    }
}

.accordion-vacancies-wrap .accordion-item-title .accordion-title-location {
    flex-basis: 40%;
    font-weight: 300;
}

@media (max-width: 768px) {
    .accordion-vacancies-wrap .accordion-item-title .accordion-title-location {
        font-size: 17px;
        line-height: 25px;
    }
}

.accordion-vacancies-wrap .accordion-item {
    padding: 30px 0;
    border-top: 1px solid #000;
}

@media (max-width: 768px) {
    .accordion-vacancies-wrap .accordion-item {
        padding: 15px 25px;
    }
}

.accordion-vacancies-wrap .accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.accordion-vacancies-wrap .accordion-item.active .accordion-item-content {
    margin-top: 30px;
}

.accordion-vacancies-wrap .accordion-item .accordion-item-content {
    max-width: 705px;
}

.accordion-vacancies-wrap .accordion-item .accordion-item-content p:first-child {
    margin-top: 40px;
}

.accordion-vacancies-wrap .accordion-item .accordion-item-content .download-wrap {
    margin-top: 60px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .accordion-vacancies-wrap .accordion-item .accordion-item-content .download-wrap {
        margin-top: 40px;
    }
}

.accordion-contacts-wrap .accordion-item-title {
    font-family: npa;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    position: relative;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item-title {
        font-size: 22px;
    }
}

.accordion-contacts-wrap .accordion-item-title h4,
.accordion-contacts-wrap .accordion-item-title span {
    flex: 1;
    margin-bottom: 0;
}

.accordion-contacts-wrap .accordion-item-title h4.accordion-title-city,
.accordion-contacts-wrap .accordion-item-title span.accordion-title-city {
    flex-basis: 30%;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item-title h4.accordion-title-city,
    .accordion-contacts-wrap .accordion-item-title span.accordion-title-city {
        flex-basis: 40%;
    }
}

.accordion-contacts-wrap .accordion-item-title h4.accordion-title-location,
.accordion-contacts-wrap .accordion-item-title span.accordion-title-location {
    flex-basis: 30%;
    font-weight: 300;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item-title h4.accordion-title-location,
    .accordion-contacts-wrap .accordion-item-title span.accordion-title-location {
        display: none;
    }
}

.accordion-contacts-wrap .accordion-item-title h4.accordion-title-time,
.accordion-contacts-wrap .accordion-item-title span.accordion-title-time {
    flex-basis: 30%;
}

.accordion-contacts-wrap .accordion-item-title h4.accordion-title-icon,
.accordion-contacts-wrap .accordion-item-title span.accordion-title-icon {
    flex-basis: 10%;
}

.accordion-contacts-wrap .accordion-item {
    margin-left: -100%;
    padding: 30px 100%;
    margin-right: -100%;
    border-top: 1px solid #000;
}

.accordion-contacts-wrap .accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.accordion-contacts-wrap .accordion-item.active {
    padding-bottom: 0;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner {
    display: flex;
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner {
        flex-direction: column;
    }
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address {
    flex: 1;
    justify-content: flex-start;
    color: #666;
    display: flex;
    flex-direction: column;
    padding: 40px 40px 60px 0;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address {
        border-right: 0;
        padding-left: 100%;
        margin-left: -100%;
        padding-right: 100%;
        margin-right: -100%;
        border-bottom: 1px solid #000;
        margin-bottom: 40px;
    }
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-details {
    padding-bottom: 20px;
    color: #000;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-details p {
    margin-bottom: 0;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-ctas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-ctas .contact-address-cta {
    padding: 15px;
    flex: 1;
    text-align: center;
    border: 2px solid #000;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: npa;
    cursor: pointer;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-ctas .contact-address-cta:hover {
    background-color: #000;
    color: #fff;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-ctas .contact-address-cta:not(:last-child) {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-ctas .contact-address-cta:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-ctas {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address a {
    color: #000;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-email {
    padding-bottom: 40px;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-address .contact-address-map {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    padding-bottom: 40px;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person {
    flex-basis: 70%;
    padding: 40px 30px 0 0;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person {
        padding: 0 0 60px;
    }
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person .contact-person-inner {
    display: flex;
    height: 100%;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person .contact-person-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person .contact-person-inner a {
    color: #000;
}

.accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person .contact-person-inner img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .accordion-contacts-wrap .accordion-item .accordion-item-content-inner .contact-person .contact-person-inner img {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.image-teaser-wrap {
    margin-bottom: 95px;
}

.image-teaser-wrap .owl-stage {
    padding-left: 0 !important;
}

.image-teaser-wrap .owl-stage-outer {
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
}

.image-teaser-wrap .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}

.image-teaser-wrap .owl-nav button span {
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
}

.image-teaser-wrap .owl-nav button.owl-prev {
    transform: rotate(180deg);
    margin-right: 10px;
}

.image-teaser-wrap .owl-nav button.disabled {
    opacity: 0.6;
}

.image-teaser-content .image-teaser-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.image-teaser-content .image-teaser-inner:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); */
}

.image-teaser-content .image-teaser-inner:hover .image-teaser-copy {
    bottom: 0 !important;
    transform: translateY(0);
}

.image-teaser-content .image-teaser-inner picture img {
    display: block;
}

.image-teaser-content .image-teaser-copy {
    position: absolute;
    bottom: 80px;
    transform: translateY(100%);
    padding: 30px;
    z-index: 1;
    transition: 0.5s ease;
    transition-property: transform, bottom;
}

.image-teaser-content h4 {
    color: #fff;
    margin-bottom: 20px;
}

.image-teaser-content .image-teaser-subtext,
.image-teaser-content p {
    color: #fff;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    line-height: 20px;
}

.image-teaser-content img {
    /* min-height: 510px; */
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-teaser-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 60px;
}

@media (max-width: 768px) {
    .image-teaser-grid {
        margin-bottom: 20px;
    }
}

.image-teaser-grid .image-teaser-content {
    flex-basis: 33.33%;
    padding: 0 20px 40px;
}

@media (max-width: 1024px) {
    .image-teaser-grid .image-teaser-content {
        flex-basis: 50%;
    }
}

@media (max-width: 768px) {
    .image-teaser-grid .image-teaser-content {
        flex-basis: 100%;
        padding: 0 0 40px;
    }
}

.download-wrap {
    margin-bottom: 60px;
}

.download-wrap a {
    position: relative;
    font-family: npa;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding-left: 30px;
}

.download-wrap a:before {
    content: "";
    background-image: url(../images/download.svg);
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 20px;
    left: 0;
}

.download-wrap.video a:before {
    background-image: url(../images/video.svg);
}

.media-text-wrap.wrapper .media-right .media-text-copy.wrapper {
    padding-left: 0;
    padding-right: 100px;
}

@media (max-width: 768px) {
    .media-text-wrap.wrapper .media-right .media-text-copy.wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.media-text-wrap.wrapper .media-right .media-text-copy,
.media-text-wrap.wrapper .media-text-copy.wrapper {
    padding-right: 0;
}

.media-text-wrap.media-featured .media-text-copy {
    text-align: left;
}

@media (max-width: 768px) {
    .media-text-wrap.media-featured .media-text-copy {
        padding: 0 20px;
    }
}

.media-text-wrap.media-dark,
.media-text-wrap.media-dark .media-text-subtext {
    color: #fff;
}

.media-text-wrap .media-text-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-inner {
        margin-bottom: 60px;
    }
}

.media-text-wrap .media-text-inner>div {
    flex: 1;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-inner>div {
        flex-basis: 100%;
    }
}

.media-text-wrap .media-text-inner.media-right .media-text-copy {
    margin-right: 0;
    margin-left: auto;
    order: -1;
}

.media-text-wrap .media-text-inner.media-right .media-text-copy.wrapper .media-text-eyebrow,
.media-text-wrap .media-text-inner.media-right .media-text-copy.wrapper .media-text-subtext,
.media-text-wrap .media-text-inner.media-right .media-text-copy.wrapper .media-text-title {
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-inner.media-right .media-text-copy {
        order: unset;
        margin-right: auto;
    }
}

.media-text-wrap .media-text-media {
    max-width: 50vw;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-media {
        margin-bottom: 40px;
        max-width: none;
    }
}

.media-text-wrap .media-text-copy {
    text-align: center;
    max-width: 720px;
    margin-right: auto;
    margin-left: 0;
}

.media-text-wrap .media-text-copy.wrapper .media-text-eyebrow,
.media-text-wrap .media-text-copy.wrapper .media-text-subtext,
.media-text-wrap .media-text-copy.wrapper .media-text-title {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-copy {
        padding: 0;
    }
}

.media-text-wrap .media-text-eyebrow {
    font-family: npa;
    margin-bottom: 15px;
    max-width: 390px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-eyebrow {
        max-width: none;
    }
}

.media-text-wrap .media-text-title {
    font-family: npa;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
    max-width: 390px;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-title {
        font-size: 17px;
        line-height: 25px;
        max-width: none;
    }
}

.media-text-wrap .media-text-subtext {
    max-width: 390px;
    color: #000;
}

@media (max-width: 768px) {
    .media-text-wrap .media-text-subtext {
        max-width: none;
    }
}

.header-bt {
    max-width: 600px;
    padding: 0;
    text-align: center;
    margin-top: 80px;
}

.header-bt h1 {
    margin-bottom: 40px;
}

.header-bt p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 120px;
}

.header-bt p,
.info-block .info-block-inner {
    font-family: npa;
    font-weight: 500;
}

.info-block .info-block-inner {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -0.5px;
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .info-block .info-block-inner {
        font-size: 32px;
        line-height: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.info-block .info-block-subtitle {
    max-width: 900px;
}

.info-block .info-block-subtitle strong {
    font-weight: 500;
}

.info-block .info-block-subtitle,
.info-block .info-block-subtitle p,
.info-block a {
    color: #000;
    font-family: npa;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .info-block .info-block-subtitle,
    .info-block .info-block-subtitle p,
    .info-block a {
        font-size: 32px;
        line-height: 40px;
    }
}

.info-block a {
    position: relative;
    display: inline-block;
}

.info-block a:hover:after {
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
    transform-origin: 100% 50%;
}

.info-block a:after {
    content: " ";
    display: block;
    transform: scaleX(1);
    transition: transform 0.25s ease-in-out;
    transform-origin: 0 50%;
    margin-bottom: -2px;
    border-bottom: solid #000;
    border-width: 4px;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    top: -122px;
    border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
    .hero-banner {
        margin-bottom: -60px;
    }
}

.hero-banner .hero-banner-image img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-banner .hero-banner-image img {
        width: 100vw;
    }
}

.hero-banner video {
    max-width: none;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-banner .hero-banner-content-inner {
    position: absolute;
    font-family: npa;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    text-align: center;
    padding: 20px;
}

.hero-banner .hero-banner-icon-inner {
    position: absolute;
    font-family: npa;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    left: 0;
    top: 20%;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    /* max-width: 900px; */
    text-align: center;
    padding: 20px;
}

.hero-banner .hero-banner-content-inner h1 {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .hero-banner .hero-banner-content-inner h1 {
        /* margin-bottom: 20px; */
        font-size: 36px;
        line-height: 50px;
    }
}

.hero-banner .hero-banner-content-inner p {
    font-family: npa;
    font-size: 16px;
    line-height: 25px;
    color: #fafafa;
}

.figures-block-wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .figures-block-wrap {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

.figures-block-wrap ::-moz-selection {
    background-color: #fff;
    color: #000;
}

.figures-block-wrap ::selection {
    background-color: #fff;
    color: #000;
}

.figures-block-wrap .figures-inner {
    display: flex;
}

@media (max-width: 768px) {
    .figures-block-wrap .figures-inner {
        flex-direction: column;
    }
}

.figures-block-wrap .figures-item {
    flex: 1;
    text-align: center;
    padding-bottom: 40px;
    align-self: baseline;
}

@media (max-width: 768px) {
    .figures-block-wrap .figures-item {
        align-self: center;
    }
}

.figures-block-wrap .figures-item .figure-main {
    font-family: npa;
    font-size: 56px;
    line-height: 65px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .figures-block-wrap .figures-item .figure-main {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: normal;
        margin-bottom: 15px;
        align-self: center;
    }
}

.figures-block-wrap .figures-item .figure-preffix {
    position: relative;
    left: 10px;
}

.figures-block-wrap .figures-item .figure-suffix {
    position: relative;
    right: 10px;
}

.figures-block-wrap .figures-item .figure-suffix sup {
    padding-left: 5px;
}

.figures-block-wrap .figures-item .figure-subtext {
    color: #000;
    font-family: npa;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.figures-block-wrap.figures-dark {
    background-color: #000;
}

.figures-block-wrap.figures-dark .figure-main,
.figures-block-wrap.figures-dark .figure-subtext {
    color: #fff;
}

.figures-block-wrap .figure-divider {
    margin-left: -5px;
    margin-right: -10px;
}

.global .figures-block-wrap {
    background-color: #000;
}

.global .figures-block-wrap .figure-main,
.global .figures-block-wrap .figure-subtext {
    color: #fff;
}

.people-grid-wrap {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .people-grid-wrap {
        margin-bottom: 20px;
    }
}

.people-grid-wrap .people-grid-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (max-width: 768px) {
    .people-grid-wrap .people-grid-inner {
        flex-wrap: wrap;
    }
}

.people-grid-wrap .people-grid-inner .people-teaser-item {
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative;
    flex-basis: 30%;
}

.people-grid-wrap .people-grid-inner .workers {
    flex-basis: 25% !important;
}

@media (max-width: 768px) {
    .people-grid-wrap .people-grid-inner .people-teaser-item {
        flex-basis: 100%;
    }
}

.people-grid-wrap .people-grid-inner .people-teaser-item a {
    background-image: url(../images/arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-image {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-image.popup-trigger {
    background-image: none;
    height: auto;
    width: 100%;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-job,
.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-name {
    font-family: npa;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-job {
    font-weight: 300;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-language {
    color: #000;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-job {
    padding-bottom: 5px;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-language {
    padding-bottom: 20px;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-language h6 {
    margin-bottom: 0;
}

.people-grid-wrap .people-grid-inner .people-teaser-item:hover .people-teaser-image:before {
    opacity: 0.5;
}

.people-grid-wrap .people-grid-inner .people-teaser-item .people-teaser-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
}

.people-grid-wrap.people-grid-small {
    margin-bottom: 40px;
}

.people-grid-wrap.people-grid-small .people-grid-inner {
    flex-wrap: wrap;
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item {
    flex-basis: 25%;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item {
        flex-basis: 50%;
    }
}

@media (max-width: 768px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item:hover .people-teaser-content {
    bottom: 30px;
    left: 40px;
    z-index: 2;
}

@media (max-width: 768px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item:hover .people-teaser-content {
        left: auto;
        bottom: auto;
    }
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content {
    position: absolute;
    bottom: -100%;
    left: 40px;
    padding-right: 40px;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content {
        position: relative;
        bottom: auto;
        padding-top: 20px;
    }
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-job,
.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-language,
.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-name {
    color: #fff;
}

@media (max-width: 768px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-job,
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-language,
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-name {
        color: #000;
    }
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .people-teaser-job {
    font-weight: 300;
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content a {
    background-image: url(../images/plus-white.svg);
}

@media (max-width: 768px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content a {
        background-image: url(../images/plus.svg);
    }
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .popup-trigger {
    position: static;
    background-image: url(../images/arrow-dark.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
}

@media (max-width: 768px) {
    .people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-content .popup-trigger {
        -webkit-filter: none;
        filter: none;
    }
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-image {
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-image img {
    position: absolute;
    min-height: 100%;
    display: block;
    border-radius: 50%;
}

.people-grid-wrap.people-grid-small .people-grid-inner .people-teaser-item .people-teaser-image:after {
    padding-bottom: 0;
}

.people .figures-block-wrap {
    padding-left: 100%;
    padding-right: 100%;
    margin-left: -100%;
    margin-right: -100%;
}

@media (max-width: 768px) {
    .cc-banner {
        flex-direction: column !important;
    }
}

.cc-banner .cc-message {
    font-size: 13px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .cc-banner .cc-message {
        padding-bottom: 20px;
        margin: 0 !important;
    }
}

.cc-banner .cc-compliance a.cc-btn {
    background: none;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 17px 30px;
    line-height: 1;
    right: 0;
    cursor: pointer;
    font-family: npa;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.cc-banner .cc-compliance a.cc-btn:hover {
    background-color: #000;
    color: #fff;
}

.cc-floating .cc-compliance>a.cc-btn {
    background: none;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 17px 30px;
    line-height: 1;
    right: 0;
    cursor: pointer;
    font-family: npa;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.cc-floating .cc-compliance>a.cc-btn:hover {
    background-color: #000;
    color: #fff;
}

.speculative-block-wrap {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .speculative-block-wrap {
        margin-bottom: 60px;
    }
}

.speculative-block-wrap .speculative-inner {
    display: flex;
}

@media (max-width: 768px) {
    .speculative-block-wrap .speculative-inner {
        flex-direction: column;
    }
}

.speculative-block-wrap .speculative-inner .speculative-content {
    flex: 1;
    border-top: 1px solid #000;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .speculative-block-wrap .speculative-inner .speculative-content {
        padding-left: 100%;
        margin-left: -100%;
        padding-right: 100%;
        margin-right: -100%;
    }
}

.speculative-block-wrap .speculative-inner .speculative-content h5 {
    margin-bottom: 15px;
}

.speculative-block-wrap .speculative-inner .speculative-content p {
    color: #000;
    margin-bottom: 25px;
}

.speculative-block-wrap .speculative-inner .speculative-image {
    flex: 1;
}

.enquiries-strip-wrap .enquiries-strip-inner {
    display: flex;
}

@media (max-width: 768px) {
    .enquiries-strip-wrap .enquiries-strip-inner {
        flex-direction: column;
    }
}

.enquiries-strip-wrap .enquiries-strip-inner .enquiries-item {
    flex: 1;
    border-right: 1px solid #000;
    padding: 150px 45px;
    text-align: center;
}

@media (max-width: 768px) {
    .enquiries-strip-wrap .enquiries-strip-inner .enquiries-item {
        border-right: 0;
        border-bottom: 1px solid #000;
        margin-left: -100%;
        padding: 60px 100%;
        margin-right: -100%;
    }
}

.enquiries-strip-wrap .enquiries-strip-inner .enquiries-item:last-child {
    border-right: 0;
}

@media (max-width: 768px) {
    .enquiries-strip-wrap .enquiries-strip-inner .enquiries-item:last-child {
        border-bottom: 0;
    }
}

.enquiries-strip-wrap .enquiries-strip-inner .enquiries-title {
    font-family: npa;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .enquiries-strip-wrap .enquiries-strip-inner .enquiries-title {
        font-size: 22px;
        line-height: 30px;
    }
}

.enquiries-strip-wrap .enquiries-strip-inner .enquiries-content {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}

.enquiries-strip-wrap .enquiries-strip-inner .enquiries-content a {
    border-bottom: 1px dotted #000;
}

.enquiries-strip-wrap .enquiries-strip-inner .enquiries-content p {
    margin-bottom: 0;
    line-height: 20px;
}

.office-locations-wrap {
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
    background-color: #000;
    padding-bottom: 120px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .office-locations-wrap {
        padding-bottom: 60px;
    }
}

.office-locations-wrap ::-moz-selection {
    background-color: #fff;
    color: #000;
}

.office-locations-wrap ::selection {
    background-color: #fff;
    color: #000;
}

.office-locations-wrap .office-location-item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #333;
    color: #fafafa;
    font-family: npa;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .office-locations-wrap .office-location-item {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: normal;
        padding: 20px 0;
    }
}

.office-locations-wrap .office-location-item.closed {
    color: #333;
    font-weight: 300;
}

.office-locations-wrap .office-location-item:last-child {
    border-bottom: 1px solid #000;
}

.onward-journey-wrap .onward-journey-inner {
    display: flex;
}

@media (max-width: 768px) {
    .onward-journey-wrap .onward-journey-inner {
        flex-wrap: wrap;
    }
}

.onward-journey-wrap .onward-journey-inner .onward-item {
    flex: 1;
    min-height: 400px;
}

@media (max-width: 768px) {
    .onward-journey-wrap .onward-journey-inner .onward-item {
        min-height: 375px;
        flex-basis: 100%;
    }
}

.onward-journey-wrap .onward-journey-inner .onward-item .onward-item-inner {
    height: 100%;
    position: relative;
    background-size: cover;
}

.onward-journey-wrap .onward-journey-inner .onward-item .onward-item-inner .onward-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: npa;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.5px;
    color: #fafafa;
    text-align: center;
}

@media (max-width: 768px) {
    .onward-journey-wrap .onward-journey-inner .onward-item .onward-item-inner .onward-item-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: normal;
    }
}

.onward-journey-wrap .onward-journey-inner .onward-item .onward-item-inner .onward-item-title:after {
    content: "";
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.onward-journey-wrap .onward-journey-inner .onward-item .onward-item-inner img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.with-featherlight.people-popup .featherlight {
    transition: all 0.4s;
    right: -100%;
}

.with-featherlight.people-popup .featherlight .featherlight-content {
    max-height: none;
    height: 100vh;
    width: 100%;
    max-width: 1020px;
    position: absolute;
    margin: 0;
    right: 0;
    padding: 0;
}

.with-featherlight.people-popup .featherlight .featherlight-close-icon {
    top: 60px;
    right: 60px;
    width: 20px;
    height: 20px;
    font-weight: 600;
    line-height: 1;
    background-color: transparent;
    outline: none;
}

@media (max-width: 768px) {
    .with-featherlight.people-popup .featherlight .featherlight-close-icon {
        color: #fff;
        top: 30px;
        right: 30px;
    }
}

.popup-content {
    display: none;
}

.popup-content-inner {
    padding-bottom: 20px;
}

.popup-content-inner .person-details-top {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .popup-content-inner .person-details-top {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start;
    }
}

.popup-content-inner .person-details-top .person-image {
    flex: 1;
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .popup-content-inner .person-details-top .person-image {
        margin-bottom: 40px;
    }
}

.popup-content-inner .person-details-top .person-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.popup-content-inner .person-details-top .person-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.popup-content-inner .person-details-top .person-primary-details {
    flex: 1;
    padding: 0 25px;
    text-align: center;
}

@media (max-width: 768px) {
    .popup-content-inner .person-details-top .person-primary-details {
        text-align: left;
    }
}

.popup-content-inner .person-details-top .person-primary-details .person-job,
.popup-content-inner .person-details-top .person-primary-details .person-name {
    font-family: npa;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .popup-content-inner .person-details-top .person-primary-details .person-job,
    .popup-content-inner .person-details-top .person-primary-details .person-name {
        font-size: 22px;
        line-height: 30px;
    }
}

.popup-content-inner .person-details-top .person-primary-details .person-job {
    font-weight: 300;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .popup-content-inner .person-details-top .person-primary-details .person-job {
        padding-bottom: 10px;
    }
}

.popup-content-inner .person-details-top .person-primary-details .person-language {
    color: #000;
}

.popup-content-inner .person-details-top .person-primary-details .person-language h6 {
    display: inline-block;
}

.popup-content-inner .person-details-bottom {
    padding-left: 105px;
    padding-right: 60px;
}

@media (max-width: 768px) {
    .popup-content-inner .person-details-bottom {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.popup-content-inner .person-copy {
    max-width: 710px;
    color: #000;
    margin-bottom: 60px;
}

.popup-content-inner .person-download {
    padding-right: 30px;
    border-right: 1px solid #000;
    margin-right: 30px;
}

.popup-content-inner .person-download .download-wrap {
    margin-bottom: 0;
}

.popup-content-inner .person-socials .person-social-item {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0 8px;
    display: inline-block;
}

.popup-content-inner .person-socials .person-social-item:first-child {
    margin-left: 0;
}

.popup-content-inner .person-socials .person-social-item.facebook {
    background-image: url(../images/facebook-dark.svg);
}

.popup-content-inner .person-socials .person-social-item.linkedin {
    background-image: url(../images/linkedin-dark.svg);
}

.popup-content-inner .person-socials .person-social-item.twitter {
    background-image: url(../images/twitter-dark.svg);
}

.popup-content-inner .person-actions {
    display: flex;
    align-items: flex-start;
}

.people-teaser-content {
    position: relative;
}

.popup-trigger {
    position: absolute;
    top: 0;
    right: 0;
}

.people-teaser-language h6 {
    display: inline-block;
}

.featherlight .featherlight-content {
    overflow-x: hidden !important;
}

.feed-title {
    font-family: npa;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .feed-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

.image-feed-wrap {
    margin-left: -160px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .image-feed-wrap {
        margin-left: -250px;
        margin-bottom: 60px;
    }
}

.image-feed-wrap .image-feed-inner {
    display: flex;
    margin: 0 -10px;
}

.image-feed-wrap .image-feed-inner .image-feed-item {
    padding: 0 10px;
}

.image-feed-wrap .image-feed-inner .image-feed-item img {
    width: 280px;
    height: 280px;
    max-width: none;
}

.project-stats-wrap {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .project-stats-wrap {
        margin-bottom: 60px;
    }
}

.project-stats-wrap .project-stats-inner {
    display: flex;
}

@media (max-width: 768px) {
    .project-stats-wrap .project-stats-inner {
        flex-direction: column;
    }
}

.project-stats-wrap .project-stats-inner>div {
    flex: 1;
}

.project-stats-wrap .project-stats-inner .project-stats-image {
    flex-basis: 31%;
    display: flex;
}

.project-stats-wrap .project-stats-inner .project-stats-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px;
}

@media (max-width: 768px) {
    .project-stats-wrap .project-stats-inner .project-stats-image img {
        max-height: 480px;
    }
}

.project-stats-wrap .project-stats-details {
    background-color: #000;
    color: #fafafa;
    padding: 60px 100px;
}

@media (max-width: 768px) {
    .project-stats-wrap .project-stats-details {
        padding: 40px 25px;
    }
}

.project-stats-wrap .project-stats-details ::-moz-selection {
    background-color: #fff;
    color: #000;
}

.project-stats-wrap .project-stats-details ::selection {
    background-color: #fff;
    color: #000;
}

.project-stats-wrap .project-stats-details .stats-details-title {
    font-family: npa;
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .project-stats-wrap .project-stats-details .stats-details-title {
        display: none;
    }
}

.project-stats-wrap .stats-details-wrap li {
    border-bottom: 1px solid #333;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    visibility: hidden;
}

.project-stats-wrap .stats-details-wrap li:first-child {
    border-top: 1px solid #333;
}

.project-stats-wrap .stats-details-wrap li .details-label {
    color: #999;
    text-transform: uppercase;
    padding-right: 10px;
    font-family: npa;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-stats-wrap .stats-details-wrap li .details-copy {
    font-family: npa;
    text-align: right;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

.project-stats-wrap .stats-details-wrap.animate li {
    display: flex;
}

.sliding-carousel-no-copy-outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.sliding-carousel-no-copy-outer .owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
}

.sliding-carousel-no-copy-outer .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
}

.sliding-carousel-no-copy-outer .owl-carousel .owl-item img {
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}

@media (max-width: 768px) {
    .sliding-carousel-no-copy-outer .owl-carousel .owl-item img {
        height: 375px;
    }
}

.projects-listing .projects-listing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (max-width: 768px) {
    .projects-listing .projects-listing-row.featured-row {
        margin: 0 -25px;
    }
}

.projects-listing .projects-listing-row.featured-row .project-listing-item {
    flex-basis: 50%;
}

@media (max-width: 768px) {
    .projects-listing .projects-listing-row.featured-row .project-listing-item {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .projects-listing .projects-listing-row.featured-row .project-listing-teaser-content {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .projects-listing .projects-listing-row.featured-row .project-listing-teaser-content:after {
        right: 25px;
    }
}

.projects-listing .projects-listing-row .project-listing-item {
    flex-basis: 33.33%;
    padding: 0 20px 40px;
}

@media (max-width: 768px) {
    .projects-listing .projects-listing-row .project-listing-item {
        flex-basis: 100%;
        padding-bottom: 40px;
    }
}

.projects-listing .projects-listing-row .project-listing-item a:hover .project-listing-teaser-content:after {
    visibility: visible;
}

.projects-listing .projects-listing-row .project-listing-teaser-image {
    padding-bottom: 15px;
}

.projects-listing .projects-listing-row .project-teaser-name {
    margin-bottom: 0;
}

.projects-listing .projects-listing-row .project-teaser-location,
.projects-listing .projects-listing-row .project-teaser-name {
    font-family: npa;
}

.projects-listing .projects-listing-row .project-teaser-location {
    color: #000;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
}

.projects-listing .projects-listing-row .project-listing-teaser-content {
    position: relative;
}

.projects-listing .projects-listing-row .project-listing-teaser-content:after {
    content: " ";
    background-image: url(../images/arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    visibility: hidden;
}

.process-slider-outer {
    margin-top: 120px;
    margin-bottom: 120px;
    position: relative;
}

.process-slider-outer .trigger-link {
    font-family: npa;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    -webkit-appearance: none;
    border: 0;
    background: none;
    width: auto;
    height: auto;
    cursor: pointer;
    outline: none;
}

.process-slider-outer .trigger-link.active {
    position: relative;
    font-weight: 600;
    color: #000;
}

.process-slider-outer .trigger-link.active:after {
    content: " ";
    height: 1px;
    width: 36px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.process-slider-outer .process-slide-image {
    margin-bottom: 20px;
}

.process-slider-outer .process-slider-trigger-wrap {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .process-slider-outer .process-slider-trigger-wrap {
        display: none;
    }
}

.process-slider-outer .owl-nav {
    position: relative;
    text-align: right;
    display: inline-block;
    float: right;
    right: 30px;
}

.process-slider-outer .owl-nav button {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    color: #ebebeb;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
}

.process-slider-outer .owl-nav button:after,
.process-slider-outer .owl-nav button:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.process-slider-outer .owl-nav .owl-next,
.process-slider-outer .owl-nav .owl-prev {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 100%;
    outline: none;
}

.process-slider-outer .owl-nav .owl-next span,
.process-slider-outer .owl-nav .owl-prev span {
    background-image: url(../images/arrow-right-plain.svg);
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 15px;
}

.process-slider-outer .owl-nav .owl-prev span {
    transform: rotate(180deg);
}

.process-slider-outer .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.process-slider-outer .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #ebebeb;
    border-radius: 50%;
    margin: 0 5px;
}

.process-slider-outer .owl-dots .owl-dot.active {
    background-color: #000;
}

.process-slider-outer .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #000;
}

.process-slider-outer .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
}

.process-slider-outer #progress-circle {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.progress-circle-wrap {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 29px;
    bottom: -42px;
}

.track {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

.halfclip,
.track {
    height: 100%;
    position: absolute;
}

.halfclip {
    width: 50%;
    right: 0;
    overflow: hidden;
    transform-origin: left center;
}

.progress-circle-wrap.animate .halfclip {
    -webkit-animation: cliprotate 6s 1;
    transform: rotate(180deg);
}

@-webkit-keyframes cliprotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    50.01% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes cliprotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    50.01% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.halfcircle {
    box-sizing: border-box;
    height: 100%;
    right: 0;
    position: absolute;
    border-color: #000 transparent transparent #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}

.clipped {
    width: 200%;
    transform: rotate(-45deg);
}

.progress-circle-wrap.animate .clipped {
    transform: rotate(135deg);
    -webkit-animation: rotate 3s linear 2;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(135deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(135deg);
    }
}

.fixed {
    width: 100%;
    transform: rotate(135deg);
    opacity: 0;
}

.progress-circle-wrap.animate .fixed {
    opacity: 1;
    -webkit-animation: showfixed 6s 1;
}

@-webkit-keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

@keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.scrolljack-intro {
    display: flex;
    height: 100vh;
}

@media (max-width: 768px) {
    .scrolljack-intro {
        height: auto;
        display: block;
    }
}

.scrolljack-intro img,
.scrolljack-intro video {
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .scrolljack-intro img,
    .scrolljack-intro video {
        width: 100%;
    }
}

.scrolljack-intro .bold-intro {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .scrolljack-intro .bold-intro {
        width: 100%;
    }
}

.scrolljack-intro .bold-intro p {
    font-size: 17px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: normal;
}

.scrolljack-intro .scrolljack-intro-inner {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

.scrolljack-intro .scrolljack-intro-trigger:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/chevron-down.svg);
    background-position: 50%;
    width: 30px;
    height: 30px;
}

.scrolljack-wrap {
    position: relative;
}

.scrolljack-wrap .scrollMajicFix {
    top: 0 !important;
}

.scrolljack-wrap .scrolljack-item {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.scrolljack-wrap .scrolljack-item .bold-intro {
    max-width: none;
}

@media (max-width: 768px) {
    .scrolljack-wrap .scrolljack-item .bold-intro {
        padding: 20px 20px 60px;
    }
}

@media (max-width: 768px) {
    .scrolljack-wrap .scrolljack-item {
        height: auto;
    }
}

.scrolljack-wrap .scrolljack-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.scrolljack-wrap #trigger2 {
    position: absolute;
    top: 100vh;
}

.scrolljack-wrap #trigger3 {
    position: absolute;
    top: 200vh;
}

.scrolljack-wrap .scrolljack-item-inner {
    display: flex;
    white-space: normal;
}

@media (max-width: 768px) {
    .scrolljack-wrap .scrolljack-item-inner {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 20px 60px;
    }
}

.scrolljack-wrap .scrolljack-image {
    flex: 1;
}

@media (max-width: 768px) {
    .scrolljack-wrap .scrolljack-image {
        margin-bottom: 40px;
    }
}

.scrolljack-wrap .scrolljack-image img,
.scrolljack-wrap .scrolljack-image video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .scrolljack-wrap .scrolljack-image img,
    .scrolljack-wrap .scrolljack-image video {
        height: auto;
    }
}

.scrolljack-wrap .scrolljack-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.scrolljack-wrap .scrolljack-content-inner {
    max-width: 400px;
    margin: 0 auto;
}

.scrolljack-wrap .scrolljack-title {
    font-family: npa;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .scrolljack-wrap .scrolljack-title {
        font-size: 17px;
        line-height: 25px;
    }
}

.scrolljack-copy {
    padding-bottom: 40px;
}

.scrolljack-pagination {
    padding-top: 20px;
    position: absolute;
    bottom: 45px;
    margin-bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .scrolljack-pagination {
        bottom: -40px;
        margin-bottom: 10px;
    }
}

.scrolljack-link {
    position: relative;
}

.scrolljack-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/arrow-dark.svg);
    width: 20px;
    height: 20px;
}

.news-feed-wrap {
    margin: 0 -40px 120px;
}

@media (max-width: 768px) {
    .news-feed-wrap {
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}

.news-feed-wrap .featured-news-item {
    width: 45%;
    padding: 0;
}

@media (max-width: 768px) {
    .news-feed-wrap .featured-news-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .news-feed-wrap .featured-news-item .featured-news-item-inner {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .news-feed-wrap .featured-news-item.featured-news-item-small .featured-news-item-inner {
        min-height: 230px;
    }
}

.filter-container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 120px;
    position: relative;
    padding: 30px 100% 20px;
    margin-left: -100%;
    margin-right: -100%;
}

.filter-container h6 {
    position: relative;
}

.filter-collapse-expand-trigger {
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    text-align: right;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.filter-open .filter-collapse-expand-trigger {
    background-image: url(../images/minus.svg);
}

.filter form {
    position: relative;
}

.filter .filter-columns {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .filter .filter-columns {
        flex-wrap: wrap;
    }
}

.filter .filter-columns .filter-column {
    flex-basis: 25%;
    padding: 40px 20px;
}

@media (max-width: 768px) {
    .filter .filter-columns .filter-column {
        flex-basis: 100%;
        padding: 20px 0;
    }
}

.filter .filter-columns .filter-column:first-child {
    padding: 40px 20px 40px 0;
}

@media (max-width: 768px) {
    .filter .filter-columns .filter-column:first-child {
        padding: 20px 0;
    }
}

.filter .filter-columns .filter-column:last-child {
    padding: 40px 0 40px 20px;
}

@media (max-width: 768px) {
    .filter .filter-columns .filter-column:last-child {
        padding: 20px 0;
    }
}

.filter .filter-title {
    font-family: npa;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
}

@media (max-width: 768px) {
    .filter .filter-title {
        border: 0;
        font-size: 17px;
        line-height: 25px;
    }
}

.filter .filter-item {
    color: #000;
    padding-bottom: 5px;
}

.filter .filter-item label {
    font-family: npa;
    color: #000;
    font-size: 17px;
    line-height: 25px;
}

.filter .filter-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter .filter-item input[type="checkbox"]:checked+label {
    font-weight: 600;
}

.apply-filters {
    background: none;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 17px 30px;
    line-height: 1;
    right: 0;
    cursor: pointer;
    font-family: npa;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .apply-filters {
        position: relative;
        display: inline-block;
        width: 100%;
    }
}

.apply-filters:hover {
    background-color: #000;
    color: #fff;
}

.filter-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .filter-actions {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.filter-actions a {
    padding-right: 20px;
    text-decoration: underline;
    font-family: npa;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .filter-actions a {
        order: 2;
        padding-top: 20px;
        padding-right: 0;
    }
}

.text-strip-wrap {
    padding: 60px 0;
}

.text-strip-wrap.text-strip-dark {
    background-color: #1d1d1d;
    color: #fff;
}

.text-strip-wrap.align-left .text-strip-inner {
    text-align: left;
}

.text-strip-wrap.align-left .text-strip-subtitle,
.text-strip-wrap.align-left .text-strip-title {
    margin: 0 0 30px;
}

.text-strip-wrap .text-strip-inner {
    text-align: center;
}

.text-strip-wrap .text-strip-title {
    max-width: 325px;
    font-family: npa;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 30px;
}

.text-strip-wrap .text-strip-subtitle {
    max-width: 470px;
    margin: 0 auto;
}

.heatmap-wrap {
    padding-top: 100px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {
    .heatmap-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.heatmap-wrap .heatmap-inner {
    display: flex;
    min-height: 625px;
}

@media (max-width: 768px) {
    .heatmap-wrap .heatmap-inner {
        flex-direction: column;
        min-height: auto;
    }
}

.heatmap-wrap .heatmap-image {
    position: relative;
    flex-basis: 50%;
}

@media (max-width: 768px) {
    .heatmap-wrap .heatmap-image {
        margin-bottom: 80px;
    }
}

.heatmap-wrap .heatmap-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.heatmap-wrap .heatmap-copy {
    background-color: #000;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 50%;
}

@media (max-width: 768px) {
    .heatmap-wrap .heatmap-copy {
        padding: 20px;
    }
}

.heatmap-wrap .heatmap-copy .heatmap-title {
    color: #fff;
    font-family: npa;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    max-width: 290px;
    margin-bottom: 30px;
    transition-delay: 0.15s;
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.heatmap-wrap .heatmap-copy .heatmap-subtext {
    color: #fff;
    max-width: 400px;
    transition-delay: 0.45s;
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.heatmap-wrap .heatmap-labels-wrap {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.heatmap-wrap .heatmap-item {
    display: block;
    line-height: 15px;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 40%;
}

.heatmap-wrap .heatmap-item.reversed:after {
    bottom: auto;
    top: 0;
}

.heatmap-wrap .heatmap-item.reversed .heatmap-label {
    top: auto;
    bottom: 0;
}

.heatmap-wrap .heatmap-item:before {
    bottom: 1px;
    left: 7px;
    top: 0;
    transform: scaleY(0);
    width: 1px;
}

.heatmap-wrap .heatmap-item:after,
.heatmap-wrap .heatmap-item:before {
    content: "";
    transition-delay: 0.1s;
    display: block;
    position: absolute;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #000;
}

.heatmap-wrap .heatmap-item:after {
    border-radius: 8px;
    bottom: 0;
    box-sizing: initial;
    height: 15px;
    left: 0;
    transform: scale(0);
    width: 15px;
}

.heatmap-wrap .heatmap-item .heatmap-label {
    display: block;
    position: absolute;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 14px;
    left: 15px;
    line-height: inherit;
    margin: 0;
    padding-top: 0;
    top: 0;
    transition-delay: 0.4s;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.heatmap-wrap .heatmap-inner.animate .heatmap-subtext,
.heatmap-wrap .heatmap-inner.animate .heatmap-title {
    opacity: 1;
    transform: translateZ(0);
}

.heatmap-wrap .heatmap-inner.animate .heatmap-item:after,
.heatmap-wrap .heatmap-inner.animate .heatmap-item:before {
    transform: scaleY(1);
}

.heatmap-wrap .heatmap-inner.animate .heatmap-label {
    opacity: 1;
    transform: translateY(0);
}

.services-intro {
    margin-bottom: 60px;
    max-width: 600px;
}

.services-accordion-wrap .services-items-inner.accordion .accordion-item {
    border-top: 1px solid #000;
    margin-left: -100%;
    padding: 30px 100%;
    margin-right: -100%;
}

.services-accordion-wrap .services-items-inner.accordion .accordion-item-title h4 {
    position: relative;
    margin-bottom: 0;
}

.services-accordion-wrap .services-items-inner.accordion .accordion-title-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 30px;
}

.services-accordion-wrap .services-items-inner.accordion .text-media-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.services-accordion-wrap .services-items-inner.accordion .text-media-wrap .media-text-copy {
    width: 50%;
    padding-right: 60px;
}

@media (max-width: 768px) {
    .services-accordion-wrap .services-items-inner.accordion .text-media-wrap .media-text-copy {
        width: 100%;
        padding-right: 0;
    }
}

.services-accordion-wrap .services-items-inner.accordion .text-media-wrap .text-media-media {
    width: 50%;
}

@media (max-width: 768px) {
    .services-accordion-wrap .services-items-inner.accordion .text-media-wrap .text-media-media {
        width: 100%;
    }
}

.featured-projects .project-stats-wrap .project-stats-inner .project-stats-image img {
    max-height: none;
}

.featured-projects .projects-banner .project-icons-wrap .project-icons-inner .project-icons-item {
    padding: 0 40px;
}

.featured-projects .process-slider-outer {
    margin-top: 0;
}

.featured-projects .stats-details-wrap.animate li {
    visibility: visible;
    -webkit-animation-name: animateIn;
    animation-name: animateIn;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-delay: calc(var(--animation-order) * 200ms);
    animation-delay: calc(var(--animation-order) * 200ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.featured-projects .sliding-carousel-no-copy-outer {
    margin-top: 0;
    margin-bottom: 60px;
}

.featured-links-wrap {
    max-width: 770px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .featured-links-wrap {
        margin-bottom: 30px;
        padding: 0 10px;
    }
}

.featured-links-wrap .featured-links-inner {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 85px;
}

@media (max-width: 768px) {
    .featured-links-wrap .featured-links-inner {
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 30px;
    }
}

.featured-links-wrap .featured-links-inner .links-item {
    padding: 0 10px;
}

@media (max-width: 768px) {
    .featured-links-wrap .featured-links-inner .links-item {
        margin-bottom: 20px;
    }
}

.featured-links-wrap .featured-links-inner .links-item:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .featured-links-wrap .featured-links-inner .links-item:first-child {
        padding-left: 10px;
    }
}

.featured-links-wrap .featured-links-inner .links-item:last-child {
    padding-right: 0;
}

@media (max-width: 768px) {
    .featured-links-wrap .featured-links-inner .links-item:last-child {
        padding-right: 10px;
    }
}

.socials-wrap {
    display: flex;
}

.st-custom-button {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
}

.st-custom-button:first-child {
    margin-left: 0;
}

.st-custom-button:last-child {
    margin-right: 0;
}

.st-custom-button.facebook {
    background-image: url(../images/facebook-dark.svg);
}

.st-custom-button.linkedin {
    background-image: url(../images/linkedin-dark.svg);
}

.st-custom-button.twitter {
    background-image: url(../images/twitter-dark.svg);
}

.st-custom-button.pinterest {
    background-image: url(../images/pinterest-dark.svg);
}

.st-custom-button.share-btn {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: npa;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    padding-top: 3px;
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
    }
}

.home h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
}

.home #logo,
.home .header-icon img {
    -webkit-filter: none;
    filter: none;
}

.sectors .hero-banner h1 {
    font-size: 120px;
    line-height: 130px;
}

@media (max-width: 768px) {
    .sectors .hero-banner h1 {
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -0.5px;
    }
}

.sectors .sector-content-wrap {
    max-width: 706px;
    margin-bottom: 40px;
}

.sectors-copy-block {
    max-width: 710px;
}

.news-page-banner .hero-banner-category {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2px;
    color: #fafafa;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .news-page-banner .hero-banner-category {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 15px;
    }
}

.news-page-banner .hero-banner-content {
    max-width: 620px;
}

.news-page-banner.news-page-banner-half .hero-banner-inner {
    display: flex;
}

.news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-image {
    flex-basis: 50%;
    position: relative;
}

@media (max-width: 768px) {
    .news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-image {
        flex-basis: 100%;
        position: absolute;
    }
}

.news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content {
    flex-basis: 50%;
    position: relative;
}

@media (max-width: 768px) {
    .news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content {
        flex-basis: 100%;
        position: static;
    }
}

.news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content .hero-banner-content-inner {
    position: absolute;
    padding: 0;
    max-width: 495px;
}

@media (max-width: 768px) {
    .news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content .hero-banner-content-inner {
        padding: 20px;
    }
}

.news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content .hero-banner-category,
.news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content h1 {
    color: #000;
}

@media (max-width: 768px) {
    .news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content .hero-banner-category,
    .news-page-banner.news-page-banner-half .hero-banner-inner .hero-banner-content h1 {
        color: #fafafa;
    }
}

.news-content {
    max-width: 600px;
    margin: 0 auto 120px;
}

@media (max-width: 768px) {
    .news-content {
        margin-bottom: 60px;
    }
}

.news-content img {
    max-width: none;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.news-content iframe {
    width: 100%;
    margin-bottom: 60px;
}

.news-article-footer {
    margin-top: 60px;
}

.news-article-footer .article-footer-details {
    display: flex;
    flex-wrap: wrap;
}

.news-article-footer .article-footer-details .article-footer-item {
    width: 50%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
}

.news-article-footer .article-footer-details .article-footer-item span {
    color: #000;
    font-family: npa;
}

.news-article-footer .article-footer-details .article-footer-item p {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.news-article-header {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.article-header-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-header-details .article-footer-item {
    width: 33.33%;
}

@media (max-width: 768px) {
    .article-header-details .article-footer-item {
        width: 50%;
    }
}

.share-wrap {
    display: flex;
    padding-top: 5px;
    margin: 0 -8px;
}

.share {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0 8px;
}

.share.share-facebook {
    background-image: url(../images/facebook-dark.svg);
}

.share.share-linkedin {
    background-image: url(../images/linkedin-dark.svg);
}

.share.share-twitter {
    background-image: url(../images/twitter-dark.svg);
    width: 24px;
    height: 24px;
}

.global .figures-block-wrap {
    margin-bottom: 0;
    border-bottom: 0;
    margin-left: -100%;
    padding-left: 100%;
    margin-right: -100%;
    padding-right: 100%;
}

.projects-banner h1 {
    font-size: 120px;
    line-height: 130px;
    letter-spacing: -0.86px;
}

@media (max-width: 768px) {
    .projects-banner h1 {
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -0.5px;
    }
}

.projects-banner .project-icons-wrap {
    position: absolute;
    bottom: 45px;
    width: 100%;
    max-width: 730px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .projects-banner .project-icons-wrap {
        display: none;
    }
}

.projects-banner .project-icons-wrap .project-icons-inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 -60px;
}

.projects-banner .project-icons-wrap .project-icons-inner .project-icons-item {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    font-family: npa;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.projects-banner .project-icons-wrap .project-icons-inner .project-icons-item .project-icon-image {
    padding-bottom: 10px;
}

.projects-banner .project-icons-wrap .project-icons-inner .project-icons-item .project-icon-image img {
    width: auto;
}

.project-content p {
    max-width: 600px;
}

.language-page .download-wrap a,
.language-page a,
.language-page h1,
.language-page p {
    font-family: npa;
}

h1.language-page-title {
    font-weight: 500;
    font-size: 120px;
    line-height: 130px;
}

@media (max-width: 768px) {
    h1.language-page-title {
        font-size: 50px;
        line-height: 55px;
    }
}

.hero-banner.language-page .hero-banner-content-inner {
    max-width: 800px;
}

.search.results #page-footer {
    margin-top: 120px;
}

.search.results .search-headline {
    margin-bottom: 60px;
    padding-top: 15px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}

.search.results .info-block .info-block-inner {
    text-align: center;
}

.search.results .info-block .info-block-inner .info-block-title {
    color: #666;
}

.search.results .info-block .info-block-inner .info-block-subtitle {
    color: #000;
    margin: 0 auto;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
}

.search.results .info-block .info-block-inner .info-block-subtitle span {
    font-weight: 500;
}

.search.results .separator-line {
    margin-bottom: 15px;
}

.search.results .pages-grid-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 60px;
}

.search.results .pages-grid-inner .search-page-item {
    padding: 0 20px;
    flex-basis: 30%;
}

.search.results .pages-grid-inner .search-page-item p {
    font-weight: 400;
}

@media (max-width: 768px) {
    .search.results .pages-grid-inner .search-page-item {
        flex-basis: 100%;
    }
}

.search.results .download-icon img {
    width: 20px;
}

.search.results .loadMore {
    padding: 15px 30px;
    border: 2px solid #000;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    font-family: npa;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.search.results .loadMore:hover {
    background-color: #000;
    color: #fff;
}

.search.results .load-more-item {
    display: none;
}

.search.results .hide-btn {
    visibility: hidden;
}

.search.results .search-contact-wrap {
    margin-bottom: 60px;
    color: #000;
}

.search.results .search-contact-wrap .search-contact-city,
.search.results .search-contact-wrap a {
    color: #000;
}

.search.results .project-teaser-location {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search-results .news-feed-wrap {
    height: auto !important;
    margin: 0 -15px;
    display: flex;
}

@media (max-width: 768px) {
    .search-results .news-feed-wrap {
        flex-direction: column;
    }
}

.search-results .news-feed-wrap .featured-news-item {
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    padding: 0 15px !important;
}

.featured-projects h2 {
    margin-bottom: 30px;
}

.featured-projects .bold-intro p {
    margin-bottom: 0;
}

.featured-projects .bold-intro__content~p {
    margin-bottom: 60px;
}

.featured-projects .download-wrap:first-child {
    margin-bottom: 30px;
}

.featured-projects .eyebrow,
.featured-projects .media-text-eyebrow,
.featured-projects .scrolljack-eyebrow {
    display: block;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: npa;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
}

.featured-projects .scrolljack-copy,
.featured-projects .scrolljack-copy p {
    font-size: 26px;
    line-height: 35px;
    font-family: npa;
    font-weight: 400;
}

.featured-projects .accordion-with-image-wrap .accordion-section-title:before {
    display: none;
}

.featured-projects .featured-gallery-carousel.display-nav .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    top: -80px;
}

.featured-projects .featured-gallery-carousel.display-nav .owl-nav.disabled button span {
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
}

.featured-projects .featured-gallery-carousel.display-nav .owl-nav.disabled button.owl-prev {
    transform: rotate(180deg);
    margin-right: 10px;
}

.featured-projects .featured-gallery-carousel.display-nav .owl-nav.disabled button.disabled {
    opacity: 0.6;
}

.featured-projects .scrolljack-wrap {
    margin-bottom: 120px;
}

.featured-projects .scrolljack-wrap .divider-line {
    padding-left: 100%;
    margin-left: -100%;
    padding-right: 100%;
    margin-right: -100%;
}

.featured-projects .accordion-item.active .accordion-item-content,
.featured-projects .accordion-section-title {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .featured-projects .figures-block-wrap .figures-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.featured-projects .figures-block-wrap .figure-subtext {
    text-transform: uppercase;
}

.featured-projects .figures-block-wrap .figure-main {
    letter-spacing: -6px;
}

.featured-projects .figures-block-wrap .figure-prefix {
    left: 0;
}

.featured-projects .figures-block-wrap .figure-suffix {
    right: 0;
}

.featured-projects .owl-dots {
    display: none;
}

.featured-projects .panoramic-image {
    margin-bottom: 120px;
}

.featured-projects .panoramic-image iframe,
.featured-projects .panoramic-image video {
    display: block;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-projects .panoramic-image .divider-line {
    margin: 120px 0;
}

.our-story #header-top,
.our-story #menu-wrap-outer {
    position: absolute;
}

.our-story #header-top {
    left: 50%;
    transform: translateX(-50%);
}

body.our-story {
    padding-top: 0;
}


/*# sourceMappingURL=style.css.map */

@media (max-width:1024px) {
    .gz-c-Header-langToggle {
        display: none !important;
    }
}

.language-picker {
    display: inline-block;
    position: relative;
}

.js .language-picker__form {
    display: none;
    color: #fff !important;
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    color: #fff;
    list-style: none;
    background-color: #fff;
    background-color: var(--color-bg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: var(--shadow-sm);
    padding: 0.375rem 0;
    padding: var(--space-xxs) 0;
    border-radius: 0.25em;
    z-index: 4;
    z-index: var(--zindex-popover);
    --space-unit: 1rem;
    --space-xxxxs: 0.125rem;
    --space-xxxs: 0.25rem;
    --space-xxs: 0.375rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3.25rem;
    --space-xxl: 5.25rem;
    --space-xxxl: 8.5rem;
    --space-xxxxl: 13.75rem;
    --component-padding: 1.25rem;
    --component-padding: var(--space-md);
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s, -webkit-transform 0.2s ease-out;
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s ease-out;
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.language-picker__list {
    width: 60%;
    list-style: none;
    text-decoration: none;
}

.language-picker__button[aria-expanded="true"]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity 0.2s, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s, transform 0.2s ease-out;
    transition: opacity 0.2s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.language-picker__item {
    text-decoration: none;
    padding: 0.5em 2em 0.5em 1.25em;
    padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
    color: #fff;
    color: var(--color-contrast-high);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.language-picker__label {
    color: #fff;
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language-picker__item:hover {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    /* background-color: var(--color-contrast-lower); */
}

.language-picker__item[aria-selected="true"] {
    position: relative;
    /* background-color: #2a6df4;
  background-color: var(--color-primary); */
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff !important;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.language-picker__item[aria-selected="true"]::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    right: 0.75rem;
    right: var(--space-sm);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.language-picker__button {
    background-image: none;
    width: 0;
    height: 0;
    background-color: transparent;
    border: transparent;
}

.language-picker--hide-label .language-picker__button em {
    display: none;
}

.ceyranbatan {
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.2) 100%), url(../images/ceyranbatan-13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.nasbank {
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.4) 100%), url(../images/nas-bank-10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    height: 16px;
    width: 16px;
    /* margin-right: .375rem; */
    margin-right: var(--space-xs);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__dropdown .language-picker__flag::before {
    /* margin-right: .5rem; */
    margin-right: var(--space-xs)
}

.gz-c-Header-langToggle-item-tr::before {
    background-image: url(data:image/png;base64,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ypwdovP4+dFx3Pyo7r176jkbb2Qkhm78eQxc9YMY+Ob/RGPZitSLAMaUAGDcVXfbMWpHHRq1+YdE2yH7jfr43InWWN4TQ9f/LAZ/cHMMXndjNJY8mXoSwLgRAEyo0pSOaH/e/tF20D7Rfsh+0bb/XlHqTHO2QGPZihj+2a9i6JY7Y/inv4yh2+6OGHF5H8iDACCpUls1KnPnRNteu0b1WbtFdc9dorLz9qtvtDNGhw41e/pi5MFHo37fg1G/5/6o//q+qN/126g/8HBE03/+QJ4EAIVV2XZWlLffJspbzojyzOlR2mJalLu7ojSlIyIiSt1d0RxpRKxaffBOs3dVNHv6orFsRTSWrYiRxUuj8fDiaDy5MuVvA6CQBAAAZMh5rgCQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABkSAACQIQEAABmqRsTXU48AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICk/j8AizbwebWiFAAAAABJRU5ErkJggg==);
    margin-right: 0.5rem;
}

.gz-c-Header-langToggle-item-en::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwMjc4MScgZD0nTTQ2LDZIMkMwLjg5Niw2LDAsNi44OTYsMCw4djMyYzAsMS4xMDQsMC44OTYsMiwyLDJoNDRjMS4xMDQsMCwyLTAuODk2LDItMlY4QzQ4LDYuODk2LDQ3LjEwNCw2LDQ2LDZ6Jy8+PHBhdGggZmlsbD0nI0U2RTZFNicgZD0nTTQ4LDhjMC0xLjEwNC0wLjg5Ni0yLTItMmgtNS4xNjFMMjgsMTUuODc2VjZoLTh2OS44NzZMNy4xNjEsNkgyQzAuODk2LDYsMCw2Ljg5NiwwLDh2Mi41ODZMMTIuMjM5LDIwSDB2OCBoMTIuMjM5TDAsMzcuNDE1VjQwYzAsMS4xMDQsMC44OTYsMiwyLDJoNS4xNjFMMjAsMzIuMTI0VjQyaDh2LTkuODc2TDQwLjgzOSw0Mkg0NmMxLjEwNCwwLDItMC44OTYsMi0ydi0yLjU4NUwzNS43NjEsMjhINDh2LTggSDM1Ljc2MUw0OCwxMC41ODZWOHonLz48cG9seWdvbiBmaWxsPScjRDEwRDI0JyBwb2ludHM9JzQ4LDIyIDI2LDIyIDI2LDYgMjIsNiAyMiwyMiAwLDIyIDAsMjYgMjIsMjYgMjIsNDIgMjYsNDIgMjYsMjYgNDgsMjYgJy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTQ3LjAwMSw2LjMwN0wyOS4yLDIwaDMuMjhMNDgsOC4wNjJWOEM0OCw3LjI2OCw0Ny41ODcsNi42NTYsNDcuMDAxLDYuMzA3eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00zMi40OCwyOEgyOS4ybDE3LjgwMSwxMy42OTNDNDcuNTg3LDQxLjM0NCw0OCw0MC43MzIsNDgsNDB2LTAuMDYyTDMyLjQ4LDI4eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00xNS41MiwyOEwwLDM5LjkzOFY0MGMwLDAuNzMyLDAuNDEzLDEuMzQ0LDAuOTk5LDEuNjkzTDE4LjgsMjhIMTUuNTJ6Jy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTE1LjUyLDIwaDMuMjhMMC45OTksNi4zMDdDMC40MTMsNi42NTYsMCw3LjI2OCwwLDh2MC4wNjJMMTUuNTIsMjB6Jy8+PC9zdmc+);
    margin-right: 0.5rem;
}

.gz-c-Header-langToggle-item-ru::before {
    background-image: url(data:image/png;base64,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);
    margin-right: 0.5rem;
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}