.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html {
    box-sizing: border-box;
    font-size: 16px
}

*,
:after,
:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #333
}

body.disable-scroll {
    overflow-y: hidden
}

body.admin-bar {
    padding-top: 32px
}

input[type=button],
input[type=email],
input[type=number],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.h-bg-c-0 {
    background-color: #000
}

.h-bg-c-1 {
    background-color: #fff
}

.h-bg-c-2 {
    background-color: #333
}

.h-bg-c-3 {
    background-color: #ccc
}

.h-header-clear {
    margin-top: 55px
}

.h-snap-section {
    scroll-snap-align: start
}




@keyframes bgFade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.l-standard-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
    padding: 120px 40px
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .l-standard-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:75rem) {
    .l-standard-container {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.l-standard-container--no-pad-top {
    padding-top: 0
}

.l-standard-container--no-pad-bottom {
    padding-bottom: 0
}

.l-gallery-card-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-height:64rem) {
    .l-gallery-card-list {
        max-width: 1080px;
        margin-left: auto
    }
}

@media only screen and (max-width:28.75rem) {
    .l-gallery-card-list {
        display: block
    }
}

.l-gallery-card-list__item {
    margin-top: 7%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    list-style: none
}

@media only screen and (min-width:28.8125rem) {
    .l-gallery-card-list__item:nth-child(-n+2) {}
}

@media only screen and (max-width:28.75rem) {
    .l-gallery-card-list__item {
        margin-top: 32px
    }
    .l-gallery-card-list__item:first-child {
        margin-top: 0
    }
}

.l-section-tile-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-height:60rem) {
    .l-section-tile-list {
        max-width: 780px;
        margin: 0 auto
    }
}

@media only screen and (max-width:45rem) {
    .l-section-tile-list {
        display: block
    }
}

.l-section-tile-list__item {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 524px;
    list-style: none
}

@media only screen and (max-width:75rem),
screen and (max-height:60rem) {
    .l-section-tile-list__item {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

@media only screen and (max-width:45rem) {
    .l-section-tile-list__item {
        margin-top: 42px
    }
    .l-section-tile-list__item:first-child {
        margin-top: 0
    }
}

.l-block-space-top {
    margin-top: 60px
}

@media only screen and (max-width:75rem) {
    .l-block-space-top {
        margin-top: 40px
    }
}

.l-block-space-bottom {
    margin-bottom: 60px
}

@media only screen and (max-width:75rem) {
    .l-block-space-bottom {
        margin-bottom: 40px
    }
}

.l-section-space-top {
    margin-top: 120px
}

@media only screen and (max-width:75rem) {
    .l-section-space-top {
        margin-top: 60px
    }
}

.l-section-space-bottom {
    margin-bottom: 120px
}

@media only screen and (max-width:75rem) {
    .l-section-space-bottom {
        margin-bottom: 60px
    }
}

.l-standard-wrapper {
    padding-top: 110px;
    padding-bottom: 110px
}

.l-standard-wrapper--full-vh {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100vh
}

.e-icon-btn {
    display: block;
    width: 42px;
    height: 42px;
    background: none;
    border: 0;
    cursor: pointer
}

.e-icon-btn__icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
    transition: fill .25s ease-in-out
}

.e-icon-btn:focus .e-icon-btn__icon,
.e-icon-btn:hover .e-icon-btn__icon {
    fill: #ccc
}

.e-icon-btn--dark .e-icon-btn__icon {
    fill: #333
}

.e-icon-btn.e-icon-btn--dark:focus .e-icon-btn__icon,
.e-icon-btn.e-icon-btn--dark:hover .e-icon-btn__icon {
    fill: #000
}

.e-menu-btn {
    position: fixed;
    z-index: 1000;
    top: 44px;
    right: 28px;
    width: 38px;
    height: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    transform: rotate(90deg);
    transition: color .25s ease-in-out
}

.admin-bar .e-menu-btn {
    margin-top: 32px
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .e-menu-btn {
        position: absolute;
        top: 30px;
        right: 20px
    }
}

.e-menu-btn__open-text {
    left: 0
}

.e-menu-btn__close-text,
.e-menu-btn__open-text {
    display: block;
    position: absolute;
    top: 0;
    will-change: transform;
    transition: transform .25s ease-in-out
}

.e-menu-btn__close-text {
    left: 140%
}

.e-menu-btn:focus,
.e-menu-btn:hover {
    color: #ccc
}

.e-menu-btn--is-active .e-menu-btn__open-text {
    transform: translateX(-100%)
}

.e-menu-btn--is-active .e-menu-btn__close-text {
    transform: translateX(-140%)
}

.e-btn {
    display: inline-block;
    padding: 14px 32px;
    position: relative;
    z-index: 1;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #000
}

.e-display-heading-1 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.125;
    letter-spacing: 4px;
    text-indent: -8px;
    color: #fff
}

@media only screen and (max-width:80rem),
screen and (max-height:47.5rem) {
    .e-display-heading-1 {
        font-size: 3rem
    }
}

@media only screen and (max-width:35rem) {
    .e-display-heading-1 {
        font-size: 2.50rem
    }
}

@media only screen and (max-width:28.75rem),
screen and (max-height:35rem) {
    .e-display-heading-1 {
        font-size: 2.00rem
    }
}

.e-paragraph,
.h-typography-standard li,
.h-typography-standard p {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #fff
}

@media only screen and (max-width:53.75rem) {
    .e-paragraph,
    .h-typography-standard li,
    .h-typography-standard p {
        font-size: 1.125rem
    }
}

@media only screen and (max-width:40rem) {
    .e-paragraph,
    .h-typography-standard li,
    .h-typography-standard p {
        font-size: 1rem
    }
}

.e-intro-paragraph {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.125rem;
    color: #fff
}

@media only screen and (max-width:53.75rem) {
    .e-intro-paragraph {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:40rem) {
    .e-intro-paragraph {
        font-size: 1.375rem
    }
}

.e-intro-paragraph--dark {
    color: #333
}

.e-blockquote,
.h-typography-standard blockquote p {
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.125rem;
    color: #ccc
}

@media only screen and (max-width:53.75rem) {
    .e-blockquote,
    .h-typography-standard blockquote p {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:40rem) {
    .e-blockquote,
    .h-typography-standard blockquote p {
        font-size: 1.375rem
    }
}

.e-heading-1,
.h-typography-standard h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 3px;
    color: #fff
}

.h-typography-standard>* {
    margin-top: 32px
}

.h-typography-standard>:first-child {
    margin-top: 0
}

.h-typography-standard li {
    margin: 14px 0 0 30px
}

.h-typography-standard li:first-child {
    margin-top: 0
}

.h-typography-standard a {
    color: gray;
    text-decoration: none;
    transition: color .25s ease-in-out;
/*     word-break: break-all
 */}

.h-typography-standard a:focus,
.h-typography-standard a:hover {
    color: #a6a6a6
}

.h-typography-standard blockquote {
    display: block;
    padding: 5% 12%;
    border: 1px solid #fff
}

.h-typography-standard--dark blockquote p,
.h-typography-standard--dark li,
.h-typography-standard--dark p {
    color: #333
}

.h-typography-standard--dark a {
    color: gray
}

.h-typography-standard--dark a:focus,
.h-typography-standard--dark a:hover {
    color: #5a5a5a
}

.h-typography-standard--dark blockquote {
    border-color: #333
}

@media only screen and (max-width:42.5rem) {
    .b-gallery-card {
        text-align: center
    }
}

.b-gallery-card__img-wrapper {
    position: relative;
    z-index: 1;
    padding-right: 52px
}

@media only screen and (max-width:42.5rem) {
    .b-gallery-card__img-wrapper {
        padding-right: 0
    }
}

.b-gallery-card__img-link {
    display: block;
    overflow: hidden
}

.b-gallery-card__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
    transition: opacity .25s ease-in-out, transform .5s ease-in-out
}

.b-gallery-card__img.lazyload {
    opacity: .5
}

.b-gallery-card__img.lazyloaded {
    opacity: 1
}

.b-gallery-card__img-link:focus .b-gallery-card__img,
.b-gallery-card__img-link:hover .b-gallery-card__img {
    transform: scale(1.05)
}

.b-gallery-card__header {
    margin-top: 38px
}

.b-gallery-card__heading {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #ccc
}

@media only screen and (max-width:42.5rem) {
    .b-gallery-card__heading {
        font-size: 1rem
    }
}

.b-gallery-card__heading-link {
    color: #ccc;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.b-gallery-card__heading-link:focus,
.b-gallery-card__heading-link:hover {
    color: #fff
}

.b-gallery-card__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    color: #ccc;
    transition: color .25s ease-in-out
}

.b-gallery-card__label:focus,
.b-gallery-card__label:hover {
    color: #fff
}

@media only screen and (max-width:42.5rem) {
    .b-gallery-card__label {
        display: none
    }
}

.b-gallery-card.js-animate-in {
    opacity: 0;
    transform: translateY(100px)
}

.b-gallery-card.js-animate-in--is-active {
    animation: slideInUp 1s ease-in-out forwards
}

.b-main-footer {
    background-color: #333
}

.b-main-footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
    padding: 40px;
    text-align: center
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .b-main-footer__top {
        padding-left: 30px;
        padding-right: 30px
    }
}

.b-main-footer__logo-link {
    display: block;
    width: 70px;
    height: 50px;
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.b-main-footer__logo-link:focus,
.b-main-footer__logo-link:hover {
    opacity: .5
}

.b-main-footer__logo {
    display: block;
    width: 100%;
    height: 100%
}

.b-main-footer__nav {
    display: block;
    width: 100%;
    margin-top: 60px
}

.b-main-footer__nav-link {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    color: #fff;
    transition: color .25s ease-in-out
}

.b-main-footer__nav-link:focus,
.b-main-footer__nav-link:hover {
    color: #ccc
}

.b-main-footer__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-main-footer__nav-item {
    list-style: none;
    padding: 10px
}

.b-main-footer__bottom {
    background-color: #ccc
}

.b-main-footer__bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
    padding: 20px 40px;
    text-align: center
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .b-main-footer__bottom-inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:40rem) {
    .b-main-footer__bottom-inner {
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.b-main-footer__copyright {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    color: #333
}

@media only screen and (max-width:40rem) {
    .b-main-footer__copyright {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 24px;
        font-size: .9375rem
    }
}

.b-main-footer__credit-link {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none
}

@media only screen and (max-width:40rem) {
    .b-main-footer__credit-link {
        font-size: .9375rem
    }
}

.b-main-footer__credit-link-icon {
    display: block;
    width: 160px;
    height: 34px;
    margin-left: 12px;
    fill: #333;
    transition: fill .25s ease-in-out
}

@media only screen and (max-width:40rem) {
    .b-main-footer__credit-link-icon {
        width: 130px;
        height: 30px
    }
}

.b-main-footer__credit-link:focus .b-main-footer__credit-link-icon,
.b-main-footer__credit-link:hover .b-main-footer__credit-link-icon {
    fill: #fc0f3a
}

.b-main-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 0 40px
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .b-main-header {
        position: absolute;
        padding: 0 30px;
        height: 80px
    }
}

.admin-bar .b-main-header {
    margin-top: 32px
}

.b-main-header__logo {
    display: block;
    width: 206px;
    height: 39px
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .b-main-header__logo {
        width: 140px;
        height: 28px
    }
}

.b-main-header__logo-link {
    display: block;
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.b-main-header__logo-link:focus,
.b-main-header__logo-link:hover {
    opacity: .7
}

.b-main-header__menu-close-text,
.b-main-header__menu-open-text {
    display: inline-block
}

.b-standard-header {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 80px;
    text-align: center
}

@media only screen and (max-width:60rem) {
    .b-standard-header {
        padding: 0
    }
}

@media only screen and (max-height:64rem) {
    .b-standard-header {
        max-width: 1024px
    }
}

.b-main-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 120px 30px;
    background-color: #333;
    will-change: transform;
    transform: translateY(-101%);
    transition: transform .35s cubic-bezier(.39, .575, .565, 1);
    overflow-y: auto
}

.b-main-menu--force-scroll {
    overflow-y: scroll
}

@media only screen and (max-height:48rem) {
    .b-main-menu {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .b-main-menu {
        padding: 84px 30px 30px
    }
}

.b-main-menu--is-active {
    transform: translateY(0)
}

.b-main-menu__logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
    width: 60px;
    height: 60px
}

@media only screen and (max-width:40rem),
screen and (max-height:35rem) {
    .b-main-menu__logo {
        top: 22px;
        left: 30px;
        width: 30px;
        height: 30px
    }
}

.b-main-menu__inner {
    height: 100%;
    overflow-y: auto
}

.b-main-menu__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:42.5rem) {
    .b-main-menu__content-wrapper {
        display: block
    }
}

.b-main-menu__nav {
    padding: 20px 0 20px 60px;
    border-left: 1px solid #262626
}

@media only screen and (max-width:42.5rem) {
    .b-main-menu__nav {
        padding: 0 0 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #262626;
        border-left: 0
    }
}

.b-main-menu__nav-item {
    margin-top: 6px;
    list-style: none
}

.b-main-menu__nav-link {
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.75rem;
    letter-spacing: 3px;
    text-decoration: none;
    color: gray;
    opacity: 0;
    will-change: transform;
    transition: color .25s ease-in-out
}

@media only screen and (max-height:60rem),
screen and (max-width:48.75rem) {
    .b-main-menu__nav-link {
        font-size: 2.625rem
    }
}

@media only screen and (max-width:32.5rem) {
    .b-main-menu__nav-link {
        font-size: 2rem
    }
}

.b-main-menu__nav-link--is-active,
.b-main-menu__nav-link:focus,
.b-main-menu__nav-link:hover {
    color: #fff
}

.b-main-menu--is-active .b-main-menu__nav-link {
    animation: slideInRight .35s ease-in-out forwards
}

.b-main-menu__nav-item:first-child .b-main-menu__nav-link {
    animation-delay: 50ms
}

.b-main-menu__nav-item:nth-child(2) .b-main-menu__nav-link {
    animation-delay: .1s
}

.b-main-menu__nav-item:nth-child(3) .b-main-menu__nav-link {
    animation-delay: .15s
}

.b-main-menu__nav-item:nth-child(4) .b-main-menu__nav-link {
    animation-delay: .2s
}

.b-main-menu__nav-item:nth-child(5) .b-main-menu__nav-link {
    animation-delay: .25s
}

.b-main-menu__nav-item:nth-child(6) .b-main-menu__nav-link {
    animation-delay: .3s
}

.b-main-menu__nav-item:nth-child(7) .b-main-menu__nav-link {
    animation-delay: .35s
}

.b-main-menu__nav-item:nth-child(8) .b-main-menu__nav-link {
    animation-delay: .4s
}

.b-main-menu__nav-item:nth-child(9) .b-main-menu__nav-link {
    animation-delay: .45s
}

.b-main-menu__nav-item:nth-child(10) .b-main-menu__nav-link {
    animation-delay: .5s
}

.b-main-menu__nav-item:nth-child(11) .b-main-menu__nav-link {
    animation-delay: .55s
}

.b-main-menu__nav-item:nth-child(12) .b-main-menu__nav-link {
    animation-delay: .6s
}

.b-main-menu__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px 20px 60px;
    border-left: 1px solid #262626
}

@media only screen and (max-width:42.5rem) {
    .b-main-menu__content {
        display: block;
        padding: 0;
        border: 0
    }
}

.b-main-menu__info-block {
    margin-top: 24px
}

.b-main-menu__info-block:first-child {
    margin-top: 0
}

.b-main-menu__heading {
    margin-bottom: 14px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: gray
}

@media only screen and (max-height:60rem) {
    .b-main-menu__heading {
        margin-bottom: 6px
    }
}

.b-main-menu__info {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff
}

.b-main-menu__info a {
    color: #fff;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.b-main-menu__info a:focus,
.b-main-menu__info a:hover {
    color: #ccc
}

.b-main-menu__social {
    display: -ms-flexbox;
    display: flex
}

.b-main-menu__social-item {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #fff;
    list-style: none
}

.b-main-menu__social-item:first-child {
    padding-left: 0
}

.b-main-menu__social-item:last-child {
    padding-right: 0;
    border: 0
}

.b-main-menu__social-link {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.b-main-menu__social-link:focus,
.b-main-menu__social-link:hover {
    color: #ccc
}

.b-gallery-header {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 80px;
    text-align: center
}

@media only screen and (max-width:60rem) {
    .b-gallery-header {
        padding: 0
    }
}

@media only screen and (max-height:64rem) {
    .b-gallery-header {
        max-width: 1024px
    }
}

.b-gallery-header__img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 42px;
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.b-gallery-header__img.lazyload {
    opacity: .5
}

.b-gallery-header__img.lazyloaded {
    opacity: 1
}

.b-gallery-header__img-wrapper {
    position: relative
}

.b-gallery-header__back-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -140px;
    width: 200px;
    height: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transform: rotate(-90deg);
    transition: color .25s ease-in-out
}

@media only screen and (max-width:60rem) {
    .b-gallery-header__back-btn {
        position: static;
        width: auto;
        transform: none;
        margin-top: 40px
    }
}

.b-gallery-header__back-btn:focus,
.b-gallery-header__back-btn:hover {
    color: #ccc
}

.b-jump-nav {
    position: fixed;
    z-index: 600;
    right: 0;
    top: 10%;
    width: 80px;
    height: 80%
}

@media only screen and (max-width:48.75rem),
screen and (max-height:36.25rem) {
    .b-jump-nav {
        display: none
    }
}

.b-jump-nav__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-jump-nav__item {
    display: inline-block;
    list-style: none;
    margin: 10px 0
}

.b-jump-nav__btn {
    width: 12px;
    height: 12px;
    background-color: hsla(0, 0%, 100%, 0);
    border-radius: 50%;
    border: 2px solid #fff;
    outline: 0;
    cursor: pointer;
    transition: background-color .25s ease-in-out
}

.b-jump-nav__btn:focus,
.b-jump-nav__btn:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

.b-jump-nav__btn--is-active,
.b-jump-nav__btn--is-active:focus,
.b-jump-nav__btn--is-active:hover {
    background-color: #fff
}

.b-copy-panel {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto
}

.b-copy-panel--ta-c {
    text-align: left
}

.b-copy-panel__intro {
    margin-bottom: 42px
}

.b-copy-panel__quote {
    margin-top: 52px
}

.b-section-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    background: #333;
    background-size: 100% auto;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.b-section-panel--light {
    background-color: #ccc
}

@media only screen and (max-width:75rem) {
    .b-section-panel--no-bg {
        min-height: 0
    }
}

.b-section-panel__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: 100% auto;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    will-change: opacity;
    transition: opacity .5s ease-in-out
}

@media only screen and (max-width:64rem),
screen and (max-height:48rem) {
    .b-section-panel__bg {
        background-attachment: scroll
    }
    
    
}

.b-section-panel__bg.lazyload {
    opacity: 0
}

.b-section-panel__bg.lazyloaded {
    opacity: 1
}

.b-section-panel__bg-img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    transform: scale(1.2);
    will-change: opacity;
    transition: opacity .5s ease-in-out
}

@media only screen and (max-width:75rem),
screen and (max-height:47.5rem) {
    .b-section-panel__bg-img {
        display: none
    }
}

.b-section-panel__bg-img.lazyload {
    opacity: 0
}

.b-section-panel__bg-img.lazyloaded {
    opacity: 1
}

.b-section-panel__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.b-section-panel__video-wrapper--fade {
    opacity: .7
}

.b-section-panel__video {
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.b-section-panel__inner,
.b-section-panel__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-section-panel__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    padding: 110px 80px
}

@media only screen and (max-width:48.75rem) {
    .b-section-panel__inner {
        padding-right: 48px;
        padding-left: 48px
    }
}

@media only screen and (max-height:28.75rem) {
    .b-section-panel__inner {
        position: relative
    }
}

@media only screen and (max-width:23.75rem),
screen and (max-height:35rem) {
    .b-section-panel__inner {
        padding: 80px 30px
    }
    
    
	.b-section-panel__intro {
	    margin-top: 20px;
	    margin-right: 10px;
	}


	.b-section-panel__content {
	    position: relative;
		padding: 13.5% 40px 13.5% 0;
		width: 100%;
		max-width: 1320px;
		margin-left: 0%;
	}

    
}

@media only screen and (max-width:75rem) {
    .b-section-panel--no-bg .b-section-panel__inner {
        position: relative
    }
}

.b-section-panel__content {
    position: relative;
	padding: 13.5% 40px 13.5% 0;
	width: 100%;
	max-width: 1320px;
	margin-left: 15%;
}

@media only screen and (max-height:47.5rem) {
    .b-section-panel__content {
        max-width: 880px;
        padding: 6% 40px 6% 0
    }

	.b-section-panel__intro {
	    margin-top: 20px;
	    margin-right: 10px;
	}


	.b-section-panel__content {
	    position: relative;
		padding: 13.5% 40px 13.5% 0;
		width: 100%;
		max-width: 1320px;
		margin-left: 0%;
	}

}

@media only screen and (max-width:45rem) {
    .b-section-panel__content {
        padding: 12% 40px 12% 0;
        	margin-left: 0%;
    }
    
	.b-section-panel__intro {
	    margin-top: 20px;
	    margin-right: 10px;
	}
	
    
}

@media only screen and (max-height:35rem) {
    .b-section-panel__content {
        padding: 12% 40px 12% 0
    }

    
	.b-section-panel__intro {
	    margin-top: 20px;
	    margin-right: 10px;
	}

}

.b-section-panel__header {
    position: relative;
    z-index: 10;
    max-width: 100%;
}

.b-section-panel__heading-link {
    color: #fff;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.b-section-panel__heading-link:focus,
.b-section-panel__heading-link:hover {
    color: #ccc
}

.b-section-panel__intro {
    margin-top: 20px;
    margin-right: 90px;
}

@media only screen and (max-width:64rem) {
    .b-section-panel__intro {
        margin-top: 10px
    }
    
        	.b-section-panel__intro {
	    margin-top: 20px;
	    margin-right: 10px;
	}

    
}

.b-section-panel__btn {
    margin-top: 20px
}

.b-section-panel__badge {
    position: absolute;
    z-index: 100;
    bottom: 50px;
    right: 30px;
    width: 110px;
    height: 110px
}


.explotech_button button {
    float: right;
	background-color : red;	
    font-size: 1.2vw;
    padding: 15px 25px 15px 25px;
    align: right;
}

.explotech_button button a {
    color: white;
    text-decoration: none;
}

.explotech_button button a:hover {
    background-color : red;	
    text-decoration: none;
 }

@media only screen and (max-width:80rem),
screen and (max-height:47.5rem) {
    .b-section-panel__badge {
        width: 110px;
        height: 110px
    }
}

@media only screen and (max-width:64rem) {
    .b-section-panel__badge {
        display: none
    }
}

.b-section-panel__border {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 94%;
    height: 100%; 
    padding-top: 3%;
    padding-bottom: 3%;
    pointer-events: none;
    opacity: .5;
}

.b-section-panel__border-line {
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    opacity: 0;
    stroke-dasharray: 3800;
    stroke-dashoffset: 3800
}

.wf-active .b-section-panel--loads-first .b-section-panel__border-line {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards
}

.b-section-panel--light .b-section-panel__heading,
.b-section-panel--light .b-section-panel__heading-link,
.b-section-panel--light .b-section-panel__intro {
    color: #333
}

.b-section-panel--light .b-section-panel__heading-link:focus,
.b-section-panel--light .b-section-panel__heading-link:hover {
    color: #000
}

.b-section-panel.js-animate-in--is-active .b-section-panel__border-line {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards
}

@keyframes lineDrawIn {
    0% {
        stroke-dashoffset: 3800;
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1
    }
}

.b-site-preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    will-change: opacity;
    transition: opacity .35s ease-in-out
}

.b-site-preloader:after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    background: url(../images/icon.svg) 50% no-repeat;
    background-size: 100% 100%;
    animation: logoPulse ease-in-out .7s infinite;
    opacity: .8
}

.no-js .b-site-preloader {
    display: none
}

.b-site-preloader--site-active {
    opacity: 0
}

@keyframes logoPulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

.b-section-tile {
    position: relative;
    z-index: 1;
    will-change: transform;
    transition: transform 3s cubic-bezier(.4, 0, .2, 1)
}

.b-section-tile.is-parallax-down {
    transform: translateY(-20px)
}

.b-section-tile--parallax-flip.is-parallax-down,
.b-section-tile.is-parallax-up {
    transform: translateY(20px)
}

.b-section-tile--parallax-flip.is-parallax-up {
    transform: translateY(-20px)
}

.b-section-tile__img-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.b-section-tile__img {
    display: block;
    width: 100%;
    height: auto;
    will-change: transform;
    transition: transform 1.25s ease-in-out
}

.b-section-tile:hover .b-section-tile__img {
    transform: scale(1.05)
}

.b-section-tile__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    background: transparent;
    transition: background-color .45s ease-in-out
}

@media only screen and (max-width:64rem) {
    .b-section-tile__content {
        padding: 60px 40px
    }
}

@media only screen and (max-width:35rem) {
    .b-section-tile__content {
        padding: 30px
    }
}

.b-section-tile:hover .b-section-tile__content {
    background: rgba(0, 0, 0, .4)
}

.b-section-tile__heading {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.875rem;
    line-height: 1.25;
    letter-spacing: 4px;
    text-indent: -8px;
    color: #fff;
    will-change: transform;
    transition: transform .5s ease-in-out
}

@media only screen and (max-width:75rem),
screen and (max-height:60rem) {
    .b-section-tile__heading {
        font-size: 3.375rem
    }
}

@media only screen and (max-width:53.75rem) {
    .b-section-tile__heading {
        font-size: 3rem
    }
}

.b-section-tile:hover .b-section-tile__heading {
    transform: translateX(2.5%)
}

.b-section-tile__heading-link {
    position: relative;
    z-index: 200;
    color: #fff;
    text-decoration: none
}

.b-section-tile__icon {
    display: block;
    width: 42px;
    height: 42px;
    fill: #fff;
    will-change: transform;
    transition: transform 1s ease-in-out
}

.b-section-tile:hover .b-section-tile__icon {
    transform: translateX(15%)
}

.b-section-tile__header {
    position: relative;
    padding: 60px 0;
    will-change: transform;
    transition: transform 3s cubic-bezier(.4, 0, .2, 1)
}

.b-section-tile.is-parallax-down .b-section-tile__header {
    transform: translateY(20px)
}

.b-section-tile--parallax-flip.is-parallax-down .b-section-tile__header,
.b-section-tile.is-parallax-up .b-section-tile__header {
    transform: translateY(-20px)
}

.b-section-tile--parallax-flip.is-parallax-up .b-section-tile__header {
    transform: translateY(20px)
}

.b-section-tile__border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 94%;
    height: 100%;
    pointer-events: none;
    opacity: 1
}

.b-section-tile__border-line {
    stroke: #fff;
    stroke-width: 2;
    fill: none
}

.b-section-tile__overlay-link {
    display: block;
    position: absolute;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-gallery-slider {
    position: relative;
    z-index: 1;
    height: 70vh;
    max-height: 780px
}

@media only screen and (max-width:75rem) {
    .b-gallery-slider {
        max-height: 600px
    }
}

@media only screen and (max-width:60rem) {
    .b-gallery-slider {
        max-height: 500px
    }
}

@media only screen and (max-width:51.25rem) {
    .b-gallery-slider {
        max-height: 400px
    }
}

@media only screen and (max-width:40rem) {
    .b-gallery-slider {
        max-height: 340px
    }
}

@media only screen and (max-width:28.75rem) {
    .b-gallery-slider {
        max-height: 280px
    }
}

@media only screen and (max-width:26.25rem) {
    .b-gallery-slider {
        max-height: 220px
    }
}

@media only screen and (max-width:22.5rem) {
    .b-gallery-slider {
        max-height: 180px
    }
}

.b-gallery-slider__slides {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow-x: auto
}

.b-gallery-slider__slides.slick-initialized {
    overflow: hidden
}

.b-gallery-slider__img,
.b-gallery-slider__slide {
    display: block;
    height: 100%
}

.b-gallery-slider__img {
    width: auto;
    will-change: opacity;
    transition: opacity .25s ease-in-out
}

.b-gallery-slider__img.lazyload {
    opacity: .5
}

.b-gallery-slider__img.lazyloaded {
    opacity: 1
}

.b-gallery-slider__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 300;
    top: calc(50% - 25px);
    width: 50px;
    border-radius: 50%;
    height: 50px;
    border: 2px solid #fff;
    outline: 0;
    background-color: #fff;
    transition: background-color .25s ease-in-out, border-color .25s ease-in-out;
    cursor: pointer
}

@media only screen and (max-width:28.75rem) {
    .b-gallery-slider__btn {
        top: calc(50% - 16px);
        width: 32px;
        height: 32px
    }
}

.b-gallery-slider__btn:hover {
    background-color: #ccc;
    border-color: #ccc
}

.b-gallery-slider__btn:focus {
    border-color: #ccc
}

.b-gallery-slider__btn--next {
    right: 30px
}

@media only screen and (max-width:28.75rem) {
    .b-gallery-slider__btn--next {
        right: 20px
    }
}

.b-gallery-slider__btn--prev {
    left: 30px
}

@media only screen and (max-width:28.75rem) {
    .b-gallery-slider__btn--prev {
        left: 20px
    }
}

.b-gallery-slider__btn.slick-disabled {
    cursor: not-allowed;
    opacity: .4
}

.b-gallery-slider__btn.slick-disabled:hover {
    background-color: #fff;
    border-color: #fff
}

.b-gallery-slider__btn-icon {
    display: block;
    width: 54%;
    height: 54%;
    fill: #333
}

.b-gallery-slider__link {
    outline: 0;
    cursor: zoom-in
}

.b-gallery-slider .slick-list,
.b-gallery-slider .slick-track,
.b-gallery-slider .slick-track div {
    height: 100%
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}