@charset "UTF-8";
.alm-load-more-btn,
.cookie-notice-container span,
.s_heading,
.s_sans,
.s_sans_bold,
a,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
li,
nav li a,
p,
table * {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.s_heading,
.s_sans_bold,
a,
h1,
h2,
h3,
nav li a {
    font-weight: 600;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../ajax-loader.gif) 50% no-repeat;
}
@font-face {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: none;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.5;
}
.slick-next:before,
.slick-prev:before {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 3px;
    padding: 0;
    z-index: 7;
}
.slick-dots li,
.slick-dots li button {
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 4px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 16px;
    height: 16px;
    font-family: 'Gotham', sans-serif;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff !important;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #151314;
    opacity: 1;
}
* {
    transition: 0.2s ease-in-out;
}
*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: 'Gotham', sans-serif;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: 'Gotham', sans-serif;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: 'Gotham', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.alignnone {
    margin: 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto;
}
.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}
a img.alignnone {
    margin: 20px 0;
}
a img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 20px 0;
}
.wp-caption.alignleft {
    margin: 20px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 20px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.cookie-notice-container .wp-caption span.wp-caption-text,
.wp-caption .cookie-notice-container span.wp-caption-text,
.wp-caption .wp-caption-text.alm-load-more-btn,
.wp-caption p.wp-caption-text,
.wp-caption table .wp-caption-text,
table .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 8;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
h1,
h2,
h3 {
    line-height: 1.4em;
    font-size: 18px;
    color: #151314;
    margin: 0;
}
h1 a,
h2 a,
h3 a {
    font-size: inherit;
    position: relative;
    white-space: nowrap;
}
h1 a:after,
h2 a:after,
h3 a:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    background-color: #151314;
    width: 100%;
    left: 0;
    transition: 0.2s ease-in-out;
}
h1 a:hover:after,
h2 a:hover:after,
h3 a:hover:after {
    height: 2px;
}
@media (max-width: 623px) {
    h1,
    h2,
    h3 {
        line-height: 1.3em;
        font-size: 17px;
    }
}
.home h1 {
    font-size: 24px;
}
@media (max-width: 623px) {
    .home h1 {
        font-size: 20px;
    }
}
nav li {
    list-style-type: none;
}
nav li a {
    font-size: 18px;
}
.alm-load-more-btn,
.cookie-notice-container span,
a,
blockquote,
h4,
h5,
h6,
li,
p,
table * {
    font-size: 15px;
    line-height: 1.4em;
    color: #151314;
}
@media (max-width: 623px) {
    .alm-load-more-btn,
    .cookie-notice-container span,
    a,
    blockquote,
    h4,
    h5,
    h6,
    li,
    p,
    table * {
        line-height: 1.25em;
    }
}
blockquote {
    font-size: 18px;
    font-style: italic;
}
.alm-load-more-btn,
.cookie-notice-container span,
ol,
p,
table *,
ul {
    margin: 0 0 20px;
}
.alm-load-more-btn a,
.cookie-notice-container span a,
ol a,
p a,
table * a,
ul a {
    font-size: inherit;
    position: relative;
    white-space: nowrap;
}
.alm-load-more-btn a:after,
.cookie-notice-container span a:after,
ol a:after,
p a:after,
table * a:after,
ul a:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    background-color: #151314;
    width: 100%;
    left: 0;
    transition: 0.2s ease-in-out;
}
.alm-load-more-btn a:hover:after,
.cookie-notice-container span a:hover:after,
ol a:hover:after,
p a:hover:after,
table * a:hover:after,
ul a:hover:after {
    height: 1px;
}
li {
    margin: 5px 0;
    list-style-position: inside;
}
table {
    border-color: #000;
    max-width: 100%;
}
table tr:first-child {
    background-color: grey;
}
table * {
    margin: 0;
    border-color: #000;
}
table td {
    padding: 5px 10px;
}
nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
img {
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 600;
}
h3,
h4 {
    font-size: 16px;
}
.cookie-notice-container .e_video span,
.e_video .alm-load-more-btn,
.e_video .cookie-notice-container span,
.e_video p,
.e_video table *,
table .e_video * {
    margin-bottom: 0 !important;
    line-height: 1em;
}
iframe {
    width: 100%;
    max-width: calc(100vw - 210px);
    max-height: calc((100vw - 210px) * 0.56);
    height: 599.2px;
    border: none;
}
@media (max-width: 1279px) {
    iframe {
        max-width: calc(100vw - 170px);
        max-height: calc((100vw - 170px) * 0.56);
    }
}
@media (max-width: 1023px) {
    iframe {
        max-width: calc(100vw - 130px);
        max-height: calc((100vw - 130px) * 0.56);
    }
}
@media (max-width: 767px) {
    iframe {
        max-width: calc(100vw - 20px);
        max-height: calc((100vw - 20px) * 0.56);
    }
}
.o_container-wide iframe {
    max-width: calc(100vw - 20px);
    max-height: calc((100vw - 20px) * 0.56);
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) * 0.56);
    margin-top: 5px;
}
#showreel {
    width: 100vw;
    height: calc((100vw + 2px) * 0.5625);
    overflow: hidden;
}
#showreel .iframe-wrapper {
    width: 100%;
    padding-top: calc((100% + 2px) * 0.5625);
}
#showreel .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    right: -1px;
    width: calc(100% + 2px);
    height: 100%;
    margin: 0;
    max-width: calc(100% + 2px);
    max-height: 100%;
}
@media (max-width: 767px) {
    #showreel {
        height: 120vw;
    }
    #showreel .iframe-wrapper {
        padding: 0;
        height: 120vw;
        overflow: hidden;
        position: relative;
    }
    #showreel .iframe-wrapper iframe {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 213.33333vw;
        height: 120vw;
        max-width: unset;
    }
}
.cookie-notice-container .e_video-small span,
.e_video-small .alm-load-more-btn,
.e_video-small .cookie-notice-container span,
.e_video-small p,
.e_video-small table *,
table .e_video-small * {
    margin-bottom: 0;
}
.e_video-small iframe {
    width: 100%;
    max-width: calc(50vw - 100px);
    max-height: calc((50vw - 100px) * 0.56);
    height: 296.8px;
}
@media (max-width: 1279px) {
    .e_video-small iframe {
        max-width: calc(50vw - 80px);
        max-height: calc((50vw - 80px) * 0.56);
        max-width: calc(50vw - 60px);
        max-height: calc((50vw - 60px) * 0.56);
    }
}
@media (max-width: 767px) {
    .e_video-small iframe {
        max-width: calc(100vw - 20px);
        max-height: calc((100vw - 20px) * 0.56);
    }
}
.c_article iframe {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
}
.e_caption {
    margin: 10px 0 20px;
}
.e_arrow-down {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    opacity: 0;
    animation: a 0.5s ease-in-out forwards;
    animation-delay: 1s;
}
.e_arrow-down img {
    max-height: 40px;
}
@media (max-width: 768px) {
    .e_arrow-down {
        display: none;
    }
}
.e_showreel-wrapper {
    position: relative;
    z-index: 0;
}
#showreel {
    opacity: 0;
    animation: a 0.3s ease-in-out forwards;
    position: relative;
    z-index: 5;
}
.aos {
    opacity: 0;
}
.aos.show {
    opacity: 1;
}
main {
    width: 100vw;
    min-height: calc(100vh - 273px);
}
@media (max-width: 767px) {
    main {
        min-height: calc(100vh - 153px);
    }
}
.page main {
    position: relative;
    z-index: 0;
}
.home main {
    position: relative;
    z-index: 5 !important;
}
.j_main {
    z-index: 0;
}
.j_main,
.o_container,
.o_row {
    position: relative;
}
.o_container {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    padding: 15px 100px 5px;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 1279px) {
    .o_container {
        padding: 15px 80px;
    }
}
@media (max-width: 1023px) {
    .o_container {
        padding: 15px 60px;
    }
}
@media (max-width: 767px) {
    .o_container {
        padding: 15px 5px;
    }
}
.o_container-wide {
    max-width: 100vw;
    padding: 15px 5px;
}
.o_container-no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.o_container-extra-padding {
    padding-top: 20px;
}
.o_margin {
    margin: 20px auto;
}
.o_margin_bottom {
    margin-bottom: 20px;
}
.o_margin_top {
    margin-top: 20px;
}
.home .o_content-builder {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .home .o_content-builder {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.alm-listing,
.o_grid,
.o_grid-cat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
}
.alm-listing .o_block,
.o_grid-cat .o_block,
.o_grid .o_block {
    width: auto;
    min-width: 0;
    display: block;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.alm-listing .o_block-large,
.o_grid-cat .o_block-large,
.o_grid .o_block-large {
    grid-column-start: span 2;
    grid-row-start: span 2;
}
.alm-listing .o_block-full,
.o_grid-cat .o_block-full,
.o_grid .o_block-full {
    grid-column-start: span 4;
    grid-row-start: span 4;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (max-width: 1279px) {
    .alm-listing,
    .o_grid,
    .o_grid-cat {
        grid-template-columns: repeat(3, 1fr);
    }
    .alm-listing .o_block,
    .o_grid-cat .o_block,
    .o_grid .o_block {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    }
    .alm-listing .o_block-full,
    .o_grid-cat .o_block-full,
    .o_grid .o_block-full {
        grid-column-start: span 3;
        grid-row-start: span 3;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 767px) {
    .alm-listing,
    .o_grid,
    .o_grid-cat {
        grid-template-columns: repeat(2, 1fr);
    }
    .alm-listing .o_block,
    .o_grid-cat .o_block,
    .o_grid .o_block {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        grid-column-start: span 1;
    }
    .alm-listing .o_block-large,
    .o_grid-cat .o_block-large,
    .o_grid .o_block-large {
        grid-column-start: span 1;
        grid-row-start: span 1;
    }
    .alm-listing .o_block-full,
    .o_grid-cat .o_block-full,
    .o_grid .o_block-full {
        grid-column-start: span 2;
        grid-row-start: span 2;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 623px) {
    .alm-listing,
    .o_grid,
    .o_grid-cat {
        grid-template-columns: repeat(1, 1fr);
        display: block;
    }
    .alm-listing .o_block,
    .o_grid-cat .o_block,
    .o_grid .o_block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .alm-listing .o_block-full,
    .o_grid-cat .o_block-full,
    .o_grid .o_block-full {
        grid-column-start: span 1;
        grid-row-start: span 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.o_block {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.o_content {
    padding: 5px;
    height: 100%;
}
.o_content_narrow {
    max-width: 580px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .o_content_narrow {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.o_padding {
    padding-top: 15px;
    padding-bottom: 5px;
}
.o_text-box {
    padding: 20px;
}
.o_text-box * {
    text-align: left;
}
@media (max-width: 767px) {
    .fc-2.fc_medium-1 + .fc-2.fc_medium-1 {
        margin-top: -70px;
    }
}
.o_content-builder .o_row:first-child .o_container:first-child .o_block:first-child .e_video {
    padding-top: 15px;
}
.p-0 {
    padding: 0;
}
.p-lr-0 {
    padding-left: 0;
    padding-right: 0;
}
.flex {
    display: block;
    display: -ms-flexbox;
    display: flex;
}
.f_j-sb {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f_j-c {
    -ms-flex-pack: center;
    justify-content: center;
}
.f_j-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.f_j-fe {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.f_j-fs {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.f_a-fs {
    -ms-flex-align: start;
    align-items: flex-start;
}
.f_a-fe {
    -ms-flex-align: end;
    align-items: flex-end;
}
.f_a-c {
    -ms-flex-align: center;
    align-items: center;
}
.f_a-b {
    -ms-flex-align: baseline;
    align-items: baseline;
}
.f_a-s {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.f_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
    .f_large-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .f_medium-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 623px) {
    .f_small-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 479px) {
    .f_xsmall-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.flexchild {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.fc_no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fc_no-grow {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.fc-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.fc-1,
.fc-2 {
    display: inline-block;
}
.fc-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.fc-3 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.fc-3,
.fc-4 {
    display: inline-block;
}
.fc-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.fc-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}
.fc-5,
.fc-6 {
    display: inline-block;
}
.fc-6 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
.fc-7 {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}
.fc-7,
.fc-8 {
    display: inline-block;
}
.fc-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}
.fc-9 {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
}
.fc-9,
.fc-10 {
    display: inline-block;
}
.fc-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
}
@media only screen and (max-width: 1279px) {
    .fc_xlarge-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .fc_xlarge-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fc_xlarge-3 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fc_xlarge-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fc_xlarge-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .fc_xlarge-6 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fc_xlarge-7 {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    .fc_xlarge-8 {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .fc_xlarge-9 {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    .fc_xlarge-10 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}
@media only screen and (max-width: 1023px) {
    .fc_large-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .fc_large-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fc_large-3 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fc_large-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fc_large-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .fc_large-6 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fc_large-7 {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    .fc_large-8 {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .fc_large-9 {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    .fc_large-10 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}
@media only screen and (max-width: 767px) {
    .fc_medium-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .fc_medium-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fc_medium-3 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fc_medium-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fc_medium-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .fc_medium-6 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fc_medium-7 {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    .fc_medium-8 {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .fc_medium-9 {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    .fc_medium-10 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}
@media only screen and (max-width: 623px) {
    .fc_small-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .fc_small-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fc_small-3 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fc_small-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fc_small-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .fc_small-6 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fc_small-7 {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    .fc_small-8 {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .fc_small-9 {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    .fc_small-10 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}
@media only screen and (max-width: 479px) {
    .fc_xsmall-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .fc_xsmall-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .fc_xsmall-3 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fc_xsmall-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fc_xsmall-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .fc_xsmall-6 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .fc_xsmall-7 {
        -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
        max-width: 14.28571%;
    }
    .fc_xsmall-8 {
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%;
    }
    .fc_xsmall-9 {
        -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
        max-width: 11.11111%;
    }
    .fc_xsmall-10 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}
.f_match-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
header {
    height: 130px;
    position: relative;
    z-index: 5;
    background: #fff;
    padding-top: 25px;
}
@media (max-width: 767px) {
    header {
        height: auto;
    }
    header.has-sub-menu {
        height: 110px;
    }
}
.home #top {
    padding-top: 45px;
}
.home .c_header_top {
    position: fixed;
    left: 50%;
    top: 0;
    width: auto;
    transform: translateX(-50%);
    right: 0;
    z-index: 6;
    padding-top: 35px;
    transition: 0s;
    opacity: 0;
    animation: a 0.3s ease-in-out forwards;
}
.home .c_header_top h2 {
    margin: 0;
    display: inline;
}
@media (max-width: 767px) {
    .home .c_header_top {
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    .home-mobile-nav {
        opacity: 1 !important;
        min-height: 75px;
    }
    .home-mobile-nav header {
        position: fixed;
        left: 50%;
        top: 0;
        width: auto;
        transform: translateX(-50%);
        right: 0;
        z-index: 5;
        padding-top: 35px;
        transition: 0s;
        opacity: 0;
        animation: a 0.3s ease-in-out forwards;
        width: 100vw;
        background-color: transparent;
    }
}
.page .c_header_top {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 4;
    padding-top: 35px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .page .c_header_top {
        padding-top: 25px;
        margin: 0 40px;
        width: calc(100% - 80px);
    }
}
.page .c_header_top h2 {
    margin: 0;
}
.u_black {
    transition: 0s;
}
.u_black,
.u_black .c_header_top,
.u_black .menu,
.u_black header {
    background-color: #151314 !important;
}
.c_header_home_side {
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.c_header_home_side.show {
    opacity: 1;
}
.c_header.c_side,
.c_header_page {
    right: 0;
    top: 0;
    width: 60px;
    height: 100vh;
    padding-top: 70px;
}
.c_header.c_side h2,
.c_header_page h2 {
    transform: rotate(90deg);
    white-space: nowrap;
    font-size: 15px !important;
}
.c_header.c_side h2.active,
.c_header_page h2.active {
    color: #fff;
}
@media (max-width: 767px) {
    .c_header.c_side,
    .c_header_page {
        width: 40px;
        padding-top: 26px;
    }
}
.c_header_page {
    position: fixed;
    top: 120px;
    z-index: 2;
}
@media (max-width: 767px) {
    .c_header_page {
        top: 0;
    }
}
.c_header_page.c_side {
    top: 0 !important;
}
@media (max-width: 767px) {
    header {
        padding-top: 0;
    }
    .c_header_page {
        display: none;
    }
    .page .c_header_top {
        padding-top: 25px;
        display: block;
        margin: 0 40px;
        width: calc(100% - 80px);
        z-index: 4;
        position: relative;
        background-color: #fff;
    }
}
.c_footer_nav,
.c_header_nav {
    padding: 5px 0;
}
.c_footer_nav ul,
.c_header_nav ul {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
}
.c_footer_nav ul li,
.c_header_nav ul li {
    padding: 5px 15px;
    margin: 0;
}
.c_footer_nav ul li a,
.c_header_nav ul li a {
    position: relative;
    white-space: nowrap;
}
.c_footer_nav ul li a:after,
.c_header_nav ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    background-color: #151314;
    width: 100%;
    left: 0;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}
.c_footer_nav ul li.current-menu-item a:after,
.c_footer_nav ul li a:hover:after,
.c_header_nav ul li.current-menu-item a:after,
.c_header_nav ul li a:hover:after {
    height: 2px;
}
.c_footer_nav ul li a {
    font-size: 15px;
}
.c_header_nav_home {
    margin-top: 35px;
}
@media (max-width: 767px) {
    .c_header_nav_home {
        margin-top: 20px;
    }
}
.sub-menu {
    display: none;
}
.current-menu-item .sub-menu,
.current-menu-parent .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}
.current-menu-item .sub-menu a,
.current-menu-parent .sub-menu a {
    font-size: 15px;
}
.current-menu-item .sub-menu a:after,
.current-menu-parent .sub-menu a:after {
    height: 0 !important;
}
.current-menu-item .sub-menu a:hover:after,
.current-menu-item .sub-menu li.current-menu-item a:after,
.current-menu-parent .sub-menu a:hover:after,
.current-menu-parent .sub-menu li.current-menu-item a:after {
    height: 2px !important;
}
.sub-menu.show {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}
.sub-menu.show a {
    font-size: 15px;
}
.sub-menu.show a:after {
    height: 0 !important;
}
.current-menu-parent a:after,
.current-page-parent a:after,
.current-projects-ancestor a:after,
.current-projects-parent a:after,
.sub-menu.show .current-menu-parent a:after,
.sub-menu.show .current-page-parent a:after,
.sub-menu.show .current-projects-parent a:after,
.sub-menu.show a:hover:after,
.sub-menu.show li.current-menu-item a:after {
    height: 2px !important;
}
footer {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 5;
}
.cookie-notice-container footer span,
footer .alm-load-more-btn,
footer .cookie-notice-container span,
footer p,
footer table *,
table footer * {
    margin-top: 5px;
    font-size: 15px !important;
}
footer .flex {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.cookie-notice-container footer .flex span,
footer .flex .alm-load-more-btn,
footer .flex .cookie-notice-container span,
footer .flex p,
footer .flex table *,
table footer .flex * {
    padding: 0 15px;
}
.c_arrow {
    position: fixed;
    right: 10px;
    bottom: 55px;
    width: 40px;
    z-index: 3 !important;
}
@media (max-width: 767px) {
    .c_arrow {
        right: 0;
    }
}
.c_arrow img {
    max-height: 50px;
    max-width: 50px;
}
.home .c_arrow {
    opacity: 0;
}
.home .c_arrow.show {
    opacity: 1;
}
.c_arrow_white,
.u_black .c_arrow_black {
    display: none;
}
.u_black .c_arrow_white {
    display: block;
}
@media (min-width: 768px) {
    .c_menu_toggle {
        display: none;
    }
}
.c_menu_toggle {
    text-align: left;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 1;
}
.c_menu_toggle * {
    font-size: 24px;
}
.c_icon-close {
    display: none;
}
.c_icon-close.show,
.c_icon-menu {
    display: block;
}
.c_icon-menu.hide {
    display: none;
}
@media (max-width: 767px) {
    .c_header_nav #menu-main-menu {
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        left: 0;
        right: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        z-index: 2;
        height: auto;
        padding: 5px 20px 20px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100vw;
        transition: 0.2s ease-in-out;
        overflow: visible;
    }
    .c_header_nav #menu-main-menu.active {
        top: 55px;
        transform: translateY(0);
    }
    .c_header_nav #menu-main-menu.active .sub-menu {
        opacity: 0;
        display: none !important;
    }
    .c_header_nav #menu-main-menu *,
    .c_header_nav #menu-main-menu a {
        color: #151314 !important;
    }
    .c_header_nav #menu-main-menu li {
        padding: 5px 10px;
    }
    .c_header_nav #menu-main-menu .sub-menu {
        position: static;
        padding-top: 8px;
        display: none;
    }
    .c_header_nav #menu-main-menu .sub-menu li {
        padding: 3px 10px;
    }
    .c_header_nav #menu-main-menu .sub-menu a {
        font-size: 15px;
    }
    .c_header_nav #menu-main-menu .current-menu-item .sub-menu,
    .c_header_nav #menu-main-menu .current-projects-ancestor .sub-menu,
    .c_header_nav #menu-main-menu .current_page_parent .sub-menu {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    #top.mobile-menu,
    #top.mobile-menu .c_header_top,
    #top.mobile-menu .menu,
    #top.mobile-menu header {
        background-color: #fff !important;
    }
    #top.mobile-menu * {
        color: #151314;
    }
    .u_black .c_header_nav #menu-main-menu {
        background-color: #000 !important;
    }
    .u_black .c_header_nav #menu-main-menu *,
    .u_black .c_header_nav #menu-main-menu a {
        color: #fff !important;
    }
    .u_black #top.mobile-menu,
    .u_black #top.mobile-menu .c_header_top,
    .u_black #top.mobile-menu .menu {
        background-color: #000 !important;
    }
    .u_black #top.mobile-menu *,
    .u_black #top.mobile-menu a {
        color: #fff !important;
    }
}
@media (max-width: 623px) {
    .c_header_nav #menu-main-menu .sub-menu {
        width: 340px;
        max-width: 100vw;
    }
}
.c_body-overlay,
.c_body-overlay.active {
    transition: 0.2s ease-in-out;
}
.c_body-overlay.active {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
}
.c_body-overlay.active:hover {
    cursor: pointer;
}
.c_background-image,
.c_background-image_absolute,
.c_background_overlay {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
.c_background-image_absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.c_background-image_wrapper {
    position: relative;
}
.c_background_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}
.c_slider {
    position: relative;
}
.c_slider .slick-prev {
    left: 0;
}
.c_slider .slick-next,
.c_slider .slick-prev {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 1;
    opacity: 0;
}
.c_slider .slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .c_slider .slick-next,
    .c_slider .slick-prev {
        display: none !important;
    }
}
.c_slider .slick-prev:hover {
    cursor: none;
    cursor: url(../../img/arrow-left-black.png), none !important;
}
.c_slider .slick-next:hover {
    cursor: none;
    cursor: url(../../img/arrow-right-black.png), none !important;
}
.c_slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c_slider-caption .slick-dots {
    bottom: 60px;
}
.c_jumps h2 {
    display: inline-block;
    width: auto;
}
.c_jumps img {
    width: 100%;
    object-fit: cover;
}
.c_jumps a,
.c_jumps img {
    height: 100%;
    display: block;
}
.c_jumps .o_container {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.c_jumps .c_quote {
    max-width: 100%;
}
.c_jumps .c_text {
    background-color: #e6e7e8;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.c_jumps .c_author {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.c_jumps .c_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    top: 5px;
    opacity: 0;
}
.c_jumps .c_overlay * {
    color: #fff;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.c_jumps .c_overlay ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 35px;
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.c_jumps .c_overlay ul li {
    padding: 5px;
    margin: 0;
    list-style: none;
}
.c_jumps .c_overlay h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.c_jumps .c_case-study_title {
    position: absolute;
    top: 20px;
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}
.c_jumps h3 {
    width: 66%;
    min-width: 280px;
    margin: auto;
}
.c_case-study_jumps .c_overlay,
.c_case-study_jumps .c_overlay *,
.c_jumps a:hover .c_overlay,
.c_jumps a:hover .c_overlay * {
    opacity: 1;
}
.c_case-study_jumps a:hover .c_overlay,
.c_case-study_jumps a:hover .c_overlay * {
    opacity: 0;
}
.ajax-load-more-wrap {
    width: 100%;
}
.alm-listing {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
}
.c_news .alm-listing {
    display: -ms-flexbox;
    display: flex;
}
.alm-load-more-btn {
    background-color: transparent !important;
    font-size: 18px !important;
    color: #151314 !important;
    font-weight: 600 !important;
    position: relative;
    white-space: nowrap !important;
    line-height: 26px !important;
    height: 26px !important;
    padding: 0 !important;
}
.alm-load-more-btn:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    background-color: #151314;
    width: 100%;
    left: 0;
    transition: 0.2s ease-in-out;
}
.alm-load-more-btn:hover:after {
    height: 1px;
}
.alm-load-more-btn.done {
    display: none !important;
}
.c_jumps .o_block:not(.a_block) {
    opacity: 0;
    animation: a 0.2s ease-in-out forwards;
    -moz-animation: a 0.2s ease-in-out forwards;
}
.c_jumps .o_block:nth-child(1n) {
    animation-delay: 0.1s;
}
.c_jumps .o_block:nth-child(2n) {
    animation-delay: 0.2s;
}
.c_jumps .o_block:nth-child(3n) {
    animation-delay: 0.3s;
}
.c_jumps .o_block:nth-child(4n) {
    animation-delay: 0.4s;
}
.c_jumps .o_block:nth-child(5n) {
    animation-delay: 0.5s;
}
.c_jumps .o_block:nth-child(6n) {
    animation-delay: 0.6s;
}
.c_jumps .o_block:nth-child(7n) {
    animation-delay: 0.7s;
}
.c_jumps .o_block:nth-child(8n) {
    animation-delay: 0.8s;
}
.c_jumps .o_block:nth-child(9n) {
    animation-delay: 0.9s;
}
.c_jumps .o_block:nth-child(10n) {
    animation-delay: 1s;
}
.c_jumps .o_block:nth-child(11n) {
    animation-delay: 1.1s;
}
.c_jumps .o_block:nth-child(12n) {
    animation-delay: 1.2s;
}
.c_jumps .o_block:nth-child(13n) {
    animation-delay: 1.3s;
}
.c_jumps .o_block:nth-child(14n) {
    animation-delay: 1.4s;
}
.c_jumps .o_block:nth-child(15n) {
    animation-delay: 1.5s;
}
@keyframes a {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.c_jumps.disappear .o_block {
    opacity: 1;
    -webkit-animation: disappear 0.2s ease-in-out forwards;
}
.c_jumps.disappear .o_block:nth-last-child(1n) {
    animation-delay: 0.1s;
}
.c_jumps.disappear .o_block:nth-last-child(2n) {
    animation-delay: 0.2s;
}
.c_jumps.disappear .o_block:nth-last-child(3n) {
    animation-delay: 0.3s;
}
.c_jumps.disappear .o_block:nth-last-child(4n) {
    animation-delay: 0.4s;
}
.c_jumps.disappear .o_block:nth-last-child(5n) {
    animation-delay: 0.5s;
}
.c_jumps.disappear .o_block:nth-last-child(6n) {
    animation-delay: 0.6s;
}
.c_jumps.disappear .o_block:nth-last-child(7n) {
    animation-delay: 0.7s;
}
.c_jumps.disappear .o_block:nth-last-child(8n) {
    animation-delay: 0.8s;
}
.c_jumps.disappear .o_block:nth-last-child(9n) {
    animation-delay: 0.9s;
}
.c_jumps.disappear .o_block:nth-last-child(10n) {
    animation-delay: 1s;
}
@media (max-width: 1023px) {
    .c_related-projects .fc_large-2:last-child {
        display: none;
    }
}
@media (max-width: 1279px) {
    .home .c_project-jump:nth-last-child(2),
    .home .c_project-jump:nth-last-child(3) {
        display: none !important;
    }
}
.c_news .o_content {
    padding-top: 0;
    padding-bottom: 10px;
}
.c_news .c_text {
    padding: 20px 20px 30px;
}
.c_news h4 {
    font-weight: 300;
    font-size: 14px;
}
.c_news h2 {
    margin: 0 0 15px;
    position: relative;
    width: auto;
    display: inline-block;
}
.c_news h2:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    background-color: #151314;
    width: 100%;
    left: 0;
    transition: 0.2s ease-in-out;
}
.c_news .alm-load-more-btn,
.c_news .cookie-notice-container span,
.c_news p,
.c_news table *,
.cookie-notice-container .c_news span,
table .c_news * {
    margin: 0;
}
.c_news a:hover h2:after {
    height: 2px;
}
.c_article .o_container {
    max-width: 610px;
    padding: 15px 40px !important;
}
.c_article .o_content {
    padding-top: 0;
    padding-bottom: 10px;
}
.c_article .alm-load-more-btn,
.c_article .cookie-notice-container span,
.c_article h1,
.c_article h2,
.c_article h3,
.c_article h4,
.c_article h5,
.c_article h6,
.c_article p,
.c_article table *,
.cookie-notice-container .c_article span,
table .c_article * {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.c_article img {
    max-width: 100vw;
    width: calc(100% + 80px);
    margin-left: -40px;
}
.c_article h1,
.c_article h2,
.c_article h3 {
    margin-bottom: 20px;
}
.c_article h4,
.c_article h5,
.c_article h6 {
    margin-bottom: 0;
}
.c_article .alm-load-more-btn,
.c_article .cookie-notice-container span,
.c_article p,
.c_article table *,
.cookie-notice-container .c_article span,
table .c_article * {
    margin: 0 auto 20px;
}
@media (max-width: 767px) {
    .c_article .alm-load-more-btn,
    .c_article .cookie-notice-container span,
    .c_article h1,
    .c_article h2,
    .c_article h3,
    .c_article h4,
    .c_article h5,
    .c_article h6,
    .c_article p,
    .c_article table *,
    .cookie-notice-container .c_article span,
    table .c_article * {
        width: calc(100% - 40px);
    }
    .c_article img {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
.c_news_back {
    margin-bottom: 0 !important;
    margin-top: 20px;
}
.cookie-notice-container span {
    font-size: 12px;
    color: #fff;
}
.cookie-notice-container .c_button_cookies {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #151314 !important;
    font-size: 12px;
    white-space: nowrap;
}
.cookie-notice-container .c_button_cookies:hover {
    background-color: transparent;
    color: #fff;
}
.cn-revoke-cookie {
    font-family: 'Gotham', sans-serif !important;
    font-weight: 300 !important;
    color: #151314;
    font-size: 15px !important;
    box-shadow: none !important;
    line-height: 1.4em;
}
.cn-revoke-cookie:hover {
    background-color: transparent !important;
}
.u_hide {
    display: none;
}
.u_block,
.u_show {
    display: block;
}
.u_black {
    background-color: #151314;
}
.u_black * {
    color: #fff !important;
}
.cookie-notice-container .u_black span,
.u_black .alm-load-more-btn,
.u_black .cookie-notice-container span,
.u_black p,
.u_black table *,
table .u_black * {
    font-size: 18px;
}
.u_black a:after {
    background-color: #fff !important;
}
.u_black main {
    margin-top: -25px;
}
.u_no-padding-bottom {
    padding-bottom: 5px;
}
.a_block {
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.a_block.active {
    opacity: 1;
}
