/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs__container {
    background: #000;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs__container,
.mejs__container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs__container:focus {
    outline: none
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs__fullscreen {
    overflow: hidden !important
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important
}

.mejs__background,
.mejs__mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs__mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs__poster-img {
    display: none
}

.mejs__poster-img {
    border: 0;
    padding: 0
}

.mejs__overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs__layer {
    z-index: 1
}

.mejs__overlay-play {
    cursor: pointer
}

.mejs__overlay-button {
    background: url(../images/vendor/mediaelement/build/mejs-controls98e8.svg?f0849a5e79712b10e1531925e3edb879) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs__overlay:hover>.mejs__overlay-button {
    background-position: -80px -39px
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(../images/vendor/mediaelement/build/mejs-controls98e8.svg?f0849a5e79712b10e1531925e3edb879) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs__controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .35)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs__button>button {
    background: transparent url(../images/vendor/mediaelement/build/mejs-controls98e8.svg?f0849a5e79712b10e1531925e3edb879);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs__button>button:focus {
    outline: 1px dotted #999
}

.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
    outline: 0
}

.mejs__time {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs__play>button {
    background-position: 0 0
}

.mejs__pause>button {
    background-position: -20px 0
}

.mejs__replay>button {
    background-position: -160px 0
}

.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs__time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs__time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs__time-loaded {
    background: hsla(0, 0%, 100%, .3)
}

.mejs__time-current,
.mejs__time-handle-content {
    background: hsla(0, 0%, 100%, .9)
}

.mejs__time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, .2)
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs__time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition: height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs__time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mejs__time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs__time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px
}

.mejs__long-video .mejs__time-float-current {
    width: 60px
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs__fullscreen-button>button {
    background-position: -80px 0
}

.mejs__unfullscreen>button {
    background-position: -100px 0
}

.mejs__mute>button {
    background-position: -60px 0
}

.mejs__unmute>button {
    background-position: -40px 0
}

.mejs__volume-button {
    position: relative
}

.mejs__volume-button>.mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs__volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs__volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs__volume-current,
.mejs__volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute
}

.mejs__volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    height: 8px;
    top: 16px;
    width: 50px
}

.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.mejs__horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    top: 0;
    width: 100%
}

.mejs__horizontal-volume-handle {
    display: none
}

.mejs__captions-button,
.mejs__chapters-button {
    position: relative
}

.mejs__captions-button>button {
    background-position: -140px 0
}

.mejs__chapters-button>button {
    background-position: -180px 0
}

.mejs__captions-button>.mejs__captions-selector,
.mejs__chapters-button>.mejs__chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs__chapters-button>.mejs__chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: #21f8f8
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs__captions-position-hover {
    bottom: 35px
}

.mejs__captions-text,
.mejs__captions-text * {
    background: hsla(0, 0%, 8%, .5);
    -webkit-box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    padding: 0;
    white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs__overlay-error {
    position: relative
}

.mejs__overlay-error>img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs__cannotplay {
    position: relative
}

.mejs__cannotplay a,
.mejs__cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: Inter;
    font-display: auto;
    src: url(../fonts/ff5db790-e8a3-4a94-a9d5-ec7d5bed16d88183.eot?3513ae968ae9dcf8579aebf6b95a075b);
    src: url(../fonts/ff5db790-e8a3-4a94-a9d5-ec7d5bed16d88183.eot?3513ae968ae9dcf8579aebf6b95a075b) format("eot"), url(../fonts/56184c9a-0155-4961-a836-516c2a37949dc37b.woff2?5bacc89fcab67a5cbf8f16d046883ae0) format("woff2"), url(../fonts/941bd4ef-6d96-4cc3-b891-b967fb69391979cb.woff?cdb83fd269804da87fcb83ac85918d43) format("woff"), url(../fonts/5f1e8809-7611-4a41-befc-5f06b2aa95051fa1.ttf?11db51dd28285b17fb8fc14b9e4724a0) format("truetype")
}

@font-face {
    font-weight: 400;
    font-style: italic;
    font-family: Inter;
    font-display: auto;
    src: url(../fonts/3106bbcb-56c1-4e83-b553-bb7cd1bcfcfd9333.eot?43668e00ebfadf90fff826054a419df8);
    src: url(../fonts/3106bbcb-56c1-4e83-b553-bb7cd1bcfcfd9333.eot?43668e00ebfadf90fff826054a419df8) format("eot"), url(../fonts/30d1b9f0-ebc9-4bec-8969-37887c3bd23fe3e6.woff2?1ef4528a2db4635dc07e60593be5ad22) format("woff2"), url(../fonts/a6480ce9-2910-4d34-a8ed-cd8c4a29e52e71ee.woff?305963eaf31be2d92f7a6f98597a03a0) format("woff"), url(../fonts/4c95b6ba-c225-4a0e-a1ec-c42a606c767e6346.ttf?ce602e6887ee484563a67b642a87f113) format("truetype")
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: Inter;
    font-display: auto;
    src: url(../fonts/ac6370eb-cce9-4261-8b5c-475bbb657e8a5bc6.eot?7bfa73a5787f8440358b1514f9694ff9);
    src: url(../fonts/ac6370eb-cce9-4261-8b5c-475bbb657e8a5bc6.eot?7bfa73a5787f8440358b1514f9694ff9) format("eot"), url(../fonts/ad9be1db-493d-445e-aeb8-16a5cca6cde91053.woff2?829c530c2c1ed388c909f98135c9e63f) format("woff2"), url(../fonts/5df2ffcf-6190-4c99-adea-e678cb3fcad85ad6.woff?8c7d47b59ab2174560f0d5b75f4076e4) format("woff"), url(../fonts/eb338cd1-3f81-494f-9a49-49e21a67e8000a94.ttf?84ee1375786df0631852d509b9571661) format("truetype")
}

@font-face {
    font-weight: 500;
    font-style: italic;
    font-family: Inter;
    font-display: auto;
    src: url(../fonts/099c5b70-43c2-4548-8bb6-1e208fb9b2d6ffab.eot?41d75d721d88351d3c9e924334473c41);
    src: url(../fonts/099c5b70-43c2-4548-8bb6-1e208fb9b2d6ffab.eot?41d75d721d88351d3c9e924334473c41) format("eot"), url(../fonts/d8328db0-291a-49a6-b1be-c536b148631b3caf.woff2?088c6e72fb04370017fc5d22558456fe) format("woff2"), url(../fonts/e361a9bd-5062-4404-9551-a13c790004d8a061.woff?43d0b550acde243852641efeb86bd265) format("woff"), url(../fonts/8d387f92-ce38-4617-b180-7435bee3d135ab40.ttf?0b5c981d8c19e2d689582ec1493da340) format("truetype")
}

@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: Inter;
    font-display: auto;
    src: url(../fonts/5abaccb8-d24f-4872-bfc0-fed2b26803b62d78.eot?b88f35c2727be3655344189169dfeed8);
    src: url(../fonts/5abaccb8-d24f-4872-bfc0-fed2b26803b62d78.eot?b88f35c2727be3655344189169dfeed8) format("eot"), url(../fonts/c7e2cf7d-6add-43b2-8bd9-f68faa219cb6576b.woff2?dcb89b77cc1107c526da43a5a32ae7aa) format("woff2"), url(../fonts/9a718670-1649-4925-a033-3a8b409e3a39c47b.woff?9a9aba35c93ce094db9d7e3444b01006) format("woff"), url(../fonts/4d7286fe-c113-4311-ba60-d896a1f8a845e070.ttf?109f8f04a5b4cad6966736dae6e53cb8) format("truetype")
}

@font-face {
    font-weight: 600;
    font-style: italic;
    font-family: Inter;
    font-display: auto;
    src: url(../fonts/2039be5a-8f2b-44c0-a8df-2400ed51cf167cc9.eot?bc69a214c88e8477e508898c6bd0082b);
    src: url(../fonts/2039be5a-8f2b-44c0-a8df-2400ed51cf167cc9.eot?bc69a214c88e8477e508898c6bd0082b) format("eot"), url(../fonts/7122cc8e-be40-4a15-9e42-d1ebfbfbf489c8e8.woff2?2e185de29f8572c0f8e86959f755e466) format("woff2"), url(../fonts/84992851-2bdb-4c30-8ce1-e1e8647c24901f73.woff?04d48ba88201ef9b490681ef86701eac) format("woff"), url(../fonts/a9f8b439-d72f-4a49-92cd-48c2fa3ff8a7176b.ttf?244cc453c9cecb4de403d4db0d0ddc6c) format("truetype")
}

@font-face {
    font-family: Inter;
    font-display: auto;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: auto;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: auto;
    font-weight: 700;
    font-style: normal
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

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

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:577px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:769px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1025px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1441px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:577px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:769px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1441px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:577px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:769px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1441px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:577px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:769px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1025px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1441px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.title--title1 {
    position: relative;
    font-family: Inter;
    font-size: 14em;
    line-height: .92857143em;
    letter-spacing: -.02328571em;
    font-weight: 600
}

@media (max-width:1440.98px) {
    .title--title1 {
        font-size: 11em
    }
}

@media (max-width:1024.98px) {
    .title--title1 {
        font-size: 8.6em
    }
}

@media (max-width:576.98px) {
    .title--title1 {
        font-size: 5.5em
    }
}

.title--title2 {
    position: relative;
    font-family: Inter;
    font-size: 12em;
    line-height: .94166667em;
    letter-spacing: -.01783333em;
    font-weight: 600
}

@media (max-width:1440.98px) {
    .title--title2 {
        font-size: 9.6em
    }
}

@media (max-width:1024.98px) {
    .title--title2 {
        font-size: 6.8em
    }
}

@media (max-width:576.98px) {
    .title--title2 {
        font-size: 5em
    }
}

.title--title3 {
    position: relative;
    font-family: Inter;
    font-size: 10em;
    line-height: .91em;
    letter-spacing: -.02em;
    font-weight: 600;
    margin-bottom: .4em;
    margin-left:58px;
}

.title--title3 .title__number {
    top: 1em
}

@media (max-width:1024.98px) {
    .title--title3 .title__number {
        top: .5em
    }
}

@media (max-width:768.98px) {
    .title--title3 .title__number {
        top: .5em
    }
}

@media (max-width:1440.98px) {
    .title--title3 {
        font-size: 8em
    }
}

@media (max-width:1024.98px) {
    .title--title3 {
        font-size: 5.9em
    }
}

@media (max-width:768.98px) {
    .title--title3 {
        font-weight: 500
    }
}

@media (max-width:576.98px) {
    .title--title3 {
        font-size: 4.6em;
        font-weight: 500
    }
}

.title--title4 {
    position: relative;
    font-family: Inter;
    font-size: 7.2em;
    line-height: 1.02857143em;
    letter-spacing: -.02em;
    font-weight: 600
}

@media (max-width:1440.98px) {
    .title--title4 {
        font-size: 6.9em
    }
}

@media (max-width:1024.98px) {
    .title--title4 {
        font-size: 5.1em
    }
}

@media (max-width:576.98px) {
    .title--title4 {
        font-size: 4.2em
    }
}

.title--title5 {
    position: relative;
    font-family: Inter;
    font-size: 4.2em;
    line-height: 1.04761905em;
    letter-spacing: -.01613636em;
    font-weight: 500;
    margin-bottom: .4em
}

@media (max-width:1440.98px) {
    .title--title5 {
        font-size: 3.5em
    }
}

@media (max-width:1024.98px) {
    .title--title5 {
        font-size: 4.3em
    }
}

@media (max-width:576.98px) {
    .title--title5 {
        font-size: 4.1em
    }
}

.title--title6 {
    position: relative;
    font-family: Inter;
    font-size: 3.5em;
    line-height: 1.14285714em;
    letter-spacing: -.01114286em;
    font-weight: 400
}

.title--title6 .title__number {
    top: .85em
}

@media (max-width:768.98px) {
    .title--title6 .title__number {
        top: .75em
    }
}

@media (max-width:1440.98px) {
    .title--title6 {
        font-size: 3em
    }
}

@media (max-width:1024.98px) {
    .title--title6 {
        font-size: 3em
    }
}

@media (max-width:576.98px) {
    .title--title6 {
        font-size: 2.6em
    }
}

.title--title7 {
    position: relative;
    font-family: Inter;
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -.01125em;
    font-weight: 400
}

.title--title7 .title__number {
    top: 1em
}

@media (max-width:1440.98px) {
    .title--title7 {
        font-size: 2.5em
    }
}

@media (max-width:1024.98px) {
    .title--title7 {
        font-size: 2.3em
    }
}

@media (max-width:576.98px) {
    .title--title7 {
        font-size: 2.2em
    }
}

.title--title8 {
    position: relative;
    font-family: Inter;
    font-size: 2.4em;
    line-height: 1.125em;
    letter-spacing: -.01125em;
    font-weight: 400
}

@media (max-width:1440.98px) {
    .title--title8 {
        font-size: 2em
    }
}

@media (max-width:1024.98px) {
    .title--title8 {
        font-size: 2em
    }
}

@media (max-width:576.98px) {
    .title--title8 {
        font-size: 1.8em
    }
}

.txt--p1 {
    font-size: 3.4em;
    line-height: 1.35294118em;
    letter-spacing: -.01117647em;
    font-weight: 400
}

@media (max-width:1440.98px) {
    .txt--p1 {
        font-size: 3em
    }
}

@media (max-width:1024.98px) {
    .txt--p1 {
        font-size: 2.8em
    }
}

@media (max-width:576.98px) {
    .txt--p1 {
        font-size: 2.4em
    }
}

.txt--p2 {
    font-size: 2.6em;
    line-height: 1.69230769em;
    letter-spacing: -.00769231em;
    font-weight: 300
}

@media (max-width:1440.98px) {
    .txt--p2 {
        font-size: 2.2em
    }
}

@media (max-width:1024.98px) {
    .txt--p2 {
        font-size: 2.2em
    }
}

@media (max-width:576.98px) {
    .txt--p2 {
        font-size: 2em
    }
}

.txt--p3 {
    font-size: 2.2em;
    line-height: 1.68181818em;
    letter-spacing: -.00909091em;
    font-weight: 300
}

@media (max-width:1440.98px) {
    .txt--p3 {
        font-size: 2em
    }
}

@media (max-width:1024.98px) {
    .txt--p3 {
        font-size: 1.6em
    }
}

@media (max-width:576.98px) {
    .txt--p3 {
        font-size: 1.6em
    }
}

.txt--p4 {
    font-size: 2em;
    line-height: 1.6em;
    letter-spacing: -.009em;
    font-weight: 300
}

@media (max-width:1440.98px) {
    .txt--p4 {
        font-size: 1.8em
    }
}

@media (max-width:1024.98px) {
    .txt--p4 {
        font-size: 1.6em
    }
}

@media (max-width:576.98px) {
    .txt--p4 {
        font-size: 1.5em
    }
}

.txt--p5 {
    font-size: 1.8em;
    line-height: 1.66666667em;
    letter-spacing: -.00555556em;
    font-weight: 400;
    position: relative
}

.txt--p5 .title__number {
    top: .5em
}

@media (max-width:1024.98px) {
    .txt--p5 .title__number {
        top: .35em
    }
}

@media (max-width:1440.98px) {
    .txt--p5 {
        font-size: 1.8em
    }
}

@media (max-width:1024.98px) {
    .txt--p5 {
        font-size: 1.4em
    }
}

@media (max-width:576.98px) {
    .txt--p5 {
        font-size: 1.4em
    }
}

.txt--p6 {
    font-size: 1.6em;
    line-height: 1.6875em;
    letter-spacing: -.005625em;
    font-weight: 400
}

@media (max-width:1440.98px) {
    .txt--p6 {
        font-size: 1.6em
    }
}

@media (max-width:1024.98px) {
    .txt--p6 {
        font-size: 1.4em
    }
}

@media (max-width:576.98px) {
    .txt--p6 {
        font-size: 1.3em
    }
}

.title__number {
    left: -2.77777778vw;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 14px;
    font-size: 14px;
    font-family: Inter;
    position: absolute
}

@media (max-width:1440.98px) {
    .title__number {
        font-size: 12px
    }
}

@media (max-width:1024.98px) {
    .title__number {
        font-size: 12px;
        left: -4.16666667vw
    }
}

@media (max-width:576.98px) {
    .title__number {
        position: static;
        display: block;
        margin-bottom: .9em
    }
}

.title--tag {
    letter-spacing: normal;
    font-weight: 700;
    line-height: 14px;
    font-size: 14px;
    font-family: Inter
}

@media (max-width:1440.98px) {
    .title--tag {
        font-size: 12px
    }
}

@media (max-width:1024.98px) {
    .title--tag {
        font-size: 12px
    }
}

div.txt--p3 p,
div.txt--p4 p {
    margin-bottom: .90909091em
}

.slider {
    width: 100%
}

.slider__item {
    padding: 20px;
    outline: none
}

.slider__item:first-child {
    padding-left: 8.33333333vw
}

.slider__item img {
    display: block;
    pointer-events: none
}

.slider .flickity-viewport {
    cursor: none !important
}

.work-detail {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    overflow: hidden
}

.work-detail .title--title5,
.work-detail .title--title6,
.work-detail .title--title7,
.work-detail .title--title8 {
    margin-bottom: 1.2em
}

.work-detail .work-content {
    position: relative;
    z-index: 1
}

#cursor {
    position: fixed;
    text-align: center;
    width: 80px;
    height: 80px;
    z-index: 1000;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none;
    mix-blend-mode: exclusion
}

@media (max-width:768.98px) {
    #cursor {
        display: none
    }
}

#cursor .cursor__bg {
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    left: 0;
    top: 0;
    mix-blend-mode: exclusion;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    -webkit-transform: scale(.15);
    transform: scale(.15)
}

#cursor .cursor__label {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: .14384615em;
    text-transform: uppercase
}

#cursor .cursor__label,
#cursor .cursor__pause,
#cursor .cursor__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1
}

#cursor .cursor__pause,
#cursor .cursor__play {
    mix-blend-mode: exclusion;
    display: none
}

#cursor .cursor__play {
    left: calc(50% + 2px)
}

#cursor.is-medium .cursor__bg {
    -webkit-transform: scale(.475);
    transform: scale(.475)
}

#cursor.is-big .cursor__bg {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#cursor.is-pause .cursor__pause,
#cursor.is-play .cursor__play {
    display: block
}

[data-cursor-type],
[data-cursor-type]:hover {
    cursor: none !important
}

html.msie #cursor {
    display: none !important
}

html.msie [data-cursor-type],
html.msie [data-cursor-type]:hover {
    cursor: auto !important
}

html.msie [data-cursor-type] * {
    pointer-events: all
}

html.msie a,
html.msie a:hover {
    cursor: pointer !important
}

div[data-scrollbar] {
    overflow: auto;
    width: 100vw;
    height: 100vh;
    margin: auto;
    will-change: transform;
    background: #fff
}

html.is-mobile div[data-scrollbar] {
    height: auto
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 10;
    opacity: 0;
    display: none
}

.form .form-group {
    position: relative;
    margin-bottom: 46px
}

@media (max-width:768.98px) {
    .form .form-group {
        margin-bottom: 50px
    }
}

.form .form-group.with-border:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.form .form-group .placeholder {
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 2em;
    font-weight: 300;
    color: #000;
    letter-spacing: -.009em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:768.98px) {
    .form .form-group .placeholder {
        font-size: 1.5em;
        top: 5px
    }
}

.form .form-group.in .placeholder,
.form .form-group.with-content .placeholder {
    color: #b2b2b2;
    font-size: 1.4em;
    top: -13px
}

@media (max-width:768.98px) {

    .form .form-group.in .placeholder,
    .form .form-group.with-content .placeholder {
        font-size: 1.2em;
        top: -13px
    }
}

.form .form-group.in.with-border:after,
.form .form-group.with-content.with-border:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form .form-group.in textarea,
.form .form-group.with-content textarea {
    padding-top: 6px;
    padding-bottom: 4px
}

.form .form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 46px #fff inset !important;
    box-shadow: inset 0 0 0 46px #fff !important;
    color: #000 !important;
    background-color: #fff !important
}

.form .form-group input:-webkit-autofill+.placeholder {
    color: #b2b2b2;
    font-size: 1.2em;
    top: -13px
}

.form .form-group input[type=email],
.form .form-group input[type=password],
.form .form-group input[type=tel],
.form .form-group input[type=text],
.form .form-group select,
.form .form-group textarea {
    display: block;
    border: none;
    font-family: Inter;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 0;
    width: 100%;
    font-weight: 300;
    color: #000;
    font-size: 2em;
    line-height: 46px;
    height: 46px;
    background: transparent;
    outline: none;
    padding: 0 0 3px;
    border-bottom: 1px solid #dcdcdc
}

@media (max-width:768.98px) {

    .form .form-group input[type=email],
    .form .form-group input[type=password],
    .form .form-group input[type=tel],
    .form .form-group input[type=text],
    .form .form-group select,
    .form .form-group textarea {
        font-size: 1.5em;
        line-height: 32px;
        padding: 0
    }
}

.form .form-group textarea {
    padding-bottom: 10px;
    resize: none;
    line-height: 1.7em;
    height: auto
}

.form .form-group select {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-color: transparent;
    line-height: 58px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form .form-group select:active,
.form .form-group select:focus {
    outline: none
}

.form .form-group select:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 2;
    pointer-events: none;
    display: none
}

.form .form-group .radio-wrap .radio {
    position: relative
}

.form .form-group .radio-wrap .radio input[type=radio] {
    position: absolute;
    visibility: hidden
}

.form .form-group .radio-wrap .radio input[type=radio]:checked~.check:before {
    background: #f22f2d
}

.form .form-group .radio-wrap .radio label {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 30px;
    height: 19px;
    line-height: 19px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    color: #b2b2b2
}

.form .form-group .radio-wrap .radio:hover label {
    color: #000
}

.form .form-group .radio-wrap .radio:hover .check:before {
    background: #f22f2d
}

.form .form-group .radio-wrap .radio .check {
    display: block;
    position: absolute;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.form .form-group .radio-wrap .radio .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 5px;
    width: 5px;
    top: 5px;
    left: 5px;
    -webkit-transition: background .25s linear
}

.form .form-group .radio-wrap+.tooltip-alert {
    right: auto;
    left: -29px;
    top: calc(100% - 21px)
}

.form .form-group .checkbox-wrap {
    *zoom: 1
}

.form .form-group .checkbox-wrap:after,
.form .form-group .checkbox-wrap:before {
    display: table;
    clear: both;
    content: "";
    line-height: 0
}

.form .form-group .checkbox-wrap .checkbox {
    position: relative
}

.form .form-group .checkbox-wrap .checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden
}

.form .form-group .checkbox-wrap .checkbox input[type=checkbox]:checked~.check {
    border-color: #000
}

.form .form-group .checkbox-wrap .checkbox input[type=checkbox]:checked~.check:after {
    opacity: 1
}

.form .form-group .checkbox-wrap .checkbox label {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0 0 5px 25px;
    line-height: 16px;
    z-index: 9;
    -webkit-transition: border .25s ease-in-out 0ms;
    transition: border .25s ease-in-out 0ms;
    color: #b2b2b2
}

.form .form-group .checkbox-wrap .checkbox label a {
    color: #b2b2b2;
    border-bottom: 1px solid #b2b2b2
}

.form .form-group .checkbox-wrap .checkbox .check {
    display: block;
    position: absolute;
    border: 1px solid #dcdcdc;
    height: 16px;
    width: 16px;
    top: 0;
    left: 0;
    -webkit-transition: border .25s ease-in-out 0ms;
    transition: border .25s ease-in-out 0ms;
    border-radius: 0;
    background: transparent;
    z-index: 1
}

.form .form-group .checkbox-wrap .checkbox .check:after {
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 4px;
    left: 3px;
    border: 1px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .2s ease-in-out 0ms;
    transition: opacity .2s ease-in-out 0ms
}

.form .form-group .checkbox-wrap+.tooltip-alert {
    right: auto;
    left: -29px;
    top: calc(100% - 21px)
}

.form .form-group .inputfile {
    text-align: right
}

.form .form-group .inputfile input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form .form-group .inputfile input[type=file]+label {
    color: #000;
    max-width: 80%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 0
}

.form .form-group .inputfile input[type=file]+label span {
    font-weight: 400
}

.form .form-group .inputfile input[type=file]+label img {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .5em
}

.form .form-group .inputfile input[type=file]+label:hover,
.form .form-group .inputfile input[type=file].has-focus+label,
.form .form-group .inputfile input[type=file]:focus+label {
    outline: none;
    color: #c2c2d7
}

.form .form-group .error-message {
    position: absolute;
    bottom: -17px;
    left: 0;
    color: #f22f2d;
    font-size: 1.2em;
    font-weight: 400
}

.form .form-group.errorContent input[type=email],
.form .form-group.errorContent input[type=password],
.form .form-group.errorContent input[type=tel],
.form .form-group.errorContent input[type=text],
.form .form-group.errorContent select,
.form .form-group.errorContent textarea {
    border-color: #f22f2d !important
}

.form .form-group.errorContent:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    background: #f22f2d !important
}

.form .form-group.errorContent .checkbox-wrap .checkbox .check {
    border-color: #f22f2d
}

.form .form-group .checkbox-tag {
    *zoom: 1
}

.form .form-group .checkbox-tag:after,
.form .form-group .checkbox-tag:before {
    display: table;
    clear: both;
    content: "";
    line-height: 0
}

.form .form-group .checkbox-tag .checkbox {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px
}

@media (max-width:576.98px) {
    .form .form-group .checkbox-tag .checkbox {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
        width: 83.33333333%
    }
}

.form .form-group .checkbox-tag .checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden
}

.form .form-group .checkbox-tag .checkbox input[type=checkbox]:checked~label,
.form .form-group .checkbox-tag .checkbox input[type=checkbox]:checked~label:hover {
    background-color: #4a40fd
}

.form .form-group .checkbox-tag .checkbox input[type=checkbox]:checked~label img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form .form-group .checkbox-tag .checkbox label {
    font-weight: 700;
    background-color: #b2b2b2;
    color: #fff;
    display: block;
    position: relative;
    font-size: 22px;
    padding: 22px 40px 20px 20px;
    z-index: 9;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.form .form-group .checkbox-tag .checkbox label img {
    display: inline-block;
    -webkit-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-right: 15px
}

@media (max-width:576.98px) {
    .form .form-group .checkbox-tag .checkbox label img {
        margin-right: 10px
    }
}

@media (max-width:576.98px) {
    .form .form-group .checkbox-tag .checkbox label {
        font-size: 18px;
        background-size: 13px;
        padding: 18px 18px 16px
    }
}

.form .form-group .checkbox-tag .checkbox:hover label {
    background-color: #8a8a8a
}

.form .form-group .checkbox-tag+.tooltip-alert {
    right: auto;
    left: -29px;
    top: calc(100% - 21px)
}

.form .form-group .input-range {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px
}

@media (max-width:576.98px) {
    .form .form-group .input-range {
        display: block;
        padding-bottom: 35px
    }
}

.form .form-group .input-range input[type=range] {
    width: 62%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 7px;
    border-radius: 3.5px;
    outline: none;
    padding: 0;
    border: 0;
    background: rgba(200, 197, 255, .26)
}

@media (max-width:576.98px) {
    .form .form-group .input-range input[type=range] {
        width: 100%
    }
}

.form .form-group .input-range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 64px;
    height: 64px;
    border: none;
    background: #4a40fd;
    background-image: url(../images/input-rangec8fa.svg?cfd9ad85d60e4627fd016e30ed2331af);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 10px 12px 30px rgba(200, 197, 255, .73);
    box-shadow: 10px 12px 30px rgba(200, 197, 255, .73);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.form .form-group .input-range input[type=range]::-webkit-slider-thumb:hover {
    background-color: #2e26c1
}

@media (max-width:576.98px) {
    .form .form-group .input-range input[type=range]::-webkit-slider-thumb {
        width: 52px;
        height: 52px;
        background-size: 23px;
        -webkit-box-shadow: 8px 10px 24px rgba(200, 197, 255, .73);
        box-shadow: 8px 10px 24px rgba(200, 197, 255, .73)
    }
}

.form .form-group .input-range input[type=range]::-moz-range-thumb {
    width: 64px;
    height: 64px;
    border: none;
    background: #4a40fd;
    background-image: url(../images/input-rangec8fa.svg?cfd9ad85d60e4627fd016e30ed2331af);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    box-shadow: 10px 12px 30px rgba(200, 197, 255, .73);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.form .form-group .input-range input[type=range]::-moz-range-thumb:hover {
    background-color: #2e26c1
}

@media (max-width:576.98px) {
    .form .form-group .input-range input[type=range]::-moz-range-thumb {
        width: 52px;
        height: 52px;
        background-size: 23px;
        box-shadow: 8px 10px 24px rgba(200, 197, 255, .73)
    }
}

.form .form-group .input-range input[type=range]::-moz-focus-outer {
    border: 0
}

.form .form-group .input-range label {
    padding-left: 40px;
    font-size: 4em;
    font-family: Inter;
    font-weight: 600;
    width: 37%
}

@media (max-width:576.98px) {
    .form .form-group .input-range label {
        width: 100%;
        padding-left: 0;
        display: block;
        font-size: 2.4em;
        padding-top: 52px
    }
}

.form .form-group .input-range .rangeslider,
.form .form-group .input-range .rangeslider__fill {
    width: 62%;
    height: 7px;
    border-radius: 3.5px;
    outline: none;
    padding: 0;
    border: 0;
    background: rgba(200, 197, 255, .26)
}

@media (max-width:576.98px) {

    .form .form-group .input-range .rangeslider,
    .form .form-group .input-range .rangeslider__fill {
        width: 100%
    }
}

.form .form-group .input-range .rangeslider {
    background: rgba(200, 197, 255, .26);
    position: relative
}

.form .form-group .input-range .rangeslider__fill {
    background: rgba(200, 197, 255, .26);
    position: absolute
}

.form .form-group .input-range .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.form .form-group .input-range .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.form .form-group .input-range .rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 64px;
    height: 64px;
    border: none;
    background: #4a40fd;
    background-image: url(../images/input-rangec8fa.svg?cfd9ad85d60e4627fd016e30ed2331af);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 10px 12px 30px rgba(200, 197, 255, .73);
    box-shadow: 10px 12px 30px rgba(200, 197, 255, .73);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.form .form-group .input-range .rangeslider__handle:hover {
    background-color: #2e26c1
}

@media (max-width:576.98px) {
    .form .form-group .input-range .rangeslider__handle {
        width: 52px;
        height: 52px;
        background-size: 23px;
        -webkit-box-shadow: 8px 10px 24px rgba(200, 197, 255, .73);
        box-shadow: 8px 10px 24px rgba(200, 197, 255, .73)
    }
}

.form .form-group .input-range .rangeslider--active .rangeslider__handle,
.form .form-group .input-range .rangeslider__handle:active,
.form .form-group .input-range .rangeslider__handle:hover {
    background-color: #2e26c1
}

.form .form-group .input-range .rangeslider--horizontal .rangeslider__handle {
    top: -32px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

@media (max-width:576.98px) {
    .form .form-group .input-range .rangeslider--horizontal .rangeslider__handle {
        width: 26px;
        height: 26px;
        background-size: 23px;
        -webkit-box-shadow: 8px 10px 24px rgba(200, 197, 255, .73);
        box-shadow: 8px 10px 24px rgba(200, 197, 255, .73)
    }
}

.form.initial-brief__form .form-group {
    margin-bottom: 76px
}

@media (max-width:1440.98px) {
    .form.initial-brief__form .form-group {
        margin-bottom: 50px
    }
}

@media (max-width:768.98px) {
    .form.initial-brief__form .form-group {
        margin-bottom: 50px
    }
}

.form.initial-brief__form .form-group .placeholder {
    top: 0;
    font-size: 3.6em;
    color: #5a5a5a
}

@media (max-width:1440.98px) {
    .form.initial-brief__form .form-group .placeholder {
        font-size: 2.6em;
        top: 10px
    }
}

@media (max-width:768.98px) {
    .form.initial-brief__form .form-group .placeholder {
        font-size: 1.7em;
        top: -3px;
        letter-spacing: -.00764706em;
        line-height: 20px
    }
}

.form.initial-brief__form .form-group.in .placeholder,
.form.initial-brief__form .form-group.with-content .placeholder {
    color: #000;
    font-size: 1.6em;
    top: -25px
}

@media (max-width:1440.98px) {

    .form.initial-brief__form .form-group.in .placeholder,
    .form.initial-brief__form .form-group.with-content .placeholder {
        font-size: 1.4em;
        top: -15px
    }
}

@media (max-width:768.98px) {

    .form.initial-brief__form .form-group.in .placeholder,
    .form.initial-brief__form .form-group.with-content .placeholder {
        top: -25px;
        font-size: 1.3em;
        letter-spacing: -.00705882em;
        line-height: 17px
    }
}

.form.initial-brief__form .form-group.in.with-border:after,
.form.initial-brief__form .form-group.with-content.with-border:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.form.initial-brief__form .form-group.in textarea,
.form.initial-brief__form .form-group.with-content textarea {
    height: auto
}

.form.initial-brief__form .form-group input[type=email],
.form.initial-brief__form .form-group input[type=password],
.form.initial-brief__form .form-group input[type=tel],
.form.initial-brief__form .form-group input[type=text],
.form.initial-brief__form .form-group select,
.form.initial-brief__form .form-group textarea {
    font-size: 3.6em;
    line-height: 57px;
    height: 57px
}

@media (max-width:1440.98px) {

    .form.initial-brief__form .form-group input[type=email],
    .form.initial-brief__form .form-group input[type=password],
    .form.initial-brief__form .form-group input[type=tel],
    .form.initial-brief__form .form-group input[type=text],
    .form.initial-brief__form .form-group select,
    .form.initial-brief__form .form-group textarea {
        font-size: 2.6em;
        line-height: 42px;
        height: 42px
    }
}

@media (max-width:768.98px) {

    .form.initial-brief__form .form-group input[type=email],
    .form.initial-brief__form .form-group input[type=password],
    .form.initial-brief__form .form-group input[type=tel],
    .form.initial-brief__form .form-group input[type=text],
    .form.initial-brief__form .form-group select,
    .form.initial-brief__form .form-group textarea {
        font-size: 1.9em
    }
}

.form.initial-brief__form .form-group input[type=email]::-webkit-input-placeholder,
.form.initial-brief__form .form-group input[type=password]::-webkit-input-placeholder,
.form.initial-brief__form .form-group input[type=tel]::-webkit-input-placeholder,
.form.initial-brief__form .form-group input[type=text]::-webkit-input-placeholder,
.form.initial-brief__form .form-group select::-webkit-input-placeholder,
.form.initial-brief__form .form-group textarea::-webkit-input-placeholder {
    color: gray
}

.form.initial-brief__form .form-group input[type=email]::-moz-placeholder,
.form.initial-brief__form .form-group input[type=password]::-moz-placeholder,
.form.initial-brief__form .form-group input[type=tel]::-moz-placeholder,
.form.initial-brief__form .form-group input[type=text]::-moz-placeholder,
.form.initial-brief__form .form-group select::-moz-placeholder,
.form.initial-brief__form .form-group textarea::-moz-placeholder {
    color: gray
}

.form.initial-brief__form .form-group input[type=email]:-ms-input-placeholder,
.form.initial-brief__form .form-group input[type=password]:-ms-input-placeholder,
.form.initial-brief__form .form-group input[type=tel]:-ms-input-placeholder,
.form.initial-brief__form .form-group input[type=text]:-ms-input-placeholder,
.form.initial-brief__form .form-group select:-ms-input-placeholder,
.form.initial-brief__form .form-group textarea:-ms-input-placeholder {
    color: gray
}

.form.initial-brief__form .form-group input[type=email]:-moz-placeholder,
.form.initial-brief__form .form-group input[type=password]:-moz-placeholder,
.form.initial-brief__form .form-group input[type=tel]:-moz-placeholder,
.form.initial-brief__form .form-group input[type=text]:-moz-placeholder,
.form.initial-brief__form .form-group select:-moz-placeholder,
.form.initial-brief__form .form-group textarea:-moz-placeholder {
    color: gray
}

.form.initial-brief__form .form-group textarea {
    line-height: 1.3em;
    height: auto
}

.form.initial-brief__form .form-group textarea.is-small {
    font-size: 2.8em
}

@media (max-width:1440.98px) {
    .form.initial-brief__form .form-group textarea.is-small {
        font-size: 2em
    }
}

@media (max-width:768.98px) {
    .form.initial-brief__form .form-group textarea.is-small {
        font-size: 1.4em
    }
}

.form.initial-brief__form .form-group .checkbox-wrap .checkbox input[type=checkbox]:checked~.check {
    border-color: #dcdcdc
}

.form.initial-brief__form .form-group .checkbox-wrap .checkbox label {
    font-size: 16px;
    padding: 0 0 5px 50px;
    line-height: 30px;
    color: #000
}

.form.initial-brief__form .form-group .checkbox-wrap .checkbox label a {
    color: #000
}

.form.initial-brief__form .form-group .checkbox-wrap .checkbox .check {
    height: 30px;
    width: 30px
}

.form.initial-brief__form .form-group .checkbox-wrap .checkbox .check:after {
    content: "";
    width: 15px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 6px;
    border: 2px solid #4a40fd;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .2s ease-in-out 0ms;
    transition: opacity .2s ease-in-out 0ms
}

.form.initial-brief__form .form-group .checkbox-wrap+.tooltip-alert {
    right: auto;
    left: -29px;
    top: calc(100% - 21px)
}

input::-ms-clear {
    display: none
}

.buttons,
.buttons .button {
    pointer-events: none
}

.buttons .button a,
.buttons .button button {
    pointer-events: all;
    padding: 10px 0;
    margin: 0;
    background: transparent;
    border: none;
    font-weight: 700;
    font-family: Inter;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.buttons .button a *,
.buttons .button button * {
    pointer-events: none
}

.buttons .button a .line,
.buttons .button button .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 20px;
    background: #000
}

.buttons .button a .text,
.buttons .button button .text {
    display: block;
    color: #000
}

.buttons .button.button--1 a,
.buttons .button.button--1 button {
    font-size: 2.2em
}

@media (max-width:1024.98px) {

    .buttons .button.button--1 a,
    .buttons .button.button--1 button {
        font-size: 2em
    }
}

@media (max-width:768.98px) {

    .buttons .button.button--1 a,
    .buttons .button.button--1 button {
        font-size: 2em
    }
}

.buttons .button.button--2 a,
.buttons .button.button--2 button {
    font-size: 1.6em
}

.buttons .button--brief {
    pointer-events: none
}

.buttons .button--brief button {
    max-width: 280px;
    width: 100%;
    font-size: 2.2em;
    color: #fff;
    padding: 28px 20px;
    background: #4a40fd;
    pointer-events: all;
    margin: 0;
    border: none;
    font-weight: 700;
    font-family: Inter;
    outline: none;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

@media (max-width:576.98px) {
    .buttons .button--brief button {
        max-width: none
    }
}

.buttons .button--brief button:hover {
    background: #2e26c1
}

.buttons .button--brief button:disabled {
    opacity: .3
}

[data-anim=image-mask] {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

.video-mediaelement {
    width: 100%
}

.video-mediaelement .mejs__container .mejs__inner .mejs__layers .mejs__overlay.mejs__overlay-play {
    z-index: 4 !important;
    cursor: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button {
    pointer-events: none;
    outline: none;
    background-image: url(../images/play8b36.svg?07aa175539c87f6f4cc03cdc2222fe90) !important;
    background-position: 50%;
    background-size: contain
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls {
    height: 50px !important;
    padding: 0 40px !important;
    background: rgba(0, 0, 0, .46) !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__button {
    height: 50px
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__button>button {
    cursor: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__playpause-button>button {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 50% !important;
    margin: 15px 6px
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__playpause-button.mejs__pause button {
    background-image: url(../images/player-pause036e.svg?a07bd97474f717e97d3a249aa27962c5) !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__playpause-button.mejs__play button {
    background-image: url(../images/player-play1840.svg?0809d84eeb6e8c84317de63e1c99660e) !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time {
    font-size: 14px;
    font-weight: 400;
    padding-top: 19px
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__volume-button>button {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 50% !important;
    margin: 15px 6px
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__volume-button.mejs__unmute button {
    background-image: url(../images/player-unmute7d70.svg?0c2011ec83055a106b867079b56e0ca3) !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__volume-button.mejs__mute button {
    background-image: url(../images/player-mute87c7.svg?a52d988186e44480af810e37a46d36a3) !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__volume-button .mejs__volume-slider {
    display: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__volume-button .mejs__volume-slider .mejs__volume-total .mejs__volume-handle {
    cursor: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail {
    outline: none;
    height: 50px;
    padding-top: 15px
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
    margin-top: 8px;
    height: 3px;
    cursor: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-buffering,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float-corner,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float-current,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded,
.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-marker {
    height: 3px;
    cursor: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float {
    display: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle {
    cursor: none !important
}

.video-mediaelement .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle-content {
    top: -7px;
    cursor: none !important
}

.cookies {
    position: fixed;
    bottom: calc(4.16666667vw - 30px);
    right: 8.33333333vw;
    width: 206px;
    background: #4a40fd;
    color: #fff;
    display: none;
    z-index: 400
}

@media (max-width:768.98px) {
    .cookies {
        bottom: 30px
    }
}

.cookies__close-btn {
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
    outline: none;
    -webkit-appearance: none;
    background: none;
    border: none
}

.cookies__close-btn svg {
    pointer-events: none
}

.cookies__content {
    text-align: center;
    position: relative;
    padding: 35px 27px 25px
}

.cookies__content p {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 15px;
    letter-spacing: -.00571429em
}

.cookies__content p a {
    color: #fff;
    border-bottom: 1px solid #8e87fb
}

.cookies__button {
    font-family: Inter;
    outline: none;
    -webkit-appearance: none;
    background: #251db3;
    border: none;
    height: 44px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: -.00571429em;
    border-radius: 22px;
    font-weight: 500
}

.logo {
    position: fixed;
    top: calc(4.16666667vw - 30px);
    left: calc(4.16666667vw - 40px);
    z-index: 600
}

@media (max-width:1024.98px) {
    .logo {
        z-index: 450
    }
}

@media (max-width:768.98px) {
    .logo {
        display: none
    }
}

.logo a {
    display: block;
    pointer-events: all;
    cursor: pointer;
    padding: 30px
}

.logo a svg {
    pointer-events: none
}

.logo a svg .logo-g {
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.logo--white svg .logo-g {
    fill: #fff !important
}

.logo--black svg .logo-g {
    fill: #000 !important
}

.logo--mobile {
    display: none;
    position: absolute;
    top: 5.83333333vw;
    left: 8.33333333vw;
    z-index: 400
}

@media (max-width:576.98px) {
    .logo--mobile {
        top: 30px;
        left: 30px
    }
}

.logo--mobile a {
    display: block
}

.logo--mobile--white svg .logo-g {
    fill: #fff !important
}

.logo--mobile--black svg .logo-g {
    fill: #000 !important
}

@media (max-width:768.98px) {
    .logo--mobile {
        display: block
    }
}

body.work-detail .logo--mobile svg .logo-g,
body.work-detail .logo svg .logo-g {
    fill: #fff
}

.say-hello {
    position: fixed;
    bottom: calc(4.16666667vw - 30px);
    left: calc(4.16666667vw - 40px);
    z-index: 100;
    pointer-events: none
}

@media (max-width:768.98px) {
    .say-hello {
        display: none
    }
}

.say-hello a {
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: -.00818182em;
    pointer-events: auto;
    color: inherit;
    display: block;
    padding: 30px
}

.say-hello a svg {
    pointer-events: none
}

.say-hello a svg .fill {
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.say-hello--white a svg .fill {
    fill: #fff
}

.say-hello--black a svg .fill {
    fill: #000
}

body.work-detail .say-hello a svg path {
    fill: #fff
}

.breadcrumb {
    position: fixed;
    bottom: calc(4.16666667vw - 30px);
    right: calc(4.16666667vw - 40px);
    z-index: 100;
    pointer-events: none
}

@media (max-width:768.98px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb a {
    pointer-events: auto;
    display: block;
    padding: 30px
}

.breadcrumb a svg {
    pointer-events: none
}

.breadcrumb a svg .fill {
    fill: #000;
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.breadcrumb a svg .stroke {
    stroke: #000;
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.breadcrumb--white svg .fill {
    fill: #fff
}

.breadcrumb--white svg .stroke {
    stroke: #fff
}

body.work-detail .breadcrumb svg .fill {
    fill: #fff
}

body.work-detail .breadcrumb svg .stroke {
    stroke: #fff
}

.toggle {
    position: fixed;
    top: calc(4.16666667vw - 30px);
    right: calc(4.16666667vw - 30px);
    z-index: 600;
    padding: 30px;
    display: block
}

@media (max-width:768.98px) {
    .toggle {
        top: calc(5.83333333vw - 30px);
        right: calc(8.33333333vw - 30px)
    }
}

@media (max-width:576.98px) {
    .toggle {
        top: 5px;
        right: 5px
    }
}

.toggle>div {
    pointer-events: none;
    height: 14px;
    width: 22px
}

.toggle>div>div {
    width: 100%;
    height: 2px;
    margin: 0 0 5px;
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s, 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s, 0s
}

.toggle>div>div:nth-child(2) {
    width: 16px;
    margin-bottom: 0
}

.toggle--black>div>div {
    background-color: #000 !important
}

.toggle--white>div>div {
    background-color: #fff !important
}

.toggle.is-open {
    background: none
}

.toggle.is-open>div {
    position: relative;
    height: 24px;
    width: 24px
}

.toggle.is-open>div>div {
    background-color: #fff !important
}

.toggle.is-open>div>div:first-child {
    -webkit-transform: translateY(3.5px) rotate(45deg);
    transform: translateY(3.5px) rotate(45deg)
}

.toggle.is-open>div>div:nth-child(2) {
    width: 100%;
    -webkit-transform: translateX(0) translateY(-3.5px) rotate(-45deg);
    transform: translateX(0) translateY(-3.5px) rotate(-45deg)
}

body.work-detail .toggle>div>div {
    background-color: #fff
}

html.msie .toggle,
html.msie .toggle:hover {
    cursor: pointer !important
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: none
}

.nav .logo--mobile {
    position: absolute
}

.nav__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@supports (padding-top:constant(safe-area-inset-top)) {
    .nav__bg {
        --safe-area-inset-top: constant(safe-area-inset-top);
        height: calc(100vh + var(--safe-area-inset-top))
    }
}

@supports (padding-top:env(safe-area-inset-top)) {
    .nav__bg {
        --safe-area-inset-top: env(safe-area-inset-top);
        height: calc(100vh + var(--safe-area-inset-top))
    }
}

.nav__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:576.98px) {
    .nav__container {
        display: block;
        padding: 120px 30px 50px
    }
}

.nav__primary {
    width: 66.66666667vw;
    padding-left: 25vw
}

@media (max-width:768.98px) {
    .nav__primary {
        padding-left: 16.66666667vw
    }
}

@media (max-width:576.98px) {
    .nav__primary {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px
    }
}

.nav__primary ul li {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.nav__primary ul li a {
    position: relative;
    display: inline-block;
    padding: .35em 0;
    color: #fff;
    font-size: 7.2em;
    letter-spacing: -.01694444em;
    font-family: Inter;
    font-weight: 400
}

@media (max-width:1024.98px) {
    .nav__primary ul li a {
        font-size: 5em
    }
}

@media (max-width:768.98px) {
    .nav__primary ul li a {
        font-size: 5.2em
    }
}

.nav__primary ul li a .number-mask {
    position: absolute;
    font-family: Inter;
    font-weight: 700;
    top: 50%;
    margin-top: -6.5px;
    left: -4.16666667vw;
    height: 13px;
    overflow: hidden
}

@media (max-width:768.98px) {
    .nav__primary ul li a .number-mask {
        position: static;
        height: auto;
        color: #343434;
        margin-top: 0
    }
}

.nav__primary ul li a .number-mask>div {
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 13px
}

@media (max-width:768.98px) {
    .nav__primary ul li a .number-mask>div {
        font-size: 11px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.nav__primary ul li a:hover .number-mask>div {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav__secondary {
    width: 33.33333333vw;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

@media (max-width:576.98px) {
    .nav__secondary {
        width: 100%
    }
}

.nav__secondary ul li a {
    display: block;
    padding: 1em 0;
    color: #fff;
    font-size: 1.8em;
    font-family: Inter;
    font-weight: 400;
    letter-spacing: -.01694444em
}

@media (max-width:1024.98px) {
    .nav__secondary ul li a {
        font-size: 1.6em;
        padding: .75em 0
    }
}

@media (max-width:576.98px) {
    .nav__secondary ul li a {
        padding: .75em 0
    }
}

.footer {
    width: 100%;
    color: #b2b2b2;
    padding-bottom: calc(4.16666667vw - 20px)
}

@media (max-width:1440.98px) {
    .footer {
        padding-bottom: 4.16666667vw
    }
}

@media (max-width:576.98px) {
    .footer {
        padding-bottom: 21px
    }
}

.footer a {
    color: #b2b2b2;
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:768.98px) {
    .footer a {
        margin-left: 5px;
        margin-right: 5px
    }
}

.footer a:last-child {
    margin-right: 0
}

@media (max-width:576.98px) {
    .footer div[class^=col-] {
        text-align: center
    }

    .footer div[class^=col-] .txt--p6 {
        font-size: 1em;
        letter-spacing: 0
    }
}

@media (max-width:576.98px) {
    .footer div[class^=col-]:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer div[class^=col-]:last-child {
    text-align: right;
    margin-bottom: 10px
}

@media (max-width:576.98px) {
    .footer div[class^=col-]:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
}

.app-container[data-namespace=home] .footer {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:768.98px) {
    .app-container[data-namespace=home] .footer {
        position: static
    }
}

.app-container[data-namespace=work-detail] .footer {
    bottom: 0;
    position: absolute;
    left: 0;
    color: #fff
}

.app-container[data-namespace=work-detail] .footer a {
    color: #fff
}

.lets-talk {
    text-align: center;
    padding-bottom: 195px !important;
    padding-top: 195px !important;
    background: #fff;
    color: #000
}

@media (max-width:1440.98px) {
    .lets-talk {
        padding-bottom: 175px !important;
        padding-top: 175px !important
    }
}

@media (max-width:1024.98px) {
    .lets-talk {
        padding-bottom: 155px !important;
        padding-top: 155px !important
    }
}

@media (max-width:768.98px) {
    .lets-talk {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
}

@media (max-width:768.98px) {
    .lets-talk .row {
        height: 130vw;
        max-height: 400px
    }
}

@media (max-width:576.98px) {
    .lets-talk .row {
        height: 130vw;
        max-height: 370px
    }
}

.lets-talk h4 {
    margin-bottom: 1.5em
}

.lets-talk a {
    display: inline-block;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: .3em
}

@media (max-width:768.98px) {
    .lets-talk a {
        padding-bottom: 0
    }
}

.lets-talk a svg {
    position: absolute;
    bottom: -62px;
    width: 62px;
    left: 50%;
    margin-left: -31px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(50px) rotate(-45deg);
    transform: translateY(50px) rotate(-45deg);
    opacity: 0;
    -webkit-transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1);
    -webkit-transition: opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1);
    transition: opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1);
    transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1);
    transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1)
}

@media (max-width:1440.98px) {
    .lets-talk a svg {
        width: 44px;
        bottom: -44px
    }
}

@media (max-width:1024.98px) {
    .lets-talk a svg {
        width: 32px;
        bottom: -32px
    }
}

@media (max-width:768.98px) {
    .lets-talk a svg {
        width: 40px;
        position: static;
        opacity: 1;
        display: block;
        margin: 25px auto 0;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        width: 25px
    }
}

.lets-talk a:hover svg {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg)
}

.home-slide--intro {
    height: 100vh;
    position: relative
}

@media (max-width:768.98px) {
    .home-slide--intro {
        height: 65.6vw
    }
}

@media (max-width:576.98px) {
    .home-slide--intro {
        height: 128vw
    }
}

.home-slide--intro * {
    pointer-events: none
}

.home-slide--intro .letter {
    position: absolute;
    visibility: hidden
}

@media (max-width:768.98px) {
    .home-slide--intro .letter {
        display: none !important
    }
}

.home-slide--intro .letter.creative2--c,
.home-slide--intro .letter.creative--c {
    top: 23.11365807vh;
    left: 8.33333333vw;
    width: 3.21428571%;
    max-width: 54px
}

.home-slide--intro .letter.creative2--r,
.home-slide--intro .letter.creative--r {
    top: 0;
    left: 33.33333333%;
    width: 2.61904762%;
    max-width: 44px
}

.home-slide--intro .letter.creative2--r svg,
.home-slide--intro .letter.creative--r svg {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-slide--intro .letter.creative2--e1,
.home-slide--intro .letter.creative--e1 {
    top: 23.11365807vh;
    right: 32.79761905%;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.creative2--a,
.home-slide--intro .letter.creative--a {
    top: 23.11365807vh;
    right: 13.86904762%;
    width: 3.0952381%;
    max-width: 52px
}

.home-slide--intro .letter.creative2--t,
.home-slide--intro .letter.creative--t {
    bottom: 20.24832856vh;
    left: 16.66666667%;
    width: 6.25%;
    max-width: 105px
}

.home-slide--intro .letter.creative2--i,
.home-slide--intro .letter.creative--i {
    bottom: 0;
    left: 32.85714286%;
    width: .6547619%;
    max-width: 11px
}

.home-slide--intro .letter.creative2--v,
.home-slide--intro .letter.creative--v {
    bottom: 0;
    right: 32.79761905%;
    width: 3.03571429%;
    max-width: 51px
}

.home-slide--intro .letter.creative2--e2,
.home-slide--intro .letter.creative--e2 {
    bottom: 20.24832856vh;
    right: 14.3452381%;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.digital--d {
    top: 23.11365807vh;
    left: 8.33333333vw;
    width: 2.79761905%;
    max-width: 47px
}

.home-slide--intro .letter.digital--d svg {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.home-slide--intro .letter.digital--i1 {
    top: 23.11365807vh;
    left: 33.33333333%;
    width: .71428571%;
    max-width: 12px
}

.home-slide--intro .letter.digital--i1 svg {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.home-slide--intro .letter.digital--g {
    top: 0;
    right: 31.60714286%;
    width: 6.8452381%;
    max-width: 115px
}

.home-slide--intro .letter.digital--g svg {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.home-slide--intro .letter.digital--i2 {
    top: 23.11365807vh;
    right: 14.3452381%;
    width: .71428571%;
    max-width: 12px
}

.home-slide--intro .letter.digital--i2 svg {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.home-slide--intro .letter.digital--t {
    bottom: 0;
    left: 31.60714286%;
    width: 6.19047619%;
    max-width: 104px
}

.home-slide--intro .letter.digital--a {
    bottom: 20.24832856vh;
    right: 39.58333333%;
    width: 3.1547619%;
    max-width: 53px
}

.home-slide--intro .letter.digital--l {
    bottom: 20.24832856vh;
    right: 13.63095238%;
    width: 2.32142857%;
    max-width: 39px
}

.home-slide--intro .letter.service--s {
    top: 23.11365807vh;
    left: 0;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.service--e1 {
    top: 23.11365807vh;
    left: 33.21428571%;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.service--r {
    top: 0;
    right: 30.83333333%;
    width: 2.61904762%;
    max-width: 44px
}

.home-slide--intro .letter.service--r svg {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-slide--intro .letter.service--v {
    bottom: 20.24832856vh;
    left: 16.66666667%;
    width: 3.0952381%;
    max-width: 52px
}

.home-slide--intro .letter.service--i {
    bottom: 0;
    left: 31.60714286%;
    width: .6547619%;
    max-width: 11px
}

.home-slide--intro .letter.service--i svg {
    -webkit-transform: translateY(25%);
    transform: translateY(25%)
}

.home-slide--intro .letter.service--c {
    bottom: 20.24832856vh;
    right: 29.52380952%;
    width: 3.51190476%;
    max-width: 59px
}

.home-slide--intro .letter.service--e2 {
    bottom: 20.24832856vh;
    right: 14.22619048%;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.design--d {
    top: 23.11365807vh;
    left: 0;
    width: 2.79761905%;
    max-width: 47px
}

.home-slide--intro .letter.design--e {
    top: 0;
    left: 25.05952381%;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.design--s {
    top: 12.79847182vh;
    left: 41.96428571%;
    width: 2.44047619%;
    max-width: 41px
}

.home-slide--intro .letter.design--i {
    bottom: 20.24832856vh;
    left: 24.70238095%;
    width: .6547619%;
    max-width: 11px
}

.home-slide--intro .letter.design--g {
    top: 23.11365807vh;
    right: 11.96428571%;
    width: 6.8452381%;
    max-width: 115px
}

.home-slide--intro .letter.design--n {
    bottom: 0;
    right: 30.6547619%;
    width: 2.79761905%;
    max-width: 47px
}

.home-slide--intro .container-fluid.desktop {
    display: block
}

@media (max-width:768.98px) {
    .home-slide--intro .container-fluid.desktop {
        display: none
    }
}

.home-slide--intro .container-fluid.mobile {
    display: none
}

@media (max-width:768.98px) {
    .home-slide--intro .container-fluid.mobile {
        display: block
    }
}

.home-slide--intro .row {
    text-align: center;
    height: 100vh
}

@media (max-width:768.98px) {
    .home-slide--intro .row {
        text-align: left;
        padding-top: 15vw;
        height: 65.6vw
    }
}

@media (max-width:576.98px) {
    .home-slide--intro .row {
        text-align: left;
        height: 128vw
    }
}

.home-slide--intro .row h1,
.home-slide--intro .row h2 {
    opacity: 0
}

.home-slide--intro .row h1 div,
.home-slide--intro .row h2 div {
    display: inline-block;
    white-space: pre
}

@media (max-width:768.98px) {

    .home-slide--intro .row h1 div,
    .home-slide--intro .row h2 div {
        white-space: normal
    }
}

.home-slide--intro .row h1>.words1,
.home-slide--intro .row h1>.words2,
.home-slide--intro .row h2>.words1,
.home-slide--intro .row h2>.words2 {
    position: relative;
    vertical-align: bottom;
    /* color:#91e612 !important; */
    color:#042FEA !important;
    
}

.home-slide--intro .row h1>.words1>div,
.home-slide--intro .row h1>.words2>div,
.home-slide--intro .row h2>.words1>div,
.home-slide--intro .row h2>.words2>div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    
}

@media (max-width:768.98px) {

    .home-slide--intro .row h1>.words1>div,
    .home-slide--intro .row h1>.words2>div,
    .home-slide--intro .row h2>.words1>div,
    .home-slide--intro .row h2>.words2>div {
        position: static;
    }
}

.home-slide--intro .row h1>.words1>div:first-child,
.home-slide--intro .row h1>.words2>div:first-child,
.home-slide--intro .row h2>.words1>div:first-child,
.home-slide--intro .row h2>.words2>div:first-child {
    display: block;
}

.home-slide--intro .row h1 {
    margin-bottom: 5vw;
}

@media (max-width:768.98px) {
    .home-slide--intro .row h1 {
        margin-bottom: 0;
    }
}

.home-slide--intro .row h2 {
    margin-bottom: 1em;
}

.home-slides {
    height: 100vh;
    position: relative;
}

@media (max-width:768.98px) {
    .home-slides {
        height: auto
    }
}

.home-slides .home-slide {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 0 8.33333333vw 0 16.66666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

@media (max-width:768.98px) {
    .home-slides .home-slide {
        padding: 0 16.66666667vw;
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        position: static;
        position: relative;
        opacity: 1;
        visibility: visible;
        display: block
    }
}

@media (max-width:576.98px) {
    .home-slides .home-slide {
        padding: 0
    }
}

.home-slides .home-slide>a {
    pointer-events: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768.98px) {
    .home-slides .home-slide>a {
        display: block;
        margin-top: 120px
    }
}

@media (max-width:576.98px) {
    .home-slides .home-slide>a {
        margin-top: 60px
    }
}

@media (max-width:768.98px) {
    .home-slides .home-slide:first-child>a {
        margin-top: 0
    }
}

@media (max-width:576.98px) {
    .home-slides .home-slide:first-child>a {
        margin-top: 0
    }
}

.home-slides .home-slide__left {
    z-index: 1;
    width: calc(33.33333333vw + 33px);
    position: relative;
    overflow: hidden
}

@media (max-width:1440.98px) {
    .home-slides .home-slide__left {
        width: calc(25vw + 33px)
    }
}

@media (max-width:768.98px) {
    .home-slides .home-slide__left {
        width: 100%
    }
}

.home-slides .home-slide__left * {
    pointer-events: none
}

.home-slides .home-slide__left-mask:after {
    content: "";
    display: block;
    padding-bottom: 135.93%
}

.home-slides .home-slide__left-mask .home-slide__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.home-slides .home-slide__left-mask .home-slide__bg .home-slide__big-shape {
    display: block;
    width: 34.47%;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.home-slides .home-slide__left-mask .home-slide__bg-image,
.home-slides .home-slide__left-mask .home-slide__bg-image img,
.home-slides .home-slide__left-mask .home-slide__bg-image source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.home-slides .home-slide__left-mask .home-slide__title {
    position: absolute;
    top: 0;
    left: calc(100% - 33px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    color: #fff
}

@media (max-width:768.98px) {
    .home-slides .home-slide__left-mask .home-slide__title {
        display: none
    }
}

.home-slides .home-slide__title {
    width: calc(41.66666667vw - 33px);
    color: #000;
    position: relative
}

@media (max-width:1440.98px) {
    .home-slides .home-slide__title {
        width: calc(33.33333333vw + 33px)
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .home-slides .home-slide__title {
        width: calc(41.66666667vw + 33px)
    }
}

@media (max-width:768.98px) {
    .home-slides .home-slide__title {
        padding: 0;
        width: 100%
    }
}

@media (max-width:576.98px) {
    .home-slides .home-slide__title {
        padding: 0 30px
    }
}

.home-slides .home-slide__title * {
    pointer-events: none
}

.home-slides .home-slide__title h3 {
    width: 100%
}

@media (max-width:768.98px) {
    .home-slides .home-slide__title h3 {
        font-size: 3em
    }

    .home-slides .home-slide__title h3 br {
        display: none
    }
}

@media (max-width:576.98px) {
    .home-slides .home-slide__title h3 {
        font-size: 2.6em
    }
}

.home-slides .home-slide__title-nomask {
    -webkit-transform: translateX(-33px);
    transform: translateX(-33px)
}

@media (max-width:768.98px) {
    .home-slides .home-slide__title-nomask {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.home-slides .home-slide__subtitle {
    color: #000;
    position: absolute;
    left: 66.66666667vw;
    top: 26%
}

@media (max-width:1440.98px) {
    .home-slides .home-slide__subtitle {
        left: 46.333333vw;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .home-slides .home-slide__subtitle {
        left: 58.33333333vw;
        top: 16%
    }
}

@media (max-width:1024.98px) {
    .home-slides .home-slide__subtitle {
        left: 58.33333333vw
    }
}

@media (max-width:768.98px) {
    .home-slides .home-slide__subtitle {
        position: static;
        width: 100%;
        padding: 20px 0 5px;
        color: #b2b2b2
    }
}

@media (max-width:576.98px) {
    .home-slides .home-slide__subtitle {
        padding: 20px 30px 5px
    }
}

.home-slides .home-slide__subtitle span:nth-child(2):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #000;
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:768.98px) {
    .home-slides .home-slide__subtitle span:nth-child(2):before {
        background: #b2b2b2;
        margin-right: 6px;
        margin-left: 5px
    }
}

.home-slides .home-slide.is-active {
    opacity: 1;
    visibility: visible
}

.home-shape {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    z-index: 0;
    opacity: 0
}

.home-shape>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16.66666667vw
}

.home-shape>div>div {
    position: relative;
    width: calc(33.33333333vw + 33px)
}

@media (max-width:1440.98px) {
    .home-shape>div>div {
        width: calc(25vw + 33px)
    }
}

.home-shape>div>div:after {
    content: "";
    display: block;
    padding-bottom: 135.93%
}

.home-shape>div>div>div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.home-shape>div>div>div svg {
    display: block;
    width: 34.47%;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.home-slide--end {
    position: relative;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

@media (max-width:768.98px) {
    .home-slide--end {
        display: block;
        position: static;
        padding: 0 30px;
        background: #fff
    }
}

.home-slide--end>div:not(.footer) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #000
}

@media (max-width:768.98px) {
    .home-slide--end>div:not(.footer) {
        height: 530px;
        background: #fff
    }
}

@media (max-width:576.98px) {
    .home-slide--end>div:not(.footer) {
        height: 400px
    }
}

.home-slide--end>div:not(.footer) a {
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: .3em
}

@media (max-width:768.98px) {
    .home-slide--end>div:not(.footer) a {
        color: #000
    }
}

@media (max-width:768.98px) {
    .home-slide--end>div:not(.footer) a span {
        display: none
    }
}

.home-slide--end>div:not(.footer) a svg {
    position: absolute;
    bottom: -62px;
    width: 62px;
    left: 50%;
    margin-left: -31px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(50px) rotate(-45deg);
    transform: translateY(50px) rotate(-45deg);
    opacity: 0;
    -webkit-transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1);
    -webkit-transition: opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1);
    transition: opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1);
    transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1);
    transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1)
}

@media (max-width:1440.98px) {
    .home-slide--end>div:not(.footer) a svg {
        width: 44px;
        bottom: -44px
    }
}

@media (max-width:1024.98px) {
    .home-slide--end>div:not(.footer) a svg {
        width: 32px;
        bottom: -32px
    }
}

@media (max-width:768.98px) {
    .home-slide--end>div:not(.footer) a svg {
        width: 40px;
        position: static;
        opacity: 1;
        display: block;
        margin: 25px auto 0;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    .home-slide--end>div:not(.footer) a svg>g>g {
        stroke: #000 !important
    }
}

@media (max-width:576.98px) {
    .home-slide--end>div:not(.footer) a svg {
        width: 25px
    }
}

.home-slide--end>div:not(.footer) a:hover svg {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg)
}

.pagination {
    position: absolute;
    height: 230px;
    top: 50%;
    right: 4.16666667vw;
    margin-top: -115px;
    text-align: center
}

@media (max-width:768.98px) {
    .pagination {
        display: none
    }
}

.pagination__number {
    font-size: 1.2em;
    font-weight: 700
}

.pagination__number--first {
    margin-bottom: 25px
}

.pagination__number--last {
    margin-top: 25px
}

.pagination__bar-wrapper {
    height: 153px;
    width: 1px;
    position: relative;
    background: rgba(0, 0, 0, .24);
    display: block;
    margin: 0 auto
}

.pagination__bar-wrapper .pagination__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: #000;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@media (max-width:576.98px) {
    .works .container-fluid {
        padding: 0
    }

    .works .container-fluid .row {
        margin: 0
    }

    .works .container-fluid .row .col-sm-10 {
        padding: 0
    }
}

.works-list {
    margin-top: 230px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    opacity: 0
}

@media (max-width:1440.98px) {
    .works-list {
        margin-top: 168px
    }
}

@media (max-width:1024.98px) {
    .works-list {
        margin-top: 122px
    }
}

@media (max-width:768.98px) {
    .works-list {
        margin-top: 138px
    }
}

@media (max-width:576.98px) {
    .works-list {
        margin-top: 82px;
        opacity: 1
    }
}

.works-list .work-item {
    display: block;
    width: 25vw;
    margin-bottom: 300px;
    position: absolute;
    top: 100vh
}

@media (max-width:576.98px) {
    .works-list .work-item {
        position: static
    }
}

@media (max-width:1440.98px) {
    .works-list .work-item {
        margin-bottom: 280px
    }
}

@media (max-width:1024.98px) {
    .works-list .work-item {
        margin-bottom: 215px;
        width: 33.33333333vw
    }
}

@media (max-width:768.98px) {
    .works-list .work-item {
        margin-bottom: 150px;
        width: 33.33333333vw
    }
}

@media (max-width:576.98px) {
    .works-list .work-item {
        margin-bottom: 60px;
        width: 100vw
    }
}

.works-list .work-item * {
    pointer-events: none
}

.works-list .work-item__bg {
    position: relative
}

.works-list .work-item__bg:after {
    content: "";
    display: block;
    padding-bottom: 128.94736842%
}

.works-list .work-item__bg img,
.works-list .work-item__bg picture,
.works-list .work-item__bg source {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.works-list .work-item__title {
    padding-top: 30px
}

@media (max-width:576.98px) {
    .works-list .work-item__title {
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.works-list .work-item__title h3 {
    color: #b2b2b2;
    margin-bottom: .6em
}

.works-list .work-item__title h3 span:nth-child(2):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #b2b2b2;
    margin-right: 10px;
    margin-left: 10px
}

.works-list .work-item__title h2 {
    color: #000
}

.works-list .work-item:first-child {
    margin-top: 170px
}

@media (max-width:768.98px) {
    .works-list .work-item:first-child {
        margin-top: 120px
    }
}

@media (max-width:576.98px) {
    .works-list .work-item:first-child {
        margin-top: 0
    }
}

.works-list .work-item:nth-child(7n+0) {
    right: auto;
    left: 0
}

.works-list .work-item:nth-child(6n+2) {
    right: 0;
    left: auto
}

.works-list .work-item:nth-child(6n+3) {
    left: 0;
    right: auto
}

.works-list .work-item:nth-child(6n+4) {
    right: 8.33333333vw;
    left: auto
}

.works-list .work-item:nth-child(6n+5) {
    left: 8.33333333vw;
    right: auto
}

.works-list .work-item:nth-child(6n+6) {
    left: auto;
    right: 0
}

.next-project {
    text-align: center;
    height: 54.10714286vw;
    max-height: 909px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5vw
}

@media (max-width:768.98px) {
    .next-project {
        padding: 0;
        height: 130vw;
        max-height: 400px
    }
}

@media (max-width:576.98px) {
    .next-project {
        padding: 0 0 50px;
        height: 130vw;
        max-height: 370px
    }
}

.next-project__content {
    width: 66.66666667vw
}

.next-project__content .txt--p5 {
    margin-bottom: 1.5em
}

.next-project__content a {
    display: inline-block;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: .3em
}

@media (max-width:768.98px) {
    .next-project__content a {
        font-size: 3.3em
    }
}

.next-project__content a svg {
    position: absolute;
    bottom: -62px;
    width: 62px;
    left: 50%;
    margin-left: -31px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(50px) rotate(-45deg);
    transform: translateY(50px) rotate(-45deg);
    opacity: 0;
    -webkit-transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1);
    -webkit-transition: opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1);
    transition: opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1);
    transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1);
    transition: transform .4s cubic-bezier(.18, 0, .16, 1), opacity .4s cubic-bezier(.18, 0, .16, 1), -webkit-transform .4s cubic-bezier(.18, 0, .16, 1)
}

@media (max-width:1440.98px) {
    .next-project__content a svg {
        width: 44px;
        bottom: -44px
    }
}

@media (max-width:1024.98px) {
    .next-project__content a svg {
        width: 32px;
        bottom: -32px
    }
}

@media (max-width:768.98px) {
    .next-project__content a svg {
        width: 40px;
        position: static;
        opacity: 1;
        display: block;
        margin: 25px auto 0;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        width: 25px
    }
}

.next-project__content a:hover svg {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg)
}

.module {
    padding: 80px 0
}

@media (max-width:768.98px) {
    .module {
        padding: 27px 0
    }
}

.module img,
.module picture,
.module svg,
.module video {
    display: block
}

.module picture img,
.module picture source {
    width: 100%;
    display: block
}

.module .img-fluid,
.module .video-fluid {
    width: 100%
}

.module a {
    font-weight: 700;
    color: inherit;
    text-decoration: none
}

.module--header {
    background-color: #f20000;
    padding-top: 0;
    height: 100vh;
    min-height: 570px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 !important;
    z-index: 1
}

@media (max-width:768.98px) {
    .module--header {
        height: 80vh;
        min-height: none
    }
}

.module--header__bg {
    display: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%
}

.module--header__image {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.module--header picture img,
.module--header picture source {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:768.98px) {
    .module--intro {
        padding-top: 0
    }
}

.module--intro span {
    color: #b2b2b2
}

.module--intro .work__location {
    margin-bottom: 2em
}

@media (max-width:768.98px) {
    .module--intro .work__location {
        margin-bottom: .85em
    }
}

.module--intro .work__client {
    margin-bottom: 2em
}

@media (max-width:768.98px) {
    .module--intro .work__client {
        margin-bottom: .85em
    }
}

.module--intro .work__we-did {
    margin-bottom: 2em
}

@media (max-width:768.98px) {
    .module--intro .work__we-did {
        margin-bottom: .85em
    }
}

@media (max-width:768.98px) {

    .module--intro .work__client p,
    .module--intro .work__location p,
    .module--intro .work__team p,
    .module--intro .work__we-did p {
        color: #000 !important
    }
}

@media (max-width:768.98px) {
    .module--intro .work__intro {
        margin-top: 2.5em
    }
}

.module--intro .work__intro [data-anim] .buttons,
.module--intro .work__intro [data-anim] p {
    opacity: 0
}

.module--intro .work__link {
    display: block
}

.module--intro .buttons {
    font-size: 10px
}

.module--intro .buttons .button {
    margin-top: 2em
}

@media (max-width:768.98px) {
    .module--intro .buttons .button {
        margin-top: 1.2em
    }
}

.module--title {
    padding-top: 190px !important;
    color: #000 !important
}

@media (max-width:1440.98px) {
    .module--title {
        padding-top: 130px !important
    }
}

@media (max-width:1024.98px) {
    .module--title {
        padding-top: 110px !important
    }
}

@media (max-width:768.98px) {
    .module--title {
        padding-top: 85px !important;
        padding-bottom: 35px
    }
}

@media (max-width:576.98px) {
    .module--title {
        padding-top: 50px !important
    }
}

.contact__social {
    *zoom: 1;
    margin-bottom: 200px
}

.contact__social:after,
.contact__social:before {
    display: table;
    clear: both;
    content: "";
    line-height: 0
}

@media (max-width:1440.98px) {
    .contact__social {
        margin-bottom: 150px
    }
}

@media (max-width:768.98px) {
    .contact__social {
        margin-bottom: 100px
    }
}

.contact__social .txt--p6 {
    margin-bottom: .8em;
    color: #b2b2b2
}

.contact__social-links {
    width: 100%;
    display: block
}

.contact__social-links>div {
    float: left;
    padding-right: 34px
}

.contact__social-links>div:last-child {
    padding-right: 0
}

.contact__social-links>div a {
    color: #000
}

.text--black {
    color: #000 !important
}

.text--white {
    color: #fff !important
}

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

.text--right {
    text-align: right
}

.m-t-0 {
    margin-top: 0
}

.p-t-0 {
    padding-top: 0
}

.m-b-0 {
    margin-bottom: 0
}

.p-b-0 {
    padding-bottom: 0
}

strong {
    font-weight: 700
}

[data-anim=text-line-to-line],
[data-anim=text] {
    opacity: 0
}

body,
html {
    height: 100%;
    width: 100%;
    position: relative
}

body {
    height: 100vh
}

@supports (padding-top:constant(safe-area-inset-top)) {
    body {
        --safe-area-inset-top: constant(safe-area-inset-top);
        height: calc(100% + var(--safe-area-inset-top))
    }
}

@supports (padding-top:env(safe-area-inset-top)) {
    body {
        --safe-area-inset-top: env(safe-area-inset-top);
        height: calc(100% + var(--safe-area-inset-top))
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

*,
a,
div,
h1,
h2,
h3,
h4,
h5,
html,
img,
li,
p,
span {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none
}

body {
    font-size: 100%;
    font-family: Inter;
    position: relative;
    font-size: 10px;
    background: #fff;
    overflow: hidden
}

body #app {
    width: 100%
}

body #app .app-container {
    background: #fff
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:576.98px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

.app-container[data-namespace=home] .breadcrumb {
    position: absolute
}

.app-container[data-namespace=home] .breadcrumb a {
    display: block
}

.app-container[data-namespace=contact] .main {
    padding-top: 200px
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=contact] .main {
        padding-top: 140px
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=contact] .main {
        padding-top: 150px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=contact] .main {
        padding-top: 100px
    }
}

.app-container[data-namespace=contact] .main .contact__intro .txt--p3 {
    opacity: 0
}

@media (max-width:576.98px) {
    .app-container[data-namespace=contact] .main .contact__intro .txt--p3 {
        text-align: center;
        width: 90%;
        margin: 0 auto
    }
}

.app-container[data-namespace=contact] .main .contact__top svg {
    display: block;
    width: 74%;
    margin: 0 auto
}

@media (max-width:768.98px) {
    .app-container[data-namespace=contact] .main .contact__top svg {
        width: 100%
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=contact] .main .contact__top svg {
        width: 85%;
        margin-top: 50px
    }
}

.app-container[data-namespace=contact] .main .contact__top svg .icon {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.5, 0, .42, 1);
    transition-timing-function: cubic-bezier(.5, 0, .42, 1)
}

.app-container[data-namespace=contact] .main .contact__top svg .blueTop {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.app-container[data-namespace=contact] .main .contact__top svg .blueBottom {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.app-container[data-namespace=contact] .main .contact__top svg .penRed {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.app-container[data-namespace=contact] .main .contact__top svg .penWhite {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.app-container[data-namespace=contact] .main .contact__top svg .penBluen {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.app-container[data-namespace=contact] .main .contact__top svg .circleYellow {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@-webkit-keyframes animationIcon {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes animationIcon {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

.app-container[data-namespace=contact] .main .contact__top svg.is-visible .icon {
    -webkit-animation-name: animationIcon;
    animation-name: animationIcon;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.app-container[data-namespace=contact] .main .contact__top h1 {
    opacity: 0;
    padding-top: .5em
}

@media (max-width:768.98px) {
    .app-container[data-namespace=contact] .main .contact__top h1 {
        font-size: 8.6em;
        text-align: center
    }
}

.app-container[data-namespace=contact] .main .contact__top h1 span {
    display: block;
    -webkit-transform: translateX(-8.33333333vw);
    transform: translateX(-8.33333333vw)
}

@media (max-width:576.98px) {
    .app-container[data-namespace=contact] .main .contact__top h1 span {
        -webkit-transform: translateX(-15vw);
        transform: translateX(-15vw)
    }
}

.app-container[data-namespace=contact] .main .contact__form {
    margin-top: 100px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=contact] .main .contact__form {
        margin-top: 50px
    }
}

.app-container[data-namespace=contact] .main .contact__form .sending {
    display: none
}

.app-container[data-namespace=contact] .main .contact__bottom {
    padding-top: 150px
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=contact] .main .contact__bottom {
        padding-top: 100px
    }
}

.app-container[data-namespace=contact] .main .contact__bottom .contact__address,
.app-container[data-namespace=contact] .main .contact__bottom .contact__email,
.app-container[data-namespace=contact] .main .contact__bottom .contact__social {
    margin-bottom: 150px
}

@media (max-width:1440.98px) {

    .app-container[data-namespace=contact] .main .contact__bottom .contact__address,
    .app-container[data-namespace=contact] .main .contact__bottom .contact__email,
    .app-container[data-namespace=contact] .main .contact__bottom .contact__social {
        margin-bottom: 100px
    }
}

@media (max-width:1024.98px) {

    .app-container[data-namespace=contact] .main .contact__bottom .contact__address,
    .app-container[data-namespace=contact] .main .contact__bottom .contact__email,
    .app-container[data-namespace=contact] .main .contact__bottom .contact__social {
        margin-bottom: 50px
    }
}

@media (max-width:768.98px) {

    .app-container[data-namespace=contact] .main .contact__bottom .contact__address,
    .app-container[data-namespace=contact] .main .contact__bottom .contact__email,
    .app-container[data-namespace=contact] .main .contact__bottom .contact__social {
        margin-bottom: 50px
    }
}

.app-container[data-namespace=contact] .main .contact__bottom .contact__address a,
.app-container[data-namespace=contact] .main .contact__bottom .contact__email a,
.app-container[data-namespace=contact] .main .contact__bottom .contact__social a {
    color: #000
}

.app-container[data-namespace=contact] .main .contact__bottom .txt--p6 {
    margin-bottom: .8em;
    color: #b2b2b2
}

.app-container[data-namespace=contact] .main.thanks>.container-fluid {
    padding-top: 100px
}

.app-container[data-namespace=contact] .main.thanks h1 {
    margin-bottom: .2em;
    opacity: 1
}

.app-container[data-namespace=contact] .main.thanks .split-content {
    opacity: 0
}

.app-container[data-namespace=contact] .main.thanks .split-content .txt--p3 a {
    color: #000;
    border-bottom: 1px solid #000
}

.app-container[data-namespace=contact] .main.thanks .buttons {
    margin-top: 70px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=contact] .main.thanks .buttons {
        margin-top: 50px
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__intro {
    position: relative
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .row {
    height: 100vh;
    padding-bottom: 10vh;
    min-height: 550px;
    max-height: 850px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__intro .row {
        min-height: 350px;
        max-height: 450px;
        padding-bottom: 0
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__intro .row {
        height: auto;
        padding-bottom: 50px;
        min-height: inherit;
        max-height: none;
        padding-top: 145px
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter {
    position: absolute;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__intro .letter {
        display: none
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter svg {
    width: 100%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--m {
    left: 0;
    top: 52.76008493%;
    width: 3.39285714%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--a {
    bottom: 10vh;
    left: 20.41666667%;
    width: 3.75%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--n {
    top: 24.94692144%;
    left: 20.41666667%;
    width: 3.27380952%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--n svg {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--i {
    left: 41.66666667vw;
    top: 24.94692144%;
    width: .95238095%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--i svg {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--f {
    left: 43.75%;
    top: 52.76008493%;
    width: 2.67857143%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--e {
    top: 0;
    right: 39.94047619%;
    width: 2.79761905%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--s {
    top: 24.94692144%;
    right: 23.92857143%;
    width: 2.85714286%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--t {
    bottom: 38.85350318%;
    right: 23.92857143%;
    width: 3.21428571%
}

.app-container[data-namespace=manifesto] .main .manifesto__intro .letter.letter--o {
    bottom: 38.85350318%;
    width: 3.86904762%;
    right: 0
}

@media (max-width:768.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__title {
        margin-bottom: 0;
        margin-top: 75px
    }

    .app-container[data-namespace=manifesto] .main .manifesto__title .title--title1 {
        font-size: 8.6em
    }

    .app-container[data-namespace=manifesto] .main .manifesto__title .title--title1 .this {
        margin-left: -40px
    }

    .app-container[data-namespace=manifesto] .main .manifesto__title .title--title1 span {
        padding-left: calc(16.66666667vw - 10px)
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__title {
        margin-top: 0;
        margin-bottom: 80px
    }

    .app-container[data-namespace=manifesto] .main .manifesto__title .title--title1 {
        font-size: 5.5em
    }

    .app-container[data-namespace=manifesto] .main .manifesto__title .title--title1 .this {
        margin-left: 0
    }

    .app-container[data-namespace=manifesto] .main .manifesto__title .title--title1 span {
        padding-left: 16.66666667vw
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__title span {
    display: block;
    padding-left: 16.66666667vw
}

.custom-imgcircle img{
    border-radius: 100%;
    overflow: hidden;
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .title__number {
        display: none
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 16.66666667vw
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks {
        padding-left: 0
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block {
    width: 16.66666667vw;
    margin-top: 130px;
    margin-right: 8.33333333vw
}

@media (max-width:768.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block {
        width: 33.33333333vw;
        margin-top: 80px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block {
        width: 100vw;
        margin: 0
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(2) {
    margin-right: 25vw
}

@media (max-width:768.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(2) {
        margin-right: 0
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(2) {
        margin-right: 0
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(6) {
    margin-left: 25vw
}

@media (max-width:768.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(6) {
        margin-left: 0
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(6) {
        margin-left: 0
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block {
        margin-top: 0;
        text-align: center
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .txt--p4 {
        margin-bottom: 100px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .last-block .txt--p4 {
        margin-bottom: 0
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon {
    position: relative;
    margin-bottom: 40px
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon {
        margin-bottom: 25px
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg {
    max-width: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg {
        position: static;
        margin: 0 auto
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people {
    max-width: 123px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people .blueHead {
    -webkit-transform: translate(21.5px);
    transform: translate(21.5px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people .pinkBody {
    -webkit-transform: translate(20px);
    transform: translate(20px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people .pinkBody2 {
    -webkit-transform: translate(-20px);
    transform: translate(-20px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people .pinkHead {
    -webkit-transform: translate(-21.5px);
    transform: translate(-21.5px)
}

@-webkit-keyframes moveHeadB {
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes moveHeadB {
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes maskAnimation {
    to {
        -webkit-transform: translate(-20px);
        transform: translate(-20px)
    }
}

@keyframes maskAnimation {
    to {
        -webkit-transform: translate(-20px);
        transform: translate(-20px)
    }
}

@-webkit-keyframes blueBodyAnim {
    to {
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }
}

@keyframes blueBodyAnim {
    to {
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people.is-visible .blueHead,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people.is-visible .pinkBody,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people.is-visible .pinkBody2,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people.is-visible .pinkHead {
    -webkit-animation: moveHeadB 1s forwards;
    animation: moveHeadB 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people.is-visible .mask {
    -webkit-animation: maskAnimation 1s forwards;
    animation: maskAnimation 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.people.is-visible .blueBody {
    -webkit-animation: blueBodyAnim 1s forwards;
    animation: blueBodyAnim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion {
    max-width: 99px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion .yellow-rec {
    -webkit-transform: translate(-33px);
    transform: translate(-33px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion .yellow2-rec {
    -webkit-transform: translateY(32.5px);
    transform: translateY(32.5px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion .yellow3-rec {
    -webkit-transform: translate(-65px);
    transform: translate(-65px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion .yellow4-rec {
    -webkit-transform: translate(-33px, 32.5px);
    transform: translate(-33px, 32.5px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion .yellow5-rec {
    -webkit-transform: translate(-33px, 65px);
    transform: translate(-33px, 65px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion .yellow6-rec {
    -webkit-transform: translateY(65px);
    transform: translateY(65px)
}

@-webkit-keyframes move_rec6 {
    0% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes move_rec6 {
    0% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes move_rec5 {
    0% {
        -webkit-transform: translate(-33px, 65px);
        transform: translate(-33px, 65px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes move_rec5 {
    0% {
        -webkit-transform: translate(-33px, 65px);
        transform: translate(-33px, 65px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes move_rec4 {
    0% {
        -webkit-transform: translate(-33px, 32.5px);
        transform: translate(-33px, 32.5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes move_rec4 {
    0% {
        -webkit-transform: translate(-33px, 32.5px);
        transform: translate(-33px, 32.5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes move_rec3 {
    0% {
        -webkit-transform: translate(-65px);
        transform: translate(-65px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes move_rec3 {
    0% {
        -webkit-transform: translate(-65px);
        transform: translate(-65px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes move_rec2 {
    0% {
        -webkit-transform: translateY(32.5px);
        transform: translateY(32.5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes move_rec2 {
    0% {
        -webkit-transform: translateY(32.5px);
        transform: translateY(32.5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes move_rec {
    0% {
        -webkit-transform: translate(-33px);
        transform: translate(-33px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes move_rec {
    0% {
        -webkit-transform: translate(-33px);
        transform: translate(-33px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion.is-visible .yellow-rec {
    -webkit-animation: move_rec 1s .2s forwards;
    animation: move_rec 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion.is-visible .yellow2-rec {
    -webkit-animation: move_rec2 1s .2s forwards;
    animation: move_rec2 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion.is-visible .yellow3-rec {
    -webkit-animation: move_rec3 1s .2s forwards;
    animation: move_rec3 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion.is-visible .yellow4-rec {
    -webkit-animation: move_rec4 1s .2s forwards;
    animation: move_rec4 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion.is-visible .yellow5-rec {
    -webkit-animation: move_rec5 1s .2s forwards;
    animation: move_rec5 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.proportion.is-visible .yellow6-rec {
    -webkit-animation: move_rec6 1s .2s forwards;
    animation: move_rec6 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.globally {
    max-width: 142px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.globally .circleGray,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.globally .circleRed {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transform: scale(0);
    transform: scale(0)
}

@-webkit-keyframes circleAnim {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes circleAnim {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.globally.is-visible .circleGray,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.globally.is-visible .circleRed {
    -webkit-animation: circleAnim 1s forwards;
    animation: circleAnim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.bigger-picture {
    max-width: 121px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.bigger-picture .telescope-mask {
    -webkit-transform: translate(-120.82px, 70px);
    transform: translate(-120.82px, 70px)
}

@-webkit-keyframes telescope-anim {
    0% {
        -webkit-transform: translate(-120.82px, 70px);
        transform: translate(-120.82px, 70px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes telescope-anim {
    0% {
        -webkit-transform: translate(-120.82px, 70px);
        transform: translate(-120.82px, 70px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.bigger-picture.is-visible .telescope-mask {
    -webkit-animation: telescope-anim 1s forwards;
    animation: telescope-anim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work {
    max-width: 131px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work .blue-ball {
    -webkit-transform: translate(-10px, 60px);
    transform: translate(-10px, 60px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work .lightb-ball {
    -webkit-transform: translate(-40px, -20px);
    transform: translate(-40px, -20px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work .black-ball {
    -webkit-transform: translate(10px, 40px);
    transform: translate(10px, 40px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work .white-ball,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work .yellow-ball {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px)
}

@-webkit-keyframes mask-balls {
    0% {
        -webkit-transform: translate(30px, -30px);
        transform: translate(30px, -30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes mask-balls {
    0% {
        -webkit-transform: translate(30px, -30px);
        transform: translate(30px, -30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes blue-anim {
    0% {
        -webkit-transform: translate(-10px, 60px);
        transform: translate(-10px, 60px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes blue-anim {
    0% {
        -webkit-transform: translate(-10px, 60px);
        transform: translate(-10px, 60px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes light-anim {
    0% {
        -webkit-transform: translate(-40px, -20px);
        transform: translate(-40px, -20px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes light-anim {
    0% {
        -webkit-transform: translate(-40px, -20px);
        transform: translate(-40px, -20px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes black-anim {
    0% {
        -webkit-transform: translate(10px, 40px);
        transform: translate(10px, 40px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes black-anim {
    0% {
        -webkit-transform: translate(10px, 40px);
        transform: translate(10px, 40px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work.is-visible .blue-ball {
    -webkit-animation: blue-anim 1s .2s forwards;
    animation: blue-anim 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work.is-visible .lightb-ball {
    -webkit-animation: light-anim 1s .2s forwards;
    animation: light-anim 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work.is-visible .black-ball {
    -webkit-animation: black-anim 1s .2s forwards;
    animation: black-anim 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work.is-visible .white-ball,
.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.great-work.is-visible .yellow-ball {
    -webkit-animation: mask-balls 1s .2s forwards;
    animation: mask-balls 1s .2s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.learning {
    max-width: 128px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.learning .eyeBlue {
    -webkit-transform: scale(0) translate(200px);
    transform: scale(0) translate(200px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes eye {
    0% {
        -webkit-transform: translate(200px) scale(0);
        transform: translate(200px) scale(0)
    }

    to {
        -webkit-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

@keyframes eye {
    0% {
        -webkit-transform: translate(200px) scale(0);
        transform: translate(200px) scale(0)
    }

    to {
        -webkit-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.learning.is-visible .eyeBlue {
    -webkit-animation: eye 1s forwards;
    animation: eye 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing {
    max-width: 115px
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing .pink {
    -webkit-transform: translate(17px, 17px);
    transform: translate(17px, 17px)
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing .yellow {
    -webkit-transform: translate(-17px, -17px);
    transform: translate(-17px, -17px)
}

@-webkit-keyframes cirPinkAnim {
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes cirPinkAnim {
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes cirRedAnim {
    to {
        -webkit-transform: translate(17px, 17px);
        transform: translate(17px, 17px)
    }
}

@keyframes cirRedAnim {
    to {
        -webkit-transform: translate(17px, 17px);
        transform: translate(17px, 17px)
    }
}

@-webkit-keyframes maskAnim {
    to {
        -webkit-transform: translate(-17px, -17px);
        transform: translate(-17px, -17px)
    }
}

@keyframes maskAnim {
    to {
        -webkit-transform: translate(-17px, -17px);
        transform: translate(-17px, -17px)
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing.is-visible .pink {
    -webkit-animation: cirPinkAnim 1s forwards;
    animation: cirPinkAnim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing.is-visible .red {
    -webkit-animation: cirRedAnim 1s forwards;
    animation: cirRedAnim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing.is-visible .mask {
    -webkit-animation: maskAnim 1s forwards;
    animation: maskAnim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon svg.right-thing.is-visible .yellow {
    -webkit-animation: cirPinkAnim 1s forwards;
    animation: cirPinkAnim 1s forwards
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon:after {
    content: "";
    display: block;
    padding-bottom: 50%
}

@media (max-width:576.98px) {
    .app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .icon:after {
        display: none
    }
}

.app-container[data-namespace=manifesto] .main .manifesto__blocks .blocks .block .title--title6 {
    margin-bottom: .6em
}

.app-container[data-namespace=about] .main .about__top {
    position: relative
}

.app-container[data-namespace=about] .main .about__top .letter {
    position: absolute;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    display: block
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__top .letter {
        display: none
    }
}

.app-container[data-namespace=about] .main .about__top .letter svg {
    width: 100%
}

.app-container[data-namespace=about] .main .about__top .letter.letter--a {
    left: 0;
    top: 50%;
    width: 2.67857143%;
    max-width: 45px
}

.app-container[data-namespace=about] .main .about__top .letter.letter--b {
    top: 24.94692144%;
    left: 16.66666667vw;
    width: 3.0952381%;
    max-width: 52px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__top .letter.letter--b {
        top: 18.57749469%
    }
}

.app-container[data-namespace=about] .main .about__top .letter.letter--o {
    top: 24.94692144%;
    left: 39.3452381%;
    width: 3.92857143%;
    max-width: 66px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__top .letter.letter--o {
        top: 18.57749469%
    }
}

.app-container[data-namespace=about] .main .about__top .letter.letter--u {
    right: calc(33.33333333vw + 30px);
    top: 0;
    width: 3.27380952%;
    max-width: 55px
}

.app-container[data-namespace=about] .main .about__top .letter.letter--u svg {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.app-container[data-namespace=about] .main .about__top .letter.letter--t {
    right: 11.42857143%;
    top: 50%;
    width: 3.21428571%;
    max-width: 54px
}

.app-container[data-namespace=about] .main .about__top .row {
    min-height: 750px;
    padding-bottom: 15vh;
    padding-top: 25vh;
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=about] .main .about__top .row {
        min-height: inherit;
        padding-bottom: 95px;
        padding-top: 340px
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__top .row {
        min-height: inherit;
        padding-bottom: 65px;
        padding-top: 230px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__top .row {
        min-height: inherit;
        padding-bottom: 95px;
        padding-top: 170px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__top .row {
        min-height: inherit;
        padding-bottom: 37px;
        padding-top: 210px
    }
}

.app-container[data-namespace=about] .main .about__top h2 {
    margin-bottom: 1em
}

.app-container[data-namespace=about] .main .about__how .txt--p5,
.app-container[data-namespace=about] .main .about__image1 .txt--p5,
.app-container[data-namespace=about] .main .about__what .txt--p5,
.app-container[data-namespace=about] .main .about__where .txt--p5,
.app-container[data-namespace=about] .main .about__who .txt--p5,
.app-container[data-namespace=about] .main .about__why .txt--p5 {
    margin-bottom: 2em
}

@media (max-width:768.98px) {

    .app-container[data-namespace=about] .main .about__how .txt--p5,
    .app-container[data-namespace=about] .main .about__image1 .txt--p5,
    .app-container[data-namespace=about] .main .about__what .txt--p5,
    .app-container[data-namespace=about] .main .about__where .txt--p5,
    .app-container[data-namespace=about] .main .about__who .txt--p5,
    .app-container[data-namespace=about] .main .about__why .txt--p5 {
        margin-bottom: 1.6em
    }
}

@media (max-width:576.98px) {

    .app-container[data-namespace=about] .main .about__how .txt--p5,
    .app-container[data-namespace=about] .main .about__image1 .txt--p5,
    .app-container[data-namespace=about] .main .about__what .txt--p5,
    .app-container[data-namespace=about] .main .about__where .txt--p5,
    .app-container[data-namespace=about] .main .about__who .txt--p5,
    .app-container[data-namespace=about] .main .about__why .txt--p5 {
        margin-bottom: 1.2em
    }
}

.app-container[data-namespace=about] .main .about__how .title--title6,
.app-container[data-namespace=about] .main .about__image1 .title--title6,
.app-container[data-namespace=about] .main .about__what .title--title6,
.app-container[data-namespace=about] .main .about__where .title--title6,
.app-container[data-namespace=about] .main .about__who .title--title6,
.app-container[data-namespace=about] .main .about__why .title--title6 {
    margin-bottom: 1em
}

@media (max-width:768.98px) {

    .app-container[data-namespace=about] .main .about__how .title--title6,
    .app-container[data-namespace=about] .main .about__image1 .title--title6,
    .app-container[data-namespace=about] .main .about__what .title--title6,
    .app-container[data-namespace=about] .main .about__where .title--title6,
    .app-container[data-namespace=about] .main .about__who .title--title6,
    .app-container[data-namespace=about] .main .about__why .title--title6 {
        margin-bottom: .85em
    }
}

.app-container[data-namespace=about] .main .about__how .txt--p3 p.note,
.app-container[data-namespace=about] .main .about__image1 .txt--p3 p.note,
.app-container[data-namespace=about] .main .about__what .txt--p3 p.note,
.app-container[data-namespace=about] .main .about__where .txt--p3 p.note,
.app-container[data-namespace=about] .main .about__who .txt--p3 p.note,
.app-container[data-namespace=about] .main .about__why .txt--p3 p.note {
    padding-top: 30px;
    font-size: 13px;
    color: #b2b2b2
}

.app-container[data-namespace=about] .main .about__how img,
.app-container[data-namespace=about] .main .about__how picture,
.app-container[data-namespace=about] .main .about__how source,
.app-container[data-namespace=about] .main .about__image1 img,
.app-container[data-namespace=about] .main .about__image1 picture,
.app-container[data-namespace=about] .main .about__image1 source,
.app-container[data-namespace=about] .main .about__what img,
.app-container[data-namespace=about] .main .about__what picture,
.app-container[data-namespace=about] .main .about__what source,
.app-container[data-namespace=about] .main .about__where img,
.app-container[data-namespace=about] .main .about__where picture,
.app-container[data-namespace=about] .main .about__where source,
.app-container[data-namespace=about] .main .about__who img,
.app-container[data-namespace=about] .main .about__who picture,
.app-container[data-namespace=about] .main .about__who source,
.app-container[data-namespace=about] .main .about__why img,
.app-container[data-namespace=about] .main .about__why picture,
.app-container[data-namespace=about] .main .about__why source {
    width: 100%;
    display: block
}

@media (max-width:768.98px) {

    .app-container[data-namespace=about] .main .about__how .title__number,
    .app-container[data-namespace=about] .main .about__image1 .title__number,
    .app-container[data-namespace=about] .main .about__what .title__number,
    .app-container[data-namespace=about] .main .about__where .title__number,
    .app-container[data-namespace=about] .main .about__who .title__number,
    .app-container[data-namespace=about] .main .about__why .title__number {
        display: none
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__image1 .container-fluid {
        padding: 0
    }

    .app-container[data-namespace=about] .main .about__image1 .container-fluid .row {
        margin: 0
    }

    .app-container[data-namespace=about] .main .about__image1 .container-fluid .row .col-sm-10 {
        padding: 0
    }
}

.app-container[data-namespace=about] .main .about__who {
    margin-top: 180px
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__who {
        margin-top: 110px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__who {
        margin-top: 80px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__who {
        margin-top: 50px
    }
}

.app-container[data-namespace=about] .main .about__who-content {
    padding-top: 120px
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=about] .main .about__who-content {
        padding-top: 100px
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__who-content {
        padding-top: 40px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__who-content {
        padding-top: 0
    }
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=about] .main .about__who .col-sm-4>.img-fluid {
        width: 100%
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__who .col-sm-4>.img-fluid {
        width: 87%
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__who .col-sm-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .app-container[data-namespace=about] .main .about__who .col-sm-4 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px
    }

    .app-container[data-namespace=about] .main .about__who .col-sm-4>.img-fluid {
        width: 100%
    }
}

.app-container[data-namespace=about] .main .about__what {
    margin-top: 180px
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__what {
        margin-top: 110px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__what {
        margin-top: 80px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__what {
        margin-top: 50px
    }
}

.app-container[data-namespace=about] .main .about__what ul {
    margin-top: 150px
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__what ul {
        margin-top: 125px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__what ul {
        margin-top: 108px;
        line-height: 2em
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__what ul {
        margin-top: 10px
    }
}

.app-container[data-namespace=about] .main .about__phrase {
    font-size: 17.7em;
    font-weight: 600;
    opacity: .05;
    letter-spacing: -.02327684em;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=about] .main .about__phrase {
        font-size: 13.5em
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__phrase {
        font-size: 10.8em
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__phrase {
        font-size: 8.1em
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__phrase {
        display: none
    }
}

.app-container[data-namespace=about] .main .about__phrase>div {
    padding-left: 10vw
}

.app-container[data-namespace=about] .main .about__images1 {
    margin-top: -60px;
    position: relative;
    height: 77.02380952vw
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images1 {
        margin-top: -40px;
        height: 77.47395833vw
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images1 {
        margin-top: 0;
        height: 165.33333333vw
    }
}

.app-container[data-namespace=about] .main .about__images1>div {
    position: absolute
}

.app-container[data-namespace=about] .main .about__images1>div img,
.app-container[data-namespace=about] .main .about__images1>div picture,
.app-container[data-namespace=about] .main .about__images1>div source {
    width: 100%;
    display: block
}

.app-container[data-namespace=about] .main .about__images1--1 {
    top: 0;
    right: 0;
    width: 41.66666667vw
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images1--1 {
        width: 41.53645833%
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images1--1 {
        width: 77.86666667%
    }
}

.app-container[data-namespace=about] .main .about__images1--2 {
    top: 14.04761905vw;
    left: 8.33333333vw;
    width: calc(41.66666667vw + 30px)
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images1--2 {
        width: 44.40104167%;
        left: 8.33333333vw;
        top: 14.0625vw
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images1--2 {
        width: 49.86666667%;
        left: 0;
        top: 67.73333333vw
    }
}

.app-container[data-namespace=about] .main .about__images1--3 {
    top: 48.45238095vw;
    right: 12.5vw;
    width: calc(25vw - 20px)
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images1--3 {
        width: 23.17708333%;
        right: 12.76041667vw;
        top: 48.69791667vw
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images1--3 {
        right: 0;
        width: 55.73333333%;
        top: 96vw
    }
}

.app-container[data-namespace=about] .main .about__how {
    margin-top: 50px
}

.app-container[data-namespace=about] .main .about__how ul {
    margin-top: 150px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__how ul {
        margin-top: 142px;
        line-height: 2em
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__how ul {
        margin-top: 30px;
        line-height: 2em
    }
}

.app-container[data-namespace=about] .main .about__carousel {
    margin-top: 180px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__carousel {
        margin-top: 105px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__carousel {
        margin-top: 50px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__carousel .flickity-slider {
        margin-left: 15px
    }
}

.app-container[data-namespace=about] .main .about__carousel-slide {
    padding: 0 3vw
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__carousel-slide {
        padding: 0 15px
    }
}

.app-container[data-namespace=about] .main .about__carousel-slide img {
    pointer-events: none;
    display: block;
    width: auto
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__carousel-slide img {
        height: 263px
    }
}

@media (max-width:768.98px) {

    .app-container[data-namespace=about] .main .about__carousel-slide:nth-child(3) img,
    .app-container[data-namespace=about] .main .about__carousel-slide:nth-child(7) img {
        height: 317px
    }
}

.app-container[data-namespace=about] .main .about__carousel .flickity-viewport {
    cursor: none !important
}

.app-container[data-namespace=about] .main .about__why {
    margin-top: 180px
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__why {
        margin-top: 110px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__why {
        margin-top: 50px
    }
}

.app-container[data-namespace=about] .main .about__where {
    margin-top: -30px
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__where {
        margin-top: -22.4609375vw
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__where {
        margin-top: -19.53125vw
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__where {
        margin-top: 50px
    }
}

.app-container[data-namespace=about] .main .about__images2 {
    margin-top: -19.58333333vw;
    position: relative;
    height: 57.79761905vw
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__images2 {
        height: 83.88671875vw;
        margin-top: -39.0625vw
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images2 {
        height: 72.00520833vw;
        margin-top: -31.25vw
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images2 {
        margin-top: 0;
        height: 102.93333333vw
    }
}

.app-container[data-namespace=about] .main .about__images2>div {
    position: absolute
}

.app-container[data-namespace=about] .main .about__images2>div img,
.app-container[data-namespace=about] .main .about__images2>div picture,
.app-container[data-namespace=about] .main .about__images2>div source {
    width: 100%;
    display: block
}

.app-container[data-namespace=about] .main .about__images2--1 {
    top: 0;
    right: 16.66666667vw;
    width: calc(25vw - 20px)
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__images2--1 {
        right: 16.66666667vw;
        width: 25vw
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images2--1 {
        right: 8.33333333vw;
        width: 25.13020833%
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images2--1 {
        right: 0;
        width: 49.86666667%;
        z-index: 1
    }
}

.app-container[data-namespace=about] .main .about__images2--2 {
    top: 24.52380952vw;
    left: 0;
    width: 50vw
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=about] .main .about__images2--2 {
        top: 50.390625vw
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__images2--2 {
        width: 41.66666667vw;
        top: 44.01041667vw
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__images2--2 {
        width: 83.2%;
        top: 47.46666667vw
    }
}

.app-container[data-namespace=about] .main .about__awards {
    margin-top: 180px
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=about] .main .about__awards {
        margin-top: 70px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__awards {
        margin-top: 130px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__awards {
        margin-top: 50px
    }
}

.app-container[data-namespace=about] .main .about__awards .title--title6 {
    margin-bottom: 1.5em
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__awards .title--title6 {
        margin-bottom: 1em
    }
}

.app-container[data-namespace=about] .main .about__awards .awards-list {
    overflow: hidden;
    height: 440px;
    position: relative;
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__awards .awards-list {
        height: 500px
    }
}

.app-container[data-namespace=about] .main .about__awards .awards-list:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 158px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(91%, #fff));
    background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), #fff 91%)
}

.app-container[data-namespace=about] .main .about__awards .awards-list.is-completed:after {
    display: none
}

.app-container[data-namespace=about] .main .about__awards-award {
    margin-bottom: 15px
}

.app-container[data-namespace=about] .main .about__awards-award .txt span {
    display: block;
    padding-right: 20px
}

.app-container[data-namespace=about] .main .about__awards-award .mobile {
    display: none
}

@media (max-width:768.98px) {
    .app-container[data-namespace=about] .main .about__awards-award {
        margin-bottom: 16px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=about] .main .about__awards-award .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .app-container[data-namespace=about] .main .about__awards-award .desktop {
        display: none
    }
}

.app-container[data-namespace=about] .main .about__awards-load-more {
    padding-top: 20px
}

.app-container[data-namespace=about] .main .about__awards-load-more a {
    display: inline-block;
    color: #000;
    font-size: 1.6em;
    font-weight: 700;
    padding: 15px 0
}

.app-container[data-namespace=about] .main .about__awards-load-more a div {
    pointer-events: none;
    display: block;
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.app-container[data-namespace=about] .main .about__awards-load-more a:hover div {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.app-container[data-namespace=legal] .main .legal__content {
    padding-top: 200px;
    padding-bottom: 150px
}

.app-container[data-namespace=legal] .main p {
    margin-bottom: 1.33333333em
}

.app-container[data-namespace=legal] .main ul {
    margin-bottom: 2em
}

.app-container[data-namespace=legal] .main ul li {
    font-weight: 400;
    line-height: 2em
}

.app-container[data-namespace=legal] .main h1 {
    margin-bottom: .75em
}

.app-container[data-namespace=legal] .main h2 {
    margin-bottom: .7em;
    margin-top: 1.5em
}

.app-container[data-namespace=error404] .main {
    overflow: hidden
}

.app-container[data-namespace=error404] .main .error404__content {
    padding-top: 200px;
    padding-bottom: 300px;
    min-height: calc(100vh - 85px)
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=error404] .main .error404__content {
        padding-top: 130px;
        padding-bottom: 250px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=error404] .main .error404__content {
        padding-top: 130px;
        padding-bottom: 0
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=error404] .main .error404__content {
        min-height: calc(100vh - 76px)
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=error404] .main .error404__content {
        min-height: calc(100vh - 75px)
    }
}

.app-container[data-namespace=error404] .main .error404__content .error404__bottom {
    position: relative;
    margin-top: 20px
}

.app-container[data-namespace=error404] .main .error404__content .error404__bottom svg {
    position: absolute;
    top: 160px;
    left: 50%;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    width: 513px
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom svg {
        width: 470px;
        top: 140px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom svg {
        width: 380px;
        top: 100px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom svg {
        width: 200px;
        top: 70px;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%)
    }
}

.app-container[data-namespace=error404] .main .error404__content .error404__bottom .lost {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .lost {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .lost {
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .lost {
        text-align: center;
        -webkit-transform: translateX(-67px);
        transform: translateX(-67px)
    }
}

.app-container[data-namespace=error404] .main .error404__content .error404__bottom .buttons,
.app-container[data-namespace=error404] .main .error404__content .error404__bottom .space {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px)
}

@media (max-width:1440.98px) {

    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .buttons,
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .space {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@media (max-width:1024.98px) {

    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .buttons,
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .space {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px)
    }
}

@media (max-width:576.98px) {

    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .buttons,
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .space {
        text-align: center;
        -webkit-transform: translateX(37px);
        transform: translateX(37px)
    }
}

.app-container[data-namespace=error404] .main .error404__content .error404__bottom .buttons {
    margin-top: 60px
}

@media (max-width:576.98px) {
    .app-container[data-namespace=error404] .main .error404__content .error404__bottom .buttons {
        margin-top: 30px
    }
}

.app-container[data-namespace=initial-brief] .scroll {
    z-index: 10;
    position: absolute;
    bottom: 50px;
    right: calc(4.16666667vw - 40px);
    pointer-events: auto;
    display: block;
    padding: 0 30px;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.app-container[data-namespace=initial-brief] .scroll.is-hidden {
    opacity: 0;
    visibility: hidden
}

@media (max-width:768.98px) {
    .app-container[data-namespace=initial-brief] .scroll {
        display: none
    }
}

.app-container[data-namespace=initial-brief] .scroll svg {
    pointer-events: none
}

.app-container[data-namespace=initial-brief] .initial-brief__anchors {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: fixed;
    z-index: 10;
    right: calc(4.16666667vw - 40px);
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=initial-brief] .initial-brief__anchors {
        display: none
    }
}

.app-container[data-namespace=initial-brief] .initial-brief__anchors.is-visible {
    opacity: 1;
    visibility: visible
}

.app-container[data-namespace=initial-brief] .initial-brief__anchors ul li a {
    display: block;
    padding: 10px 30px 10px 0;
    color: #b2b2b2;
    position: relative;
    font-size: 1.3em;
    font-weight: 700
}

.app-container[data-namespace=initial-brief] .initial-brief__anchors ul li a.is-active {
    color: #4a40fd
}

.app-container[data-namespace=initial-brief] .initial-brief__anchors ul li a.is-active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -18px;
    width: 11px;
    background: #4a40fd;
    height: 1px
}

.app-container[data-namespace=initial-brief] .main .initial-brief__top {
    position: relative
}

.app-container[data-namespace=initial-brief] .main .initial-brief__top .row {
    text-align: center;
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px)
}

@media (max-width:576.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__top .row {
        min-height: 540px;
        height: auto
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__top .row h1 {
    margin-bottom: .4em
}

.app-container[data-namespace=initial-brief] .main .initial-brief__top .row .txt--p3 {
    width: 75%;
    margin: 0 auto
}

@media (max-width:576.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__top .row .txt--p3 {
        width: 100%
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form {
    padding-bottom: 160px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form {
        padding-bottom: 100px
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form h2 {
    margin-bottom: 80px
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form h2 {
        margin-bottom: 40px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form h2 {
        width: 83.333333%
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form h2 span {
    display: block
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form h2 span.title--brief {
    position: relative;
    font-family: Inter;
    letter-spacing: -.02em;
    line-height: 1.12903226em;
    font-weight: 600;
    font-size: 6.2em
}

@media (max-width:768.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form h2 span.title--brief {
        font-size: 4.2em
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form .checkbox-tag {
    width: 69%
}

@media (max-width:1024.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form .checkbox-tag {
        width: 100%
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form .block {
    margin-bottom: 226px
}

@media (max-width:1440.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form .block {
        margin-bottom: 160px
    }
}

@media (max-width:768.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form .block {
        margin-bottom: 100px
    }
}

@media (max-width:576.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__form .block.block4 .form-group:last-child input[type=range] {
        padding-bottom: 0
    }
}

.app-container[data-namespace=initial-brief] .main .initial-brief__form .sending {
    padding-top: 30px;
    display: none
}

.app-container[data-namespace=initial-brief] .main .initial-brief__thanks .row {
    height: 100vh
}

.app-container[data-namespace=initial-brief] .main .initial-brief__thanks .row h1 {
    margin-bottom: .25em
}

.app-container[data-namespace=initial-brief] .main .initial-brief__thanks .row .buttons {
    margin-top: 70px
}

@media (max-width:768.98px) {
    .app-container[data-namespace=initial-brief] .main .initial-brief__thanks .row .buttons {
        margin-top: 50px
    }
}

body.initial-brief .say-hello,
body.initial-brief .toggle {
    display: none
}