@-moz-keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50px)
    }
}

@-webkit-keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50px)
    }
}

@-o-keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50px)
    }
}

@keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50px)
    }
}

@-moz-keyframes arrow__second {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes arrow__second {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-o-keyframes arrow__second {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes arrow__second {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-moz-keyframes arrow__reverse {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(50px)
    }
}

@-webkit-keyframes arrow__reverse {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(50px)
    }
}

@-o-keyframes arrow__reverse {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(50px)
    }
}

@keyframes arrow__reverse {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(50px)
    }
}

@-moz-keyframes arrow__reverse_second {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes arrow__reverse_second {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-o-keyframes arrow__reverse_second {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes arrow__reverse_second {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-moz-keyframes arrow__bottom_first {
    0% {
        transform: translate(1px,0)
    }

    100% {
        transform: translate(1px,50px)
    }
}

@-webkit-keyframes arrow__bottom_first {
    0% {
        transform: translate(1px,0)
    }

    100% {
        transform: translate(1px,50px)
    }
}

@-o-keyframes arrow__bottom_first {
    0% {
        transform: translate(1px,0)
    }

    100% {
        transform: translate(1px,50px)
    }
}

@keyframes arrow__bottom_first {
    0% {
        transform: translate(1px,0)
    }

    100% {
        transform: translate(1px,50px)
    }
}

@-moz-keyframes arrow__bottom_second {
    0% {
        transform: translate(1px,-50px)
    }

    100% {
        transform: translate(1px,0)
    }
}

@-webkit-keyframes arrow__bottom_second {
    0% {
        transform: translate(1px,-50px)
    }

    100% {
        transform: translate(1px,0)
    }
}

@-o-keyframes arrow__bottom_second {
    0% {
        transform: translate(1px,-50px)
    }

    100% {
        transform: translate(1px,0)
    }
}

@keyframes arrow__bottom_second {
    0% {
        transform: translate(1px,-50px)
    }

    100% {
        transform: translate(1px,0)
    }
}

*,*:before,*:after {
    box-sizing: border-box
}

html,html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004)
}

html {
    font-size: 18px
}

html,body {
    margin: 0;
    padding: 0
}

body {
    width: 100vw;
    overflow-x: hidden !important
}

svg {
    transition: .3s all linear
}

p {
    margin: 0
}

p:not(:last-child) {
    margin-bottom: 30px
}

[data-whatintent='mouse'] button:focus,[data-whatintent='touch'] button:focus {
    outline: 0
}

.paragraph p+ul {
    margin-top: -10px
}

.paragraph ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0
}

.paragraph ul li {
    position: relative;
    padding-left: 55px
}

.paragraph ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 27px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: currentColor
}

@media screen and (min-width: 768px) {
    .paragraph ul li:before {
        top:15px
    }
}

#app {
    position: relative;
    background-size: 200vw;
    background-repeat: no-repeat;
    background-position: top center
}

#app.has-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 86vw;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5) 0%,#fff 100%)
}

#app.has-bg .bkg-grid {
    z-index: 5;
    mix-blend-mode: multiply
}

#app.has-bg .app__inner {
    position: relative;
    z-index: 10
}

@media screen and (min-width: 768px) {
    #app {
        background-size:150vw
    }

    #app.has-bg:after {
        height: 65vw
    }
}

@media screen and (min-width: 1024px) {
    #app {
        background-size:100vw
    }

    #app.has-bg:after {
        height: 43vw
    }
}

@media screen and (min-width: 1024px) {
    #app.transitioned-page {
        width:100vw;
        height: 100vh
    }
}

.app__inner {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-repeat: no-repeat
}

.block {
    padding-right: 10px;
    padding-left: 10px
}

@media screen and (min-width: 768px) {
    .block {
        padding-right:20px;
        padding-left: 20px
    }
}

@media screen and (min-width: 1024px) {
    .block {
        padding-right:0;
        padding-left: 0
    }
}

.block--left {
    padding-right: 10px;
    padding-left: 0;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .block--left {
        padding-right:20px;
        padding-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .block--left {
        padding-right:0;
        padding-left: 0
    }
}

.block--right {
    padding-right: 0;
    padding-left: 10px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .block--right {
        padding-right:0;
        padding-left: 20px
    }
}

@media screen and (min-width: 1024px) {
    .block--right {
        padding-right:0;
        padding-left: 0
    }
}

.hide-small {
    display: none
}

@media screen and (min-width: 1024px) {
    .hide-small {
        display:inline-block
    }
}

@media screen and (min-width: 1024px) {
    .hide-medium {
        display:none
    }
}

.show-medium {
    display: none
}

@media screen and (min-width: 1024px) {
    .show-medium {
        display:block
    }
}

.hide-visually {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px)
}

.stop-scroll {
    height: 100vh;
    overflow: hidden !important;
    position: fixed
}

@media screen and (min-width: 1024px) {
    .stop-scroll {
        height:auto;
        position: static;
        overflow: hidden !important
    }
}

.img-gradient {
    position: relative
}

.img-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;
    background-image: linear-gradient(314deg,rgba(255,0,0,0.5),rgba(255,0,0,0))
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .img-gradient:after {
        opacity: .25
    }
}

@supports(-ms-ime-align:auto) {
    .img-gradient:after {
        opacity: .25
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.no-scroll-y {
    position: relative;
    height: 100%;
    overflow: hidden
}

.hidden {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .lists-container .list:first-child {
        padding-right:40px
    }

    .lists-container .list:last-child {
        padding: 0 0 0 40px
    }
}

@media screen and (min-width: 1024px) {
    .transitioned-page .page-title {
        opacity:0
    }

    .transitioned-page .page-title div {
        transform: translateX(-100%)
    }
}

.page-title {
    overflow: hidden;
    margin: 0;
    padding-bottom: 20px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.666666666666667rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1;
    color: #fff
}

@media screen and (min-width: 768px) {
    .page-title {
        font-size:4.444444444444445rem
    }
}

.page-title--white {
    color: #fff
}

.page-title--black {
    color: #333745
}

.title {
    margin: 0;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'kepler-std-display',serif;
    line-height: 1em;
    color: #333745
}

.title--level-2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 4.166666666666667rem
}

@media screen and (min-width: 1280px) {
    .title--level-2 {
        font-size:5rem
    }
}

.title--level-3 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 2rem;
    font-family: 'acumin-pro',sans-serif
}

@media screen and (min-width: 1280px) {
    .title--level-3 {
        font-size:2.4rem
    }
}

.title--level-4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.388888888888889rem
}

@media screen and (min-width: 1280px) {
    .title--level-4 {
        font-size:1.666666666666667rem
    }
}

.title--level-4b {
    font-weight: 600;
    font-size: 1.666666666666667rem;
    font-family: 'kepler-std-display',serif
}

@media screen and (min-width: 1280px) {
    .title--level-4b {
        font-size:2rem
    }
}

.title--level-4c {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 2.666666666666667rem;
    font-family: 'acumin-pro',sans-serif
}

@media screen and (min-width: 768px) {
    .title--level-4c {
        font-size:3.333333333333333rem
    }
}

@media screen and (min-width: 1024px) {
    .title--level-4c {
        font-size:2.666666666666667rem
    }
}

@media screen and (min-width: 1280px) {
    .title--level-4c {
        font-size:3.333333333333333rem
    }
}

.title--level-4c--variation {
    font-size: 1.666666666666667rem
}

.title--nav {
    font-size: 1.666666666666667rem
}

.title--paragraph {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.111111111111111rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.2em
}

.title--profile {
    font-weight: 700;
    font-size: 2rem;
    font-family: 'kepler-std-display',serif
}

@media screen and (min-width: 768px) {
    .title--profile {
        font-size:2.66rem
    }
}

.title--font-base {
    font-family: 'acumin-pro',sans-serif
}

.title--white {
    color: #fff
}

.title--gray-light {
    color: #eee
}

.title--no-margin {
    margin: 0
}

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

.title-content {
    margin: 0 0 30px;
    font-size: 1.666666666666667rem;
    color: #333745;
    line-height: 1.2em;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif
}

@media screen and (min-width: 768px) {
    .title-content {
        margin-bottom:50px;
        font-size: 3.333333333333333rem
    }
}

.subtitle-content {
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'kepler-std-display',serif;
    font-size: 1.666666666666667rem;
    color: #333745;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .subtitle-content {
        margin-bottom:30px;
        font-size: 2rem
    }
}

.title-footer {
    margin: 0 0 30px;
    max-width: 240px;
    font-weight: 600;
    font-size: 1.111111111111111rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.2
}

.title-footer--variation {
    margin: 0;
    font-weight: 600;
    font-size: 1.111111111111111rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.3
}

.title-footer-follow {
    margin: 0;
    font-weight: 600;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.3;
    transition: color .8s cubic-bezier(0.19,1,0.22,1)
}

.title-footer-follow:hover {
    color: #333745
}

.pre-title {
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: red
}

.number {
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 13.3rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: red
}

@media screen and (min-width: 1024px) {
    .number {
        font-size:5.33rem
    }
}

@media screen and (min-width: 1280px) {
    .number {
        font-size:11.11111111111111rem
    }
}

.number--small {
    margin-top: 20px;
    font-size: 4.166666666666667rem;
    font-size: .722222222222222rem;
    color: #333745;
    background-color: #fff;
    display: table;
    position: relative
}

@media screen and (min-width: 768px) {
    .number--small {
        font-size:.722222222222222rem
    }
}

@media screen and (min-width: 1024px) {
    .number--small {
        font-size:4.166666666666667rem;
        font-size: .722222222222222rem
    }
}

@media screen and (min-width: 1280px) {
    .number--small {
        font-size:5rem;
        font-size: .722222222222222rem
    }
}

.number--narrow {
    margin-top: 20px;
    font-size: 2rem;
    color: #333745
}

@media screen and (min-width: 768px) {
    .number--narrow {
        font-size:4rem
    }
}

.number--medium {
    font-size: 6rem;
    color: #777;
    opacity: .2
}

@media screen and (min-width: 768px) {
    .number--medium {
        font-size:8.3rem
    }
}

@media screen and (min-width: 1024px) {
    .number--medium {
        font-size:8rem
    }
}

@media screen and (min-width: 1280px) {
    .number--medium {
        font-size:11.11111111111111rem
    }
}

.number--calendar {
    font-size: 6rem
}

@media screen and (min-width: 1024px) {
    .number--calendar {
        font-size:5.33rem
    }
}

@media screen and (min-width: 1280px) {
    .number--calendar {
        font-size:13.3rem
    }
}

.catchphrase {
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 2.66rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #333745
}

@media screen and (min-width: 768px) {
    .catchphrase {
        font-size:5.32rem
    }
}

@media screen and (min-width: 1024px) {
    .catchphrase {
        font-size:5.985rem
    }
}

.nav-title {
    display: block;
    margin: 0 0 20px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    font-size: 2.777777777777778rem;
    line-height: 56px
}

@media screen and (max-width: 1279px) {
    .nav-title {
        font-size:3rem
    }
}

.description {
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    color: #595959;
    line-height: 1.444444444444444rem
}

@media screen and (min-width: 768px) {
    .description {
        font-size:1.111111111111111rem;
        line-height: 1.666666666666667rem
    }
}

.description--black {
    color: #333745
}

.description--red {
    color: red;
    font-family: 'kepler-std-display',serif;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    opacity: 1 !important
}

@media screen and (min-width: 1280px) {
    .description--red {
        line-height:1.944444444444444rem
    }
}

.description--nav {
    color: #333745;
    font-family: 'kepler-std-display',serif;
    font-size: 1.222222222222222rem;
    opacity: 1 !important
}

@media screen and (min-width: 1280px) {
    .description--nav {
        font-size:1.222222222222222rem
    }
}

.headline {
    display: block;
    margin-top: 1.333333333333333rem;
    margin-bottom: 2.222222222222222rem;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #f90000
}

.headline--black {
    letter-spacing: 0;
    font-size: .7rem;
    line-height: 1em;
    color: #333745
}

@media screen and (min-width: 1280px) {
    .headline--black {
        font-size:.7rem
    }
}

.headline--red {
    color: red
}

.headline--no-margin {
    margin: 0
}

.headline--gray {
    font-size: .7rem;
    color: #777
}

@media screen and (min-width: 1280px) {
    .headline--gray {
        font-size:.7rem
    }
}

.headline--narrow {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 2px;
    color: #aaa
}

@media screen and (min-width: 1280px) {
    .headline--narrow {
        font-size:.833333333333333rem
    }
}

.headline--very-narrow {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    color: #aaa
}

@media screen and (min-width: 1280px) {
    .headline--very-narrow {
        font-size:.833333333333333rem
    }
}

.headline--uppercase {
    text-transform: uppercase
}

.headline--centered {
    text-align: center
}

.bkg-text {
    margin: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 9.25925925925926rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: .9em;
    color: #eee
}

@media screen and (min-width: 1280px) {
    .bkg-text {
        font-size:11.11111111111111rem
    }
}

.bkg-text-link {
    margin: 0;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #333745;
    transition: color .4s cubic-bezier(0.19,1,0.22,1)
}

.bkg-text-link:hover {
    color: red
}

.date {
    margin-bottom: 1.111111111111111rem;
    letter-spacing: 1.5px;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000;
    font-family: 'acumin-pro',sans-serif
}

.date--lighter {
    color: #aaa
}

.filter-date {
    margin: 0;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #aaa;
    transition: color .4s cubic-bezier(0.19,1,0.22,1)
}

.filter-date--active {
    color: red
}

@media screen and (min-width: 1024px) {
    .filter-date:hover {
        color:red
    }
}

@media screen and (min-width: 1280px) {
    .filter-date {
        font-size:.866666666666667rem
    }
}

.filter-toggle {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .722222222222222rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #777
}

.info1 {
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.666666666666667rem;
    color: #6d6d6d;
    display: block;
    text-align: left
}

.content-quote .info1 {
    text-align: center;
    font-size: 1rem
}

.info1--menu {
    font-weight: 300;
    font-family: 'acumin-pro',sans-serif;
    color: #fff
}

.info2 {
    margin: 0;
    letter-spacing: .122222222222222rem;
    font-weight: 400;
    font-size: .722222222222222rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1rem;
    color: #777;
    text-align: center
}

.legend {
    margin: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: .722222222222222rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.4em;
    color: #333745
}

.legend .legend__job {
    font-weight: 400;
    color: #777
}

.legend--article {
    font-weight: 400;
    color: #777;
    display: inline-block;
    margin-top: .5rem;
    letter-spacing: 2.2px
}

.paragraph {
    letter-spacing: 0;
    font-weight: 400;
    font-size: .888888888888889rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.333333333333333rem;
    color: #777
}

.paragraph p:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .paragraph p:not(:last-child) {
        margin-bottom:30px
    }
}

.paragraph--white {
    color: #fff
}

.paragraph a,p a {
    text-decoration: none;
    transition: all 400ms ease-in-out
}

.paragraph a:link,p a:link,.paragraph a:visited,p a:visited {
    color: #777;
    border-bottom: 1px solid;
    border-color: #777
}

.paragraph a:hover,p a:hover {
    color: red;
    border-color: #fff
}

.quote-placeholder {
    margin-top: 0;
    margin-bottom: 170px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1.388888888888889rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.2em;
    color: #333745
}

@media screen and (min-width: 768px) {
    .quote-placeholder {
        font-size:1.666666666666667rem
    }
}

.quote-placeholder--white {
    color: #fff
}

.quote {
    position: relative;
    margin: 100px 0 0 0;
    padding-bottom: 50px;
    letter-spacing: initial;
    font-weight: 700;
    font-size: 1.222222222222222rem;
    font-family: 'kepler-std-display',serif;
    line-height: 33px;
    color: #333745;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .quote {
        font-size:1.666666666666667rem
    }
}

.quote:before {
    content: "\2018";
    position: absolute;
    top: -42px;
    left: -13vw;
    font-size: 3.333333333333333rem;
    line-height: 108px
}

@media screen and (min-width: 375px) {
    .quote:before {
        left:0
    }
}

@media screen and (min-width: 768px) {
    .quote:before {
        left:-20px
    }
}

@media screen and (min-width: 1024px) {
    .quote:before {
        top:-43px;
        left: -20px;
        font-size: 5rem
    }
}

@media screen and (min-width: 1280px) {
    .quote:before {
        left:-20px
    }
}

@media screen and (min-width: 1600px) {
    .quote:before {
        left:-20px
    }
}

.quote:after {
    content: "\2019";
    position: absolute;
    bottom: -27px;
    right: -13vw;
    font-size: 3.333333333333333rem;
    line-height: 108px;
    bottom: -20px
}

@media screen and (min-width: 375px) {
    .quote:after {
        right:0
    }
}

@media screen and (min-width: 768px) {
    .quote:after {
        right:-20px
    }
}

@media screen and (min-width: 1024px) {
    .quote:after {
        right:-20px;
        font-size: 5rem
    }
}

@media screen and (min-width: 1280px) {
    .quote:after {
        right:-20px
    }
}

@media screen and (min-width: 1600px) {
    .quote:after {
        right:-20px
    }
}

.quote strong {
    color: red
}

.quote-info {
    font-family: 'acumin-pro-condensed',sans-serif;
    color: red;
    font-size: .888888888888889rem;
    line-height: 24px;
    text-align: right
}

.error,.form-label {
    letter-spacing: 0;
    font-weight: 500;
    font-size: .888888888888889rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: red
}

.error--gray,.form-label--gray {
    color: #777
}

.error {
    font-size: .888888888888889rem
}

.btn {
    margin: 0;
    text-decoration: none;
    color: #333745
}

.btn__wording {
    letter-spacing: 0;
    font-weight: 600;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em
}

.btn--big .btn__wording {
    margin-top: 50px;
    font-size: 1.111111111111111rem;
    margin-bottom: 80px
}

.btn--gray {
    color: #aaa
}

.btn--gray-darker {
    color: #333745
}

.btn--white {
    color: #fff
}

.btn--red {
    color: red
}

.btn--important {
    color: red
}

@media screen and (min-width: 1280px) {
    .btn--important .btn__wording {
        font-size:1.111111111111111rem
    }
}

.footer-site {
    display: block;
    margin: 0;
    border-top: 1px solid #eee;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .7rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #aaa;
    transition: color .8s cubic-bezier(0.19,1,0.22,1)
}

@media screen and (min-width: 768px) {
    .footer-site {
        padding-right:50px;
        padding-left: 50px
    }
}

@media screen and (min-width: 1024px) {
    .footer-site {
        border-top:0;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.footer-site--red {
    color: red
}

.footer-site:hover {
    color: #333745
}

.footer-link {
    display: block;
    font-size: .888888888888889rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.2;
    transition: color .8s cubic-bezier(0.19,1,0.22,1)
}

.footer-link:hover {
    color: #333745
}

.footer-link--bold {
    font-weight: 600
}

.footer-link--bold:hover {
    color: #aaa
}

.tg-link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #333745;
    transition: color .4s cubic-bezier(0.19,1,0.22,1)
}

.tg-link:hover {
    color: red
}

.tg-link span {
    display: inline-block
}

.tg-link--after span:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: calc(100% + 10px);
    height: 2px;
    background: red;
    transition: transform .6s cubic-bezier(0.19,1,0.22,1);
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform
}

.tg-link--after:hover span:after {
    transform: scaleX(1)
}

.scroll-tag {
    margin: 0;
    text-decoration: none;
    color: #333745
}

.scroll-tag__text {
    letter-spacing: 0;
    font-weight: 700;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em
}

.label {
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #333745
}

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

.label--semibold {
    font-weight: 600
}

.label--gray {
    color: #aaa
}

.label--white {
    color: #fff
}

.menu-big-link {
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 2rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 2em;
    color: red
}

@media screen and (min-width: 1280px) {
    .menu-big-link {
        font-size:3.2rem
    }
}

.menu-item {
    text-decoration: none;
    font-weight: 600;
    font-size: .944444444444444rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em
}

@media screen and (min-width: 1024px) {
    .menu-item {
        font-size:.833333333333333rem
    }
}

@media screen and (min-width: 1280px) {
    .menu-item {
        font-size:.944444444444444rem
    }
}

.menu-item--small {
    font-size: .833333333333333rem
}

.input-search {
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 2.66rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #fff
}

@media screen and (min-width: 1280px) {
    .input-search {
        font-size:7.98rem
    }
}

.input-search--gray {
    color: #404040
}

.search-result {
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1.111111111111111rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #777
}

.stock__label {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: .73rem;
    font-family: 'acumin-pro',sans-serif
}

.stock__value {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif
}

.stock__date,.stock__time {
    font-weight: 400;
    font-size: .8rem;
    font-family: 'acumin-pro',sans-serif
}

.stock__current-day-label {
    font-weight: 400;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    color: #777
}

.stock__history-label {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1rem;
    color: #fff
}

.stock__history-date {
    font-weight: 400;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    color: #777
}

.calendar-number {
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 4.166666666666667rem;
    font-family: 'acumin-pro',sans-serif;
    color: #333745
}

@media screen and (min-width: 1024px) {
    .calendar-number {
        font-size:4rem
    }
}

p>a {
    border-bottom: 1px solid #333745;
    text-decoration: none;
    color: #333745;
    transition: all 400ms ease-in-out
}

@media print {
    .menu__entries {
        display: none
    }

    .page-title {
        color: #fff
    }

    #app {
        width: 100% !important
    }
}

.c3 svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent
}

.c3 path,.c3 line {
    fill: none;
    stroke: #000
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid,.c3-event-rect,.c3-bars path {
    shape-rendering: crispEdges
}

.c3-chart-arc path {
    stroke: #fff
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.c3-grid line {
    stroke: #aaa
}

.c3-grid text {
    fill: #aaa
}

.c3-xgrid,.c3-ygrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: gray;
    font-size: 2em
}

.c3-line {
    stroke-width: 1px
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75
}

.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step {
    stroke-width: 2px
}

.c3-target.c3-defocused {
    opacity: .3 !important
}

.c3-region {
    fill: #4682b4;
    fill-opacity: .1
}

.c3-brush .extent {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: 12px
}

.c3-legend-item-hidden {
    opacity: .15
}

.c3-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1
}

.c3-title {
    font: 14px sans-serif
}

.c3-tooltip-container {
    z-index: 10
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    -webkit-box-shadow: 7px 7px 12px -9px #777;
    -moz-box-shadow: 7px 7px 12px -9px #777;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: .9
}

.c3-tooltip tr {
    border: 1px solid #ccc
}

.c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.c3-tooltip td>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.c3-tooltip td.value {
    text-align: right
}

.c3-area {
    stroke-width: 0;
    opacity: .2
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777
}

.c3-chart-arc .c3-gauge-value {
    fill: #000
}

.c3-chart-arc.c3-target g path {
    opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1
}

html.os-html,html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,body.os-dragging * {
    cursor: default
}

.os-host,.os-host-textarea {
    position: relative;
    overflow: visible !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: flex
}

.os-host-flexbox>.os-padding>.os-viewport>.os-content {
    display: flex
}

#hs-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#hs-dummy-scrollbar-size,.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-content-glue {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    direction: inherit !important;
    float: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    outline: 0 none transparent !important;
    overflow: hidden !important;
    resize: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host:after {
    content: ''
}

.os-resize-observer-host>.os-resize-observer,.os-resize-observer-host:after {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer.observed,object.os-resize-observer {
    box-sizing: border-box !important
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer {
    -webkit-animation-duration: .001s;
    animation-duration: .001s;
    -webkit-animation-name: hs-resize-observer-dummy-animation;
    animation-name: hs-resize-observer-dummy-animation
}

.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;
    transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off,.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-scrollbar-auto-hidden,.os-padding+.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.os-host-overflow {
    overflow: hidden !important
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical,.os-theme-none>.os-scrollbar-corner {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px
}

.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner {
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: transparent
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0,0,0,0.4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255,255,255,0.4)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0,0,0,0.55)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255,255,255,0.55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0,0,0,0.7)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(255,255,255,0.7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

@-moz-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@-o-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@media screen and (min-width: 1024px) {
    .activity .page-intro {
        padding-bottom:100px
    }
}

.activity img {
    width: 100%
}

.activity__section {
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .activity__section {
        margin-bottom:80px
    }
}

@media screen and (min-width: 1024px) {
    .activity__section {
        margin-bottom:100px
    }
}

@media screen and (min-width: 1024px) {
    .activity__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.activity-nav__link {
    position: absolute;
    top: 345px;
    width: 12.5vw;
    text-decoration: none;
    color: #333745;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-size: .833333333333333rem;
    line-height: 18px;
    text-align: center;
    transition: .3s color linear
}

.activity-nav__link--prev {
    left: 0
}

.activity-nav__link--next {
    right: 0
}

.activity-nav__link path {
    transition: .3s fill linear
}

.activity-nav__link:hover {
    color: red
}

.activity-nav__link:hover path {
    fill: red
}

.activity-nav__label {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 20px;
    width: 100%;
    transform: translateY(-100%)
}

@media screen and (max-width: 1023px) {
    .activity-nav {
        display:none
    }
}

.main {
    font-family: 'acumin-pro',sans-serif
}

.main h3 {
    margin-bottom: 16px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000
}

.main p:not(:last-child) {
    margin-bottom: 24px
}

@media screen and (min-width: 768px) {
    .main p:not(:last-child) {
        margin-bottom:25px
    }
}

.main img {
    max-width: 100%;
    width: 100%
}

.main .flex {
    display: flex
}

@media screen and (max-width: 1023px) {
    .main .headline {
        margin-bottom:24px
    }
}

@media print {
    .main .headline {
        margin-bottom: 24px
    }
}

.main .image-block {
    height: 100%;
    padding-top: 100%
}

.main .paragraph ul li {
    padding-bottom: 16px
}

.main .paragraph ul li:before {
    top: 12px;
    left: 0;
    background-color: red
}

@media print {
    .main .paragraph ul li:before {
        -webkit-print-color-adjust: exact
    }
}

.main .paragraph li {
    padding-left: 30px
}

.main .paragraph ol {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    counter-reset: counterOl
}

.main .paragraph ol li {
    position: relative
}

.main .paragraph ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: counterOl;
    content: counter(counterOl);
    color: #333745;
    font-size: 1.111111111111111rem;
    font-weight: 600
}

.main .paragraph ul:not(:last-child),.main .paragraph ol:not(:last-child) {
    margin-bottom: 20px
}

.main__section {
    padding: 25px 35px
}

.main__section.only-text .edito-trio__edito-txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0
}

.main__section.only-text .paragraph {
    flex-basis: auto
}

.main__section.has-bg {
    margin: 25px 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    padding: 80px 35px;
    position: relative
}

.main__section.has-bg .cta-citation__txt {
    margin-top: 0;
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    flex-basis: auto
}

.main__section.has-bg .cta-citation__txt .headline {
    margin-top: 0;
    margin-bottom: 80px
}

.main__section.has-bg .cta-citation__txt .cta-citation__title {
    margin-bottom: 40px;
    font-family: 'acumin-pro',sans-serif;
    font-size: 1.777777777777778rem;
    line-height: 2.222222222222222rem
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg .cta-citation__txt .cta-citation__title {
        font-size:2.777777777777778rem;
        line-height: 3.111111111111111rem
    }
}

.main__section.has-bg .cta-citation__txt .cta-citation__title,.main__section.has-bg .cta-citation__txt .paragraph {
    color: #fff
}

.main__section.has-bg .cta-citation__img-citation {
    display: none
}

.main__section.has-bg .btn__wording {
    margin-left: 0;
    padding: 11.5px 6.6%;
    line-height: 22px;
    background-color: red;
    color: #fff;
    font-size: 18px;
    transition: .4s ease
}

.main__section.has-bg .btn__wording:hover {
    background-color: #fff;
    color: #000;
    transition: .4s ease
}

.main__section.has-bg.bg--white .cta-citation__title,.main__section.has-bg.bg--white .paragraph {
    color: #000
}

@media screen and (min-width: 768px) {
    .main__section.has-bg {
        margin:40px 0
    }
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg {
        margin:40px 0;
        padding: 80px 0
    }

    .main__section.has-bg .edito-trio__container {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin: 0 auto
    }

    .main__section.has-bg .edito-trio__container .cta-citation__txt .headline {
        margin-bottom: 48px
    }

    .main__section.has-bg .cta-citation__txt {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%
    }

    .main__section.has-bg .paragraph {
        max-width: 66.6%
    }

    .main__section.has-bg .btn__lines {
        display: none
    }
}

.main__section.has-bg+.footer-block {
    margin-top: -25px
}

@media screen and (min-width: 768px) {
    .main__section.has-bg+.footer-block {
        margin-top:-40px
    }
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg+.footer-block {
        margin-top:-65px
    }
}

.main__section:last-child {
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .main__section {
        padding:40px 35px
    }

    .main__section:last-child {
        padding-bottom: 80px
    }
}

@media screen and (min-width: 1024px) {
    .main__section {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin: 0 auto;
        padding: 40px 0
    }

    .main__section:first-child {
        padding-top: 75px
    }

    .main__section:last-child {
        padding-bottom: 150px
    }
}

@media print {
    .main__section {
        page-break-inside: avoid
    }
}

.main__section img {
    max-width: 100%
}

.main__section-title {
    margin-top: 30px;
    margin-bottom: 24px;
    font-family: 'kepler-std-display',serif;
    font-size: 1.555555555555556rem;
    line-height: 34px;
    color: #000
}

@media screen and (min-width: 1024px) {
    .main__section-title {
        margin-bottom:40px;
        font-size: 2rem;
        line-height: 43px
    }
}

@media print {
    .header-site,.gray-menu,.intro,.bkg-grid,.footer,.breadcrumb {
        display: none !important
    }
}

.contact .main_section-title {
    margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
    .contact .main_section-title {
        margin-bottom:64px
    }
}

.contact .form-label {
    font-weight: 600;
    color: #111;
    font-size: .888888888888889rem
}

.contact .btn {
    background: transparent;
    border: 0;
    padding: 0;
    text-shadow: none
}

@media screen and (min-width: 1024px) {
    .contact__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 25%
    }
}

.contact .form {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem
}

.contact .form__left {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .contact .form__left {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        padding-right: 40px
    }
}

.contact .form__right {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .contact .form__right {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        padding-left: 40px
    }
}

.contact .form-files__title {
    font-family: 'acumin-pro',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem
}

.contact .form-files__names-container {
    padding-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .contact .form-files__names-container {
        padding-top:8px
    }
}

.contact .form-files__names-container .file-loaded {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2.222222222222222rem
}

.contact .form-files__names-container .delete-file {
    display: flex;
    align-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    margin-right: 16px;
    color: #111;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f2f5f7
}

@media screen and (min-width: 1024px) {
    .contact .form-files__names-container .delete-file {
        min-width:auto;
        justify-content: center;
        padding: 0;
        background-color: transparent
    }
}

.contact .form-files__label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #0088ce;
    cursor: pointer
}

.contact .form-files__label:hover span {
    color: #0088ce;
    position: relative;
    z-index: 2
}

.contact .form-files__label:hover .form-files__circle-grow {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 1
}

.contact .form-files__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-right: 16px;
    font-size: 30px;
    color: #fff;
    background-color: #0088ce;
    border-radius: 50%;
    position: relative
}

.contact .form-files__button span {
    position: relative;
    top: -2px
}

.contact .form-files__button .form-files__circle-grow {
    width: 0;
    height: 0;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    transition: .6s ease
}

.contact .form-files__input,.contact .form-files__inputs-container {
    display: none
}

.contact .form__condition-label {
    display: flex;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .contact .form__condition-label {
        align-items:center;
        margin-bottom: 10px
    }
}

.contact .form__condition-label input {
    margin: 7px 16px 0 0;
    min-width: 15px;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border: 2px solid;
    position: relative
}

.contact .form__condition-label input:checked::before {
    content: "";
    width: 4px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 55%;
    background-color: #000;
    transform: rotate(45deg)
}

.contact .form__condition-label input:checked::after {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    right: -1px;
    top: 50%;
    background-color: #000;
    transform: rotate(-45deg)
}

@media screen and (min-width: 1024px) {
    .contact .form__condition-label input {
        margin-top:0
    }
}

.contact .form__mobile-link {
    font-weight: bold;
    font-size: .888888888888889rem;
    line-height: 24px;
    text-decoration: underline;
    color: #000
}

@media screen and (min-width: 1024px) {
    .contact .form__mobile-link {
        display:none
    }
}

.contact .form__submit {
    width: 100%
}

.contact .form__submit .form__submit-button__container {
    display: flex;
    justify-content: flex-start
}

@media screen and (min-width: 1024px) {
    .contact .form__submit .form__submit-button__container {
        justify-content:flex-end
    }
}

.contact .form__submit button {
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #fff;
    background-color: #000;
    transition: .4s ease
}

.contact .form__submit button:hover {
    background-color: red;
    transition: .4s ease
}

.contact .form__wrap {
    width: 100%
}

.contact .form__row {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff
}

.contact .form__row.files {
    margin-top: 12px;
    margin-bottom: 48px
}

@media screen and (min-width: 1024px) {
    .contact .form__row.files {
        margin-top:30px
    }
}

.contact .form__row.hidden {
    display: none
}

.contact .form__row .form__select-arrow {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

@media screen and (min-width: 1024px) {
    .contact .form__row {
        margin-bottom:20px
    }
}

.contact .form__errors {
    margin-top: 10px
}

.contact .form__error {
    display: none;
    opacity: 0;
    margin-bottom: 5px
}

.contact .form__error.condition {
    position: absolute;
    top: -20px
}

.contact .form .g-recaptcha {
    margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
    .contact .form .g-recaptcha {
        margin-bottom:16px
    }
}

.contact .form__sent {
    display: none;
    font-weight: 600;
    line-height: 1em;
    opacity: 0
}

.contact .form__legal {
    font-size: .888888888888889rem;
    line-height: 24px;
    color: #777;
    margin: 0 0 30px
}

.contact .form__input--radio,.contact .form__input--checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.contact .form__input--text,.contact .form__input--textarea,.contact .form__input--select {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
    background: transparent;
    color: #111;
    font-size: .888888888888889rem
}

@media screen and (min-width: 1024px) {
    .contact .form__input--text,.contact .form__input--textarea,.contact .form__input--select {
        font-size:.888888888888889rem
    }
}

.contact .form__input--text:focus,.contact .form__input--textarea:focus,.contact .form__input--select:focus {
    outline: 0
}

.contact .form__input--text::-webkit-input-placeholder,.contact .form__input--textarea::-webkit-input-placeholder,.contact .form__input--select::-webkit-input-placeholder {
    font-weight: 400
}

.contact .form__input--text:-moz-placeholder,.contact .form__input--textarea:-moz-placeholder,.contact .form__input--select:-moz-placeholder {
    font-weight: 400
}

.contact .form__input--text::-moz-placeholder,.contact .form__input--textarea::-moz-placeholder,.contact .form__input--select::-moz-placeholder {
    font-weight: 400
}

.contact .form__input--text:-ms-input-placeholder,.contact .form__input--textarea:-ms-input-placeholder,.contact .form__input--select:-ms-input-placeholder {
    font-weight: 400
}

.contact .form__input--select {
    -webkit-appearance: none;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 400
}

.contact .form__input--select::-ms-expand {
    display: none
}

.contact .form__input--text {
    padding-left: 8px;
    font-weight: 400;
    padding-top: 13px;
    padding-bottom: 10px
}

.contact .form__input--text::-webkit-input-placeholder {
    color: #111
}

.contact .form__input--text:-moz-placeholder {
    color: #111
}

.contact .form__input--text::-moz-placeholder {
    color: #111
}

.contact .form__input--text:-ms-input-placeholder {
    color: #111
}

.contact .form__input--textarea {
    font-family: 'acumin-pro',sans-serif;
    padding: 15px 0 20px 8px;
    height: 170px
}

.contact .form__input--textarea::-webkit-input-placeholder {
    color: #111;
    font-weight: 400
}

.contact .form__input--textarea:-moz-placeholder {
    color: #111;
    font-weight: 400
}

.contact .form__input--textarea::-moz-placeholder {
    color: #111;
    font-weight: 400
}

.contact .form__input--textarea:-ms-input-placeholder {
    color: #111;
    font-weight: 400
}

.contact .radio--fake,.contact .checkbox--fake {
    position: relative;
    display: inline-block;
    margin: -1px 4px 0 0;
    border: 2px solid #000;
    width: 13px;
    height: 13px;
    vertical-align: middle
}

.contact .radio--fake span,.contact .checkbox--fake span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: #000;
    transform: translate(-50%,-50%) scale(0);
    transform-origin: center;
    transition: transform .4s
}

@media screen and (min-width: 1024px) {
    .contact .radio--fake span,.contact .checkbox--fake span {
        width:6px;
        height: 6px
    }
}

.contact .radio--fake {
    border-radius: 50%
}

.contact .radio--fake span {
    border-radius: 50%
}

.contact .form__input--radio:checked+.form__label .radio--fake span,.contact .form__input--checkbox:checked+.form__label .checkbox--fake span {
    transform: translate(-50%,-50%) scale(1)
}

.contact .civility__wrapper {
    position: relative;
    display: inline-block;
    margin-right: 75px;
    cursor: pointer
}

.contact .civility__main-label {
    margin-bottom: 16px
}

.contact .cs-select {
    position: relative;
    border: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 40px;
    height: 55px
}

.contact .cs-select:before {
    content: '';
    position: absolute;
    top: 31%;
    right: 15px;
    width: 11px;
    height: 16px;
    background: transparent url("/static/images/menu-arrow.svg") top left no-repeat;
    transition: transform .2s;
    transform: rotate(-90deg)
}

.contact .cs-select.open .cs-wrapper .cs-list {
    opacity: 1;
    transform: scaleY(1)
}

.contact .cs-select.open:before {
    transform: rotate(90deg)
}

.contact .cs-select.above .cs-wrapper .cs-list {
    position: absolute;
    bottom: 10px;
    left: 0;
    top: auto;
    transform-origin: left bottom 0
}

.contact .cs-select .cs-list {
    position: absolute;
    top: 40px;
    right: -2px;
    left: 0;
    z-index: 2;
    border: 2px solid #000;
    border-top: 0;
    padding: 0;
    max-height: 200px;
    background-color: #fff;
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: all .2s ease-in-out;
    overflow: auto
}

.contact .cs-select .cs-option {
    float: none;
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-size: .833333333333333rem;
    color: #111;
    text-align: left;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.contact .cs-select .cs-option:hover {
    color: #fff;
    background-color: #111
}

.contact .cs-select .cs-option.disabled {
    display: none
}

.contact .cs-select .cs-label {
    font-weight: 600;
    color: #111
}

.contact .grecaptcha-badge {
    visibility: hidden
}

.contact-infos {
    margin: 60px 0 50px;
    font-weight: 600;
    font-family: 'acumin-pro',sans-serif;
    font-size: .833333333333333rem;
    color: #000
}

@media screen and (min-width: 768px) {
    .contact-infos {
        margin:110px 0 100px;
        display: flex
    }

    .contact-infos__left {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }

    .contact-infos__right {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        padding-left: 20px
    }
}

@media screen and (min-width: 1024px) {
    .contact-infos__left {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 40%;
        flex-preferred-size: 40%;
        max-width: 40%
    }

    .contact-infos__right {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 40%;
        flex-preferred-size: 40%;
        max-width: 40%;
        margin-left: 20%;
        padding-left: 0
    }
}

@media screen and (max-width: 1023px) {
    .contact-infos__left {
        margin-bottom:35px
    }
}

.contact-infos__title {
    margin: 0 0 20px;
    font-size: 1.666666666666667rem;
    font-family: 'kepler-std-display',serif;
    line-height: 1.2
}

.contact-infos__section:not(:last-child) {
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .contact-infos__section:not(:last-child) {
        margin-bottom:50px
    }
}

.contact-infos__txt {
    margin-bottom: 20px
}

.contact-infos__info {
    font-size: .722222222222222rem;
    color: #111;
    letter-spacing: 1.5px
}

.contact-infos__info .mail {
    color: #000
}

.contact-infos__info .mail:before {
    content: "direction.communication"
}

.contact-infos__info .mail:after {
    content: "eiffage.com"
}

.governance__section {
    padding-bottom: 45px
}

@media screen and (min-width: 768px) {
    .governance__section {
        padding-bottom:85px
    }

    .governance__section:first-of-type {
        padding-top: 50px
    }
}

@media screen and (min-width: 1024px) {
    .governance__section {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.governance__section-title {
    margin: 0 0 30px;
    font-family: 'kepler-std-display',serif;
    font-size: 1.666666666666667rem;
    color: #333745;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .governance__section-title {
        margin-bottom:45px;
        font-size: 2rem
    }
}

.governance__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.governance__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .governance__item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-bottom: 80px
    }
}

@media screen and (min-width: 1024px) {
    .governance__item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666666666664%;
        flex-preferred-size: 16.666666666666664%;
        max-width: 16.666666666666664%
    }
}

.governance-people img {
    width: 100%
}

.governance-people__name {
    display: block;
    margin: 20px 0 10px;
    color: #333745;
    font-size: 1.111111111111111rem;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 15px
}

@media screen and (min-width: 768px) {
    .governance-people__name {
        margin-top:40px
    }
}

.governance-people__job {
    color: #777;
    letter-spacing: 1.5px;
    font-size: .722222222222222rem;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    line-height: 1.25;
    padding-right: 15px
}

.home {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .home .page-title {
        font-size:2.777777777777778rem
    }
}

.home__content {
    padding: 0 10px
}

@media screen and (min-width: 768px) {
    .home__content {
        padding:0 20px
    }
}

@media screen and (min-width: 1024px) {
    .home__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin: 0 auto;
        padding: 0
    }
}

.home__activity-block {
    margin-top: 100px
}

.home .main__section:not(:last-child) {
    padding-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .home .main__section:not(:last-child) {
        padding-bottom:150px
    }
}

.home .link-wrapper {
    margin: 30px 0
}

.home .join_us .link-wrapper {
    margin-bottom: 0
}

.home .join_us img {
    width: 100%
}

@media screen and (max-width: 1023px) {
    .home .join_us {
        margin-bottom:50px
    }
}

.home .activity-list {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-bottom: 100px;
    background-color: #000
}

@media screen and (min-width: 1024px) {
    .home .activity-list {
        margin-bottom:150px
    }
}

.home .activity-list .activity-block {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%
}

.home .activity-list .activity-block::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""
}

.home .activity-list .activity-block>*:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.home .activity-list .activity-block>*:first-child>img {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .home .activity-list .activity-block {
        width:25%
    }
}

.home .activity-list .activity-block a {
    text-decoration: none
}

.home .activity-list .activity-block a::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    height: inherit;
    background: linear-gradient(180deg,rgba(109,111,114,0) 0%,#000 100%);
    z-index: 1
}

.home .activity-list .activity-block a img {
    width: 100%;
    transition: transform .5s linear
}

.home .activity-list .activity-block a:hover {
    cursor: pointer
}

.home .activity-list .activity-block a:hover .activity-name {
    color: red;
    transition: color 200ms linear
}

.home .activity-list .activity-block a:hover img {
    transform: scale(1.1)
}

.home .activity-list .activity-name {
    font-size: .888888888888889rem;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    z-index: 1;
    line-height: 1.2;
    transition: color 200ms linear;
    max-width: 55%
}

@media screen and (min-width: 768px) {
    .home .activity-list .activity-name {
        font-size:1rem;
        bottom: 35px;
        left: 35px
    }
}

@media screen and (min-width: 1024px) {
    .home .activity-list .activity-name {
        font-size:.833333333333333rem;
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1280px) {
    .home .activity-list .activity-name {
        font-size:1.111111111111111rem;
        bottom: 50px;
        left: 50px
    }
}

.news {
    min-height: 100vh;
    padding-bottom: 60px
}

@media screen and (min-width: 1024px) {
    .news {
        padding-bottom:0
    }
}

.news .page-intro {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .news .page-intro {
        margin-bottom:45px;
        padding-top: 50px
    }
}

@media screen and (min-width: 1024px) {
    .news .page-intro {
        padding-top:150px
    }
}

.news .page-intro__title {
    margin-left: 0
}

.news .page-title {
    padding-bottom: 0;
    font-size: 1.666666666666667rem;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .news .page-title {
        font-size:4.444444444444445rem
    }
}

@media screen and (min-width: 1024px) {
    .news .page-title {
        margin-left:40%
    }
}

.news .news-block {
    position: relative;
    display: block
}

.news .news-block__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 25%;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .news .news-block__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .news .news-block__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 25%
    }
}

.news .news-block__inner ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news .image-block__image {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.news .bkg-text-block {
    margin-top: -20px;
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .news .bkg-text-block {
        margin-top:100px;
        padding-bottom: 70px
    }
}

.news .bkg-text-block__bkg {
    font-size: 3.888888888888889rem
}

@media screen and (min-width: 768px) {
    .news .bkg-text-block__bkg {
        font-size:8.88888888888889rem
    }
}

.news .bkg-text-block__inner {
    padding-top: 65px
}

@media screen and (min-width: 768px) {
    .news .bkg-text-block__inner {
        padding-top:180px
    }
}

.news .btn__wording {
    margin-top: 6px
}

.news .btn__lines {
    margin-bottom: 6px
}

.news-detail .title--level-2 {
    font-size: 2rem;
    line-height: 46px;
    font-family: 'kepler-std-display',serif;
    color: #333745
}

.news-detail .share-block .label {
    color: red
}

.news-detail .share-block svg path {
    fill: red
}

.news-detail__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.news-detail__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .news-detail__content {
        margin-top:140px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%
    }
}

.news-detail .content__intro {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .news-detail .content__intro {
        display:flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: 'middle';
        margin-bottom: 0;
        height: calc(100vh - 260px)
    }
}

@media screen and (min-width: 1024px) {
    .news-detail .content.no-intro {
        margin-top:16vh
    }
}

.news-detail .intro__inner {
    width: 100%
}

.news-detail .content-block {
    margin-bottom: 50px;
    font-size: .833333333333333rem;
    letter-spacing: initial
}

.news-detail .content-video__title {
    color: #fff;
    font-family: 'kepler-std-display',serif;
    font-size: 1.666666666666667rem;
    line-height: 35px;
    font-weight: bold;
    max-width: 70%
}

.news-detail .video-frame-wrapper {
    position: relative;
    overflow: hidden
}

.news-detail .video-frame-wrapper::before {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: ""
}

.news-detail .video-frame-wrapper>*:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.news-detail .video-frame-wrapper>*:first-child>img {
    width: 100%
}

.news-detail .title-paragraph {
    color: #333745;
    font-size: 1.111111111111111rem;
    line-height: 1.2;
    margin-bottom: 20px
}

.news-detail .content-quote .info2 {
    margin-bottom: 50px
}

.news-detail .content-paragraph-btn .link-wrapper {
    margin-top: 30px
}

.news-detail .content-image .image-block {
    margin-bottom: 20px
}

@media screen and (min-width: 1280px) {
    .news-detail .bkg-text-block {
        padding-top:0
    }
}

.news-detail .info1 a {
    color: #333745;
    text-decoration: none
}

.news-detail .image-block__image {
    height: auto
}

.work {
    min-height: 100vh;
    padding-bottom: 60px
}

@media screen and (min-width: 1024px) {
    .work {
        padding-bottom:0
    }
}

.work__body {
    position: relative;
    z-index: 1
}

.work__inner {
    padding-top: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 25%
}

@media screen and (min-width: 768px) {
    .work__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

.work__inner .item__inner .item__text-wrapper {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .work__inner .item__inner .item__text-wrapper {
        margin-bottom:0
    }

    .work__inner .item__inner .item__text-wrapper h2.title.title--level-3.item__title {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 1280px) {
    .work__inner .item__inner .item__text-wrapper {
        margin-bottom:35px
    }

    .work__inner .item__inner .item__text-wrapper h2.title.title--level-3.item__title {
        font-size: 2rem
    }
}

@media screen and (min-width: 1600px) {
    .work__inner .item__inner .item__text-wrapper {
        margin-bottom:50px
    }
}

.work__inner .item__inner .parallax-data {
    color: #777
}

@media screen and (max-width: 767px) {
    .work .item__number.number.number--medium {
        left:-25vw
    }
}

.work__item-group {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
    position: relative
}

.work .page-intro {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-bottom: 0;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) {
    .work .page-intro {
        padding-top:50px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-left: 0;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1024px) {
    .work .page-intro {
        padding-top:150px;
        margin-bottom: 80px
    }
}

.work .page-intro__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%
}

@media screen and (min-width: 768px) {
    .work .page-intro__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.work .page-intro__title {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .work .page-intro__title {
        margin-bottom:30px;
        margin-left: 25%;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .work .page-intro__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%
    }
}

.work .page-intro__inner {
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .work .page-intro__inner .scroll-indicator {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        display: block;
        align-self: flex-end
    }
}

.work .page-intro-scroll__text {
    font-family: 'acumin-pro',sans-serif;
    font-size: 1rem;
    color: #595959;
    margin-bottom: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .work .page-intro-scroll__text {
        font-size:1.111111111111111rem;
        line-height: 1.666666666666667rem
    }
}

.work .page-intro .mobile-scroll {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    padding-top: 60px
}

@media screen and (min-width: 768px) {
    .work .page-intro .mobile-scroll {
        order:1
    }
}

.work .page-intro .page-title {
    line-height: 1;
    font-size: 1.666666666666667rem;
    padding-bottom: 0
}

@media screen and (min-width: 768px) {
    .work .page-intro .page-title {
        font-size:4.444444444444445rem
    }
}

.work .bkg-text-block {
    padding-bottom: 110px
}

@media screen and (min-width: 768px) {
    .work .bkg-text-block {
        margin-top:50px;
        padding-bottom: 70px
    }
}

.work .bkg-text-block__inner {
    padding-top: 85px
}

@media screen and (min-width: 768px) {
    .work .bkg-text-block__inner {
        padding-top:190px
    }
}

@media screen and (min-width: 1280px) {
    .work .bkg-text-block__inner {
        padding-top:230px
    }
}

@media screen and (min-width: 768px) {
    .work .bkg-text-block__text {
        top:47%
    }
}

@media screen and (min-width: 1280px) {
    .work .bkg-text-block__text {
        top:39%
    }
}

@media screen and (min-width: 1024px) {
    .view--mozaic .work__item-group {
        flex-direction:row-reverse;
        justify-content: flex-end;
        text-align: 'end';
        margin-bottom: 100px;
        padding-top: 25vw
    }

    .view--mozaic .work .work__item:nth-child(1),.view--mozaic .work .work__item:nth-child(5) {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%;
        margin-left: 12.5%
    }

    .view--mozaic .work .work__item:nth-child(2),.view--mozaic .work .work__item:nth-child(3),.view--mozaic .work .work__item:nth-child(6) {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 12.5%
    }

    .view--mozaic .work .work__item:nth-child(4) {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 25%
    }

    .view--mozaic .work .work__item:nth-child(7) {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 50%
    }

    .view--mozaic .work .work__item:nth-child(8) {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%;
        margin-left: 25%
    }

    .view--mozaic .work .work__item:nth-child(1) {
        top: -25vw;
        margin-bottom: -25vw;
        padding-bottom: 25vw
    }

    .view--mozaic .work .work__item:nth-child(3) {
        top: -13vw;
        margin-bottom: -13vw;
        padding-bottom: 20vw
    }

    .view--mozaic .work .work__item:nth-child(5) {
        padding-bottom: 8vw
    }

    .view--mozaic .work .work__item:nth-child(6) {
        margin-top: 20vw;
        margin-bottom: -20vw
    }

    .view--mozaic .work .work__item:nth-child(7) {
        padding-bottom: 8vw
    }

    .view--mozaic .work .work__item.work__item--last {
        margin: 0 12.5% 0 auto
    }
}

.view--mozaic .work .btn__wording {
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .view--list .work__inner {
        display:flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap
    }

    .view--list .work__item-group {
        display: block;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 25%
    }

    .view--list .work .paragraph {
        margin: 0;
        line-height: 1.5rem
    }
}

@media screen and (min-width: 1024px) and (min-width:1024px) and (max-width:1200px) {
    .view--list .work .item__text-wrapper .title {
        margin-bottom:0;
        font-size: 1.1rem !important
    }

    .view--list .work .paragraph {
        font-size: .7rem;
        line-height: 1.2rem
    }
}

@media screen and (min-width: 1024px) and (min-width:1280px) and (max-width:1400px) {
    .view--list .work .item__text-wrapper .title {
        font-size:1.6rem !important
    }
}

@media screen and (min-width: 1024px) and (min-width:1201px) and (max-width:1550px) {
    .view--list .work .item__text-wrapper .title {
        margin-bottom:5px
    }

    .view--list .work .paragraph {
        font-size: .75rem;
        line-height: 1.3rem
    }
}

.work-detail__container {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .work-detail__container {
        margin-top:18.125vw
    }
}

.work-detail .bkg-text__content .bkg-text--all {
    margin-right: 20px
}

.work-detail .bkg-text__content .bkg-text__arrow {
    margin-right: 20px
}

.work-detail .bkg-text__content .bkg-text__arrow:last-child {
    margin-right: 0;
    margin-left: 20px
}

.work-detail .bkg-text-link:hover path {
    fill: red
}

.work-detail .bkg-text-link.link--previous:hover path.arrow__path--first {
    animation: arrow 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.work-detail .bkg-text-link.link--previous:hover path.arrow__path--second {
    animation: arrow__second 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.work-detail .bkg-text-link.link--next:hover path.arrow__path--first {
    animation: arrow__reverse 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.work-detail .bkg-text-link.link--next:hover path.arrow__path--second {
    animation: arrow__reverse_second 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.work-detail__container__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .work-detail__container__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.work-detail .module__slider {
    margin-top: 50px
}

@media screen and (min-width: 1024px) {
    .work-detail .module__slider {
        margin-top:150px
    }
}

.work-detail .module__slider .title {
    margin-bottom: 20px
}

.professions .breadcrumb {
    display: none
}

@media screen and (min-width: 1024px) {
    .professions .breadcrumb {
        display:block
    }
}

.professions .img-wrapper__inner {
    width: 100%
}

.professions .page-intro-scroll {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-bottom: 0;
    flex-wrap: initial
}

@media screen and (min-width: 768px) {
    .professions .page-intro-scroll {
        padding-top:40px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-left: 0;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll {
        padding-top:50px;
        margin-bottom: 100px
    }
}

.professions .page-intro-scroll__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%
}

@media screen and (min-width: 768px) {
    .professions .page-intro-scroll__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.professions .page-intro-scroll__title {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll__title {
        margin-bottom:30px;
        margin-left: 25%;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%
    }
}

.professions .page-intro-scroll__inner {
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll__inner .scroll-indicator {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        display: block;
        align-self: flex-end
    }
}

.professions .page-intro-scroll__text {
    font-family: 'kepler-std-display',serif;
    font-size: 1rem;
    color: #f00 !important;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll__text {
        font-size:1.333333333333333rem;
        line-height: 1.944444444444444rem
    }
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%
    }
}

.professions .page-intro-scroll .mobile-scroll {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    padding-top: 60px
}

@media screen and (min-width: 768px) {
    .professions .page-intro-scroll .mobile-scroll {
        order:1
    }
}

.professions .page-intro-scroll .page-title {
    line-height: 40px;
    font-size: 1.666666666666667rem
}

@media screen and (min-width: 768px) {
    .professions .page-intro-scroll .page-title {
        line-height:90px;
        font-size: 5rem
    }
}

@media screen and (min-width: 1024px) {
    .professions .page-intro-scroll .page-title {
        line-height:110px;
        font-size: 6.666666666666667rem
    }
}

.professions .link-wrapper {
    margin: 30px 0
}

.professions .link-wrapper .btn {
    width: 100%
}

.professions__inner {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.professions__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .professions__item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-bottom: 100px
    }
}

.professions .item__img-wrapper {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.professions .item__img {
    position: relative;
    z-index: 2
}

.professions .item__bkg-text {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    margin-top: -0.6em;
    color: #333745;
    opacity: .1
}

@media screen and (min-width: 1024px) {
    .professions .item__bkg-text {
        left:50%
    }
}

.professions .item__content {
    position: relative;
    z-index: 3;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .professions .item__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 60%;
        flex-preferred-size: 60%;
        max-width: 60%;
        margin-left: 20%
    }
}

.professions .item__catchphrase {
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.666666666666667rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .professions .item__catchphrase {
        margin-top:40px;
        margin-bottom: 50px;
        line-height: 1;
        font-size: 3.333333333333333rem
    }
}

.professions .item__paragraph {
    line-height: 30px;
    margin-bottom: 50px
}

.professions .content__text {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
    .professions .item__bkg-text {
        display:none
    }
}

@media screen and (min-width: 1024px) {
    .professions .professions__item:nth-child(odd) {
        margin-left:12.5%
    }

    .professions .professions__item:nth-child(odd) .item__bkg-text {
        right: -40%;
        left: auto;
        text-align: right
    }

    .professions .professions__item:nth-child(even) {
        margin-left: 25%
    }

    .professions .professions__item:nth-child(even) .item__bkg-text {
        left: -40%
    }
}

.establishments__map {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0
}

.establishments .map__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .establishments .map__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.establishments .map__inner img {
    display: block;
    width: 100%;
    height: auto
}

.establishments #map__iframe {
    width: 100%;
    height: 900px;
    border: 0;
    background: $color__gray--white;
    border: 1px solid #eee
}

.sitemap {
    color: transparent;
    font-family: 'acumin-pro',sans-serif
}

.sitemap__content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 1023px) {
    .sitemap__content {
        flex-direction:column
    }
}

@media screen and (min-width: 1024px) {
    .sitemap .child-page {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 24px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1023px) {
    .sitemap .child-page:first-child span {
        padding-top:0
    }
}

@media screen and (max-width: 767px) {
    .sitemap__link.block {
        padding-left:0;
        overflow: hidden
    }
}

.sitemap a.sitemap__title {
    transition: .3s color linear
}

.sitemap a.sitemap__title:hover {
    color: red
}

.sitemap__title {
    display: block;
    color: #000;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem;
    margin-bottom: 40px
}

@media screen and (max-width: 1023px) {
    .sitemap__title {
        padding:24px 0 0
    }
}

.sitemap__arrow {
    position: absolute;
    top: 10px;
    margin-left: 18px
}

.sitemap__link-group {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.sitemap__link-group a {
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000;
    transition: .3s color linear;
    padding-left: 0;
    font-weight: normal
}

.sitemap__link-group a:hover {
    color: red
}

.sitemap__link-group .sitemap__link-sub-group {
    list-style-type: none;
    padding-left: 15px
}

.sitemap__link-group .sitemap__link-sub-group li {
    position: relative;
    padding: 4px 0;
    margin-bottom: 0
}

.sitemap__link-group .sitemap__link-sub-group li:first-child {
    padding: 8px 0 4px
}

.sitemap__link-group li {
    line-height: 1.333333333333333rem;
    margin-bottom: 16px
}

.sitemap__link-title {
    font-weight: 500;
    font-size: .888888888888889rem;
    color: #000;
    position: relative;
    cursor: pointer;
    padding-bottom: 0
}

.sitemap a {
    text-decoration: none
}

.sitemap__link-sub-group {
    display: none
}

@media screen and (min-width: 768px) {
    .legals__inner {
        padding-top:50px
    }
}

@media screen and (min-width: 1024px) {
    .legals__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 12.5%;
        padding-top: 100px
    }
}

.legals__section {
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .legals__section {
        padding-bottom:90px
    }
}

.bkg-grid {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.bkg-grid__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 35px;
    padding-left: 35px;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 1024px) {
    .bkg-grid__inner {
        padding-right:0;
        padding-left: 0
    }
}

.bkg-grid__stripe {
    flex: 1 1 auto;
    max-width: 100%;
    border-right: 1px solid #eee;
    transform-origin: top
}

.bkg-grid__stripe:first-child {
    border-left: 1px solid #eee
}

@media screen and (min-width: 1024px) {
    .bkg-grid__stripe:first-child {
        border-left:0
    }
}

.intro {
    display: none
}

@media screen and (min-width: 1024px) {
    .intro {
        position:fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        overflow: hidden;
        display: block;
        width: 100vw;
        height: 100vh
    }

    .intro__out {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .intro__stripe {
        position: relative;
        overflow: hidden;
        flex: 1 1 auto;
        max-width: 100%;
        transform-origin: center
    }

    .intro .stripe__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff
    }

    .intro__in {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background: #fff
    }
}

.controls {
    padding-right: 25px;
    padding-left: 25px
}

.controls__inner {
    display: inline-block;
    width: 100%;
    text-align: center
}

.controls__arrow {
    display: block;
    width: 26.91px;
    height: 14px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding: 0;
    border: 0;
    background: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition: opacity .4s ease
}

.controls__arrow:not(.disabled):hover path {
    fill: red
}

.controls__arrow--right {
    transform: scaleX(-1)
}

.controls__arrow.disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.activity .controls__arrow {
    margin-bottom: 0
}

.activity .controls__arrow:first-child {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .controls__arrow:not(.disabled):hover path {
        fill:red
    }

    html:not([data-whatinput="touch"]) .controls__arrow:not(.disabled):hover .controls__icons {
        animation: arrow 1s cubic-bezier(0.19,1,0.22,1) infinite
    }
}

.controls__icons {
    width: 73.82px;
    display: inline-block;
    position: relative
}

.controls__arrow-icon+.controls__arrow-icon {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateX(100%)
}

@-moz-keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@-webkit-keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@-o-keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes arrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.header-site {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 15px 20px;
    background-color: #fff
}

@media screen and (max-width: 1023px) {
    .header-site {
        height:58px
    }
}

.header-site.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw
}

@media screen and (max-width: 1023px) {
    .header-site.is-fixed.is-fixed-mobile {
        z-index:100
    }

    .header-site.is-fixed.is-fixed-mobile .nav-wrap {
        top: 56px
    }
}

.header-site button {
    border: 0;
    background: 0;
    -webkit-appearance: none
}

.header-site button:focus {
    outline: 0
}

@media screen and (max-width: 1023px) {
    .header-site.is-fixed-mobile {
        top:0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 11
    }

    .header-site.is-fixed-mobile .nav-wrap {
        top: 96px
    }
}

.header-site__search {
    position: relative;
    top: 1px;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.header-site__search path {
    transition: .3s all linear
}

.header-site__search:hover path {
    fill: red
}

.header-site__search:focus {
    outline: 0
}

.header-site__contact {
    margin: 0 15px;
    text-decoration: none
}

.header-site__contact path {
    transition: .3s all linear
}

.header-site__contact:hover path {
    fill: red
}

@media screen and (min-width: 1024px) {
    .header-site__contact {
        display:inline-block;
        position: relative;
        top: 3px;
        margin: 0 0 0 25px
    }
}

.header-site .is-active path {
    fill: red
}

@media screen and (min-width: 1024px) {
    .header-site {
        padding:0 20px
    }
}

@media screen and (min-width: 1280px) {
    .header-site {
        padding:0 50px
    }
}

.header-site .burger {
    position: relative;
    z-index: 2;
    cursor: pointer
}

.header-site .burger-wrap {
    padding: 0;
    margin-left: 16px
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 1024px) {
    .nav {
        display:flex;
        margin-right: 10px
    }
}

@media screen and (max-width: 1023px) {
    .nav-wrap {
        position:fixed;
        top: 58px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        overflow: scroll;
        opacity: 0;
        visibility: hidden;
        transition: .3s visibility ease-in
    }
}

@media screen and (min-width: 1024px) {
    .nav-wrap {
        display:flex;
        align-items: flex-start;
        align-self: flex-end
    }
}

.nav ul {
    padding: 0;
    list-style-type: none
}

.nav ul.subnav__nav {
    padding: 0
}

.nav button {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-size: .888888888888889rem;
    transition: .3s color linear;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .nav button:hover {
        color:red
    }
}

.nav button:focus {
    outline: 0
}

.nav a:not(.btn) {
    color: currentColor;
    text-decoration: none;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    transition: .3s color linear
}

@media screen and (min-width: 1024px) {
    .nav a:not(.btn):hover {
        color:red
    }
}

@media screen and (max-width: 1023px) {
    .nav__item {
        display:block
    }

    .nav__item:not(:last-child) {
        border-bottom: 1px solid #eee
    }
}

@media screen and (min-width: 1024px) {
    .nav__item:hover .nav__link:after {
        transform:scaleX(1)
    }

    .nav__item:hover .nav__subnav {
        opacity: 1;
        visibility: visible
    }
}

.nav__link {
    position: relative;
    padding: 20px 50px 20px 20px;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem
}

@media screen and (min-width: 1024px) {
    .nav__link {
        padding:0 15px 30px
    }
}

@media screen and (max-width: 1023px) {
    .nav__link {
        display:flex;
        width: 100%
    }
}

.nav__link:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -1px;
    border-bottom: 2px solid red;
    transform: scaleX(0);
    transition: .3s transform ease-in;
    transform-origin: 0 0
}

.nav__link svg {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4.5px;
    transform: rotate(-90deg) translateY(-50%)
}

@media screen and (min-width: 1024px) {
    .nav__link svg {
        display:none
    }
}

.nav__back {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 40px;
    border-bottom: 1px solid #eee !important;
    text-align: left
}

.nav__back svg {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -4.5px;
    transform: rotate(90deg)
}

@media screen and (min-width: 1024px) {
    .nav__back {
        display:none
    }
}

.subnav {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff
}

@media screen and (max-width: 1023px) {
    .subnav {
        display:none;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 10;
        min-height: calc(100vh - 88px);
        transition: all .8s cubic-bezier(0.19,1,0.22,1)
    }
}

@media screen and (min-width: 1024px) {
    .subnav {
        bottom:-1px;
        padding: 39px 40px 50px 40px;
        transform: translateY(100%);
        box-shadow: 0 20px 30px 0 rgba(0,0,0,0.15);
        transition: .3s opacity linear,0.3s visibility linear;
        opacity: 0;
        visibility: hidden
    }
}

.subnav .home-title {
    display: block;
    margin-bottom: 20px
}

@media screen and (max-width: 1279px) {
    .subnav .home-title {
        font-size:3rem
    }
}

.subnav__intro {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%
}

.subnav__intro .description {
    color: red
}

@media screen and (min-width: 1024px) {
    .subnav__intro .description {
        font-size:1.222222222222222rem;
        line-height: 1.444444444444444rem;
        font-weight: 500;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 70%;
        flex-preferred-size: 70%;
        max-width: 70%
    }
}

@media screen and (min-width: 1024px) {
    .subnav__intro .nav-title {
        font-size:3.222222222222222rem;
        line-height: 3.111111111111111rem;
        font-weight: 700
    }
}

@media screen and (max-width: 1023px) {
    .subnav__intro {
        display:none
    }
}

@media screen and (max-width: 1023px) {
    .subnav__nav li:not(:last-child) {
        border-bottom:1px solid #eee
    }
}

@media screen and (min-width: 1024px) {
    .subnav__nav {
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 262px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-top: 70px;
        margin-bottom: 60px;
        margin: 70px 0 60px;
        column-gap: 0
    }

    .subnav__nav li:not(:last-child) {
        margin-bottom: 16px
    }

    .subnav__nav li {
        -webkit-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid
    }

    .subnav__nav li a {
        font-size: .888888888888889rem;
        line-height: 1.055555555555556rem
    }
}

@media screen and (min-width: 1280px) {
    .subnav__nav {
        margin-top:80px
    }
}

.subnav__nav-link {
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem
}

@media screen and (max-width: 1023px) {
    .subnav__nav-link {
        display:block;
        padding: 20px
    }
}

.subnav__subnav {
    color: #aaa;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem
}

@media screen and (max-width: 1023px) {
    .subnav__subnav li:first-child {
        margin-top:-15px
    }

    .subnav__subnav li:not(:last-child) {
        border-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .subnav__subnav li:not(:last-child) {
        margin-bottom:16px
    }

    .subnav__subnav li:first-child {
        margin-top: 16px
    }
}

@media screen and (max-width: 1023px) {
    .subnav__subnav-link {
        display:block;
        padding: 10px 20px 10px 20px
    }
}

.subnav__push {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-top: 80px;
    display: flex;
    flex-direction: column
}

.subnav__push img {
    width: 100%;
    display: block
}

.subnav__push .img-menu {
    display: flex;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .subnav__push .img-menu {
        max-width:310px
    }
}

.subnav__push .title {
    display: block;
    margin: 24px 0 0;
    line-height: 2rem;
    font-size: 1.666666666666667rem
}

@media screen and (min-width: 1024px) {
    .subnav__push .title {
        max-width:310px
    }
}

.subnav__push a {
    margin-top: 24px
}

@media screen and (min-width: 1024px) {
    .subnav__push a {
        max-width:310px
    }

    .subnav__push a .btn__lines {
        top: 12px
    }

    .subnav__push a .btn__wording {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.222222222222222rem
    }
}

@media screen and (max-width: 1023px) {
    .subnav__push {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 90%;
        flex-preferred-size: 90%;
        max-width: 90%;
        margin: 48px 40px
    }
}

.nav .subnav__nav .subnav__subnav-link {
    font-weight: 400;
    color: #878787;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem
}

.sup-header {
    position: relative;
    z-index: 50;
    font-weight: 500;
    font-size: .666666666666667rem;
    font-family: 'acumin-pro',sans-serif;
    color: #fff;
    background-color: #232323
}

@media screen and (min-width: 1024px) {
    .sup-header {
        background-color:#000
    }
}

.sup-header a {
    text-decoration: none;
    color: currentColor;
    transition: .3s color linear
}

.sup-header a:not(.btn):hover {
    color: red
}

.sup-header .headline {
    display: block;
    font-family: 'acumin-pro',sans-serif;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
    .sup-header .headline {
        margin-top:28px;
        font-size: 1.333333333333333rem;
        line-height: 1.611111111111111rem
    }
}

.sup-header button {
    border: 0;
    font-weight: 500;
    font-family: 'acumin-pro',sans-serif;
    font-size: .777777777777778rem;
    background-color: transparent;
    color: #fff;
    transition: .3s color linear;
    cursor: pointer;
    -webkit-appearance: none
}

.sup-header button path {
    transition: .3s all linear
}

.sup-header button:hover {
    color: red
}

.sup-header button:hover path {
    fill: red
}

.sup-header button:focus {
    outline: 0
}

.sup-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.sup-header ul li {
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem
}

.sup-header ul li:last-child {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .sup-header ul li {
        font-size:1rem;
        line-height: 1.222222222222222rem
    }
}

.sup-header__content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 0 20px
}

.sup-header__content>div:first-child {
    display: flex
}

@media screen and (min-width: 1280px) {
    .sup-header__content {
        padding:0 50px
    }
}

@media screen and (max-width: 1023px) {
    .sup-header__col:not(:last-child) {
        margin-bottom:25px
    }
}

@media screen and (min-width: 1024px) {
    .sup-header__col {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.sup-header__lang {
    background-color: #232323;
    color: #aaa;
    font-size: .611111111111111rem;
    letter-spacing: none;
    position: relative;
    z-index: 1000;
    width: 60px
}

.sup-header__lang .open {
    opacity: 1
}

.sup-header__lang .arrows {
    display: flex
}

.sup-header__lang .dropdown-content {
    height: 0;
    overflow: hidden;
    align-items: center;
    min-width: 60px;
    background-color: #232323;
    position: absolute;
    top: 20px
}

@media screen and (min-width: 1024px) {
    .sup-header__lang .dropdown-content {
        background-color:#000
    }
}

.sup-header__lang .col-lang {
    flex-direction: column;
    display: flex;
    width: 80%;
    margin-left: 11px;
    padding-bottom: 5px
}

.sup-header__lang .col-lang a:hover {
    color: #fff
}

.sup-header__lang:hover {
    cursor: pointer
}

.sup-header__lang .dropbtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%
}

.sup-header__lang .dropbtn a,.sup-header__lang .dropbtn span {
    font-size: .666666666666667rem
}

.sup-header__lang .dropbtn a:hover,.sup-header__lang .dropbtn span:hover {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .sup-header__lang {
        background-color:#000
    }
}

.sup-header__btn {
    font-size: .777777777777778rem;
    margin-right: 63px;
    font-weight: 500;
    color: #fff
}

.sup-header__btn:hover span:after {
    border-color: #f00 transparent transparent transparent
}

@media screen and (max-width: 767px) {
    .sup-header__btn {
        margin-left:-20px
    }
}

.sup-header__more {
    position: relative;
    overflow: hidden;
    height: 0;
    font-size: .833333333333333rem
}

.sup-header__more li:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (min-width: 1024px) {
    .sup-header__more li:not(:last-child) {
        margin-bottom:24px
    }
}

@media screen and (max-width: 1023px) {
    .sup-header__more {
        padding:0 35px
    }
}

.sup-header__more-inner {
    position: relative;
    padding: 0
}

@media screen and (min-width: 1024px) {
    .sup-header__more-inner {
        display:flex;
        padding: 24px 0 48px;
        width: 78%;
        margin: auto
    }
}

@media screen and (min-width: 1024px) {
    .sup-header__group-sites,.sup-header__countries {
        column-count:2
    }

    .sup-header__group-sites.single-col,.sup-header__countries.single-col {
        column-count: 1
    }
}

.basic-menu {
    display: flex;
    align-items: center;
    position: fixed;
    height: 80px;
    z-index: 10;
    width: 100vw;
    padding: 15px 20px;
    transition: all .8s cubic-bezier(0.19,1,0.22,1)
}

@media screen and (min-width: 1024px) {
    .basic-menu {
        padding:15px 50px
    }
}

.basic-menu.menu img {
    width: 140px;
    height: auto;
    filter: brightness(0) invert(1)
}

@media screen and (min-width: 1024px) {
    .basic-menu.menu img {
        width:150px
    }
}

.basic-menu.menu svg {
    width: 140px;
    height: auto;
    padding: 0
}

.basic-menu.menu svg path {
    fill: #fff;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .basic-menu.menu svg {
        width:150px
    }
}

.basic-menu a {
    display: flex
}

.basic-menu.is-fixed {
    position: fixed;
    top: 0;
    background-color: #fff
}

.basic-menu.is-fixed.menu img {
    filter: brightness(1) invert(0)
}

.basic-menu.is-fixed.menu .header-site__logo-upper {
    fill: red
}

.basic-menu.is-fixed.menu .header-site__logo-txt {
    fill: #000
}

.basic-menu .logo-on__scroll {
    display: none
}

.basic-menu ~ .app__inner .main__section.has-bg.home-intro {
    padding: 0 35px
}

.sup-header.is-open+.basic-menu {
    position: relative
}

.sup-header.is-open+.basic-menu.is-fixed {
    position: fixed
}

.sup-header.is-open ~ .basic-menu ~ .app__inner {
    bottom: 80px
}

.btn {
    display: flex
}

.link-wrapper--right .btn {
    justify-content: flex-end
}

.link-wrapper--center .btn {
    justify-content: center
}

@media screen and (max-width: 767px) {
    .btn .link-wrapper {
        justify-content:left
    }
}

.btn:hover {
    cursor: pointer
}

.btn:hover .btn__wording {
    color: red
}

.btn__wording {
    display: inline-block;
    vertical-align: middle;
    transition: color .3s cubic-bezier(0.19,1,0.22,1);
    max-width: calc(100% - 80px);
    margin-left: 0;
    z-index: 1
}

.btn__wording+.btn__lines {
    margin-left: 20px
}

.btn__lines {
    position: relative;
    top: 9px;
    display: inline-block;
    overflow: hidden;
    margin-left: 0;
    width: 50px;
    height: 2px;
    vertical-align: middle
}

.btn__lines+.btn__wording {
    margin-left: 20px
}

.btn--big .btn__lines {
    top: 59px
}

.btn__line {
    will-change: transform;
    display: block;
    width: 50px;
    height: 2px;
    background: #333745
}

.btn__hidden__line {
    will-change: transform;
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 2px;
    background: red
}

.btn__icon {
    margin-right: 10px
}

.btn--left {
    text-align: left
}

.btn--large {
    align-items: flex-end
}

.btn--large .btn__lines {
    top: auto
}

@media screen and (min-width: 768px) {
    .btn--large .btn__lines {
        width:100px;
        height: 2px
    }
}

@media screen and (min-width: 768px) {
    .btn--large .btn__wording {
        font-size:1.111111111111111rem
    }
}

@media screen and (min-width: 768px) {
    .btn--large .btn__line {
        width:100px;
        height: 2px
    }
}

@media screen and (min-width: 768px) {
    .btn--large .btn__hidden__line {
        position:absolute;
        top: 0;
        left: -100px;
        width: 100px;
        height: 2px
    }
}

.btn--gray .btn__line {
    background: #aaa
}

.btn--white .btn__line {
    background: #fff
}

.btn--black {
    color: #333745
}

.btn--black .btn__line {
    background: #333745
}

.btn--red .btn__line {
    background: red
}

.cookie {
    z-index: 30;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 40px 25px 0;
    background: #000
}

.cookie__wrapper {
    width: 80%;
    margin-left: 20px;
    text-align: left
}

@media screen and (min-width: 1024px) {
    .cookie__wrapper {
        margin:0 auto;
        text-align: center
    }
}

.cookie__paragraph {
    color: #fff;
    margin: 0
}

.cookie__paragraph a {
    color: #fff;
    text-decoration: underline
}

.cookie__button {
    position: absolute;
    right: 30px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background: 0;
    border: 0;
    outline: 0
}

.cookie__button .btn_icn {
    position: absolute;
    left: 0;
    height: 2px;
    display: inline-block;
    width: 21px;
    background: #fff;
    transform: rotate(45deg);
    transition: background-color .25s ease
}

.cookie__button .btn_icn:last-child {
    transform: rotate(-45deg)
}

.cookie__button:hover .btn_icn {
    background: red
}

@media screen and (min-width: 1024px) {
    .cookie__button {
        right:7.5%
    }
}

.link-wrapper {
    display: block;
    text-align: left
}

.image-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0
}

.image-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-block__image--content-page {
    top: -50%;
    height: auto
}

@media screen and (min-width: 1024px) {
    .image-block__image--content-page {
        top:0;
        height: 100%
    }
}

.about-block .image-block {
    padding-top: 116.65%
}

.work-block .image-block {
    padding-top: 100%
}

.work-block .image-block--content-page {
    padding-top: 50%
}

@media screen and (min-width: 1024px) {
    .work-block .image-block--content-page {
        padding-top:100%
    }
}

.contact .image-block {
    padding-top: 110%
}

.market-block .image-block,.persona-block .image-block,.news-detail .content__intro .image-block,.work .image-block,.work-detail .text-img__img .image-block,.work-detail .work-detail__quote .image-block,.work-detail .work-detail__module .image-block,.medias .image-block,.stock .image-block,.heritage-slider .image-block {
    padding-top: 100%
}

.news-detail .content-image .image-block {
    padding-top: 58%
}

.news-detail .content-image .image-block--full {
    padding-top: 76%
}

.ambitions .ambition__image .image-block {
    padding-top: 43.8%
}

.work-detail__content .image-block.content__img-1 {
    padding-top: 56.25%
}

.publications .image-block,.professions .image-block {
    padding-top: 56.25%
}

.simple-slider .image-block {
    padding-top: 68.7%
}

.quote-block .image-block,.news-block .image-block {
    padding-top: 106%
}

.news-block .image-block__image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.page-intro-text-image__image .image-block {
    padding-top: 133%
}

.simple-slider {
    position: relative;
    width: calc(100vw - 20px);
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .simple-slider {
        width:calc(100vw - 40px)
    }
}

@media screen and (min-width: 1024px) {
    .simple-slider {
        width:100vw
    }
}

.simple-slider__inner {
    overflow: hidden;
    width: 100%
}

.simple-slider__controls {
    position: absolute;
    left: 0;
    top: calc(50px + 0.5rem);
    z-index: 30;
    padding-top: 68.5%;
    width: 26.4%
}

@media screen and (min-width: 1024px) {
    .simple-slider__controls {
        margin-left:50%;
        padding-top: 0;
        top: 0;
        width: 12.5%
    }
}

.simple-slider .controls__pagination {
    display: none
}

@media screen and (min-width: 768px) {
    .simple-slider .controls__pagination {
        position:absolute;
        top: -50px;
        left: -60px;
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .simple-slider .controls__pagination {
        position:static;
        padding-top: 160px
    }
}

@media screen and (min-width: 1280px) {
    .simple-slider .controls__pagination {
        padding-top:250px
    }
}

.simple-slider .controls__arrows__inner {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 1024px) {
    .simple-slider .controls__arrows__inner {
        display:block;
        margin-top: 120px;
        margin-left: 0;
        text-align: center;
        transform: none
    }
}

.simple-slider .controls__arrow {
    display: block;
    margin: 0 auto 50px;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .simple-slider .controls__arrow {
        display:inline-block;
        margin: 0
    }
}

.simple-slider .controls__arrow .arrow__path--second {
    transform: translateX(50px)
}

.simple-slider .controls__arrow:hover {
    fill: red
}

.simple-slider .controls__arrow:hover path.arrow__path--first {
    animation: arrow 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.simple-slider .controls__arrow:hover path.arrow__path--second {
    animation: arrow__second 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.simple-slider .controls__arrow--right {
    transform: scaleX(-1)
}

@media screen and (min-width: 768px) {
    .simple-slider .controls__arrow--left {
        margin-right:30px
    }
}

@media screen and (min-width: 1024px) {
    .simple-slider .controls__arrow--left {
        margin-right:30%
    }
}

.simple-slider .pagination__slider {
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .simple-slider .pagination__slider {
        position:absolute;
        top: 0;
        left: -24px;
        padding-top: 60px
    }
}

@media screen and (min-width: 1280px) {
    .simple-slider .pagination__slider {
        position:absolute;
        top: 0;
        left: -70px;
        padding-top: 30px;
        width: 140%
    }
}

.simple-slider .pagination__slider__inner {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.simple-slider .pagination__separator {
    margin-top: 40px;
    width: 160px;
    height: 2px;
    background: #333745
}

@media screen and (min-width: 1024px) {
    .simple-slider .pagination__separator {
        margin-top:0;
        width: 50%
    }
}

.simple-slider .pagination__total {
    width: 160px;
    text-align: right
}

@media screen and (min-width: 1024px) {
    .simple-slider .pagination__total {
        width:50%
    }
}

.simple-slider__slides {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.simple-slider__slide {
    float: left;
    width: 100%
}

.simple-slider .slide__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

.simple-slider .slide__content__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 25%
}

@media screen and (min-width: 1024px) {
    .simple-slider .slide__content__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

.simple-slider .slide__content {
    width: 100%;
    position: absolute;
    top: 0
}

.simple-slider .slide__content .btn {
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .simple-slider .slide__content .btn {
        margin-top:50px;
        margin-bottom: 30px
    }
}

.simple-slider .slide__content .btn--gray {
    margin-top: 0;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .simple-slider .slide__content .btn--gray {
        margin-top:0;
        margin-bottom: 0
    }
}

.footer-block {
    padding: 48px 24px;
    background-color: #333;
    border-top: 1px solid rgba(0,0,0,0.06);
    font-family: 'acumin-pro',sans-serif;
    color: #fff
}

@media screen and (min-width: 768px) {
    .footer-block {
        padding:55px 0;
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .footer-block__col:not(:last-child) {
        margin-bottom:40px
    }
}

@media screen and (min-width: 1024px) {
    .footer-block__col {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 14.166666666666666%;
        flex-preferred-size: 14.166666666666666%;
        max-width: 14.166666666666666%;
        padding-right: 0
    }

    .footer-block__col:not(:first-child) {
        margin-left: 2.5%
    }

    .footer-block__col:first-child {
        margin-left: 16.666666666666664%
    }

    .footer-block__col:last-child {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666666666664%;
        flex-preferred-size: 16.666666666666664%;
        max-width: 16.666666666666664%;
        margin-left: 19.166666666666664%
    }

    .footer-block__col:last-child span {
        min-height: 35px
    }
}

.footer-block__title {
    display: block;
    margin: 0 0 16px 0;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (min-width: 1024px) {
    .footer-block__title {
        min-height:55px;
        margin: 0 0 22px 0
    }
}

.footer-block__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-block__list li:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (min-width: 1024px) {
    .footer-block__list li:not(:last-child) {
        margin-bottom:20px
    }
}

.footer-block__list--social {
    display: flex;
    margin: 0 25px 0 0;
    justify-content: space-between
}

.footer-block__list--social li:not(:last-child) {
    margin-bottom: 0
}

.footer-block__list--social .twitter a:hover path {
    fill: #00acee
}

.footer-block__list--social .youtube a:hover path {
    fill: #c4302b
}

.footer-block__list--social .facebook a:hover path {
    fill: #3b5998
}

.footer-block__list--social .instagram a:hover path {
    fill: #c13584
}

.footer-block__list--social .linkedin a:hover path {
    fill: #0e76a8
}

@media screen and (min-width: 1024px) {
    .footer-block__list--social {
        flex-wrap:wrap;
        justify-content: flex-start;
        margin: 0
    }

    .footer-block__list--social li:not(:last-child) {
        margin-bottom: 24px
    }

    .footer-block__list--social li {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }

    .footer-block__list--social li:nth-child(2),.footer-block__list--social li:nth-child(5) {
        text-align: center
    }

    .footer-block__list--social li:nth-child(3) {
        text-align: right
    }
}

@media screen and (max-width: 1023px) {
    .footer-block svg {
        width:35px
    }
}

.footer-block path {
    transition: .3s all linear;
    fill: #fff
}

.footer-block a {
    text-decoration: none;
    color: #ddd;
    line-height: 1.055555555555556rem;
    font-size: .888888888888889rem;
    transition: .3s color linear;
    font-weight: 500
}

.footer-block a:hover {
    color: red
}

.footer-block a:hover path {
    fill: red
}

@media print {
    .footer-block {
        display: none
    }
}

.sur-footer {
    padding: 16px 25px;
    background-color: #000;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    .sur-footer {
        padding:0
    }
}

.sur-footer__list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none
}

.sur-footer__list li:not(:last-child) {
    margin: 0 0 16px 0
}

@media screen and (min-width: 1024px) {
    .sur-footer__list {
        flex-direction:row;
        display: flex;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin: 0 auto;
        align-items: center;
        height: 40px
    }

    .sur-footer__list li:not(:last-child) {
        margin: 0 58px 5px 0
    }

    .sur-footer__list li:last-child {
        margin: 0 0 5px 0
    }
}

.sur-footer__list span {
    font-size: .888888888888889rem;
    color: #ddd
}

.sur-footer__list a {
    text-decoration: none;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    transition: .3s color linear;
    color: #ddd
}

.sur-footer__list a:hover {
    color: red
}

.sur-footer__list a:hover path {
    fill: red
}

@media print {
    .footer-block {
        display: none
    }
}

.page-intro {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: 'bottom'
}

@media screen and (min-width: 768px) {
    .page-intro {
        padding-top:50px
    }
}

@media screen and (min-width: 1024px) {
    .page-intro {
        padding-top:150px
    }
}

.page-intro .scroll-indicator {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%
}

@media screen and (min-width: 1024px) {
    .page-intro .scroll-indicator {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 12.5%;
        flex-preferred-size: 12.5%;
        max-width: 12.5%;
        margin-left: 12.5%
    }
}

.page-intro .page-title {
    padding-bottom: 5px;
    font-size: 1.666666666666667rem;
    color: #333745;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .page-intro .page-title {
        padding-bottom:10px;
        font-size: 4.444444444444445rem
    }
}

.page-intro--publi .page-title {
    padding-bottom: 0
}

.page-intro__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-bottom: 15px;
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .page-intro__title {
        margin-bottom:20px;
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .page-intro__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 25%
    }

    .page-intro__title--sitemap {
        margin-left: 12.5%
    }
}

.page-intro .form__newsletter {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.page-intro .form__newsletter .info1 {
    width: 100%;
    font-family: 'kepler-std-display',serif;
    color: #333745;
    font-size: .888888888888889rem
}

@media screen and (min-width: 1024px) {
    .page-intro .form__newsletter .info1 {
        margin-bottom:0;
        transform: translateY(2px);
        font-size: 1.111111111111111rem;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 60%;
        flex-preferred-size: 60%;
        max-width: 60%
    }
}

.page-intro .form__newsletter .link-wrapper {
    display: block;
    margin-top: 30px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .page-intro .form__newsletter .link-wrapper {
        display:inline-block;
        margin-top: 0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 40%;
        flex-preferred-size: 40%;
        max-width: 40%
    }
}

.page-intro-text {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .page-intro-text {
        padding-top:50px
    }
}

@media screen and (min-width: 1024px) {
    .page-intro-text {
        padding-top:150px;
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1024px) {
    .page-intro-text__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 25%
    }
}

.page-intro-text .page-title {
    padding-bottom: 0
}

@media screen and (min-width: 1024px) {
    .transitioned-page .page-intro-scroll .page-intro-scroll__text {
        opacity:0
    }
}

.page-intro-scroll {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .page-intro-scroll {
        padding-top:50px;
        padding-bottom: 250px
    }
}

.page-intro-scroll .mobile-scroll {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    padding-top: 60px
}

@media screen and (min-width: 1024px) {
    .page-intro-scroll .mobile-scroll {
        display:none
    }
}

.page-intro-scroll__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .page-intro-scroll__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%;
        margin-bottom: 50px
    }
}

.page-intro-scroll__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .page-intro-scroll__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%
    }
}

.page-intro-scroll__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: 'bottom'
}

.page-intro-scroll__inner .scroll-indicator {
    display: none
}

@media screen and (min-width: 1024px) {
    .page-intro-scroll__inner .scroll-indicator {
        display:block;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .page-intro-scroll__text {
        width:100%
    }
}

.page-intro-text-image {
    padding-top: 100px;
    padding-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image {
        padding-top:100px;
        padding-bottom: 150px
    }
}

.page-intro-text-image__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.page-intro-text-image__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 12.5%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1280px) {
    .page-intro-text-image__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%
    }
}

.page-intro-text-image__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image__image {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1280px) {
    .page-intro-text-image__image {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%
    }
}

.page-intro-text-image .content__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image .content__inner {
        padding-top:16%
    }
}

.page-intro-text-image .content__title {
    position: relative;
    z-index: 10;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image .content__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-left: 33.33%;
        max-width: 150%;
        margin-bottom: 60px
    }
}

.page-intro-text-image .content__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

.page-intro-text-image .text__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: 'bottom'
}

.page-intro-text-image .text__scroll {
    display: none
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image .text__scroll {
        display:block;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }
}

.page-intro-text-image .text__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .page-intro-text-image .text__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        padding-right: 50px
    }
}

.page-intro-detail {
    position: relative;
    margin-top: 85px;
    margin-bottom: 95px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: 'bottom'
}

@media screen and (min-width: 768px) {
    .page-intro-detail {
        margin-top:120px;
        margin-bottom: 120px
    }
}

@media screen and (min-width: 1024px) {
    .page-intro-detail {
        margin-top:200px;
        margin-bottom: 100px
    }
}

.page-intro-detail__back {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    height: 100%
}

@media screen and (min-width: 768px) {
    .page-intro-detail__back {
        margin-bottom:80px
    }
}

@media screen and (min-width: 1024px) {
    .page-intro-detail__back {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 12.5%;
        flex-preferred-size: 12.5%;
        max-width: 12.5%;
        margin-left: 12.5%;
        margin-bottom: 0
    }
}

.page-intro-detail .back__inner {
    text-decoration: none
}

@media screen and (min-width: 1024px) {
    .page-intro-detail .back__inner {
        position:absolute;
        top: 0;
        left: 12.5%
    }
}

.page-intro-detail .back__arrow {
    margin-right: 20px;
    fill: #aaa;
    transform: rotate(90deg)
}

.page-intro-detail .scroll-indicator {
    display: none
}

@media screen and (min-width: 1024px) {
    .page-intro-detail .scroll-indicator {
        display:block;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 12.5%;
        flex-preferred-size: 12.5%;
        max-width: 12.5%
    }
}

.page-intro-detail__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .page-intro-detail__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%
    }
}

.page-intro-detail .page-title {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .page-intro-detail .page-title {
        margin-bottom:40px
    }
}

.bkg-text-block {
    margin-top: 50px;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .bkg-text-block {
        margin-top:150px;
        margin-bottom: 0
    }
}

.bkg-text-block__inner {
    position: relative;
    padding-top: 170px;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .bkg-text-block__inner {
        padding-top:215px
    }
}

.bkg-text-block__bkg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 3.888888888888889rem
}

@media screen and (min-width: 768px) {
    .bkg-text-block__bkg {
        font-size:8.88888888888889rem
    }
}

.bkg-text-block__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    font-size: .833333333333333rem
}

.bkg-text-block__text .arrow__path--second {
    transform: translateY(50px)
}

.bkg-text-block__text:hover svg g.arrow__path--first {
    animation: arrow__bottom_first 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.bkg-text-block__text:hover svg g.arrow__path--second {
    animation: arrow__bottom_second 1s cubic-bezier(0.19,1,0.22,1) infinite
}

.bkg-text-block__text:hover svg rect {
    fill: red
}

.bkg-text-block__text:hover svg path {
    stroke: red
}

.bkg-text-block__arrow {
    margin-right: 20px;
    transform: translateY(10px);
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .transitioned-page .scroll-indicator:not(.mobile) {
        opacity:0
    }
}

.scroll-indicator {
    text-align: center
}

.scroll-indicator .scroll-tag__text {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    transform: rotate(-90deg) translate(20px)
}

.scroll-indicator .scroll-tag__arrow {
    margin-right: auto;
    margin-left: auto;
    display: block;
    overflow: hidden
}

.action-block {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .action-block {
        margin-bottom:150px
    }
}

.action-block__container {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .action-block__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%;
        flex-direction: row
    }
}

.action-block__container-wrapper {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .action-block__container-wrapper {
        margin-bottom:0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        flex-basis: 50.5%
    }
}

.action-block .link-wrapper {
    display: flex;
    justify-content: flex-end
}

.action-block img {
    width: 100%;
    height: auto
}

@media screen and (min-width: 1024px) {
    .action-block img {
        height:100%;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-left: 16.65%
    }
}

.action-block .btn__wording {
    max-width: 100%;
    margin-bottom: 5px
}

.action-block .paragraph {
    display: block
}

.action-block .date {
    font-size: .722222222222222rem
}

.figures-block {
    padding-bottom: 50px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .figures-block {
        padding-bottom:150px
    }
}

.figures-block__footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

@media screen and (min-width: 1024px) {
    .figures-block__footer {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-top: 65px
    }
}

.figures-block__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12.5vw;
    z-index: 10;
    margin-top: 74px;
    background-color: #fff;
    opacity: .7;
    display: none
}

@media screen and (min-width: 1024px) {
    .figures-block__sidebar {
        display:block
    }
}

.figures-block__sidebar--left {
    left: 0
}

.figures-block__sidebar--right {
    right: 0
}

@media screen and (max-width: 1023px) {
    .figures-block__container {
        padding-bottom:50px
    }
}

@media screen and (min-width: 1024px) {
    .figures-block__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 87.5%;
        flex-preferred-size: 87.5%;
        max-width: 87.5%;
        margin: 0 12.5%
    }
}

.figures-block__content {
    position: relative;
    min-height: 115px
}

.figures-block__inner {
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .figures-block__inner {
        max-width:100%;
        padding-left: 0;
        overflow: visible
    }
}

.figures-block__inner .number {
    color: red;
    margin: -50px 0 0 0;
    padding: 18px 38px
}

.figures-block__inner .paragraph {
    line-height: 1.944444444444444rem;
    font-size: 1.666666666666667rem;
    font-weight: 700;
    font-family: 'kepler-std-display',serif;
    color: #333745;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px !important
}

@media screen and (min-width: 768px) {
    .figures-block__inner .paragraph {
        margin-bottom:20px !important
    }
}

@media screen and (min-width: 1024px) {
    .figures-block__inner .paragraph {
        width:90%;
        margin-bottom: 20px
    }
}

.figures-block__slides {
    list-style-type: none;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    transition: transform .4s ease
}

.figures-block__slides img {
    width: 100%;
    height: auto
}

.figures-block__slide {
    width: calc(100vw - 20px)
}

@media screen and (min-width: 768px) {
    .figures-block__slide {
        width:calc(100vw - 40px)
    }
}

@media screen and (min-width: 1024px) {
    .figures-block__slide {
        width:25vw
    }
}

.figures-block .slide__content {
    flex-grow: 1
}

.figures-block .slide__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: calc(100vw - 20px)
}

@media screen and (min-width: 768px) {
    .figures-block .slide__inner {
        width:calc(100vw - 40px)
    }
}

.figures-block .slide__inner .btn {
    align-items: flex-end
}

.figures-block .slide__inner .btn__lines {
    top: auto
}

@media screen and (min-width: 1024px) {
    .figures-block .slide__inner {
        width:25vw
    }
}

.figures-block__info {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 100%
}

.figures-block__info .info1 {
    margin-right: 20px
}

@media screen and (min-width: 768px) {
    .figures-block__info {
        margin-bottom:10px
    }
}

.figures-block .btn__wording {
    max-width: 100%
}

.figures-slider__controls {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -68px;
    right: 0;
    width: 25vw
}

@media screen and (min-width: 1024px) {
    .figures-slider__controls {
        width:12.5vw
    }
}

.figures-slider__arrow {
    margin: 0;
    cursor: pointer
}

.figures-slider__arrow--left {
    margin-right: 15px
}

.figures-slider__arrow--right {
    margin-left: 15px
}

@media screen and (min-width: 1024px) {
    .missions-block__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.missions-block__container .title--paragraph {
    font-size: 1.111111111111111rem
}

.missions-block__content {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.missions-block__content-wrapper {
    margin-bottom: 50px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .missions-block__content-wrapper {
        display:flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .missions-block__content-wrapper {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.missions-block__icon {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .missions-block__icon {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }
}

.missions-block__icon svg {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1024px) {
    .missions-block__icon svg {
        margin-left:50%;
        transform: translateX(-50%)
    }
}

@media screen and (min-width: 1024px) {
    .missions-block__wrapper {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-bottom: 100px
    }
}

.missions-block__wrapper .title {
    font-size: 2.222222222222222rem
}

.missions-block__wrapper--red {
    background-color: red;
    color: #fff;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .missions-block__wrapper--red {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-left: 33.33%
    }

    .missions-block__wrapper--red .btn {
        display: flex
    }

    .missions-block__wrapper--red .btn__lines {
        top: 9px
    }
}

.missions-block__wrapper--red .title {
    color: #fff;
    font-size: 1.666666666666667rem
}

.missions-block__wrapper--red .btn {
    color: #fff
}

.missions-block__wrapper--red .btn__line {
    background: #fff
}

.missions-block__wrapper--red .btn:hover .btn__wording {
    color: #fff
}

.missions-block__inner-box {
    padding: 50px
}

.missions-block__inner-box .title {
    margin-bottom: 50px
}

.missions-block .btn__wording {
    max-width: 100%;
    margin-bottom: 5px
}

.missions-block .title--paragraph {
    margin-bottom: 50px
}

.missions-block .paragraph {
    display: block
}

.news-block {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .news-block {
        margin-top:60px
    }
}

@media screen and (min-width: 1280px) {
    .news-block {
        margin-top:0
    }
}

.news-block__container {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .news-block__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%;
        margin-bottom: 100px
    }
}

.news-block__content {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .news-block__content {
        margin-bottom:60px
    }
}

@media screen and (min-width: 1024px) {
    .news-block__content {
        flex-direction:row
    }
}

.news-block__wrapper {
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .news-block__wrapper {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 0
    }
}

.news-block .bkg-text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    font-size: 5.555555555555555rem;
    text-align: right;
    display: none;
    color: #404040
}

@media screen and (min-width: 1280px) {
    .news-block .bkg-text {
        display:block
    }
}

.news-block .title,.news-block .paragraph {
    display: block
}

@media screen and (min-width: 1024px) {
    .news-block .title,.news-block .paragraph {
        max-width:80%
    }
}

.news-block .link-wrapper .btn {
    width: 100%
}

.news-block .link-wrapper .btn strong.btn__wording {
    margin-bottom: 5px
}

.news-block__link .btn {
    color: #aaa
}

.news-block__link strong.btn__wording {
    margin-bottom: 5px
}

.news-block__link span.btn__line {
    background: #aaa;
    margin-bottom: -5px
}

.main__section.has-bg.home-intro {
    height: 656px;
    margin: 0;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro {
        height:555px;
        display: flex;
        padding: 0;
        min-height: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .main__section.has-bg.home-intro {
        padding:50px 35px 80px
    }
}

.main__section.has-bg.home-intro .article-header__bg {
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .main__section.has-bg.home-intro .article-header__bg {
        background-position:center right 21%;
        background-size: cover
    }
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro .article-header__bg {
        background-position:center center;
        background-size: auto
    }
}

.main__section.has-bg.home-intro .edito-trio__container {
    align-items: center;
    padding: 45px 0
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro .edito-trio__container {
        padding:100px 0
    }
}

.main__section.has-bg.home-intro .edito-trio__container>div:last-child {
    margin-left: 0
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro .cta-citation__txt .headline {
        margin-bottom:48px
    }
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro .cta-citation__txt .headline.basic-head {
        margin:30px 0 20px
    }
}

@media screen and (max-width: 1023px) {
    .main__section.has-bg.home-intro .cta-citation__txt .headline.basic-head {
        margin:30px 0 25px
    }
}

@media screen and (max-width: 767px) {
    .main__section.has-bg.home-intro .cta-citation__txt .headline.with-text {
        margin-bottom:25px
    }
}

@media screen and (max-width: 767px) {
    .main__section.has-bg.home-intro .cta-citation__txt .headline {
        margin-bottom:224px
    }
}

.main__section.has-bg.home-intro .cta-citation__title {
    margin-bottom: 48px
}

.main__section.has-bg.home-intro .btn__wording {
    text-align: center
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro .btn__wording {
        width:35%
    }
}

@media screen and (max-width: 767px) {
    .main__section.has-bg.home-intro .btn__wording {
        width:100%;
        max-width: 100%
    }
}

.main__section.has-bg.home-intro .js-tg-block-video {
    width: 100%;
    height: 656px;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .main__section.has-bg.home-intro .js-tg-block-video {
        height:auto;
        min-width: 100%;
        min-height: 100%
    }
}

.main__section.has-bg.home-intro .tg-block__video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
    transform: translate(-50%,-50%)
}

.main__section.has-bg.home-intro .tg-block__video:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    background: linear-gradient(rgba(0,29,91,0),#000)
}

.main__section.has-bg.home-intro .article-header__chapo {
    color: #fff
}

.main__section.has-bg.text--black .cta-citation__title {
    color: #000
}

.main__section.has-bg.text--black .btn__wording:hover {
    background-color: #000;
    color: #fff
}

.main__section.has-bg.text--black .article-header__chapo {
    color: #000
}

.container-block {
    position: relative;
    overflow: hidden;
    background: no-repeat #fff;
    background-size: 100% auto
}

.content-header {
    padding-bottom: 50px
}

.content-header .bkg-grid__stripe {
    border-right: 1px solid rgba(255,255,255,0.1)
}

.content-header .bkg-grid__stripe:first-child {
    border-left: 1px solid rgba(255,255,255,0.1)
}

@media screen and (min-width: 1024px) {
    .content-header {
        padding-bottom:150px
    }
}

.content-header .breadcrumb,.content-header__content>div {
    position: relative;
    z-index: 1
}

.content-header__content {
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    background-size: cover
}

.content-header__content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.content-header__content .page-title {
    padding-bottom: 25px
}

@media screen and (min-width: 768px) {
    .content-header__content .page-title {
        padding-bottom:55px
    }
}

@media screen and (min-width: 768px) {
    .content-header__content {
        padding-bottom:180px
    }
}

.content-header__content-wrap {
    padding-top: 30px
}

@media screen and (min-width: 1024px) {
    .content-header__content-wrap {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%;
        padding-top: 50px
    }
}

@media screen and (min-width: 768px) {
    .content-header__content-wrap {
        padding-top:40px
    }
}

.content-header__paragraph {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: .833333333333333rem;
    color: #fff;
    opacity: .6;
    max-width: 100%;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .content-header__paragraph {
        font-size:1.333333333333333rem;
        line-height: 36px
    }
}

.content-header__video {
    position: relative;
    z-index: 10;
    margin: -100px 0 50px
}

@media screen and (min-width: 1024px) {
    .content-header__video {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.content-header__video-thumb {
    position: relative;
    font-size: 0
}

.content-header__video-thumb:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 87%;
    background: linear-gradient(0,#333745 0,rgba(51,55,69,0) 100%);
    opacity: .6
}

@media screen and (max-width: 1023px) {
    .content-header__video-thumb:after {
        display:none
    }
}

.content-header__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7px;
    height: 10px
}

@media screen and (min-width: 1024px) {
    .content-header__video-icon {
        width:14px;
        height: 20px
    }
}

.content-header__text {
    margin-top: 10px
}

@media screen and (min-width: 1024px) {
    .content-header__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%;
        margin-top: 100px
    }
}

.content-header__text .title {
    color: red;
    font-family: 'acumin-pro',sans-serif
}

.content-header__text .title--level-2 {
    font-size: 1.444444444444444rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) {
    .content-header__text .title--level-2 {
        font-size:5rem;
        font-weight: 700;
        line-height: 90px;
        margin-bottom: 50px
    }
}

.content-header__text .title--paragraph {
    font-size: 1.111111111111111rem;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width: 1024px) {
    .content-header__text .title--paragraph {
        font-size:1.333333333333333rem;
        line-height: 30px
    }
}

.content-header__text .paragraph {
    margin-top: 20px
}

.content-header__title--small {
    font-size: 26px
}

@media screen and (min-width: 1024px) {
    .content-header__title--small {
        margin-top:50px
    }
}

#content-header__video-source {
    position: relative;
    display: none;
    min-width: 100%;
    max-width: 100%;
    height: auto
}

#content-header__video-poster {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    height: auto
}

#content-header__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) translateY(-50%);
    background-color: red;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    #content-header__video-btn {
        display:none;
        width: 100px;
        height: 100px
    }
}

#content-header__video-text {
    margin-top: 20px;
    cursor: pointer
}

@media screen and (max-width: 1023px) {
    #content-header__video-text p {
        color:#333745
    }
}

@media screen and (min-width: 1024px) {
    #content-header__video-text {
        position:absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        max-width: calc(1 / 3 * 100%);
        transform: translateY(-50%)
    }

    #content-header__video-text:before {
        content: '';
        position: absolute;
        top: 0;
        left: -50px;
        width: 100px;
        height: 100px;
        background: #f00 url("/static/images/containers/content/play.svg") no-repeat center;
        transform: translateX(-100%)
    }
}

#content-header__video-text .title {
    margin-bottom: 20px;
    color: #333745
}

@media screen and (min-width: 1024px) {
    #content-header__video-text .title {
        color:#fff
    }
}

#content-header__video-text .title--level-3 {
    font-size: 2rem;
    color: red
}

@media screen and (min-width: 1024px) {
    #content-header__video-text .title--level-3 {
        color:#fff
    }
}

#content-header__video-text .title--paragraph-2 {
    opacity: .6;
    font-size: .833333333333333rem;
    line-height: 30px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    #content-header__video-text .title--paragraph-2 {
        font-size:1.333333333333333rem
    }
}

.content-missions-block {
    counter-reset: mission-counter
}

@media screen and (min-width: 1024px) {
    .content-missions-block {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.content-missions-block:nth-last-child(2) {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .content-missions-block:nth-last-child(2) {
        margin-bottom:150px
    }
}

.content-missions-block .headline {
    margin-bottom: 55px
}

@media screen and (min-width: 1024px) {
    .content-missions-block .headline {
        margin-bottom:80px
    }
}

.content-missions-block__container .news-item {
    align-items: center;
    justify-content: center
}

.content-missions-block__item {
    counter-increment: mission-counter;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none
}

.content-missions-block__item:not(:last-child) {
    margin-bottom: 80px
}

.content-missions-block__item:hover .btn__wording {
    color: red
}

@media screen and (min-width: 768px) {
    .content-missions-block__item:not(:last-child) {
        margin-bottom:50px
    }
}

@media screen and (min-width: 1024px) {
    .content-missions-block__item {
        flex-direction:row;
        flex-wrap: wrap
    }

    .content-missions-block__item:not(:last-child) {
        margin-bottom: 90px
    }
}

.content-missions-block__title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    white-space: nowrap;
    color: red;
    font-size: 1.444444444444444rem;
    line-height: 30px;
    font-weight: 600
}

@media screen and (min-width: 1024px) {
    .content-missions-block__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 0;
        font-size: 2rem;
        line-height: 43px
    }
}

.content-missions-block__title:before {
    content: counter(mission-counter);
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: -1;
    font-weight: 700;
    font-size: 7.222222222222222rem;
    transform: translateX(-50%);
    opacity: .05;
    color: #333745
}

.content-missions-block__title:before--4 {
    top: 5px
}

@media screen and (min-width: 768px) {
    .content-missions-block__title:before {
        font-size:11.11111111111111rem
    }

    .content-missions-block__title:before--4 {
        top: 0
    }
}

@media screen and (min-width: 1024px) {
    .content-missions-block__title:before {
        top:-15px
    }
}

.content-missions-block__paragraph {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .content-missions-block__paragraph {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }
}

@media screen and (min-width: 1280px) {
    .content-missions-block__paragraph {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        padding-right: 15px
    }
}

.content-missions-block__link {
    margin-top: 0;
    width: 100%;
    text-align: right
}

@media screen and (min-width: 1280px) {
    .content-missions-block__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666666666664%;
        flex-preferred-size: 16.666666666666664%;
        max-width: 16.666666666666664%
    }
}

.content-missions-block__link .btn__wording {
    max-width: 100%
}

.content-figures-block {
    padding-bottom: 80px
}

@media screen and (min-width: 1024px) {
    .content-figures-block {
        padding-bottom:150px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.content-figures-block .headline {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .content-figures-block .headline {
        margin-bottom:50px
    }
}

@media screen and (max-width: 1023px) {
    .content-figures-block__content {
        position:relative;
        min-height: 115px
    }
}

@media screen and (max-width: 1023px) {
    .content-figures-block__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        overflow: hidden
    }
}

@media screen and (min-width: 1024px) {
    .content-figures-block__inner {
        width:100%
    }
}

.content-figures-block__slides {
    list-style-type: none;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    transition: transform .4s ease
}

@media screen and (min-width: 1024px) {
    .content-figures-block__slides {
        flex-wrap:wrap
    }
}

.content-figures-block__slide {
    padding-right: 20px;
    width: calc((75vw / 2) - 7px)
}

@media screen and (min-width: 768px) {
    .content-figures-block__slide {
        width:calc((75vw / 2) - 15px)
    }
}

@media screen and (min-width: 1024px) {
    .content-figures-block__slide {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        position: relative;
        top: 0;
        left: 0;
        width: auto
    }
}

.content-figures-block__number {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.851851851851852rem;
    font-family: 'kepler-std-display',serif;
    color: red
}

@media screen and (min-width: 1024px) {
    .content-figures-block__number {
        margin-bottom:0;
        font-size: 4.444444444444445rem;
        line-height: 100px
    }
}

@media screen and (min-width: 1280px) {
    .content-figures-block__number {
        font-size:5.555555555555555rem;
        line-height: 121px
    }
}

.content-figures-block__text {
    line-height: 1.3;
    color: red
}

.content-figures-slider__controls {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25%
}

@media screen and (min-width: 1024px) {
    .content-figures-slider__controls {
        display:none
    }
}

.container-block:not(:nth-last-child(2)):not(:nth-last-child(4)) .content-figures-block:last-child {
    padding-bottom: 0
}

.info-block {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #fff
}

@media screen and (min-width: 1024px) {
    .info-block {
        padding-bottom:150px
    }
}

@media screen and (min-width: 768px) {
    .info-block h2 {
        margin-bottom:50px
    }
}

.info-block__container {
    background-size: 100% auto;
    background-repeat: no-repeat
}

.info-block__container .info-block__text:last-child {
    margin-bottom: 50px
}

.info-block__container:last-child .info-block__img {
    margin-bottom: 0
}

.info-block__text {
    position: relative
}

@media screen and (min-width: 1024px) {
    .info-block__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%
    }
}

.info-block__text .headline {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .info-block__text .headline {
        margin-bottom:50px
    }
}

.info-block__text h2 {
    font-size: 1.444444444444444rem;
    line-height: 30px;
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) {
    .info-block__text h2 {
        font-size:2.666666666666667rem;
        line-height: 48px;
        margin-bottom: 30px
    }
}

.info-block__text .title--paragraph {
    color: red;
    font-size: 1.111111111111111rem;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width: 1024px) {
    .info-block__text .title--paragraph {
        font-size:1.333333333333333rem;
        line-height: 30px
    }
}

.info-block__text .paragraph ul li:before {
    top: 15px
}

.info-block__img {
    position: relative;
    z-index: 10;
    margin-bottom: 25px
}

.info-block__img:not(:first-child) {
    margin-top: 30px
}

@media screen and (min-width: 1024px) {
    .info-block__img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%;
        margin-bottom: 95px
    }

    .info-block__img:not(:first-child) {
        margin-top: 95px
    }
}

.info-block__img img {
    width: 100%
}

.mosaic-block {
    padding-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .mosaic-block {
        padding-bottom:150px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

.mosaic-block__container {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .mosaic-block__container:nth-child(even) .mosaic-block__text {
        order:1
    }
}

@media screen and (min-width: 1024px) and (min-width:1024px) {
    .mosaic-block__container:nth-child(even) .mosaic-block__content {
        padding-right:0;
        padding-left: 25px
    }
}

@media screen and (min-width: 1024px) and (min-width:1280px) {
    .mosaic-block__container:nth-child(even) .mosaic-block__content {
        margin-left:33%;
        padding-left: 0
    }
}

.mosaic-block__container:not(:last-child) {
    margin-bottom: 45px
}

@media screen and (min-width: 1024px) {
    .mosaic-block__container:not(:last-child) {
        margin-bottom:140px
    }
}

.mosaic-block__text {
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .mosaic-block__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .mosaic-block__content {
        padding-right:25px
    }
}

@media screen and (min-width: 1280px) {
    .mosaic-block__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        padding-right: 0
    }
}

.mosaic-block__content .headline {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .mosaic-block__content .headline {
        margin-bottom:50px
    }
}

.mosaic-block__content h2 {
    font-size: 1.444444444444444rem;
    line-height: 30px;
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) {
    .mosaic-block__content h2 {
        font-size:2.666666666666667rem;
        line-height: 48px;
        margin-bottom: 30px
    }
}

.mosaic-block__img {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .mosaic-block__img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.mosaic-block__img img {
    width: 100%;
    height: auto
}

.quote-block {
    padding: 0 55px 80px
}

@media screen and (min-width: 768px) {
    .quote-block {
        padding-right:65px;
        padding-left: 65px
    }
}

@media screen and (min-width: 1024px) {
    .quote-block {
        padding:0 0 150px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 25%
    }
}

.quote-block .quote {
    padding-top: 0;
    padding-bottom: 20px
}

.container-block:not(:nth-last-child(2)):not(:nth-last-child(4)) .quote-block:last-child {
    padding-bottom: 0
}

.story-block {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .story-block {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%;
        margin-bottom: 200px
    }
}

.story-block__content {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .story-block__content {
        flex-direction:row
    }
}

.story-block__block {
    background-color: #dedede;
    margin-bottom: 20px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .story-block__block {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 0;
        flex-direction: row
    }

    .story-block__block:not(:last-child) {
        border-right: 1px solid #fff
    }
}

.story-block__img {
    overflow: hidden
}

.story-block__img img {
    width: 100%;
    height: auto
}

.story-block__wrapper {
    padding: 8px 10px 20px 10px
}

@media screen and (min-width: 1024px) {
    .story-block__wrapper {
        padding:18px 10px 60px 10px
    }
}

.story-block__wrapper .date {
    color: #777;
    font-size: .833333333333333rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px
}

.story-block__wrapper .paragraph {
    font-family: 'acumin-pro',sans-serif;
    font-size: 1.444444444444444rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 20px
}

@media screen and (min-width: 1024px) {
    .story-block__wrapper .paragraph {
        font-size:1.666666666666667rem;
        line-height: 36px;
        margin-bottom: 75px
    }
}

.text-block {
    position: relative;
    margin: 0 10px 50px;
    background-color: rgba(111,111,111,0.08)
}

@media screen and (min-width: 768px) {
    .text-block {
        margin-right:20px;
        margin-left: 20px
    }
}

@media screen and (min-width: 1024px) {
    .text-block {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%;
        margin-bottom: 150px
    }
}

.text-block__container {
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .text-block__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-left: 16.5%;
        padding: 100px 0
    }
}

@media screen and (min-width: 1280px) {
    .text-block__container .paragraph {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%
    }
}

.text-block__container .title {
    color: red;
    font-size: 1.444444444444444rem;
    line-height: 30px
}

@media screen and (min-width: 1024px) {
    .text-block__container .title {
        font-size:2.666666666666667rem;
        line-height: 48px
    }
}

.text-block__wrapper {
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (min-width: 1024px) {
    .text-block__wrapper {
        padding-right:0;
        padding-left: 0
    }
}

.text-block .link-wrapper {
    margin-top: 50px
}

.text-block .btn__wording {
    max-width: 100%
}

.work-block__slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto !important
}

.work-block {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 6;
    margin-top: 50px;
    padding-bottom: 50px
}

@media screen and (max-width: 767px) {
    .work-block .link-wrapper--right {
        transform:translateX(33.33%)
    }
}

@media screen and (min-width: 768px) {
    .work-block {
        margin-top:100px;
        padding-bottom: 140px
    }
}

@media screen and (min-width: 1024px) {
    .work-block {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%;
        margin-top: 150px
    }
}

.co-header+.work-block,.info-block+.work-block,.mosaic-block+.work-block,.page-intro-scroll+.work-block {
    margin-top: 0
}

.work-block h2.headline {
    display: block
}

@media screen and (min-width: 1024px) {
    .work-block h2.headline {
        display:none
    }
}

.work-block__slide {
    float: left;
    width: 100%;
    height: auto !important
}

.work-block__inner {
    overflow: hidden;
    width: 100%;
    height: auto !important
}

.work-block__inner h3 {
    display: none
}

@media screen and (min-width: 1024px) {
    .work-block__inner h3 {
        display:block
    }
}

.work-block .slide__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.work-block .slide__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    order: 1
}

@media screen and (min-width: 1024px) {
    .work-block .slide__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        order: 0
    }
}

@media screen and (min-width: 1280px) {
    .work-block .slide__content {
        padding-top:2vw
    }

    .work-block .slide__content--content {
        padding-top: 0
    }
}

@media screen and (min-width: 1600px) {
    .work-block .slide__content {
        padding-top:8vw
    }

    .work-block .slide__content--content {
        padding-top: 0
    }
}

.work-block .slide__content__inner .title {
    margin-bottom: 20px;
    font-size: 1.444444444444444rem;
    line-height: 30px
}

@media screen and (min-width: 1024px) {
    .work-block .slide__content__inner .title {
        margin-bottom:70px;
        font-size: 2.666666666666667rem;
        line-height: 48px
    }
}

.work-block .slide__image {
    margin-bottom: 15px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .work-block .slide__image {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-left: 16.6%;
        margin-bottom: 0
    }
}

.work-block .bkg-text {
    display: none
}

@media screen and (min-width: 1024px) {
    .work-block .bkg-text {
        top:27vw;
        right: -17%;
        z-index: 2;
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .work-block .bkg-text {
        top:30vw
    }
}

@media screen and (min-width: 1600px) {
    .work-block .bkg-text {
        top:29vw
    }
}

.work-block__content {
    width: 100%
}

.work-block__content .btn {
    margin-top: 30px
}

@media screen and (min-width: 768px) {
    .work-block__content .btn {
        margin-top:80px
    }
}

.work-block__controls {
    position: absolute;
    top: calc(75px + 100vw);
    right: 10px;
    z-index: 10;
    width: calc(25% - 5px)
}

@media screen and (min-width: 768px) {
    .work-block__controls {
        right:20px;
        width: calc(25% - 10px)
    }
}

@media screen and (min-width: 1024px) {
    .work-block__controls {
        top:6vw;
        left: 50%;
        width: 16.6%
    }
}

.work-block__controls--content-page {
    top: calc(75px + 48vw)
}

@media screen and (min-width: 1024px) {
    .work-block__controls--content-page {
        top:calc(75px + 4vw)
    }
}

@media screen and (min-width: 1600px) {
    .work-block__controls--content-page {
        top:calc(75px + 9vw)
    }
}

@media screen and (min-width: 1024px) {
    .work-block__controls .controls__arrow {
        display:inline-block
    }
}

.work-block__controls .controls__arrow--left {
    margin-right: 50px
}

.work-block__arrow {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.work-block__arrow circle {
    stroke: red
}

.work-block__arrow:first-child {
    margin-bottom: 15px
}

.work-block__arrow:hover circle {
    fill: #fff
}

.work-block__arrow:hover path {
    fill: red
}

.work-block__arrow:hover .arrow-path--first {
    animation: arrow 1s cubic-bezier(0.19,1,0.22,1)
}

.work-block__arrow:hover .arrow-path--second {
    animation: arrow__second 1s cubic-bezier(0.19,1,0.22,1)
}

.work-block__arrow circle,.work-block__arrow path {
    transition: .3s fill cubic-bezier(0.125,0.75,0.415,1);
    transform: translate(1px,1px)
}

.work-block__arrow .arrow-path--second {
    transform: translateX(50px)
}

.work-block__arrow--right .arrow-path--second {
    transform: translateX(-50px)
}

.work-block__arrow--right:hover .arrow-path--first {
    animation: arrow__reverse 1s cubic-bezier(0.19,1,0.22,1)
}

.work-block__arrow--right:hover .arrow-path--second {
    animation: arrow__reverse_second 1s cubic-bezier(0.19,1,0.22,1)
}

.news-filters {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee
}

@media screen and (min-width: 1024px) {
    .news-filters {
        z-index:2;
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 20px;
        background: 0
    }
}

.news-filters__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 100%
}

@media screen and (min-width: 1024px) {
    .news-filters__inner {
        min-width:25%;
        margin-left: 25%;
        width: 50%
    }
}

@media screen and (min-width: 1280px) {
    .news-filters__inner {
        width:25%
    }
}

.news-filters__list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    position: relative
}

.news-filters__list+.news-filters__list .news-filters__title {
    border-left: 1px solid #fff
}

@media screen and (min-width: 1024px) {
    .news-filters__list+.news-filters__list .news-filters__title {
        border:0
    }
}

.news-filters__arrow {
    display: none;
    width: 13px;
    height: 8px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    align-self: center;
    justify-self: flex-end
}

@media screen and (min-width: 1024px) {
    .news-filters__arrow {
        display:inline-block
    }
}

.news-filters__arrow::before,.news-filters__arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=")
}

@supports(-webkit-clip-path: polygon(0 0,0 0,0 100%,0% 100%)) or(clip-path:polygon(0 0,0 0,0 100%,0% 100%)) {
    .news-filters__arrow::after {
        clip-path:polygon(0 0,0 0,0 100%,0% 100%);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
        transition: all .4s ease
    }
}

.news-filters__options-wrapper {
    z-index: 9999;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100vw;
    display: none;
    opacity: 0;
    transition: .4s opacity;
    background: #fff
}

@media screen and (min-width: 1024px) {
    .news-filters__options-wrapper {
        z-index:1;
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0;
        left: auto;
        overflow: visible;
        background: 0
    }
}

.news-filters__options-wrapper.active {
    display: block;
    opacity: 1
}

.news-filters__options {
    width: 100vw;
    text-align: left;
    line-height: 0
}

@media screen and (min-width: 1024px) {
    .news-filters__options {
        position:absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: auto
    }
}

.news-filters__options-inner {
    background: #fff
}

@media screen and (min-width: 1024px) {
    .news-filters__options-inner {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.news-filters__option {
    width: 100%;
    padding: 15px 15px;
    font-size: .722222222222222rem;
    letter-spacing: .111111111111111rem;
    color: #aaa;
    text-align: center;
    line-height: 1.6;
    background: 0;
    border-bottom: 0;
    border-color: #eee;
    border-size: 1px;
    cursor: pointer;
    transition: .4s color;
    outline: 0
}

@media screen and (min-width: 1024px) {
    .news-filters__option {
        text-align:left;
        padding: 0 15px;
        border: 0
    }

    .news-filters__option:hover {
        color: red
    }
}

.news-filters__option.active {
    color: red
}

.news-filters__title {
    display: flex;
    position: relative;
    background: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: 0;
    justify-content: center;
    height: 64px;
    padding-left: 0;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .news-filters__title {
        text-align:left;
        justify-content: flex-start;
        width: 100%
    }

    @supports(-webkit-clip-path: polygon(0 0,0 0,0 100%,0% 100%)) or(clip-path:polygon(0 0,0 0,0 100%,0% 100%)) {
        .news-filters__title {
            width:initial
        }
    }

    .news-filters__title::before {
        content: "";
        display: inline-block;
        width: 50%;
        height: .111111111111111rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: red;
        transform-origin: center left;
        transform: scaleX(0);
        transition: .4s transform
    }

    @supports(-webkit-clip-path: polygon(0 0,0 0,0 100%,0% 100%)) or(clip-path:polygon(0 0,0 0,0 100%,0% 100%)) {
        .news-filters__title::before {
            width:100%
        }
    }
}

.news-filters__title .headline {
    width: 56%;
    margin-bottom: 0;
    font-size: .583333333333333rem;
    letter-spacing: .111111111111111rem;
    color: #777;
    transition: .4s color;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .news-filters__title .headline {
        width:100%;
        line-height: 24px
    }
}

@media screen and (min-width: 1024px) {
    .news-filters__title .headline {
        width:auto;
        font-size: .833333333333333rem;
        letter-spacing: 0;
        text-transform: none;
        color: #333745
    }

    .news-filters__title .headline::before,.news-filters__title .headline::after {
        content: "";
        display: inline-block;
        width: .555555555555556rem;
        height: .111111111111111rem;
        margin-right: .555555555555556rem;
        background-color: #333745
    }

    .news-filters__title .headline::after {
        z-index: 2;
        position: absolute;
        bottom: 26px;
        left: 0;
        background-color: red;
        transform-origin: center left;
        transform: scaleX(0);
        transition: .4s transform
    }
}

.news-filters__title.active::before {
    transform: scaleX(1)
}

.news-filters__title.active .headline {
    color: red
}

.news-filters__title.active .headline::after {
    transform: scaleX(1)
}

.news-filters__title.active .news-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
}

@supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
    .news-filters__title.active .news-filters__arrow::after {
        clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
    }
}

@media screen and (min-width: 1024px) {
    .news-filters__title:hover::before {
        transform:scaleX(1)
    }

    .news-filters__title:hover .headline {
        color: red
    }

    .news-filters__title:hover .headline::after {
        transform: scaleX(1)
    }

    .news-filters__title:hover .news-filters__arrow::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
    }

    @supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
        .news-filters__title:hover .news-filters__arrow::after {
            clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
        }
    }
}

.news-item {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    text-decoration: none
}

.news-item:hover .btn__wording {
    color: red
}

.news-item:visited {
    color: #333745
}

@media screen and (min-width: 768px) {
    .news-item {
        margin-top:0;
        margin-bottom: 0;
        align-items: center;
        text-align: 'middle'
    }
}

.news-item__image {
    margin-top: 0;
    margin-bottom: 30px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .news-item__image {
        margin-top:0;
        margin-bottom: 0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .news-item__image {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 20%;
        flex-preferred-size: 20%;
        max-width: 20%
    }
}

.news-item__date {
    margin-top: 0;
    margin-bottom: 10px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .news-item__date {
        margin-top:0;
        margin-bottom: 0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        text-align: center
    }
}

@media screen and (min-width: 1024px) {
    .news-item__date {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 20%;
        flex-preferred-size: 20%;
        max-width: 20%
    }
}

.news-item__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    font-size: 1.666666666666667rem;
    line-height: 36px
}

@media screen and (min-width: 768px) {
    .news-item__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .news-item__title {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 40%;
        flex-preferred-size: 40%;
        max-width: 40%
    }
}

.news-item__btn {
    display: none
}

@media screen and (min-width: 1024px) {
    .news-item__btn {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 20%;
        flex-preferred-size: 20%;
        max-width: 20%;
        display: block;
        text-align: right
    }
}

.intro-block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .intro-block {
        margin-top:120px;
        margin-bottom: 50px
    }
}

@media screen and (min-width: 1024px) {
    .intro-block {
        position:sticky;
        top: 0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%;
        margin-left: 12.5%;
        margin-top: 0;
        margin-bottom: 0;
        height: 100vh
    }
}

.intro-block__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: 'middle';
    height: 100%
}

.intro-block__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .intro-block__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }
}

.intro-block .scroll-indicator {
    display: none
}

@media screen and (min-width: 1024px) {
    .intro-block .scroll-indicator {
        display:block;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }
}

.intro-block__back {
    display: block;
    margin-bottom: 50px;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .intro-block__back {
        margin-bottom:80px
    }
}

@media screen and (min-width: 1024px) {
    .intro-block__back {
        margin-bottom:50px
    }
}

@media screen and (min-width: 1280px) {
    .intro-block__back {
        margin-bottom:80px
    }
}

.intro-block__arrow {
    margin-right: 20px;
    fill: #aaa;
    transform: rotate(90deg)
}

.intro-block .date {
    display: block;
    margin-bottom: 20px;
    margin-top: 40px
}

.intro-block .share-block__icon {
    display: inline-block;
    margin-left: 20px
}

.content-video {
    position: relative
}

.content-video__infos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .content-video__infos {
        padding:100px 50px 50px
    }
}

.content-video__infos .btn__icon {
    vertical-align: middle
}

.content-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto
}

.content-video__title {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    font-weight: 600
}

.content-video__btn {
    position: relative;
    z-index: 2
}

.content-video__video {
    width: 100%
}

.content-link-list__wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.content-link-list__item {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.content-link-list__item .item__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .content-link-list__item .item__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%
    }
}

@media screen and (min-width: 1024px) {
    .content-link-list__item .item__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }
}

@media screen and (min-width: 1280px) {
    .content-link-list__item .item__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }
}

.content-link-list__item .item__cta {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .content-link-list__item .item__cta {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .content-link-list__item .item__cta {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 1280px) {
    .content-link-list__item .item__cta {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }
}

.content-key-figures ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.content-key-figures li {
    padding-bottom: 10px;
    border-left: 2px solid red;
    padding-right: 10px
}

.content-key-figures__item {
    margin: 30px 0
}

.content-key-figures__item dl {
    margin: 0;
    padding-left: 30px
}

.content-key-figures__item dl dt {
    color: #333745;
    font-size: 3em;
    margin-bottom: 4px
}

.content-key-figures__item dl dd {
    margin: 0;
    line-height: 1.125;
    font-size: 1.666666666666667rem;
    font-family: 'kepler-std-display',serif
}

@media screen and (min-width: 1024px) {
    .content-key-figures li {
        padding-right:0
    }

    .content-key-figures__item dl {
        display: flex;
        align-items: center;
        padding-left: 48px
    }

    .content-key-figures__item dl dt {
        margin-right: 30px;
        font-size: 3.888888888888889rem
    }

    .content-key-figures__item dl dd {
        max-width: 250px
    }
}

.work-filters {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee
}

@media screen and (min-width: 1024px) {
    .work-filters {
        z-index:10;
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 20px;
        background: 0
    }
}

.work-filters__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 100%
}

@media screen and (min-width: 1024px) {
    .work-filters__inner {
        min-width:25%;
        margin-left: 25%;
        width: 50%
    }
}

@media screen and (min-width: 1279px) and (max-width:1400px) {
    .work-filters__inner {
        min-width:25% !important;
        margin-left: 25% !important;
        width: 50% !important
    }
}

@media screen and (min-width: 1280px) {
    .work-filters__inner {
        width:25%
    }
}

.work-filters__list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    position: relative
}

.work-filters__list+.work-filters__list .work-filters__title {
    border-left: 1px solid #fff
}

@media screen and (min-width: 1024px) {
    .work-filters__list+.work-filters__list .work-filters__title {
        border:0
    }
}

.work-filters__arrow {
    display: none;
    width: 13px;
    height: 8px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    align-self: center;
    justify-self: flex-end
}

@media screen and (min-width: 1024px) {
    .work-filters__arrow {
        display:inline-block
    }
}

.work-filters__arrow::before,.work-filters__arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=")
}

@supports(-webkit-clip-path: polygon(0 0,0 0,0 100%,0% 100%)) or(clip-path:polygon(0 0,0 0,0 100%,0% 100%)) {
    .work-filters__arrow::after {
        clip-path:polygon(0 0,0 0,0 100%,0% 100%);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
        transition: all .4s ease
    }
}

.work-filters__options-wrapper {
    z-index: 9999;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100vw;
    display: none;
    opacity: 0;
    transition: .4s opacity;
    background: #fff
}

@media screen and (min-width: 1024px) {
    .work-filters__options-wrapper {
        z-index:1;
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0;
        left: auto;
        overflow: visible;
        background: 0
    }
}

.work-filters__options-wrapper.active {
    display: block;
    opacity: 1
}

.work-filters__options {
    width: 100vw;
    text-align: left;
    line-height: 0
}

@media screen and (min-width: 1024px) {
    .work-filters__options {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }
}

.work-filters__options-inner {
    background: #fff
}

@media screen and (min-width: 1024px) {
    .work-filters__options-inner {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.work-filters__option {
    width: 100%;
    padding: 15px 15px;
    font-size: .722222222222222rem;
    letter-spacing: .111111111111111rem;
    color: #aaa;
    text-align: center;
    line-height: 1.6;
    background: 0;
    border-bottom: 0;
    border-color: #eee;
    border-size: 1px;
    cursor: pointer;
    transition: .4s color;
    outline: 0
}

@media screen and (min-width: 1024px) {
    .work-filters__option {
        text-align:left;
        padding: 0 15px;
        border: 0
    }

    .work-filters__option:hover {
        color: red
    }
}

.work-filters__option.active {
    color: red
}

.work-filters__title {
    display: flex;
    position: relative;
    background: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: 0;
    justify-content: center;
    height: 64px;
    padding-left: 0;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .work-filters__title {
        text-align:left;
        width: initial;
        justify-content: flex-start
    }

    .work-filters__title::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: .111111111111111rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: red;
        transform-origin: center left;
        transform: scaleX(0);
        transition: .4s transform
    }
}

.work-filters__title .headline {
    width: 56%;
    margin-bottom: 0;
    font-size: .583333333333333rem;
    letter-spacing: .111111111111111rem;
    color: #777;
    transition: .4s color;
    line-height: 17px
}

@media screen and (min-width: 768px) {
    .work-filters__title .headline {
        width:100%;
        line-height: 24px
    }
}

@media screen and (min-width: 1024px) {
    .work-filters__title .headline {
        width:auto;
        font-size: .833333333333333rem;
        letter-spacing: 0;
        text-transform: none;
        color: #333745
    }

    .work-filters__title .headline::before,.work-filters__title .headline::after {
        content: "";
        display: inline-block;
        width: .555555555555556rem;
        height: .111111111111111rem;
        margin-right: .555555555555556rem;
        background-color: #333745
    }

    .work-filters__title .headline::after {
        z-index: 2;
        position: absolute;
        bottom: 26px;
        left: 0;
        background-color: red;
        transform-origin: center left;
        transform: scaleX(0);
        transition: .4s transform
    }
}

.work-filters__title.active::before {
    transform: scaleX(1)
}

.work-filters__title.active .headline {
    color: red
}

.work-filters__title.active .headline::after {
    transform: scaleX(1)
}

.work-filters__title.active .work-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
}

@supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
    .work-filters__title.active .work-filters__arrow::after {
        clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
    }
}

@media screen and (min-width: 1024px) {
    .work-filters__title:hover::before {
        transform:scaleX(1)
    }

    .work-filters__title:hover .headline {
        color: red
    }

    .work-filters__title:hover .headline::after {
        transform: scaleX(1)
    }

    .work-filters__title:hover .work-filters__arrow::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
    }

    @supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
        .work-filters__title:hover .work-filters__arrow::after {
            clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
        }
    }
}

.work__item {
    position: relative;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    text-decoration: none
}

.work__item:hover .btn__wording {
    color: red
}

.work__item:hover:visited {
    color: #333745
}

.work__item .item__inner {
    pointer-events: none
}

.work__item .title {
    font-family: 'kepler-std-display',serif;
    font-size: 1.666666666666667rem;
    line-height: 36px
}

.work__item .paragraph {
    font-size: .833333333333333rem;
    line-height: 30px
}

.work__item:hover .btn__wording {
    color: red
}

@media screen and (min-width: 1024px) {
    .work__item:nth-child(even) .item__number {
        position:absolute;
        bottom: -90px;
        left: -90px
    }
}

@media screen and (min-width: 1280px) {
    .work__item:nth-child(even) .item__number {
        position:absolute;
        bottom: 130px;
        left: -165px
    }
}

@media screen and (min-width: 1024px) {
    .work__item:nth-child(odd) .item__number {
        position:absolute;
        bottom: -100px;
        left: -90px
    }
}

@media screen and (min-width: 1280px) {
    .work__item:nth-child(odd) .item__number {
        position:absolute;
        bottom: 10px;
        left: -165px
    }
}

.work__item--none {
    font-weight: 600;
    color: #777;
    display: none
}

@media screen and (min-width: 1024px) {
    .work__item--none {
        margin-left:25% !important
    }
}

.work__item .item__content,.work__item .item__image {
    position: relative;
    z-index: 5
}

.work__item .item__image {
    overflow: hidden
}

.work__item .item__number {
    position: absolute;
    bottom: -60px;
    left: -20px;
    z-index: 4
}

@media screen and (min-width: 768px) {
    .work__item .item__number {
        position:absolute;
        bottom: -115px;
        left: -20px
    }
}

.work__item .item__image-wrapper {
    position: relative;
    margin-bottom: 30px
}

.work__item .item__title {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .work__item .item__title {
        margin-bottom:10px
    }
}

.work__item .item__text,.work__item .item__link {
    display: none
}

@media screen and (min-width: 1024px) {
    .work__item .item__text,.work__item .item__link {
        display:block
    }
}

.work__item .item__text {
    color: #777
}

.work__item .picture__anim.picture__anim-end.image-block {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.125,0.75,0.415,1)
}

.work__item .picture__anim.image-block {
    transform: translateX(-101%)
}

.work__item .image-block__image {
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%,-50%) !important
}

@media screen and (min-width: 1024px) {
    .view--mozaic .work__item__item {
        margin:0
    }
}

@media screen and (min-width: 1024px) {
    .view--list .work__item {
        display:flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        width: 100%
    }

    .view--list .work__item .item__inner {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        position: relative
    }

    .view--list .work__item .item__image-wrapper {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: 'middle';
        float: left;
        margin: 0;
        width: 40%;
        height: 100%
    }

    .view--list .work__item .item__content {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: 'middle';
        position: absolute;
        top: 0;
        left: 40%;
        width: 60%;
        height: 100%
    }

    .view--list .work__item .item__text-wrapper {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }

    .view--list .work__item .item__link {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }

    .view--list .work__item .item__image {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        height: auto
    }

    .view--list .work__item .item__number {
        position: static;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        text-align: center;
        font-size: 5rem
    }

    .view--list .work__item .item__number .parallax-data {
        position: static !important
    }
}

@media screen and (min-width: 1024px) and (min-width:1280px) {
    .view--list .work__item .item__number {
        font-size:6.2rem
    }
}

.work-popin {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15%);
    transition: .5s opacity cubic-bezier(0.125,0.75,0.415,1),0.5s transform cubic-bezier(0.125,0.75,0.415,1),0s visibility cubic-bezier(0.125,0.75,0.415,1) .5s;
    display: flex;
    align-items: center
}

.work-popin.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .5s all cubic-bezier(0.125,0.75,0.415,1) .2s
}

.work-popin__close {
    position: absolute;
    top: 30px;
    right: 0;
    width: 12.5vw;
    padding: 0 20px 0 0;
    text-align: right;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer
}

.work-popin__close path {
    transition: .3s fill linear
}

.work-popin__close:hover path {
    fill: red
}

@media screen and (min-width: 1024px) {
    .work-popin__close {
        top:5vw;
        text-align: center
    }
}

@media screen and (min-width: 1024px) {
    .work-popin__wrap {
        display:flex;
        align-items: flex-start
    }
}

.work-popin__inner {
    width: 100%;
    max-height: 100%;
    overflow: auto
}

.work-popin__content {
    overflow: hidden;
    padding: 50px 0 40px
}

@media screen and (min-width: 768px) {
    .work-popin__content {
        padding:70px 0 85px
    }
}

@media screen and (min-width: 1024px) {
    .work-popin__left {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%;
        margin-left: 12.5%
    }
}

@media screen and (max-width: 1023px) {
    .work-popin__right {
        padding-top:50px
    }
}

@media screen and (min-width: 1024px) {
    .work-popin__right {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 12.5%
    }
}

.work-popin figure {
    margin: 0
}

.work-popin figcaption {
    font-size: .722222222222222rem;
    font-family: 'acumin-pro',sans-serif;
    color: #404040;
    letter-spacing: 2.2px;
    margin-top: 30px
}

.work-popin .tns-controls:focus {
    outline: 0
}

@media screen and (max-width: 1023px) {
    .work-popin .tns-controls {
        position:static;
        display: flex;
        justify-content: flex-end;
        margin-top: 15px;
        order: 1
    }

    .work-popin .tns-controls button {
        margin: 0
    }

    .work-popin .tns-controls button:first-child {
        transform: rotate(-90deg);
        margin-right: 20px
    }

    .work-popin .tns-controls button:last-child {
        transform: rotate(90deg)
    }
}

@media screen and (min-width: 1024px) {
    .work-popin .tns-controls {
        left:auto;
        right: 0;
        top: 50%;
        width: 12.5vw;
        transform: translate(100%,-50%)
    }

    .work-popin .tns-controls button:first-child {
        margin-bottom: 20px
    }
}

.work-popin .tns-nav {
    display: none
}

@media screen and (max-width: 1023px) {
    .work-popin .tns-outer {
        display:flex;
        flex-direction: column
    }
}

.work-popin .ratio-1-1 {
    position: relative;
    overflow: hidden
}

.work-popin .ratio-1-1::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""
}

.work-popin .ratio-1-1>*:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.work-popin .ratio-1-1>*:first-child>img {
    width: 100%
}

.work-popin .ratio-1-1>*:first-child>img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%
}

.work-popin .work-detail__title {
    font-size: 2.222222222222222rem;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333745;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .work-popin .work-detail__title {
        margin-bottom:25px;
        font-size: 3.333333333333333rem
    }
}

.work-popin .work-detail__location {
    font-size: 1.666666666666667rem;
    font-family: 'kepler-std-display',serif;
    font-weight: bold;
    color: #333745;
    margin-bottom: 45px
}

@media screen and (min-width: 768px) {
    .work-popin .work-detail__location {
        font-size:2rem
    }
}

.work-popin .work-detail__chapo {
    font-size: 1rem;
    color: #404040;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.3;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .work-popin .work-detail__chapo {
        font-size:1.111111111111111rem
    }
}

.work-popin .work-detail-desc {
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'acumin-pro',sans-serif;
    font-size: .833333333333333rem;
    line-height: 1.2;
    color: #6d6d6d
}

.work-popin .work-detail-desc p {
    display: flex
}

.work-popin .work-detail-desc p:not(:last-child) {
    margin-bottom: 15px
}

.work-popin .work-detail-desc span {
    position: relative;
    flex-shrink: 0;
    max-width: 60%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #333745
}

.work-popin .work-detail-desc span:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    border-top: 2px solid
}

@media screen and (min-width: 1024px) {
    .work-popin .work-detail-desc {
        margin-bottom:105px
    }

    .work-popin .work-detail-desc span {
        padding-right: 40px
    }
}

.work-popin .work-detail__slider--container {
    position: relative;
    display: block;
    width: 100%
}

.work-detail__content .img-wrapper__inner {
    width: 100%
}

.work-detail__content .content__img-wrapper {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.work-detail__content .content__img-1 {
    position: relative;
    z-index: 2
}

.work-detail__content .content__bkg-text {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
    margin-top: -0.5em
}

@media screen and (min-width: 1024px) {
    .work-detail__content .content__bkg-text {
        left:50%
    }
}

.work-detail__content .content__catchphrase {
    position: relative;
    z-index: 3;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 25%;
    margin-bottom: 50px;
    transform: translateY(-40px)
}

@media screen and (min-width: 1024px) {
    .work-detail__content .content__catchphrase {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 83.33333333333334%;
        flex-preferred-size: 83.33333333333334%;
        max-width: 83.33333333333334%;
        margin-left: 16.66%;
        margin-bottom: 115px;
        transform: translateY(-60px)
    }
}

.work-detail__content .content__text-img {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.work-detail__content .content__text-img.text--left {
    flex-direction: row-reverse
}

.work-detail__content .content__quote {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.work-detail__content .text-img__img,.work-detail__content .text-img__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .work-detail__content .text-img__img,.work-detail__content .text-img__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-left: 16.66%;
        margin-bottom: 0
    }
}

.work-detail__content .text-img__img strong,.work-detail__content .text-img__text strong {
    color: #333745
}

@media screen and (min-width: 1024px) {
    .work-detail__content .text--left .text-img__text {
        margin-left:0
    }

    .work-detail__content .text--left .text-img__text .paragraph:first-child {
        padding-top: 13%
    }
}

@media screen and (min-width: 1024px) {
    .work-detail__content .text--left .text-img__img {
        margin-right:16.66%
    }
}

.work-detail__quote {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    text-align: 'middle';
    margin-top: 50px
}

@media screen and (min-width: 1024px) {
    .work-detail__quote {
        justify-content:flex-end;
        margin-top: 80px;
        margin-bottom: 40px
    }
}

.work-detail__quote .quote__bkg-text {
    position: absolute;
    top: -27px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%)
}

.work-detail__quote .quote__quote {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .work-detail__quote .quote__quote {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.66%
    }
}

.work-detail__quote .quote__quote strong {
    color: red
}

.work-detail__quote .quote__image {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-top: 75px;
    margin-right: 25%
}

@media screen and (min-width: 1024px) {
    .work-detail__quote .quote__image {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666666666664%;
        flex-preferred-size: 16.666666666666664%;
        max-width: 16.666666666666664%;
        margin-right: 0
    }
}

.work-detail__quote .image-block {
    margin-bottom: 30px
}

.work-detail__module {
    position: relative;
    margin-top: 20px
}

@media screen and (min-width: 1024px) {
    .work-detail__module {
        margin-top:100px;
        margin-left: 12.5%;
        max-width: 75%
    }
}

.work-detail__module .module__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: 'top';
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .work-detail__module .module__inner {
        padding-top:150px;
        padding-bottom: 150px
    }
}

.work-detail__module .module__image {
    position: relative;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .work-detail__module .module__image {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-left: 50%
    }
}

.work-detail__module .module__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-top: 50px
}

@media screen and (min-width: 768px) {
    .work-detail__module .module__text {
        margin-top:45px
    }
}

@media screen and (min-width: 1024px) {
    .work-detail__module .module__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.666666666666664%;
        margin-bottom: 20px
    }
}

.work-detail__module .module__catchphrase {
    position: relative;
    z-index: 2;
    margin-right: 0;
    margin-left: auto;
    margin-top: -0.6em;
    width: 80%
}

@media screen and (min-width: 1024px) {
    .work-detail__module .module__catchphrase {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.666666666666664%;
        width: auto;
        margin-top: -2.5em
    }
}

.work-detail__module .module__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .work-detail__module .module__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.666666666666664%
    }
}

.work-detail__bkg-text {
    margin-top: 20px;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .work-detail__bkg-text {
        margin-top:150px;
        margin-bottom: 0
    }
}

.work-detail__bkg-text .bkg-text__inner {
    position: relative;
    overflow: hidden;
    padding-top: 390px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .work-detail__bkg-text .bkg-text__inner {
        padding-top:215px
    }
}

.work-detail__bkg-text .bkg-text__bkg {
    position: absolute;
    top: 0;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%)
}

.work-detail__bkg-text .bkg-text__content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%)
}

.work-detail__bkg-text .bkg-text__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .work-detail__bkg-text .bkg-text__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 12.5%;
        flex-preferred-size: 12.5%;
        max-width: 12.5%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .work-detail__bkg-text .link--all {
        margin-left:12.5%
    }
}

@media screen and (min-width: 1024px) {
    .work-detail__bkg-text .link--previous {
        margin-left:37.5%
    }
}

.work-detail__bkg-text .bkg-text__arrow {
    transform: translateY(4px)
}

.work-detail__bkg-text .bkg-text--all {
    transform: translateY(2px)
}

.publications-item {
    width: 100%;
    list-style-type: none
}

@media screen and (max-width: 767px) {
    .publications-item {
        margin-bottom:32px
    }
}

.publications-item__inner {
    width: 100%;
    text-decoration: none;
    color: #333745
}

@media screen and (min-width: 768px) {
    .publications-item__inner {
        display:flex;
        align-items: center;
        padding: 35px 0
    }
}

@media screen and (min-width: 1024px) {
    .publications-item__inner {
        padding:50px 0
    }
}

.publications-item__inner:hover .publications-item__download {
    color: red;
    transition: .4s ease
}

.publications-item__inner:hover .publications-item__download path {
    fill: red
}

.publications-item__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%
}

@media screen and (min-width: 768px) {
    .publications-item__img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 768px) {
    .publications-item__info {
        text-align:center;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 768px) {
    .publications-item__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.publications-item__type {
    display: block;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #777
}

.publications-item__title {
    width: 100%;
    margin: 16px 0;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif
}

@media screen and (min-width: 768px) {
    .publications-item__title {
        font-size:1.111111111111111rem;
        line-height: 1.333333333333333rem
    }
}

.publications-item__download {
    margin-top: 24px;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000;
    transition: .4s ease
}

.publications-item__download .publications-item__download__text {
    margin-left: 14px
}

@media screen and (min-width: 768px) {
    .publications-item__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1024px) {
    .publications-item__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 20%;
        flex-preferred-size: 20%;
        max-width: 20%
    }
}

@media screen and (min-width: 1024px) {
    .publications-item .without-pic {
        align-items:start
    }
}

@media screen and (min-width: 1024px) and (min-width:1024px) {
    .publications-item .without-pic .publications-item__info {
        margin-top:16px;
        text-align: start
    }
}

.publications-filters ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.publications-filters ::-webkit-scrollbar-thumb {
    background: #aaa
}

.publications-filters ::-webkit-scrollbar-thumb:hover {
    background: #404040
}

@media screen and (min-width: 1024px) {
    .publications-filters {
        z-index:2
    }
}

.publications-filters__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 22px;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .publications-filters__inner {
        flex-direction:row;
        min-width: 25%;
        margin-left: 25%;
        width: 50%;
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 1279px) and (max-width:1420px) {
    .publications-filters__inner {
        min-width:25% !important;
        margin-left: 25% !important;
        width: 50% !important
    }
}

.publications-filters__list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
    .publications-filters__list {
        margin-bottom:0
    }
}

.publications-filters__arrow {
    width: 20px;
    height: 12px;
    position: relative;
    margin: 8px 10px 0;
    align-self: center;
    justify-self: flex-end
}

.publications-filters__arrow::before,.publications-filters__arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat
}

.publications-filters__arrow::after {
    transition: all .4s ease
}

.publications-filters__options-wrapper {
    z-index: 9999;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    transition: .4s opacity;
    background: #fff
}

@media screen and (min-width: 1024px) {
    .publications-filters__options-wrapper {
        z-index:1;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: auto;
        overflow: visible;
        background: 0
    }

    .publications-filters__options-wrapper:hover {
        display: block;
        opacity: 1
    }
}

.publications-filters__options-wrapper.active {
    display: block;
    opacity: 1
}

.publications-filters__options {
    line-height: 0
}

@media screen and (min-width: 1024px) {
    .publications-filters__options {
        position:absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: auto
    }
}

.publications-filters__options-inner {
    background: #fff
}

@media screen and (min-width: 1024px) {
    .publications-filters__options-inner {
        padding-top:10px;
        padding-bottom: 10px;
        overflow-x: scroll;
        overflow-y: scroll;
        height: 100px;
        width: 100%;
        display: block
    }
}

.publications-filters__option {
    width: 100%;
    padding: 15px 15px;
    font-family: 'acumin-pro',sans-serif;
    font-size: .722222222222222rem;
    letter-spacing: .111111111111111rem;
    color: #aaa;
    text-align: center;
    line-height: 1.6;
    background: 0;
    border-bottom: 0;
    border-color: #eee;
    cursor: pointer;
    transition: .4s color;
    outline: 0
}

@media screen and (min-width: 1024px) {
    .publications-filters__option {
        text-align:left;
        padding: 0 15px;
        border: 0
    }

    .publications-filters__option:hover {
        color: red
    }
}

.publications-filters__option.active {
    color: red
}

.publications-filters__option:last-child {
    border-bottom: 2px solid #eee
}

@media screen and (min-width: 1024px) {
    .publications-filters__option:last-child {
        border-style:none
    }
}

.publications-filters__title {
    background-color: #fff;
    box-shadow: 2px 2px #dedede;
    display: flex;
    position: relative;
    background: 0;
    border: 0;
    margin: 0 0 12px 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: 0;
    justify-content: center;
    height: 45px;
    padding-left: 10px;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .publications-filters__title {
        width:70%;
        height: 48px
    }
}

.publications-filters__title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: .111111111111111rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
    transform-origin: center left;
    transform: scaleX(0);
    transition: .4s transform
}

.publications-filters__title .headline-filter {
    width: 100%;
    margin-bottom: 0;
    font-size: .888888888888889rem;
    color: #000;
    transition: .4s color;
    line-height: 1.333333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: flex-end
}

.publications-filters__title .headline-filter:hover {
    color: red
}

.publications-filters__title.active::before {
    transform: scaleX(1)
}

.publications-filters__title.active .headline-filter {
    color: red
}

.publications-filters__title.active .publications-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
}

@supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
    .publications-filters__title.active .publications-filters__arrow::after {
        clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
    }
}

@media screen and (min-width: 1024px) {
    .publications-filters__title:hover::before {
        transform:scaleX(1)
    }

    .publications-filters__title:hover .publications-filters__arrow::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
    }

    @supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
        .publications-filters__title:hover .publications-filters__arrow::after {
            clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
        }
    }
}

.activity-keyfigures {
    margin-top: -15px;
    color: #333745
}

.activity-keyfigures__number {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif;
    font-size: 3.888888888888889rem;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .activity-keyfigures__number {
        font-size:5rem
    }
}

.activity-keyfigures__subtitle {
    padding-bottom: 35px;
    font-family: 'kepler-std-display',serif;
    font-weight: 700;
    font-size: 1.666666666666667rem;
    line-height: 35px
}

@media screen and (min-width: 768px) {
    .activity-keyfigures__subtitle {
        padding-bottom:70px
    }
}

.activity-keyfigures__slider-number {
    width: 33.33%;
    flex-shrink: 0;
    font-size: 2.5rem;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width: 768px) {
    .activity-keyfigures__slider-number {
        font-size:3.333333333333333rem
    }
}

@media screen and (min-width: 1024px) {
    .activity-keyfigures__slider-number {
        width:50%
    }
}

.activity-keyfigures__slider-wrap {
    position: relative;
    overflow: hidden;
    width: 75%
}

@media screen and (min-width: 1024px) {
    .activity-keyfigures__slider-wrap {
        width:100%
    }
}

.activity-keyfigures__slider-item {
    display: flex;
    align-items: center;
    width: calc(75vw - 15px);
    flex-shrink: 0
}

@media screen and (min-width: 768px) {
    .activity-keyfigures__slider-item {
        width:calc(75vw - 30px)
    }
}

@media screen and (min-width: 1024px) {
    .activity-keyfigures__slider-item {
        width:25vw
    }
}

.activity-keyfigures__slider {
    position: relative
}

.activity-keyfigures__slider-controls {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25%;
    transform: translateY(-50%)
}

@media screen and (min-width: 1024px) {
    .activity-keyfigures__slider-controls {
        right:auto;
        left: 100%;
        width: 12.5vw
    }
}

.activity-keyfigures__slider-inner {
    display: flex;
    transition: .5s transform ease-in
}

.activity-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width: 768px) {
    .activity-tabs__nav {
        margin-bottom:50px
    }
}

@media screen and (min-width: 1024px) {
    .activity-tabs__nav {
        margin-bottom:100px
    }
}

.activity-tabs__nav-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%
}

@media screen and (min-width: 768px) {
    .activity-tabs__nav-item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .activity-tabs__nav-item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666666666664%;
        flex-preferred-size: 16.666666666666664%;
        max-width: 16.666666666666664%
    }
}

.activity-tabs__nav-button {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
    background: 0;
    border: 0;
    text-align: left;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-size: .888888888888889rem;
    color: #333745;
    cursor: pointer;
    transition: .3s color linear
}

@media screen and (max-width: 767px) {
    .activity-tabs__nav-button {
        margin-bottom:5px
    }
}

@media screen and (min-width: 768px) {
    .activity-tabs__nav-button {
        padding-bottom:30px;
        font-size: 1.111111111111111rem
    }
}

.activity-tabs__nav-button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid;
    transform-origin: 0 0;
    transform: scaleX(0);
    transition: .3s transform ease-in
}

.activity-tabs__nav-button:hover,.activity-tabs__nav-button.is-active {
    color: red
}

.activity-tabs__nav-button:hover:after,.activity-tabs__nav-button.is-active:after {
    transform: scaleX(1)
}

.activity-tabs-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.activity-tabs-slider a:not(.btn) {
    text-decoration: none;
    color: #333745
}

.activity-tabs-slider a:not(.btn):hover {
    color: red
}

.activity-tabs-slider .image-block {
    padding-top: 100%
}

.activity-tabs-slider__slides {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.activity-tabs-slider__slide {
    float: left;
    width: 100%
}

.activity-tabs-slider__slide .btn {
    margin-top: 25px
}

@media screen and (min-width: 1024px) {
    .activity-tabs-slider__slide {
        display:flex;
        align-items: flex-start
    }
}

.activity-tabs-slider__slide-left {
    width: 100%;
    display: block
}

@media screen and (max-width: 1023px) {
    .activity-tabs-slider__slide-left {
        margin-bottom:45px
    }
}

@media screen and (min-width: 1024px) {
    .activity-tabs-slider__slide-left {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }
}

.activity-tabs-slider__slide-right {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .activity-tabs-slider__slide-right {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.666666666666664%
    }
}

@media screen and (max-width: 767px) {
    .activity-real {
        padding-top:20px
    }
}

.activity-real-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.activity-real-slider .image-block {
    padding-bottom: 50%
}

.activity-real-slider__slide {
    float: left;
    width: 100%
}

.activity-real-slider__inner {
    overflow: hidden;
    width: 100%
}

.activity-real-slider__slides {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.activity-real-slider__controls {
    position: absolute;
    top: calc(25px + 50vw);
    right: 0;
    z-index: 5;
    width: 25%
}

@media screen and (min-width: 768px) {
    .activity-real-slider__controls {
        top:calc(30px + 50vw)
    }
}

@media screen and (min-width: 1024px) {
    .activity-real-slider__controls {
        top:41vw;
        width: 16.6%
    }
}

.activity-real-slider__slide-content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    padding-top: 25px;
    padding-right: 15px
}

@media screen and (min-width: 768px) {
    .activity-real-slider__slide-content {
        padding-top:35px
    }
}

@media screen and (min-width: 1024px) {
    .activity-real-slider__slide-content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }
}

.activity-real-slider__slide-location {
    display: block;
    font-family: 'acumin-pro',sans-serif;
    font-size: .833333333333333rem;
    font-weight: 600;
    color: $color__gary--darker;
    margin-top: -10px;
    margin-bottom: 10px
}

.activity-real-slider .date {
    display: block;
    margin-bottom: 30px
}

.activity-real-slider .controls__arrows__inner {
    display: flex;
    justify-content: center
}

.activity-real-slider .controls__arrow {
    margin: 0
}

.activity-real-slider .controls__arrow:first-child {
    margin-right: 15px
}

@media screen and (min-width: 768px) {
    .activity-real-slider .controls__arrow:first-child {
        margin-right:30px
    }
}

.activity-half-content {
    position: relative
}

@media screen and (max-width: 1023px) {
    .activity-half-content__left {
        margin-bottom:35px
    }
}

@media screen and (min-width: 1024px) {
    .activity-half-content {
        display:flex;
        align-items: flex-start
    }

    .activity-half-content__left {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }

    .activity-half-content__right {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.666666666666664%
    }
}

@media screen and (min-width: 1024px) {
    .activity-content__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-left: 16.666666666666664%
    }
}

.activity-content__img {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .activity-content__img {
        margin-bottom:45px
    }
}

@media screen and (min-width: 1024px) {
    .picture__anim {
        overflow:hidden
    }

    .picture__anim.image-block img {
        transform: translateX(-101%)
    }

    .picture__anim.image-block img.middle {
        transform: translateX(-100%) translateY(-50%);
        top: 50%
    }

    .picture__anim.tg-block__image-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
        transform-origin: center right;
        transition: transform 1s cubic-bezier(0.125,0.75,0.415,1);
        background: #fff
    }

    .picture__anim.picture__anim-end.image-block img {
        transform: translateX(0);
        transition: transform 1s cubic-bezier(0.125,0.75,0.415,1)
    }

    .picture__anim.picture__anim-end.image-block img.middle {
        transform: translateX(0) translateY(-50%)
    }

    .picture__anim.picture__anim-end.tg-block__image-wrapper:after {
        transform: scaleX(0)
    }
}

.popin-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 29
}

.popin-intro__bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 1,auto;
    transition: opacity 400ms ease-in-out
}

.popin-intro__pop {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (min-width: 1024px) {
    .popin-intro__pop {
        width:calc(100% * 6 / 8);
        max-width: 1200px;
        height: auto
    }
}

.popin-intro .popin__wrap {
    position: relative;
    background: #fff;
    height: 100%;
    transition: all 400ms ease-in-out;
    overflow: auto
}

.popin-intro .popin__close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 25px;
    height: 25px;
    z-index: 10;
    transform: rotate(-45deg);
    cursor: pointer
}

.popin-intro .popin__close:before,.popin-intro .popin__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: #000;
    transform: translateY(-50%) translateX(-50%)
}

.popin-intro .popin__close:before {
    height: 2px;
    width: 100%
}

.popin-intro .popin__close:after {
    height: 100%;
    width: 2px
}

.popin-intro .popin__close:hover:after,.popin-intro .popin__close:hover:before {
    background: red
}

.popin-intro .popin .alert__block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
}

@media screen and (min-width: 1024px) {
    .popin-intro .popin .alert__block {
        flex-direction:row
    }
}

.popin-intro .popin .alert__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    order: 2
}

.popin-intro .popin .alert__image .image-block {
    height: 100%;
    min-height: 50vh
}

.popin-intro .popin .alert__image .image-block img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (min-width: 1024px) {
    .popin-intro .popin .alert__image {
        flex-basis:50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        order: 1
    }
}

.popin-intro .popin .alert__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    order: 1;
    min-height: 50vh;
    padding: 100px 50px
}

@media screen and (min-width: 1024px) {
    .popin-intro .popin .alert__content {
        flex-basis:50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        order: 2;
        padding: 100px
    }
}

.popin-intro .popin .alert__content .title strong {
    color: red
}

.popin-intro .popin .alert__content .btn__wording {
    max-width: 100%
}

.popin-intro .popin .alert__content .paragraph strong {
    color: #000
}

.popin-press {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
    visibility: hidden
}

.popin-press.is-visible {
    visibility: visible
}

.popin-press.is-visible .popin-press__background,.popin-press.is-visible .popin-press__pop {
    opacity: 1;
    visibility: visible
}

.popin-press.is-visible .popin-press__pop {
    transform: translateY(0)
}

.popin-press__background {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity ease-in,0.3s visibility ease-in
}

.popin-press__pop {
    position: relative;
    height: auto;
    max-height: 90vh;
    width: calc(100% - 30px);
    transform: translateY(-10%);
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 102;
    transition: .3s opacity ease-in,0.3s visibility ease-in,0.3s transform ease-in
}

@media screen and (min-width: 768px) {
    .popin-press__pop {
        width:700px
    }
}

.popin-press__inner {
    position: relative;
    overflow: auto;
    padding: 50px 30px 25px;
    max-height: 90vh
}

@media screen and (min-width: 768px) {
    .popin-press__inner {
        padding:70px 50px 45px
    }
}

@media screen and (min-width: 1024px) {
    .popin-press__inner {
        padding:70px 100px 45px
    }
}

.popin-press__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 17px;
    height: 17px;
    z-index: 10;
    background: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    cursor: pointer
}

.popin-press__close path {
    transition: .3s stroke linear
}

.popin-press__close:hover path {
    stroke: red
}

@media screen and (min-width: 768px) {
    .popin-press__close {
        top:50px;
        right: 50px
    }
}

.popin-press .form--email {
    margin-top: -10px
}

.popin-press .form__row {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .popin-press .form__row {
        width:75%
    }
}

@media screen and (min-width: 1024px) {
    .popin-press .form__row {
        margin-bottom:20px
    }
}

.popin-press .form__errors {
    margin-top: 10px
}

.popin-press .form__error {
    display: none;
    margin-bottom: 5px;
    opacity: 0
}

.popin-press .form--rgpd {
    font-size: .722222222222222rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'acumin-pro',sans-serif;
    color: #777;
    padding-top: 25px
}

.popin-press .form--rgpd a {
    color: #777;
    border-bottom-color: currentColor
}

.popin-press .form--rgpd a:hover {
    color: red
}

.popin-press .form__input--text {
    display: block;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #dedede;
    border-left: 0;
    padding-top: 13px;
    padding-bottom: 20px;
    width: 100%;
    background: transparent;
    color: #333745;
    font-weight: 400;
    font-size: .833333333333333rem
}

.popin-press .form__input--text:focus {
    outline: 0
}

.popin-press .form__input--text::-webkit-input-placeholder {
    font-size: .833333333333333rem;
    font-weight: 600;
    color: #777;
    opacity: 1
}

.popin-press .form__input--text:-moz-placeholder {
    font-size: .833333333333333rem;
    font-weight: 600;
    color: #777;
    opacity: 1
}

.popin-press .form__input--text::-moz-placeholder {
    font-size: .833333333333333rem;
    font-weight: 600;
    color: #777;
    opacity: 1
}

.popin-press .form__input--text:-ms-input-placeholder {
    font-size: .833333333333333rem;
    font-weight: 600;
    color: #777;
    opacity: 1
}

.popin-press .form__input--select {
    visibility: hidden
}

.popin-press .form .form--submit .form__sent {
    display: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1em;
    color: #333745;
    opacity: 0
}

.popin-press .form .form--submit .btn {
    background: transparent;
    border: 0;
    padding: 0;
    text-shadow: none
}

.popin-press .form .cs-select {
    position: relative;
    border-top: 0;
    border-right: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    border-left: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 40px;
    height: 55px
}

.popin-press .form .cs-select:before {
    content: '';
    position: absolute;
    top: 31%;
    right: 15px;
    width: 11px;
    height: 16px;
    background: transparent url("/static/images/menu-arrow.svg") top left no-repeat;
    transition: transform .2s;
    transform: rotate(-90deg)
}

.popin-press .form .cs-select.open .cs-wrapper .cs-list {
    opacity: 1;
    transform: scaleY(1)
}

.popin-press .form .cs-select.open:before {
    transform: rotate(90deg)
}

.popin-press .form .cs-select.above .cs-wrapper .cs-list {
    position: absolute;
    bottom: 10px;
    left: 0;
    top: auto;
    transform-origin: left bottom 0
}

.popin-press .form .cs-select .cs-list {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    border: 2px solid #dedede;
    border-top: 0;
    padding: 0;
    max-height: 200px;
    width: 100.1%;
    background-color: #fff;
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: all .2s ease-in-out;
    overflow: auto
}

.popin-press .form .cs-select .cs-option {
    float: none;
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    color: #777;
    text-align: left;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.popin-press .form .cs-select .cs-option:hover {
    color: #fff;
    background-color: #777
}

.popin-press .form .cs-select .cs-option.disabled {
    display: none
}

.popin-press .form .cs-select .cs-label {
    font-size: .833333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    color: #777
}

.popin-press .press__form--right {
    margin-top: 30px
}

.popin-press .grecaptcha-badge {
    position: static !important;
    bottom: 0;
    right: 0;
    margin-bottom: 35px
}

.popin-press .g-recaptcha {
    position: absolute;
    visibility: hidden;
    top: 0;
    pointer-events: none
}

.keepeek--container img.content-video__poster {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.keepeek--article {
    height: 400px
}

@media screen and (min-width: 1024px) {
    .keepeek--article {
        height:20vw
    }
}

@media screen and (max-width: 1023px) {
    .main > .breadcrumb {
        display: none
    }
}


    .breadcrumb {
        display:block;
        padding-left: 0;
        margin-top: 24px;
        font-weight: 600;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-left: 16.75%;
        position: absolute;
        z-index: 100
    }

    .breadcrumb__nav {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        margin: 0;
        padding-left: 0;
        font-family: 'acumin-pro',sans-serif;
        list-style-type: none
    }

    .breadcrumb__link {
        position: relative;
        display: inline-block;
        margin-right: 15px;
        text-decoration: none;
        font-size: inherit;
        color: #333745;
        height: 18px
    }

    .breadcrumb__link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid currentColor;
        width: 100%;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: .3s all linear
    }

    .breadcrumb__link:hover:after {
        transform: scaleX(1)
    }

    .breadcrumb span {
        position: relative;
        display: inline-block;
        margin-right: 15px;
        text-decoration: none;
        font-size: inherit;
        color: #333745;
        height: 18px
    }

    .breadcrumb__item svg {
        padding-top: 8px
    }

    .breadcrumb__item path {
        fill: #333745
    }

    .breadcrumb__item:not(:last-child) {
        margin-right: 15px
    }

    .breadcrumb--black {
        color: #333745
    }

    .breadcrumb--black .breadcrumb__link {
        color: #333745
    }

    .breadcrumb--black .breadcrumb__link:after {
        border-color: #333745
    }

    .breadcrumb--black span {
        color: #333745
    }

    .breadcrumb--black .breadcrumb__item svg {
        fill: #333745
    }

    .breadcrumb--black .breadcrumb__item path {
        fill: #333745
    }

    .breadcrumb--white {
        color: #fff
    }

    .breadcrumb--white .breadcrumb__link {
        color: #fff
    }

    .breadcrumb--white .breadcrumb__link:after {
        border-color: #fff
    }

    .breadcrumb--white span {
        color: #fff
    }

    .breadcrumb--white .breadcrumb__item svg {
        fill: #fff
    }

    .breadcrumb--white .breadcrumb__item path {
        fill: #fff
    }

@media screen and (max-width:767px) {
    .breadcrumb__link {
        margin-right:10px
    }
}

    .breadcrumb__item {
        display:flex;
        align-items: center;
        height: 18px;
        padding-bottom: 0;
        font-size: .666666666666667rem
    }

@media screen and (max-width:767px) {
    .breadcrumb:not(:last-child) {
        margin-right: 10px
    }
}

.article-header {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden
}

.article-header .page-title {
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .article-header .page-title {
        margin-top:0
    }
}

.article-header.text--white .page-title {
    color: #fff
}

.article-header.text--white .article-header__chapo {
    color: #fff
}

.article-header.text--white svg path {
    fill: #fff
}

@media screen and (min-width: 768px) {
    .article-header.text--white {
        color:#333745
    }
}

@media screen and (max-width: 767px) {
    .article-header.text--white .article-header__wrap-title {
        position:relative;
        overflow: hidden;
        padding: 0 20px 20px;
        margin: 0 -20px;
        color: #333745
    }
}

.article-header__fake-play {
    opacity: 0;
    visibility: hidden
}

.article-header__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1023px) {
    .home .article-header__bg {
        background-position:75% center
    }
}

@media screen and (min-width: 1024px) {
    .home .article-header__bg {
        background-position:75% center
    }
}

.article-header__bg.faded:after {
    background: linear-gradient(180deg,rgba(255,255,255,0.5) 0%,#fff 100%)
}

.article-header__bg--youtube-wrap {
    top: 50%;
    bottom: auto;
    left: 50%;
    height: 0;
    min-width: 100%;
    padding-top: 56.5vw;
    transform: translate(-50%,-50%)
}

.article-header__bg--youtube {
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%
}

.article-header__bg--video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    pointer-events: none
}

.article-header__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 700;
    font-size: 1.777777777777778rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 2.222222222222222rem
}

@media screen and (min-width: 768px) {
    .article-header__title {
        margin-bottom:30px;
        font-size: 2.777777777777778rem;
        line-height: 3.111111111111111rem
    }
}

@media screen and (max-width: 767px) {
    .home .article-header__title {
        font-size:50px;
        padding-right: 90px
    }
}

.article-header__content {
    padding: 40px 35px 0;
    margin-bottom: 80px
}

@media screen and (min-width: 768px) {
    .article-header__content {
        padding:50px 35px 50px
    }
}

@media screen and (min-width: 1024px) {
    .article-header__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin: 22px auto 100px;
        padding: 90px 0 0
    }
}

@media screen and (min-width: 1280px) {
    .article-header__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%
    }
}

.article-header__chapo {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 1rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .article-header__chapo {
        font-size:1.111111111111111rem
    }
}

.article-header__chapo p:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .home .article-header__chapo {
        padding-right:35%
    }
}

.article-header__share {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.article-header__share li:not(:last-child) {
    margin-right: 35px
}

.article-header__share button {
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer
}

.article-header__share button:focus {
    outline: 0
}

.article-header__share a:hover path {
    fill: red
}

.article-header__share li button:hover path {
    fill: red
}

.article-header__share a,.article-header__share button {
    transition: .3s opacity linear
}

.article-header__share .mail-share {
    padding-right: 10px
}

@media print {
    .article-header {
        padding: 50px 0
    }

    .article-header__share {
        display: none
    }
}

.cta-citation__img-citation {
    margin-top: 24px
}

.cta-citation__img-container {
    width: 50%
}

.cta-citation__txt p.headline {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .cta-citation__txt {
        margin-top:56px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.cta-citation__txt .link-wrapper {
    margin-top: 40px
}

.cta-citation__title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.555555555555556rem;
    font-family: 'kepler-std-display',serif;
    color: #000;
    line-height: 1.888888888888889rem
}

@media screen and (min-width: 1024px) {
    .cta-citation__title {
        margin-bottom:40px;
        padding: 0;
        font-size: 2rem;
        line-height: 2.388888888888889rem
    }
}

@media screen and (min-width: 1024px) {
    .cta-citation__img-citation {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 25%;
        margin-top: 0
    }
}

.cta-citation__img-container {
    width: 50%;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .cta-citation__img-container {
        width:100%
    }
}

.colonnes-block {
    padding: 25px 35px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .colonnes-block {
        padding:40px 0 40px
    }
}

.colonnes-block .headline {
    margin-bottom: 24px
}

.colonnes-block__title {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem
}

@media screen and (min-width: 1024px) {
    .colonnes-block__title {
        font-size:1.333333333333333rem;
        line-height: 1.611111111111111rem;
        margin-bottom: 24px;
        padding-right: 40px
    }
}

@media screen and (max-width: 1023px) {
    .colonnes-block__container {
        padding-bottom:50px
    }
}

@media screen and (min-width: 1024px) {
    .colonnes-block__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin: 0 auto
    }
}

.colonnes-block__list {
    list-style-type: none;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    transition: transform .4s ease
}

@media screen and (min-width: 1024px) {
    .colonnes-block__list li {
        overflow:hidden;
        width: 100%
    }

    .colonnes-block__list li .col-block-image-block {
        overflow: hidden;
        display: flex
    }

    .colonnes-block__list li .col-block-image-block img {
        width: 100%;
        transition: transform 400ms ease-in-out
    }
}

.colonnes-block__list li:hover {
    cursor: auto
}

.colonnes-block__list li:hover .col-block-image-block img {
    transform: scale(1.05)
}

.colonnes-block__list li .colonnes-block__info ul li {
    list-style-type: disc;
    overflow: visible
}

.colonnes-block__list li a:hover {
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .colonnes-block__list {
        flex-flow:row wrap
    }
}

.colonnes-block__item {
    width: 100%;
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .colonnes-block__item {
        flex:1
    }
}

.colonnes-block__link {
    display: block;
    text-decoration: none;
    color: #000
}

.colonnes-block__info {
    font-family: 'acumin-pro',sans-serif;
    font-weight: 500;
    font-size: .777777777777778rem;
    line-height: .944444444444444rem;
    color: #777
}

@media screen and (min-width: 1024px) {
    .colonnes-block__info {
        margin-right:40px
    }
}

@media print {
    .colonnes-block__item {
        width: 25%
    }

    .colonnes-block__list {
        flex-direction: row
    }
}

.rebond ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.rebond ul li:not(:last-child) {
    margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
    .rebond ul li:not(:last-child) {
        margin-bottom:16px
    }
}

.rebond__item {
    display: flex;
    align-items: flex-start;
    text-decoration: none
}

@media screen and (min-width: 1024px) {
    .rebond__item {
        align-items:center
    }
}

.rebond__item:hover .rebond__title {
    color: red;
    transition: .2s ease
}

.rebond__item>.rebond__img+.rebond__txt-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 6.25%
}

@media screen and (min-width: 1024px) {
    .rebond__item>.rebond__img+.rebond__txt-container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 62.5%;
        flex-preferred-size: 62.5%;
        max-width: 62.5%;
        margin-left: 12.5%
    }
}

.rebond__img {
    flex-shrink: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 18.75%;
    flex-preferred-size: 18.75%;
    max-width: 18.75%
}

@media screen and (min-width: 1024px) {
    .rebond__img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 12.5%;
        flex-preferred-size: 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 1024px) {
    .rebond__txt-container {
        margin-bottom:8px
    }
}

.rebond__txt-container .paragraph {
    display: none
}

@media screen and (min-width: 1024px) {
    .rebond__txt-container .paragraph {
        display:block
    }
}

.rebond__title {
    display: block;
    margin-bottom: 15px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #000;
    transition: .2s ease
}

@media print {
    .rebond__txt-container,.rebond__icon-container {
        display: none
    }

    .rebond__item {
        display: flex
    }

    .rebond__img {
        width: 25%
    }

    .rebond__txt-container {
        width: 75%;
        padding-left: 20px
    }
}

.edito-trio__container.cta_zoom-container {
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .edito-trio__container.cta_zoom-container {
        align-items:center;
        flex-direction: row
    }
}

@media screen and (min-width: 1024px) {
    .edito-trio__container.cta_zoom-container.reverse {
        flex-flow:row-reverse
    }

    .edito-trio__container.cta_zoom-container.reverse .cta-citation__txt {
        margin-left: 0;
        margin-right: 12.5%
    }
}

.edito-trio__container.cta_zoom-container .cta-citation__img-container {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .edito-trio__container.cta_zoom-container .cta-citation__img-container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 1023px) {
    .edito-trio__container.cta_zoom-container .cta-citation__title {
        margin-bottom:24px
    }
}

@media screen and (min-width: 1024px) {
    .edito-trio__container.cta_zoom-container .cta-citation__txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%;
        margin-left: 12.5%;
        margin-top: 0
    }
}

.edito-trio__container.cta_zoom-container .edito-trio__edito-legend {
    text-align: left
}

@media screen and (max-width: 1023px) {
    .edito-trio__container.cta_zoom-container .link-wrapper {
        margin-top:24px
    }
}

.edito-download .list {
    padding-left: 0
}

.edito-download .list .list__item {
    margin-bottom: 1rem;
    list-style-type: none
}

.edito-download .list .list__item .list__link {
    color: #000;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    text-decoration: none;
    position: relative
}

.edito-download .list .list__item .list__link .download-icon {
    margin-right: 13px
}

.edito-download .list .list__item .list__link .download-icon path {
    fill: #000
}

@media screen and (min-width: 1024px) {
    .edito-download .list .list__item .list__link .download-icon {
        margin-right:-20px;
        position: absolute;
        top: 5px;
        left: -33px
    }
}

.edito-download .list .list__item .list__link:link {
    color: #000
}

.edito-download .list .list__item .list__link:link .download-icon path {
    fill: #000
}

.edito-download .list .list__item .list__link:visited {
    color: #777
}

.edito-download .list .list__item .list__link:visited .download-icon path {
    fill: #777
}

.edito-download .list .list__item .list__link:hover {
    color: red
}

.edito-download .list .list__item .list__link:hover .download-icon path {
    fill: red
}

.edito-download .list .list__item .list__link:active {
    color: red
}

.edito-download .list .list__item .list__link:active .download-icon path {
    fill: red
}

.edito-download .list .list__item .list__link .list__doc-weight {
    display: block;
    padding-left: 35px
}

@media screen and (min-width: 1024px) {
    .edito-download .list .list__item .list__link .list__doc-weight {
        display:block;
        padding-left: 0
    }
}

.edito-trio__content {
    flex-shrink: 0
}

@media screen and (max-width: 1023px) {
    .edito-trio__content {
        margin-bottom:25px
    }
}

@media screen and (min-width: 1024px) {
    .edito-trio__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

.edito-trio__h3 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem;
    font-family: 'kepler-std-display',serif;
    color: #000
}

@media screen and (min-width: 1024px) {
    .edito-trio__txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.edito-trio__container {
    display: flex
}

@media screen and (max-width: 1023px) {
    .edito-trio__container {
        flex-direction:column-reverse
    }
}

@media screen and (min-width: 1024px) {
    .edito-trio__container>div:last-child {
        margin-left:25%
    }
}

.edito-trio__container.download .paragraph {
    order: 1
}

@media screen and (min-width: 1024px) {
    .edito-trio__container.download .paragraph {
        order:inherit
    }

    .edito-trio__container.download .paragraph h3+p:first-of-type {
        margin-top: 0
    }

    .edito-trio__container.download .paragraph p:first-of-type {
        margin-top: 30px
    }
}

.edito-trio__container .paragraph h3+p:first-of-type {
    margin-top: 0
}

.edito-trio__container .paragraph p:first-of-type,
.edito-trio__container--reverse .paragraph p:first-of-type {
    margin-top: 30px
}

.edito-trio__container>div.edito-trio__edito-txt {
    flex-shrink: 0
}

@media screen and (min-width: 1024px) {
    .edito-trio__container>div.edito-trio__edito-txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 12.5%
    }
}

.edito-trio__edito-img {
    margin-top: 24px;
    flex-shrink: 0
}

@media screen and (min-width: 1024px) {
    .edito-trio__edito-img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 37.5%;
        flex-preferred-size: 37.5%;
        max-width: 37.5%
    }
}

.edito-trio__edito-legend {
    font-family: 'acumin-pro',sans-serif;
    font-size: .777777777777778rem;
    line-height: .944444444444444rem;
    text-align: left;
    color: #878787
}

@media screen and (min-width: 1024px) {
    .edito-trio__edito-legend {
        text-align:right
    }
}

.edito-trio__container--reverse {
    display: flex;
    flex-direction: column
}

.edito-trio__container--reverse .edito-trio__content {
    order: 1
}

.edito-trio__container--reverse>div:first-child {
    order: 2
}

.edito-trio__container--reverse>div:last-child {
    margin-left: 0
}

@media screen and (min-width: 1024px) {
    .edito-trio__container--reverse>div:first-child {
        margin-left:25%
    }

    .edito-trio__container--reverse div.edito-trio__edito-img {
        margin-left: 12.5%
    }

    .edito-trio__container--reverse .edito-trio__edito-txt {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 1023px) {
    .edito-trio__container--reverse .edito-trio__content {
        margin-top:25px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .edito-trio__container--reverse {
        flex-direction:row
    }
}

@media print {
    .edito-trio__container {
        display: block
    }

    .edito-trio__txt {
        width: 100%;
        margin-left: 0
    }

    .edito-trio__content {
        width: 50%
    }
}

.edito-focus {
    padding: 39px 16px 59px;
    background-color: #0088ce;
    color: #333745;
    font-family: 'kepler-std-display',serif
}

.edito-focus.gray {
    background-color: #6d6f72
}

.edito-focus.red {
    background-color: red
}

.edito-focus.green {
    background-color: #34b233
}

.edito-focus.yellow {
    background-color: #fed100
}

.edito-focus.yellow .edito-focus__title,.edito-focus.yellow .paragraph {
    color: #000
}

.edito-focus.yellow .edito-focus__title ul li:before,.edito-focus.yellow .paragraph ul li:before {
    background-color: #000
}

.edito-focus.yellow .btn {
    color: #000
}

.edito-focus.yellow .btn .btn__wording {
    color: #000
}

.edito-focus.yellow .btn .btn__line,.edito-focus.yellow .btn .btn__hidden__line {
    background-color: #000
}

.edito-focus.yellow .btn:hover .btn__line,.edito-focus.yellow .btn:hover .btn__hidden__line {
    background-color: #000
}

.edito-focus.yellow .btn:hover .btn__wording {
    color: #000
}

.edito-focus.black {
    background-color: #000
}

.edito-focus .btn:hover .btn__hidden__line {
    background-color: #fff;
    opacity: 1
}

.edito-focus .btn:hover .btn__wording {
    color: #fff;
    opacity: 1
}

@media screen and (min-width: 1024px) {
    .edito-focus {
        padding:58px 40px 68px
    }
}

.edito-focus__title {
    margin: 0;
    font-size: 1.333333333333333rem;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif;
    color: #fff;
    line-height: 1.611111111111111rem
}

.edito-focus .paragraph {
    padding: 10px 0 0;
    color: #fff
}

.edito-focus .paragraph ul li:before {
    background-color: #fff
}

@media screen and (min-width: 1024px) {
    .edito-focus .paragraph {
        padding:20px 0 15px
    }
}

.edito-focus .link-wrapper {
    margin-top: 25px
}

.edito-focus .btn {
    justify-content: flex-start;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .edito-focus .btn {
        justify-content:flex-end
    }
}

.edito-focus .btn__line {
    background-color: #fff
}

@media print {
    .edito-focus {
        -webkit-print-color-adjust: exact;
        page-break-inside: avoid
    }
}

h2.edito-focus__title,h3.edito-focus__title {
    color: #fff
}

@media screen and (min-width: 1024px) {
    h2.edito-focus__title,h3.edito-focus__title {
        margin-bottom:20px
    }
}

.edito-quote {
    margin-top: 65px;
    margin-bottom: 65px;
    font-weight: 600;
    font-family: 'acumin-pro',sans-serif;
    color: #333745
}

@media screen and (max-width: 767px) {
    .home .edito-quote {
        padding:0
    }
}

.edito-quote .quote-bg--gray {
    background-color: #6d6d6d;
    padding: 60px 50px;
    margin-top: -20px;
    margin-bottom: 50px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .edito-quote .quote-bg--gray {
        padding:84px 110px;
        margin-top: -100px
    }
}

.edito-quote .quote-bg--gray .edito-quote__quote {
    position: relative;
    color: #fff
}

.edito-quote .quote-bg--gray .edito-quote__quote::before,.edito-quote .quote-bg--gray .edito-quote__quote::after {
    color: #fff
}

.edito-quote .quote-bg--gray .edito-quote__author,.edito-quote .quote-bg--gray .legend--article {
    color: #fff
}

.edito-quote .quote-bg--gray .edito-quote__author {
    margin-top: 40px
}

.edito-quote--full {
    text-align: center
}

@media screen and (min-width: 1024px) {
    .edito-quote--full {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin: 0 auto
    }
}

@media print {
    .edito-quote--full {
        margin-top: 50px
    }

    .edito-quote--full .edito-quote__quote:before {
        left: 0
    }

    .edito-quote--full .edito-quote__quote:after {
        right: 0;
        bottom: -20px
    }
}

.edito-quote__quote {
    margin: 0;
    padding: 0;
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
    position: relative;
    color: #000
}

@media screen and (min-width: 768px) {
    .edito-quote__quote {
        font-size:1.444444444444444rem;
        line-height: 1.722222222222222rem
    }
}

.edito-quote__quote:before,.edito-quote__quote:after {
    display: block;
    height: 40px;
    width: 20px;
    font-family: 'kepler-std-display',serif;
    font-size: 5.555555555555555rem;
    position: absolute
}

.edito-quote__quote:before {
    content: "\2018\2018";
    margin-bottom: 0;
    left: -2px;
    top: -16px
}

.edito-quote__quote:after {
    content: "\2019\2019";
    height: 0;
    right: 20px;
    bottom: -35px
}

.edito-quote__quote--small {
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
    margin-top: 50px
}

.edito-quote__quote--small:before,.edito-quote__quote--small:after {
    font-size: 3.333333333333333rem;
    height: 30px
}

@media screen and (min-width: 768px) {
    .edito-quote__quote--small {
        font-size:1.666666666666667rem;
        line-height: 40px
    }

    .edito-quote__quote--small:before,.edito-quote__quote--small:after {
        font-size: 4.444444444444445rem;
        line-height: 1.2
    }
}

@media screen and (min-width: 1024px) {
    .edito-quote__quote--small {
        margin-top:20px;
        padding: 20px 0 0 0;
        font-size: 1.111111111111111rem;
        line-height: 1.333333333333333rem
    }
}

.edito-quote__quote--small:before {
    margin-bottom: 0;
    top: -20px;
    left: 0
}

@media screen and (min-width: 768px) {
    .edito-quote__quote--small:before {
        top:-40px;
        margin-bottom: 15px;
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .edito-quote__quote--small:before {
        top:-25px;
        padding: 0
    }
}

.edito-quote__quote--small:after {
    margin-top: 0;
    right: 4px;
    height: 0;
    bottom: -15px
}

@media screen and (min-width: 768px) {
    .edito-quote__quote--small:after {
        height:20px
    }
}

@media screen and (min-width: 1024px) {
    .edito-quote__quote--small:after {
        right:10px
    }
}

.edito-quote__quote--small+.edito-quote__author {
    text-align: left
}

@media screen and (min-width: 1024px) {
    .edito-quote__quote--small+.edito-quote__author {
        margin-top:30px;
        margin-bottom: 0;
        margin-left: 0
    }
}

.edito-quote__quote--small+.edito-quote__author+.legend {
    text-align: left;
    letter-spacing: 2.2px;
    margin-top: .2rem
}

@media screen and (min-width: 1024px) {
    .edito-quote__quote--small+.edito-quote__author+.legend {
        margin-top:0;
        margin-left: 0
    }
}

.edito-quote__author {
    display: block;
    margin: 40px 0 0;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    text-align: left;
    font-family: 'kepler-std-display',serif;
    color: #000
}

.edito-quote .legend {
    display: block;
    margin-top: 0;
    text-align: left
}

.edito-quote__img-container {
    width: 120px;
    height: 120px;
    margin-top: 40px;
    margin-right: 25px;
    float: left
}

.edito-quote__img-container+.edito-quote__author {
    margin-top: 60px
}

.edito-quote__img-container+.edito-quote__author+.legend {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .edito-quote__img-container+.edito-quote__author+.legend {
        margin-bottom:8%
    }
}

@media screen and (min-width: 1024px) {
    .edito-quote__img-container {
        width:12.5%;
        margin-right: 60px
    }
}

.edito-trio__content .edito-quote.next-to-text {
    margin-top: 0
}

.join_us {
    padding-top: 0 !important
}

@media screen and (max-width: 1023px) {
    .join_us img {
        width:100vw;
        margin-left: -3%;
        max-width: none
    }
}

.media p:not(:last-child) {
    margin-bottom: 16px
}

.media__date {
    font-weight: 600;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000;
    margin-top: 16px
}

.media__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #000;
    margin-top: 16px
}

@media screen and (min-width: 1024px) {
    .media__title {
        margin-top:20px;
        font-size: 1.333333333333333rem;
        line-height: 1.611111111111111rem
    }
}

.media .legend {
    font-weight: 400;
    font-size: .777777777777778rem;
    line-height: 1.333333333333333rem;
    color: #878787
}

@media screen and (min-width: 1024px) {
    .media img+.media__date {
        display:none
    }
}

.media__link {
    text-decoration: none
}

.media-video {
    position: relative
}

.media-video.is-playing .media-video__button-container {
    display: none
}

.media-video.is-playing .media-video__poster,.media-video.is-playing .media-video__play {
    visibility: hidden
}

.media-video.is-playing .media-video__media:after {
    visibility: hidden
}

@media screen and (min-width: 1024px) {
    .media-video.is-playing .media-video__txt {
        visibility:hidden
    }
}

.media-video__media {
    position: relative;
    overflow: hidden;
    padding-top: 56.2%
}

.media-video__media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0,#000 0%,rgba(0,0,0,0) 100%);
    opacity: .6;
    transition: .3s all linear
}

@media print {
    .media-video__media {
        margin-top: 20px
    }

    .media-video__media:after {
        display: none
    }
}

.media-video__poster {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all linear
}

@media screen and (max-width: 1023px) {
    .media-video__button-container {
        margin-bottom:20px
    }
}

@media screen and (min-width: 1024px) {
    .media-video__button-container {
        position:absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        transition: .3s all linear
    }
}

.media-video__title {
    margin: 0 0 15px;
    font-size: 1.444444444444444rem;
    line-height: 33px;
    font-weight: 600;
    font-family: 'kepler-std-display',serif
}

@media screen and (min-width: 768px) {
    .media-video__title {
        font-size:1.666666666666667rem;
        line-height: 35px
    }
}

@media screen and (min-width: 1024px) {
    .media-video__title {
        color:#fff
    }
}

@media screen and (min-width: 1024px) {
    .media-video__desc {
        color:#fff;
        font-size: .833333333333333rem;
        line-height: 30px
    }
}

.media-video__play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    transition: .3s all linear;
    border-radius: 50%;
    border: 2px solid #cacaca;
    -webkit-appearance: none;
    cursor: pointer
}

.media-video__play--mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%,-50%);
    z-index: 5
}

.media-video__play--mobile svg {
    width: 20px
}

@media screen and (min-width: 1024px) {
    .media-video__play--mobile {
        display:none
    }
}

.media-video__play--desktop {
    width: 144px;
    height: 144px
}

@media screen and (max-width: 1023px) {
    .media-video__play--desktop {
        display:none
    }
}

.media-video__play--desktop svg {
    height: 82px
}

.media-video__play:hover {
    opacity: .5
}

.media-video__play:focus {
    outline: 0
}

.media-video__play svg {
    transition: .3s fill linear;
    fill: #fff
}

@media screen and (min-width: 1024px) {
    .media-video__play {
        margin-right:35px
    }
}

@media screen and (min-width: 1280px) {
    .media-video__play {
        margin-right:50px;
        margin-left: 45px
    }
}

@media print {
    .media-video__play {
        -webkit-print-color-adjust: exact
    }

    .media-video__play--desktop {
        display: none
    }
}

.media-video__video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.carousel {
    padding: 25px 35px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .carousel {
        padding:40px 0
    }
}

.carousel__footer {
    display: flex;
    margin-top: 40px
}

@media screen and (min-width: 1024px) {
    .carousel__footer {
        justify-content:flex-end
    }

    .carousel__footer .btn__lines {
        width: 50px;
        top: -7px
    }
}

.carousel__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16.76vw;
    z-index: 10;
    background-color: #fff;
    opacity: .7;
    display: none
}

@media screen and (min-width: 1024px) {
    .carousel__sidebar {
        display:block
    }
}

.carousel__sidebar--left {
    left: 0
}

@media screen and (min-width: 1024px) {
    .carousel__sidebar--left {
        left:-1px
    }
}

.carousel__sidebar--right {
    right: 0
}

@media screen and (min-width: 1024px) {
    .carousel__container {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 83.33333333333334%;
        flex-preferred-size: 83.33333333333334%;
        max-width: 83.33333333333334%;
        margin: 0 16.65%
    }
}

.carousel__content {
    position: relative;
    min-height: 115px
}

.carousel__inner {
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .carousel__inner {
        max-width:100%;
        padding-left: 0;
        overflow: visible
    }
}

.carousel__inner .number {
    color: red;
    margin: -50px 0 0 0;
    padding: 18px 38px
}

.carousel__inner .paragraph {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    font-weight: 600;
    font-family: 'acumin-pro',sans-serif;
    color: #000;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .carousel__inner .paragraph {
        width:90%;
        margin-bottom: 20px;
        font-size: 1.111111111111111rem;
        line-height: 1.333333333333333rem
    }
}

.carousel__slides {
    list-style-type: none;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    transition: transform .4s ease
}

.carousel__slides img {
    width: 100%;
    height: calc(100vw - 70px);
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .carousel__slides img {
        height:16.65vw
    }
}

.carousel__slide {
    width: calc(100vw - 70px)
}

@media screen and (min-width: 1024px) {
    .carousel__slide {
        width:16.65vw
    }
}

.carousel .slide__content {
    flex-grow: 1;
    text-decoration: none
}

.carousel .slide__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: calc(100vw - 70px)
}

.carousel .slide__inner .paragraph {
    padding-left: 5px
}

.carousel .slide__inner .btn {
    align-items: flex-end
}

.carousel .slide__inner .btn__lines {
    top: auto
}

@media screen and (min-width: 1024px) {
    .carousel .slide__inner {
        width:16.65vw
    }
}

.carousel__info {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 100%
}

.carousel__info .info1 {
    margin-right: 20px
}

@media screen and (min-width: 768px) {
    .carousel__info {
        margin-bottom:10px
    }
}

.carousel .btn__wording {
    max-width: 100%;
    font-size: .944444444444444rem;
    line-height: 1.222222222222222rem
}

.carousel .headline {
    margin-left: 1px
}

.carousel-slider__controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 11
}

@media screen and (min-width: 1024px) {
    .carousel-slider__controls {
        width:100%;
        top: 40%
    }
}

.carousel-slider__arrow {
    margin: 0;
    cursor: pointer;
    overflow: visible
}

.carousel-slider__arrow--left {
    position: relative;
    right: -10px
}

@media screen and (min-width: 1024px) {
    .carousel-slider__arrow--left {
        right:-7.5%
    }
}

.carousel-slider__arrow--right {
    position: relative;
    left: -10px
}

@media screen and (min-width: 1024px) {
    .carousel-slider__arrow--right {
        left:-7.5%
    }
}

@media screen and (min-width: 1024px) {
    .carousel-slider__arrow.disabled {
        opacity:0
    }
}

@media print {
&__slide {
    width: 24%;
    max-width: 24%
}
}

/*.grill-mix {
    position: relative
}

.grill-mix__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

.grill-mix__row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.grill-mix__head {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .grill-mix__head {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.324999999999996%;
        flex-preferred-size: 33.324999999999996%;
        max-width: 33.324999999999996%
    }

    .grill-mix__head+.grill-mix__secondary {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.6%
    }

    .grill-mix__head+.grill-mix__secondary .secondary__persona-item {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%
    }

    .grill-mix__head:nth-child(2)+.grill-mix__secondary {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.25%;
        flex-preferred-size: 33.25%;
        max-width: 33.25%;
        margin-left: 0
    }

    .grill-mix__head:nth-child(2)+.grill-mix__secondary .secondary__persona-item {
        max-width: 50%;
        flex-basis: 50%
    }

    .grill-mix__head:nth-child(3)+.grill-mix__secondary {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-left: 0
    }

    .grill-mix__head:nth-child(3)+.grill-mix__secondary .secondary__persona-item {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.650000000000002%;
        flex-preferred-size: 16.650000000000002%;
        max-width: 16.650000000000002%
    }
}

.grill-mix__head+.grill-mix__secondary .name {
    font-size: 1.1rem;
    word-break: break-word
}

.grill-mix .head__container {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.grill-mix .head__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

.grill-mix .head__inner .persona-block .persona-block__text .name {
    font-size: 1.1rem;
    word-break: break-word
}

@media screen and (min-width: 1024px) {
    .grill-mix .head__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.grill-mix__secondary {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .grill-mix__secondary {
        flex:1 1 auto;
        max-width: 100%
    }
}

.grill-mix .secondary__container {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.grill-mix .secondary__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .grill-mix .secondary__inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.grill-mix .secondary__persona-list {
    display: block;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.grill-mix .secondary__persona-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .grill-mix .secondary__persona-item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.650000000000002%;
        flex-preferred-size: 16.650000000000002%;
        max-width: 16.650000000000002%
    }
}

@media print {
    .grill-mix__head {
        max-width: 28%;
        width: 28%
    }
}

.persona-block__text .paragraph {
    margin-bottom: 0
}

.persona-block__text .bio {
    margin-top: 16px;
    margin-bottom: 40px;
    padding-bottom: 0;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem
}

.persona-block__text .name {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif;
    font-size: 1rem;
    line-height: 1.222222222222222rem
}

@media screen and (min-width: 1024px) {
    .persona-block__text .name {
        margin-bottom:16px;
        font-size: 1.333333333333333rem;
        line-height: 1.611111111111111rem
    }
}

.persona-block__text .job {
    margin: 0;
    font-weight: 400;
    font-size: .777777777777778rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: .944444444444444rem;
    color: #777
}

.persona-block .image-block {
    margin-bottom: 16px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .persona-block .image-block {
        margin-bottom:8px
    }
}

.persona-block__text {
    padding-right: 5%
}

.persona-block .image-block {
    overflow: hidden
}

.persona-block .image-block img {
    transition: transform 400ms ease-in-out
}

.persona-block:hover {
    cursor: pointer
}

.persona-block:hover .image-block img {
    transform: scale(1.05)
}

.head-popin,.head-popin-secondary {
    display: none;
    padding: 0 35px;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 20000;
    width: 100%;
    background: #fff
}

.head-popin .persona-block,.head-popin-secondary .persona-block {
    padding-top: 63px
}

.head-popin .persona-block .name,.head-popin-secondary .persona-block .name {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'kepler-std-display',serif;
    font-size: 1.555555555555556rem;
    line-height: 1.888888888888889rem
}

@media screen and (min-width: 1024px) {
    .head-popin .persona-block .name,.head-popin-secondary .persona-block .name {
        margin-top:12px;
        margin-bottom: 24px;
        font-size: 2rem;
        line-height: 2.388888888888889rem;
        font-family: 'kepler-std-display',serif
    }
}

.head-popin .persona-block:hover,.head-popin-secondary .persona-block:hover {
    cursor: auto
}

.head-popin .persona-block:hover .image-block img,.head-popin-secondary .persona-block:hover .image-block img {
    transform: scale(1)
}

@media screen and (min-width: 1024px) {
    .head-popin,.head-popin-secondary {
        padding-top:94px;
        padding-bottom: 94px;
        padding-left: 100px;
        padding-right: 100px;
        top: 50%;
        transform: translateY(-50%)
    }

    .head-popin .persona-block,.head-popin-secondary .persona-block {
        display: flex;
        padding-top: 0
    }

    .head-popin .persona-block__text,.head-popin-secondary .persona-block__text {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 55.75%;
        flex-preferred-size: 55.75%;
        max-width: 55.75%;
        flex-basis: auto;
        padding-left: 5%;
        padding-right: 0
    }

    .head-popin .image-block,.head-popin-secondary .image-block {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 44.25%;
        flex-preferred-size: 44.25%;
        max-width: 44.25%;
        height: 100%
    }

    .head-popin .image-block img,.head-popin-secondary .image-block img {
        height: auto
    }
}

.head-popin__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3
}

.head-popin__close .close__icon {
    stroke: #000;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .head-popin__close {
        top:16px;
        right: 16px
    }
}

.head-popin__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    height: calc(100vh - 50px);
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
    overflow-y: scroll
}

@media screen and (min-width: 1024px) {
    .head-popin__inner {
        overflow-y:auto;
        height: auto;
        padding-bottom: 0
    }

    .head-popin__inner .image-block {
        padding-top: inherit
    }
}

.head-overlay.active {
    background: rgba(119,119,119,0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}*/

.safety__container .last-updat p {
    display: inline-block;
    color: #6d6f72
}

.safety__container .last-updat p.font {
    margin: 0;
    font-family: "Avenir-Black",Arial;
    display: inline-block;
    font-size: 18px
}

.safety__container .last-updat p.date-last-upd {
    font-size: 18px
}

.safety__container #doughnutChart {
    margin: 0 auto
}

.safety__container .test {
    display: inline-block;
    width: 1px;
    height: 100px
}

.safety__content {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .safety__content {
        flex-direction:row
    }
}

.safety__content .left-column {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
}

@media screen and (min-width: 1024px) {
    .safety__content .left-column {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.332499999999996%;
        flex-preferred-size: 33.332499999999996%;
        max-width: 33.332499999999996%
    }
}

.safety__content .people {
    display: block;
    width: auto;
    margin: 30px auto 10px
}

.safety__content .number {
    margin-bottom: 0 !important;
    font-size: 76px;
    font-family: "Avenir-Black",Arial;
    margin: 0 auto;
    color: #222;
    line-height: 100px
}

.safety__content .number-description {
    margin: auto;
    position: relative;
    padding-bottom: 30px;
    font-size: 16px
}

.safety__content .number-description:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    left: 50%;
    bottom: 7px;
    background-color: #d0d0d0
}

.safety__content .evaluations .number-description {
    width: 47%;
    padding: 0
}

.safety__content .evaluations .number-description:after {
    display: none
}

.safety__content .right-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 29px;
    padding-bottom: 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
}

@media screen and (min-width: 1024px) {
    .safety__content .right-column {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66499999999999%;
        flex-preferred-size: 66.66499999999999%;
        max-width: 66.66499999999999%;
        margin-top: 0;
        margin-left: 29px
    }
}

.safety__content .right-column-title {
    position: relative;
    text-align: center
}

.safety__content .right-column-title div.title {
    margin: 30px auto 30px;
    width: 90%;
    padding-bottom: 20px;
    position: relative;
    font-size: 30px;
    font-family: "Avenir-Black",Arial
}

.safety__content .right-column-title div.title:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #d0d0d0;
    bottom: 0;
    left: 50%;
    margin-left: -20px
}

.safety__content .stars {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px
}

@media screen and (min-width: 1024px) {
    .safety__content .stars {
        flex-wrap:nowrap;
        justify-content: space-around
    }
}

.safety__content .stars .safety-Top,.safety__content .stars .safety-Elite {
    width: 200px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .safety__content .stars .safety-Top,.safety__content .stars .safety-Elite {
        width:180px;
        text-align: left
    }
}

@media screen and (min-width: 768px) {
    .safety__content .stars .safety-Top,.safety__content .stars .safety-Elite {
        width:auto;
        margin-right: 10px;
        text-align: left
    }
}

.safety__content .stars p {
    margin: 0
}

.safety__content .stars .star-empty,.safety__content .stars .star-full {
    display: inline-block;
    width: auto;
    vertical-align: text-bottom;
    margin-right: 15px
}

.safety__content .stars .safety-Top p,.safety__content .stars .safety-Elite p {
    margin: 0;
    font-size: 18px
}

.safety__content .stars .safety-Top p.nb-safety,.safety__content .stars .safety-Elite p.nb-safety {
    font-size: 40px;
    display: inline-block;
    color: #222;
    font-family: "Avenir-Black",Arial
}

.safety__content .percentage {
    vertical-align: top;
    top: .5em;
    color: #6d6f72
}

.safety__content .last-safety-perf {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 30px auto 0
}

@media screen and (min-width: 1024px) {
    .safety__content .last-safety-perf {
        margin-left:10px
    }
}

.safety__content .last-safety-perf p {
    margin: 0;
    color: #6d6f72;
    font-size: 18px;
    display: inline-block
}

.safety__content .last-safety-perf p.date-safety-elite {
    color: #1c87c9;
    display: inline-block
}

.safety__content .last-safety-perf p.elite-name {
    font-size: 20px;
    color: #222;
    margin: 0;
    display: block
}

.safety__chart {
    display: flex;
    flex-flow: row wrap
}

@media screen and (min-width: 1024px) {
    .safety__chart {
        flex-wrap:nowrap
    }
}

.safety__chart .chart-perf {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    text-align: center;
    position: relative
}

.safety__chart .chart-perf::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 2px;
    height: 132px;
    background: #d0d0d0
}

.safety__chart .chart-perf p {
    width: 65%;
    margin: 10px auto 0;
    font-size: 16px
}

.safety__chart .perf {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    vertical-align: middle;
    position: relative
}

@media screen and (min-width: 768px) {
    .safety__chart .perf .stats-perf {
        width:400px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0 auto
    }

    .safety__chart .perf .stats-perf .stars {
        justify-content: space-around
    }
}

@media screen and (min-width: 1024px) {
    .safety__chart .perf .stats-perf {
        width:auto;
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .safety__chart .perf .stats-perf {
        padding-left:10px
    }
}

@media screen and (min-width: 1024px) {
    .article-txt-full__content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 83.33333333333334%;
        flex-preferred-size: 83.33333333333334%;
        max-width: 83.33333333333334%
    }
}

@media screen and (max-width: 1023px) {
    .article-key-figures {
        display:flex
    }
}

.article-key-figures__slides {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: transform .4s ease
}

@media screen and (min-width: 1024px) {
    .article-key-figures__slides {
        flex-wrap:wrap
    }
}

@media print {
    .article-key-figures__slides {
        flex-wrap: wrap
    }
}

.article-key-figures__slides-wrap {
    margin-top: -20px
}

@media screen and (max-width: 1023px) {
    .article-key-figures__slides-wrap {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        position: relative;
        overflow: hidden
    }
}

.article-key-figures__slide {
    width: calc((75vw / 2) - 7px);
    padding-right: 20px
}

@media screen and (min-width: 768px) {
    .article-key-figures__slide {
        width:calc((75vw / 2) - 15px)
    }
}

@media screen and (min-width: 1024px) {
    .article-key-figures__slide {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 20px
    }

    .article-key-figures__slide p {
        max-width: 75%
    }
}

@media print {
    .article-key-figures__slide {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1023px) {
    .article-key-figures__controls {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .article-key-figures__controls {
        display:none
    }
}

@media print {
    .article-key-figures__controls {
        display: none
    }
}

.article-key-figures__number {
    display: block;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 1.666666666666667rem;
    font-family: 'acumin-pro',sans-serif;
    color: #333745
}

@media screen and (min-width: 768px) {
    .article-key-figures__number {
        font-size:2.666666666666667rem
    }
}

.article-featured {
    position: relative
}

.article-featured ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media screen and (max-width: 767px) {
    .article-featured ul li:not(:last-child) {
        margin-bottom:50px
    }
}

.article-featured__txt {
    position: absolute;
    top: 0;
    transform: translateY(-60%);
    display: block;
    width: 100%;
    font-size: 8.333333333333334rem;
    text-align: center;
    color: #777;
    opacity: .08;
    font-weight: 700;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .article-featured__txt {
        display:none
    }
}

@media screen and (min-width: 1280px) {
    .article-featured__txt {
        font-size:11.11111111111111rem
    }
}

.article-featured__item {
    align-items: center;
    text-decoration: none
}

.article-featured__item:hover .btn__wording {
    color: red
}

@media screen and (min-width: 768px) {
    .article-featured__item {
        display:flex
    }
}

.article-featured__item .btn {
    justify-content: flex-end
}

.article-featured__item-link,.article-featured__item-img {
    flex-shrink: 0
}

@media screen and (min-width: 768px) {
    .article-featured__item-link,.article-featured__item-img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .article-featured__item-link,.article-featured__item-img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666666666664%;
        flex-preferred-size: 16.666666666666664%;
        max-width: 16.666666666666664%
    }
}

.article-featured__item-img {
    width: 100%;
    align-self: stretch
}

.article-featured__item-txt {
    flex-shrink: 0
}

@media screen and (max-width: 767px) {
    .article-featured__item-txt {
        margin:15px 0
    }
}

@media screen and (min-width: 768px) {
    .article-featured__item-txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        padding: 10px 10px 10px 15px
    }
}

@media screen and (min-width: 1024px) {
    .article-featured__item-txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 16.666666666666664%;
        padding-left: 0
    }
}

.article-featured__item-title {
    display: block;
    margin-bottom: 15px;
    font-size: 1.666666666666667rem;
    font-family: 'kepler-std-display',serif;
    font-weight: 700;
    color: #333745
}

@media print {
    .article-featured__txt,.article-featured__item-link {
        display: none
    }

    .article-featured__item {
        display: flex
    }

    .article-featured__item-img {
        width: 25%
    }

    .article-featured__item-txt {
        width: 75%;
        padding-left: 20px
    }
}

.article-video {
    position: relative
}

.article-video.is-playing .article-video__poster,.article-video.is-playing .article-video__play {
    opacity: 0;
    visibility: hidden
}

.article-video.is-playing .article-video__media:after {
    opacity: 0;
    visibility: hidden
}

@media screen and (min-width: 1024px) {
    .article-video.is-playing .article-video__txt {
        opacity:0;
        visibility: hidden
    }
}

.article-video__media {
    position: relative;
    overflow: hidden;
    padding-top: 56.2%
}

.article-video__media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0,#000 0%,rgba(0,0,0,0) 100%);
    opacity: .6;
    transition: .3s all linear
}

@media print {
    .article-video__media {
        margin-top: 20px
    }

    .article-video__media:after {
        display: none
    }
}

.article-video__poster {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all linear
}

@media screen and (max-width: 1023px) {
    .article-video__txt {
        margin-bottom:20px
    }
}

@media screen and (min-width: 1024px) {
    .article-video__txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        margin-left: 16.666666666666664%;
        position: absolute;
        display: flex;
        align-items: flex-start;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 2;
        transition: .3s all linear
    }
}

@media screen and (min-width: 1280px) {
    .article-video__txt {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-left: 33.33333333333333%
    }
}

.article-video__title {
    margin: 0 0 15px;
    font-size: 1.444444444444444rem;
    line-height: 33px;
    font-weight: 600;
    font-family: 'kepler-std-display',serif
}

@media screen and (min-width: 768px) {
    .article-video__title {
        font-size:1.666666666666667rem;
        line-height: 35px
    }
}

@media screen and (min-width: 1024px) {
    .article-video__title {
        color:#fff
    }
}

@media screen and (min-width: 1024px) {
    .article-video__desc {
        color:#fff;
        font-size: .833333333333333rem;
        line-height: 30px
    }
}

.article-video__play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: red;
    transition: .3s all linear;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer
}

.article-video__play--mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    transform: translate(-50%,-50%);
    z-index: 5
}

.article-video__play--mobile svg {
    width: 10px
}

@media screen and (min-width: 1024px) {
    .article-video__play--mobile {
        display:none
    }
}

.article-video__play--desktop {
    width: 100px;
    height: 100px
}

@media screen and (max-width: 1023px) {
    .article-video__play--desktop {
        display:none
    }
}

.article-video__play:hover {
    background-color: #fff
}

.article-video__play:hover svg {
    fill: red
}

.article-video__play:focus {
    outline: 0
}

.article-video__play svg {
    transition: .3s fill linear;
    fill: #fff
}

@media screen and (min-width: 1024px) {
    .article-video__play {
        margin-right:35px
    }
}

@media screen and (min-width: 1280px) {
    .article-video__play {
        margin-right:50px;
        margin-left: 45px
    }
}

@media print {
    .article-video__play {
        -webkit-print-color-adjust: exact
    }

    .article-video__play--desktop {
        display: none
    }
}

.article-video__video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.anchor-list {
    display: flex;
    flex-direction: row
}

.anchor-list__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .anchor-list__inner {
        flex-basis:75%;
        flex-preferred-size: 75%;
        max-width: 75%
    }
}

.anchor-list__inner ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

@media screen and (min-width: 1024px) {
    .anchor-list__inner ul {
        display:flex;
        flex-wrap: wrap
    }
}

.anchor-list__inner ul li {
    display: block;
    width: 100%;
    margin: 0
}

@media screen and (min-width: 1024px) {
    .anchor-list__inner ul li {
        width:16.6px;
        width: calc(100% / 6);
        margin-top: 50px;
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .anchor-list__inner ul li:first-child a {
        padding-top:0
    }
}

.anchor-list__inner ul li a {
    display: block;
    position: relative;
    font-size: 1.111111111111111rem;
    line-height: 1.2;
    color: #333745;
    padding: 1.1rem 2rem 1.1rem .5rem
}

@media screen and (min-width: 1024px) {
    .anchor-list__inner ul li a {
        font-size:.833333333333333rem
    }
}

@media screen and (min-width: 1280px) {
    .anchor-list__inner ul li a {
        font-size:1.111111111111111rem
    }
}

.anchor-list__inner ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid red;
    transition: transform .5s cubic-bezier(0.125,0.75,0.415,1);
    transform-origin: 0 0;
    transform: scaleX(0)
}

.anchor-list__inner ul li a:hover {
    color: red
}

.anchor-list__inner ul li a:hover::after {
    transform: scaleX(1)
}

@media screen and (min-width: 1024px) {
    .anchor-list__inner ul li a:hover::after {
        transform:scaleX(0.9)
    }
}

.wrapper-search-lang {
    position: relative;
    display: block;
    align-items: center
}

@media screen and (max-width: 767px) {
    .wrapper-search-lang {
        display:block
    }
}

@media screen and (min-width: 1024px) {
    .wrapper-search-lang {
        display:flex
    }
}

@media screen and (min-width: 1024px) {
    .lang-wrapper {
        display:flex
    }
}

.lang {
    text-align: center;
    display: block;
    font-size: .611111111111111rem;
    font-family: 'acumin-pro',sans-serif;
    margin-top: 30px
}

@media screen and (min-width: 1024px) {
    .lang {
        margin-top:0;
        text-align: left;
        margin-left: 30px
    }
}

.lang__switch {
    display: inline-flex
}

.lang__list:not(:last-child) {
    margin-right: 20px
}

.lang__link {
    color: #aaa;
    text-decoration: none
}

.lang__link-active {
    color: #777
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    transition: all 0
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0,opacity 0s;
    -moz-transition: transform 0,opacity 0s;
    transition: transform 0,opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0;
    -moz-transition: height 0;
    transition: height 0
}

.tns-ovh {
    position: relative;
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-normal,.tns-fadeOut {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.slider-slide {
    position: relative;
    overflow: hidden
}

.slider-slide img {
    width: 100%
}

.slider-container {
    margin-top: 40px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .slider-container {
        margin-top:50px;
        margin-bottom: 90px
    }
}

@media screen and (max-width: 1023px) {
    .slider-container {
        padding-top:50px
    }
}

.tns-controls {
    position: absolute
}

.tns-controls button {
    display: block;
    border: 0;
    background: 0
}

.tns-controls button path {
    transition: .3s all linear
}

.tns-controls button:hover path {
    fill: red
}

@media screen and (max-width: 1023px) {
    .tns-controls {
        display:flex;
        top: 0;
        left: 0
    }

    .tns-controls button[data-controls="next"] {
        transform: rotate(90deg)
    }

    .tns-controls button[data-controls="prev"] {
        margin-right: 20px;
        transform: rotate(-90deg)
    }
}

@media screen and (min-width: 1024px) {
    .tns-controls {
        left:0;
        top: 18.75vw;
        width: 12.5vw;
        transform: translate(-100%,-50%)
    }

    .tns-controls button {
        margin: auto
    }

    .tns-controls button:not(:last-child) {
        margin-bottom: 25px
    }

    .tns-controls button[data-controls="next"] {
        transform: rotate(180deg)
    }
}

.tns-nav {
    position: absolute
}

.tns-nav button {
    display: block;
    padding: 0;
    border-radius: 0;
    border: 1px solid #333745;
    border-image: none;
    text-shadow: none;
    height: 10px;
    width: 10px;
    background-color: #333745
}

.tns-nav .tns-nav-active {
    background-color: #fff
}

@media screen and (max-width: 1023px) {
    .tns-nav {
        top:0;
        right: 0;
        display: flex;
        align-items: center;
        height: 30px
    }

    .tns-nav button {
        margin: 0 7px
    }

    .tns-nav button:first-child {
        margin-left: 0
    }

    .tns-nav button:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .tns-nav {
        right:0;
        top: 18.75vw;
        width: 12.5vw;
        transform: translate(100%,-50%)
    }

    .tns-nav button {
        margin: 12px auto
    }
}

.vertical_slider-wrap {
    margin-bottom: 105px
}

@media screen and (max-width: 1023px) {
    .vertical_slider-wrap .headline {
        margin-bottom:40px
    }
}

.vertical_slider .tns-outer {
    margin: 0 -10px
}

@media screen and (min-width: 768px) {
    .vertical_slider .tns-outer {
        margin:0 -20px
    }
}

@media screen and (min-width: 1024px) {
    .vertical_slider .tns-outer {
        margin:0
    }
}

@media screen and (max-width: 1023px) {
    .slide__left {
        margin-bottom:45px
    }
}

@media screen and (min-width: 1024px) {
    .slide__left {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.66666666666666%;
        flex-preferred-size: 66.66666666666666%;
        max-width: 66.66666666666666%;
        padding-right: 15px
    }
}

.slide__txt {
    display: block;
    text-decoration: none;
    padding: 30px 10px 0
}

@media screen and (max-width: 1023px) {
    .slide__txt {
        margin-bottom:25px
    }
}

@media screen and (min-width: 768px) {
    .slide__txt {
        padding:30px 20px 0
    }
}

@media screen and (min-width: 1024px) {
    .slide__txt {
        display:flex;
        align-items: flex-start;
        padding: 35px 0 0
    }
}

.slide__btn {
    display: flex;
    align-items: flex-end
}

.slide__btn .btn__lines {
    top: 0
}

@media screen and (min-width: 1024px) {
    .slide__btn {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-top: 45px
    }
}

.slide__title {
    margin-bottom: 15px;
    font-family: 'acumin-pro',sans-serif;
    font-size: 2.222222222222222rem;
    font-weight: 700;
    line-height: 40px;
    display: block;
    color: #333745
}

@media screen and (min-width: 768px) {
    .slide__title {
        font-size:3.333333333333333rem;
        line-height: 70px
    }
}

@media screen and (min-width: 1024px) {
    .slide__title {
        margin-bottom:35px
    }
}

.slide__desc {
    display: block;
    color: #333745;
    font-family: 'kepler-std-display',serif;
    font-weight: 700;
    font-size: 1.666666666666667rem;
    line-height: 35px
}

@media screen and (min-width: 768px) {
    .slide__desc {
        font-size:2rem
    }
}

.list-links__content svg {
    position: absolute
}

.list-links__content .list .doc .list__link-text {
    display: block;
    padding-left: 34px
}

@media screen and (min-width: 1024px) {
    .list-links__content .list .doc .list__link-text {
        display:inline-block;
        padding-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .list-links__content {
        margin-left:0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }

    .list-links__content .lists-container {
        display: flex
    }

    .list-links__content .list {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-top: 0
    }

    .list-links__content .list__item {
        min-height: 50px
    }

    .list-links__content .list__item.doc {
        margin-left: 35px
    }

    .list-links__content .edito-download .list .list__item .list__link .list__doc-weight {
        display: inline-block
    }
}

@media screen and (min-width: 1024px) {
    .list-links__content {
        margin-left:0;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }

    .list-links__content .lists-container {
        display: flex
    }

    .list-links__content .list {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
        margin-top: 0
    }
}

.accordion__container ul {
    padding-left: 0;
    margin: 0 auto
}

.accordion__container li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
    list-style-type: none;
    margin-bottom: 9px
}

.accordion__container li[aria-expanded="true"] .accordion__title {
    font-weight: bold
}

.accordion__container li[aria-expanded="true"] .accordion__title::after {
    transform: rotate(0);
    transition: .4s ease
}

.accordion__container li[aria-expanded="true"]>.accordion__content {
    display: block
}

@media screen and (min-width: 1024px) {
    .accordion__container li {
        padding-left:20px;
        margin-bottom: auto
    }

    .accordion__container li:hover .accordion__title {
        color: red
    }

    .accordion__container li:hover .accordion__title::before {
        background-color: red
    }

    .accordion__container li:hover .accordion__title::after {
        background-color: red
    }
}

.accordion__content {
    display: none;
    padding-left: 6px;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #777
}

.accordion__content p {
    margin-bottom: 29px
}

@media screen and (min-width: 1024px) {
    .accordion__content p {
        margin-bottom:17px
    }
}

@media screen and (min-width: 1024px) {
    .accordion__content {
        padding:0
    }
}

.accordion__container .accordion__title {
    margin-left: 21px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.222222222222222rem;
    margin-bottom: 16px;
    color: #000;
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .accordion__container .accordion__title {
        padding-left:20px
    }
}

.accordion__container .accordion__title::before {
    content: "";
    width: 15px;
    height: 1.5px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    transition: .4s ease
}

@media screen and (min-width: 768px) {
    .accordion__container .accordion__title::before {
        right:32px
    }
}

.accordion__container .accordion__title::after {
    content: "";
    width: 15px;
    height: 1.5px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: rotate(90deg) translate(0,-50%);
    left: -20px;
    transition: .4s ease
}

@media screen and (min-width: 768px) {
    .accordion__container .accordion__title::after {
        right:32px
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_scrollTools,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.liste-complete-filters__options-inner .mCSB_container {
    overflow: auto
}

.liste-complete-filters__options-inner .mCustomScrollBox {
    overflow-y: hidden
}

.results-page__title {
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    font-size: 2.777777777777778rem;
    line-height: 3.111111111111111rem;
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .results-page__title {
        font-size:32px;
        line-height: 40px
    }
}

.results-page__input {
    width: 100%;
    background-color: #fff;
    height: 64px;
    border: 1px solid rgba(0,0,0,0.07);
    font-family: 'acumin-pro',sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem;
    margin-top: 24px;
    padding-left: 24px
}

.results-page__input::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.results-page__form {
    position: relative
}

.results-page__loup {
    display: none;
    position: absolute;
    top: 50%;
    right: 21px
}

@media screen and (max-width: 767px) {
    .results-page__loup {
        right:7px
    }
}

.results-page .search__results_wrap {
    margin-top: 24px
}

.results-page .search__results_title {
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem;
    font-weight: 700;
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .results-page .search__results_title {
        font-size:1rem;
        line-height: 1.222222222222222rem;
        margin-bottom: 32px
    }
}

.results-page .results-page-block__inner {
    padding-left: 0
}

.results-page .cross {
    width: 18px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 50%;
    display: block
}

.results-page .cross:hover {
    cursor: pointer
}

.results-page .results-page-item {
    width: 100%;
    list-style-type: none
}

@media screen and (max-width: 767px) {
    .results-page .results-page-item {
        margin-bottom:32px
    }

    .results-page .results-page-item:last-child {
        margin-bottom: 12px
    }
}

.results-page .results-page-item a {
    text-decoration: none;
    color: inherit;
    border-bottom: 0
}

.results-page .results-page-item__inner {
    width: ;
    text-decoration: none;
    color: #333745
}

@media screen and (min-width: 768px) {
    .results-page .results-page-item__inner {
        display:flex;
        align-items: center;
        padding-bottom: 24px
    }
}

@media screen and (min-width: 768px) {
    .results-page .results-page-item__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.results-page .results-page-item__title {
    width: 100%;
    margin: 16px 0 8px;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    font-weight: 600;
    font-family: 'acumin-pro',sans-serif;
    color: #000;
    transition: .4s ease
}

@media screen and (min-width: 768px) {
    .results-page .results-page-item__title {
        margin:0 0 8px;
        font-size: 1.111111111111111rem;
        line-height: 1.333333333333333rem
    }
}

.results-page .results-page-item__download {
    margin-top: 24px;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000
}

.results-page .results-page-item__download:hover {
    color: red
}

.results-page .results-page-item__download:hover path {
    fill: red;
    transition: .4s ease
}

.results-page .results-page-item__download__text {
    word-wrap: break-word;
    display: block;
    font-weight: 500;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    margin-bottom: 8px
}

.strategy {
    margin: 50px auto
}

.strategy .strategy_gallery {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: stretch;
    list-style-type: none
}

.strategy .strategy_gallery .strategy_gallery_item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%
}

.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    height: 100%
}

.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .square-img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: 25px
}

.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .square-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%)
}

.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .strategy_gallery_info {
    padding-right: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .strategy_gallery_info .title {
    margin: 0;
    font-family: 'kepler-std-display',serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1em;
    text-decoration: none;
    color: #000
}

.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .strategy_gallery_info .title--level-3 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 24px;
    font-family: 'acumin-pro',sans-serif
}

.strategy .pillar_container {
    display: flex
}

.strategy .pillar_container .demiBox {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.strategy .pillar_container .demiBox .imgcontainer {
    width: 10%;
    text-align: center;
    margin-bottom: 80px
}

.strategy .pillar_container .demiBox p {
    width: 81%;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 80px
}

.strategy .pillar_container .demiBox p a {
    text-decoration: none;
    color: #000;
    border-bottom: 0
}

.strategy .pillar_container .demiBox p a:hover {
    color: red
}

.strategy .pillar_container .demiBox p a::after {
    content: ">";
    position: absolute;
    right: 20px
}

.strategy .square_container {
    display: flex
}

.strategy .square_container .square {
    width: 50%;
    position: relative;
    background-color: #34b233;
    overflow: hidden;
    color: #fff;
    align-self: flex-start
}

.strategy .square_container .square:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.strategy .square_container .square:last-of-type {
    margin-top: 100px
}

.strategy .square_container .square .squareInnerContent,.strategy .square_container .square img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.strategy .square_container .square .squareInnerContent {
    width: 70%;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.strategy .square_container .square .squareInnerContent h3 {
    font-size: 36px;
    font-family: 'kepler-std-display',serif;
    color: #fff;
    line-height: 43px
}

.strategy .square_container .square .squareInnerContent p {
    font-size: 16px;
    font-family: 'acumin-pro',sans-serif;
    line-height: 24px;
    color: #fff
}

.strategy .square_container .square .squareInnerContent .btn__wording {
    color: #fff
}

.strategy .square_container .square .squareInnerContent .btn__line {
    background: #fff
}

.strategy .square_container .square .squareInnerContent a {
    color: #fff;
    text-decoration: none;
    border-bottom: 0
}

.strategy .square_container .square img {
    width: 100%;
    height: 100%
}

.searchHighlightedText {
    background: #ececec none repeat scroll 0 0 !important;
    color: black !important
}

@media screen and (max-width: 768px) {
    .basic-menu ~ .app__inner .main__section.has-bg.home-intro {
        padding:50px 35px 80px
    }
}
