
@import url(bootstrap.min.css);
@import url(swiper.min.css);
@import url(animate.css);
@import url(videojs-skin.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(fonticons.css);
.inputText,
.textarea,
body {
    background-color: #343434;
    color: #e5ecea
}

.label,
body {
    font-weight: 400
}

.btn-link,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none
}

.btn::before,
.dark-mask::before {
    top: 0;
    content: ''
}

.title--overhead,
.title--subtitle,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.block-quote::before,
.icon-arrow-right {
    background-repeat: no-repeat;
    background-position: center
}

.circle,
.loading,
.title--center {
    text-align: center
}

.case-details .item-details.swiper-slide-duplicate,
.overlay-sideNav {
    visibility: hidden
}

.cover,
.itemCard__image,
.single-news__image {
    object-fit: cover
}

.cursor,
.label,
.loading.fadeOut2 {
    pointer-events: none
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: border-box
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-x: hidden
}

.no-scroll-h,
.sideNav {
    overflow-x: hidden
}

body,
html {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%
}

body {
    line-height: 2;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased
}

.btn,
.circle,
.no-scroll,
.preload {
    overflow: hidden
}

@media only screen and (max-width:580px) {
    body,
    html {
        font-size: 14px
    }
    body {
        line-height: 1.9
    }
}

html.is-scroll-disabled body {
    height: 100vh;
    overflow: hidden
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    html.is-scroll-disabled {
        overflow: hidden
    }
    .loading.fadeOut2 {
        visibility: hidden
    }
}

.inputText,
.textarea {
    border: 0;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 0;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (max-width:1200px) {
    .inputText,
    .textarea {
        padding: .8rem 0
    }
}

.inputText:focus,
.textarea:focus {
    box-shadow: none;
    outline: 0
}

.inputText--fill {
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
    border: 0;
    outline: 0;
    padding: 1rem 1.5rem;
    transition: width .3s cubic-bezier(.72, .16, .345, .875)
}

.inputText--fill:focus {
    color: #fff
}

.textarea {
    line-height: 1.5;
    max-height: 6rem;
    padding-top: 1rem;
    resize: none
}

.form-group {
    margin-bottom: 2.5rem;
    position: relative
}

.validation-danger,
.validation-success {
    font-size: .89rem;
    margin-top: 2rem
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff!important
}

.label {
    color: #f8f8f8;
    display: block;
    transform: translateY(50%);
    transition: all .25s ease-in-out;
    z-index: 1;
    position: absolute
}

.btn,
.btn:hover {
    color: #fff
}

.is-completed .label {
    transform: translateY(-80%);
    font-size: .86rem
}

@media only screen and (max-width:1200px) {
    .validation-danger,
    .validation-success {
        margin-top: 1rem
    }
    .is-completed .label {
        transform: translateY(-70%)
    }
}

@media only screen and (max-width:580px) {
    .form-group {
        margin-bottom: 2rem
    }
    .is-completed .label {
        transform: translateY(-50%)
    }
}

.btn {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0;
    cursor: none;
    font-size: .87rem;
    letter-spacing: .1rem;
    line-height: inherit;
    white-space: nowrap;
    padding: 1rem 2.5rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.btn::before {
    background-color: rgba(255, 255, 255, .2);
    height: 100%;
    position: absolute;
    left: 0;
    width: 0;
    z-index: -1
}

.btn-link,
.circle,
.dark-mask {
    position: relative
}

.btn:hover::before {
    animation: btn-hover .8s cubic-bezier(.72, .16, .345, .875) both;
    width: 100%
}

.btn:focus {
    box-shadow: none
}

.btn.disabled {
    opacity: 1
}

.btn--white {
    background-color: #fff;
    color: #f8f8f8
}

.btn--white::before {
    background-color: rgba(17, 15, 16, .2)
}

.btn__icon {
    line-height: 0;
    padding: .99rem 1rem
}

.touch .btn::before {
    display: none
}

.btn-link,
.circle,
.icon-arrow-right {
    display: inline-flex
}

@keyframes btn-hover {
    0% {
        transform: translateX(-100%)
    }
    50% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}

.btn-link {
    color: #f8f8f8;
    align-items: center;
    font-weight: 600
}

.btn-link:hover {
    color: inherit
}

.btn-link:hover .circle {
    box-shadow: 0 0 0 2px #f8f8f8
}

.btn-link:hover .circle--white {
    box-shadow: 0 0 0 2px #fff
}

.circle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: #fff;
    background-color: #f8f8f8;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #f8f8f8;
    height: 2.85rem;
    width: 2.85rem;
    transition: box-shadow .3s ease-in-out
}

@media only screen and (max-width:992px) {
    .circle {
        height: 2rem;
        width: 2rem
    }
    .circle::before {
        font-size: .87rem
    }
}

.flex-table__th,
.table thead th {
    font-size: .85rem;
    font-weight: 400;
    letter-spacing: .2rem;
    text-transform: uppercase
}

.circle--white {
    color: #f8f8f8;
    background-color: #fff;
    box-shadow: 0 0 0 0 #fff
}

.circle--left {
    margin-right: 1.07rem
}

.circle--right {
    margin-left: 1.07rem
}

.circle.icon-left-open::before {
    margin-left: 0
}

button:focus {
    outline: 0
}

.icon-arrow-right {
    background-image: url(../images/arrow-next.svg);
    height: 30px;
    width: 30px
}

.dark-mask {
    z-index: 1
}

.dark-mask::before {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    opacity: .3;
    transition: opacity .3s
}

.dark-mask:hover::before {
    opacity: 0
}

.table thead th {
    border: 0;
    color: #8d99a7;
    padding: 1.3rem 0
}

.flex-table__thead,
.flex-table__tr {
    border-bottom: 1px solid rgba(197, 210, 224, .7)
}

.table td {
    border-top: 1px solid #c5d2e0;
    padding: 1.3rem 0
}

.table span {
    color: #8d99a7
}

@media only screen and (max-width:768px) {
    .table .table,
    .table tbody,
    .table td,
    .table th,
    .table thead,
    .table tr {
        display: block
    }
    .table thead tr {
        display: none
    }
    .table tr {
        padding-bottom: 1.4rem
    }
    .table td {
        border-top: 0;
        position: relative;
        padding-left: 50%;
        padding-top: .2rem;
        padding-bottom: .2rem
    }
    .table td:before {
        content: attr(data-th);
        color: #8d99a7;
        font-size: .85rem;
        position: absolute;
        left: 0;
        width: 45%;
        padding-right: 1rem;
        white-space: nowrap
    }
    .flex-table {
        border-top: 1px solid rgba(197, 210, 224, .7)
    }
}

@media only screen and (max-width:580px) {
    .table td {
        padding-left: 40%
    }
}

.flex-table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-table__thead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

@media only screen and (max-width:768px) {
    .flex-table__thead {
        display: none
    }
    .flex-table__tr {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.flex-table__tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

.flex-table__tr:last-child {
    border: 0
}

.flex-table__th {
    color: #8d99a7;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    width: 100%
}

@media only screen and (max-width:768px) {
    .flex-table__th {
        padding-top: .2rem;
        padding-bottom: .2rem
    }
}

.flex-table__td {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    position: relative;
    width: 100%
}

@media only screen and (max-width:768px) {
    .flex-table__td {
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-left: 24%
    }
    .flex-table__td:before {
        content: attr(data-th);
        color: #8d99a7;
        font-size: .85rem;
        position: absolute;
        left: 0;
        padding-right: 1rem;
        padding-top: .2rem;
        white-space: nowrap;
        text-transform: uppercase
    }
    .block-quote::before {
        display: none
    }
}

.block-quote cite::before,
.block-quote::before {
    content: '';
    top: 0
}

.separation {
    border-top: 1px solid rgba(17, 15, 16, .1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.4rem
}

@media only screen and (max-width:1200px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 3rem
    }
}

.title {
    transition: all .1s cubic-bezier(.72, .16, .345, .875)
}

.title--h1 {
    font-size: 3.8571rem;
    margin-bottom: 3.4rem
}

@media only screen and (max-width:1200px) {
    .title--h1 {
        font-size: 3.1428rem;
        margin-bottom: 2.14rem
    }
}

@media only screen and (max-height:768px) {
    .title--h1 {
        margin-bottom: 2.14rem
    }
}

@media only screen and (max-height:580px) {
    .title--h1 {
        font-size: 2.4285rem;
        margin-bottom: 1rem
    }
}

.title--h2 {
    font-size: 3.1428rem;
    margin-bottom: 3.4rem
}

@media only screen and (max-width:580px) {
    .title--h2 {
        font-size: 2.4285rem;
        margin-bottom: 2rem
    }
}

.title--h3 {
    font-size: 2.4285rem;
    margin-bottom: 2.71rem
}

.title--h4 {
    font-size: 2rem;
    margin-bottom: 2.28rem;
    line-height: 1.3
}

@media only screen and (max-width:992px) {
    .title--h4 {
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:580px) {
    .title--h3 {
        font-size: 2rem
    }
    .title--h4 {
        font-size: 1.9rem;
        line-height: 1.2;
        margin-bottom: 1rem
    }
}

.title--h5 {
    font-size: 1.715rem;
    margin-bottom: 2rem
}

.title--h6 {
    font-size: 1.286rem;
    margin-bottom: 1.25rem
}

.title--display-1 {
    font-size: 5rem;
    letter-spacing: -.1rem;
    margin-bottom: 2rem
}

@media only screen and (max-width:1200px) {
    .title--display-1 {
        font-size: 4rem
    }
}

@media only screen and (max-width:580px) {
    .title--display-1 {
        font-size: 2.5rem
    }
    .title--subtitle {
        margin-top: 1rem;
        margin-bottom: .5rem
    }
}

.title--overhead {
    color: #8d99a7;
    font-size: .87rem;
    font-weight: 400;
    letter-spacing: .1rem;
    margin-top: .62rem;
    margin-bottom: .62rem;
    text-transform: uppercase
}

@media only screen and (max-width:1500px) {
    .title--overhead {
        font-size: .87rem
    }
}

@media only screen and (max-width:580px) {
    .title--overhead {
        font-size: .75rem;
        letter-spacing: .1rem
    }
}

.title--tail,
.title--tail-black {
    position: relative
}

.title--tail-black::before,
.title--tail::before {
    content: '';
    background-color: #8d99a7;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4rem;
    width: 2.5rem
}

.title--tail-black::before,
iframe {
    background-color: #f8f8f8
}

.title .num-article {
    margin-bottom: 0
}

.weight--300 {
    font-weight: 300
}

.weight--400 {
    font-weight: 400
}

.weight--500 {
    font-weight: 600
}

.weight--700 {
    font-weight: 700
}

.block-quote {
    font-size: 1.715rem;
    font-weight: 400;
    margin: 3rem 0;
    position: relative;
    line-height: 1.6
}

@media only screen and (max-width:580px) {
    .block-quote {
        font-size: 1.28rem;
        margin: 2rem 0
    }
}

.block-quote::before {
    background-image: url(../images/icon-quote.svg);
    background-size: cover;
    height: 41px;
    margin: 0 auto;
    position: absolute;
    left: -5.6rem;
    width: 48px
}

.block-quote cite {
    font-size: 1rem;
    font-style: normal;
    display: block;
    margin-top: 1.5rem;
    padding-left: 3rem;
    position: relative
}

.block-quote cite::before {
    background-color: #f8f8f8;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2rem
}

a {
    color: #f8f8f8;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
    transition: all .6s cubic-bezier(.72, .16, .345, .875)
}

.item-news__title a,
.menu-list__item,
.onHover,
.share-post a,
.sideNav__item a,
.social__link,
a.decoration--none,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: inherit;
    outline: 0
}

.noGutters-Top {
    margin-top: 0!important
}

.noGutters-Bottom {
    margin-bottom: 0!important
}

.noGutters-Left {
    margin-left: 0!important
}

.noGutters-Right {
    margin-right: 0!important
}

.description {
    margin-bottom: 2.32rem
}

@media only screen and (max-width:580px) {
    .description {
        margin-bottom: .05rem
    }
}

.paragraph {
    color: #fff;
    margin-bottom: 1.8rem
}

.text-overlay {
    color: #fff;
    font-size: 14vw;
    font-weight: 700;
    position: absolute
}

.text-overlay--left-bottom {
    bottom: 0;
    left: 0;
    line-height: .5
}

.text-overlay--left-top {
    top: 0;
    left: 0;
    line-height: .2
}

.text-overlay--right-bottom {
    bottom: 0;
    right: 0;
    line-height: .5
}

.text-overlay--right-top {
    top: 0;
    right: 0;
    line-height: .2
}

.text--red {
    color: #e5ecea
}


img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%
}

.cover {
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
    height: 100%;
    width: 100%
}

.itemCard__title,
.menu-list {
    font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    background: 0 0;
    color: #e5ecea
}

::selection {
    background: 0 0;
    color: #e5ecea
}

.loading .progress-bar::before,
.loading::before {
    background-position: center;
    background-repeat: no-repeat;
    content: ''
}

.preload {
    -ms-overflow-style: none
}

.loading,
.loading .progress-bar {
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0
}

.loading {
    position: fixed;
    width: 100%;
    z-index: 1100;
    opacity: 1;
    transition: opacity .5s 0s cubic-bezier(.455, .03, .515, .955), z-index 0s 0s linear
}

.loading::before {
    background-image: url(../images/loading-logo.svg);
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    animation: blur-logo 2s cubic-bezier(.72, .16, .345, .875) both
}

.loading.fadeOut2 {
    opacity: 0
}

.loading .progress-bar {
    position: absolute;
    transition: all 2s cubic-bezier(.785, .135, .15, .86);
    width: 0;
    z-index: 2
}

.loading .progress-bar::before {
    height: 100%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    animation: replacement-logo 0s 1s ease both
}

@keyframes blur-logo {
    0% {
        filter: blur(30px);
        opacity: 0;
        transform: scale(1.5)
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: scale(1)
    }
}

.navbar {
    position: fixed;
    height: 114px;
    line-height: 1;
    padding-top: .4rem;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    top: 0;
    transition: all .3s cubic-bezier(.72, .16, .345, .875);
    width: 100%;
    z-index: 1001
}

@media only screen and (max-width:1500px) {
    .navbar {
        padding-left: 3.12rem;
        padding-right: 3.12rem
    }
}

@media only screen and (max-width:992px) {
    .navbar {
        height: 80px
    }
}

@media only screen and (max-width:580px) {
    .navbar {
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(17, 15, 16, .02);
        height: 48px;
        padding: 0 1.071rem
    }
    .navbar-v2 {
        background-color: transparent
    }
    .navbar-v2 .hamburger__inner::after,
    .navbar-v2 .hamburger__inner::before {
        background-color: #343434
    }
    .navbar-v2 .logotype--white {
        transform: translate3d(0, 0, 0)!important
    }
}

@media only screen and (min-width:2400px) {
    .navbar {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

@media only screen and (max-height:500px) {
    .navbar {
        height: 60px
    }
}

.navbar .logo-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    position: relative
}

@media only screen and (min-width:580px) {
    .navbar--white {
        color: #fff
    }
    .navbar--white .circle {
        color: #f8f8f8;
        background-color: #fff;
        box-shadow: 0 0 0 0 #fff
    }
    .navbar--white .btn-link:hover .circle,
    .navbar--white .circle:hover {
        box-shadow: 0 0 0 2px #fff
    }
    .navbar--white .hamburger__inner::after,
    .navbar--white .hamburger__inner::before {
        background-color: #fff
    }
    .navbar-v2 .logotype--white {
        transform: translate3d(0, 0, 0)!important
    }
}

.hamburger,
.open .navbar--white {
    background-color: transparent
}

@media only screen and (max-height:320px) {
    .open .navbar {
        background-color: transparent
    }
}

/*.open .navbar .btn-link,
.open .navbar .logotype--black {
    transform: translate3d(0, -8rem, 0)
}

.open .navbar .logotype--white {
    transform: translate3d(0, -16px, 0)
}

.open .navbar.navbar-back .logotype--white {
    transform: translate3d(0, 0, 0)!important
}
*/
@media only screen and (max-width:580px) {
    .open .navbar {
        background-color: transparent;
        justify-content: center
    }
    .open .navbar .logo-container {
        display: none
    }
}

.navbar .btn-link {
    position: absolute;
    top: calc(50% - 1.42rem)
}

@media only screen and (max-width:992px) {
    .navbar .btn-link {
        top: calc(50% - 1rem)
    }
}

.navbar .btn-link,
.navbar .logotype--black {
    transform: translate3d(0, 0, 0);
    transition: transform .4s cubic-bezier(.72, .16, .345, .875)
}

.navbar .logotype--black {
    margin-top: 16px
}

.navbar .logotype--white {
    transform: translate3d(0, -8rem, 0);
    transition: transform .4s cubic-bezier(.72, .16, .345, .875)
}

.logotype {
    max-height: 16px;
    display: block
}

.hamburger {
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: opacity .3s ease;
    border: 0;
    padding: 0;
    vertical-align: middle
}

.hamburger__inner {
    display: block;
    height: 24px;
    width: 25px;
    position: relative
}

.hamburger__inner:after,
.hamburger__inner:before {
    background-color: #f8f8f8;
    content: '';
    display: block;
    margin-left: -12px;
    height: 2px;
    width: 25px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform-origin: center center;
    transition: top .1s cubic-bezier(.215, .61, .355, 1) .25s, transform .25s cubic-bezier(.215, .61, .355, 1) 0s
}

.hamburger__inner:after {
    top: 16px
}

.is-active .hamburger__inner {
    color: #343434;
}

.is-active .hamburger__inner:after,
.is-active .hamburger__inner:before {
    top: 50%;
    transition: top .1s cubic-bezier(.215, .61, .355, 1) 0s, transform .25s cubic-bezier(.215, .61, .355, 1) .1s
}

.is-active .hamburger__inner:before {
    transform: rotate(45deg)
}

.is-active .hamburger__inner:after {
    transform: rotate(-45deg)
}

.hamburger--black .hamburger__inner:after,
.hamburger--black .hamburger__inner:before {
    background-color: #343434!important
}

.open .hamburger__inner:after,
.open .hamburger__inner:before,
.sideNav {
    background-color: #fff
}

.is-active .open .hamburger__inner {
    color: #343434
}

.sideNav {
    list-style: none;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 6rem 0 0;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(360px);
    width: 360px;
    z-index: 1000
}

.sideNav__item {
    color: #e5ecea;
    font-size: 2.5rem;
    position: relative;
    margin: 0 3.5rem;
    user-select: none
}

@media only screen and (max-width:580px) {
    .logotype {
        max-height: 14px
    }
    .sideNav {
        padding: 4rem 0 0;
        width: 100%;
        text-align: center;
        transform: translateX(100%)
    }
    .sideNav__item {
        font-size: 2.25rem
    }
}

.sideNav__item a {
    color: #e5ecea
}

.sideNav__item a:hover {
    color: #e5ecea
}

.social--white .social__link,
.social--white .social__link:hover,
.swiper-control .swiper-button-next--square:hover,
.swiper-control .swiper-button-prev--square:hover {
    color: #fff
}

.overlay-sideNav {
    background-color: rgba(17, 15, 16, .3);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

.hero {
    height: 100vh;
    position: relative
}

@media only screen and (max-width:992px) {
    .hero .social {
        display: none
    }
}

.hero-column,
.slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box
}

.hero-column {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end
}

.slider {
    display: flex
}

.slider__item {
    width: 100%
}

.slider__caption .swiper-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:2400px) {
    .slider__caption .title--overhead {
        margin-bottom: .62rem
    }
}

.slider__caption .title--display-1 {
    font-size: 4vw;
    margin-bottom: 1rem
}

.slider__caption .description {
    font-size: 1rem;
    width: 60%;
    margin-bottom: 1.87rem
}

@media only screen and (max-width:2400px) {
    .slider__caption .description {
        font-size: .93rem;
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width:1200px) {
    .slider__caption .description {
        width: 80%
    }
}

.slider__caption .btn-link .down-up span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1rem 1rem 0
}

.slider__image {
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:992px) {
    .slider__caption .description {
        width: 100%
    }
    .slider__image {
        width: 100%;
        order: 1
    }
}

.slider .control-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    position: absolute;
    z-index: 1
}

.slider .control-slider--vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 8.5rem 0 3.1rem;
    bottom: 0;
    right: 0;
    width: 10rem;
    z-index: 2
}

@media only screen and (max-width:1500px) {
    .slider__caption .description {
        font-size: .87rem
    }
    .slider__caption .btn-link {
        font-size: .87rem;
        margin-top: 0
    }
    .slider .control-slider--vertical {
        width: 7.7rem
    }
}

@media only screen and (max-width:992px) {
    .slider .control-slider--vertical {
        height: 3.12rem;
        padding: 0;
        width: 100%
    }
}

@media only screen and (min-width:2400px) {
    .slider .control-slider--vertical {
        width: 14rem
    }
}

@media only screen and (max-height:768px) {
    .slider .control-slider--vertical {
        padding: 5rem 0 2rem
    }
}

@media only screen and (max-width:580px) {
    .slider .control-slider--vertical {
        padding: 0 2rem;
        display: none
    }
}

.slider .control-slider--vertical .swiper-button-next,
.slider .control-slider--vertical .swiper-button-prev {
    display: block
}

.slider .control-slider--vertical .swiper-button-next {
    margin-bottom: 1.42rem
}

.slider .control-slider--bottom {
    bottom: 0;
    right: 0
}

.slider__case-details {
    height: 7.5rem;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media only screen and (min-height:992px) {
    .slider__case-details {
        height: 9.12rem
    }
}

@media only screen and (max-width:1500px) {
    .slider__case-details {
        padding-left: 3.12rem;
        padding-right: 3.12rem
    }
}

@media only screen and (max-width:992px) {
    .slider .control-slider--vertical .swiper-button-next {
        margin-bottom: auto
    }
    .slider__case-details {
        height: 5rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem;
        text-align: center
    }
}

.slider__case-details .item-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    overflow: auto
}

@media only screen and (max-width:580px) {
    .slider__case-details {
        height: 3.9rem;
        padding-left: 5rem;
        padding-right: 5rem
    }
    .slider__case-details .item-details {
        -webkit-align-items: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

@media only screen and (max-width:992px) {
    .slider__case-details .item-details__client {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }
    .slider__case-details .item-details .btn-link,
    .slider__case-details .item-details__category {
        display: none
    }
}

.slider__case-details .control-slider {
    width: 11.25rem
}

.slider__case-details .swiper-button-next {
    margin-right: 1.42rem
}

@media only screen and (max-width:992px) {
    .slider__case-details .control-slider {
        width: 0
    }
    .slider__case-details .swiper-button-next {
        margin-right: 0
    }
}

.swiper-container.slider-container-details {
    width: calc(100% - 11.25rem)
}

.swiper-container.slider-container-details .btn-link {
    margin: 2px
}

.slider-horizontal {
    padding-left: 4.25rem;
    padding-right: 10rem
}

@media only screen and (max-width:1500px) {
    .slider-horizontal {
        padding-left: 3.12rem;
        padding-right: 7.7rem
    }
}

@media only screen and (max-width:992px) {
    .swiper-container.slider-container-details {
        width: 100%
    }
    .swiper-container.slider-container-details .swiper-wrapper {
        align-items: center
    }
    .slider-horizontal {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 3.12rem;
        padding-right: 3.12rem
    }
    
}

@media only screen and (max-width:580px) {
    .slider-horizontal {
        padding-left: 1.071rem;
        padding-right: 1.071rem
    }
}

@media only screen and (min-width:2400px) {
    .slider-horizontal {
        padding-left: 6.25rem;
        padding-right: 14rem
    }
    .slider-horizontal .social {
        left: 6.25rem
    }
}

.slider-horizontal .slider__caption {
    flex: 0 1 50%;
    height: 100vh;
    padding-right: 3rem;
    width: 50%
}

.slider-horizontal .slider__caption .btn-link .down-up span,
.slider-horizontal .slider__caption .description .down-up span,
.slider-horizontal .slider__caption .title--display-1 .down-up span {
    transition-duration: .4s
}

.slider-horizontal .slider__caption .swiper-slide-active .title--display-1 .down-up span {
    transition-delay: 0s
}

.slider-horizontal .slider__caption .swiper-slide-active .description .down-up span {
    transition-delay: .4s
}

.slider-horizontal .slider__caption .swiper-slide-active .btn-link .down-up span {
    transition-delay: .6s
}

.slider-horizontal .slider__image {
    flex: 0 0 50%;
    height: 100vh;
    width: 50%;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:992px) {
    .slider-horizontal .slider__caption .title {
        margin-bottom: 0;
        padding: 2rem 0;
        overflow: hidden;
        white-space: nowrap
    }
    .slider-horizontal .slider__image {
        flex: 0 0 100%;
        margin-top: 5rem;
        height: calc(100vh - 8.12rem);
        width: 100%;
        order: 1
    }
}

@media only screen and (max-width:580px) {
    .slider-horizontal .slider__image {
        height: calc(100vh - 4.471rem);
        margin-top: 3.4rem
    }
}

.slider-vertical {
    height: 60vh
}

@media only screen and (max-width:992px) {
    .slider-vertical {
        height: 100vh;
        padding-top: 5rem;
        padding-bottom: 0
    }
    .slider-vertical .slider__caption {
        display: none
    }
}

.slider-vertical .slider__caption {
    flex: 0 1 50%;
    height: 100%;
    padding-left: 7rem;
    padding-right: 10rem;
    width: 50%
}

@media only screen and (max-width:1500px) {
    .slider-vertical .slider__caption {
        padding-left: 5.62rem;
        padding-right: 0
    }
}

.slider-vertical .slider__caption .title--display-1 {
    margin-bottom: 1.5rem
}

.slider-vertical .slider__image {
    flex: 0 0 50%;
    height: 100%
}

.slider-fullscreen {
    height: 100vh;
    position: relative;
    z-index: 0
}

.slider-fullscreen::before {
    content: '';
    background-color: rgba(255, 255, 255, .1);
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 48.5%;
    z-index: 2
}

@media only screen and (max-height:768px) {
    .slider-fullscreen::before {
        top: 45.2%
    }
}

.slider-fullscreen .title--display-1 {
    font-size: 6rem;
    margin-bottom: 0
}

@media only screen and (max-width:1200px) {
    .slider-fullscreen .title--display-1 {
        font-size: 5rem
    }
}

.slider-fullscreen .category,
.slider-fullscreen .year {
    font-weight: 600;
    margin-left: .5rem
}

@media only screen and (max-width:992px) {
    .slider-vertical .slider__image {
        flex: 0 0 100%
    }
    .slider-fullscreen .title--display-1 {
        font-size: 4rem
    }
    .slider-fullscreen .category,
    .slider-fullscreen .year {
        font-weight: 400;
        margin-left: 0
    }
    .slider-fullscreen .slider__caption .slider__item {
        text-align: center
    }
}

.slider-fullscreen .year {
    opacity: .5;
    margin-top: .5rem
}

.slider-fullscreen.overlay--45::before {
    z-index: 2
}

.slider-fullscreen .slider__caption {
    height: 100%;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

@media only screen and (max-width:1500px) {
    .slider-fullscreen .slider__caption {
        padding-left: 3.12rem;
        padding-right: 3.12rem
    }
}

@media only screen and (max-width:580px) {
    .slider-vertical {
        padding-top: 3.4rem
    }
    .slider-fullscreen::before {
        visibility: hidden
    }
    .slider-fullscreen .title--display-1 {
        font-size: 2.5rem
    }
    .slider-fullscreen .slider__caption {
        padding-left: 1.42rem;
        padding-right: 1.42rem
    }
}

@media only screen and (min-width:2400px) {
    .slider-fullscreen .slider__caption {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

.slider-fullscreen .slider__caption .slider__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-top: 1.5rem;
    height: 100%;
    width: 50%
}

@media only screen and (max-width:1500px) {
    .slider-fullscreen .slider__caption .slider__item {
        width: 80%
    }
}

@media only screen and (max-width:1200px) {
    .slider-fullscreen .slider__caption .slider__item {
        width: 100%
    }
}

.slider-fullscreen .slider__center {
    padding-top: 2rem
}

.slider-fullscreen .slider__end {
    margin-bottom: 3.1rem
}

@media only screen and (max-width:992px) {
    .slider-fullscreen .slider__center {
        padding-top: 5.8rem
    }
    .slider-fullscreen .slider__end {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width:580px) {
    .slider-fullscreen .slider__caption .slider__item .description {
        display: none
    }
    .slider-fullscreen .slider__end {
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:992px) {
    .slider-fullscreen .control-slider {
        margin-bottom: 1rem
    }
    .slider-simply .swiper-control .swiper-button-next,
    .slider-simply .swiper-control .swiper-button-prev {
        position: relative;
        left: 0;
        right: 0
    }
}

.slider-simply {
    margin: 0 0 1rem
}

.swiper-container {
    position: relative;
    width: 100%
}

.swiper-container .swiper-slide {
    overflow: hidden
}

.swiper-container .swiper-slide .down-up span {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all .4s ease-out
}

.swiper-container .swiper-slide .js-text-wave div span {
    transform: translate3d(0, 100%, 0)
}

.swiper-container .swiper-slide__link {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.swiper-container .swiper-slide .cover-slider {
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container .swiper-slide-active .down-up span,
.swiper-container .swiper-slide-duplicate-active .down-up span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .5s!important
}

.swiper-container .swiper-slide-active .js-text-wave div span,
.swiper-container .swiper-slide-duplicate-active .js-text-wave div span {
    transform: translate3d(0, 0, 0)
}

.swiper-container .swiper-slide-duplicate .down-up span,
.swiper-container .swiper-slide-duplicate .js-text-wave div span {
    transform: translate3d(0, 100%, 0)
}

.fade {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
    transition-delay: .6s
}

.swiper-slide-active .fade,
.swiper-slide-duplicate-active .fade {
    opacity: 1;
    transition-delay: .9s
}

.swiper-control {
    line-height: 0
}

.swiper-control .swiper-pagination {
    position: relative
}

.swiper-control .swiper-button-next,
.swiper-control .swiper-button-prev {
    background-image: none;
    display: inline-block;
    margin-top: 0;
    height: 46px;
    width: 46px;
    outline: 0;
    position: relative;
    top: 0;
    transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

.swiper-control .swiper-button-next:hover,
.swiper-control .swiper-button-prev:hover {
    opacity: 1
}

@media only screen and (max-width:992px) {
    .swiper-control .swiper-button-next,
    .swiper-control .swiper-button-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 32px;
        width: 32px
    }
}

.swiper-control .swiper-button-next--square,
.swiper-control .swiper-button-prev--square {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 5rem;
    overflow: hidden;
    width: 5rem
}

.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-next--square::before,
.swiper-control .swiper-button-prev--square::after,
.swiper-control .swiper-button-prev--square::before {
    content: '';
    background: #f8f8f8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-prev--square::after {
    transform: translate3d(100%, 0, 0)
}

.swiper-control .swiper-button-next--square::before,
.swiper-control .swiper-button-prev--square::before {
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-next--square:hover::before,
.swiper-control .swiper-button-prev--square::after,
.swiper-control .swiper-button-prev--square:hover::before {
    transition: transform .3s cubic-bezier(.72, .16, .345, .875);
    opacity: 1
}

.swiper-control .swiper-button-next--square:hover::after,
.swiper-control .swiper-button-prev--square:hover::after {
    transition: none;
    opacity: 0
}

.swiper-control .swiper-button-next--square:hover::after,
.swiper-control .swiper-button-next--square:hover::before,
.swiper-control .swiper-button-prev--square:hover::after,
.swiper-control .swiper-button-prev--square:hover::before {
    transform: translate3d(0, 0, 0)
}

.swiper-control .swiper-button-prev {
    left: 0
}

.swiper-control .swiper-button-next {
    right: 0
}

@media only screen and (max-width:992px) {
    .swiper-control .swiper-button-prev {
        left: 3rem
    }
    .swiper-control .swiper-button-next {
        right: 3rem
    }
}

@media only screen and (max-width:580px) {
    .swiper-control .swiper-button-next--square,
    .swiper-control .swiper-button-prev--square {
        height: 3rem;
        width: 3rem
    }
    .swiper-control .swiper-button-prev {
        left: 1.42rem
    }
    .swiper-control .swiper-button-next {
        right: 1.42rem
    }
}

.slider-nav {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.slider-nav--progress {
    transform: rotate(-90deg)
}

.slider-nav__arrow {
    fill: #f8f8f8
}

.slider-nav__arrow--white {
    fill: #fff
}

.slider-nav__path-progress {
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: circle-progress 3.9s 3s linear infinite
}

.slider-nav__path-progress--gray {
    stroke: #f8f8f8
}

.slider-nav__path-progress--white {
    stroke: #fff
}

.slider-nav__path--gray {
    stroke-width: 1;
    fill: transparent;
    stroke: #8d99a7;
    opacity: .4;
    transition: all .4s cubic-bezier(.455, .03, .515, .955)
}

.slider-nav__path--white {
    stroke: rgba(255, 255, 255, .2);
    fill: transparent
}

.slider-nav:hover .slider-nav__path--gray {
    opacity: 1;
    stroke: #f8f8f8;
    fill: #f8f8f8
}

.slider-nav:hover .slider-nav__path--white {
    opacity: 1;
    stroke: #fff;
    fill: #fff
}

.slider-nav:hover .slider-nav__arrow {
    fill: #fff
}

.slider-nav:hover .slider-nav__arrow--white {
    fill: #f8f8f8
}

@keyframes circle-progress {
    from {
        stroke-dashoffset: 300
    }
    to {
        stroke-dashoffset: 0
    }
}

.swiper-pagination-bullet {
    background: #8d99a7;
    display: block;
    height: 6px;
    margin: 30px 0;
    opacity: 1;
    outline: 0;
    width: 6px
}

.fullheight,
.h--100 {
    height: 100vh
}

@media only screen and (max-width:992px) {
    .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 10px
    }
    .swiper-pagination-num {
        display: none
    }
}

.swiper-pagination-bullet-active {
    background: #f8f8f8
}

.swiper-pagination--white .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 4px rgba(17, 15, 16, .3)
}

.swiper-pagination--white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-num {
    font-size: 3rem;
    font-weight: 300;
    margin-top: -3rem;
    margin-left: 4.25rem;
    position: absolute;
    bottom: auto;
    text-align: left;
    width: auto;
    z-index: 1
}

.container-no-gutters {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.flex-conteiner-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 4.25rem;
    padding-right: 4.25rem
}

@media only screen and (max-width:1500px) {
    .flex-conteiner-fluid {
        padding-left: 3.12rem;
        padding-right: 3.12rem
    }
}

@media only screen and (max-width:580px) {
    .flex-conteiner-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width:2400px) {
    .flex-conteiner-fluid {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

.mw {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto
}

.mt--0 {
    margin-top: 0
}

.mb--0 {
    margin-bottom: 0
}

.mt--2 {
    margin-top: 2rem
}

.mb--2 {
    margin-bottom: 2rem
}

@media only screen and (max-width:580px) {
    .mt--2 {
        margin-top: 1rem
    }
    .mb--2 {
        margin-bottom: 1rem
    }
}

.mt--5 {
    margin-top: 5rem
}

.mb--5 {
    margin-bottom: 5rem
}

@media only screen and (max-width:580px) {
    .mt--5 {
        margin-top: 2.5rem
    }
    .mb--5 {
        margin-bottom: 2.5rem
    }
}

.mt--8 {
    margin-top: 8rem
}

.mb--8 {
    margin-bottom: 8rem
}

@media only screen and (max-width:580px) {
    .mt--8 {
        margin-top: 4rem
    }
    .mb--8 {
        margin-bottom: 4rem
    }
}

.mt--10 {
    margin-top: 10rem
}

.mb--10 {
    margin-bottom: 10rem
}

@media only screen and (max-width:580px) {
    .mt--10 {
        margin-top: 5rem
    }
    .mb--10 {
        margin-bottom: 5rem
    }
}

.tail {
    display: block;
    position: relative;
    padding-left: 12vw
}

.tail::before,
.wrap-bg {
    position: absolute;
    top: 0
}

.tail::before {
    content: '';
    background-color: #fff;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    bottom: 0;
    left: 0;
    width: 10vw
}

.js-image,
.wrap-bg {
    height: 100%;
    width: 100%
}

@media only screen and (max-width:992px) {
    .tail::before {
        width: 0
    }
    .tail {
        padding-left: 0
    }
}

.wrap-bg {
    overflow: hidden
}

.js-image {
    background-size: cover;
    background-position: center
}

.overlay {
    position: relative
}

.overlay--45::before,
.overlay--80::before,
.overlay::before {
    content: '';
    background-color: rgba(17, 15, 16, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.overlay--45::before {
    background-color: rgba(17, 15, 16, .45)
}

.overlay--80::before {
    background-color: rgba(17, 15, 16, .8)
}

.overlay .container {
    position: relative;
    z-index: 1
}

.social {
    line-height: .8
}

.social--floating {
    position: absolute;
    left: 4.25rem;
    bottom: 3.1rem;
    z-index: 1
}

@media only screen and (max-height:768px) {
    .social--floating {
        left: 3.12rem;
        bottom: 2rem
    }
}

.social--right {
    left: auto;
    right: 4.25rem
}

.social__link {
    font-size: .87rem;
    display: inline-block;
    margin-right: 2rem;
    position: relative
}

.case-details,
.itemCard__imageWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box
}

@media only screen and (max-width:580px) {
    .social__link {
        margin-right: 1.07rem
    }
}

.social__link:hover {
    color: #f8f8f8
}

.social__link:last-child {
    margin-right: 0
}

.case-details {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: .93rem;
    z-index: 1
}

.case-details--vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.case-details--vertical .item-details {
    margin-bottom: 1rem
}

@media only screen and (max-width:768px) {
    .case-details .item-details {
        flex: 0 0 100%
    }
    .case-details .item-details:nth-last-child(2) {
        flex: 0 0 60%;
        margin-bottom: 0
    }
    .case-details .item-details:last-child {
        flex: 0 0 40%;
        margin-bottom: -1.87rem
    }
}

@media only screen and (max-width:320px) {
    .case-details .item-details:nth-last-child(2) {
        flex: 0 0 100%
    }
    .case-details .item-details:last-child {
        flex: 0 0 100%;
        margin-top: 1.25rem;
        margin-bottom: 0;
        text-align: left
    }
}

.case-details .item-details__title {
    color: #8d99a7;
    display: block;
    letter-spacing: .1rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.case-details .item-details--end {
    margin-bottom: -2.2rem;
    text-align: right;
    flex: 0 0 35%
}

.case-details .btn-link {
    justify-content: flex-end
}

.slider__case-details {
    flex-wrap: nowrap
}

.slider__case-details .item-details:last-child,
.slider__case-details .item-details:nth-last-child(2) {
    flex: 0 0 100%
}

.itemCard {
    margin-top: 1.87rem;
    padding-right: 8px;
    padding-left: 8px
}

.itemCard__imageWrap {
    display: flex;
    overflow: hidden
}

.itemCard__image {
    max-height: 500px;
    width: 100%
}

@media only screen and (max-width:580px) {
    .case-details {
        font-size: 1rem
    }
    .itemCard {
        margin-top: 1.5rem;
        padding-right: 30px;
        padding-left: 30px
    }
    .itemCard:first-child {
        margin-top: 0
    }
    .itemCard__image {
        height: 300px
    }
}

@media only screen and (min-width:1500px) {
    .itemCard__image {
        max-height: 600px
    }
}

.itemCard__header {
    margin-top: 2rem;
    margin-left: 2rem
}

@media only screen and (max-width:1200px) {
    .itemCard__header {
        margin-left: 1.6rem
    }
}

@media only screen and (max-width:992px) {
    .itemCard__header {
        margin-left: 1.6rem
    }
}

.itemCard__title {
    font-weight: 600;
    margin-bottom: .8rem
}

@media only screen and (max-width:580px) {
    .itemCard__header {
        margin-top: 1.2rem;
        margin-left: 0
    }
    .itemCard__title {
        margin-bottom: 0
    }
}

.item-brand {
    background-color: rgba(199, 201, 209, .09);
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

.item-brand:hover .item-brand__logo {
    transform: scale(1.1)
}

.item-brand__logo {
    transform: scale(1);
    transition: transform .4s cubic-bezier(.72, .16, .345, .875)
}

@media only screen and (max-width:580px) {
    .item-brand {
        margin-bottom: 15px
    }
    .brands-wrap:nth-child(odd) div {
        margin-right: -7.5px
    }
}

.item-project {
    flex: 0 0 46%;
    margin-bottom: 5rem;
    width: 46%;
    overflow: hidden
}

@media only screen and (max-width:1200px) {
    .item-project {
        flex: 0 0 48%;
        margin-bottom: 2.4rem;
        width: 48%
    }
}

@media only screen and (max-width:992px) {
    .item-project {
        margin-bottom: 1.65rem
    }
}

@media only screen and (max-width:768px) {
    .item-project {
        margin-bottom: 3rem;
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (max-width:580px) {
    .item-project {
        margin-bottom: 1rem
    }
}

.item-project:last-child {
    margin-bottom: 0
}

.item-project:hover .item-news__image {
    transform: scale(1.05)
}

.item-project__figure {
    margin: 0
}

.item-project__link {
    height: 100%;
    width: 100%
}

.gutter-sizer {
    width: 8%
}

@media only screen and (max-width:1200px) {
    .gutter-sizer {
        width: 4%
    }
}

.gutter-sizer--3 {
    width: 5%
}

@media only screen and (max-width:1200px) {
    .gutter-sizer--3 {
        width: 8%
    }
    .onHover .title {
        font-size: 1.286rem
    }
}

.onHover {
    background: linear-gradient(to top, rgba(0, 0, 0, .3) 0, transparent 60%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: opacity .9s ease-in-out;
    z-index: 1
}

.onHover:hover {
    opacity: 1
}

.onHover:hover .onHover__details,
.onHover:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.onHover .title,
.onHover__details {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
}

.onHover__details {
    color: #fff;
    padding: 0 2rem;
    transition: all .5s ease-in-out
}

.onHover .title {
    transition: all .5s .1s ease-in-out
}

@media only screen and (max-width:768px) {
    .onHover .title {
        font-size: 1.715rem
    }
}

@media only screen and (max-width:580px) {
    .onHover .title {
        font-size: 1.3rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:1200px) {
    .onHover .client {
        font-size: .86rem
    }
}

.touch .onHover {
    opacity: 1
}

.touch .onHover .title,
.touch .onHover__details {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.header-fullscreen {
    background-color: #f8f8f8;
    color: #fff;
    height: 100vh
}

.header-fullscreen.header-page {
    margin-top: 0
}

.header-fullscreen .btn-link,
.header-fullscreen .item-details__title,
.header-fullscreen .title--overhead {
    color: #fff
}

.header-fullscreen .title--tail::before {
    background-color: #fff
}

.header-page {
    margin-top: 20vh;
    margin-bottom: 2rem;
    padding-bottom: 3rem
}

@media only screen and (max-width:768px) {
    .onHover .client {
        font-size: 1rem
    }
    .header-page {
        margin-top: 9.37rem
    }
}

@media only screen and (max-width:580px) {
    .header-page {
        margin-top: 6rem;
        padding-bottom: 2.14rem
    }
}

.header-page--gutterBottom {
    height: 90vh
}

.flex-center-end,
.header-page__container-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    height: 100%
}

.header-page--half {
    padding-bottom: 0
}

.header-page__container-fluid {
    display: flex;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1500px) {
    .header-page__container-fluid {
        padding-left: 3.12rem;
        padding-right: 3.12rem
    }
}

@media only screen and (max-width:580px) {
    .header-page__container-fluid {
        padding-left: 1.42rem;
        padding-right: 1.42rem
    }
    .flex-center-end .flex-center__inner {
        text-align: center
    }
}

@media only screen and (min-width:2400px) {
    .header-page__container-fluid {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

.header-page__container-fluid .row {
    align-items: center;
    width: 100%
}

.header-page__description {
    font-size: 1.125rem
}

.flex-center-end {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.image-container,
.video-container {
    height: 45vw;
    position: relative
}

.flex-center-end .flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex: 1
}

.flex-center-end .flex-center__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-top: 5rem;
    width: 100%
}

.image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.image-container--gutters {
    margin-left: 4.25rem;
    margin-right: 4.25rem
}

@media only screen and (max-width:768px) {
    .image-container--gutters {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }
}

@media only screen and (max-width:580px) {
    .image-container--gutters {
        margin-left: .93rem;
        margin-right: .93rem
    }
    .video-container {
        margin-bottom: 1.87rem
    }
}

.image-container--half {
    margin-right: 30%
}

.video-container .video__btn {
    background-color: #f8f8f8;
    box-shadow: 0 0 0 0 #f8f8f8;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    height: 7.5rem;
    letter-spacing: .3rem;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    text-transform: uppercase;
    width: 7.5rem;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    z-index: 2
}

@media only screen and (max-width:992px) {
    .header-page__description {
        padding-bottom: 1.25rem
    }
    .image-container--half {
        margin-right: 0
    }
    .video-container .video__btn {
        height: 5rem;
        letter-spacing: .2rem;
        width: 5rem
    }
}

@media only screen and (max-width:580px) {
    .video-container .video__btn {
        height: 3.75rem;
        letter-spacing: .2rem;
        width: 3.75rem
    }
}

.video-container .video__btn:before {
    content: "PLAY"
}

.video-container .video__btn:hover {
    background-color: #f8f8f8;
    box-shadow: 0 0 0 10px #f8f8f8;
    cursor: none;
}

.video-container .video__btn:focus {
    outline: 0
}

.video-container .video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out;
    transition-duration: .5s
}

.video-container .video__poster::before {
    content: '';
    background: rgba(17, 15, 16, .2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
    width: 100%;
    z-index: 1
}

.video-container .video__poster:hover::before {
    background: rgba(17, 15, 16, 0)
}

.js-video.is-active .video__poster {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.caption-single {
    padding-top: 4rem
}

@media only screen and (max-width:992px) {
    .caption-single {
        padding-top: 3rem
    }
    .num-article {
        margin-bottom: .93rem
    }
}

@media only screen and (max-width:768px) {
    .caption-single {
        padding-top: 2rem
    }
    .gallery-two {
        max-width: 100%;
        padding-left: 1.87rem;
        padding-right: 1.87rem
    }
}

.num-article {
    color: #8d99a7;
    display: inline-block;
    text-transform: uppercase
}

.gallery-two .note,
.page-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box
}

.num-article--light {
    font-weight: 300
}

.slider-article .swiper-slide {
    height: 45vw
}

.gallery-two__item {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    position: relative
}

@media only screen and (max-width:768px) {
    .gallery-two__item {
        margin-left: .62rem;
        margin-right: .62rem
    }
}

@media only screen and (max-width:580px) {
    .caption-single {
        padding-top: 1rem;
        padding-bottom: .5rem
    }
    .gallery-two {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-left: .93rem;
        padding-right: .93rem
    }
    .gallery-two__item {
        margin: .62rem 0
    }
}

.gallery-two__item--irregular {
    width: 50%
}

@media only screen and (max-width:992px) {
    .gallery-two__item--irregular {
        width: 100%
    }
}

.gallery-two__item--irregular-right {
    align-self: flex-end;
    width: 50%
}

@media only screen and (max-width:992px) {
    .gallery-two__item--irregular-right {
        align-self: auto;
        width: 100%
    }
}

.gallery-two__item:first-child {
    margin-left: 0
}

.gallery-two__item:last-child {
    margin-right: 0
}

.gallery-two .note {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    color: #fff;
    font-size: .87rem;
    height: 9.37rem;
    width: 9.37rem;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:580px) {
    .gallery-two .note {
        padding: 1rem 1.5rem
    }
}

.page-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(17, 15, 16, .1);
    margin-top: 4rem;
    padding: 2rem 4.25rem
}

.menu,
.menu-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    width: 100%
}

@media only screen and (max-width:992px) {
    .page-nav {
        margin-top: 3rem;
        padding: 2rem 1.87rem
    }
}

@media only screen and (max-width:768px) {
    .gallery-two .note {
        height: auto
    }
    .page-nav {
        margin-top: 1rem
    }
}

@media only screen and (max-width:580px) {
    .page-nav {
        margin-top: 1.42rem;
        padding: .93rem
    }
}

.page-nav__single {
    margin-top: 6rem;
    padding: 3rem 0 4rem
}

@media only screen and (max-width:580px) {
    .page-nav__single {
        margin-top: 3rem;
        padding: 2rem 0
    }
}

.page-nav .btn-link {
    font-size: .93rem;
    font-weight: 400;
    text-transform: uppercase
}

.award-item {
    margin-bottom: 1rem
}

@media only screen and (max-width:1500px) {
    .award-item {
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .page-nav .btn-link {
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: 0
    }
    .award-item {
        margin-bottom: 1.5rem
    }
    .award-item:first-child {
        margin-top: 1rem
    }
}

@media only screen and (max-width:580px) {
    .award-item:first-child {
        margin-top: 0
    }
    .award-item:last-child {
        margin-bottom: 0
    }
}

.award-item .title {
    margin-bottom: .5rem
}

.menu {
    background: #f8f8f8;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    transition: all 0s .5s cubic-bezier(.645, .05, .355, 1);
    z-index: 1000
}

.menu.menu-show {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(0, 0, 0)
}

.menu.menu-show .menu-inner {
    transform: translateY(0)
}

.menu.menu-show .menu-list__item span {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.menu.menu-show .social {
    opacity: 1
}

.menu.menu-show .navbar {
    background-color: transparent
}

.menu .social {
    align-self: flex-start;
    margin-bottom: 2.5rem;
    margin-left: 4.25rem;
    opacity: 0;
    transition: all .6s 1s cubic-bezier(.72, .16, .345, .875)
}

@media only screen and (max-width:580px) {
    .menu .social {
        margin-bottom: 2rem
    }
}

.menu-inner {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2rem 4.25rem 0
}

.grid-news,
.menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box
}

@media only screen and (max-width:1500px) {
    .menu .social {
        margin-left: 3.12rem
    }
    .menu-inner {
        padding: 2rem 3.12rem 0
    }
}

.menu-list {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

@media only screen and (max-width:768px) {
    .menu .social {
        align-self: center;
        margin-left: 0
    }
    .menu-list {
        overflow: auto;
        text-align: center
    }
}

@media only screen and (max-height:320px) {
    .menu-list {
        justify-content: normal;
        padding: 2.14rem 0 0
    }
}

.menu-list.has-hovered-link .menu-list__item {
    opacity: .1
}

.menu-list.has-hovered-link .menu-list__item:hover {
    opacity: 1
}

.menu-list__item {
    color: #fff;
    font-size: 6.25rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:1500px) {
    .menu-list__item {
        font-size: 5rem
    }
}

@media only screen and (max-width:768px) {
    .menu-list__item {
        margin-top: .62rem;
        font-size: 3.75rem
    }
}

@media only screen and (max-height:350px) {
    .menu-list__item {
        margin-bottom: 1.07rem
    }
}

.menu-list__item:hover {
    color: #fff
}

@media only screen and (max-width:580px) {
    .menu-list__item {
        font-size: 2.25rem
    }
    .menu-list__item:hover {
        opacity: .5
    }
}

.menu-list__item span {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all .6s .64s cubic-bezier(.72, .16, .345, .875)
}

li:nth-child(2) .menu-list__item span {
    transition-delay: .74s
}

li:nth-child(3) .menu-list__item span {
    transition-delay: .84s
}

li:nth-child(4) .menu-list__item span {
    transition-delay: .94s
}

.ef-background {
    background-color: #FCFAF1;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100
}

.ef-background.animated {
    display: block;
    animation: reveal-vertical 1s cubic-bezier(.645, .05, .355, 1) both
}

@keyframes reveal-link {
    0% {
        transform: translateX(-100%)
    }
    10%,
    100% {
        transform: translateX(0)
    }
}

.col--award {
    width: 60%
}

@media only screen and (max-width:768px) {
    .col--award {
        width: 100%
    }
}

.col--clint {
    width: 30%
}

@media only screen and (max-width:768px) {
    .col--clint {
        width: 100%
    }
}

.col--year {
    width: 10%
}

.contact-info {
    font-size: 1.5rem;
    line-height: 1.7
}

@media only screen and (max-width:1200px) {
    .contact-info {
        font-size: 1.2rem;
        line-height: 1.4
    }
}

@media only screen and (max-width:768px) {
    .col--year {
        width: 100%
    }
    .contact-info {
        font-size: 1rem;
        line-height: 1.4
    }
}

.contact-wrap {
    margin-top: 20vh;
    padding-right: 2.26rem
}

@media only screen and (max-width:1200px) {
    .contact-wrap {
        padding-right: 1.25rem
    }
    .contact-wrap .btn {
        width: 100%
    }
    .email-contact {
        margin-top: 1.5rem
    }
}

.map-block {
    height: 100vh;
    margin-right: -4.25rem;
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width:1500px) {
    .map-block {
        margin-right: -3.12rem
    }
}

@media only screen and (max-width:992px) {
    .contact-wrap {
        padding-right: 0
    }
    .map-block {
        height: 50vh;
        margin-right: 0;
        margin-top: 3.12rem;
        margin-bottom: 3.12rem
    }
}

@media only screen and (max-width:580px) {
    .map-block {
        margin-bottom: 15px;
        margin-top: 1.5rem
    }
}

.popover-map-title {
    font-size: 1.2rem;
    margin-top: .2rem;
    margin-bottom: .5rem
}

.popover-map-caption {
    font-weight: 400
}

.filters-title {
    display: inline-flex;
    padding-right: 3.2rem
}

@media only screen and (max-width:992px) {
    .filters-title {
        font-size: .87rem;
        padding-right: 2.5rem
    }
}

@media only screen and (min-width:769px) {
    .filters {
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }
    .filters__item {
        font-size: 1.1rem;
        font-weight: 700;
        padding-right: 3.2rem
    }
    .filters__item:first-child {
        padding-right: 0;
        pointer-events: none
    }
    .filters__item:last-child {
        padding-right: 0
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    .filters__item {
        font-size: 1rem;
        padding-right: 2.5rem
    }
}

@media only screen and (min-width:769px) and (max-width:580px) {
    .filters__item {
        font-size: 1rem;
        padding-right: 2rem
    }
}

@media only screen and (min-width:769px) {
    .filters__item.active .filters__link::before {
        content: '';
        background-color: #f8f8f8;
        height: 2px;
        width: 100%;
        margin-top: -.1rem;
        position: absolute;
        left: 0;
        top: 50%
    }
    .filters__link {
        padding: 0 4px;
        text-decoration: none;
        display: block;
        overflow: hidden;
        position: relative
    }
    .filters__link::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -.5rem;
        width: calc(100% + 1rem);
        background-color: #f8f8f8;
        height: 2px;
        margin-top: -.1rem;
        transform: translateX(-100%)
    }
    .filters__link:hover::after {
        animation: link-hover .8s cubic-bezier(.58, .3, .005, 1) 0s 1
    }
}

@keyframes link-hover {
    0% {
        transform: translateX(-100%)
    }
    50% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}

.select .placeholder {
    display: none
}

@media only screen and (max-width:768px) {
    .select,
    .select .placeholder {
        position: relative;
        display: block
    }
    .select,
    .select.is-open ul {
        display: block
    }
    .select {
        width: 100%;
        color: #fff;
        vertical-align: middle;
        text-align: left;
        user-select: none;
        -webkit-touch-callout: none;
        z-index: 2
    }
    .select .placeholder {
        background-color: #f8f8f8;
        z-index: 1;
        padding: .5rem 1.2rem;
        cursor: none;
    }
    .select .placeholder:hover {
        background-color: rgba(17, 15, 16, .9)
    }
    .select .placeholder:after {
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        font-family: fonticons;
        content: '\e805';
        z-index: 10
    }
    .select.is-open .placeholder:after {
        content: '\e804'
    }
    .select ul {
        display: none;
        position: absolute;
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 60px rgba(17, 15, 16, .1);
        top: 100%;
        left: 0;
        padding: 0;
        z-index: 100;
        max-height: 200px
    }
    .select ul li {
        display: block;
        text-align: left;
        padding: .5rem 1.2rem;
        color: #f8f8f8;
        cursor: pointer
    }
    .select ul li:hover {
        background: rgba(17, 15, 16, .05)
    }
    .select ul li:first-child {
        display: none
    }
    .select ul li a {
        text-decoration: none
    }
}

.grid-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.item-news {
    flex: 0 0 46%;
    margin-bottom: 3rem;
    width: 46%
}

@media only screen and (max-width:1200px) {
    .item-news {
        flex: 0 0 48%;
        width: 48%
    }
}

@media only screen and (max-width:992px) {
    .item-news {
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (max-width:580px) {
    .item-news {
        margin-bottom: 1rem
    }
}

.item-news:last-child {
    margin-bottom: 0
}

.item-news--tree {
    flex: 0 0 30%;
    width: 30%
}

@media only screen and (max-width:1200px) {
    .item-news--tree {
        flex: 0 0 46%;
        width: 46%
    }
}

@media only screen and (max-width:768px) {
    .item-news--tree {
        flex: 0 0 100%;
        width: 100%
    }
    .flex-gallery {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.item-news__media {
    height: 330px;
    overflow: hidden
}

.item-news__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.2, 1, .8, 1)
}

.item-news:hover .item-news__image {
    transform: scale(1.05)
}

.item-news__header {
    padding-top: 1.5rem;
    padding-left: 3.5rem
}

.item-news .date {
    position: relative
}

.item-news .date::before {
    content: '';
    background-color: #8d99a7;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.5rem;
    width: 2rem
}

.item-news__title {
    font-weight: 600;
    margin-top: 1rem
}

@media only screen and (max-width:580px) {
    .item-news__header {
        padding-top: .2rem;
        padding-left: 0
    }
    .item-news__title {
        font-size: 1.4rem;
        margin-top: .5rem
    }
}

.item-news--tree .item-news__header {
    padding-top: 1rem;
    padding-left: 2rem
}

@media only screen and (max-width:580px) {
    .item-news--tree .item-news__header {
        padding-top: .2rem;
        padding-left: 0
    }
}

.item-news--tree .item-news__title {
    font-size: 1.4rem
}

.item-news--tree .date::before {
    left: -2rem;
    width: 1rem
}

.date {
    color: #8d99a7;
    font-size: .85rem;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.hover-line {
    background-image: linear-gradient(to right, #f8f8f8 0, #f8f8f8 100%);
    background-size: 0 2px;
    background-position: 0 95%;
    transition: background-size .25s cubic-bezier(.72, .16, .345, .875) 0s;
    padding: .1% 0
}

.triger-hl:hover .hover-line {
    background-size: 100% 2px
}

.single-news__media {
    margin-bottom: 4rem;
    margin-left: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 100vw
}

@media only screen and (max-width:580px) {
    .single-news__media {
        margin-bottom: 2rem;
        height: 18rem
    }
}

.single-news__image,
.single-news__video {
    height: 45vw;
    width: 100%
}

.flex-gallery-container {
    margin-top: 1.2rem;
    margin-bottom: 4rem
}

@media only screen and (max-width:580px) {
    .flex-gallery-container {
        margin-bottom: .5rem
    }
}

.flex-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 0 -5rem
}

@media only screen and (max-width:992px) {
    .single-news__video {
        height: 50vw
    }
    .flex-gallery {
        margin: 0 -1rem
    }
}

@media only screen and (max-width:580px) {
    .flex-gallery {
        margin: 0
    }
}

.flex-gallery__item {
    flex: 1;
    margin-right: 1rem;
    width: 100%
}

@media only screen and (max-width:992px) {
    .flex-gallery__item {
        margin-right: .62rem;
        margin-bottom: .62rem
    }
}

.flex-gallery__item:last-child {
    margin-right: 0
}

.image-caption {
    color: #8d99a7;
    font-size: .87rem;
    font-style: italic;
    text-align: center;
    padding: 1rem 0
}

.image-caption--two {
    margin-left: calc(-100% - 1rem)
}

@media only screen and (max-width:768px) {
    .image-caption--two {
        margin-left: 0
    }
}

.image-caption--three {
    margin-left: calc(-200% - 2rem)
}

@media only screen and (max-width:768px) {
    .image-caption--three {
        margin-left: 0
    }
}

.scroll-line {
    background: #e5ecea;
    height: 3px;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 1
}

.footer::before,
.share-post::before {
    background-color: #f8f8f8;
    content: ''
}

.share-post {
    margin-top: 1rem;
    padding-top: 2rem;
    position: relative;
    text-align: center
}

.share-post::before {
    height: 1px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 6rem
}

.share-post a {
    display: inline-flex;
    margin: 0 1.5rem
}

.share-post a span {
    font-size: .86rem;
    font-weight: 600;
    line-height: 2.3;
    padding-left: .8rem
}

@media only screen and (max-width:580px) {
    .share-post a {
        margin: 0 1rem
    }
    .share-post a span {
        display: none
    }
}

.footer {
    margin-top: 8rem;
    position: relative
}

@media only screen and (max-width:768px) {
    .footer {
        margin-top: 4rem
    }
}

.footer::before {
    position: absolute;
    height: 100%;
    width: 50%
}

.footer__left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 6rem;
    align-self: center
}

@media only screen and (max-width:992px) {
    .footer__left {
        padding: 5rem 0 4rem
    }
}

@media only screen and (max-width:580px) {
    .footer {
        margin-top: 2rem
    }
    .footer__left {
        padding: 2rem 0 1rem
    }
}

.footer__right {
    padding: 6rem 0 3rem 10vw
}

.listContact {
    margin-bottom: 3rem
}

.listContact .title {
    font-size: 1.125rem
}

@media only screen and (max-width:768px) {
    .footer::before {
        height: 0
    }
    .footer__left {
        background-color: #f8f8f8;
        flex: 0 0 100%;
        max-width: 100%
    }
    .footer__right {
        padding: 3rem 0 0 2rem;
        flex: 0 0 100%;
        max-width: 100%
    }
    .listContact {
        margin-bottom: 2rem
    }
    .listContact .title {
        margin-bottom: .8rem
    }
}

.newsletter-form__row .inputText {
    padding: 1rem 5rem 1rem 1.5rem;
    width: 30vw;
    margin-right: -62px
}

@media only screen and (max-width:768px) {
    .newsletter-form__row .inputText {
        width: 80vw
    }
    #validator-newsletter {
        text-align: center
    }
}

@media only screen and (max-width:580px) {
    .listContact .title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: .6rem
    }
    .newsletter-form__row .inputText {
        padding: 1.1rem 5rem 1.1rem 1.5rem;
        margin-right: -2rem
    }
}

@media only screen and (min-width:1500px) {
    .newsletter-form__row .inputText {
        width: 20vw
    }
}

#validator-newsletter {
    font-size: .89rem;
    font-weight: 300;
    margin-top: 1.2rem
}

.down-up,
.down-up-2 {
    margin-top: -5px;
    overflow: hidden
}

.reveal {
    position: relative;
    overflow: hidden
}

.reveal::after,
.reveal::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.reveal::after {
    background: #fff;
    z-index: 1
}

.touch .reveal::after,
.touch .reveal::before {
    visibility: hidden
}

.reveal.animated::before {
    background: #f8f8f8;
    animation: reveal 2s cubic-bezier(.77, 0, .175, 1) both;
    z-index: 2
}

.reveal.animated::after {
    animation: revealBack 2s cubic-bezier(.77, 0, .175, 1) both
}

@keyframes reveal {
    0% {
        transform: translateX(-100%)
    }
    50% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}

@keyframes revealBack {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}

@keyframes reveal-vertical {
    0% {
        transform: translateY(100%)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.js-text-wave div {
    display: inline-block;
    overflow: hidden
}

.js-text-wave div span {
    display: inline-block;
    transform: translate3d(0, 100%, 0);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.js-text-wave.complete div span {
    transform: translate3d(0, 0, 0)
}

.js-lines-l {
    overflow: hidden
}

.down-up {
    display: block;
    position: relative
}

.down-up span {
    display: block;
    transform: translate3d(0, 100%, 0);
    transition: opacity, transform .75s cubic-bezier(.8, 0, .2, 1)
}

.down-up.animated span {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.down-up-2 {
    display: inline-block
}

.down-up-2 span {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: opacity, transform .8s .4s cubic-bezier(.7, 0, .3, 1)
}

.down-up-2.animated span {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.cursor {
    background-color: #FCFAF1;
    border-radius: 50%;
    display: block;
    position: fixed;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    mix-blend-mode: difference;
    transform: scale(1);
    transition: transform .35s ease-out;
    z-index: 1000
}

@supports not (mix-blend-mode:multiply) {
    .cursor {
        opacity: .7
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .newsletter-form__row .inputText {
        line-height: 1;
        padding: 1.4rem 5rem 1.4rem 1.5rem
    }
    .cursor {
        visibility: hidden
    }
}

.cursor--zoom {
    transform: scale(4)
}

.open .cursor {
    mix-blend-mode: lighten
}

.touch .cursor {
    display: none
}

.cursor--active {
    animation: cursor-active .6s cubic-bezier(.72, .16, .345, .875) both
}

.cursor--active.cursor--zoom {
    animation: cursor-active2 .6s cubic-bezier(.72, .16, .345, .875) both
}

@keyframes cursor-active {
    0% {
        box-shadow: 0 0 0 0 #e5ecea
    }
    100% {
        box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0)
    }
}

@keyframes cursor-active2 {
    0% {
        box-shadow: 0 0 0 0 #e5ecea
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0)
    }
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.js-block,
.js-lines,
.js-single-line {
    overflow: hidden
}

.medium-zoom-image,
.medium-zoom-overlay {
    z-index: 9999
}