/*gallery*/
a.card[data-fslightbox], a.card[data-gallery-item], a.card[data-gallery], figure.card[data-fslightbox], figure.card[data-gallery-item], figure.card[data-gallery] {
    cursor: pointer;
}
a.card[data-fslightbox] .card__hover, a.card[data-fslightbox] .card__hover-icon, a.card[data-gallery-item] .card__hover, a.card[data-gallery-item] .card__hover-icon, a.card[data-gallery] .card__hover, a.card[data-gallery] .card__hover-icon, figure.card[data-fslightbox] .card__hover, figure.card[data-fslightbox] .card__hover-icon, figure.card[data-gallery-item] .card__hover, figure.card[data-gallery-item] .card__hover-icon, figure.card[data-gallery] .card__hover, figure.card[data-gallery] .card__hover-icon {
    pointer-events: none;
}
@font-face{font-family:lg;
    src:url(../fonts/lightgallery/lg.woff2?io9a6k) format("woff2"),
    url(../fonts/lightgallery/lg.ttf?io9a6k) format("truetype"),
    url(../fonts/lightgallery/lg.woff?io9a6k) format("woff"),
    url(../fonts/lightgallery/lg.svg?io9a6k#lg) format("svg");}
.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen:after {
    content: "\e20c";
}

.lg-counter, .lg-toolbar .lg-icon {
    color: #bcb8d0;
}
.lg-toolbar .lg-icon {
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    will-change: color;
    transition: color .2s linear;
    background: 0 0;
    border: none;
    box-shadow: none;
}
.lg-icon {
    font-family: lg!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    transition-duration: .3s;
    transition-property: background-color, color, border-color, box-shadow;
    background-color: #fff;
    color: #2a263f;
    border-radius: .5rem;
}
.card__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__subtitle {
    margin-top: .25rem;
}
.card__subtitle:first-child {
    margin-bottom: .75rem;
    margin-top: 0;
}
.card__title {
    color: #0a071b;
}
.card__title-icon {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .5rem;
}
.card__title--icon, .card__title--icon .card__title-link {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card a.card__title-link:hover .card__title-icon {
    -webkit-transform: translateX(.3125rem);
    transform: translateX(.3125rem);
}
.card__caption {
    margin-top: 1rem;
}
.card__caption strong {
    color: #fc097c;
}
.card__caption-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    position: relative;
}
.card__number {
    color: #fc097c;
    font-family: Inter, sans-serif;
}
.card__player {
    max-width: 100%}
.card__category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.25rem -.375rem;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1.25rem;
}
.card__category-item {
    transition-duration: .3s;
    transition-property: background-color, color, box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .5rem;
    margin: .25rem .375rem;
    background-color: #f5f4fb;
    color: #0a071b;
    border-radius: .25rem;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.card__category-item:hover {
    background-color: #e1dfec;
    color: #0a071b;
}
.card__bottom {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    margin-top: 1.25rem;
    padding-top: 1rem;
    position: relative;
    border-top: 1px solid #f5f4fb;
}
.card__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: .75rem;
}
.card__logos-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 2rem;
}
.card__logos-item-image {
    max-height: 2rem;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card__logos-item+.card__logos-item {
    margin-top: .75rem;
}
.card__meta {
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #8c87a6;
    padding-top: .5rem;
    font-size: .875rem;
    font-weight: 500;
    margin: -.25rem -.5rem;
}
@media screen and (min-width:48rem) {
    .card__meta {
        margin-left: calc(-1.85185vw + .38889rem);
        margin-right: calc(-1.85185vw + .38889rem);
    }
}@media screen and (min-width:75rem) {
    .card__meta {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}.card__meta-item {
     margin: 0!important;
     line-height: 1.25rem;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
     padding: .25rem .5rem;
 }
.card__meta-item a {
    color: #2a263f;
}
.card__meta-item a:hover {
    color: #fff;
}
.card__meta-item-icon {
    font-size: 1.25rem;
    margin-right: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (min-width:48rem) {
    .card__meta-item {
        padding-left: calc(1.85185vw - .38889rem);
        padding-right: calc(1.85185vw - .38889rem);
    }
    .card__meta-item-icon {
        font-size: calc(.92593vw + .80556rem);
    }
}@media screen and (min-width:75rem) {
    .card__meta-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .card__meta-item-icon {
        font-size: 1.5rem;
    }
}.card__logo {
     transition-duration: .3s;
     transition-property: color, border-color;
     transition-timing-function: cubic-bezier(.4, 0, .2, 1);
     width: 3rem;
     height: 3rem;
     font-size: 2.5rem;
     margin-right: .75rem;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -ms-flex-item-align: center;
     align-self: center;
     background-color: transparent;
     color: #2a263f;
     border: 1px solid #ededed;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
@media screen and (min-width:48rem) {
    .card__logo {
        width: calc(3.7037vw + 1.22222rem);
        height: calc(3.7037vw + 1.22222rem);
        font-size: calc(1.85185vw + 1.61111rem);
        margin-right: calc(2.77778vw - .58333rem);
    }
}@media screen and (min-width:75rem) {
    .card__logo {
        width: 4rem;
        height: 4rem;
        font-size: 3rem;
        margin-right: 1.5rem;
    }
}@media (max-width:767px) {
    .card__logo {
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
}.card__image {
     min-width: 0;
 }
.card__image--no-radius, .card__image--no-radius .card__image-item {
    border-radius: 0!important;
}
.card__image+.card__content {
    margin-top: 1.5rem;
}
.card a.card__image:hover .card__image-item {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.card__icon-wrapper {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    background-color: #ffe5f2;
    color: #fc097c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
@media screen and (min-width:48rem) {
    .card__image+.card__content {
        margin-top: calc(1.85185vw + .61111rem);
    }
    .card__icon-wrapper {
        width: calc(3.7037vw + 1.22222rem);
        height: calc(3.7037vw + 1.22222rem);
        font-size: calc(3.7037vw + .22222rem);
    }
}@media screen and (min-width:75rem) {
    .card__image+.card__content {
        margin-top: 2rem;
    }
    .card__icon-wrapper {
        width: 4rem;
        height: 4rem;
        font-size: 3rem;
    }
}.card__icon-wrapper .card__icon {
     font-size: inherit;
     margin-bottom: 0;
 }
.card__icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.card__icon--image {
    width: auto;
    max-width: 3rem;
    height: 3rem;
}
.card a.card__image, .card figure.card__image {
    cursor: pointer;
}
.card a.card__image:hover .card__hover-icon, .card figure.card__image:hover .card__hover-icon {
    color: #fc097c;
    opacity: 1;
}
.card__hover {
    transition-duration: .3s;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 9, 124, .7);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
.card__hover-icon {
    font-size: 1.5rem;
    transition-duration: .3s;
    transition-property: opacity, transform, visibility, color, -webkit-transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
@media screen and (min-width:48rem) {
    .card__hover-icon {
        font-size: calc(1.85185vw + .61111rem);
    }
}@media screen and (min-width:75rem) {
    .card__hover-icon {
        font-size: 2rem;
    }
}.card__button {
     margin-right: auto;
     margin-top: 1.5rem;
 }
.card__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    color: #2a263f;
    position: relative;
}
.card__author:last-child {
    padding-top: 1rem;
}
.card__author-title {
    line-height: 1.5rem;
    color: #0a071b;
}
.card__author-image {
    max-width: 2.5rem;
    width: 2.5rem;
    max-height: 2.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .75rem;
    border-radius: 50%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    overflow: hidden;
}
.card__author-caption {
    line-height: 1.25rem;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: -.01em;
    color: #8c87a6;
}
.card__author-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card__author+.card__content {
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid #e1dfec;
}
.card__author .card__location {
    margin-left: .5rem;
    margin-top: 0;
}
@media (max-width:575px) {
    .button--banner>.button__icon: first-child+.button__label {
        margin-left: 0;
    }
    .card__author--column {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card__author--column .card__author-content, .card__author--column .card__location {
        margin-top: 1rem;
        margin-left: 0;
    }
}.card__location {
     margin-top: 1rem;
     padding: .5rem;
     border-radius: .25rem;
     text-transform: uppercase;
     letter-spacing: .01em;
     font-weight: 700;
 }
.card--collapse {
    padding: 1.5rem;
}
.card--collapse .card__image~.card__content {
    margin-top: 1rem;
}
@media screen and (min-width:48rem) {
    .card__location {
        margin-top: calc(1.85185vw + .11111rem);
    }
    .card--collapse {
        padding: calc(2.38095vw + .35714rem);
    }
    .card--collapse .card__image~.card__content {
        margin-top: calc(1.85185vw + .11111rem);
    }
}@media screen and (min-width:75rem) {
    .card--collapse .card__image~.card__content, .card__location {
        margin-top: 1.5rem;
    }
}.card--collapse:hover {
     position: relative;
     z-index: 2;
 }
.card--collapse.card--space-xs {
    padding: 1rem;
}
.card--collapse.card--space-xs .card__author-caption {
    line-height: 1rem;
}
.card--collapse.card--space-m, .card--collapse.card--space-s {
    padding: 1.5rem;
}
@media screen and (min-width:48rem) {
    .card--collapse.card--space-m {
        padding: calc(1.19048vw + .92857rem);
    }
}@media screen and (min-width:90rem) {
    .card--collapse {
        padding: 2.5rem;
    }
    .card--collapse.card--space-m {
        padding: 2rem;
    }
}.card--collapse.card--space-xl {
     padding: 1.5rem;
 }
@media screen and (min-width:48rem) {
    .card--collapse.card--space-xl {
        padding: calc(4.6131vw - .71429rem);
    }
}@media screen and (min-width:90rem) {
    .card--collapse.card--space-xl {
        padding: 3.4375rem;
    }
}.card--overlay {
     position: relative;
     overflow: hidden;
     background-color: #311a79;
 }
.card--overlay .card__image {
    background-color: #311a79;
}
.card--overlay .card__image+.card__content {
    margin-top: 0;
}
.card--overlay .card__content {
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    border-radius: .375rem;
    color: #fff;
    overflow: hidden;
    padding: 1.5rem 1rem;
}
.card--overlay .card__content::before {
    transition-duration: .3s;
    transition-property: opacity, height, background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #0a071b;
    border-radius: 0 0 .375rem .375rem;
    opacity: .5;
}
.card--overlay .card__content::after {
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(farthest-corner at center bottom, rgba(252, 9, 124, .4) 0, rgba(49, 26, 121, .3) 70%);
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .2;
}
.card--overlay .card__subtitle, .card--overlay .card__title, .card--overlay .card__title-link {
    color: #fff;
    z-index: 4;
}
.card--overlay .card__subtitle {
    margin-top: 0;
    opacity: .7;
}
.card--testimonial .card__logos {
    margin-bottom: 1rem;
}
.card--testimonial .card__logos+.card__author {
    border-top: 1px solid #f5f4fb;
    padding-top: 1rem;
}
.card--testimonial .card__author+.card__content {
    margin-top: 1rem;
    padding-top: 1rem;
    border-color: #f5f4fb;
}
.card--testimonial .card__author-image {
    max-width: 3.5rem;
    width: 3.5rem;
    max-height: 3.5rem;
    margin-right: 1rem;
}
.card--testimonial .card__author-caption {
    font-size: .875rem;
    color: #3c3754;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0;
    letter-spacing: -.02em;
}
.card--testimonial .card__logos-item {
    min-height: 3rem;
}
.card--testimonial .card__logos-item-image {
    max-height: 3rem;
}
.card--bordered {
    border: 1px solid #ededed;
}
.card--bordered.card--collapse:not(.card--no-shadow):not(.card--no-hover):not(.card--shadowed):hover {
    background-color: rgba(245, 244, 251, .6);
}
.card--bordered.card--shadowed {
    box-shadow: 0 0 0 0 transparent;
}
.card--bordered.card--shadowed:hover, .card--shadowed {
    box-shadow: 0 64px 96px -30px rgba(0, 0, 0, .04);
}
.card--shadowed:hover {
    box-shadow: 0 16px 56px rgba(169, 178, 194, .24);
}
@media (min-width:36rem) {
    .card--horizontal {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .card--horizontal .card__image {
        -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
        max-width: 7.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .card--horizontal .card__image+.card__content {
        margin-left: 1rem;
        margin-top: 0;
    }
}@media screen and (min-width:36rem) and (min-width:48rem) {
    .card--horizontal .card__image {
        -ms-flex-preferred-size: calc(31.94444vw - 7.83333rem);
        flex-basis: calc(31.94444vw - 7.83333rem);
        max-width: calc(31.94444vw - 7.83333rem);
    }
    .card--horizontal .card__image+.card__content {
        margin-left: calc(3.7037vw - .77778rem);
    }
}@media screen and (min-width:36rem) and (min-width:75rem) {
    .card--horizontal .card__image {
        -ms-flex-preferred-size: 16.125rem;
        flex-basis: 16.125rem;
        max-width: 16.125rem;
    }
    .card--horizontal .card__image+.card__content {
        margin-left: 2rem;
    }
}.card--horizontal .card__icon {
     -ms-flex-negative: 0;
     flex-shrink: 0;
     font-size: 2.5rem;
     color: #fc097c;
     margin-bottom: 1.5rem;
 }
.card--horizontal.card--small .card__icon, .card--horizontal.card--xsmall .card__icon {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
@media (min-width:36rem) {
    .card--horizontal .card__icon {
        margin-right: 2rem!important;
        margin-bottom: 0;
    }
    .card--horizontal.card--centered {
        text-align: left;
    }
    .card--horizontal.card--centered .card__title {
        text-align: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
    .card--horizontal.card--centered .card__badge, .card--horizontal.card--centered .card__icon, .card--horizontal.card--centered .card__icon-wrapper {
        margin-left: initial;
    }
    .card--horizontal.card--small, .card--horizontal.card--xsmall {
        -ms-flex-align: center;
        align-items: center;
    }
    .card--horizontal.card--small .card__icon, .card--horizontal.card--xsmall .card__icon {
        margin-bottom: 0;
        margin-right: 1rem!important;
        font-size: 2rem;
    }
}.card--client .card__image {
     background-color: transparent!important;
 }
.image-ratio {
    position: relative;
    display: block;
}
.image-ratio:not(.image-ratio--visible) {
    overflow: hidden;
}
.image-ratio:not(.image-ratio--transparent) {
    background-color: #f5f4fb;
}
.image-ratio__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.image-ratio__item:focus {
    outline: 0;
}
.image-ratio__item.is-loading, .image-ratio__item.is-preloading, .image-ratio__item.swiper-lazy, .image-ratio__item.wistia_embed {
    opacity: 0;
}
.image-ratio__item.is-loaded {
    opacity: 1;
    transition-duration: .4s;
    transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
}
.image-ratio--1by1 .image-ratio__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-ratio--1by1::before {
    padding-bottom: calc((1 / 1) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--1by1--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1 / 1) * 100%)!important;
    }
}.image-ratio--2by1 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--2by1::before {
    padding-bottom: calc((1 / 2) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--2by1--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1 / 2) * 100%)!important;
    }
}.image-ratio--3by1 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by1::before {
    padding-bottom: calc((1 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by1--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1 / 3) * 100%)!important;
    }
}.image-ratio--3by2 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by2::before {
    padding-bottom: calc((2 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by2--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((2 / 3) * 100%)!important;
    }
}.image-ratio--3by25 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by25::before {
    padding-bottom: calc((2.5 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by25--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((2.5 / 3) * 100%)!important;
    }
}.image-ratio--4by3 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--4by3::before {
    padding-bottom: calc((3 / 4) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--4by3--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((3 / 4) * 100%)!important;
    }
}.image-ratio--4by5 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--4by5::before {
    padding-bottom: calc((5 / 4) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--4by5--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((5 / 4) * 100%)!important;
    }
}.image-ratio--4by7 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--4by7::before {
    padding-bottom: calc((7 / 4) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--4by7--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((7 / 4) * 100%)!important;
    }
}.image-ratio--16by9 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--16by9::before {
    padding-bottom: calc((9 / 16) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--16by9--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((9 / 16) * 100%)!important;
    }
}.image-ratio--3by15 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by15::before {
    padding-bottom: calc((1.5 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by15--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1.5 / 3) * 100%)!important;
    }
}.image-ratio--section .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--section::before {
    padding-bottom: calc((296 / 370) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--section--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((296 / 370) * 100%)!important;
    }
}.image-ratio--stats .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--stats::before {
    padding-bottom: calc((718 / 951) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--stats--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((718 / 951) * 100%)!important;
    }
}.image-ratio--circle-shape .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--circle-shape::before {
    padding-bottom: calc((290 / 736) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--circle-shape--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((290 / 736) * 100%)!important;
    }
}.image-ratio--team .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--team::before {
    padding-bottom: calc((690 / 536) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--team--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((690 / 536) * 100%)!important;
    }
}.image-ratio--director .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--director::before {
    padding-bottom: calc((580 / 392) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--director--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((580 / 392) * 100%)!important;
    }
}.image-ratio--wistia .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--wistia::before {
    padding-bottom: calc((556 / 1060) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--wistia--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((556 / 1060) * 100%)!important;
    }
}.image-ratio--contain .image-ratio__item {
     -o-object-fit: contain;
     object-fit: contain;
 }
.image-ratio--cover {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.image-ratio--cover .image-ratio__item {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
@media (min-width:36rem) {
    .image-ratio--fill {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 11.25rem;
    }
    .image-ratio--fill::before {
        content: none;
    }
}@media (max-width:991px) {
    .image-ratio--fill {
        min-height: 0;
    }
}.image-ratio--fill .image-ratio__item {
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: 50%;
     object-position: 50%;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%}
.image-ratio--blurly .image-ratio__item.is-loading, .image-ratio--blurly .image-ratio__item.is-preloading, .image-ratio--blurly .image-ratio__item.swiper-lazy {
    opacity: 0;
    -webkit-filter: blur(60px);
    filter: blur(60px);
}
.image-ratio--blurly .image-ratio__item.is-loaded, .image-ratio--blurly .image-ratio__item.loaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition-duration: .5s;
    transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
}
.image-ratio--3by2 .image-ratio__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-ratio--3by2::before {
    padding-bottom: calc((2 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by2--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((2 / 3) * 100%)!important;
    }
}.image-ratio--3by25 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by25::before {
    padding-bottom: calc((2.5 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by25--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((2.5 / 3) * 100%)!important;
    }
}

.card--video .card__hover {
    opacity: 1;
    visibility: visible;
    z-index: 4;
    background-color: transparent;
    color: #fff;
}
.card--video .card__hover::before {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    width: 2.5rem;
    height: 2.5rem;
    content: '';
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    background-color: #fc097c;
    border-radius: 50%;
    z-index: 1;
}
.card--video .card__hover-icon {
    font-size: 1rem;
    opacity: 1;
    visibility: visible;
    color: inherit;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.card--video .card__author {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1.5rem;
}
.card--video .card__author-image {
    margin-right: 0;
    margin-bottom: .5rem;
    max-width: 2.5rem;
    width: 2.5rem;
    max-height: 2.5rem;
}
.card--video .card__author-caption {
    margin-top: .5rem;
    line-height: 1.25rem;
}
@media screen and (min-width:48rem) {
    .card--overlay .card__content {
        padding-left: calc(1.85185vw + .11111rem);
        padding-right: calc(1.85185vw + .11111rem);
        padding-top: calc(1.85185vw + .61111rem);
        padding-bottom: calc(1.85185vw + .61111rem);
    }
    .card--video .card__hover::before {
        width: calc(15.74074vw - 5.05556rem);
        height: calc(15.74074vw - 5.05556rem);
    }
    .card--video .card__hover-icon {
        font-size: calc(7.40741vw - 2.55556rem);
    }
}@media screen and (min-width:75rem) {
    .card--overlay .card__content {
        padding: 2rem 1.5rem;
    }
    .card--video .card__hover::before {
        width: 6.75rem;
        height: 6.75rem;
    }
    .card--video .card__hover-icon {
        font-size: 3rem;
    }
}
.lg-icon {
    font-family: lg!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s!important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19);
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19), -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19);
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    transition: transform .8s cubic-bezier(0, 0, .25, 1);
    transition: transform .8s cubic-bezier(0, 0, .25, 1), -webkit-transform .8s cubic-bezier(0, 0, .25, 1);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19), opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19)!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
    transition: none!important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0)!important;
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0)!important;
    max-width: none!important;
    max-height: none!important;
    top: 50%!important;
    left: 50%!important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0)!important;
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0)!important;
    top: 0!important;
    left: 50%!important;
    max-width: none!important;
    max-height: none!important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0)!important;
    transform: scale3d(1, 1, 1) translate3d(0, -50%, 0)!important;
    top: 50%!important;
    left: 0!important;
    max-width: none!important;
    max-height: none!important;
}
.lg-icon.lg-zoom-in:after {
    content: '\e311'}
.lg-actual-size .lg-icon.lg-zoom-in {
    opacity: .5;
    pointer-events: none;
}
.lg-icon.lg-actual-size {
    font-size: 20px;
}
.lg-icon.lg-actual-size:after {
    content: '\e033'}
.lg-icon.lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
    content: '\e312'}
.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
    opacity: .75;
    pointer-events: none;
}
.lg-fullscreen:after {
    content: "\e20c"}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"}
.lg-outer .lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    transition: visibility .18s linear, opacity .18s linear;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
    color: #fff;
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    will-change: visibility, opacity, transform;
    transition: transform .18s linear, visibility .5s linear, opacity .18s linear, -webkit-transform .18s linear;
}
.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}
.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.lg-outer .lg-share {
    position: relative;
}
.lg-outer .lg-share:after {
    content: '\e80d'}
.lg-outer .lg-share-facebook .lg-icon {
    color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
    content: '\e904'}
.lg-outer .lg-share-twitter .lg-icon {
    color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
    content: '\e907'}
.lg-outer .lg-share-pinterest .lg-icon {
    color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
    content: '\e906'}
.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.lg-outer .lg-video-cont .lg-object {
    width: 100%!important;
    height: 100%!important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.lg-outer .lg-video-poster {
    z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    will-change: opacity;
    transition: opacity .3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
    opacity: 0!important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1;
}
@-webkit-keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}@keyframes lg-play-stroke {
     0% {
         stroke-dasharray: 1, 200;
         stroke-dashoffset: 0;
     }
     50% {
         stroke-dasharray: 89, 200;
         stroke-dashoffset: -35px;
     }
     100% {
         stroke-dasharray: 89, 200;
         stroke-dashoffset: -124px;
     }
 }@-webkit-keyframes lg-play-rotate {
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }@keyframes lg-play-rotate {
       100% {
           -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
       }
   }.lg-video-play-button {
        width: 18%;
        max-width: 140px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        cursor: pointer;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        will-change: opacity, transform;
        transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    }
.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
    opacity: 1;
}
.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: .6;
    will-change: opacity;
    transition: opacity .12s ease-in;
}
.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, .9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}
.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: .6;
    will-change: opacity;
    transition: opacity .12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
    -webkit-animation: 2s linear .25s infinite lg-play-rotate, 1.5s ease-in-out .25s infinite lg-play-stroke;
    animation: 2s linear .25s infinite lg-play-rotate, 1.5s ease-in-out .25s infinite lg-play-stroke;
}
.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7);
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb, .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    transition-duration: 0s!important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}
.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    margin-bottom: 5px;
    will-change: border-color;
}
@media (min-width:768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        transition: border-color .25s;
    }
}.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
     border-color: #a90707;
 }
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
    content: '\e1ff'}
.lg-outer.lg-animate-thumb .lg-thumb {
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.lg-group:after {
    content: '';
    display: table;
    clear: both;
}
.lg-container {
    outline: 0;
    display: none;
    font-family: inherit;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-overlay-open {
    overflow: hidden;
}
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    transition: transform .25s cubic-bezier(0, 0, .25, 1), opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
}
.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar, .lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    transition: opacity .15s;
}
.lg-outer * {
    box-sizing: border-box;
}
.lg-outer.lg-visible, .lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    transition-duration: inherit!important;
    transition-timing-function: inherit!important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s!important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity;
    white-space: nowrap;
}
.lg-outer .lg-item {
    display: none!important;
}
.lg-prev:after {
    content: '\e094';
}
.lg-prev:after {
    content: '\e094';
}

.lg-next, .lg-prev {
    transition-duration: .3s;
    transition-property: background-color,color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    background-color: rgba(10,7,27,.8);
    color: #bcb8d0;
    border-radius: 0.375rem;
}
.lg-icon {
    font-family: lg!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-next, .lg-prev {
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: 0;
    border: none;
}
.lg-next, .lg-prev {
    transition-duration: .3s;
    transition-property: background-color,color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    background-color: rgba(10,7,27,.8);
    color: #bcb8d0;
    border-radius: 0.375rem;
}
.lg-next {
    right: 20px;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-next:before {
    content: '\e095';
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}
.lg-outer.lg-hide-download .lg-download {
    opacity: .75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity .2s ease-out .15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #0a071b;
    opacity: 0;
    will-change: auto;
    transition: opacity 333ms ease-in;
}
.lg-backdrop.in {
    opacity: .85;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none!important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity .1s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275);
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    transition: transform 1s cubic-bezier(0, 0, .25, 1);
    transition: transform 1s cubic-bezier(0, 0, .25, 1), -webkit-transform 1s cubic-bezier(0, 0, .25, 1);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, .25, 1), opacity .1s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1);
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    transition-duration: 0s!important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    transition-duration: 0s!important;
    opacity: 1;
}
.lg-inline .lg-backdrop, .lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: '\e909'}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-sub-html {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media screen and (min-width:48rem) {
    hr {
        margin-top: calc(3.7037vw + .22222rem);
        margin-bottom: calc(3.7037vw + .22222rem);
    }
    .lg-sub-html {
        padding-top: calc(1.85185vw + .61111rem);
        padding-bottom: calc(1.85185vw + .61111rem);
    }
}@media screen and (min-width:75rem) {
    hr {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .lg-sub-html {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}.lg-sub-html a, .lg-sub-html h1, .lg-sub-html h2, .lg-sub-html h3, .lg-sub-html h4, .lg-sub-html h5, .lg-sub-html h6 {
     color: inherit;
 }
.lg-sub-html a:hover {
    text-decoration: underline;
    color: #fff;
}
@media (min-width:79.375rem) and (min-height:45rem) {
    .lg-video-cont {
        border-radius: .75rem;
        overflow: hidden;
    }
}.lg-counter, .lg-toolbar .lg-icon {
     color: #bcb8d0;
 }
.lg-counter:hover, .lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-next, .lg-prev {
    transition-duration: .3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(10, 7, 27, .8);
    color: #bcb8d0;
    border-radius: .375rem;
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    background-color: #fc097c;
    color: #fff;
}
.lg-outer .lg-thumb-item {
    border-radius: 0;
}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden] {
    opacity: 0;
}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top] {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom] {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left] {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right] {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
}
.tippy-box {
    position: relative;
    background-color: #fc097c;
    color: #fff;
    border-radius: .375rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    outline: 0;
    transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -.375rem;
    left: 0;
    border-width: .5rem .5rem 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^=bottom-start], .tippy-box[data-placement^=top-start] {
    margin-left: -.625rem;
}
.tippy-box[data-placement^=bottom-start]>.tippy-arrow, .tippy-box[data-placement^=top-start]>.tippy-arrow {
    -webkit-transform: initial!important;
    transform: initial!important;
    left: .625rem!important;
}
.tippy-box[data-placement^=bottom-end], .tippy-box[data-placement^=top-end] {
    margin-right: -.625rem;
}
.tippy-box[data-placement^=bottom-end]>.tippy-arrow, .tippy-box[data-placement^=top-end]>.tippy-arrow {
    -webkit-transform: initial!important;
    transform: initial!important;
    left: initial!important;
    right: .625rem!important;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -.375rem;
    left: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: initial;
    right: -.375rem;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -.375rem;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: initial;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
    width: 1rem;
    height: 1rem;
    color: #fc097c;
}
.tippy-arrow:before {
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    max-width: 100%;
    min-width: 3.75rem;
    position: relative;
    padding: .375rem 1rem;
    z-index: 1;
}
.tippy-box[data-theme=light] {
    background-color: #fff;
    color: #0a071b;
}
.tippy-box[data-theme=light] .tippy-arrow {
    color: #fff;
}
[data-tippy-root] {
    max-width: calc(100vw - 30px);
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.hamburger-button {
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #0a071b;
}
.hamburger-button__wrapper {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 13.75px;
    height: 12.2px;
}
.hamburger-button__wrapper:before {
    content: '';
    top: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.hamburger-button__wrapper:after {
    content: '';
    top: auto;
    bottom: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.hamburger-button__icon, .hamburger-button__wrapper:after, .hamburger-button__wrapper:before {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    height: .09375rem;
    width: 100%;
    background-color: currentColor;
}
.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__icon, .hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__wrapper:after, .hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__wrapper:before {
    width: 100%;
    background-color: currentColor;
}
.hamburger-button--left .hamburger-button__wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
}
.hamburger-button.has-toggle, .has-toggle>.hamburger-button {
    color: #0a071b;
}
.hamburger-button--close .hamburger-button__icon, .hamburger-button.has-toggle .hamburger-button__icon, .has-toggle>.hamburger-button .hamburger-button__icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.hamburger-button.has-toggle .hamburger-button__wrapper, .has-toggle>.hamburger-button .hamburger-button__wrapper {
    height: 13.75px;
}
.hamburger-button.has-toggle .hamburger-button__wrapper:before, .has-toggle>.hamburger-button .hamburger-button__wrapper:before {
    -webkit-transform: rotate(45deg) scale(1.303, 1);
    transform: rotate(45deg) scale(1.303, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.hamburger-button.has-toggle .hamburger-button__wrapper:after, .has-toggle>.hamburger-button .hamburger-button__wrapper:after {
    -webkit-transform: rotate(-45deg) scale(1.303, 1);
    transform: rotate(-45deg) scale(1.303, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.hamburger-button--modern .hamburger-button__icon {
    transition: transform .1806s cubic-bezier(.04, .04, .12, .96), -webkit-transform .1806s cubic-bezier(.04, .04, .12, .96);
    width: 100%;
    height: 100%;
    background-color: transparent!important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.hamburger-button--modern .hamburger-button__icon::before {
    transition: transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s, -webkit-transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s;
    content: '';
    width: 1.0625rem;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: .4375rem;
    border-radius: .5px;
}
.hamburger-button--modern .hamburger-button__icon--top {
    z-index: 4;
}
.hamburger-button--modern .hamburger-button__icon--top::before {
    top: .875rem;
    -webkit-transform: translateY(-3px) scaleX(.88235);
    transform: translateY(-3px) scaleX(.88235);
}
.hamburger-button--modern .hamburger-button__icon--bottom::before {
    bottom: .875rem;
    -webkit-transform: translateY(3px) scaleX(.88235);
    transform: translateY(3px) scaleX(.88235);
}
.hamburger-button--modern.has-toggle .hamburger-button__icon, .has-toggle>.hamburger-button--modern .hamburger-button__icon {
    opacity: 1;
    visibility: visible;
}
.hamburger-button--modern.has-toggle .hamburger-button__icon--bottom, .hamburger-button--modern.has-toggle .hamburger-button__icon--top, .has-toggle>.hamburger-button--modern .hamburger-button__icon--bottom, .has-toggle>.hamburger-button--modern .hamburger-button__icon--top {
    transition: transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s, -webkit-transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
}
.hamburger-button--modern.has-toggle .hamburger-button__icon--top, .has-toggle>.hamburger-button--modern .hamburger-button__icon--top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger-button--modern.has-toggle .hamburger-button__icon--bottom, .has-toggle>.hamburger-button--modern .hamburger-button__icon--bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger-button--modern.has-toggle .hamburger-button__icon--bottom::before, .hamburger-button--modern.has-toggle .hamburger-button__icon--top::before, .has-toggle>.hamburger-button--modern .hamburger-button__icon--bottom::before, .has-toggle>.hamburger-button--modern .hamburger-button__icon--top::before {
    transition: transform .1806s cubic-bezier(.04, .04, .12, .96), -webkit-transform .1806s cubic-bezier(.04, .04, .12, .96);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.text-style {
    display: block;
    margin: 0;
}
.text-style--jumbo {
    font-size: 1.625rem;
    color: #0a071b;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.14;
}
@media screen and (min-width:48rem) {
    .text-style--jumbo {
        font-size: calc(8.7963vw - 2.59722rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--jumbo {
        font-size: 4rem;
    }
}@media (max-width:767px) {
    .text-style--jumbo {
        letter-spacing: -.03em;
        line-height: 1.43;
    }
}.text-style--h1 {
     font-size: 1.75rem;
     color: #0a071b;
     line-height: 1.2;
     font-weight: 700;
     letter-spacing: -.03em;
 }
@media screen and (min-width:48rem) {
    .text-style--h1 {
        font-size: calc(4.62963vw - .47222rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--h1 {
        font-size: 3rem;
    }
}.text-style--h2 {
     font-size: 1.5rem;
     color: #0a071b;
     line-height: 1.2;
     font-weight: 700;
     letter-spacing: -.03em;
 }
@media screen and (min-width:48rem) {
    .text-style--h2 {
        font-size: calc(3.7037vw - .27778rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--h2 {
        font-size: 2.5rem;
    }
}.text-style--h4 {
     font-size: 1.125rem;
     color: #0a071b;
     line-height: 1.2;
     font-weight: 700;
     letter-spacing: -.03em;
 }
@media screen and (min-width:48rem) {
    .text-style--h4 {
        font-size: calc(1.38889vw + .45833rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--h4 {
        font-size: 1.5rem;
    }
}@media (max-width:767px) {
    .text-style--h4--fix {
        font-size: 1.5rem;
    }
}.text-style--sub-heading {
     font-size: .875rem;
     line-height: 1.5rem;
     letter-spacing: .05em;
     text-transform: uppercase;
     font-weight: 600;
 }
.text-style--sub-heading--small {
    font-size: .8125rem;
}
.text-style--sub-heading--large {
    font-size: 1rem;
    font-weight: 700;
}
@media screen and (min-width:48rem) {
    .text-style--sub-heading--large {
        font-size: calc(.46296vw + .77778rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--sub-heading--large {
        font-size: 1.125rem;
    }
}.text-style--normal {
     font-size: .875rem;
     font-weight: 400;
 }
@media screen and (min-width:48rem) {
    .text-style--normal {
        font-size: calc(.46296vw + .65278rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--normal {
        font-size: 1rem;
    }
}.text-style--small {
     font-size: .875rem;
 }
@media (min-width:48rem) {
    .text-style--sub-heading--large {
        letter-spacing: .16rem;
    }
    .text-style--small {
        line-height: 1.5rem;
    }
    .text-style--xsmall {
        line-height: 1rem;
    }
}.text-style--xsmall {
     font-size: .75rem;
     letter-spacing: -.01em;
 }
.text-style--large {
    font-size: .875rem;
}
@media screen and (min-width:48rem) {
    .text-style--large {
        font-size: calc(.92593vw + .43056rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--large {
        font-size: 1.125rem;
    }
}@media (min-width:48rem) {
    .text-style--large {
        line-height: 1.78;
        letter-spacing: -.02em;
    }
}.text-style--xlarge {
     font-size: 1rem;
 }
@media screen and (min-width:48rem) {
    .text-style--xlarge {
        font-size: calc(.92593vw + .55556rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--xlarge {
        font-size: 1.25rem;
    }
}@media (min-width:62rem) {
    .text-style--xlarge {
        line-height: 2rem;
    }
    .list--dotted.list--special .list__item+.list__item {
        margin-top: 1.5rem;
    }
}.text-style--card-title {
     font-size: 1.125rem;
     font-weight: 600;
     line-height: 1.5rem;
     letter-spacing: -.02em;
 }
@media screen and (min-width:48rem) {
    .text-style--card-title {
        font-size: calc(.46296vw + .90278rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--card-title {
        font-size: 1.25rem;
    }
}.text-style--card-title--small {
     font-size: 1.125rem;
     font-weight: 600;
 }
.text-style--special {
    font-size: 1rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #0a071b;
}
@media screen and (min-width:48rem) {
    .text-style--special {
        font-size: calc(.46296vw + .77778rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--special {
        font-size: 1.125rem;
    }
}.text-style--special-m {
     font-size: 1.125rem;
     font-weight: 700;
     letter-spacing: -.02em;
     line-height: 1.33;
 }
@media screen and (min-width:48rem) {
    .text-style--special-m {
        font-size: calc(1.38889vw + .45833rem);
    }
}@media screen and (min-width:75rem) {
    .text-style--special-m {
        font-size: 1.5rem;
    }
}@media (max-width:767px) {
    .text-style--section {
        font-size: 1.5rem;
        line-height: 1.33;
    }
}.text-style--default {
     font-weight: 400;
 }
.text-style--medium {
    font-weight: 500;
}
.text-style--semi {
    font-weight: 600;
}
.text-style--center {
    text-align: center;
}
.text-style--lh-m {
    line-height: 1.5rem;
}
.image-ratio {
    position: relative;
    display: block;
}
.image-ratio:not(.image-ratio--visible) {
    overflow: hidden;
}
.image-ratio:not(.image-ratio--transparent) {
    background-color: #f5f4fb;
}
.image-ratio__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.image-ratio__item:focus {
    outline: 0;
}
.image-ratio__item.is-loading, .image-ratio__item.is-preloading, .image-ratio__item.swiper-lazy, .image-ratio__item.wistia_embed {
    opacity: 0;
}
.image-ratio__item.is-loaded {
    opacity: 1;
    transition-duration: .4s;
    transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
}
.image-ratio--1by1 .image-ratio__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-ratio--1by1::before {
    padding-bottom: calc((1 / 1) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--1by1--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1 / 1) * 100%)!important;
    }
}.image-ratio--2by1 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--2by1::before {
    padding-bottom: calc((1 / 2) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--2by1--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1 / 2) * 100%)!important;
    }
}.image-ratio--3by1 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by1::before {
    padding-bottom: calc((1 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by1--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1 / 3) * 100%)!important;
    }
}.image-ratio--3by2 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by2::before {
    padding-bottom: calc((2 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by2--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((2 / 3) * 100%)!important;
    }
}.image-ratio--3by25 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by25::before {
    padding-bottom: calc((2.5 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by25--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((2.5 / 3) * 100%)!important;
    }
}.image-ratio--4by3 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--4by3::before {
    padding-bottom: calc((3 / 4) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--4by3--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((3 / 4) * 100%)!important;
    }
}.image-ratio--4by5 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--4by5::before {
    padding-bottom: calc((5 / 4) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--4by5--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((5 / 4) * 100%)!important;
    }
}.image-ratio--4by7 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--4by7::before {
    padding-bottom: calc((7 / 4) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--4by7--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((7 / 4) * 100%)!important;
    }
}.image-ratio--16by9 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--16by9::before {
    padding-bottom: calc((9 / 16) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--16by9--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((9 / 16) * 100%)!important;
    }
}.image-ratio--3by15 .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--3by15::before {
    padding-bottom: calc((1.5 / 3) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--3by15--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((1.5 / 3) * 100%)!important;
    }
}.image-ratio--section .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--section::before {
    padding-bottom: calc((296 / 370) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--section--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((296 / 370) * 100%)!important;
    }
}.image-ratio--stats .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--stats::before {
    padding-bottom: calc((718 / 951) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--stats--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((718 / 951) * 100%)!important;
    }
}.image-ratio--circle-shape .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--circle-shape::before {
    padding-bottom: calc((290 / 736) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--circle-shape--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((290 / 736) * 100%)!important;
    }
}.image-ratio--team .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--team::before {
    padding-bottom: calc((690 / 536) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--team--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((690 / 536) * 100%)!important;
    }
}.image-ratio--director .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--director::before {
    padding-bottom: calc((580 / 392) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--director--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((580 / 392) * 100%)!important;
    }
}.image-ratio--wistia .image-ratio__item {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.image-ratio--wistia::before {
    padding-bottom: calc((556 / 1060) * 100%);
    display: block;
    content: ''}
@media (max-width:767px) {
    .image-ratio--wistia--mobile:before {
        content: ''!important;
        display: block;
        padding-bottom: calc((556 / 1060) * 100%)!important;
    }
}.image-ratio--contain .image-ratio__item {
     -o-object-fit: contain;
     object-fit: contain;
 }
.image-ratio--cover {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.image-ratio--cover .image-ratio__item {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
@media (min-width:36rem) {
    .image-ratio--fill {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 11.25rem;
    }
    .image-ratio--fill::before {
        content: none;
    }
}@media (max-width:991px) {
    .image-ratio--fill {
        min-height: 0;
    }
}.image-ratio--fill .image-ratio__item {
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: 50%;
     object-position: 50%;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%}
.image-ratio--blurly .image-ratio__item.is-loading, .image-ratio--blurly .image-ratio__item.is-preloading, .image-ratio--blurly .image-ratio__item.swiper-lazy {
    opacity: 0;
    -webkit-filter: blur(60px);
    filter: blur(60px);
}
.image-ratio--blurly .image-ratio__item.is-loaded, .image-ratio--blurly .image-ratio__item.loaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition-duration: .5s;
    transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
}
