/* 
Theme Name: Studio ZX
Version: 1.0
Author: PIXONAUTS Studio
Author URI: https://pixonauts.com/
*/

@charset "UTF-8";
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 {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.flickity-button-icon {
    display: none;
}

.flickity-prev-next-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("img/arrow-right-white.svg");
}

.flickity-prev-next-button.previous {
    background-image: url("img/arrow-left-white.svg");
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

@font-face {
    font-family: "Gelion";
    src: url('fonts/GelionRegular/font.woff2') format('woff2'), url('fonts/GelionRegular/font.woff') format('woff');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Gelion";
    src: url('fonts/GelionRegularItalic/font.woff2') format('woff2'), url('fonts/GelionRegularItalic/font.woff') format('woff');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Gelion";
    src: url('fonts/GelionMedium/font.woff2') format('woff2'), url('fonts/GelionMedium/font.woff') format('woff');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Gelion";
    src: url('fonts/GelionSemiBold/font.woff2') format('woff2'), url('fonts/GelionSemiBold/font.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: "Gelion", sans-serif;
    color: #231f20;
    background-color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}
@media (min-width:1024px) {
    body {
        font-size: 18px
    }
}

body.noscroll {
    overflow: hidden
}

#body {
    position: relative;
    z-index: 1
}

#body.clicked:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    -webkit-animation: overlay 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: overlay 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    background: #111111;
    z-index: 1000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

#body.clicked .selected-projects__overlay {
    -webkit-animation: sliderOverlay 0.5s 1.4s ease backwards;
    animation: sliderOverlay 0.5s 1.4s ease backwards
}

#body.clicked .selected-projects__overlay .title {
    -webkit-animation: sliderOverlay 0.5s 1.4s ease backwards;
    animation: sliderOverlay 0.5s 1.4s ease backwards
}

::selection {
    opacity: 1;
    color: #fff;
    background: #89878c;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #89878c;
}

.no-smil #browser-hint {
    display: block!important
}

a {
    text-decoration: none;
    color: #89878c
}

li {
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

a.ctx {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
a.ctx:hover {
    color: #000
}
button.ctx {
    color: #666;
    border-bottom: 1px solid rgba(102,102,102,1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
button.ctx:hover {
    color: #000;
    border-bottom: 1px solid rgba(102,102,102,0);
}

.link {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
.link.solid {
    padding: 15px 35px 15px 15px!important;
    background-color: #89878c;
    color: #fff;
    line-height: 1
}
.tnp-profile form .tnp-field input[type="submit"] {
    padding: 10px 15px!important;
    background-color: #89878c;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
@media (min-width:992px) {
    .link {
        font-size: 16px;
    }
    .link.solid {
        padding: 15px 45px 15px 25px!important;
    }
}

@media (min-width:1280px) {
    .link {
        font-size: 17px;
    }
}

.link svg {
    width: 12px;
    height: 12px;
    position: relative;
    padding-left: 4px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link svg path {
    fill: #89878c;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}
.link.solid svg {
    position: absolute;
    display: block;
    top: 17px;
    right: 15px;
    padding-left: 0;
}
@media (min-width:992px) {
    .link.solid svg {
        top: 18px;
        right:25px;
    }
}

.link.dark {
    color: #444;
}

.no-touchevents .link:hover,
.no-touchevents .link.dark:hover {
    color: #000
}
.no-touchevents .link:hover svg {
    padding-left: 8px;
}
.no-touchevents .link.solid:hover svg {
    padding-left: 0;
    right: 11px;
}
@media (min-width:992px) {
    .no-touchevents .link.solid:hover svg {
        right:21px;
    }
}
.no-touchevents .link:hover svg path {
    fill: #000;
}

.no-touchevents a:hover .link,
.no-touchevents a:hover .link.dark {
    color: #000
}

.background--black .link svg path,
.background--dark .link svg path {
    fill: #89878c
}

.link.solid svg path {
    fill: #fff
}

.no-touchevents .link.solid:hover {
    color: #fff;
    background-color: #231f20
}

.no-touchevents .link.solid:hover svg path,
.no-touchevents .background--black .link:hover svg path,
.no-touchevents .background--dark .link:hover svg path {
    fill: #fff
}

.no-touchevents .background--black .link:hover,
.no-touchevents .background--dark .link:hover {
    color: #fff
}

.no-touchevents .background--black a:hover .link,
.no-touchevents .background--dark a:hover .link {
    color: #fff
}

.link--back {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.link--back svg {
    width: 12px;
    height: 12px;
    position: relative;
    padding-right: 4px;
    padding-left: 4px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link--back svg path {
    fill: #89878c;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.no-touchevents .link--back:hover {
    color: #000
}

.no-touchevents .link--back:hover svg {
    padding-right: 8px;
    padding-left: 0;
}
.no-touchevents .link--back:hover svg path {
    fill: #000
}

.background--black .link--back svg path,
.background--dark .link--back svg path {
    fill: #fff
}

.no-touchevents .background--black .link--back:hover,
.no-touchevents .background--dark .link--back:hover {
    color: #fff
}
.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 50%;
    margin: 8px 20px 10px 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 50%;
    margin: 8px 0 10px 20px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%!important
}

img.alignleft {
    margin: 8px 20px 10px 0;
    max-width: 50%
}

img.alignright {
    margin: 8px 0 10px 20px;
    max-width: 50%
}

img.aligncenter {
    margin: 10px auto;
    clear: both;
    display: block
}

img.alignnone {
    width: 100%;
    margin: 10px 0;
}

.wp-caption {
	max-width: 100%!important;
}

.post-content .wp-caption-text {
    font-size: 12px;
    text-align: center
}

.gallery-item .wp-caption-text {
	display: none;
}

@media (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        width: 100%!important;
        max-width: 100%!important;
        margin: 10px 0!important;
    }
}

.gallery {
    margin-bottom: 10px!important
}

.gallery-item {
    margin: 0!important;
}

.gallery-item img {
    width: 100%;
    border-color: #fff!important
}
.mar-t {
    margin-top: 1.875rem;
}
@media (min-width:992px) {
    .mar-t {
        margin-top: 2.5rem;
    }
}
.space10 {
    height: 10px;
}
.space15 {
    height: 15px;
}
.space20 {
    height: 20px;
}
.space30 {
    height: 30px;
}
.space60 {
    height: 60px;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
    display: block;
}
.visible-sm,
.visible-md,
.visible-lg {
    display: none;
}
@media (min-width:712px) {
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
}
@media (min-width:992px) {
    .hidden-md {
        display: none;
    }
    .visible-md {
        display: block;
    }
}
@media (min-width:1280px) {
    .hidden-lg {
        display: none;
    }
    .visible-lg {
        display: block;
    }
}

@media only screen and (orientation: landscape) {
    .show-landscape {
        display: block!important;
    }
    .show-portrait {
        display: none!important;
    }
}
@media only screen and (orientation: portrait) {
    .show-landscape {
        display: none!important;
    }
    .show-portrait {
        display: block!important;
    }
}

.clearfix:before,
.clearfix::after {
    display:table;
    content:" "
}
.clearfix::after {
    clear:both
}

.arrow {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.arrow::after,
.arrow::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%
}

.arrow::after {
    background-image: url("img/arrow-right-white.svg")
}

.arrow::before {
    background-image: url("img/arrow-right-white-line.svg")
}

@media (min-width:992px) {
    .arrow.animated::after {
        -webkit-animation: fadeOutIn 1.5s ease-out infinite;
        animation: fadeOutIn 1.5s ease-out infinite
    }
}

@media (min-width:992px) {
    .arrow.animated::before {
        -webkit-animation: moveOutIn 1.5s ease-out infinite;
        animation: moveOutIn 1.5s ease-out infinite
    }
}

.background--light .arrow {
    border-color: rgba(187, 187, 187, 0.5)
}

.background--light .arrow::after {
    background-image: url("img/arrow-right.svg")
}

.background--light .arrow::before {
    background-image: url("img/arrow-right-line.svg")
}

.preloadContainer {
    opacity: 1
}

.preloadContainer.hasPreload {
    opacity: 0
}

h1, .h1,
h2, .h2 {
    font-weight: 500;
    line-height: 1.2
}
h3, .h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3
}
h1, .h1,
h2, .h2,
h3, .h3 {
    letter-spacing: -0.03em;
}

h1, .h1 {
    font-size: 28px;
}

@media (min-width:992px) {
    h1, .h1 {
        font-size: 32px;
    }
}

@media (min-width:1280px) {
    h1, .h1 {
        font-size: 42px;
    }
}

@media (min-width:1600px) {
    h1, .h1 {
        font-size: 48px;
    }
}

h1 .subtitle,
h2 .subtitle,
h3 .subtitle,
h4 .subtitle {
    color: #89878c;
    display: block;
}

h2, .h2 {
    font-size: 28px;
}

@media (min-width:992px) {
    h2, .h2 {
        font-size: 32px;
    }
}

@media (min-width:1280px) {
    h2, .h2 {
        font-size: 36px;
    }
}

h2 span {
    color: #89878c;
    display: block
}

blockquote,
h3, .h3 {
    font-size: 24px;
}

@media (min-width:992px) {
    blockquote,
    h3, .h3 {
        font-size: 28px;
    }
}

@media (min-width:1280px) {
    blockquote,
    h3, .h3 {
        font-size: 32px;
    }
}

h4, .h4 {
    font-size: 20px;
}

@media (min-width:1280px) {
    h4, .h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 18px;
}

@media (min-width:1280px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 16px;
}

@media (min-width:1280px) {
    h6 {
        font-size: 18px;
    }
}

p {
    font-size: 18px;
}
@media (min-width:992px) {
    p {
        font-size: 20px;
    }
}

button {
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
    font-family: inherit;
    font-weight: 400;
    cursor: pointer;
    color: inherit
}

button:focus {
    outline: none
}

em,
i {
    font-style: italic
}

b,
strong {
    font-weight: bold
}

@-webkit-keyframes fadeOutIn {
    0% {
        opacity: 1;
        background-position: center
    }
    25% {
        opacity: 0.1
    }
    50% {
        background-position: right -12px center
    }
    51% {
        background-position: left -12px center
    }
    60% {
        opacity: 0.1
    }
    to {
        background-position: center
    }
}

@keyframes fadeOutIn {
    0% {
        opacity: 1;
        background-position: center
    }
    25% {
        opacity: 0.1
    }
    50% {
        background-position: right -12px center
    }
    51% {
        background-position: left -12px center
    }
    60% {
        opacity: 0.1
    }
    to {
        background-position: center
    }
}

@-webkit-keyframes moveOutIn {
    0% {
        background-position: center
    }
    50% {
        background-position: right -12px center
    }
    51% {
        background-position: left -12px center
    }
    to {
        background-position: center
    }
}

@keyframes moveOutIn {
    0% {
        background-position: center
    }
    50% {
        background-position: right -12px center
    }
    51% {
        background-position: left -12px center
    }
    to {
        background-position: center
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutSubtitles {
    0% {
        opacity: 0.5
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOutSubtitles {
    0% {
        opacity: 0.5
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeToRightSubtitle {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    to {
        opacity: 0.5;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeToRightSubtitle {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    to {
        opacity: 0.5;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeOverlayLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}

@keyframes fadeOverlayLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}

@-webkit-keyframes fadeOverlayRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeOverlayRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ImagefadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes ImagefadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes overlayEffect {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        z-index: 999
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 1
    }
}

@keyframes overlayEffect {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        z-index: 999
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 1
    }
}

@-webkit-keyframes overlay {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes overlay {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes pageTransitionSlider {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    25% {
        -webkit-transform: translateY(0%) scale(0.8);
        transform: translateY(0%) scale(0.8)
    }
    to {
        -webkit-transform: translateY(0%) scale(2.3);
        transform: translateY(0%) scale(2.3)
    }
}

@keyframes pageTransitionSlider {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    25% {
        -webkit-transform: translateY(0%) scale(0.8);
        transform: translateY(0%) scale(0.8)
    }
    to {
        -webkit-transform: translateY(0%) scale(2.3);
        transform: translateY(0%) scale(2.3)
    }
}

@-webkit-keyframes pageTransitionGrid {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    25% {
        -webkit-transform: translateY(0%) scale(0.8);
        transform: translateY(0%) scale(0.8)
    }
    to {
        -webkit-transform: translateY(0%) scale(5);
        transform: translateY(0%) scale(5)
    }
}

@keyframes pageTransitionGrid {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    25% {
        -webkit-transform: translateY(0%) scale(0.8);
        transform: translateY(0%) scale(0.8)
    }
    to {
        -webkit-transform: translateY(0%) scale(5);
        transform: translateY(0%) scale(5)
    }
}

@-webkit-keyframes sliderOverlay {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes sliderOverlay {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes heroFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
        transform: translateX(30%)
    }
    60% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes heroFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
        transform: translateX(30%)
    }
    60% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes animationCta {
    0% {
        opacity: 0;
        z-index: -1
    }
    to {
        opacity: 1;
        z-index: 1
    }
}

@keyframes animationCta {
    0% {
        opacity: 0;
        z-index: -1
    }
    to {
        opacity: 1;
        z-index: 1
    }
}

@-webkit-keyframes animationVideo {
    0% {
        translate: transformY(-100%);
        z-index: 1
    }
    to {
        translate: transformY(0%);
        z-index: 1
    }
}

@keyframes animationVideo {
    0% {
        translate: transformY(-100%);
        z-index: 1
    }
    to {
        translate: transformY(0%);
        z-index: 1
    }
}

@-webkit-keyframes transformPage {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes transformPage {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hideHeroProject {
    0% {
        display: block;
        opacity: 1;
        height: 100%;
        padding: 335px 0px 60px 0px
    }
    to {
        display: none;
        opacity: 0;
        height: 0;
        padding: 0
    }
}

@keyframes hideHeroProject {
    0% {
        display: block;
        opacity: 1;
        height: 100%;
        padding: 335px 0px 60px 0px
    }
    to {
        display: none;
        opacity: 0;
        height: 0;
        padding: 0
    }
}

.content {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
}
.content.sm {
    max-width: 1440px;
}
@media (min-width:712px) {
    .content {
        padding: 0 30px
    }
}
@media (min-width:992px) {
    .content {
        padding: 0 7vw
    }
}

.background--dark {
    background-color: #202020;
    color: #89878c
}
.background--dark.custom {
    background-color: #202020;
}

.background--dark #body {
    background-color: #202020
}

.background--dark h1,
.background--dark h2,
.background--dark h3,
.background--dark h4,
.background--dark h5,
.background--dark h6 {
    color: #ffffff
}

.background--black {
    background-color: #000000;
    color: #89878c
}

.background--black #body {
    background-color: #000000
}

.background--black h1,
.background--black h2,
.background--black h3,
.background--black h4,
.background--black h5,
.background--black h6 {
    color: #ffffff
}

.background--light {
    background-color: #ffffff;
    color: #666
}
.background--light.light-2 {
    background-color: #f7f7f7;
}

.background--light #body {
    background-color: #ffffff
}

.background--light h1,
.background--light h2,
.background--light h3,
.background--light h4,
.background--light h5,
.background--light h6 {
    color: #231f20
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.btn__view {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 14px;
    opacity: 0;
    pointer-events: none
}

.btn__view::before {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 7px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-image: url("img/eye.svg");
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    .btn__view::before {
        background-color: rgba(255, 255, 255, 0.04);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

.btn__play {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 14px;
    opacity: 0;
    pointer-events: none
}

.btn__play::before {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 7px;
    background-color: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    background-image: url("img/playbtn.svg")
}

.btn__showreel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.btn__showreel::after {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 7px;
    border-radius: 50%;
    background-image: url("img/playbtn.svg")
}

.hero {
    padding: 200px 0px 40px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about .hero,
.contact .hero {
    min-height: 60vh;
}

@media (min-width:992px) {
    .hero {
        padding: 240px 0px 40px 0px
    }
}

@media (min-width:1024px) {
    .hero {
        padding: 200px 0px 60px 0px
    }
}

.hero__grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    z-index: 2
}

.hero__grid>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.hero__grid>:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1
}

@media (min-width:992px) {
    .hero__grid {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto
    }
    .hero__grid>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .hero__grid>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
    .hero__grid>:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    .hero__grid>:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

.hero__headline {
    padding-bottom: 60px;
    overflow: hidden;
    hyphens: auto
}

@media (min-width:992px) {
    .hero__headline {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media (min-width:992px) {
    .hero__filter {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

@media (min-width:1280px) {
    .hero__filter {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 3/3
    }
}

.hero__link {
    margin-left: auto;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

@media (min-width:992px) {
    .hero__link {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.hero__back-link {
    margin-bottom: 20px
}

.hero__categories {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-bottom: 40px
}

@media (min-width:992px) {
    .hero__categories {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        padding-bottom: 55px
    }
}

.hero__categories ul::after {
    content: "flickity";
    display: none
}

@media (min-width:992px) {
    .hero__categories ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .hero__categories ul::after {
        content: ""
    }
}

.hero__categories ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

.hero__categories ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.background--light .hero__categories ul li a {
    color: #231f20;
}

.no-touchevents .hero__categories ul li a:hover {
    color: #89878c
}

.hero__categories ul li a svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.background--light .hero__categories ul li a svg path {
    fill: #231f20;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease
}
.no-touchevents .background--light .hero__categories ul li a:hover svg path {
    fill: #89878c;
}

.hero__image {
    position: relative;
    z-index: 1
}

.hero__image img {
    width: 100%;
    height: auto;
    display: block
}

.scrollbar {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.scrollbar__bar {
    margin-left: 10px;
    position: relative;
    width: 100px
}

.scrollbar__empty,
.scrollbar__fill {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #fff
}

.scrollbar__empty {
    opacity: 0.4;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0.96);
    -ms-transform: scaleX(0.96);
    transform: scaleX(0.96)
}

.scrollbar__fill {
    top: 0;
    position: absolute;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0.02);
    -ms-transform: scaleX(0.02);
    transform: scaleX(0.02)
}

.scrollbar--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85px
}

.scrollbar--vertical .scrollbar__bar {
    width: 60px;
    margin-left: 0;
    margin-bottom: 6px;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX(-100%) translateY(60px) rotate(90deg);
    -ms-transform: translateX(-100%) translateY(60px) rotate(90deg);
    transform: translateX(-100%) translateY(60px) rotate(90deg)
}

.background--light .scrollbar {
    color: #89878c
}

.background--light .scrollbar .scrollbar__empty {
    background-color: #89878c
}

.background--light .scrollbar .scrollbar__fill {
    background-color: #231f20
}

.toggle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:814px) {
    .toggle {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .toggle {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

.toggle label {
    cursor: pointer
}

.toggle__slide {
    position: absolute;
    cursor: pointer;
    top: 10px;
    width: 30px;
    height: 3px;
    background-color: #cccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px
}

.toggle__slide::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    bottom: -1px;
    background-color: #231f20;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%
}
.background--black .toggle__slide::before {
    background-color: #fff;
}

.toggle__switch {
    position: relative;
    display: inline-block;
    width: 40px;
    padding: 0 15px
}

.toggle__switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.toggle__switch input:checked+.toggle__slide {
    background-color: #89878c
}

.toggle__switch input:checked+.toggle__slide::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.toggle__label {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.toggle__label.active {
    color: #fff
}
.background--light .toggle__label.active {
    color: #231f20
}

.filter__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:992px) {
    .filter__field {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.filter__field label {
    color: #fff;
    white-space: nowrap
}
.background--light .filter__field label {
    color: #231f20;
}

.lang__item {
    color: #fff;
    text-transform: uppercase
}

.lang__item:not(:last-child)::after {
    content: " / ";
    color: #bbb
}

.form-log {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.form-log label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 130px;
    font-size: 16px;
    line-height: 1.42857;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-log .input {
    display: inline-block;
    width: 320px;
    height: 40px;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-log .input:focus {
    border-color: #444;
    outline: 0;
}

.form-log .button-primary,
.form-log .button-primary:focus {
    padding: 9px 16px;
    border-radius: 0;
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
    font-size: 16px;
    line-height: 1.42857;
    text-transform: uppercase;
    min-width: 150px;
    margin-top: 10px;
    margin-left: 135px;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.form-log.lostpw .button-primary,
.form-log.lostpw .button-primary:focus {
    margin-left: 0;
}

.form-log .button-primary:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

.form-log .lostpw {
    margin-left: 135px
}

#result {
    display: none;
    margin-top: 15px
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media (max-width:640px) {
    .form-log label {
        width: 100%;
    }
    .form-log .button-primary,
    .form-log .button-primary:focus,
    .form-log .lostpw {
        margin-left: 0;
    }
}

.topbar {
    padding-top: 28px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.preloader .topbar {
    opacity: 0
}

@media (min-width:992px) {
    .topbar {
        padding-top: 40px
    }
}

@media (min-width:1280px) {
    .topbar {
        padding-top: 50px
    }
}

.topbar__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr)
}

@media (min-width:992px) {
    .topbar__inner {
        -ms-grid-columns: (1fr)[10];
        grid-template-columns: repeat(10, 1fr)
    }
}

@media (min-width:1280px) {
    .topbar__inner {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }
}

.topbar .logo {
    position: relative;
    width: 157px;
    height: 30px;
    display: block;
    margin-top: -5px
}

.topbar .logo svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .topbar .logo {
        width: 210px;
        height: 40px;
    }
}

.topbar .logo svg {
    width: 100%;
    height: 100%
}

.topbar__inner .logo svg path {
    fill: #000
}
.drawer--active .topbar .topbar__inner .logo svg path {
    fill: #89878c!important
}

.topbar .menubtn {
    grid-column: -1/-2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-grid-row-align: center;
    align-self: center;
    height: 22px;
    font-size: 14px;
    line-height: 18px
}

.topbar .menubtn__icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 22px;
    margin-left:18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.topbar .menubtn__icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
}

.drawer--active .topbar .menubtn__icon span{ 
    background-color: #89878c!important;
}

.topbar .menubtn__icon .icon-first {
    top: 0;
}

.drawer--active .topbar .menubtn__icon .icon-first {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 3px;
}

.topbar .menubtn__icon .icon-second {
    top: 9px;
    left: -8px;
}
.no-touchevents .topbar .menubtn:hover .icon-second {
    left: 0;
    width: 100%;
}

.drawer--active .topbar .menubtn__icon .icon-second {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.topbar .menubtn__icon .icon-third {
    top: 18px;
}

.drawer--active .topbar .menubtn__icon .icon-third {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 3px;
}

.topbar .menubtn__title {
    color: #000;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all
}
.drawer--active .topbar .menubtn__title {
    color: #89878c!important
}

.topbar.hidden {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.topbar.noTransition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.topbar.alternate {
    opacity: 1;
}

.topbar.alternate,
.topbar.isBlur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 28px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:768px) {
    .topbar.alternate,
    .topbar.isBlur {
        padding-top: 20px
    }
}

.topbar.alternate .topbar__inner .logo svg path,
.topbar.isBlur .topbar__inner .logo svg path {
    fill: #000
}

.topbar.alternate .topbar__inner .menubtn__title,
.topbar.isBlur .topbar__inner .menubtn__title {
    color: #000
}

.topbar.alternate .menubtn__icon span,
.topbar.isBlur .menubtn__icon span {
    background-color: #000;
}

.drawer--active .topbar.alternate,
.drawer--active .topbar.isBlur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent
}

@media (min-width:768px) {
    .drawer--active .topbar.alternate,
    .drawer--active .topbar.isBlur {
        padding-top: 40px
    }
}

@media (min-width:1280px) {
    .drawer--active .topbar.alternate,
    .drawer--active .topbar.isBlur {
        padding-top: 50px
    }
}

.topbar.alternate {
    padding-top: 28px
}

@media (min-width:768px) {
    .topbar.alternate {
        padding-top: 40px
    }
}

@media (min-width:1280px) {
    .topbar.alternate {
        padding-top: 50px
    }
}

.topbar.alternate .tagline {
    color: rgba(0, 0, 0, 0.5)
}

.topbar.isBlack,
.topbar.isDark {
    background: rgba(0, 0, 0, 0.9)
}

.topbar.isBlack .topbar__inner .logo svg path,
.topbar.isDark .topbar__inner .logo svg path {
    fill: #fff
}

.topbar.isBlack .topbar__inner .menubtn__title,
.topbar.isDark .topbar__inner .menubtn__title {
    color: #ffffff
}

.topbar.isBlack .menubtn,
.topbar.isDark .menubtn {
    color: #fff
}

.topbar.isBlack .menubtn__icon span,
.topbar.isDark .menubtn__icon span {
    background-color: #fff;
}

.topbar.isDark {
    background: rgba(32, 32, 32, 0.9)
}

.drawer--active {
    overflow: hidden
}

.drawer {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 8;
    visibility: hidden;
    overflow: auto;
    opacity: 0;
    -webkit-transition: all 0.3s, padding 0s;
    -o-transition: all 0.3s, padding 0s;
    transition: all 0.3s, padding 02;
    overflow: hidden
}

.drawer--active .drawer {
    visibility: visible;
    opacity: 1
}

@media (min-width:992px) {
    .drawer__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 9fr;
        grid-template-columns: 1fr 9fr
    }
}

@media (min-width:1280px) {
    .drawer__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 6fr 6fr;
        grid-template-columns: 6fr 6fr
    }
}

.drawer__inner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.drawer__menu {
    font-size: 26px;
    line-height: 36px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 65px
}

@media (min-width:992px) {
    .drawer__menu {
        font-size: 34px;
        line-height: 44px
    }
}

@media (min-width:1280px) {
    .drawer__menu {
        font-size: 40px;
        line-height: 50px;
        padding-top: 130px;
        padding-bottom: 130px
    }
}

.drawer__menu ul:hover a {
    color: #89878c
}

.drawer__menu li {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: all 0s ease-in-out 0.5s;
    -o-transition: all 0s ease-in-out 0.5s;
    transition: all 0s ease-in-out 0.5s
}

.drawer__menu li a {
    padding: 10px 0 10px calc(100% / 9);
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("img/plus.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center
}

.drawer__menu li sup {
    color: #89878c;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    justify-self: flex-end;
    position: absolute
}

.drawer__menu li:hover a {
    background-image: url("img/plus-white.svg");
    color: #fff
}

.drawer__menu li:hover sup {
    color: #ffffff
}

.drawer--active .drawer__menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.drawer--active .drawer__menu li:first-of-type {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.drawer--active .drawer__menu li:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.drawer--active .drawer__menu li:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.drawer--active .drawer__menu li:nth-of-type(4) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.drawer--active .drawer__menu li:nth-of-type(5) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.drawer--active .drawer__menu li:nth-of-type(6) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.drawer--active .drawer__menu li:nth-of-type(7) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.drawer--active .drawer__menu li:nth-of-type(8) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.drawer--active .drawer__menu li:nth-of-type(9) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.drawer--active .drawer__menu li:nth-of-type(10) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.drawer__bottom {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    font-size: 14px;
    line-height: 20px;
    padding-top: 25px;
    padding-bottom: 50px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.drawer--active .drawer__bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.drawer__bottom::before {
    content: "";
    height: 1px;
    background-color: rgba(136,136,136,.5);
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% + 7vw)
}

.drawer__bottom .icon-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
@media (min-width:1280px) {
    .drawer__bottom .icon-wrapper {
        text-align: left;
        padding-left: calc(100% / 9);
    }
}

.drawer__bottom .icon-wrapper a.icons {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #89878c;
    border: 1px solid #89878c;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 10px
}

.drawer__bottom .icon-wrapper a.icons:hover {
    color: #00b4bd;
    -webkit-box-shadow: 0 0 25px #00b4bd;
    box-shadow: 0 0 25px #00b4bd;
    text-shadow: 0 0 1px #00b4bd
}

.drawer__bottom h5 {
    margin-bottom: 10px;
    color: #fff
}

.drawer .link::after {
    background-image: url("img/arrow-right-white.svg")
}

.project {
    background-color: #fff
}

.project h1 {
    color: #fff
}
.project .background--light h1 {
    color: #231f20
}

.project__transform {
    -webkit-animation: transformPage 1s cubic-bezier(0.77, 0, 0.175, 1) backwards;
    animation: transformPage 1s cubic-bezier(0.77, 0, 0.175, 1) backwards
}

.project .hero {
    position: relative;
    padding-bottom: 0;
    z-index: 1
}

@media (min-width:1280px) {
    .project .hero__grid {
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr
    }
}

@media (min-width:1600px) {
    .project .hero__grid {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

@media only screen and (max-width: 711px) and (orientation: portrait) {
    .project .hero {
        padding-top: 50vw;
    }
    .project .hero .hero__grid {
        padding-bottom: 10vw;
    }
}
@media only screen and (min-width: 711px) and (orientation: portrait) {
    .project .hero {
        padding-top: 40vw;
    }
    .project .hero .hero__grid {
        padding-bottom: 20vw;
    }
}

.project .hero__headline--hidden {
    overflow: hidden
}

.project .hero__headline span {
    display: block;
    -webkit-animation: fadeIn 1s ease-in-out 0.7s backwards;
    animation: fadeIn 1s ease-in-out 0.7s backwards
}

@media (min-width:1280px) {
    .project .hero__headline {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4
    }
}

.project .hero__categories li {
    white-space: nowrap;
    -webkit-animation: fadeIn 1s ease-in-out 0.8s backwards;
    animation: fadeIn 1s ease-in-out 0.8s backwards
}

.project .hero__image {
    overflow: hidden
}

.project .video,
.project img {
    z-index: 9;
    -webkit-animation: ImagefadeIn 1s 0.1s linear backwards;
    animation: ImagefadeIn 1s 0.1s linear backwards
}

.project .background--dark {
    background: #000000
}

.project .hero__back-link--hidden,
.project .hero__categories--hidden {
    overflow: hidden
}

.project .link--back {
    display: block;
    -webkit-animation: fadeIn 1s 0.6s ease-in-out backwards;
    animation: fadeIn 1s 0.6s ease-in-out backwards
}

.flexible {
    position: relative;
    z-index: 1;
}

.next-project {
    position: relative;
}
.no-touchevents .next-project {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.next-project img {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.next-project__full--anchor {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 50px 0 150px
}

@media (min-width:712px) {
    .next-project__full--anchor {
        padding: 80px 0 240px
    }
}

@media (min-width:1024px) {
    .next-project__full--anchor {
        padding: 120px 0 400px
    }
}

@media (min-width:1400px) {
    .next-project__full--anchor {
        padding: 120px 0 500px
    }
}

.next-project__full--anchor::after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.next-project__full--anchor h2 {
    font-size: 20px;
    color: #aaa;
    position: relative;
    z-index: 2
}
.next-project__full--anchor h2 span {
    color: #fff
}

.next-project .link--back {
    position: absolute;
    color: #ffffff;
    bottom: 25px
}
.next-project .link--back:hover svg path {
    fill: #ffffff;
}

@media (min-width:992px) {
    .next-project .link--back {
        bottom: 60px
    }
    .next-project__full--anchor h2 {
        font-size: 28px;
    }
}

@media (min-width:1280px) {
    .next-project .link--back {
        bottom: 80px
    }
    .next-project__full--anchor h2 {
        font-size: 32px;
    }
}

@media (min-width:1400px) {
    .next-project__full--anchor h2 {
        font-size: 36px;
    }
}

.textblock h2,
.textblock h3,
.textblock h4 {
    margin-bottom: 18px
}

.textblock ul,
.textblock ol {
    margin: 0 0 18px;
    padding-left: 20px;
    font-size: 18px;
}
.textblock ul li {
    list-style: disc;
}
.textblock ol li {
    list-style: decimal;
}
.hero .textblock ol li {
    list-style-type: upper-roman;
}
.textblock p {
    font-size: 18px;
    margin-bottom: 18px;
}
.textblock a {
    color: #666;
    border-bottom: 1px solid rgba(102,102,102,1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
.textblock a:hover {
    color: #000;
    border-bottom: 1px solid rgba(102,102,102,0);
}
@media (min-width:992px) {
    .textblock h2,
    .textblock h3,
    .textblock h4 {
        margin-bottom: 20px
    }
    .textblock p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .textblock ul {
        margin: 0 0 20px;
        font-size: 20px;
    }
}

.two-column-textblock {
    padding: 80px 0px
}

@media (min-width:992px) {
    .two-column-textblock {
        padding: 120px 0
    }
}

@media (min-width:1280px) {
    .two-column-textblock {
        padding: 140px 0px
    }
}

.two-column-textblock.background--black {
    margin: 0;
    padding: 80px 0
}

@media (min-width:992px) {
    .two-column-textblock.background--black {
        padding: 120px 0
    }
}

@media (min-width:1280px) {
    .two-column-textblock.background--black {
        padding: 140px 0px
    }
}

.two-column-textblock__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .two-column-textblock__grid {
        -ms-grid-columns: 3fr 7fr;
        grid-template-columns: 3fr 7fr
    }
}

@media (min-width:1280px) {
    .two-column-textblock__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
    #companies .two-column-textblock__grid {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

.two-column-textblock__grid__side-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

@media (max-width:814px) {
    .two-column-textblock__grid__side-title {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .two-column-textblock__grid__side-title {
        padding-right: 35px
    }
}

.two-column-textblock__grid__side-title h6 {
    margin-top: 4px;
    text-transform: uppercase;
    color: #89878c
}

.two-column-textblock__grid__block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-bottom: 40px
}
.two-column-textblock__grid__block:last-of-type {
    padding-bottom: 0
}

@media (min-width:992px) {
    .two-column-textblock__grid__block {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/4;
        padding-bottom: 30px
    }
}
@media (min-width:1280px) {
    .two-column-textblock__grid__block {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        padding-bottom: 50px
    }
}

.two-column-textblock__grid__block h3 {
    padding-bottom: 40px
}

.background--light .two-column-textblock__grid__block h3 {
    color: #231f20
}

.background--dark .two-column-textblock__grid__block h3 {
    color: #ffffff
}

.two-column-textblock__grid__block p+p {
    margin-top: 22px
}

.two-column-textblock__grid__cross {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    background-image: url("img/plus.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    align-self: flex-end
}

@media (min-width:992px) {
    .two-column-textblock__grid__cross {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        justify-self: flex-end
    }
}

.full-image {
    position: relative;
}

.full-image img {
    width: 100%;
    height: auto;
    display: block
}

.full-image__garage-door {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #000000;
    overflow: hidden
}

.full-image__garage-door img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.full-image .full-image-1 {
    z-index: 4
}

.full-image .full-image-2 {
    z-index: 3
}

.full-image .full-image-3 {
    z-index: 2
}

.full-image .full-image-4 {
    z-index: 1
}

.garage-door__image {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #000000;
    overflow: hidden;
    max-height: 110vh;
    background-size: cover;
    background-position: center center;
}
.garage-door__image a:not(.norm),
.garage-door__image .subscription {
    position: absolute;
    top: 50%;
    left: 7vw;
    right: 7vw;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.garage-door__image .subscription .tnp-field-button {
    text-align: left;
}
.garage-door__image a:not(.norm) svg path {
    fill: #fff;
}

.full-image .copy,
.garage-door__image .copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    color: rgba(255,255,255,.75);
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}
@media (min-width:712px) {
    .full-image .copy,
    .garage-door__image .copy {
        left: 40px;
        right: 40px;
        bottom: 25px;
    }
}

.tnp-subscription {
    max-width: 500px;
}
.tnp-subscription input[type=text], 
.tnp-subscription input[type=email] {
    font-size: 16px!important;
    padding: 10px 15px!important;
}

.tnp-subscription .footer-text {
    text-align: center;
    font-size: 15px!important;
    line-height: 1.3!important;
}
.footer-text a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
.footer-text a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.garage-door__image a:hover .link,
.garage-door__image a .h1 {
    color: #fff
}

.garage-door__image img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}
.home__contact-more .garage-door__image img {
    filter: brightness(90%);
}

.garage-door .full-image-1 {
    z-index: 9
}
.garage-door .full-image-2 {
    z-index: 8
}
.garage-door .full-image-3 {
    z-index: 7
}
.garage-door .full-image-4 {
    z-index: 6
}
.garage-door .full-image-5 {
    z-index: 5
}
.garage-door .full-image-6 {
    z-index: 4
}
.garage-door .full-image-7 {
    z-index: 3
}
.garage-door .full-image-8 {
    z-index: 2
}
.garage-door .full-image-9 {
    z-index: 1
}

#newsletter.garage-door__image img {
    filter: brightness(75%);
}

@media only screen and (max-width: 991px) and (orientation: portrait) {
    #newsletter.garage-door__image,
    #merch.garage-door__image{
        max-height: none;
        min-height: 100vh;
    }
    #newsletter.garage-door__image img,
    #merch.garage-door__image img {
        min-height: 100vh;
    }
}

.content-image {
    margin: 80px 0px
}

@media (min-width:992px) {
    .content-image {
        margin: 120px 0px
    }
}

@media (min-width:1280px) {
    .content-image {
        margin: 140px 0px
    }
    .garage-door__image .content .content__inner {
        padding: 30px;
    }
}

.content-image img {
    width: 100%;
    height: auto;
    display: block
}

.content-image:hover .video {
    opacity: 1
}

.double-content {
    margin: 80px 0px
}

@media (min-width:992px) {
    .double-content {
        margin: 120px 0px
    }
}

@media (min-width:1280px) {
    .double-content {
        margin: 140px 0px
    }
}

.double-content__grid-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.2fr 8fr;
    grid-template-columns: 0.2fr 8fr;
    margin-bottom: 60px
}

@media (max-width:814px) {
    .double-content__grid-1 {
        grid-gap: 10px
    }
}

@media (min-width:992px) {
    .double-content__grid-1 {
        -ms-grid-columns: 0.2fr 4fr 2fr 6fr;
        grid-template-columns: 0.2fr 4fr 2fr 6fr
    }
}

.double-content__grid-1__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.double-content__grid-1__icons .arrow {
    margin-top: 6px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: none
}

.background--light .double-content__grid-1__icons .arrow {
    background-image: url("img/arrow-up.svg")
}

.background--dark .double-content__grid-1__icons .arrow {
    background-image: url("img/arrow-up-white.svg")
}

@media (min-width:992px) {
    .double-content__grid-1__icons .arrow {
        margin-top: 5px
    }
    .background--light .double-content__grid-1__icons .arrow {
        background-image: url("img/arrow-right.svg")
    }
    .background--dark .double-content__grid-1__icons .arrow {
        background-image: url("img/arrow-right-white.svg")
    }
}

@media (min-width:992px) {
    .double-content__grid-1__icons .cross {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        margin-right: 8px
    }
}

.double-content__grid-1__text-block {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

@media (max-width:814px) {
    .double-content__grid-1__text-block {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

.double-content__grid-1__text-block h6 {
    padding-bottom: 10px
}

.background--dark .double-content__grid-1__text-block h6 {
    color: #ffffff
}

.background--light .double-content__grid-1__text-block h6 {
    color: #231f20
}

.double-content__grid-1 img {
    z-index: 2
}

.double-content__grid-1 .video,
.double-content__grid-1 img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

@media (max-width:814px) {
    .double-content__grid-1 .video,
    .double-content__grid-1 img {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {
    .double-content__grid-1 .video,
    .double-content__grid-1 img {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5
    }
}

.double-content__grid-1 .video {
    z-index: 9
}

.double-content__grid-1 .video__loop,
.double-content__grid-1 video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.double-content__grid-1 .video__loop {
    cursor: auto
}

.double-content__grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.2fr 8fr;
    grid-template-columns: 0.2fr 8fr
}

@media (max-width:814px) {
    .double-content__grid-2 {
        grid-gap: 10px
    }
}

@media (min-width:992px) {
    .double-content__grid-2 {
        -ms-grid-columns: 6fr 0.4fr 3fr;
        grid-template-columns: 6fr 0.4fr 3fr
    }
}

@media (min-width:992px) {
    .double-content__grid-2__cross-arrow {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-self: flex-end
    }
}

.double-content__grid-2__text-block {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:992px) {
    .double-content__grid-2__text-block {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4
    }
}

.double-content__grid-2__text-block h6 {
    position: relative;
    padding-bottom: 10px
}

.background--dark .double-content__grid-2__text-block h6 {
    color: #ffffff
}

.background--light .double-content__grid-2__text-block h6 {
    color: #231f20
}

.double-content__grid-2__text-block h6::before {
    content: "";
    position: absolute;
    top: -1%;
    left: -6%;
    margin-top: 6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat
}

@media (max-width:814px) {
    .double-content__grid-2__text-block h6::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.background--dark .double-content__grid-2__text-block h6::before {
    background-image: url("img/arrow-left-white.svg")
}

.background--light .double-content__grid-2__text-block h6::before {
    background-image: url("img/arrow-left.svg")
}

.double-content__grid-2 img {
    z-index: 2
}

.double-content__grid-2 .video,
.double-content__grid-2 img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

@media (max-width:814px) {
    .double-content__grid-2 .video,
    .double-content__grid-2 img {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {
    .double-content__grid-2 .video,
    .double-content__grid-2 img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

.double-content__grid-2 .video__loop,
.double-content__grid-2 video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.double-content__grid-2 .video__loop {
    cursor: auto
}

.video {
    position: relative;
    cursor: pointer;
    margin-top: 0
}

.video::after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.video__loop {
    position: absolute;
    width: 100%;
    cursor: auto
}

.video__play {
    position: absolute;
    width: 100%;
    height: 100.06%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.65));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65))
}

.video__play__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    position: relative
}

.no-touchevents .video__play__btn {
    display: none
}

.video__btn {
    pointer-events: none
}

.touchevents .video__btn {
    display: none
}

.play-video,
.play-audio {
    cursor: pointer
}

.audio-overlay {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .2);
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 90;
    text-align: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    .audio-overlay {
        background-color: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}
.audio-active .audio-overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
.video-active .video-overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.video-overlay .video-holder {
    position: absolute;
    overflow: hidden;
    background-color: #000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}
.video-active .video-overlay .video-holder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in .7s;
    transition: opacity 0.3s ease-in .7s;
}

.video-overlay .video-holder .fullscreen-video {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.video-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0,0,0,.15);
    z-index: 100
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30px;
    width: 2px;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.video__full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.3s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    z-index: 99
}

.video__full::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 9;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.7s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.7s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.7s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.video__full.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.video__full.open::before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1), -webkit-transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.video__full.open .fullVideo {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    -webkit-transition: all 0.9s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.9s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.9s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.video__full.open .video__full__close {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    margin-top: 50px;
    position: relative;
    mix-blend-mode: exclusion;
    z-index: 99
}

.video__full.open .video__full__close::before {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 7px;
    background-image: url("img/close.svg");
    background-repeat: no-repeat
}

.video__full .fullVideo {
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.7s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.video video {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.three-column-textblock {
    margin: 80px 0px
}

@media (min-width:992px) {
    .three-column-textblock {
        margin: 120px 0px
    }
}

@media (min-width:1280px) {
    .three-column-textblock {
        margin: 140px 0px
    }
}

.three-column-textblock__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media (min-width:992px) {
    .three-column-textblock__grid {
        -ms-grid-columns: 5fr 36px 5fr;
        grid-template-columns: 5fr 5fr;
        grid-column-gap: 36px
    }
}

@media (min-width:1280px) {
    .three-column-textblock__grid {
        -ms-grid-columns: 1fr 0px 4fr 0px 1fr 0px 5fr 0px 1fr;
        grid-template-columns: 1fr 4fr 1fr 5fr 1fr;
        grid-column-gap: 0px
    }
}

.three-column-textblock__grid__subtitle {
    padding-top: 5px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (max-width:814px) {
    .three-column-textblock__grid__subtitle {
        padding-bottom: 15px
    }
}

.three-column-textblock__grid__subtitle h6 {
    color: #89878c
}

.three-column-textblock__grid__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (max-width:814px) {
    .three-column-textblock__grid__title {
        padding-bottom: 40px
    }
}

@media (min-width:1280px) {
    .three-column-textblock__grid__title {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.three-column-textblock__grid__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-bottom: 80px
}

@media (min-width:992px) {
    .three-column-textblock__grid__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

@media (min-width:1280px) {
    .three-column-textblock__grid__text {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5
    }
}

.three-column-textblock__grid__text p+p {
    margin-top: 22px
}

.three-column-textblock__grid__icon {
    background-image: url("img/plus.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width:992px) {
    .three-column-textblock__grid__icon {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        justify-self: flex-end
    }
}

@media (min-width:1280px) {
    .three-column-textblock__grid__icon {
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-column: 5/6
    }
}

.double-content-image {
    margin: 80px 0px
}

@media (min-width:992px) {
    .double-content-image {
        margin: 120px 0px
    }
}

@media (min-width:1280px) {
    .double-content-image {
        margin: 140px 0px
    }
}

.double-content-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.double-content-image__grid-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr;
    padding-bottom: 36px
}

@media (min-width:992px) {
    .double-content-image__grid-1 {
        -ms-grid-columns: 7fr 5fr;
        grid-template-columns: 7fr 5fr
    }
}

.double-content-image__grid-1 img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (min-width:992px) {
    .double-content-image__grid-1 .icon {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        -ms-grid-column-align: end;
        justify-self: end
    }
}

.double-content-image__grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .double-content-image__grid-2 {
        -ms-grid-columns: 5fr 7fr;
        grid-template-columns: 5fr 7fr
    }
}

.double-content-image__grid-2 img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (min-width:992px) {
    .double-content-image__grid-2 img {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

@media (min-width:992px) {
    .double-content-image__grid-2 .icon {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        align-self: flex-end
    }
}

.testimonials {
    padding: 120px 0px;
    background-color: #231f20
}

@media (min-width:992px) {
    .testimonials {
        padding: 140px 0px
    }
}

.testimonials__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media (min-width:992px) {
    .testimonials__grid {
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

@media (min-width:1280px) {
    .testimonials__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
}

.testimonials__grid__side-title {
    padding-top: 5px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (max-width:814px) {
    .testimonials__grid__side-title {
        padding-bottom: 20px
    }
}

.testimonials__grid__side-title h6 {
    color: #89878c
}

.testimonials__grid__blockquote {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (min-width:992px) {
    .testimonials__grid__blockquote {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.testimonials__grid__blockquote blockquote {
    color: #ffffff;
    padding-bottom: 60px
}

.testimonials__grid__blockquote h6 {
    color: #ffffff
}

.testimonials__grid__blockquote p {
    color: #89878c
}

@media (min-width:992px) {
    .testimonials__grid__blockquote p {
        padding-bottom: 80px
    }
}

@media (min-width:992px) {
    .testimonials__grid__icon {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        align-self: flex-end;
        justify-self: flex-end
    }
}

.credits {
    background-color: #000000;
    padding: 80px 0 120px
}

@media (min-width:992px) {
    .credits {
        padding: 100px 0 160px
    }
}

@media (min-width:1280px) {
    .credits {
        padding: 120px 0px 180px
    }
}

.credits__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 4fr;
    grid-template-columns: 4fr 4fr
}

.credits__grid h4,
.credits__grid h6 {
    color: #89878c
}

.credits__grid p {
    color: #ffffff;
    padding-bottom: 22px
}

@media (min-width:992px) {
    .credits__grid {
        -ms-grid-columns: 2fr 4fr 4fr;
        grid-template-columns: 2fr 4fr 4fr
    }
}

@media (min-width:1280px) {
    .credits__grid {
        -ms-grid-columns: 3fr 1fr 2fr 2fr 2fr;
        grid-template-columns: 3fr 1fr 2fr 2fr 2fr
    }
    .credits__grid__pseudo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 14;
        grid-row: 1/15
    }
}

.credits__grid__line {
    border-top: 1px solid #404040;
    padding-bottom: 25px;
    width: calc(100% + 28px);
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (min-width:992px) {
    .credits__grid__line {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        width: calc(100% + 35px)
    }
}

@media (min-width:1280px) {
    .credits__grid__line {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2/6;
        width: calc(100% + 90px)
    }
}

.credits__grid__subtitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2/15
}

@media (max-width:814px) {
    .credits__grid__subtitle {
        padding-bottom: 15px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media (min-width:1280px) {
    .credits__grid__subtitle {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.projects.clicked .projects__slider__overlay {
    -webkit-animation: sliderOverlay 0.5s 1.4s ease backwards;
    animation: sliderOverlay 0.5s 1.4s ease backwards
}

.projects.clicked .projects__slider__overlay .title {
    -webkit-animation: sliderOverlay 0.5s 1.4s ease backwards;
    animation: sliderOverlay 0.5s 1.4s ease backwards
}

.projects .title {
    padding-right: 40px;
    overflow: hidden;
    hyphens: auto
}

.projects h3 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width:992px) {
    .projects:not(.projects--slideview) h3 {
        font-size: 24px;
    }
}

.projects h3 span {
    display: block;
    color: #89878c
}

.projects__cursor {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 14px;
    opacity: 0;
    z-index: 300;
    pointer-events: none
}

.projects__cursor::before {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 7px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-image: url("img/eye.svg");
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    .projects__cursor::before {
        background-color: rgba(255, 255, 255, 0.04);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

.projects__archive {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease
}

#projects-archive .fail-message,
#latest-archive .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms
}

#projects-archive .fail-message::before,
#latest-archive .fail-message::before {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#projects-archive .fail-message span,
#latest-archive .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

#projects-archive.mixitup-container-failed .fail-message,
#latest-archive.mixitup-container-failed .fail-message {
    opacity: 1;
    pointer-events: auto
}

.projects--slideview .projects__archive {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    overflow: hidden
}

.projects--gridview .projects__archive {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    padding-bottom: 145px
}

.projects--gridview .projects__archive::after,
.projects--gridview .projects__archive::before {
    content: none
}

.projects--gridview .projects__archive .projects__slider__buttons {
    display: none
}

.projects__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    padding-bottom: 150px;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    opacity: 0;
    min-width: 0;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
}

@media (min-width:992px) {
    .projects__grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 195px;
        top: -120px;
        margin-bottom: -120px
    }
}

@media (min-width:1280px) {
    .projects__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        top: -200px;
        margin-bottom: -200px
    }
}

.projects__slider {
    margin: 0 calc(100% / 12);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 120px;
    padding-top: 120px;
    z-index: 5
}

.projects__slider__overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
    bottom: 180px;
    min-width: 33vw;
    max-width: 70vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .projects__slider__overlay {
      background-color: rgba(255, 255, 255, .1);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
  }
}
@media (min-width:1280px) {
    .projects__slider__overlay {
        max-width: 45vw;
    }
}

.projects__slider__overlay .title {
    margin-bottom: 28px
}
.projects__slider__overlay .title h3 {
    color: #fff
}
.projects__slider__overlay .title h3 span {
    color: rgba(255, 255, 255, 0.5);
}
.projects__slider__overlay .scrollbar {
    color: #bbb!important;
}
.projects__slider__overlay .scrollbar .scrollbar__fill {
    background-color: #fff;
}

.projects__slider__bottomContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff
}

.projects__slider__bottomContainer .projectLength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px
}

.projects__slider__bottomContainer .projectLength .hiddenText {
    overflow: hidden
}

.projects__slider__bottomContainer .projectLength .slash {
    padding: 0 5px
}

.projects__slider__bottomContainer .projectLength .currentProject {
    display: block;
    color: #bbbbbb
}

.projects__slider__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    bottom: 50px
}

.projects__slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.projects__slider__arrow--prev {
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.projects__item {
    position: relative;
    min-width: 0;
}

.projects__item__scale {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    overflow: hidden
}

.projects__grid .projects__item__scale {
    width: 100%;
    padding-bottom: 56.25%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    will-change: transform
}
.no-touchevents .projects__grid .projects__item:hover .projects__item__scale {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.projects__item__darkOverlay {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    background: #000000;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.75
}

.isSelected .projects__item__darkOverlay {
    opacity: 0
}

.projects__item__darkOverlay .projects__grid {
    display: none
}

@media (min-width:1280px) {
    .projects__item__darkOverlay .projects__grid {
        opacity: 0
    }
}

.projects__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.projects__grid .projects__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.projects__item__image {
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 300px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}
@media (min-width:480px) {
    .projects__item__image {
        height: 100%
    }
}

.projects__item__content {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -40px;
    margin-left: 5%;
    width: 90%;
    padding: 10px 18px 14px;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("img/plus.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 20px top 20px;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .projects__item__content {
      background-color: rgba(255, 255, 255, .5);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
  }
}

@media (min-width:1024px) {
    .projects__grid .projects__item:nth-of-type(2n) {
        top: 80px
    }
    .projects__item__content {
        position: absolute;
        margin: 0;
        top: calc(100% - 40px);
        left: 5%;
    }
}

@media (min-width:1440px) {
    .projects__item__content {
        top: calc(100% - 45px);
    }
}

.projects__slider .projects__item {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    will-change: transform
}

.no-touchevents .projects__slider .projects__item:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    will-change: transform
}

.no-touchevents .projects__slider .projects__item:hover .projects__item__darkOverlay,
.no-touchevents .projects__slider .projects__item:hover .projects__item__scale {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    will-change: transform
}

.projects__slider .projects__item__content {
    display: none
}

.projects--gridview .hero {
    padding-bottom: 140px
}

@media (min-width:992px) {
    .projects--gridview .hero {
        padding-bottom: 240px
    }
}

@media (min-width:1280px) {
    .projects--gridview .hero {
        padding-bottom: 320px
    }
}

.projects--gridview .hero__grid {
    -webkit-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all
}

@media (max-width:1024px) {
    .hero .hero__filter {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }
}

@media (max-width:1024px) {
    .hero .filter__field {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:1024px) {
    .projects--gridview .hero .toggle {
        display: none
    }
}

.hero .hero__filter form {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 520px;
    z-index: 10;
}

@media (min-width:992px) {
    .hero .hero__filter form {
        float: right;
    }
}

.filter-header {
    padding: 15px;
    color: #fff;
    background: #242528;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-header button {
    display: block;
    color: #fff;
    margin: 0 0 10px 0;
    border-bottom: 3px solid transparent;
        border-bottom-color: transparent;
}
.filter-header button.mixitup-control-active {
    border-color: #fff
}
@media (min-width:992px) {
    .filter-header button {
        display: inline-block;
        line-height: 30px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 1280px) {
    .filter-header button {
        margin: 0 25px 0 0;
    }
}

.filters-dropdownHeader {
    padding: 15px 30px 20px 15px;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filters-dropdownHeaderText {
    display: inline-block;
    padding-bottom: 5px;
    color: #231f20;
    border-bottom: 3px solid #231f20;
    max-width: 100% !important;
    min-width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filters-dropdownHeader::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(img/arrow-down.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .1s;
    transition: transform .1s;
}
.filters-dropdownHeader.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#filters {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0 15px 15px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#filters button {
    display: block;
	margin: 0 0 5px;
    padding: 0;
	color: #231f20;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#filters button.hide {
    display: none;
}
#filters button.hide.show {
    display: block;
}
#filters button.mixitup-control-active {
    font-style: italic
}
@media (min-width: 1280px) {
    .filter-header {
        padding: 30px;
    }
    .filters-dropdownHeader {
        padding: 25px 50px 30px 30px;
    }
    .filters-dropdownHeader::after {
        right: 30px;
    }
    #filters {
        padding: 0 30px;
    }
    #filters button {
        margin: 0 0 15px;
    }
}

.projects--gridview .scrollbar--vertical {
    position: -webkit-sticky;
    position: sticky;
    bottom: 45px;
    display: none
}

.projects--gridview .projects__slider__overlay {
    display: none
}

.projects--gridview .projects__item__darkOverlay {
    display: none
}

@media (min-width:1280px) {
    .projects--gridview .projects__item__darkOverlay {
        opacity: 0
    }
}

.projects--gridview.changeViewAnimation .hero__grid {
    -webkit-transition: 0.8s opacity, 0.8s -webkit-transform;
    -o-transition: 0.8s ease opacity, 0.8s -o-transform;
    transition: 0.8s ease opacity, 0.8s transform;
    -webkit-animation: changeView 1.8s ease;
    animation: changeView 1.8s ease
}

.projects--slideview.changeViewAnimation .title {
    -webkit-animation: changeView 1.8s ease backwards;
    animation: changeView 1.8s ease backwards
}

.projects--slideview.changeViewAnimation .projects__item__image img {
    -webkit-animation: changeView 1.8s ease backwards;
    animation: changeView 1.8s ease backwards
}

.projects--slideview .hero {
    display: none
}

.projects--slideview .scrollbar--vertical {
    display: none
}

.projects--slideview .hero__headline {
    opacity: 0;
    visibility: hidden
}

.projects--slideview .hero__filter {
    opacity: 0;
    visibility: hidden
}

.projects--slideview .projects__archive {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.projects--slideview .projects__archive .content {
    position: relative;
    height: 100%
}

@-webkit-keyframes changeView {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes changeView {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.about .two-column-textblock h6 {
    margin-bottom: 20px
}

.about h6 {
    margin-top: 4px;
    text-transform: uppercase;
    color: #89878c
}
@media (min-width:1280px) {
    .about h6 {
        margin-top: 0;
    }
}

.image-slider {
    position: relative
}

.image-slider__pagination {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    z-index: 50
}
@media (min-width:992px) {
    .image-slider__pagination {
        display: block;
    }
}

.image-slider__pagination .content {
    height: 100%
}

.image-slider__pagination__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.image-slider__pagination__slide {
    width: 23px;
    height: 23px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: none
}

.image-slider__pagination__slide.active {
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.image-slider__pagination__slide.active .progress-ring {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-slider__pagination__slide.active .progress-ring__circle {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke: white;
    stroke-width: 1
}

.image-slider__pagination .progress-ring {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.image-slider__pagination .progress-ring__circle {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.image-slider__pagination__dot {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative
}

.list {
    padding: 105px 0px 80px 0px;
    color: #89878c
}

.list__grid {
    background: inherit
}

.list__grid:first-child,
.list__grid :not(.list__grid__item)+.list__grid__item {
    padding-top: 0
}

@media (min-width:992px) {
    .list__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr
    }
}

@media (min-width:1280px) {
    .list__grid {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

.list__grid__side-title {
    margin-bottom: 35px
}

@media (min-width:992px) {
    .list__grid__side-title {
        margin-bottom: 0
    }
}

.list__grid__item {
    padding: 40px 0 20px;
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8fr 1fr;
    grid-template-columns: 1fr 8fr 1fr;
    opacity: 0
}

@media (min-width:992px) {
    .list__grid__item {
        padding: 60px 0 35px;
        -ms-grid-columns: 1fr 6fr 1fr;
        grid-template-columns: 1fr 6fr 1fr
    }
}

@media (min-width:1280px) {
    .list__grid__item {
        -ms-grid-columns: 1fr 5fr 3fr;
        grid-template-columns: 1fr 5fr 3fr
    }
}

#drop-down .list__grid__item {
    cursor: pointer
}

.dropdown .list__grid__item.animated:not(.list__grid__item--open):hover .list__grid__title {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.dropdown .list__grid__item.animated:not(.list__grid__item--open) .arrow::after {
    -webkit-animation: fadeOutIn 1.5s ease-out infinite;
    animation: fadeOutIn 1.5s ease-out infinite
}

.dropdown .list__grid__item.animated:not(.list__grid__item--open) .arrow::before {
    -webkit-animation: moveOutIn 1.5s ease-out infinite;
    animation: moveOutIn 1.5s ease-out infinite
}

.list__grid__item.animated:not(.list__grid__item--open):hover .list__grid__title {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.list__grid__item.animated:not(.list__grid__item--open) .arrow::after {
    -webkit-animation: fadeOutIn 1.5s ease-out infinite;
    animation: fadeOutIn 1.5s ease-out infinite
}

.list__grid__item.animated:not(.list__grid__item--open) .arrow::before {
    -webkit-animation: moveOutIn 1.5s ease-out infinite;
    animation: moveOutIn 1.5s ease-out infinite
}

.list__grid__item--open .list__grid__title {
    margin-bottom: 8px
}

.list__grid__item--open:hover .list__grid__title {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.list__grid__number {
    padding-top: 5px
}

.list__grid__content {
    overflow: hidden
}

.list__grid__title {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.list__grid__title h3 {
    color: #231f20;
    margin-bottom: 5px
}

.background--dark .list__grid__title h3 {
    color: #fff
}

.has-js .list__grid__text {
    height: 0;
    overflow: hidden
}

.list__grid__line {
    border-bottom: 1px solid #dfdfdf;
    grid-column: 1/-1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.background--dark .list__grid__line {
    border-color: #404040
}

.drop-down__plus-icon {
    background-image: url("img/plus.svg");
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s
}

.list__grid__item:hover .drop-down__plus-icon {
    background-image: url("img/plus-white.svg")
}

.list__grid__item--open:hover .drop-down__plus-icon {
    background-image: url("img/minus-white.svg")
}

.list__grid__item--open .drop-down__plus-icon {
    background-image: url("img/minus.svg")
}

.manifesto {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 120px
}

@media (min-width:992px) {
    .manifesto {
        margin-top: 120px
    }
}

@media (min-width:1280px) {
    .manifesto {
        margin-top: 140px;
        margin-bottom: 160px
    }
}

.leadership {
    margin-top: 120px;
    margin-bottom: 120px
}

@media (min-width:1280px) {
    .leadership {
        margin-top: 160px;
        margin-bottom: 160px
    }
}

@media (min-width:992px) {
    .leadership__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 3fr 3fr 3fr;
        grid-template-columns: 3fr 3fr 3fr
    }
}

@media (min-width:1280px) {
    .leadership__grid {
        -ms-grid-columns: 3fr 3fr 3fr 3fr;
        grid-template-columns: 3fr 3fr 3fr 3fr
    }
}

.leadership .side-title {
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.leadership .side-title h6 {
    color: #89878c
}

@media (min-width:1280px) {
    .leadership .side-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media (max-width:991px) {
    .leadership__slider {
        margin-right: -7vw;
        margin-left: -7vw
    }
}

@media (min-width:992px) {
    .leadership__slider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
    }
}

@media (min-width:1280px) {
    .leadership__slider {
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        grid-column: 2/5
    }
}

@media (min-width:992px) {
    .leadership__carousel {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 3fr 35px 3fr 35px 3fr;
        grid-template-columns: 3fr 3fr 3fr;
        grid-gap: 35px
    }
}

@media (max-width:991px) {
    .leadership__founder {
        padding-left: 7vw;
        width: 220px
    }
}

.leadership__founder img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-bottom: 20px;
    display: block
}

@media (max-width:991px) {
    .leadership__founder img {
        width: 220px;
        height: 350px
    }
}

.leadership__founder h4 {
    padding-bottom: 5px;
}

.leadership__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:992px) {
    .leadership__icons {
        display: none
    }
}

.leadership__btn {
    cursor: pointer;
    margin: 0 4px
}

.leadership__btn--prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.job-openings {
    margin-top: 120px;
    margin-bottom: 100px
}

@media (min-width:992px) {
    .job-openings {
        margin-bottom: 130px
    }
}

@media (min-width:1280px) {
    .job-openings {
        margin-top: 140px;
        margin-bottom: 220px
    }
}

.job-openings__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 3fr;
    grid-template-columns: 5fr 3fr
}

@media (min-width:992px) {
    .job-openings__grid {
        -ms-grid-columns: 3fr 2fr 3fr 2fr;
        grid-template-columns: 3fr 2fr 3fr 2fr
    }
}

@media (min-width:1280px) {
    .job-openings__grid {
        -ms-grid-columns: 3fr 3fr 2fr 3fr 1fr;
        grid-template-columns: 3fr 3fr 2fr 3fr 1fr
    }
}

.job-openings__side-title {
    padding-top: 24px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-bottom: 25px
}

@media (min-width:992px) {
    .job-openings__side-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5
    }
}

@media (min-width:1280px) {
    .job-openings__side-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 9;
        grid-row: 1/10
    }
}

.job-openings__line {
    border-top: 1px solid #dfdfdf;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-bottom: 24px;
    width: calc(100% + 7vw)
}

@media (min-width:992px) {
    .job-openings__line {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5
    }
}

@media (min-width:1280px) {
    .job-openings__line {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2/6
    }
}

@media (max-width:814px) {
    .job-openings__location {
        display: none
    }
}

@media (max-width:814px) {
    .job-openings__posted-date {
        display: none
    }
}

.job-openings__read-more {
    color: #89878c;
    white-space: nowrap
}

@media (min-width:992px) {
    .job-openings__read-more {
        text-align: right
    }
}

@media (min-width:1280px) {
    .job-openings__read-more {
        text-align: left
    }
}

.job-openings__job {
    display: -ms-grid;
    display: grid;
    padding-bottom: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-columns: 5fr 3fr;
    grid-template-columns: 5fr 3fr
}

@media (min-width:992px) {
    .job-openings__job {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-columns: 3fr 2fr 3fr 2fr;
        grid-template-columns: 3fr 2fr 3fr 2fr
    }
}

@media (min-width:1280px) {
    .job-openings__job {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2/6;
        -ms-grid-columns: 3fr 2fr 3fr 1fr;
        grid-template-columns: 3fr 2fr 3fr 1fr
    }
}

.companies {
    padding: 80px 0px 80px 0px
}

@media (min-width:992px) {
    .companies {
        padding: 110px 0px 110px 0px
    }
}

@media (min-width:1280px) {
    .companies {
        padding: 140px 0px 140px 0px
    }
}

.companies__title {
    padding-bottom: 60px;
}

@media (min-width:1280px) {
    .companies__title {
        padding-bottom: 80px
    }
}

.companies__title h2 {
    padding-right: 30px;
    margin-bottom: 5px
}

.companies__grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: 2fr 15px 2fr 15px 2fr;
    grid-template-columns: 2fr 2fr 2fr
}

@media (min-width:992px) {
    .companies__grid {
        -ms-grid-columns: 2fr 15px 2fr 15px 2fr 15px 2fr;
        grid-template-columns: 2fr 2fr 2fr 2fr;
        grid-gap: 15px
    }
}

@media (min-width:1280px) {
    .companies__grid {
        -ms-grid-columns: 2fr 25px 2fr 25px 2fr 25px 2fr 25px 2fr;
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
        grid-gap: 25px
    }
}

.companies__grid img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #000;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0
    }
    33% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0
    }
    33% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.contact {
    color: #89878c;
    background: #000;
    position: relative
}

.contact__page {
    background-color: #fff;
}

.garage-door__contact {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.garage-door__contact.contact-1 {
    z-index: 1
}
.garage-door__contact.contact-2 {
    z-index: 2
}
.garage-door__contact.contact-3 {
    z-index: 3
}
.garage-door__contact.contact-4 {
    z-index: 4
}
.garage-door__contact.contact-5 {
    z-index: 5
}
.garage-door__contact.contact-6 {
    z-index: 6
}
@media (min-width:1024px) {
    .garage-door__contact {
        top: auto;
        bottom: 0;
    }
    .garage-door__contact.contact-1 {
        z-index: 6
    }
    .garage-door__contact.contact-2 {
        z-index: 5
    }
    .garage-door__contact.contact-3 {
        z-index: 4
    }
    .garage-door__contact.contact-4 {
        z-index: 3
    }
    .garage-door__contact.contact-5 {
        z-index: 2
    }
    .garage-door__contact.contact-6 {
        z-index: 1
    }
}

.contact__container {
    display: block;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width:1024px) {
    .contact__container {
        display: grid;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact__container>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        order: 2;
    }
    .contact__container>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        order: 1
    }
    .contact__container.rtl>:first-child {
        order: 1;
    }
    .contact__container.rtl>:nth-child(2) {
        order: 2
    }
}

.contact__info {
    position: relative;
    padding: 40px 0 120px;
    min-height: 50vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width:1024px) {
    .contact__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 90px 0 30px;
        min-height: 0;
    }
}

.contact__info .h3 {
    padding-bottom: 20px
}

.contact__image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 50vh;
}
.contact__image .copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    color: rgba(255,255,255,.75);
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}

@media (min-width:712px) {
    .contact__image {
        height: 80vw
    }
    .contact__image .copy {
        left: 40px;
        right: 40px;
        bottom: 25px;
    }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
    .contact__image {
        height: 66vw;
    }
}

.contact__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1024px) {
    .contact__image {
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact__image img {
        max-height: 100vh;
        -o-object-fit: cover;
        object-fit: cover
    }
    .contact__container.rtl .contact__image .copy {
        text-align: left;
    }
}


.services {
    background-color: #fff
}

@media (min-width:992px) {
    .services .hero__grid {
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr
    }
}

@media (min-width:1280px) {
    .services .hero__grid {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

@media (min-width:992px) {
    .services .hero__headline {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

@media (min-width:992px) {
    .services .scrollbar {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

.workflow {
    padding: 100px 0px 100px 0px
}

@media (min-width:992px) {
    .workflow {
        padding: 120px 0px 120px 0px
    }
}

@media (min-width:1280px) {
    .workflow {
        padding: 140px 0px 140px 0px
    }
}

.workflow__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7fr;
    grid-template-columns: 1fr 7fr
}

@media (min-width:992px) {
    .workflow__grid {
        -ms-grid-columns: 2fr 1fr 8fr 1fr;
        grid-template-columns: 2fr 1fr 8fr 1fr
    }
}

@media (min-width:1280px) {
    .workflow__grid {
        -ms-grid-columns: 3fr 1fr 5fr 3fr;
        grid-template-columns: 3fr 1fr 5fr 3fr
    }
}

.workflow__side-title {
    margin-top: 5px
}

@media (max-width:814px) {
    .workflow__side-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .workflow__side-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }
}

.workflow__side-title h6 {
    color: #89878c
}

.workflow__content-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (min-width:992px) {
    .workflow__content-block {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4
    }
}

.workflow__content-block .headline {
    padding-bottom: 40px
}

.workflow__content-block .headline h3:first-child {
    color: #231f20
}

.workflow__content-block .headline h3:last-child {
    color: #89878c
}

.workflow__content-block .text {
    padding-bottom: 80px
}

.workflow__content-block .text p {
    color: #89878c
}

.workflow__bullet-lines {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    position: relative
}

@media (min-width:992px) {
    .workflow__bullet-lines {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.workflow__bullet-lines .line {
    position: absolute;
    width: 1px;
    background-color: rgba(136, 136, 136, 0.4);
    height: 0;
    top: calc(0px + 22px);
    left: 12.5px;
    -webkit-transition: 1s 1s ease;
    -o-transition: 1s 1s ease;
    transition: 1s 1s ease
}

.workflow__bullet-lines__progress-circle {
    position: relative;
    width: 24px;
    height: 24px
}

.workflow__bullet-lines .inner-circle {
    width: 5px;
    height: 5px;
    background-color: rgba(136, 136, 136, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.workflow__bullet-lines__outer-circle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke: rgba(136, 136, 136, 0.4)
}

.workflow__items {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding-bottom: 40px
}

@media (min-width:992px) {
    .workflow__items {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4
    }
}

.workflow__items h3 {
    color: #231f20;
    opacity: 0
}

.workflow__items p {
    opacity: 0;
    color: #89878c
}

.service {
    position: relative
}

.service__grid {
    color: #89878c;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .service__grid {
        padding-top: 60px;
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr
    }
}

@media (min-width:1280px) {
    .service__grid {
        padding-top: 80px;
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

.service__grid h3 {
    color: #231f20;
    margin-bottom: 5px
}

@media (min-width:992px) {
    .service__side {
        -ms-grid-row: 1;
        -ms-grid-row-span: 99;
        grid-row: 1/100
    }
}

.service__side--sticky {
    padding: 100px 0px 0 0px
}

@media (min-width:992px) {
    .service__side--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-bottom: 80px;
        padding: 60px 0 0 0
    }
}

@media (min-width:1280px) {
    .service__side--sticky {
        top: 80px
    }
}

.service__side--sticky h6 {
    margin-top: 8px;
    text-transform: uppercase;
    color: #89878c
}

@media (min-width:992px) {
    .service__side--sticky h6 {
        padding-bottom: 20px
    }
}

.service__list__item {
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:814px) {
    .service__list__item {
        display: none
    }
}

.service__list__item.active a {
    color: #231f20
}

.service__list__navbar {
    position: -webkit-sticky;
    position: sticky;
    height: 60px;
    margin: 10px 0px 10px 0px;
    display: none
}

.service__list__navbar--progress-bar {
    position: absolute;
    top: 0;
    left: 1%;
    width: 2px;
    height: 100%;
    border-radius: 40px;
    background-color: #89878c;
    opacity: 0.5
}

.service__list__navbar--progress-bar--increment {
    position: absolute;
    background-color: #231f20;
    width: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 100%;
    top: 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    left: 1%
}

.service__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7fr;
    grid-template-columns: 1fr 7fr;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:992px) {
    .service__item {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-columns: 1fr 7fr;
        grid-template-columns: 1fr 7fr;
        padding-top: 60px
    }
}

@media (min-width:1280px) {
    .service__item {
        -ms-grid-columns: 1fr 8fr;
        grid-template-columns: 1fr 8fr
    }
}

.service__item__number {
    padding-top: 5px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

@media (min-width:992px) {
    .service__item__number {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }
}

.service__item__number h6 {
    color: #89878c
}

@media (min-width:992px) {
    .service__item__instruction {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

@media (max-width:814px) {
    .service__item__instruction h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .service__item__instruction h3::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center center
    }
}

.service__item__instruction .category-list {
    margin: 35px 0px 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #231f20
}

.service__item__instruction .category-list p {
    padding-right: 35px
}

.service__item__instruction .category-list p::before {
    content: "";
    display: inline-block;
    background-image: url("img/plus.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px;
    margin-right: 8px
}

.service__item__instruction .context {
    margin-top: 15px;
    max-width: 600px
}

.service__item__related-projects-headline {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding-top: 80px
}

.service__item__related-projects-headline a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.service__item__related-projects-headline a:hover {
    color: #231f20
}

.service__item__related-projects {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

@media (min-width:992px) {
    .service__item__related-projects {
        -ms-grid-columns: 4fr 4fr;
        grid-template-columns: 4fr 4fr
    }
}

@media (min-width:1280px) {
    .service__item__related-projects {
        grid-column-gap: 40px
    }
}

.service__item__line {
    margin-top: 80px;
    border-bottom: 1px solid #dfdfdf;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media (min-width:992px) {
    .service__item__line {
        margin-top: 140px;
    }
}

.service__project {
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service__project:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985)
}

.service__project__scaleImg {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 56.25%;
    position: relative
}

.service__project img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 0.6s cubic-bezier(0.125, 0.325, 0.17, 0.985)
}

.service__project h4 {
    color: #231f20;
    padding-top: 10px
}

.single-page {
    background-color: #fff
}

.single-page .hero {
    padding-top: 120px;
    padding-bottom: 0
}

@media (min-width:992px) {
    .single-page .hero {
        padding-top: 140px
    }
}

.single-page .hero__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (max-width:814px) {
    .single-page .hero__grid a {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .single-page .hero__grid {
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

@media (min-width:1280px) {
    .single-page .hero__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
    .single-page .hero__grid .hero__headline {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
    }
}

.single-page .plain-textblock__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr;
    padding-bottom: 100px
}

@media (min-width:992px) {
    .single-page .plain-textblock__grid {
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

@media (min-width:1280px) {
    .single-page .plain-textblock__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
}

.single-page .plain-textblock__grid p {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #bbbbbb
}

@media (min-width:992px) {
    .single-page .plain-textblock__grid p {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.single-page .plain-textblock__grid p+p {
    margin-top: 22px
}

.single-page .main-content {
    display: -ms-grid;
    display: grid;
    padding-bottom: 100px
}

@media (min-width:992px) {
    .single-page .main-content {
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

@media (min-width:1280px) {
    .single-page .main-content {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
}

.single-page .main-content__inner {
    color: #bbbbbb
}

@media (min-width:992px) {
    .single-page .main-content__inner {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.single-page .main-content__inner img {
    width: 100%;
    height: auto;
    display: block
}

.single-page .main-content__inner p+p {
    margin-top: 22px
}

.single-page .latest-content-image__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .single-page .latest-content-image__grid {
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

@media (min-width:1280px) {
    .single-page .latest-content-image__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
}

.single-page .latest-content-image__grid img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-bottom: 80px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

@media (min-width:992px) {
    .single-page .latest-content-image__grid img {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.single-page .full-image {
    padding-bottom: 100px
}

.single-page .full-image img {
    width: 100%;
    height: auto
}

.single-page .textblock {
    padding-bottom: 100px
}
.single-page .hero .textblock {
    padding-bottom: 50px
}

.single-page .textblock__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:1280px) {
    .single-page .textblock__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
}

.single-page .textblock__grid .block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (min-width:1280px) {
    .single-page .textblock__grid .block {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.single-page .textblock__grid .block .title {
    padding-bottom: 8px
}

.single-page .textblock__grid .block .title h6 {
    color: #ffffff
}

.single-page .textblock__grid .block p+p {
    margin-top: 22px
}

.single-page .quote {
    background-color: #000000;
    padding: 80px 0px 80px 0px
}

@media (min-width:992px) {
    .single-page .quote {
        padding: 120px 0px 30px 0px
    }
}

@media (min-width:1280px) {
    .single-page .quote {
        padding: 140px 0px 60px 0px
    }
}

.single-page .quote__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .single-page .quote__grid {
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

@media (min-width:1280px) {
    .single-page .quote__grid {
        -ms-grid-columns: 3fr 6fr 3fr;
        grid-template-columns: 3fr 6fr 3fr
    }
}

.single-page .quote__grid__sidetitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (max-width:814px) {
    .single-page .quote__grid__sidetitle {
        padding-bottom: 20px
    }
}

.single-page .quote__grid__sidetitle h6 {
    color: #89878c
}

.single-page .quote__grid__blockquote {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

@media (min-width:992px) {
    .single-page .quote__grid__blockquote {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        padding-bottom: 80px
    }
}

.single-page .quote__grid__blockquote blockquote {
    color: #ffffff;
    padding-bottom: 60px
}

.single-page .job-applying {
    padding: 40px 0px 40px 0px
}

@media (min-width:992px) {
    .single-page .job-applying {
        padding: 70px 0px 70px 0px
    }
}

.single-page .job-applying__grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .single-page .job-applying__grid {
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr
    }
}

@media (min-width:1280px) {
    .single-page .job-applying__grid {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

.single-page .job-applying__grid__back-link {
    position: absolute
}

@media (max-width:814px) {
    .single-page .job-applying__grid__back-link {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        padding-top: 80px;
        left: 28px
    }
}

@media (min-width:992px) {
    .single-page .job-applying__grid__back-link {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        padding-top: 80px
    }
}

@media (min-width:1280px) {
    .single-page .job-applying__grid__back-link {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        top: -5px;
        padding-top: 0px
    }
}

.single-page .job-applying__grid__block {
    border-top: 1px solid #404040;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-top: 15px
}

@media (min-width:992px) {
    .single-page .job-applying__grid__block {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

.single-page .job-applying__grid__block a {
    color: #ffffff
}

.latest__archive {
    padding: 60px 0px 140px 0px
}

@media (min-width:1280px) {
    .latest__archive {
        padding-bottom: 220px
    }
}

.latest__grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 80px
}

@media (min-width:992px) {
    .latest__grid {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
}

@media (min-width:1280px) {
    .latest__grid {
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px
    }
}

.latest__item--img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.latest__item--img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px
}

.latest__item--content {
    overflow: hidden
}

.latest__item--date {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
}

.latest__item--title {
    padding-top: 15px;
    padding-bottom: 5px
}

.latest__item--link {
    margin-top: 30px
}

.related {
    padding-top: 80px
}

@media (min-width:992px) {
    .related {
        padding-top: 140px
    }
}

.related__headline {
    display: block;
    padding-bottom: 35px
}

.related__headline__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 8px
}

.related__headline h2 {
    color: #ffffff
}

.related__headline a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.related__headline a:hover {
    color: #ffffff
}

.related__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.related__btn {
    cursor: pointer;
    margin: 0 4px
}

.related__btn--prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.related__slider {
    padding: 80px 28px 0px 28px;
    background-color: #000000;
    overflow: hidden;
    position: relative
}

@media (min-width:992px) {
    .related__slider {
        padding: 120px 35px 0px 35px
    }
}

@media (min-width:1280px) {
    .related__slider {
        padding: 120px 90px 0px 90px
    }
}

.related__slider::after {
    content: "";
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, #000000, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
    pointer-events: none
}

.related__slider .flickity-viewport {
    overflow: visible;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s
}

.single-project {
    margin-right: 20px;
    margin-bottom: 60px;
    width: 280px
}

@media (min-width:992px) {
    .single-project {
        margin-right: 40px;
        margin-bottom: 80px;
        width: 380px
    }
}

.single-project__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-project__headline h6 {
    color: #ffffff
}

.single-project__headline .plus-icon {
    display: inline-block;
    background-image: url("img/plus.svg");
    background-position: center center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-top: 5px
}

.single-project p {
    font-size: 14px
}

.single-project img {
    width: 100%;
    height: auto;
    display: block
}

.single-article {
    min-height: 100%;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -65px
}

@media (min-width:992px) {
    .single-article {
        width: 420px
    }
    .single-article:nth-child(even) {
        width: 480px
    }
}

.single-article img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.single-article:first-of-type {
    z-index: 7
}

.single-article:nth-of-type(2) {
    z-index: 6
}

.single-article:nth-of-type(3) {
    z-index: 5
}

.single-article:nth-of-type(4) {
    z-index: 4
}

.single-article:nth-of-type(5) {
    z-index: 3
}

.single-article:nth-of-type(6) {
    z-index: 2
}

.single-article:nth-of-type(7) {
    z-index: 1
}

.single-article__image {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.single-article__link {
    position: relative;
    background-color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.single-article__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ddd;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

a:hover .single-article__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.single-article h4 {
    margin: 25px 0 8px
}

.jobs {
    position: relative
}

.jobs__grid {
    color: #89878c;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr
}

@media (min-width:992px) {
    .jobs__grid {
        padding-top: 60px;
        -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr
    }
}

@media (min-width:1280px) {
    .jobs__grid {
        padding-top: 80px;
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
}

.jobs__grid h3 {
    color: #231f20;
    margin-bottom: 5px
}

@media (min-width:992px) {
    .jobs__side {
        -ms-grid-row: 1;
        -ms-grid-row-span: 99;
        grid-row: 1/100
    }
}

.jobs__side--sticky {
    padding: 100px 0px 0 0px
}

@media (min-width:992px) {
    .jobs__side--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-bottom: 80px;
        padding: 60px 0 0 0
    }
}

@media (min-width:1280px) {
    .jobs__side--sticky {
        top: 80px
    }
}

.jobs__side--sticky h6 {
    margin-top: 8px;
    text-transform: uppercase;
    color: #89878c
}

@media (min-width:992px) {
    .jobs__side--sticky h6 {
        padding-bottom: 20px
    }
}

.jobs__list__item {
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:814px) {
    .jobs__list__item {
        display: none
    }
}

.jobs__list__item.active a {
    color: #231f20
}

.jobs__list__navbar {
    position: -webkit-sticky;
    position: sticky;
    height: 60px;
    margin: 10px 0px 10px 0px;
    display: none
}

.jobs__list__navbar--progress-bar {
    position: absolute;
    top: 0;
    left: 1%;
    width: 2px;
    height: 100%;
    border-radius: 40px;
    background-color: #89878c;
    opacity: 0.5
}

.jobs__list__navbar--progress-bar--increment {
    position: absolute;
    background-color: #231f20;
    width: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 100%;
    top: 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    left: 1%
}

.jobs__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7fr;
    grid-template-columns: 1fr 7fr;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:992px) {
    .jobs__item {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-columns: 1fr 7fr;
        grid-template-columns: 1fr 7fr;
        padding-top: 60px
    }
}

@media (min-width:1280px) {
    .jobs__item {
        -ms-grid-columns: 1fr 8fr;
        grid-template-columns: 1fr 8fr
    }
}

.jobs__item__number {
    padding-top: 5px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

@media (min-width:992px) {
    .jobs__item__number {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }
}

.jobs__item__number h6 {
    color: #89878c
}

@media (min-width:992px) {
    .jobs__item__shortdesc {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }
}

@media (max-width:814px) {
    .jobs__item__shortdesc h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .jobs__item__shortdesc h3::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("img/plus.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center center
    }
}

.jobs__item__shortdesc .category-list {
    margin: 35px 0px 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #231f20
}

.jobs__item__shortdesc .category-list p {
    padding-right: 35px
}

.jobs__item__shortdesc .category-list p::before {
    content: "";
    display: inline-block;
    background-image: url("img/plus.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px;
    margin-right: 8px
}

.jobs__item__shortdesc .context {
    margin-top: 15px;
    max-width: 600px
}

.jobs__item__shortdesc .context .link {
    margin-top: 40px
}
@media (min-width:992px) {
    .jobs__item__shortdesc .context .link {
        margin-top: 60px
    }
}

.jobs__item__line {
    margin-top: 80px;
    border-bottom: 1px solid #dfdfdf;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media (min-width:992px) {
    .jobs__item__line {
        margin-top: 140px;
    }
}

.home.clicked .selected-projects__overlay {
    -webkit-animation: sliderOverlay 0.5s 1.4s ease backwards;
    animation: sliderOverlay 0.5s 1.4s ease backwards
}

.home.clicked .selected-projects__overlay .title {
    -webkit-animation: sliderOverlay 0.5s 1.4s ease backwards;
    animation: sliderOverlay 0.5s 1.4s ease backwards
}

.home #intro {
    position: relative
}

.home .topGradient {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 30vh;
    height: calc(var(--vh, 1vh) * 30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
    opacity: 1;
    pointer-events: none
}

.home__fullvideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 1.6s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.3s 1.6s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.3s 1.6s cubic-bezier(0.49, 0.01, 0.27, 1);
    z-index: 99
}

.home__fullvideo::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.7s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.7s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.7s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.home__fullvideo.open {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 1);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.home__fullvideo.open::before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1), -webkit-transform 0.7s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.home__fullvideo.open .home__fullvideo__container {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all 0.9s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.9s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.9s 0.5s cubic-bezier(0.49, 0.01, 0.27, 1)
}

.home__fullvideo video {
    width: 100%;
    height: 100%
}

.home__fullvideo__container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    -webkit-transition: all 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    -o-transition: all 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    transition: all 0.7s cubic-bezier(0.49, 0.01, 0.27, 1);
    z-index: 2
}

.home__fullvideo__close {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    margin-top: 50px;
    position: relative;
    mix-blend-mode: exclusion;
    z-index: 2
}

.home__fullvideo__close::before {
    content: "";
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 7px;
    background-image: url("img/close.svg");
    background-repeat: no-repeat
}

.home__about {
    padding: 100px 0
}

@media (min-width:992px) {
    .home__about {
        padding: 140px 0;
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

.home__contact {
    padding: 100px 0
}

@media (min-width:992px) {
    .home__contact {
        padding: 140px 0;
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr
    }
}

.home .list {
    padding-bottom: 120px
}

@media (min-width:992px) {
    .home .list {
        padding-bottom: 160px
    }
}

.textcolumn {
    display: -ms-grid;
    display: grid
}
.textcolumn__title {
    padding-bottom: 50px
}
.textcolumn__title .subtitle {
    margin-top: 5px
}
.textcolumn__title h2 .subtitle,
.textcolumn__title .h2 .subtitle {
    font-size: 24px;
}

@media (min-width:992px) {
    .textcolumn__title h2 .subtitle,
    .textcolumn__title .h2 .subtitle {
        font-size: 28px;
    }
}

@media (min-width:1280px) {
    .textcolumn__title h2 .subtitle,
    .textcolumn__title .h2 .subtitle {
        font-size: 32px;
    }
}

@media (min-width:992px) {
    .textcolumn {
        -ms-grid-columns: 2fr 8fr 1fr;
        grid-template-columns: 2fr 8fr 1fr
    }
    .textcolumn.wide {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr
    }
    .textcolumn.extra-wide {
        -ms-grid-columns: 4fr 8fr;
        grid-template-columns: 4fr 8fr
    }
}

@media (min-width:1280px) {
    .textcolumn {
        -ms-grid-columns: 2fr 6fr 2fr;
        grid-template-columns: 2fr 6fr 2fr
    }
    .textcolumn__title {
        padding-bottom: 0
    }
    .textcolumn__text {
        padding-top: 5px
    }
}

.textcolumn__text img {
    display: block;
    max-width: 100%
}

.textcolumn__text .subtitle {
    display: block;
    color: #89878c
}

.textcolumn__text .link {
    margin-top: 40px
}
@media (min-width:992px) {
    .textcolumn__text .link {
        margin-top: 60px
    }
}

#intro {
    padding-top: 80px
}
@media (min-width:992px) {
    #intro {
        padding-top: 140px
    }
}

.intro__title {
    padding: 0 0 40px;
    background-color: #fff;
    z-index: 1
}
@media (min-width:992px) {
    .intro__title {
        padding: 0 0 60px
    }
}
@media (min-width:1280px) {
    .intro__title {
        padding: 0 0 80px
    }
}

@media (max-width:480px) {
    .intro__title h1 br {
        display: none
    }
}

.home__topics {
    padding-bottom: 80px
}

@media (min-width:992px) {
    .home__topics {
        padding-bottom: 140px
    }
}

.topics__title {
    padding: 0 0 30px;
    background-color: #fff;
    z-index: 1
}

.topics__title .h3 {
    color: #89878c
}

@media (min-width:1280px) {
    .topics__title {
        padding: 0 0 60px
    }
}

.section__footer {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
@media (min-width:1280px) {
    .section__footer {
        margin-top: 60px;
    }
}
.section__footer .loadmore {
    cursor: pointer
}

.campaign-item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #121212;
}
.campaign-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .1;
    transition: all .3s;
}
.campaign-item.audio-active img {
    opacity: .7
}
.campaign-item .campaign-inner {
    position: relative;
    padding: 20px 20px 25px;
    z-index: 1;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity .3s .5s;
    -o-transition: opacity .3s .5s;
    transition: opacity .3s .5s;
}
.campaign-item.audio-active .campaign-inner {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.campaign-item .campaign-inner p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
    margin-bottom: 20px;
}
.campaign-item .campaign-inner p a {
    border-bottom: 1px solid;
    border-color: inherit;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.campaign-item .campaign-inner p a:hover {
    border-bottom-color: transparent!important;
}
.campaign-item .campaign-inner p:last-of-type {
    margin-bottom: 0;
}
.campaign-item .call-to-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
}
.campaign-item .call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #231f20 transparent transparent;
    z-index: 1
}
.campaign-item .call-to-action i {
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 22px;
    color: #9dd6cd;
    z-index: 10
}
@media (min-width:1024px) {
    .campaign-item .call-to-action i {
        top: 7px;
        right: 8px;
        font-size: 24px
    }
}
@media (min-width:1280px) {
    .campaign-item .call-to-action {
        width: 85px;
        height: 85px;
    }
    .campaign-item .call-to-action::before {
        border-width: 0 85px 85px 0;
    }
    .campaign-item .call-to-action i {
        top: 6px;
        right: 8px;
        font-size: 26px
    }
}
@media (min-width:712px) {
    .campaign-item .campaign-inner p {
        font-size: 24px;
        margin-bottom: 24px;
    }
}
@media (min-width:992px) {
    .campaign-item {
        margin-bottom: 20px;
    }
    .campaign-item .campaign-inner {
        padding: 50px 40px;
    }
}
@media (min-width:1400px) {
    .campaign-item .campaign-inner p {
        font-size: 26px;
        margin-bottom: 26px;
    }
}

.grid-wrapper {
    position: relative;
    display: block;
}
.hidden-grid {
    display: none;
}
.grid-wrapper .grid-item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 110vw;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #121212
}
.grid-wrapper .grid-item.big {
    height: auto;
}
.grid-wrapper .grid-item.blank {
    background-color: #fff
}
@media (max-width:991px) {
    .single-topics .grid-wrapper .grid-item.blank {
        height: 50px;
    }
}
@media only screen and (max-width: 711px) and (orientation: landscape) {
    .grid-wrapper .grid-item {
        height: 66vw;
    }
}
@media (min-width:712px) {
    .grid-wrapper {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 380px;
    }
    .grid-wrapper .grid-item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: auto
    }
    .single-topics .grid-wrapper .grid-item {
        grid-column: span 2;
        grid-row: span 2;
    }
}
@media (min-width:992px) {
    .grid-wrapper {
        grid-auto-rows: 400px;
    }
    .grid-wrapper .tall {
        grid-row: span 2;
    }
    .grid-wrapper .tall.quote {
        grid-row: span 1;
    }
}
@media (min-width:1024px) {
    .grid-wrapper {
        grid-gap: 20px;
        grid-auto-rows: 420px;
    }
    .grid-wrapper .big {
        grid-column: span 2;
        grid-row: span 2;
    }
    .single-topics .grid-wrapper .grid-item {
        grid-column: span 1;
        grid-row: span 1;
    }
}
@media (min-width:1280px) {
    .grid-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-wrapper .wide {
        grid-column: span 2;
    }
    .single-topics .grid-wrapper .grid-item {
        grid-column: span 2;
        grid-row: span 2;
    }
}
@media (min-width:1400px) {
    .grid-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-wrapper .tall.quote {
        grid-row: span 2;
    }
}
@media (min-width:2000px) {
    .grid-wrapper {
        grid-auto-rows: 460px;
    }
}
.grid-wrapper .grid-item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    filter: brightness(80%);
    -webkit-transition: -webkit-transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: -webkit-transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    -o-transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    transition: transform .9s cubic-bezier(0.125, 0.325, 0.17, 0.985), -webkit-transform 1.2s cubic-bezier(0.125, 0.325, 0.17, 0.985);
    will-change: transform
}
.no-touchevents .grid-wrapper .grid-item.play-audio:hover > img,
.no-touchevents .grid-wrapper .grid-item.play-video:hover > img,
.grid-wrapper .grid-item.audio-active > img {
    transform: scale(1.1)
}
.grid-wrapper .grid-item .call-to-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
}
.grid-wrapper .grid-item .call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #231f20 transparent transparent;
    z-index: 1
}
.grid-wrapper .grid-item .call-to-action i {
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 22px;
    color: #9dd6cd;
    z-index: 10
}
@media (min-width:1024px) {
    .grid-wrapper .grid-item > .call-to-action i {
        top: 7px;
        right: 8px;
        font-size: 24px
    }
}
@media (min-width:1280px) {
    .grid-wrapper .grid-item .call-to-action {
        width: 85px;
        height: 85px;
    }
    .grid-wrapper .grid-item .call-to-action::before {
        border-width: 0 85px 85px 0;
    }
    .grid-wrapper .grid-item .call-to-action i {
        top: 6px;
        right: 8px;
        font-size: 26px
    }
}
.grid-wrapper .grid-content {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
.grid-wrapper .grid-content.top {
    top: 5px;
}
.grid-wrapper .play-audio .grid-content.top,
.grid-wrapper .play-video .grid-content.top {
    top: 15px;
}
@media (min-width:712px) {
    .grid-wrapper .play-audio .grid-content.top,
    .grid-wrapper .play-video .grid-content.top {
        top: 5px;
    }
}
.grid-wrapper .grid-content.middle {
    top: 50%;
    transform: translateY(-50%)
}
.grid-wrapper .grid-content.bottom {
    bottom: 0;
}
.grid-wrapper .grid-content .grid-inner {
    position: relative;
    padding: 20px;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
    -webkit-transition: opacity .3s .5s;
    -o-transition: opacity .3s .5s;
    transition: opacity .3s .5s;
}
.grid-wrapper .audio-active .grid-content .grid-inner {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.grid-wrapper .grid-content .grid-inner .text {
    position: relative;
    z-index: 2;
    color: #fff;
    letter-spacing: -0.04em;
}
.grid-wrapper .grid-content .grid-inner span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
    color: #fff
}
.grid-wrapper span.bottom {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity .3s .5s;
    -o-transition: opacity .3s .5s;
    transition: opacity .3s .5s;
}
.grid-wrapper .audio-active span.bottom {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
@media (min-width:992px) {
    .grid-wrapper .grid-content .grid-inner {
        font-size: 28px;
        padding: 30px;
    }
    .grid-wrapper .grid-item.campaign .grid-content .grid-inner {
        font-size: 24px;
    }
    .grid-wrapper span.bottom {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
}
@media (min-width:1024px) {
    .grid-wrapper .grid-content .grid-inner span,
    .grid-wrapper span.bottom {
        font-size: 16px;
    }
}
@media (min-width:1280px) {
    .grid-wrapper .grid-content .grid-inner {
        font-size: 28px;
        padding: 30px;
    }
    .grid-wrapper span.bottom {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
}
@media (min-width:1600px) {
    .grid-wrapper .grid-content .grid-inner {
        font-size: 32px;
        padding: 40px;
    }
    .grid-wrapper .grid-item.campaign .grid-content .grid-inner {
        font-size: 26px;
    }
}
.grid-item .item-body {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #231f20;
    background-color: rgba(255, 255, 255, 0.5);
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    .grid-item .item-body {
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}
@media (min-width:712px) {
    .grid-item .item-body {
        padding: 15px 30px;
    }
}
@media (min-width:992px) {
    .no-touchevents .grid-item .item-body {
        width: 75%;
        bottom: 20px
    }
}

.contact-grid {
    position: relative;
    display: block;
}
.contact-grid .grid-item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60vh;
    border-radius: 5px;
    margin-bottom: 30px;
}
@media (min-width:712px) {
    .contact-grid .grid-item {
        height: 80vw
    }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
    .contact-grid .grid-item {
        height: 66vw;
    }
}
@media (min-width:1024px) {
    .contact-grid .grid-item {
        height: 80vh;
    }
}
@media (min-width:1600px) {
    .contact-grid {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 250px;
    }
    .contact-grid .grid-item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 20px;
        height: auto;
        grid-column: span 2;
        grid-row: span 2;
    }
    .contact-grid .grid-item.wide {
        grid-row: span 1;
    }
}
.contact-grid .grid-item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: transform 1500ms cubic-bezier(0.125, 0.325, 0.17, 0.985);
}
.grid-item .item-body .heading {
    line-height: 1;
    margin-bottom: 10px;
}

.no-touchevents .grid-item .item-body .text {
    display: none;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: all .4s ease
}
@media (min-width:992px) {
    .no-touchevents .grid-item .item-body .text {
        display: block;
    }
    .no-touchevents .grid-item:hover .item-body .text {
        max-height: 200px;
        margin-bottom: 10px
    }
}


.selected-projects {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.selected-projects__title {
    padding: 140px 0 60px;
    background-color: #fff;
    z-index: 1
}

@media (min-width:1024px) {
    .selected-projects__title {
        padding: 120px 0 60px
    }
}

@media (min-width:1600px) {
    .selected-projects__title {
        padding: 160px 0 80px
    }
}

.selected-projects__title h2 {
    margin-bottom: 5px
}

.selected-projects__content {
    position: relative
}

.selected-projects__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
    .selected-projects__sticky {
        height: 85vw;
    }
}

.selected-projects__inner {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.selected-projects__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -o-linear-gradient(29.39deg, rgba(0, 0, 0, 0.3) 42.63%, rgba(32, 32, 32, 0) 112.27%, rgba(0, 0, 0, 0.078) 112.27%);
    background: linear-gradient(60.61deg, rgba(0, 0, 0, 0.3) 42.63%, rgba(32, 32, 32, 0) 112.27%, rgba(0, 0, 0, 0.078) 112.27%);
    z-index: 1;
    pointer-events: none
}

.selected-projects__overlay__bottomContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff
}

.selected-projects .projectLength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.selected-projects .projectLength .hiddenText {
    overflow: hidden
}

.selected-projects .projectLength .slash {
    padding: 0 1%
}

.selected-projects .projectLength .currentProject {
    display: block;
    color: #bbbbbb
}

.selected-projects__slider {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media (min-width:992px) {
    .selected-projects__slider {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.selected-projects__slide {
    position: relative;
    width: 100%;
    overflow: hidden
}

.selected-projects__slide .rightGradient {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #000000;
    z-index: 2;
    opacity: 0
}

.selected-projects__slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.selected-projects__cursor {
    display: none
}

@media (min-width:992px) {
    .selected-projects__cursor {
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        font-size: 14px;
        opacity: 0;
        z-index: 3;
        pointer-events: none
    }
    .selected-projects__cursor::before {
        content: "";
        position: relative;
        display: block;
        width: 36px;
        height: 36px;
        margin-right: 7px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        background-image: url("img/eye.svg");
        background-size: 18px 18px;
        background-position: center center;
        background-repeat: no-repeat
    }
    @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
        .selected-projects__cursor::before {
            background-color: rgba(255, 255, 255, 0.04);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
        }
    }
}

.selected-projects__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.8s 0.5s ease;
    -o-transition: all 0.8s 0.5s ease;
    transition: all 0.8s 0.5s ease;
    width: 100%
}

@media (min-width:992px) {
    .selected-projects__overlay {
        left: 7vw;
        bottom: 60px;
        width: auto;
        pointer-events: none
    }
}

.selected-projects__overlay.left {
    -webkit-animation: fadeOverlayLeft 0.8s ease-in-out forwards;
    animation: fadeOverlayLeft 0.8s ease-in-out forwards
}

.selected-projects__overlay.right {
    -webkit-animation: fadeOverlayLeft 0.8s ease-in-out forwards;
    animation: fadeOverlayLeft 0.8s ease-in-out forwards
}

.selected-projects__overlay__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(0, 0, 0, .1);
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .selected-projects__overlay__inner {
      background-color: rgba(255, 255, 255, .1);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
  }
}

@media (min-width:712px) {
    .selected-projects__overlay__inner {
        padding: 30px;
    }
}

@media (min-width:992px) {
    .selected-projects__overlay__inner {
        width: 420px;
        min-height: 230px
    }
}

@media (min-width:1280px) {
    .selected-projects__overlay__inner {
        width: 600px;
    }
}

.selected-projects__overlay__inner h3 {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2
}
@media (min-width:992px) {
    .selected-projects__overlay__inner h3 {
        margin-bottom: 30px
    }
}

.selected-projects__overlay__inner h3 .hiddenText {
    overflow: hidden
}

.selected-projects__overlay__inner h3 .title {
    display: block
}

.selected-projects__overlay__inner h3 .subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.5)
}

.selected-projects__overlay .scrollbar {
    display: none
}

@media (min-width:992px) {
    .selected-projects__overlay .scrollbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.selected-projects__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: -webkit-sticky;
    position: sticky;
    bottom: 50px
}

@media (min-width:992px) {
    .selected-projects__bottom {
        display: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.selected-projects__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.selected-projects__arrow--prev {
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.error-page__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr
}

@media (min-width:1024px) {
    .error-page__container {
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .error-page__container>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .error-page__container>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
}

.error-page__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 110px 0 35px
}

@media (min-width:992px) {
    .error-page__info {
        padding: 190px 0 60px
    }
}

@media (min-width:1024px) {
    .error-page__info {
        padding: 0;
        height: 100%
    }
}

.error-page__info h3 {
    color: #89878c;
    padding: 0 0px 20px 0px
}

.error-page__info h1 {
    padding-bottom: 80px
}

.error-page__image {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-page__image svg,
.error-page__image img {
    display: block;
    width: auto;
    max-width: 60%;
    height: auto;
    max-height: 80vh;
}

.cta {
    position: relative
}

@media (min-width:992px) {
    .cta {
        min-height: 100vh;
    }
}

.cta__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    background-color: #231f20
}

@media (min-width:992px) {
    .cta__sticky {
        height: 100vh;
    }
}

.cta__bottom {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.cta__buttons-wrap {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (min-width:992px) {
    .cta__buttons-wrap {
        display: none;
    }
}

.cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cta__button__arrow--prev {
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cta__contact {
    padding: 55px 0 60px
}

@media (min-width:992px) {
    .cta__contact {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 7fr 1fr;
        grid-template-columns: 2fr 7fr 1fr;
        padding: 60px 0 120px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }
}

@media (min-width:1280px) {
    .cta__contact {
        -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr;
        padding: 120px 0 130px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.cta__person {
    font-size: 14px;
    line-height: 20px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .cta__person {
        display: block;
        margin-bottom: 0
    }
}

@media (min-width:1280px) {
    .cta__person {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cta__person__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.cta__person__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cta__person__name {
    color: #231f20
}

.cta__text h3 {
    color: #89878c
}

.cta__links {
    position: -webkit-sticky;
    position: sticky
}
@media (min-width:992px) {
    .cta__links {
        padding-top: 66px;
        padding-bottom: 66px;
    }
}
@media (min-width:1280px) {
    .cta__links {
        padding-top: 33px;
        padding-bottom: 33px;
    }
}

.cta__links.anime {
    -webkit-animation: none;
    animation: none
}

.cta__links.anime .cta__items {
    opacity: 1;
    -webkit-transition: opacity 1.3s ease;
    -o-transition: opacity 1.3s ease;
    transition: opacity 1.3s ease
}

@media (min-width:1280px) {
    .cta__links.anime {
        -webkit-animation: animationCta 0.1s both;
        animation: animationCta 0.1s both
    }
}

.cta__items {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 1.3s ease;
    -o-transition: opacity 1.3s ease;
    transition: opacity 1.3s ease
}

.cta__items .flickity-viewport {
    overflow: unset
}

.cta__items .flickity-prev-next-button {
    top: auto;
    bottom: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.cta__items .flickity-prev-next-button.previous {
    display: none;
}

@media (min-width:992px) {
    .cta__items {
        opacity: 0;
        margin-left: calc(100% / 12 * 3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .cta__items:hover .cta__link {
        opacity: 0.3
    }
}

.cta__link {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 80px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cta__link:hover {
    opacity: 1 !important
}
.cta__link:hover svg path {
    fill: #fff
}

@media (min-width:992px) {
    .cta__link {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width:1280px) {
    .cta__link {
        display: block;
        width: 100%
    }
}

.cta__link__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    display: block;
    position: relative;
}
.background--light .cta__link__title {
    color: #231f20;
}
.cta__link .link {
    margin-top: 10px;
    margin-left: 2px;
}


@media (min-width:992px) {
    .cta__link__title {
        font-size: 55px;
    }
    .cta__link .link {
        margin-top: 15px;
        margin-left: 5px;
    }

}

@media (min-width:1440px) {
    .cta__link__title {
        font-size: 70px;
    }
    .cta__link .link {
        margin-top: 15px;
        margin-left: 3px;
    }
}

.preloader {
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.preloader.loading {
    opacity: 1
}

.preloader__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.close-preloader {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 30px;
    height: 30px;
    z-index: 50;
    cursor: pointer;
    background: rgba(255,255,255,.5);
    z-index: 100
}
.close-preloader::after,
.close-preloader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 2px;
    height: 30px;
    background-color: #000;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}
.close-preloader::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.close-preloader:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.close-preloader:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
@media (min-width:992px) {
    .close-preloader {
        top: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
    }
    .close-preloader::after,
    .close-preloader::before {
        left: 25px;
        height: 50px;
    }
}

.preloader__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.preloader__logo .logo__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader__logo img {
    max-width: 90%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 5s ease;
    transition: opacity 0.8s ease, -webkit-transform 5s ease;
    -o-transition: opacity 0.8s ease, transform 5s ease;
    transition: opacity 0.8s ease, transform 5s ease;
    transition: opacity 0.8s ease, transform 5s ease, -webkit-transform 5s ease
}
.loading .preloader__logo img {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.preloader__slogan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #231f20;
    background: #fff;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 3s, -webkit-transform 4s ease 3s;
    transition: opacity 0.8s ease 3s, -webkit-transform 4s ease 3s;
    -o-transition: opacity 0.8s ease 3s, transform 4s ease 3s;
    transition: opacity 0.8s ease 3s, transform 4s ease 3s;
    transition: opacity 0.8s ease 3s, transform 4s ease 3s, -webkit-transform 4s ease 3s
}
.loading .preloader__slogan {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.preloader__slogan .slogan__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader__slogan .h1 {
    font-size: 5.5vw;
    font-weight: 500;
    color: #231f20;
    text-transform: uppercase;
    white-space: nowrap;
}

.preloader video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.preloader #container {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-transition: opacity 0.8s 2.5s ease, -webkit-transform 1.4s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s 2.5s ease, -webkit-transform 1.4s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s 2.5s ease, transform 1.4s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s 2.5s ease, transform 1.4s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s 2.5s ease, transform 1.4s 2.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0
}

.curtain {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: top 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    background: #111111;
    z-index: 999;
}
.curtain.home {
    -webkit-transition: top 1.2s cubic-bezier(0.77, 0, 0.175, 1) .7s;
    transition: top 1.2s cubic-bezier(0.77, 0, 0.175, 1) .7s;
}
body.loaded .curtain {
    top: -105vh;
}

#container.preload {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0
}

footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #ffffff !important
}

footer .footer-row-one {
    background: #000;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

footer .footer-row-one .content .icon-wrapper a.icons {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #666;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 4px #9b9b9b;
    box-shadow: 0 0 4px #9b9b9b;
    margin: 0 10px
}

footer .footer-row-one .content .icon-wrapper a.icons:hover {
    color: #00b4bd;
    -webkit-box-shadow: 0 0 25px #00b4bd;
    box-shadow: 0 0 25px #00b4bd;
    text-shadow: 0 0 1px #00b4bd
}

footer .footer-row-one ul {
    padding-top: 15px
}

footer .footer-row-one ul a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .81px;
    font-size: .813rem;
    -webkit-transition: .3s;
    transition: .3s;
}

footer .footer-row-one ul a:hover {
    color: #00b4bd
}

footer .footer-row-one ul li {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px
}

footer .footer-row-one .copy {
    padding-top: 15px;
    font-size: .875rem;
    color: #fff;
    opacity: .5
}

footer .footer-row-two {
    background: 0 0;
    text-align: center;
    padding: 60px 0 52px
}

footer .footer-row-two .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

footer .footer-row-two .row .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

footer .footer-row-two .row .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

footer .footer-row-two .footer_headline {
    color: #fff;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: -.3px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1100px) {
    footer .footer-row-two .footer_headline {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px
    }
}

@media (min-width:1100px) {
    footer .footer-row-two .footer_headline {
        padding-top: 0;
        text-align: left;
        font-size: 1.25rem
    }
}

@media (min-width:1100px) {
    footer .footer-row-two ul {
        text-align: left
    }
}

footer .footer-row-two ul a {
    color: #9b9b9b;
    font-size: 1rem;
    line-height: 32px
}

footer .footer-row-two ul a:hover {
    color: #00b4bd
}

footer .footer-row-two ul li {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px
}

@media (min-width:992px) {
    footer .footer-row-two ul li {
        padding: 0 15px
    }
}

@media (min-width:1100px) {
    footer .footer-row-two ul li {
        padding-left: 0;
        width: 25%;
        float: left
    }
}

.footer h5 {
    padding-bottom: 10px
}

.footer a {
    display: inline-block;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.footer a:hover {
    color: #fff
}

.footer .link {
    background-position: right top 5px;
    padding-right: 14px
}

.footer__up {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: auto;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}
@media (min-width:712px) {
    .no-touchevents .footer__up {
        display: block;
    }
}

.footer__up__arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.footer__up__text {
    margin-top: 14px;
    line-height: 36px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media (max-width:814px) {
    .footer__up__text {
        display: none
    }
}