.container {
    max-width: 124rem;
    margin: 0 auto;
    padding-right: 2rem;
    padding-left: 2rem
}
p sup {
    line-height: 0;
    font-size: small;
}

.two-columns-text__white {
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media (min-width:1025px) {
    .two-columns-text__white {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

.two-columns-text__grey {
    padding-top: 0;
    padding-bottom: 7rem;
    background: var(--alabaster)
}

@media (min-width:1025px) {
    .two-columns-text__grey {
        padding-top: 7rem
    }
}

.two-columns-text h2 {
    margin-bottom: 2.7rem;
    font-size: 1.6rem;
    font-weight: var(--font-bold);
    text-transform: uppercase
}

@media (min-width:1025px) {
    .two-columns-text h2 {
        font-size: 2.6rem;
        margin-bottom: 4rem
    }
}

.two-columns-text__columns {
    display: flex;
    flex-direction: column
}

@media (min-width:1025px) {
    .two-columns-text__columns {
        flex-direction: row
    }
}

.two-columns-text__column {
    line-height: 2rem;
    letter-spacing: .1em;
    font-size: 1.4rem
}

.two-columns-text__column--image {
    flex-shrink: 0
}

    .two-columns-text__column--image img {
        width: 100%;
        height: 100%;
        max-height: 42rem
    }

@media (min-width:1025px) {
    .two-columns-text__column--image img {
        width: 100%;
        max-width: 63rem;
        max-height: none
    }
}

.two-columns-text__column--image + .two-columns-text__column--text {
    margin-top: 3rem
}

@media (min-width:765px) {
    .two-columns-text__column--image + .two-columns-text__column--text {
        margin-top: 5rem
    }
}

@media (min-width:1025px) {
    .two-columns-text__column--image + .two-columns-text__column--text {
        margin-top: 0
    }
}

.two-columns-text__column--text + .two-columns-text__column--image {
    margin-top: 2.7rem
}

@media (min-width:1025px) {
    .two-columns-text__column--text + .two-columns-text__column--image {
        margin-top: 0
    }
}

.two-columns-text__column--text + .two-columns-text__column--cities {
    margin-top: 4rem
}

@media (min-width:1025px) {
    .two-columns-text__column--text + .two-columns-text__column--cities {
        margin-top: 0
    }
}

@media (min-width:1025px) {
    .two-columns-text__column {
        font-size: 1.8rem
    }
}

@media (min-width:1025px) and (max-width:1240px) {
    .two-columns-text__column {
        flex-basis: calc(50% - 2rem)
    }

        .two-columns-text__column:first-child {
            margin-right: 2rem
        }

        .two-columns-text__column:last-child {
            margin-left: 2rem
        }
}

@media (min-width:1240px) {
    .two-columns-text__column {
        flex-basis: calc(50% - 6.4rem);
        line-height: 2.4rem
    }

        .two-columns-text__column:first-child {
            margin-right: 6.4rem
        }

        .two-columns-text__column:last-child {
            margin-left: 6.4rem
        }
}

.two-columns-text__pre-text {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: var(--font-bold);
    margin-bottom: 3rem
}

@media (min-width:1025px) {
    .two-columns-text__pre-text {
        font-size: 2.6rem
    }
}

.two-columns-text__pre-text--red {
    color: var(--alizarin)
}

.two-columns-text__pre-text--blue {
    color: var(--sapphire)
}

.two-columns-text__pre-text-icon {
    width: 6rem;
    height: 5rem;
    margin-bottom: 1rem;
    -o-object-fit: contain;
    object-fit: contain
}

.highlights-cards {
    padding-top: 3.5rem;
    padding-bottom: 5rem
}

@media (min-width:1025px) {
    .highlights-cards {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

.highlights-cards__wrapper {
    background: var(--alabaster)
}

.highlights-cards__heading {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: var(--font-bold);
    text-transform: uppercase
}

@media (min-width:1025px) {
    .highlights-cards__heading {
        font-size: 2.6rem;
        margin-bottom: 5rem
    }
}

.highlights-cards__cards {
    --elements-per-row: 1;
    display: grid;
    grid-template-columns: repeat(var(--elements-per-row),1fr);
    grid-column-gap: 2.3rem;
    grid-row-gap: 1rem;
    list-style: none
}

@media (min-width:765px) {
    .highlights-cards__cards {
        --elements-per-row: 2;
        grid-row-gap: 2rem
    }
}

@media (min-width:1025px) {
    .highlights-cards__cards {
        grid-column-gap: 2.6rem
    }
}

.highlights-cards__card {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: .1em;
    box-shadow: 3px 3px 12px rgba(0,0,0,.15);
    border-radius: 1rem;
    background: var(--white)
}
.highlights-cards__card:hover{
    box-shadow: 3px 3px 12px rgba(0,0,0,.50);
}
    .highlights-cards__card:hover img {
        transform: scale(1.1);
        transition-duration: .3s;
    }
@media (min-width:1025px) {
    .highlights-cards__card {
        padding: 3.5rem 4.5rem;
        font-size: 2.1rem;
        line-height: 2.4rem
    }
}

.highlights-cards__card__text {
    max-width: 24rem;
    margin-right: .9rem
}

    .highlights-cards__card__text p a {
        text-decoration: none;
        color: #000
    }

    .highlights-cards__card__text sub, .highlights-cards__card__text sup {
        vertical-align: baseline;
        top: -3px;
        position: relative;
        line-height: 0
    }

.highlights-cards__card__icon {
    max-width: 20rem;
    align-self: flex-end
}

    .highlights-cards__card__icon svg {
        width: 100%
    }

.cta-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 5rem 0
}

@media (min-width:765px) {
    .cta-banner {
        padding: 15rem 0
    }
}

.cta-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg,rgba(0,0,0,.4) 35.94%,transparent)
}

.cta-banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    max-width: 1140px;
    margin: 0 auto;
}

    .cta-banner__content h3 {
        color: var(--white);
        font-weight: var(--font-bold);
        text-transform: uppercase;
        font-size: 1.6rem;
        letter-spacing: .07em;
        text-align:center;
    }

@media (min-width:1025px) {
    .cta-banner__content h3 {
        font-size: 2.6rem
    }
}

.cta-banner__content p {
    max-width: 97rem;
    padding: 0 1rem;
    margin: 3rem auto 0;
    line-height: 2.8rem;
    letter-spacing: .1em;
    font-size: 1.6rem;
    font-weight: var(--font-bold);
    text-align: center
}

@media (min-width:375px) {
    .cta-banner__content p {
        padding: 0 2rem
    }
}

@media (min-width:1025px) {
    .cta-banner__content p {
        font-size: 2rem
    }
}

.cta-banner__content a, .cta-banner__cta {
    color: var(--white)
}

.cta-banner__cta {
    margin-top: 3rem;
    padding: 2rem 9rem;
    border-radius: 5rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: var(--font-bold);
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background-color: var(--alizarin)
}

    .cta-banner__cta:hover:before {
        transform: translateX(-40%)
    }

@media (min-width:1025px) {
    .cta-banner__cta {
        margin-top: 5rem
    }
}

.cta-banner__cta > span {
    position: relative;
    z-index: 1
}

.cta-banner__cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#f3755b -15.43%,#e02826 59.44%);
    transition: transform .3s cubic-bezier(.23,1,.32,1);
    border-radius: 5rem
}

.organizations-cards {
    margin-top: 5rem;
    margin-bottom: 6rem
}

@media (min-width:765px) {
    .organizations-cards {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

@media (min-width:1025px) {
    .organizations-cards {
        margin-top: 8rem;
        margin-bottom: 6rem
    }
}

.organizations-cards__heading h3 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: var(--font-bold);
    letter-spacing: .07em;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:1025px) {
    .organizations-cards__heading h3 {
        font-size: 2.6rem;
        margin-bottom: 4rem
    }
}

.organizations-cards__heading__description {
    max-width: 85rem;
    margin: 0 auto;
    text-align: center;
    line-height: 2.4rem;
    letter-spacing: .1em;
    font-size: 1.4rem
}

@media (min-width:1025px) {
    .organizations-cards__heading__description {
        font-size: 1.8rem
    }
}

.organizations-cards__heading__description a {
    color: var(--black);
    text-decoration: none
}

    .organizations-cards__heading__description a sup {
        line-height: 0;
        position: relative;
        vertical-align: baseline;
        top: -3px
    }

.organizations-cards__cards {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 2rem;
    margin-top: 4rem
}

@media (min-width:1025px) {
    .organizations-cards__cards {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 2rem;
        margin-top: 7rem
    }
}

.organizations-cards__card {
    width: 100%;
    padding: 2.5rem 3rem 3rem;
    background: var(--white);
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .1em;
    box-shadow: 3px 3px 12px rgba(0,0,0,.15);
    border-radius: 1rem;
    text-align: center
}

@media (min-width:765px) {
    .organizations-cards__card {
        padding: 3rem 7rem 4rem
    }
}

@media (min-width:1025px) {
    .organizations-cards__card {
        font-size: 1.6rem
    }
}

.organizations-cards__card img {
    width: 100%;
    max-width: 20rem;
    max-height: 8rem;
    margin-bottom: 1rem
}

@media (min-width:1025px) {
    .organizations-cards__card img {
        margin-bottom: 5rem
    }
}
/*
.footer {
    color: var(--white);
    padding-top: 3rem;
    padding-bottom: 3rem;
    //margin-top: 5rem;
    background: var(--black)
}

@media (min-width:765px) {
    .footer {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer {
        padding-top: 4rem;
        padding-bottom: 3rem
    }
}

.footer__main-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__main-row {
        flex-direction: row
    }
}

.footer__items {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__items {
        flex-direction: row
    }
}

.footer__ellipse {
    display: none
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__ellipse {
        display: block
    }
}

.footer__item {
    margin-top: 4rem;
    margin-right: 0
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__item {
        margin-top: 0;
        margin-right: 4rem
    }
}

.footer__item a {
    font-size: 1.4rem;
    font-weight: var(--font-regular);
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white)
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__item a {
        font-size: 1.3rem
    }
}

.footer__item:last-child {
    margin-right: 0
}

.footer__partners {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__partners {
        flex-direction: row
    }
}

.footer__partners li img, .footer__partners li svg {
    width: 100%;
    max-width: 11rem
}

@media (min-width:765px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__partners li img, body:not(.use-mobile-header-footer-on-desktop) .footer__partners li svg {
        max-width: 15rem
    }
}

.footer__partners li img path, .footer__partners li img polygon, .footer__partners li img rect, .footer__partners li svg path, .footer__partners li svg polygon, .footer__partners li svg rect {
    fill: var(--white) !important
}

.footer__partners li:last-child {
    margin-top: 3rem
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__partners li:last-child {
        margin-top: 0;
        margin-left: 4rem
    }
}

.footer__legal {
    margin-top: 3rem
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__legal {
        margin-top: 2rem
    }
}

.footer__legal p {
    font-size: 1rem;
    text-align: right;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: var(--font-regular);
    text-align: center
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__legal p {
        text-align: right
    }
}

.footer__legal.ru p:last-child {
    display: none
}

@media (min-width:1025px) {
    body:not(.use-mobile-header-footer-on-desktop) .footer__legal p:last-child {
        display: block
    }
}

.footer__legal p + p {
    margin-top: .8rem
}

.footer__legal p.sponsored {
    margin-top: 0rem;
    text-transform: inherit;
    padding-bottom: .8rem;
}
    */
body.privacy-policy main {
    padding: 0 2rem 3rem
}

@media (min-width:1025px) {
    body.privacy-policy main {
        padding: 5rem 2rem 7rem
    }
}

body.privacy-policy .footer {
    margin-top: 0
}

body.privacy-policy h2 {
    margin: 3rem 0
}

.navigation-arrow {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    display: none
}

@media (min-width:1240px) {
    .navigation-arrow {
        right: calc((100vw - 120rem)/2)
    }
}

@media (min-width:765px) {
    .navigation-arrow {
        display: flex
    }
}

.navigation-arrow__arrow {
    width: 4.2rem;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .65;
    transition: opacity .3s;
    background: var(--white);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    cursor: pointer
}

    .navigation-arrow__arrow:hover {
        opacity: 1
    }

.navigation-arrow__arrow--prev {
    margin-right: .2rem
}

    .navigation-arrow__arrow--prev svg {
        transform: rotate(270deg)
    }

.navigation-arrow__arrow--next svg {
    transform: rotate(90deg)
}
/*
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width:765px) {
    .header {
        padding-top: 2rem;
        padding-bottom: 1.5rem
    }
}

.header .lang-switch {
    color: var(--black);
    text-decoration: none
}

.header__language-picker {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__language-picker__wrapper {
    display: none;
    border-bottom: 5px solid #e02826
}

@media (min-width:765px) {
    .header__language-picker__wrapper {
        display: block
    }
}

.header__language-picker li {
    margin: 1.2rem 0
}

    .header__language-picker li.current a {
        font-weight: 700
    }

    .header__language-picker li a {
        font-size: 1.2rem;
        color: var(--black);
        text-decoration: none
    }

    .header__language-picker li + li {
        margin-left: 1.2rem
    }

.header__hamburger-and-pickle {
    display: flex
}

    .header__hamburger-and-pickle .lang-switch {
        font-size: 1.2rem;
        font-weight: 700;
        margin-right: 3.5rem;
        text-decoration: underline
    }

@media (min-width:765px) {
    .header__hamburger-and-pickle .lang-switch {
        display: none
    }
}

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.header__logo img {
    max-width: 9rem;
    height: 6rem
}

@media (min-width:765px) {
    .header__logo img {
        max-width: 15rem;
        height: 8.5rem
    }
}

.header__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--white);
    color: var(--black);
    box-shadow: 3px 3px 4px rgba(0,0,0,.15)
}

@media screen and (min-width:600px) {
    body.admin-bar .header__wrapper {
        top: 4.5rem
    }
}

@media (min-width:765px) {
    body.admin-bar .header__wrapper {
        top: 3.2rem
    }
}

.header.open .header__menu {
    transform: translateX(0)
}

.header.open .header__hamburger span:first-child {
    transform: rotate(-45deg) translate(-4px,6px)
}

.header.open .header__hamburger span:nth-child(2) {
    opacity: 0
}

.header.open .header__hamburger span:last-child {
    transform: rotate(45deg) translate(-7px,-8px)
}

.header__hamburger {
    display: block;
    cursor: pointer
}

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__hamburger {
        display: none
    }
}

.header__hamburger span {
    width: 2rem;
    height: .2rem;
    display: block;
    background: var(--black);
    transition: opacity .3s,transform .3s
}

    .header__hamburger span:first-child {
        margin-bottom: .7rem
    }

    .header__hamburger span:last-child {
        margin-top: .7rem
    }

.header__menu {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 8.5rem;
    left: 0;
    padding: 0rem 3rem;
    background: #fff;
    transform: translateX(100%);
    transition: transform .5s cubic-bezier(.165,.84,.44,1)
}

body.admin-bar .header__menu {
    top: 13rem
}

@media screen and (min-width:765px) {
    .header__menu {
        top: 10.8rem
    }

    body.admin-bar .header__menu {
        top: 14rem
    }
}
@media screen and (min-width:765px) {
    .header__menu {
        padding: 5rem 5rem 3rem
    }
}


/*
@media screen and (min-height:732px) {
    .header__menu {
        padding: 5rem 5rem 3rem
    }
}
    

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__menu {
        width: auto;
        height: auto;
        position: static;
        padding: 0;
        transform: none;
        background: transparent;
        transition: none;
        margin-bottom: .7rem
    }
}
 

.header__mobile-organizations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem
}

    .header__mobile-organizations img, .header__mobile-organizations svg {
        width: 100%;
        max-width: 12rem
    }

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__mobile-organizations {
        display: none
    }
}
    
.header__menu-item {
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: var(--font-semi-bold);
    color: var(--black);
    text-align: center;
    letter-spacing: .07em;
    text-transform: capitalize
}

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__menu-item {
        display: inline-block;
        font-size: 1.4rem;
        text-align: left;
        text-transform: uppercase
    }
}

.header__menu-item + .header__menu-item {
    margin-top: 2rem
}

@media screen and (min-height:732px) {
    .header__menu-item + .header__menu-item {
        margin-top: 4rem
    }
}

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__menu-item + .header__menu-item {
        margin-top: 0;
        margin-left: 3rem
    }
}

.header__menu-item a {
    font-size: 1.4rem;
    color: currentColor;
    text-decoration: none
}

.header__menu-item:after {
    content: "";
    width: 3rem;
    height: .3rem;
    display: block;
    transition: opacity .3s;
    background: var(--alizarin);
    margin: 2rem auto
}
    

@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__menu-item:after {
        height: .5rem;
        position: absolute;
        bottom: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        opacity: 0
    }
}
   

.header__menu-item.active:after, .header__menu-item:hover:after {
    opacity: 1 !important
} 

.header__organizations {
    display: none
}
    /*
@media (min-width:1200px) {
    body:not(.use-mobile-header-footer-on-desktop) .header__organizations {
        display: flex;
        align-items: center
    }
}
    

.header__organizations li img, .header__organizations li svg {
    width: 100%;
    max-width: 12rem
}
    

.header__organizations li:first-child {
    margin-right: 2rem
}*/
    

.cities__selector {
    display: flex;
    position: relative;
    margin-bottom: 2.7rem
}

    .cities__selector:after {
        content: "";
        width: 5.8rem;
        height: 5.8rem;
        display: inline-block;
        background: var(--silver);
        pointer-events: none;
        transform: translateX(-5.8rem);
        background-image: url(/wp-content/themes/radian/dist/d81b8f6b111e4f9b2536b40e5a0f2c70.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 1.1rem 1.1rem
    }

.cities select {
    padding: 1.7rem 8.5rem 1.7rem 2.7rem;
    font-size: 2rem;
    font-weight: var(--font-bold);
    letter-spacing: .07em;
    border-radius: 0;
    border: 0;
    background: var(--alabaster);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

    .cities select, .cities select option {
        font-family: var(--font)
    }

.cities__city-name {
    font-size: 1.6rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: var(--font-bold);
    margin-bottom: 2.5rem
}

@media (min-width:1025px) {
    .cities__city-name {
        font-size: 2.6rem;
        margin-top: 6.6rem
    }
}

.cities__content {
    position: relative
}

    .cities__content .fullwidth-gallery {
        transform: translateX(-2rem);
        width: calc(100% + 4rem)
    }

@media (min-width:765px) {
    .cities__content .fullwidth-gallery {
        transform: none;
        width: 100%
    }
}

.cities__content .fullwidth-gallery .fullwidth-gallery__slide {
    padding-bottom: 64%
}

@media (min-width:1025px) {
    .cities__content .fullwidth-gallery .fullwidth-gallery__slide {
        padding-bottom: 58%
    }
}

.cities__city {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .3s
}

    .cities__city.hidden {
        visibility: hidden
    }

    .cities__city.active {
        visibility: visible;
        opacity: 1
    }

.cities__city__highlights {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    max-width: 100%;
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.7em;

    
}
@media (min-width: 1025px) {
    .cities__city__highlights {
        max-width: 40rem;
    }
}

@media (min-width: 765px) {
    .cities__city__highlights {
        max-width: 100%;
    }
}

    .cities__city__highlights li a {
        color: #000;
        text-decoration: none
    }

        .cities__city__highlights li a sup {
            line-height: 0;
            position: relative;
            vertical-align: baseline;
            top: -3px
        }

    .cities__city__highlights li:before {
        content: "•";
        position: absolute;
        left: 0
    }

@media (min-width:1025px) {
    .cities__city__highlights {
        max-width: none;
        font-size: 1.8rem
    }
}

.fullwidth-gallery {
    overflow: hidden;
    position: relative
}

.fullwidth-gallery__gallery {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 0;
    transition: transform .5s cubic-bezier(.165,.84,.44,1)
}

.fullwidth-gallery__slide {
    width: 100%;
    display: block;
    flex: 1 0 100%;
    padding-bottom: 61%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width:765px) {
    .fullwidth-gallery__slide {
        padding-bottom: 57%
    }
}

@media (min-width:1025px) {
    .fullwidth-gallery__slide {
        padding-bottom: 45%
    }

    .fullwidth-gallery--fullheight .fullwidth-gallery__slide {
        padding-bottom: calc(100vh - 15rem)
    }

    body.admin-bar .fullwidth-gallery--fullheight .fullwidth-gallery__slide {
        padding-bottom: calc(100vh - 18.2rem)
    }
}

.fullwidth-gallery__dots {
    position: absolute;
    bottom: 1.7rem;
    left: 50%;
    display: flex;
    transform: translateX(-50%)
}

.fullwidth-gallery__dot {
    width: .9rem;
    height: .9rem;
    margin: .6rem;
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    border: 1px solid var(--white);
    border-radius: 100%;
    cursor: pointer
}

@media (min-width:1025px) {
    .fullwidth-gallery__dot {
        width: 1.4rem;
        height: 1.4rem
    }
}

.fullwidth-gallery__dot.active {
    background: var(--white)
}

.fullwidth-gallery:not(.fullwidth-gallery--fullheight) .navigation-arrow {
    right: 2rem
}

.references.open svg {
    transform: rotate(0)
}

.references__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 4rem;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    background-color: var(--alabaster);
    cursor: pointer
}

.references svg {
    transform: rotate(180deg);
    transition: transform .3s
}

.references__list {
    padding: 0 1.5rem;
    margin-top: 3rem
}

.references__reference {
    display: flex;
    margin-bottom: .5rem;
}

    .references__reference a {
        word-break: break-all;
    }

    .references__reference sup {
        margin-right: .5rem
    }

    .references__reference p, .references__reference sup {
        display: inline-block
    }

.hero-slider {
    width: 100%;
    position: relative;
    overflow: hidden
}

/*
@media (min-width:765px) {
    .hero-slider {
        margin-bottom: 7rem
    }
}

@media (min-width:1025px) {
    .hero-slider {
        margin-bottom: 5rem
    }
}
    */

.hero-slider__play {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    transition: transform .3s;
    border: 2px solid var(--white);
    border-radius: 100%;
    cursor: pointer
}

    .hero-slider__play:hover {
        transform: translate(-50%,-50%) scale(1.1)
    }

@media (min-width:765px) {
    .hero-slider__play {
        width: 6rem;
        height: 6rem
    }
}

@media (min-width:1025px) {
    .hero-slider__play {
        width: 11rem;
        height: 11rem
    }
}

.hero-slider__play:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(/media/zwzbkt5d/play-video.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width:1025px) {
    .hero-slider__play:after {
        width: 2rem;
        height: 2rem
    }
}

.hero-slider__side {
    width: 100%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

    .hero-slider__side .video-js, .hero-slider__side iframe {
        background: var(--black)
    }

    .hero-slider__side.never-played .video-js, .hero-slider__side.never-played iframe, .hero-slider__side.playing .hero-slider__play {
        opacity: 0;
        pointer-events: none
    }

.hero-slider__slides {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    transition: transform .5s cubic-bezier(.165,.84,.44,1)
}

.hero-slider__slide {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 60%;
    /*padding-bottom: 167%;*/
}
/*
@media (min-width:397px) {
    .hero-slider__slide {
        padding-bottom: 100%
    }
}

@media (min-width:665px) {
    .hero-slider__slide {
        padding-bottom: 80%
    }
}

@media (min-width:765px) {
    .hero-slider__slide {
        padding-bottom: 49%
    }
}


@media (min-width:1025px) {
    .hero-slider__slide {
        padding-bottom: calc(100vh - 15rem)
    }

    body.admin-bar .hero-slider__slide {
        padding-bottom: calc(100vh - 18.2rem)
    }
}
    */
@media (min-width:1025px) {
    body.admin-bar .hero-slider__slide {
        padding-bottom: calc(100vh - 18.2rem)
    }
}

.hero-slider__slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap
}

@media (min-width:765px) {
    .hero-slider__slide__content {
        flex-wrap: nowrap
    }
}

.hero-slider__slide .video-js, .hero-slider__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-slider__slide--split .hero-slider__side {
    flex: 1 0 100%;
    height: 100%
}

@media (min-width:765px) {
    .hero-slider__slide--split .hero-slider__side {
        flex: 1 0 50%;
        height: 100%
    }
}

.hero-slider__slide--fullwidth > div {
    flex: 1 0 100%;
    height: 100%
}

.hero-slider__dots {
    position: absolute;
    bottom: 1.7rem;
    left: 50%;
    display: flex;
    transform: translateX(-50%)
}

.hero-slider__dot {
    width: .9rem;
    height: .9rem;
    margin: .6rem;
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    border: 1px solid var(--white);
    border-radius: 100%;
    cursor: pointer
}

@media (min-width:1025px) {
    .hero-slider__dot {
        width: 1.4rem;
        height: 1.4rem
    }
}

.hero-slider__dot.active {
    background: var(--white)
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

    .video-overlay.active {
        opacity: 1;
        pointer-events: auto
    }

.video-overlay__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.video-overlay__container {
    width: 100%;
    padding: 0 2rem
}

@media (min-width:765px) {
    .video-overlay__container {
        max-width: 80vw
    }
}

@media (min-width:1025px) {
    .video-overlay__container {
        max-width: 60vw
    }
}

.video-overlay__iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.video-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, body, html {
    box-sizing: border-box
}

body, html {
    padding: 0;
    margin: 0
}

html {
    font-size: 10px
}

body {
    font-size: 1.6rem
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button, input {
    border: none;
    outline: none;
    background: none
}

button {
    color: inherit;
    font-size: inherit;
    cursor: pointer
}

figure {
    display: block;
    margin: 0
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#onetrust-policy a {
    outline: none !important
}

:root {
    --black: #000;
    --white: #fff;
    --alizarin: #e02826;
    --alabaster: #f9f9f9;
    --sapphire: #2f4693;
    --silver: #c6c6c6;
    --font: "proxima-nova",sans-serif;
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700
}

body.no-scroll {
    overflow: hidden
}

.no-transition {
    transition: none !important
}

body {
    font-family: var(--font);
    font-weight: 300
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: var(--font-light);
    color: var(--alizarin)
}

strong {
    font-weight: var(--font-semi-bold)
}

p {
    margin: 0
}

    p + p {
        margin-top: 1.7rem
    }

h2 {
    font-size: 2.6rem
}

@media (min-width:1025px) {
    h2 {
        font-size: 4.8rem
    }
}

h3 {
    font-size: 2rem
}

@media (min-width:1025px) {
    h3 {
        font-size: 3rem
    }
}

body.wp-admin h1, body.wp-admin h2, body.wp-admin h3, body.wp-admin h4, body.wp-admin h5, body.wp-admin h6 {
    color: var(--black);
    font-size: 2rem
}

/*# sourceMappingURL=main.07b0505e34ecf78d5a6b.css.map*/
