.quick-search {
    width: 22.3rem;
    height: 3rem;
    position: absolute;
    left: 3rem;
    top: 2.3rem;
    z-index: 333
}

@media(max-width: 767px) {
    .quick-search {
        position:relative;
        width: calc(100% - 8rem);
        margin-left: 4rem;
        margin-bottom: 2.5rem;
        left: auto;
        top: auto
    }
}

.quick-search__wrapper {
    position: relative
}

.quick-search__form {
    width: 100%;
    position: relative;
    padding-left: 3.5rem;
    z-index: 2
}

.quick-search__form .g-search {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    font-size: 2.2rem;
    pointer-events: none
}

.quick-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 100%;
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
    border: none;
    text-align: right;
    padding-right: .4rem
}

.quick-search__submit .g-small-arrow-right {
    font-size: 2.2rem;
    color: #343434;
    font-size: .8rem;
    line-height: 3rem;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    display: block
}

html.no-touch .quick-search__submit:hover .g-small-arrow-right {
    -webkit-transform: translate3d(10%,0,0);
    transform: translate3d(10%,0,0)
}

.quick-search__input {
    width: 100%;
    height: 3rem;
    position: relative;
    border-bottom: 1px solid rgba(52,52,52,.3)
}

.quick-search__input input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    border: none;
    color: #343434;
    padding-right: 3rem;
    padding-left: 1rem
}

.quick-search__close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 1rem;
    top: 3rem;
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer
}

@media(max-width: 767px) {
    .quick-search__close {
        right:.5rem;
        top: 1.8rem
    }
}

html.no-touch .quick-search__close:hover .close-icon:before,html.no-touch .quick-search__close:hover .close-icon:after {
    background: #bf2b34
}

.quick-search__list {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-1rem,0);
    transform: translate3d(0,-1rem,0);
    -webkit-transition: opacity .3s ease 0s,visibility .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,visibility .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,transform .3s ease 0s,visibility .3s ease 0s;
    transition: opacity .3s ease 0s,transform .3s ease 0s,visibility .3s ease 0s,-webkit-transform .3s ease 0s
}

.active .quick-search__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity .3s ease .3s,visibility .3s ease .3s,-webkit-transform .3s ease .3s;
    transition: opacity .3s ease .3s,visibility .3s ease .3s,-webkit-transform .3s ease .3s;
    transition: opacity .3s ease .3s,transform .3s ease .3s,visibility .3s ease .3s;
    transition: opacity .3s ease .3s,transform .3s ease .3s,visibility .3s ease .3s,-webkit-transform .3s ease .3s
}

.quick-search__results-wrapper {
    width: 52rem;
    position: absolute;
    top: -3rem;
    left: -1.5rem;
    background: #fff;
    padding-top: 9rem;
    padding: 9rem 3rem 3rem 5rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: opacity .3s ease .3s,visibility .3s ease .3s,-webkit-transform .3s ease .3s;
    transition: opacity .3s ease .3s,visibility .3s ease .3s,-webkit-transform .3s ease .3s;
    transition: opacity .3s ease .3s,transform .3s ease .3s,visibility .3s ease .3s;
    transition: opacity .3s ease .3s,transform .3s ease .3s,visibility .3s ease .3s,-webkit-transform .3s ease .3s;
    box-shadow: 0px 3px 46px rgba(0,0,0,.16)
}

.active .quick-search__results-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity .3s ease 0s,visibility .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,visibility .3s ease 0s,-webkit-transform .3s ease 0s;
    transition: opacity .3s ease 0s,transform .3s ease 0s,visibility .3s ease 0s;
    transition: opacity .3s ease 0s,transform .3s ease 0s,visibility .3s ease 0s,-webkit-transform .3s ease 0s
}

.quick-search__results-wrapper .highlight {
    color: #bf2b34
}

.quick-search__results-wrapper li {
    margin-bottom: 1rem
}

.quick-search__results-wrapper li:last-child {
    margin-bottom: 0;
    padding-top: .5rem
}

.quick-search__results-wrapper a {
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    display: inline-block
}

html.no-touch .quick-search__results-wrapper a:hover,.quick-search__results-wrapper a .highlight {
    color: #bf2b34
}

.quick-search__results-wrapper a.link-search {
    font-size: 1.6rem;
    color: #bf2b34
}

.quick-search__results-wrapper a.link-search .g-icon {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: .5rem;
    top: .1rem;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

html.no-touch .quick-search__results-wrapper a.link-search:hover .g-icon {
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0)
}

@media(max-width: 767px) {
    .quick-search__results-wrapper {
        width:calc(100% + 8rem);
        left: 0;
        top: -1.5rem;
        margin-left: -4rem
    }
}

html.custom-menu-active {
    overflow: hidden
}

.custom-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0s ease .8s,visibility 0s ease .8s,background .8s ease-in-out;
    transition: opacity 0s ease .8s,visibility 0s ease .8s,background .8s ease-in-out
}

.custom-menu .sublevel-heading {
    width: 100%;
    display: none;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 500;
    color: #343434;
    border-bottom: 2px solid #fc0001;
    font-weight: 700
}

@media(max-width: 767px) {
    .custom-menu .sublevel-heading {
        display:block
    }
}

.custom-menu .quick-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .8s ease-in-out,visibility .8s ease-in-out;
    transition: opacity .8s ease-in-out,visibility .8s ease-in-out
}

@media(max-width: 767px) {
    .custom-menu {
        -webkit-transition:opacity .5s ease,visibility .5s ease,-webkit-transform .5s;
        transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s;
        transition: opacity .5s ease,visibility .5s ease,transform .5s;
        transition: opacity .5s ease,visibility .5s ease,transform .5s,-webkit-transform .5s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        background: #f2f0ec
    }
}

.custom-menu .lazyload {
    display: none
}

.custom-menu.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: auto
}

.custom-menu.opened .lazyload {
    display: block
}

.custom-menu.opened .link {
    visibility: visible
}

@media(min-width: 767px) {
    .custom-menu.opened {
        -webkit-transition:opacity 0s ease 0s,visibility 0s ease 0s,background .8s ease-in-out;
        transition: opacity 0s ease 0s,visibility 0s ease 0s,background .8s ease-in-out;
        background: rgba(242,240,236,.96)
    }
}

.custom-menu.opened .quick-search {
    opacity: 1;
    visibility: visible
}

.custom-menu .back-button {
    font-size: 1.5rem;
    color: #343434;
    font-weight: 600;
    background: rgba(0,0,0,0);
    border: none;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    text-transform: uppercase
}

.custom-menu .back-button .g-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.5rem;
    font-size: 1.3rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

html.no-touch .custom-menu .back-button:hover .g-icon {
    -webkit-transform: translateY(-50%) translate3d(-5px,0,0);
    transform: translateY(-50%) translate3d(-5px,0,0)
}

.custom-menu .custom-menu__container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden
}

@media(min-width: 767px) {
    .custom-menu .custom-menu__container {
        -webkit-transition:-webkit-transform .8s ease-in-out;
        transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
        transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.custom-menu.opened .custom-menu__container {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.custom-menu .back-item {
    position: relative;
    margin-bottom: 1rem
}

.custom-menu .link {
    position: relative;
    z-index: 1;
    line-height: 1.3;
    font-weight: 500;
    pointer-events: auto;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    background: rgba(0,0,0,0);
    border: none;
    text-align: left;
    color: #343434;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    visibility: hidden
}

html.no-touch .custom-menu .link:hover {
    color: #bf2b34
}

.custom-menu .arrow {
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: 0;
    cursor: pointer;
    color: #343434
}

.custom-menu .arrow:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0
}

html.no-touch .custom-menu .arrow:hover {
    color: #bf2b34
}

.custom-menu .level {
    width: 100%;
    margin: auto 0;
    display: none;
    outline: none;
    pointer-events: none
}

.custom-menu .level a,.custom-menu .level button {
    pointer-events: auto
}

.custom-menu .level .item {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    pointer-events: none;
    padding: .8rem
}

.custom-menu .level .item.current .link {
    border-bottom: 5px solid #fc0001
}

.custom-menu .level .item.has-children .link {
    padding-right: 3rem;
    width: 100%
}

.custom-menu .level-wrapper {
    width: 100%;
    height: calc(100% - 6rem);
    position: absolute;
    top: 6rem;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 clamp(2rem,4.8019207683vw + -1.6830732293rem,6rem);
    opacity: 0;
    -webkit-transform: translate3d(-20%,0,0);
    transform: translate3d(-20%,0,0);
    visibility: hidden;
    -webkit-transition: opacity .6s ease-in,visibility .6s ease-in,-webkit-transform .6s ease-in;
    transition: opacity .6s ease-in,visibility .6s ease-in,-webkit-transform .6s ease-in;
    transition: opacity .6s ease-in,visibility .6s ease-in,transform .6s ease-in;
    transition: opacity .6s ease-in,visibility .6s ease-in,transform .6s ease-in,-webkit-transform .6s ease-in;
    pointer-events: auto
}

@media(max-width: 767px) {
    .custom-menu .level-wrapper {
        -webkit-transform:translate3d(20%,0,0);
        transform: translate3d(20%,0,0)
    }
}

.custom-menu .panel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
    z-index: 5;
    pointer-events: none
}

.custom-menu .panel:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f2f0ec;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    pointer-events: auto
}

.custom-menu .panel.panel-level1 .level-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.custom-menu .panel.panel-level1:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.custom-menu .panel.panel-level1 {
    width: 50%;
    z-index: 1
}

.custom-menu .panel.panel-level1 .link {
    font-size: clamp(3rem,1.4285714286vw + 2.5142857143rem,4.8rem);
    font-weight: 700;
    text-transform: uppercase
}

.custom-menu .panel.panel-level1 .level {
    display: block;
    max-width: clamp(28.3rem,14.4057623049vw + 17.2507803121rem,40.3rem)
}

.custom-menu .panel.panel-level2 {
    width: clamp(24.7rem,46.818727491vw + -11.2099639856rem,63.7rem);
    left: clamp(30.7rem,19.2076830732vw + 15.9677070828rem,46.7rem);
    z-index: 2
}

.custom-menu .panel.panel-level2 .level-wrapper {
    padding: clamp(1rem,3.1746031746vw + -0.0793650794rem,5rem)
}

.custom-menu .panel.panel-level2 .link {
    font-size: clamp(2rem,0.1587301587vw + 1.946031746rem,2.2rem)
}

.custom-menu .panel.panel-level2 .level {
    max-width: 24.4rem
}

.custom-menu .panel.panel-level3 {
    width: clamp(24.7rem,12.1428571429vw + 20.5714285714rem,40rem);
    left: clamp(53.3rem,46.4585834334vw + 17.6662665066rem,92rem);
    z-index: 3
}

.custom-menu .panel.panel-level3 .link {
    font-size: 2.1rem
}

.custom-menu .panel.panel-level3 .level {
    max-width: 21.1rem
}

.custom-menu .panel.level-active .level-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.custom-menu .panel.level-active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.custom-menu__promos {
    width: 100%;
    position: relative;
    padding: clamp(3rem,2.380952381vw + 2.1904761905rem,6rem) clamp(3rem,2.380952381vw + 2.1904761905rem,6rem);
    z-index: 1
}

@media(min-width: 767px) {
    .custom-menu__promos {
        overflow-y:auto;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        position: absolute;
        padding-top: 11.6rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .8s ease-in-out,visibility .8s ease-in-out;
        transition: opacity .8s ease-in-out,visibility .8s ease-in-out
    }

    .custom-menu__promos .promo-card {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .8s ease-in-out,visibility .8s ease-in-out,-webkit-transform .8s ease-in-out;
        transition: opacity .8s ease-in-out,visibility .8s ease-in-out,-webkit-transform .8s ease-in-out;
        transition: opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-in-out;
        transition: opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-in-out,-webkit-transform .8s ease-in-out
    }
}

@media(min-width: 767px) {
    .custom-menu.opened .custom-menu__promos {
        opacity:1;
        visibility: visible
    }

    .custom-menu.opened .custom-menu__promos .promo-card {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.custom-menu .promo-card {
    width: 100%;
    position: relative;
    margin-bottom: clamp(2rem,3.1746031746vw + 0.9206349206rem,6rem)
}

.custom-menu .promo-card:last-child {
    margin-bottom: 0
}

.custom-menu .promo-card .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgb(0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0,0,0) 100%);
    z-index: 2
}

.custom-menu .promo-card img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}

.custom-menu .promo-card img.lazyloaded+.shadow {
    opacity: .5
}

.custom-menu .promo-card__inner {
    width: 100%;
    padding-top: 46.42%;
    min-height: 15rem
}

html.no-touch .custom-menu .promo-card__inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.custom-menu .promo-card__link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3
}

.custom-menu .promo-card__text {
    width: 100%;
    padding: 0 2rem;
    color: #fff;
    font-size: clamp(2rem,1.0317460317vw + 1.6492063492rem,3.3rem);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: clamp(9rem,4.6428571429vw + 7.4214285714rem,14.85rem)
}

@media screen and (min-width: 768px) {
    .custom-menu .custom-menu__container {
        height:100% !important
    }

    .custom-menu .panel {
        position: absolute !important
    }

    .custom-menu .panel .level-wrapper {
        padding-top: 1rem;
        -webkit-mask-image: -webkit-linear-gradient(bottom,transparent 0%,#fff 2% 98%,transparent 99%);
        mask-image: linear-gradient(to top,transparent 0%,#fff 2% 98%,transparent 99%)
    }

    .custom-menu.loaded .custom-menu__container {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .custom-menu {
        overflow-y:auto;
        padding-top: 9rem
    }

    .custom-menu .custom-menu__container {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom-menu .custom-menu__container .panel {
        width: 100%;
        max-height: 100%;
        left: 0;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0) !important;
        transform: translate3d(0,0,0) !important
    }

    .custom-menu .custom-menu__container .panel.panel-level2,.custom-menu .custom-menu__container .panel.panel-level3 {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease,visibility .5s ease;
        transition: opacity .5s ease,visibility .5s ease
    }

    .custom-menu .custom-menu__container .panel.level-active {
        opacity: 1;
        visibility: visible
    }

    .custom-menu .custom-menu__container .panel-level1 {
        position: relative
    }

    .custom-menu .custom-menu__container .level {
        padding-bottom: 0;
        padding: 0 20px;
        -webkit-transition: display .5s ease .5s;
        transition: display .5s ease .5s
    }

    .custom-menu .custom-menu__container .panel-level1 .item {
        padding: 0.72rem 0
    }

    .custom-menu .custom-menu__container .level-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto
    }

    .custom-menu .custom-menu__container .level-wrapper .level {
        padding-bottom: 3.5rem
    }
}

.footer {
    width: 100%;
    background: #343434;
    position: relative;
    z-index: 2
}

.footer__top {
    background: #bf2b34;
    padding: 10rem 0;
    text-align: center;
    overflow: hidden;
    position: relative
}

@media(min-width: 767px) {
    .footer__top {
        width:100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }
}

.footer__top-decorator {
    position: absolute;
    top: 5rem;
    right: -15rem;
    z-index: 0;
    display: block;
    opacity: .3
}

.footer__bottom {
    padding: clamp(5.5rem,13.0952380952vw + 1.0476190476rem,22rem) 0 clamp(4.2rem,-1.1904761905vw + 4.6047619048rem,2.7rem)
}

.footer__buttons {
    margin-top: 4.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.footer__buttons .custom-button {
    margin: 1.6rem
}

.footer__head {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 0 1rem
}

.footer__head h2 {
    color: #fff;
    font-size: clamp(2.2rem,6.1904761905vw + 0.0952380952rem,10rem);
    font-weight: 400
}

.footer__head h2 strong {
    display: block;
    font-size: clamp(2.8rem,6.5079365079vw + 0.5873015873rem,11rem)
}

.footer__smallhead {
    margin-bottom: 1.5rem
}

.footer__link {
    font-size: 2.2rem;
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #fc0001;
    margin: 2.7rem 0 0;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    z-index: 1
}

.footer__link i {
    font-weight: 600
}

html.no-touch .footer__link:hover {
    color: #fc0001
}

.footer__row {
    margin-bottom: 2.7rem
}

.footer__row:last-child {
    margin: 0
}

.footer__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 88rem;
    padding: 0 3rem;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .footer__columns {
        display:block;
        max-width: none
    }
}

.footer__col {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .footer__col {
        width:100%;
        display: block;
        margin-bottom: 4rem
    }
}

.footer__text {
    color: #fff;
    font-size: clamp(1.6rem,0.1587301587vw + 1.546031746rem,1.8rem)
}

.footer__text p {
    margin-bottom: .5rem
}

.footer__text a {
    color: inherit;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

html.no-touch .footer__text a:hover {
    color: #fc0001
}

.footer .credits__copyright {
    font-size: 1.4rem
}

.footer__info {
    color: rgba(255,255,255,.6);
    max-width: 79rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.43;
    padding: 4.5rem 3rem 2.8rem
}

.footer__info p {
    margin-bottom: 1.8rem
}

.footer__info p:last-child {
    margin: 0
}

.footer__info a {
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

html.no-touch .footer__info a:hover {
    color: #fc0001
}

.footer__socials {
    margin-bottom: 1.8rem
}

.footer__social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2.7rem;
    margin-left: -1rem;
    margin-top: -0.3rem
}

.footer__social-list-item {
    padding: 1rem
}

.footer__social-list-item a {
    font-size: 1.6rem
}

@media(max-width: 767px) {
    .footer__socials-col .footer__row {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .footer__socials-col .footer__socials {
        width: 50%
    }

    .footer__socials-col .footer__links {
        width: 50%
    }
}

@media(max-width: 767px) {
    .footer__key-links-col .footer__row {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px
    }

    .footer__key-links-col .footer__smallhead {
        grid-column: 1/-1
    }
}

.footer .telephone {
    position: relative;
    padding-left: 2rem
}

.footer .telephone .g-icon {
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer .telephone .txt {
    border-bottom: 1px solid #fc0001
}

.footer__go-back {
    padding-top: 1rem
}

.content-style {
    font-size: clamp(1.6rem,0.3174603175vw + 1.4920634921rem,2rem);
    color: inherit
}

.content-style h2 {
    font-size: clamp(3.3rem,1.5079365079vw + 2.7873015873rem,5.2rem);
    line-height: 1.1;
    font-weight: 700;
    color: #bf2b34;
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-transform: uppercase
}

.content-style h3:not(.title) {
    font-size: clamp(3rem,1.2698412698vw + 2.5682539683rem,4.6rem);
    line-height: 1.15;
    font-weight: 700;
    color: #bf2b34;
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-transform: uppercase
}

.content-style h4 {
    font-size: clamp(2.4rem,0.4761904762vw + 2.2380952381rem,3rem);
    line-height: 1.3;
    font-weight: 700;
    color: #343434;
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-transform: uppercase
}

.content-style h5 {
    font-size: clamp(2.4rem,0.4761904762vw + 2.2380952381rem,3rem);
    line-height: 1.3;
    font-weight: 700;
    color: #343434;
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.content-style p:not(.head-1) {
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem)
}

.content-style p:not(.head-1) a:not(.g-button) {
    font-size: inherit;
    line-height: inherit
}

.content-style hr {
    width: 100%;
    max-width: 20rem;
    height: .2rem;
    display: block;
    position: relative;
    margin: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem) 0;
    background: #bf2b34;
    border: none
}

.content-style blockquote {
    font-size: clamp(3rem,1.5873015873vw + 2.4603174603rem,5rem);
    font-weight: 600;
    line-height: 1.2;
    color: #bf2b34;
    position: relative;
    text-align: center;
    margin: clamp(3rem,1.5873015873vw + 2.4603174603rem,5rem) 0
}

.content-style blockquote:before {
    content: "“"
}

.content-style blockquote:after {
    content: "”"
}

.content-style table {
    max-width: 100%;
    margin: 0 0 clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    position: relative;
    overflow-y: auto;
    overflow-x: auto;
    display: block;
    background: #fff;
    box-shadow: inset 0 0 0 .1rem #c7c7c7,0px 3px 30px rgba(0,0,0,.1)
}

html.touch .content-style table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.content-style table thead,.content-style table tbody {
    width: 100%;
    display: table
}

.content-style table colgroup col {
    width: auto !important
}

html.touch .content-style table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.content-style table td,.content-style table th {
    width: 25%;
    font-size: clamp(1.6rem,0.3174603175vw + 1.4920634921rem,2rem);
    padding: 2rem;
    font-weight: 400;
    min-width: 15rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    vertical-align: top
}

.content-style table td p,.content-style table th p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

.content-style table td p:last-child,.content-style table th p:last-child {
    margin-bottom: 0
}

.content-style table td {
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7
}

.content-style table tr:nth-child(2n+2) td {
    background: #f7f9fa
}

.content-style table th {
    font-size: clamp(1.6rem,0.3174603175vw + 1.4920634921rem,2rem);
    line-height: 1.2;
    font-weight: 700;
    background: #bf2b34;
    color: #fff;
    text-transform: uppercase
}

.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) {
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    counter-reset: li
}

.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li {
    position: relative;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.45;
    color: #343434;
    margin-bottom: 1.6rem;
    list-style-type: none;
    display: block;
    padding-left: 4rem
}

.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li:before {
    content: "  " counter(li) ".";
    counter-increment: li;
    color: #bf2b34;
    font-weight: 700;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0
}

.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li:first-letter {
    text-transform: uppercase
}

.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li:last-child {
    margin-bottom: 0
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) {
    display: block;
    margin-bottom: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem)
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li {
    font-size: inherit;
    font-weight: 400;
    list-style-type: none;
    padding-left: 4rem;
    position: relative;
    color: #343434;
    margin-bottom: 1.5rem
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li:before {
    content: "";
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    display: block;
    background: #bf2b34;
    position: absolute;
    left: .9rem;
    top: 1.1rem
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li.has-nested:before {
    top: 1.4rem
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li.has-nested ul {
    margin: 1rem 0 0
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li.has-nested ul li {
    padding-left: 3rem
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li.has-nested ul li:before {
    left: 0;
    background: rgba(0,0,0,0);
    border: 1px solid #bf2b34
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li:first-letter {
    text-transform: uppercase
}

.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li:last-child {
    margin-bottom: 0
}

.content-style img {
    width: 100%;
    height: auto;
    margin: 0 0 clamp(3rem,1.5873015873vw + 2.4603174603rem,5rem);
    position: relative;
    box-shadow: 0px 10px 20px rgba(0,0,0,.1)
}

.content-style img[src*=".png"] {
    box-shadow: none
}

.content-style a:not(.g-button):not(.full-url):not(.athletics-schedule-item__location):not(.addModuleHandler):not([name]) {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    display: inline;
    -webkit-transition: color .3s ease,border .3s ease;
    transition: color .3s ease,border .3s ease;
    color: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: underline
}

html.no-touch .content-style a:not(.g-button):not(.full-url):not(.athletics-schedule-item__location):not(.addModuleHandler):not([name]):hover {
    color: #fc0001
}

.content-style .embed-container {
    margin: 0 0 clamp(3rem,1.5873015873vw + 2.4603174603rem,5rem);
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 3rem;
    height: 0;
    overflow: hidden
}

.content-style .embed-container iframe,.content-style .embed-container object,.content-style .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.styling--light-text .content-style h2,.styling--light-text .content-style h3,.styling--light-text .content-style h4,.styling--light-text .content-style h5,.styling--light-text .content-style h6,.styling--light-text .content-style p,.styling--light-text .content-style li,.styling--light-text .content-style blockquote,.styling--light-text .content-style a:not(.g-button) {
    color: #fff
}

.styling--light-text .content-style ul li:before {
    background: #fff
}

.styling--light-text .content-style ol li:before {
    color: #fff
}

.styling--light-text .content-style p:last-child {
    margin-bottom: 0
}

.staff-card {
    display: block;
    color: #343434;
    text-align: left
}

.staff-card__inner {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    background: #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,.2);
    z-index: 1;
    position: relative
}

.staff-card__image {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 100%;
    height: auto
}

.staff-card__image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.staff-card__content {
    width: 100%;
    position: relative;
    padding: 2rem;
    z-index: 2;
    overflow: hidden
}

.staff-card__name {
    font-size: clamp(2.2rem,0.6349206349vw + 1.9841269841rem,3rem);
    line-height: 1.1;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    max-height: clamp(9.9rem,2.8571428571vw + 8.9285714286rem,13.5rem);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.staff-card__role {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2;
    max-height: 6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.staff-card .g-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 25rem;
    z-index: 1;
    bottom: -5rem;
    line-height: 11rem;
    width: 100%;
    text-align: center;
    opacity: .03;
    color: #343434
}

.staff-card .full-url {
    z-index: 3;
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer
}

html.no-touch .staff-card .full-url:hover~.staff-card__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

html.no-touch .staff-card .full-url:hover~.staff-card__content .plus-icon-wrapper {
    background: #fc0001
}

.staff-card .plus-icon-wrapper {
    margin: 1rem auto 0;
    z-index: 2
}

.story-card {
    display: block;
    color: #343434;
    text-align: left;
    pointer-events: none
}

.mediaPopup .story-card {
    padding: 1rem
}

.story-card .full-url {
    background: rgba(0,0,0,0);
    border: none
}

.story-card__inner {
    width: 100%;
    background: #fff;
    box-shadow: 0px 20px 20px rgba(0,0,0,.2);
    z-index: 1;
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    pointer-events: auto;
    cursor: pointer
}

html.no-touch .story-card__inner:hover .story-card__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.story-card__image {
    width: 100% !important;
    height: auto !important;
    display: block;
    position: relative !important;
    z-index: 1 !important;
    padding-top: 100%
}

.story-card__image img {
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease !important;
    transition: opacity .3s ease,-webkit-transform .3s ease !important;
    transition: transform .3s ease,opacity .3s ease !important;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease !important;
    z-index: 1
}

.story-card__image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.6834385121) 0%,rgba(0,0,0,0.4033264673) 92%);
    background: linear-gradient(0deg,rgba(0,0,0,0.6834385121) 0%,rgba(0,0,0,0.4033264673) 92%);
    opacity: .65;
    z-index: 2
}

.story-card__content {
    width: 100%;
    padding: 2rem;
    z-index: 2;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.story-card__description {
    font-size: clamp(1.8rem,0.1587301587vw + 1.746031746rem,2rem);
    font-weight: 400;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
    max-height: clamp(8.1rem,0.7142857143vw + 7.8571428571rem,9rem);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.story-card__description a {
    font-weight: 600
}

html.no-touch .story-card__description a:hover {
    text-decoration: underline
}

.story-card__handler {
    width: 100%;
    color: rgba(52,52,52,.5);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.story-card__handler span:first-child {
    padding-right: 1rem
}

.story-card__handler time {
    white-space: nowrap
}

.story-card__time-2 {
    font-size: 1.8rem;
    font-weight: 300;
    opacity: .75;
    margin-top: 2rem;
    display: block
}

.story-card .g-chevron-slim-small-top {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 25rem;
    z-index: 1;
    bottom: -5rem;
    line-height: 11rem;
    width: 100%;
    text-align: center;
    opacity: .03;
    color: #343434
}

.story-card .story-card__social-icon {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    background: #d6249f;
    background: -webkit-linear-gradient(left,#ca449a,#e7457b,#f75761);
    background: linear-gradient(to right,#ca449a,#e7457b,#f75761);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    overflow: hidden
}

.story-card .story-card__social-icon .g-icon {
    font-size: 2rem;
    line-height: 2rem;
    z-index: 2;
    position: relative
}

.story-card .story-card__social-icon .g-chevron-slim-small-top {
    font-size: 4rem;
    left: 50%;
    margin-left: -2rem;
    bottom: auto;
    top: 1rem;
    z-index: 2;
    opacity: 1;
    color: #fff;
    opacity: .15;
    position: absolute
}

.story-card .full-url {
    z-index: 3
}

.story-card__social-icon-with-handle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    bottom: 2rem;
    left: 2rem
}

.story-card__social-icon-with-handle .icon {
    width: 4.1rem;
    height: 2.4rem;
    position: relative;
    background: #000;
    box-shadow: 0px 8px 4px rgba(0,0,0,.3);
    margin-right: .7rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide,swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0,0,0,0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

html.card-popup--opened {
    overflow: hidden
}

.card-popup {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    opacity: 0;
    visibility: hidden
}

.card-popup.active {
    opacity: 1;
    visibility: visible
}

.card-popup__wrapper {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    left: 50%;
    margin-left: -50vw
}

.active .card-popup__wrapper {
    overflow-y: auto
}

.card-popup__content {
    width: 100vw;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 clamp(3rem,2.380952381vw + 2.1904761905rem,6rem) clamp(3rem,2.380952381vw + 2.1904761905rem,6rem);
    position: relative;
    padding-top: calc(50vh - 3.3rem);
    padding-top: 50vh
}

.show-content .card-popup__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.card-popup__head {
    font-size: clamp(2.8rem,4.9206349206vw + 1.126984127rem,9rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    position: relative;
    z-index: 2;
    display: block
}

@media(max-width: 767px) {
    .card-popup__head {
        font-weight:700
    }
}

.card-popup__head+* {
    padding-top: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem)
}

.card-popup .content-style {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 65rem;
    margin: 0 auto;
    font-size: clamp(1.6rem,0.3174603175vw + 1.4920634921rem,2rem)
}

.card-popup--discover .content-style {
    text-align: left;
    max-width: 80rem
}

.card-popup--discover .content-style blockquote {
    text-align: center
}

.card-popup__sub {
    font-size: clamp(1.6rem,0.3174603175vw + 1.4920634921rem,2rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2
}

.card-popup__inside {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.card-popup__inside.card-popup--stacked .card-popup__content {
    text-align: center
}

.card-popup__close {
    width: 6rem;
    height: 6rem;
    position: absolute;
    background: #fc0001;
    top: 4rem;
    right: 16.2rem;
    z-index: 3;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

html.no-touch .card-popup__close:hover {
    background: #bf2b34
}

html.no-touch .card-popup__close:hover .close-icon:before,html.no-touch .card-popup__close:hover .close-icon:after {
    background: #fff
}

.card-popup__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(36rem,1fr));
    gap: clamp(3rem,2.380952381vw + 2.1904761905rem,6rem);
    margin-top: 5rem
}

@media(max-width: 424px) {
    .card-popup__grid {
        grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))
    }
}

.card-popup--stacked .card-popup__head {
    visibility: hidden;
    max-width: clamp(21rem,70.0787401575vw + -2.125984252rem,110rem);
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card-popup--stacked .card-popup__content--item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: opacity .54s ease,visibility .54s ease,-webkit-transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,-webkit-transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,transform .54s ease,-webkit-transform .54s ease
}

.card-popup--stacked.show-content .card-popup__head {
    visibility: visible
}

.card-popup--stacked.show-content .stacked-section__popup-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-50%,-40%,0);
    transform: translate3d(-50%,-40%,0)
}

.card-popup--stacked.show-content .stacked-section__head {
    visibility: hidden
}

.card-popup--stacked.show-content .card-popup__content--item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.card-popup--discover .discover-section__item-text {
    position: absolute;
    bottom: 0
}

.card-popup--discover .card-popup__content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: opacity .54s ease,visibility .54s ease,-webkit-transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,-webkit-transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,transform .54s ease,-webkit-transform .54s ease
}

.card-popup--discover.show-content .discover-section__item-text {
    bottom: 50%;
    opacity: 0;
    visibility: hidden
}

.card-popup--discover.show-content .card-popup__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.welcome-section {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #f2f0ec;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: clamp(2rem,3.1746031746vw + 0.9206349206rem,6rem)
}

.welcome-section .text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-section .text span {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.welcome-section .text span:last-child {
    border-bottom: clamp(0.4rem,0.3174603175vw + 0.2920634921rem,0.8rem) solid #fc0001
}

.welcome-section__item {
    max-width: 75rem;
    text-align: center;
    position: relative
}

.welcome-section__fake-reveal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.welcome-section__fake-reveal-item {
    width: 100%;
    background: rgba(242,240,236,.8)
}

@media(max-width: 767px) {
    .welcome-section__fake-reveal-item {
        display:none
    }
}

@media(max-width: 767px) {
    .welcome-section {
        height:auto;
        min-height: 36rem
    }
}

.video-section {
    width: 100%;
    position: relative;
    z-index: 2
}

.video-section__cc {
    width: 3rem;
    height: 3rem;
    background: #fff;
    position: absolute;
    bottom: 3rem;
    z-index: 4;
    right: 3rem;
    background: #323232;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition: background .3s ease,color .3s ease;
    transition: background .3s ease,color .3s ease;
    cursor: pointer
}

html.no-touch .video-section__cc:hover,.video-section__cc.active {
    color: #323232;
    background: #eba900
}

.video-section__video {
    width: 100%;
    height: 100vh;
    background: #000;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-section__video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.35);
    z-index: 2
}

.video-section__video video {
    object-fit: cover
}

.video-section__text {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #f2f0ec
}

@media(max-width: 767px) {
    .video-section__text {
        height:auto;
        min-height: 36rem
    }
}

.video-section__lion-placeholder {
    width: 75.3rem;
    height: 70rem;
    position: absolute;
    right: -30rem;
    top: 4rem;
    opacity: .25
}

.video-section__lion-placeholder img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video-section__inner-description {
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .video-section__inner-description {
        opacity:1 !important;
        visibility: visible !important
    }
}

.video-section__controls {
    width: 5rem;
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 4rem;
    z-index: 4
}

.video-section__controls button:first-child {
    margin-bottom: 4rem
}

@media(max-width: 767px) {
    .video-section__controls {
        position:relative;
        left: auto;
        height: auto
    }

    .video-section__controls button:first-child {
        margin-bottom: 0
    }

    .video-section__controls .toggle-sound {
        display: none
    }
}

.video-section__head {
    width: 100%;
    z-index: 10;
    font-size: clamp(5.2rem,4.6031746032vw + 3.6349206349rem,11rem);
    position: relative;
    padding: 4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 3
}

.stacked-section {
    width: 100%;
    position: relative;
    z-index: 2
}

.stacked-section .pin-spacer {
    pointer-events: none
}

.stacked-section__line {
    width: .2rem;
    height: calc(100% - 40rem);
    top: 20rem;
    background: rgba(191,43,52,.2);
    position: absolute;
    right: 3rem
}

@media(max-width: 767px) {
    .stacked-section__line {
        display:none
    }
}

.stacked-section__line span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #bf2b34;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@media(max-width: 767px) {
    .stacked-section {
        background:#f2f0ec
    }
}

.stacked-section__item {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

@media(max-width: 767px) {
    .stacked-section__item {
        min-height:0
    }
}

.stacked-section__item-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: clamp(1.5rem,2.380952381vw + 0.6904761905rem,4.5rem) clamp(3rem,5.5555555556vw + 1.1111111111rem,10rem);
    position: relative;
    aspect-ratio: 2.05/1
}

@media(max-width: 767px) {
    .stacked-section__item-inner {
        aspect-ratio:83/142
    }
}

.stacked-section__item-inner--active {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0
}

.stacked-section__content {
    width: 100%;
    height: 100%;
    background: #000;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 3rem clamp(3rem,2.380952381vw + 2.1904761905rem,6rem);
    pointer-events: auto
}

.stacked-section__image {
    z-index: 1
}

.stacked-section__image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute
}

.stacked-section__text {
    position: relative;
    z-index: 2
}

.stacked-section__head {
    font-size: clamp(2.8rem,4.9206349206vw + 1.126984127rem,9rem);
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: clamp(21rem,156.1403508772vw + -139.8245614035rem,110rem);
    margin: 0 auto
}

.stacked-section__popup-button {
    -webkit-transition: visibility .54s ease,opacity .54s ease,-webkit-transform .54s ease;
    transition: visibility .54s ease,opacity .54s ease,-webkit-transform .54s ease;
    transition: transform .54s ease,visibility .54s ease,opacity .54s ease;
    transition: transform .54s ease,visibility .54s ease,opacity .54s ease,-webkit-transform .54s ease;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%,100%,0) translateY(2rem);
    transform: translate3d(-50%,100%,0) translateY(2rem)
}

@media(min-width: 767px) {
    .stacked-section__popup-button {
        -webkit-transform:translate3d(-50%,100%,0) translateY(2rem) scale(1.3);
        transform: translate3d(-50%,100%,0) translateY(2rem) scale(1.3)
    }

    .stacked-section__popup-button .decorator {
        height: 103%
    }
}

.stacked-section__video {
    width: 100%;
    padding-top: 56%;
    position: relative;
    margin-top: 4.5rem
}

.stacked-section__video video {
    background: rgba(0,0,0,0)
}

.stacked-section__video .toggle-controls-wrapper {
    width: 5rem;
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 4rem;
    z-index: 4
}

.stacked-section__video .toggle-controls-wrapper button:first-child {
    margin-bottom: 4rem
}

@media(max-width: 767px) {
    .stacked-section__video .toggle-controls-wrapper {
        left:50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: auto
    }

    .stacked-section__video .toggle-controls-wrapper button:first-child {
        margin-bottom: 0
    }

    .stacked-section__video .toggle-controls-wrapper .toggle-sound {
        display: none
    }
}

html.discover-section-active {
    overflow: hidden
}

.discover-section {
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    background: #f2f0ec;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease,visibility .3s ease;
    transition: opacity .3s ease,visibility .3s ease
}

.discover-section__text {
    width: 100%;
    height: 100vh;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 108rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 3rem
}

@media(max-width: 767px) {
    .discover-section__text {
        opacity:1 !important;
        visibility: visible !important
    }
}

@media(min-width: 768px) {
    .discover-section__text {
        height:100vh
    }
}

@media(max-width: 767px) {
    .discover-section__text {
        height:auto;
        min-height: 36rem
    }
}

.discover-section__carousel-wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .discover-section__carousel-wrapper {
        padding-bottom:14rem
    }
}

@media(min-width: 768px) {
    .discover-section__carousel-wrapper {
        height:100vh
    }
}

.discover-section__carousel {
    width: 100%;
    position: relative
}

.discover-section__container {
    position: relative;
    max-height: 70vh;
    max-height: 70svh;
    cursor: pointer
}

html.no-touch .discover-section__container:hover .discover-section__item-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.discover-section__item {
    position: relative
}

.discover-section__item .discover-section__placeholder {
    display: none
}

@media(min-width: 768px) {
    .discover-section__item {
        padding:0 clamp(1rem,2.380952381vw + 0.1904761905rem,4rem)
    }
}

.discover-section__item.swiper-slide-active {
    z-index: 10
}

.discover-section__item--original-active {
    opacity: 0;
    visibility: hidden
}

.discover-section__item--original-active .discover-section__student-story {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.discover-section__item--active {
    padding: 0
}

.discover-section__item--active .discover-section__placeholder {
    display: block
}

.discover-section__item--active .discover-section__student-story {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.discover-section__item--active .discover-section__container {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: none;
    cursor: auto
}

.discover-section__item-height {
    padding-top: 80%;
    pointer-events: none
}

@media(max-width: 767px) {
    .discover-section__item-height {
        padding-top:118.57%
    }
}

.discover-section__item-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: -webkit-box-align .3s ease,-webkit-align-items .3s ease;
    transition: -webkit-box-align .3s ease,-webkit-align-items .3s ease;
    transition: align-items .3s ease;
    transition: align-items .3s ease,-webkit-box-align .3s ease,-webkit-align-items .3s ease,-ms-flex-align .3s ease
}

.discover-section__item-image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.discover-section__item-text {
    width: 100%;
    max-width: clamp(48.6rem,103.5vw + -75.6rem,90rem);
    position: relative;
    z-index: 3;
    padding: 3rem 2rem;
    -webkit-transition: opacity .54s ease,visibility .54s ease,bottom .54s ease,-webkit-transform .54s ease;
    transition: opacity .54s ease,visibility .54s ease,bottom .54s ease,-webkit-transform .54s ease;
    transition: opacity .54s ease,transform .54s ease,visibility .54s ease,bottom .54s ease;
    transition: opacity .54s ease,transform .54s ease,visibility .54s ease,bottom .54s ease,-webkit-transform .54s ease
}

.swiper-slide-active .discover-section__item-text {
    z-index: 5
}

.swiper-slide-next .discover-section__item-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.swiper-slide-prev .discover-section__item-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.thumb-active .discover-section__item-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.discover-section__placeholder {
    bottom: clamp(16rem,7.2115384615vw + 10.4615384615rem,22rem);
    -webkit-transition: opacity .6s ease,visibility .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,visibility .6s ease,-webkit-transform .6s ease;
    transition: transform .6s ease,opacity .6s ease,visibility .6s ease;
    transition: transform .6s ease,opacity .6s ease,visibility .6s ease,-webkit-transform .6s ease;
    pointer-events: none
}

@media(max-width: 767px) {
    .discover-section__placeholder {
        bottom:clamp(8rem,7.371007371vw + 5.3464373464rem,11rem)
    }
}

.thumb-active .discover-section__placeholder {
    -webkit-transform: translate3d(0,-600%,0);
    transform: translate3d(0,-600%,0);
    opacity: 0;
    visibility: hidden
}

.discover-section__item-head {
    font-size: clamp(3rem,6.3492063492vw + 0.8412698413rem,11rem);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative
}

@media(min-width: 1024px) {
    .discover-section__item-head {
        margin-left:-1em;
        margin-right: -1em
    }
}

@media(max-width: 1024px) {
    .discover-section__item-head {
        max-width:100%
    }
}

@media(max-width: 767px) {
    .discover-section__item-head {
        margin-bottom:0
    }
}

.discover-section__item-paragraph {
    color: #fff;
    text-align: center;
    font-size: clamp(1.6rem,0.3174603175vw + 1.4920634921rem,2rem);
    height: clamp(4.8rem,0.9523809524vw + 4.4761904762rem,6rem);
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(max-width: 767px) {
    .discover-section__item-paragraph {
        display:none
    }
}

.discover-section.loaded {
    opacity: 1;
    visibility: visible
}

.discover-section__item-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
    pointer-events: none
}

.discover-section__student-story {
    width: 100%;
    font-size: clamp(1.8rem,0.1587301587vw + 1.746031746rem,2rem);
    color: #343434;
    bottom: -6rem;
    position: absolute;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .6s ease,visibility .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,visibility .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,transform .6s ease,visibility .6s ease;
    transition: opacity .6s ease,transform .6s ease,visibility .6s ease,-webkit-transform .6s ease
}

.discover-section__student-story span {
    color: #fff;
    background: #bf2b34;
    padding: 0 .5rem;
    box-shadow: 0px 8px 4px rgba(0,0,0,.1)
}

.swiper-slide-active .discover-section__student-story {
    z-index: 5
}

.swiper-slide-next .discover-section__student-story {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.swiper-slide-prev .discover-section__student-story {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.thumb-active .discover-section__student-story {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.discover-section .swiper-button-control {
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    top: 50%;
    margin-top: -1.5rem;
    border: none;
    background: rgba(0,0,0,0)
}

@media(max-width: 767px) {
    .discover-section .swiper-button-control {
        color:#fff
    }
}

.discover-section .swiper-button-next {
    right: 15%
}

.discover-section .swiper-button-next span {
    font-size: 1.9rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    display: block
}

html.no-touch .discover-section .swiper-button-next:hover span {
    -webkit-transform: translate3d(15%,0,0) rotate(90deg);
    transform: translate3d(15%,0,0) rotate(90deg)
}

@media(max-width: 767px) {
    .discover-section .swiper-button-next {
        right:5%
    }
}

.discover-section .swiper-button-prev {
    left: 15%
}

.discover-section .swiper-button-prev span {
    font-size: 1.9rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    display: block
}

html.no-touch .discover-section .swiper-button-prev:hover span {
    -webkit-transform: translate3d(-15%,0,0) rotate(-90deg);
    transform: translate3d(-15%,0,0) rotate(-90deg)
}

@media(max-width: 767px) {
    .discover-section .swiper-button-prev {
        left:5%
    }
}

html.notices-html--open {
    overflow: hidden
}

.notices {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    display: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.notices.loaded {
    opacity: 1;
    visibility: visible
}

.notices__bg {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media(max-width: 767px) {
    .notices__bg {
        background:rgba(52,52,52,.98);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@media(min-width: 768px) {
    .notices__bg {
        height:calc(100% - 9rem);
        top: 9rem
    }

    .notices__bg:before,.notices__bg:after {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }

    .notices__bg:before {
        width: 47rem;
        height: 100%;
        background: rgba(52,52,52,.84)
    }

    .notices__bg:after {
        width: calc(100% - 47rem);
        background: -webkit-linear-gradient(left,rgba(52,52,52,0) 0%,rgba(52,52,52,0.84) 100%);
        background: linear-gradient(to right,rgba(52,52,52,0) 0%,rgba(52,52,52,0.84) 100%);
        right: 47rem
    }
}

.notices__cover-header {
    width: 100%;
    height: 8rem;
    z-index: 100;
    height: 9rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden
}

@media(max-width: 767px) {
    .notices__cover-header {
        display:none
    }
}

.notices__cover-header .notices__bg {
    height: 100%;
    top: 0
}

html.notices-html--open .notices__cover-header .notices__bg {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.notices--mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

@media(max-width: 767px) {
    .notices--mobile {
        display:block
    }
}

.notices--desktop {
    display: block
}

@media(max-width: 767px) {
    .notices--desktop {
        display:none
    }
}

.notices__close {
    width: 5rem;
    height: 5rem;
    -webkit-transition: opacity .3s ease,visibility .3s ease,background .3s ease;
    transition: opacity .3s ease,visibility .3s ease,background .3s ease;
    background: #fc0001;
    border: none;
    cursor: pointer;
    position: relative;
    opacity: 0;
    visibility: hidden
}

@media(min-width: 768px) {
    .notices__close {
        -webkit-transform:translate3d(60%,0,0);
        transform: translate3d(60%,0,0);
        position: absolute;
        top: 50%;
        margin-top: -2.5rem;
        left: 0
    }
}

.notices__close .close-icon:before,.notices__close .close-icon:after {
    background: #fff
}

html.no-touch .notices__close:hover {
    background: #bf2b34
}

.notices__wrapper {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: auto
}

@media(min-width: 768px) {
    .notices__wrapper {
        -webkit-box-pack:end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: translateX(32rem);
        transform: translateX(32rem);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        height: calc(100% - 10rem);
        top: 10rem
    }
}

.notices__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 768px) {
    .notices__container {
        width:52rem;
        min-height: 45rem;
        margin: auto 0
    }
}

@media(max-width: 767px) {
    .notices__container {
        width:100%;
        padding: 3rem
    }
}

.notices__card {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    z-index: 1;
    pointer-events: auto
}

.notices__card:first-of-type {
    z-index: 2
}

@media(min-width: 768px) {
    .notices__card {
        width:47rem;
        position: absolute
    }
}

@media(max-width: 767px) {
    .notices__card {
        opacity:0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease,visibility .3s ease;
        transition: opacity .3s ease,visibility .3s ease
    }
}

.notices__card.no-url .g-small-arrow-right {
    display: none
}

.notices__card-inner {
    width: 100%;
    position: relative;
    background: #fff
}

.notices__card-image {
    width: 15rem
}

.notices__card-image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

@media(max-width: 767px) {
    .notices__card-image {
        width:12rem
    }
}

@media(max-width: 390px) {
    .notices__card-image {
        width:100%;
        height: 15rem;
        position: relative
    }
}

.notices__card-content {
    padding: 1rem 2rem 1rem 17rem;
    min-height: 15rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .notices__card-content {
        min-height:12rem;
        padding-left: 14rem
    }
}

@media(max-width: 390px) {
    .notices__card-content {
        padding:2rem;
        min-height: 10rem
    }
}

.notices__card-paragraph {
    width: 100%;
    position: relative;
    color: #1a1919;
    max-height: 4.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media(max-width: 767px) {
    .notices__card-paragraph {
        font-size:1.4rem
    }
}

.notices__card-head {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    max-height: 5.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media(max-width: 767px) {
    .notices__card-head {
        font-size:1.5rem
    }
}

.notices__card-time {
    width: 100%;
    position: relative;
    color: rgba(0,0,0,.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 1.5rem;
    white-space: nowrap
}

.notices__card-time .g-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: #bf2b34;
    font-size: 1.1rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

@media(max-width: 767px) {
    .notices__card-time {
        font-size:1.4rem
    }
}

.notices__bell-icon {
    width: 1.3rem;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.052 14.239'%3E%3Cdefs/%3E%3Cpath d='M12.458 6.456a.594.594 0 0 1-.593-.593 6.19 6.19 0 0 0-1.824-4.405.593.593 0 0 1 .839-.839 7.367 7.367 0 0 1 2.172 5.244.594.594 0 0 1-.594.593ZM.593 6.456A.594.594 0 0 1 0 5.863 7.367 7.367 0 0 1 2.172.619a.593.593 0 0 1 .839.839 6.189 6.189 0 0 0-1.824 4.405.594.594 0 0 1-.593.593ZM12.093 10.034a3.974 3.974 0 0 1-1.411-3.041V5.34a4.156 4.156 0 0 0-3.56-4.106V.593a.594.594 0 0 0-1.187 0v.641A4.156 4.156 0 0 0 2.373 5.34v1.654a3.978 3.978 0 0 1-1.417 3.045 1.038 1.038 0 0 0 .675 1.827h9.789a1.038 1.038 0 0 0 .67-1.831ZM6.526 14.239a2.228 2.228 0 0 0 2.179-1.78H4.346a2.228 2.228 0 0 0 2.18 1.78Z' class='a'/%3E%3C/svg%3E")
}

@media(max-width: 767px) {
    .notices__bell-icon {
        top:50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.notices__announce-text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 2.2rem;
    position: relative
}

@media(min-width: 768px) {
    .notices__announce-text {
        top:-3rem;
        position: absolute;
        left: 0
    }
}

@media(max-width: 767px) {
    .notices__announce-text {
        padding-left:4rem
    }
}

.notices__announce-icon-container {
    width: 1.3rem;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media(max-width: 767px) {
    .notices__announce-icon-container {
        width:3rem;
        height: 3rem;
        background: #fc0001
    }
}

.notices__counter {
    width: 1.6rem;
    height: 1.6rem;
    background: #bf2b34;
    position: absolute;
    left: -1rem;
    top: -1rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    font-size: 1.2rem;
    color: #fff
}

@media(max-width: 767px) {
    .notices__counter {
        left:-0.8rem;
        top: -0.8rem
    }
}

.notices__open-js {
    pointer-events: auto
}

.notices .full-url {
    display: none
}

html.no-touch .notices .full-url:hover~.notices__card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

html.no-touch .notices .full-url:hover~.notices__card-content .g-small-arrow-right {
    -webkit-transform: translateY(-50%) translate3d(15%,0,0);
    transform: translateY(-50%) translate3d(15%,0,0)
}

.notices--open {
    pointer-events: auto
}

.notices--open .full-url {
    display: block
}

.notices--open .notices__bg {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.notices--open .notices__blank-button {
    display: none
}

.notices--open .notices__close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.notices--open .notices__wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.notices--open .notices__card {
    position: relative
}

@media(max-width: 767px) {
    .notices--open .notices__card {
        opacity:1;
        visibility: visible
    }
}

.notices__blank-button {
    width: 15rem;
    height: 19.5rem;
    position: absolute;
    top: -3.5rem;
    left: 0;
    z-index: 4;
    border: none;
    background: rgba(0,0,0,0);
    cursor: pointer
}

html.no-touch .notices__blank-button:hover~.notices__card-inner .notices__card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.notices__mobile-button {
    height: 3rem;
    cursor: pointer;
    position: absolute;
    left: 2rem;
    bottom: 3rem;
    z-index: 2;
    background: rgba(0,0,0,0);
    border: none;
    display: none
}

@media(max-width: 767px) {
    .notices__mobile-button.loaded {
        display:block
    }
}

.alert-button {
    color: #fff;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
    background: rgba(0,0,0,0);
    border: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3rem;
    padding-left: 4rem;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.has-notices .alert-button {
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(-10rem);
    transform: translateY(-50%) translateY(-10rem)
}

.alert-button .alert-icon-wrapper {
    width: 3rem;
    height: 3rem;
    background: #9d1019;
    left: 0;
    top: 0;
    position: absolute
}

.alert-button .alert-icon-wrapper:before {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.934 18.934'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h18.934v18.934H0Z' class='a'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url("/assets/Styles/Legacy/%23a")'%3E%3Cpath d='M15.975 18.341H2.958A2.962 2.962 0 0 1 0 15.383a2.961 2.961 0 0 1 .379-1.449L6.884 2.106A2.967 2.967 0 0 1 9.467.59a2.964 2.964 0 0 1 2.58 1.51l6.512 11.84a2.954 2.954 0 0 1 .375 1.443 2.962 2.962 0 0 1-2.959 2.958ZM9.466 2.069a1.483 1.483 0 0 0-1.291.756L1.666 14.652a1.486 1.486 0 0 0-.192.73 1.481 1.481 0 0 0 1.479 1.479H15.97a1.481 1.481 0 0 0 1.479-1.479 1.478 1.478 0 0 0-.189-.724l-6.512-11.84a1.48 1.48 0 0 0-1.282-.749Z' class='a'/%3E%3Cpath d='M9.467 11.685a.74.74 0 0 1-.74-.74V6.507a.74.74 0 0 1 .74-.74.74.74 0 0 1 .74.74v4.438a.74.74 0 0 1-.74.74ZM10.206 13.904a.74.74 0 0 1-.74.74.74.74 0 0 1-.74-.74.74.74 0 0 1 .74-.74.74.74 0 0 1 .74.74' class='a'/%3E%3C/g%3E%3C/svg%3E")
}

html.no-touch .alert-button:hover {
    color: #fc0001
}

@media(max-width: 767px) {
    .alert-button {
        right:auto;
        left: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }
}

@media(max-height: 600px) {
    .alert-button {
        -webkit-transform:translateY(-50%) translateY(-5rem) !important;
        transform: translateY(-50%) translateY(-5rem) !important
    }
}

html.alert-opened {
    overflow: hidden
}

.alert-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease,visibility .3s ease;
    transition: opacity .3s ease,visibility .3s ease;
    background: rgba(0,0,0,.7)
}

.alert-popup.opened {
    opacity: 1;
    visibility: visible
}

.alert-popup.opened .alert-popup__inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.alert-popup__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 767px) {
    .alert-popup__inner {
        -webkit-transform-origin:left center;
        transform-origin: left center
    }
}

.alert-popup__close {
    width: 5rem;
    height: 5rem;
    -webkit-transition: opacity .3s ease,visibility .3s ease,background .3s ease;
    transition: opacity .3s ease,visibility .3s ease,background .3s ease;
    background: #bf2b34;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
    overflow: hidden;
    z-index: 4
}

.alert-popup__close .g-chevron-slim-small-top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    font-size: 6rem;
    z-index: 1;
    text-align: center;
    opacity: .15;
    color: #fff
}

.alert-popup__close .close-icon:before,.alert-popup__close .close-icon:after {
    background: #fff
}

html.no-touch .alert-popup__close:hover {
    background: #fc0001
}

@media(max-width: 767px) {
    .alert-popup__close {
        right:-0.8rem;
        top: -2.3rem
    }
}

.alert-popup__card {
    width: 100%;
    max-width: 84rem;
    margin: auto;
    padding: 2rem;
    position: relative
}

.alert-popup__card.no-image .alert-popup__image {
    display: none
}

html.no-touch .alert-popup__card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width: 767px) {
    .alert-popup__card {
        max-width:40rem;
        padding: 5.4rem 3.6rem
    }
}

.alert-popup__card-wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.alert-popup__card-wrapper .alert-url {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

@media(max-width: 767px) {
    .alert-popup__card-wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.alert-popup__image {
    -webkit-flex-basis: 40rem;
    -ms-flex-preferred-size: 40rem;
    flex-basis: 40rem;
    min-height: 100%;
    background: #fff;
    position: relative
}

.alert-popup__image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

@media(max-width: 767px) {
    .alert-popup__image {
        -webkit-flex-basis:auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        aspect-ratio: 1/1
    }
}

.alert-popup .g-small-arrow-right {
    color: #bf2b34;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    font-size: 1.3rem
}

.alert-popup__card-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    min-height: 40rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: clamp(2rem,1.5873015873vw + 1.4603174603rem,4rem);
    position: relative
}

@media(max-width: 767px) {
    .alert-popup__card-content {
        min-height:0
    }

    .alert-popup__card-content>.g-small-arrow-right {
        display: none
    }
}

.alert-popup__head {
    font-size: clamp(2.2rem,0.4761904762vw + 2.0380952381rem,2.8rem);
    color: #bf2b34;
    font-weight: 700;
    text-transform: uppercase
}

.alert-popup__content {
    font-size: clamp(1.8rem,0.1587301587vw + 1.746031746rem,2rem);
    font-weight: 400;
    margin-top: 1.6rem
}

.alert-popup__updated {
    font-size: clamp(1.6rem,0.1587301587vw + 1.546031746rem,1.8rem);
    line-height: 1.3;
    color: rgba(26,25,25,.6);
    margin-top: 1.6rem;
    position: relative
}

.alert-popup__updated .g-small-arrow-right {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: none
}

@media(max-width: 767px) {
    .alert-popup__updated {
        padding-right:2rem
    }

    .alert-popup__updated .g-small-arrow-right {
        display: block
    }
}

@-webkit-keyframes stRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes stRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.shTemplReset {
    line-height: initial;
    font-size: initial
}

.shTemplReset:before {
    clear: both;
    content: "";
    display: table;
    margin-top: -0.1rem;
    height: 0
}

.shTemplReset * {
    box-sizing: border-box
}

.shTemplReset *:focus {
    outline: none
}

.shTemplReset *:after,.shTemplReset *:before {
    box-sizing: border-box
}

.shTemplReset main,.shTemplReset time {
    display: block
}

.shTemplReset address {
    font-style: normal
}

.shTemplReset button {
    cursor: pointer
}

.shTemplReset button:focus {
    outline: none
}

.shTemplReset fieldset {
    padding: 0;
    border: 0;
    margin: 0
}

.shTemplReset input {
    border: 0;
    border-radius: 0
}

.shTemplReset button:-moz-focusring,.shTemplReset [type=button]:-moz-focusring,.shTemplReset [type=reset]:-moz-focusring,.shTemplReset [type=submit]:-moz-focusring {
    border-style: none;
    outline: 0
}

.shTemplReset input:-webkit-autofill,.shTemplReset input:-webkit-autofill:hover,.shTemplReset input:-webkit-autofill:focus,.shTemplReset input:-webkit-autofill,.shTemplReset textarea:-webkit-autofill,.shTemplReset textarea:-webkit-autofill:hover,.shTemplReset textarea:-webkit-autofill:focus,.shTemplReset select:-webkit-autofill,.shTemplReset select:-webkit-autofill:hover,.shTemplReset select:-webkit-autofill:focus {
    background-color: rgba(0,0,0,0) !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 50px #fff inset
}

.shTemplReset img {
    border-style: none
}

.shTemplReset ul,.shTemplReset ul li {
    list-style-type: none
}

.shTemplReset ul {
    padding: 0;
    margin: 0
}

.shTemplReset em,.shTemplReset i {
    font-style: normal
}

.shTemplReset a,.shTemplReset div,.shTemplReset span,.shTemplReset button {
    -webkit-tap-highlight-color: rgba(0,0,0,.3)
}

.shTemplReset hr,.shTemplReset svg {
    overflow: visible
}

.shTemplReset *:focus-visible {
    outline: -webkit-focus-ring-color auto 1px
}

.shTplGContainer {
    max-width: 134rem;
    padding: 0 3rem;
    margin: 0 auto
}

.shTplGContainer:after {
    display: table;
    content: "";
    clear: both
}

@media(max-width: 767px) {
    .shTplGContainer {
        padding:0 2rem
    }
}

.shTplGResetHeaders,.mediaPopup .mediaPopup__type h4 {
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    padding: 0
}

.shTplGResetHeaders:first-letter,.mediaPopup .mediaPopup__type h4:first-letter {
    text-transform: capitalize
}

.shTplResetAnchor,.mediaPopup .mediaPopup__postTitle.forNews a,.mediaPopup .mediaPopup__desc .featuredParagraph a {
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important
}

.shTplGBlockScroll-html {
    overflow: hidden
}

.shTplGBlockScroll {
    position: relative;
    overflow: hidden
}

@media(max-width: 730px) {
    .shTplGBlockScroll {
        position:fixed;
        width: 100%;
        height: 100%
    }
}

.mtGenericLoader {
    height: 3rem;
    width: 3rem;
    -webkit-animation: stRotate 1.2s infinite linear;
    animation: stRotate 1.2s infinite linear;
    border: 0.2rem solid #97012e;
    border-right-color: rgba(0,0,0,0);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 7rem;
    z-index: 2;
    margin: -1.5rem 0 0 0
}

@-webkit-keyframes skeletonAnimations {
    0% {
        background-image: -webkit-linear-gradient(white 40px,white 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),-webkit-linear-gradient(gray 100%,transparent 0);
        background-image: linear-gradient(white 40px,white 99%,transparent 0),linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),linear-gradient(gray 100%,transparent 0);
        background-size: 40px 40px,135px 40px,100% 50%,0px 10px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,80px 8px,100% 100%;
        background-position: 0px 0px,40px 0px,0px 0px,20px 55%,20px 60%,20px 64%,20px 68%,20px 72%,20px 76%,20px 80%,20px 84%,0 0
    }

    100% {
        background-image: -webkit-linear-gradient(white 40px,white 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),-webkit-linear-gradient(gray 100%,transparent 0);
        background-image: linear-gradient(white 40px,white 99%,transparent 0),linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),linear-gradient(gray 100%,transparent 0);
        background-size: 40px 40px,135px 40px,100% 50%,150px 10px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,80px 8px,100% 100%;
        background-position: 0px 0px,40px 0px,0px 0px,20px 55%,20px 60%,20px 64%,20px 68%,20px 72%,20px 76%,20px 80%,20px 84%,0 0
    }
}

@keyframes skeletonAnimations {
    0% {
        background-image: -webkit-linear-gradient(white 40px,white 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),-webkit-linear-gradient(gray 100%,transparent 0);
        background-image: linear-gradient(white 40px,white 99%,transparent 0),linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),linear-gradient(gray 100%,transparent 0);
        background-size: 40px 40px,135px 40px,100% 50%,0px 10px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,80px 8px,100% 100%;
        background-position: 0px 0px,40px 0px,0px 0px,20px 55%,20px 60%,20px 64%,20px 68%,20px 72%,20px 76%,20px 80%,20px 84%,0 0
    }

    100% {
        background-image: -webkit-linear-gradient(white 40px,white 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),-webkit-linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),-webkit-linear-gradient(gray 100%,transparent 0);
        background-image: linear-gradient(white 40px,white 99%,transparent 0),linear-gradient(rgba(0,0,0,0.5) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.15) 100%,black 99%,transparent 0),linear-gradient(rgba(0,0,0,0.25) 10px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.12) 12px,transparent 0),linear-gradient(rgba(0,0,0,0.04) 8px,transparent 0),linear-gradient(gray 100%,transparent 0);
        background-size: 40px 40px,135px 40px,100% 50%,150px 10px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,calc(100% - 40px) 12px,80px 8px,100% 100%;
        background-position: 0px 0px,40px 0px,0px 0px,20px 55%,20px 60%,20px 64%,20px 68%,20px 72%,20px 76%,20px 80%,20px 84%,0 0
    }
}

.mediaPopup .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 1
}

.mediaPopup .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.mediaPopup .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.mediaPopup .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0rem,0rem,0rem)
}

.mediaPopup .owl-carousel .owl-wrapper,.mediaPopup .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.mediaPopup .owl-carousel .owl-item {
    position: relative;
    min-height: 0.1rem;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none
}

.mediaPopup .owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.mediaPopup .owl-carousel .owl-nav.disabled,.mediaPopup .owl-carousel .owl-dots.disabled {
    display: none
}

.mediaPopup .owl-carousel .owl-nav .owl-prev,.mediaPopup .owl-carousel .owl-nav .owl-next,.mediaPopup .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mediaPopup .owl-carousel .owl-nav button.owl-prev,.mediaPopup .owl-carousel .owl-nav button.owl-next,.mediaPopup .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.mediaPopup .owl-carousel.owl-loaded {
    display: block
}

.mediaPopup .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.mediaPopup .owl-carousel.owl-hidden {
    opacity: 0
}

.mediaPopup .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.mediaPopup .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mediaPopup .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.mediaPopup .owl-carousel.owl-rtl {
    direction: rtl
}

.mediaPopup .owl-carousel.owl-rtl .owl-item {
    float: right
}

.mediaPopup .no-js .owl-carousel {
    display: block
}

.mediaPopup .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.mediaPopup .owl-carousel .owl-animated-in {
    z-index: 0
}

.mediaPopup .owl-carousel .owl-animated-out {
    z-index: 1
}

.mediaPopup .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.mediaPopup .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.mediaPopup .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.mediaPopup .owl-carousel .owl-item .owl-lazy[src^=""],.mediaPopup .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.mediaPopup .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.mediaPopup .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.mediaPopup .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 8rem;
    width: 8rem;
    left: 50%;
    top: 50%;
    margin-left: -4rem;
    margin-top: -4rem;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease,-webkit-transform 100ms ease
}

.mediaPopup .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.mediaPopup .owl-carousel .owl-video-playing .owl-video-tn,.mediaPopup .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.mediaPopup .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.mediaPopup .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mpAudioPlayer {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    -webkit-transition: background-image 1s linear;
    transition: background-image 1s linear
}

.mpAudioPlayer+iframe {
    position: absolute;
    z-index: -6;
    pointer-events: none;
    opacity: 0
}

.mpAudioPlayer .mpAudioPlayer__content {
    overflow: hidden;
    position: relative;
    height: 100%
}

.mpAudioPlayer .mpAudioPlayer__play-btn {
    width: 60px;
    height: 60px;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    border: none;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    z-index: 3
}

.mpAudioPlayer .mpAudioPlayer__play-btn .playIcon {
    display: inline-block;
    border-left: 16px solid #000;
    border-top: 9px solid rgba(0,0,0,0);
    border-bottom: 9px solid rgba(0,0,0,0);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -6px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon {
    width: 18px;
    height: 16px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:after,.mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 100%;
    background: #000
}

.mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:before {
    margin-right: 3px
}

.mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:after {
    margin-left: 3px
}

html.no-touch .mpAudioPlayer .mpAudioPlayer__play-btn:hover {
    background: #ed8b1f;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

html.no-touch .mpAudioPlayer .mpAudioPlayer__play-btn:hover:after {
    opacity: .25;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpAudioPlayer .mpAudioPlayer__waveWrapper {
    position: absolute;
    top: 35%;
    height: 30%;
    width: 100%;
    pointer-events: all
}

.mpAudioPlayer .mpAudioPlayer__waveWrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.2);
    height: 100%;
    top: 0;
    z-index: -2
}

.mpAudioPlayer .mpAudioPlayer__waveform,.mpAudioPlayer .mpAudioPlayer__position,.mpAudioPlayer .mpAudioPlayer__hoverPosition {
    position: absolute;
    top: 0;
    height: 100%;
    left: 115px;
    right: 20px
}

.mpAudioPlayer .mpAudioPlayer__waveform {
    z-index: 3;
    background-size: 100% 100%;
    opacity: .5;
    -webkit-transition: background-image 1s linear;
    transition: background-image 1s linear
}

.mpAudioPlayer .mpAudioPlayer__position,.mpAudioPlayer .mpAudioPlayer__hoverPosition {
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    mix-blend-mode: overlay;
    z-index: 1
}

html.touch .mpAudioPlayer .SCplayer__position {
    z-index: 0
}

.mpAudioPlayer.isPlaying .mpAudioPlayer__play-btn .playIcon {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpAudioPlayer.isPlaying .mpAudioPlayer__play-btn .pauseIcon {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpAudioPlayer .mpAudioPlayer__hoverPosition {
    opacity: .3;
    z-index: 2;
    -webkit-transition: width .04s linear;
    transition: width .04s linear
}

@media(max-width: 767px) {
    .mpAudioPlayer .mpAudioPlayer__play-btn {
        left:15px;
        width: 54px;
        height: 54px;
        margin-top: -27px
    }

    .mpAudioPlayer .mpAudioPlayer__waveform,.mpAudioPlayer .mpAudioPlayer__position,.mpAudioPlayer .mpAudioPlayer__hoverPosition {
        left: 84px
    }
}

@media(max-width: 500px) {
    .mpAudioPlayer .mpAudioPlayer__play-btn {
        left:10px;
        width: 48px;
        height: 48px;
        margin-top: -24px
    }

    .mpAudioPlayer .mpAudioPlayer__waveform,.mpAudioPlayer .mpAudioPlayer__position,.mpAudioPlayer .mpAudioPlayer__hoverPosition {
        left: 68px;
        right: 10px
    }
}

@media(max-width: 430px) {
    .mpAudioPlayer .mpAudioPlayer__play-btn {
        width:42px;
        height: 42px;
        margin-top: -21px
    }

    .mpAudioPlayer .mpAudioPlayer__play-btn .playIcon {
        border-left: 14px solid #000;
        border-top: 8px solid rgba(0,0,0,0);
        border-bottom: 8px solid rgba(0,0,0,0);
        margin: -7px 0 0 -6px
    }

    .mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon {
        width: 16px;
        height: 14px;
        margin: -7px 0 0 -8px
    }

    .mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:after,.mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:before {
        width: 4px
    }

    .mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:before {
        margin-right: 2px
    }

    .mpAudioPlayer .mpAudioPlayer__play-btn .pauseIcon:before {
        margin-right: 2px
    }

    .mpAudioPlayer .mpAudioPlayer__waveform,.mpAudioPlayer .mpAudioPlayer__position,.mpAudioPlayer .mpAudioPlayer__hoverPosition {
        left: 62px
    }
}

.mpGalSlide {
    padding-bottom: 56.25%;
    background: #e0e0e0;
    position: relative;
    margin-bottom: 27px
}

.mpGalSlide .owl-stage-outer,.mpGalSlide .owl-stage,.mpGalSlide .owl-item {
    height: 100%
}

.mpGalSlide .mpGalSlide__carousel {
    position: absolute !important;
    height: 100%
}

.mpGalSlide .mpGalSlide__item {
    height: 100%
}

.mpGalSlide .mpGalSlide__item img,.mpGalSlide .mpGalSlide__item video {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important
}

.mpGalSlide .mpGalSlide__item.isPortrait img {
    object-fit: contain
}

.mpGalSlide .mpGalSlide__autoplay,.mpGalSlide .mpGalSlide__navBtn {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.75);
    position: absolute;
    border: none;
    z-index: 5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

html.no-touch .mpGalSlide .mpGalSlide__autoplay:hover,html.no-touch .mpGalSlide .mpGalSlide__navBtn:hover {
    background: #000
}

.mpGalSlide .mpGalSlide__navBtn {
    top: 50%;
    margin-top: -25px
}

.mpGalSlide .mpGalSlide__navBtn i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -8px;
    display: inline-block;
    border-top: 7px solid rgba(0,0,0,0);
    border-bottom: 7px solid rgba(0,0,0,0)
}

.mpGalSlide .mpGalSlide__navBtn.isPrev {
    left: 0
}

.mpGalSlide .mpGalSlide__navBtn.isPrev i {
    border-right: 16px solid #fff
}

.mpGalSlide .mpGalSlide__navBtn.isNext {
    right: 0
}

.mpGalSlide .mpGalSlide__navBtn.isNext i {
    border-left: 16px solid #fff
}

.mpGalSlide .mpGalSlide__autoplay {
    bottom: 0;
    left: 50%;
    margin-left: -25px
}

.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -11px;
    display: inline-block;
    border-left: 22px solid #fff;
    border-top: 9px solid rgba(0,0,0,0);
    border-bottom: 9px solid rgba(0,0,0,0);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause {
    width: 16px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -8px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause:before,.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause:after {
    content: "";
    height: 100%;
    width: 5px;
    background: #fff;
    position: absolute;
    top: 0
}

.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause:before {
    left: 0
}

.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause:after {
    right: 0
}

.mpGalSlide .mpGalSlide__autoplay.isPaused .mpGalSlide__play {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpGalSlide .mpGalSlide__autoplay.isPaused .mpGalSlide__pause {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpGalSlide .mpGalSlide__count {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 5;
    color: #fff;
    font-size: 16px
}

@media(max-width: 767px) {
    .mpGalSlide .mpGalSlide__autoplay,.mpGalSlide .mpGalSlide__navBtn {
        width:40px;
        height: 40px;
        background: rgba(0,0,0,.35)
    }

    .mpGalSlide .mpGalSlide__autoplay .mpGalSlide__play {
        margin: -8px 0 0 -10px;
        border-left: 20px solid #fff;
        border-top: 8px solid rgba(0,0,0,0);
        border-bottom: 8px solid rgba(0,0,0,0)
    }

    .mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause {
        width: 14px;
        height: 20px;
        margin: -10px 0 0 -7px
    }

    .mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause:before,.mpGalSlide .mpGalSlide__autoplay .mpGalSlide__pause:after {
        width: 4px
    }

    .mpGalSlide .mpGalSlide__navBtn {
        margin-top: -20px
    }

    .mpGalSlide .mpGalSlide__navBtn i {
        margin: -6px 0 0 -7px;
        border-top: 6px solid rgba(0,0,0,0);
        border-bottom: 6px solid rgba(0,0,0,0)
    }

    .mpGalSlide .mpGalSlide__navBtn.isPrev i {
        border-right: 14px solid #fff
    }

    .mpGalSlide .mpGalSlide__navBtn.isNext i {
        border-left: 14px solid #fff
    }

    .mpGalSlide .mpGalSlide__count {
        bottom: 10px;
        left: 10px
    }
}

.mpRelatedTags {
    font-size: 0;
    position: relative;
    display: block;
    vertical-align: top;
    z-index: 2;
    overflow: hidden
}

.mpRelatedTags li {
    display: inline-block;
    margin-top: 13px;
    background: #fff;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    padding-right: 10px;
    text-transform: capitalize;
    color: #243f86;
    vertical-align: middle;
    background: #c2e76b;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mpRelatedTags li span {
    display: block;
    float: left;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative
}

.mpRelatedTags li span:after,.mpRelatedTags li span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.4rem;
    height: 0.1rem;
    background: #243f86
}

.mpRelatedTags li span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mpRelatedTags li span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mpRelatedTags li:not(:last-of-type) {
    margin-right: 30px
}

.mpRelatedTags li a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    word-break: break-all
}

.mpRelatedTags li.forStaff {
    padding-left: 10px
}

.mpRelatedTags li.forMpRelated {
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer
}

.mpRelatedTags li.forMpRelated:not(:last-of-type) {
    margin-right: 15px
}

.mpRelatedTags li.isHidden {
    display: none !important
}

html.no-touch .mpRelatedTags li:not(.forStaff):hover {
    background: #fff;
    color: #243f86
}

html.no-touch .mpRelatedTags li:not(.forStaff):hover span:before,html.no-touch .mpRelatedTags li:not(.forStaff):hover span:after {
    background: #243f86
}

@media(max-width: 650px) {
    .mpRelatedTags {
        overflow:visible
    }
}

.mediaPopup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9999998;
    overflow: hidden
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.mediaPopup:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    -webkit-animation: fadeIn .3s ease-in-out forwards;
    animation: fadeIn .3s ease-in-out forwards
}

.mediaPopup .mediaPopup__inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 737px;
    margin: 0 0 0 auto;
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup .mediaPopup__content {
    min-height: calc(100% - 50px);
    overflow-y: auto;
    height: calc(100% - 50px);
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #fff
}

html.touch .mediaPopup .mediaPopup__content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mediaPopup.defaultLayout .mediaPopup__singleImage {
    width: 100%
}

.mediaPopup .secondLvlCss {
    text-align: left;
    margin: 0;
    padding: 0;
    max-width: unset;
    min-width: unset
}

.mediaPopup .mediaPopup__featuredPost {
    padding: 30px;
    position: relative;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mediaPopup .mediaPopup__featuredPost:after {
    display: table;
    content: "";
    clear: both
}

.mediaPopup .mediaPopup__featuredPost a {
    color: currentColor
}

.mediaPopup .mediaPopup__featuredPost a:after,.mediaPopup .mediaPopup__featuredPost a:before,.mediaPopup .mediaPopup__featuredPost a i {
    display: none !important
}

.mediaPopup .mediaPopup__url {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 1
}

.mediaPopup .mediaPopup__topNav {
    position: relative;
    max-width: 737px;
    margin: 0 0 0 auto;
    font-size: 0;
    z-index: 3;
    background: #bf2b34;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
}

.mediaPopup .mediaPopup__topNav .decorator {
    width: 16.5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.mediaPopup .mediaPopup__topNav .decorator:before,.mediaPopup .mediaPopup__topNav .decorator:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #343434;
    -webkit-clip-path: polygon(20.303% 0%,100% 0%,100% 100%,20.303% 100%,0% 50.4%,20.303% 0%);
    clip-path: polygon(20.303% 0%,100% 0%,100% 100%,20.303% 100%,0% 50.4%,20.303% 0%);
    z-index: 2
}

.mediaPopup .mediaPopup__topNav .decorator:after {
    left: -0.6rem;
    z-index: 1;
    background: #fc0001
}

.mediaPopup .mediaPopup__type {
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    background: #bf2b34;
    height: 50px;
    padding-left: 15px
}

.mediaPopup .mediaPopup__type h4 {
    line-height: 50px;
    color: #fff
}

.mediaPopup .mediaPopup__button {
    width: 50px;
    height: 50px;
    position: relative;
    background: #343434;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 3
}

.mediaPopup .mediaPopup__button i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.mediaPopup .mediaPopup__close {
    display: inline-block;
    border: none;
    background: #bf2b34;
    position: relative
}

.mediaPopup .mediaPopup__close:before {
    content: "";
    width: 1px;
    height: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    right: 0;
    z-index: 2;
    background: #fff
}

.mediaPopup .mediaPopup__close i {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.mediaPopup .mediaPopup__close i:after,.mediaPopup .mediaPopup__close i:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #fff
}

.mediaPopup .mediaPopup__close i:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mediaPopup .mediaPopup__close i:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mediaPopup .mediaPopup__close i:last-child {
    opacity: 0
}

.mediaPopup .mediaPopup__close i:last-child:after,.mediaPopup .mediaPopup__close i:last-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #fc0001
}

.mediaPopup .mediaPopup__close i:last-child:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mediaPopup .mediaPopup__close i:last-child:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

html.no-touch .mediaPopup .mediaPopup__close:hover i {
    opacity: 0
}

html.no-touch .mediaPopup .mediaPopup__close:hover i:last-child {
    opacity: 1
}

.mediaPopup .mediaPopup__more,.mediaPopup .mediaPopup__share {
    position: absolute;
    top: 0;
    border: none
}

.mediaPopup .mediaPopup__more {
    right: 60px
}

.mediaPopup .mediaPopup__more i {
    width: 23px;
    margin: auto
}

.mediaPopup .mediaPopup__share {
    right: 0
}

.mediaPopup .mediaPopup__share i {
    width: 2.2rem;
    height: 2.2rem;
    display: block
}

.mediaPopup .mediaPopup__share i:before,.mediaPopup .mediaPopup__share i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup .mediaPopup__share i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup .mediaPopup__share i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup .mediaPopup__share:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup .mediaPopup__share:hover i:before {
    opacity: 0
}

.mediaPopup .mediaPopup__iframeContainer {
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 26px;
    z-index: 1
}

.mediaPopup .mediaPopup__iframeContainer iframe,.mediaPopup .mediaPopup__iframeContainer video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mediaPopup .mediaPopup__singleImage {
    float: right;
    display: inline-block;
    position: relative;
    width: 50%;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 0
}

.mediaPopup .mediaPopup__singleImage img {
    width: 100%
}

.mediaPopup .mediaPopup__singleImage img:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 0
}

.mediaPopup .mediaPopup__singleImage.showBigImage img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out .3s;
    transition: opacity .3s ease-in-out .3s
}

.mediaPopup .mediaPopup__singleImage.isPortrait {
    width: 40%
}

.mediaPopup .mediaPopup__feedInfo {
    margin-top: 0 !important;
    margin-bottom: 13px !important
}

.mediaPopup .mediaPopup__feedInfo>a {
    display: inline-block !important;
    vertical-align: middle;
    text-decoration: none !important;
    border-bottom: 0 !important;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    position: relative;
    -webkit-transition: none;
    transition: none
}

.mediaPopup .mediaPopup__feedInfo>a:after,.mediaPopup .mediaPopup__feedInfo>a:before {
    display: none !important
}

.mediaPopup .mediaPopup__feedInfo span {
    display: inline-block;
    vertical-align: middle
}

.mediaPopup .mediaPopup__feedIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 20px;
    height: 30px;
    background-position: center center
}

.mediaPopup .mediaPopup__feedName {
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase
}

.mediaPopup .mediaPopup__date {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    color: #535353;
    font-size: 90%;
    position: relative
}

.mediaPopup .mediaPopup__desc .secondLvlCss a {
    position: relative;
    z-index: 1;
    color: currentColor
}

.mediaPopup .mediaPopup__desc .featuredParagraph:before,.mediaPopup .mediaPopup__desc .featuredParagraph:after {
    display: none !important
}

.mediaPopup .mediaPopup__postTitle.forNews a {
    text-decoration: none !important;
    border: none !important
}

.mediaPopup p.mediaPopup__postTitle {
    font-size: 18px;
    white-space: pre-wrap
}

.mediaPopup p.mediaPopup__postTitle a {
    font-size: 18px
}

.mediaPopup .mediaPopup__extraDescWrapper {
    position: relative
}

.mediaPopup .mediaPopup__extraDescWrapper img {
    max-width: 100%
}

.mediaPopup .mediaPopup__related {
    position: relative;
    padding: 26px 30px 30px 30px;
    overflow: hidden;
    background: #edeae7
}

.mediaPopup .mediaPopup__related .mtGenericLoader {
    height: 50px;
    width: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-color: #e94938
}

.mediaPopup .mediaPopup__related.isSecondary {
    display: none
}

.mediaPopup .mediaPopup__relatedHeaderWrapper:after {
    display: table;
    content: "";
    clear: both
}

.mediaPopup .mediaPopup__relatedHeaderWrapper .content-style {
    float: left;
    vertical-align: middle;
    margin-right: 30px
}

.mediaPopup .mediaPopup__relatedHeaderWrapper .content-style h4 {
    text-transform: uppercase;
    color: #535353;
    margin-bottom: 0;
    padding: 0 1rem
}

.mediaPopup .mediaPopup__relatedContainer {
    margin-top: 23px;
    clear: both
}

.mediaPopup .mediaPopup__col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-bottom: 10px
}

.mediaPopup .mediaPopup__col:nth-of-type(odd) {
    padding-right: 5px
}

.mediaPopup .mediaPopup__col:nth-of-type(even) {
    padding-left: 5px
}

.mediaPopup .mediaPopup__col .mtStoryItem,.mediaPopup .mediaPopup__col .js-staffPopup,.mediaPopup .mediaPopup__col .js-cardPopup {
    width: 100%;
    padding: 0 5px 20px 5px
}

.mediaPopup .mediaPopup__moreStoriesButton {
    padding: 0 30px 30px 30px
}

.mediaPopup.news .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.news .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.news .mediaPopup__feedName,.mediaPopup.TiarcNews .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.TiarcNews .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.TiarcNews .mediaPopup__feedName {
    color: #243f86
}

.mediaPopup.news .mediaPopup__more i:before,.mediaPopup.news .mediaPopup__more i:after,.mediaPopup.TiarcNews .mediaPopup__more i:before,.mediaPopup.TiarcNews .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.news .mediaPopup__more i:before,.mediaPopup.TiarcNews .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76 512c41.352 0 75-34.648 75-76s-33.648-76-75-76-76 34.648-76 76 34.648 76 76 76zm0 0'/%3E%3Cpath d='M242 497c0 5.063-.43 10.02-.762 15h90c.239-5.008.762-9.938.762-15 0-173.688-143.312-317-317-317-5.062 0-9.992.523-15 .762v90c4.98-.332 9.938-.762 15-.762 124.07 0 227 102.93 227 227zm0 0'/%3E%3Cpath d='M15 0C9.934 0 5.027.61 0 .758v90.004C5.02 90.574 9.938 90 15 90c223.316 0 407 183.684 407 407 0 5.063-.574 9.98-.762 15h90.004c.149-5.027.758-9.934.758-15C512 223.617 288.379 0 15 0zm0 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.news .mediaPopup__more i:after,.mediaPopup.TiarcNews .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76 512c41.352 0 75-34.648 75-76s-33.648-76-75-76-76 34.648-76 76 34.648 76 76 76zm0 0'/%3E%3Cpath d='M242 497c0 5.063-.43 10.02-.762 15h90c.239-5.008.762-9.938.762-15 0-173.688-143.312-317-317-317-5.062 0-9.992.523-15 .762v90c4.98-.332 9.938-.762 15-.762 124.07 0 227 102.93 227 227zm0 0'/%3E%3Cpath d='M15 0C9.934 0 5.027.61 0 .758v90.004C5.02 90.574 9.938 90 15 90c223.316 0 407 183.684 407 407 0 5.063-.574 9.98-.762 15h90.004c.149-5.027.758-9.934.758-15C512 223.617 288.379 0 15 0zm0 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.news .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.TiarcNews .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.news .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.TiarcNews .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.news .mediaPopup__feedIcon,.mediaPopup.TiarcNews .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23243f86%27%20viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76 512c41.352 0 75-34.648 75-76s-33.648-76-75-76-76 34.648-76 76 34.648 76 76 76zm0 0'/%3E%3Cpath d='M242 497c0 5.063-.43 10.02-.762 15h90c.239-5.008.762-9.938.762-15 0-173.688-143.312-317-317-317-5.062 0-9.992.523-15 .762v90c4.98-.332 9.938-.762 15-.762 124.07 0 227 102.93 227 227zm0 0'/%3E%3Cpath d='M15 0C9.934 0 5.027.61 0 .758v90.004C5.02 90.574 9.938 90 15 90c223.316 0 407 183.684 407 407 0 5.063-.574 9.98-.762 15h90.004c.149-5.027.758-9.934.758-15C512 223.617 288.379 0 15 0zm0 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.news .mediaPopup__featuredPost>.mediaPopup__url,.mediaPopup.TiarcNews .mediaPopup__featuredPost>.mediaPopup__url {
    display: none
}

.mediaPopup.facebook .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.facebook .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.facebook .mediaPopup__feedName {
    color: #3b5998
}

.mediaPopup.facebook .mediaPopup__more i:before,.mediaPopup.facebook .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.facebook .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.facebook .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.facebook .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.facebook .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.facebook .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%233b5998%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.twitter .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.twitter .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.twitter .mediaPopup__feedName {
    color: #0f1419
}

.mediaPopup.twitter .mediaPopup__more i:before,.mediaPopup.twitter .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.twitter .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.twitter .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.twitter .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.twitter .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.twitter .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230f1419%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.blogs .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.blogs .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.blogs .mediaPopup__feedName,.mediaPopup.blog .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.blog .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.blog .mediaPopup__feedName {
    color: #d54e21
}

.mediaPopup.blogs .mediaPopup__more i:before,.mediaPopup.blogs .mediaPopup__more i:after,.mediaPopup.blog .mediaPopup__more i:before,.mediaPopup.blog .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.blogs .mediaPopup__more i:before,.mediaPopup.blog .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' height='56.693' width='56.693'%3E%3Cpath clip-rule='evenodd' d='M52.279 26.151l-.406-.84-.68-.531c-.887-.695-5.375.045-6.584-1.053-.857-.789-.99-2.211-1.25-4.131-.48-3.734-.787-3.926-1.369-5.186-2.113-4.488-7.848-7.863-11.787-8.332H19.531c-8.395 0-15.257 6.877-15.257 15.271v17.813c0 8.379 6.862 15.242 15.257 15.242h17.534c8.395 0 15.215-6.863 15.262-15.242l.094-12.338-.142-.673zm-32.553-7.592h8.461a2.922 2.922 0 0 1 2.922 2.91 2.934 2.934 0 0 1-2.922 2.922h-8.461a2.934 2.934 0 0 1-2.923-2.922 2.921 2.921 0 0 1 2.923-2.91zm17.192 23.286H19.726c-1.615 0-2.923-1.328-2.923-2.906a2.916 2.916 0 0 1 2.923-2.906h17.192a2.908 2.908 0 0 1 2.906 2.906c0 1.578-1.301 2.906-2.906 2.906z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.blogs .mediaPopup__more i:after,.mediaPopup.blog .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' height='56.693' width='56.693'%3E%3Cpath clip-rule='evenodd' d='M52.279 26.151l-.406-.84-.68-.531c-.887-.695-5.375.045-6.584-1.053-.857-.789-.99-2.211-1.25-4.131-.48-3.734-.787-3.926-1.369-5.186-2.113-4.488-7.848-7.863-11.787-8.332H19.531c-8.395 0-15.257 6.877-15.257 15.271v17.813c0 8.379 6.862 15.242 15.257 15.242h17.534c8.395 0 15.215-6.863 15.262-15.242l.094-12.338-.142-.673zm-32.553-7.592h8.461a2.922 2.922 0 0 1 2.922 2.91 2.934 2.934 0 0 1-2.922 2.922h-8.461a2.934 2.934 0 0 1-2.923-2.922 2.921 2.921 0 0 1 2.923-2.91zm17.192 23.286H19.726c-1.615 0-2.923-1.328-2.923-2.906a2.916 2.916 0 0 1 2.923-2.906h17.192a2.908 2.908 0 0 1 2.906 2.906c0 1.578-1.301 2.906-2.906 2.906z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.blogs .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.blog .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.blogs .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.blog .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.blogs .mediaPopup__feedIcon,.mediaPopup.blog .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d54e21%27%20xmlns='http://www.w3.org/2000/svg' height='56.693' width='56.693'%3E%3Cpath clip-rule='evenodd' d='M52.279 26.151l-.406-.84-.68-.531c-.887-.695-5.375.045-6.584-1.053-.857-.789-.99-2.211-1.25-4.131-.48-3.734-.787-3.926-1.369-5.186-2.113-4.488-7.848-7.863-11.787-8.332H19.531c-8.395 0-15.257 6.877-15.257 15.271v17.813c0 8.379 6.862 15.242 15.257 15.242h17.534c8.395 0 15.215-6.863 15.262-15.242l.094-12.338-.142-.673zm-32.553-7.592h8.461a2.922 2.922 0 0 1 2.922 2.91 2.934 2.934 0 0 1-2.922 2.922h-8.461a2.934 2.934 0 0 1-2.923-2.922 2.921 2.921 0 0 1 2.923-2.91zm17.192 23.286H19.726c-1.615 0-2.923-1.328-2.923-2.906a2.916 2.916 0 0 1 2.923-2.906h17.192a2.908 2.908 0 0 1 2.906 2.906c0 1.578-1.301 2.906-2.906 2.906z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.wordpress .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.wordpress .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.wordpress .mediaPopup__feedName {
    color: #d54e21
}

.mediaPopup.wordpress .mediaPopup__more i:before,.mediaPopup.wordpress .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.wordpress .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M1.984 14c0-1.734.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zm20.125-.609c0 1.031-.422 2.219-.922 3.891l-1.188 4-4.344-12.906s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.953.141-3.203.156-3.203.156s-1.172-.016-3.156-.156c-.656-.047-.734.938-.078.984.609.063 1.25.125 1.25.125l1.875 5.125-2.625 7.875-4.375-13s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.937.141-3.203.156-3.203.156-.219 0-.484-.016-.766-.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-.156c-1.172 0-2.016 1.016-2.016 2.125 0 .984.578 1.813 1.188 2.812.469.797.984 1.828.984 3.313zm-7.906 1.656l3.703 10.109c.016.063.047.125.078.172-1.25.438-2.578.688-3.984.688-1.172 0-2.312-.172-3.391-.5zm10.328-6.813c.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c.609-1.75.922-3.094.922-4.312 0-.438-.031-.844-.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14S0 21.719 0 14 6.281 0 14 0zm0 27.359c7.359 0 13.359-6 13.359-13.359S21.359.641 14 .641.641 6.641.641 14s6 13.359 13.359 13.359z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.wordpress .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M1.984 14c0-1.734.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zm20.125-.609c0 1.031-.422 2.219-.922 3.891l-1.188 4-4.344-12.906s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.953.141-3.203.156-3.203.156s-1.172-.016-3.156-.156c-.656-.047-.734.938-.078.984.609.063 1.25.125 1.25.125l1.875 5.125-2.625 7.875-4.375-13s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.937.141-3.203.156-3.203.156-.219 0-.484-.016-.766-.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-.156c-1.172 0-2.016 1.016-2.016 2.125 0 .984.578 1.813 1.188 2.812.469.797.984 1.828.984 3.313zm-7.906 1.656l3.703 10.109c.016.063.047.125.078.172-1.25.438-2.578.688-3.984.688-1.172 0-2.312-.172-3.391-.5zm10.328-6.813c.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c.609-1.75.922-3.094.922-4.312 0-.438-.031-.844-.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14S0 21.719 0 14 6.281 0 14 0zm0 27.359c7.359 0 13.359-6 13.359-13.359S21.359.641 14 .641.641 6.641.641 14s6 13.359 13.359 13.359z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.wordpress .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.wordpress .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.wordpress .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d54e21%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M1.984 14c0-1.734.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zm20.125-.609c0 1.031-.422 2.219-.922 3.891l-1.188 4-4.344-12.906s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.953.141-3.203.156-3.203.156s-1.172-.016-3.156-.156c-.656-.047-.734.938-.078.984.609.063 1.25.125 1.25.125l1.875 5.125-2.625 7.875-4.375-13s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.937.141-3.203.156-3.203.156-.219 0-.484-.016-.766-.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-.156c-1.172 0-2.016 1.016-2.016 2.125 0 .984.578 1.813 1.188 2.812.469.797.984 1.828.984 3.313zm-7.906 1.656l3.703 10.109c.016.063.047.125.078.172-1.25.438-2.578.688-3.984.688-1.172 0-2.312-.172-3.391-.5zm10.328-6.813c.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c.609-1.75.922-3.094.922-4.312 0-.438-.031-.844-.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14S0 21.719 0 14 6.281 0 14 0zm0 27.359c7.359 0 13.359-6 13.359-13.359S21.359.641 14 .641.641 6.641.641 14s6 13.359 13.359 13.359z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.tumblr .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.tumblr .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.tumblr .mediaPopup__feedName {
    color: #d54e21
}

.mediaPopup.tumblr .mediaPopup__more i:before,.mediaPopup.tumblr .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.tumblr .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M18.001 14v7.318c0 1.857-.024 2.927.173 3.453.195.524.685 1.067 1.218 1.381.709.425 1.517.637 2.428.637 1.62 0 2.577-.214 4.179-1.267v4.811c-1.366.642-2.558 1.019-3.666 1.279-1.109.258-2.308.388-3.596.388-1.463 0-2.327-.184-3.45-.552-1.124-.371-2.083-.9-2.876-1.579-.795-.685-1.344-1.413-1.652-2.182s-.46-1.888-.46-3.351V13.114H6.004V8.583C7.26 8.175 8.665 7.59 9.56 6.828c.899-.764 1.618-1.678 2.16-2.748.543-1.067.917-2.429 1.121-4.079H18v8h7.999v6H18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.tumblr .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M18.001 14v7.318c0 1.857-.024 2.927.173 3.453.195.524.685 1.067 1.218 1.381.709.425 1.517.637 2.428.637 1.62 0 2.577-.214 4.179-1.267v4.811c-1.366.642-2.558 1.019-3.666 1.279-1.109.258-2.308.388-3.596.388-1.463 0-2.327-.184-3.45-.552-1.124-.371-2.083-.9-2.876-1.579-.795-.685-1.344-1.413-1.652-2.182s-.46-1.888-.46-3.351V13.114H6.004V8.583C7.26 8.175 8.665 7.59 9.56 6.828c.899-.764 1.618-1.678 2.16-2.748.543-1.067.917-2.429 1.121-4.079H18v8h7.999v6H18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.tumblr .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.tumblr .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.tumblr .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d54e21%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M18.001 14v7.318c0 1.857-.024 2.927.173 3.453.195.524.685 1.067 1.218 1.381.709.425 1.517.637 2.428.637 1.62 0 2.577-.214 4.179-1.267v4.811c-1.366.642-2.558 1.019-3.666 1.279-1.109.258-2.308.388-3.596.388-1.463 0-2.327-.184-3.45-.552-1.124-.371-2.083-.9-2.876-1.579-.795-.685-1.344-1.413-1.652-2.182s-.46-1.888-.46-3.351V13.114H6.004V8.583C7.26 8.175 8.665 7.59 9.56 6.828c.899-.764 1.618-1.678 2.16-2.748.543-1.067.917-2.429 1.121-4.079H18v8h7.999v6H18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.events .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.events .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.events .mediaPopup__feedName,.mediaPopup.calendar .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.calendar .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.calendar .mediaPopup__feedName,.mediaPopup.tiarcfixtures .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.tiarcfixtures .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.tiarcfixtures .mediaPopup__feedName {
    color: #d4003c
}

.mediaPopup.events .mediaPopup__more i:before,.mediaPopup.events .mediaPopup__more i:after,.mediaPopup.calendar .mediaPopup__more i:before,.mediaPopup.calendar .mediaPopup__more i:after,.mediaPopup.tiarcfixtures .mediaPopup__more i:before,.mediaPopup.tiarcfixtures .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.events .mediaPopup__more i:before,.mediaPopup.calendar .mediaPopup__more i:before,.mediaPopup.tiarcfixtures .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.events .mediaPopup__more i:after,.mediaPopup.calendar .mediaPopup__more i:after,.mediaPopup.tiarcfixtures .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.events .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.calendar .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.tiarcfixtures .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.events .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.calendar .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.tiarcfixtures .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.events .mediaPopup__feedIcon,.mediaPopup.calendar .mediaPopup__feedIcon,.mediaPopup.tiarcfixtures .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d4003c%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.publication .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.publication .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.publication .mediaPopup__feedName,.mediaPopup.issuu .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.issuu .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.issuu .mediaPopup__feedName,.mediaPopup.magazines .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.magazines .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.magazines .mediaPopup__feedName {
    color: #f36d5d
}

.mediaPopup.publication .mediaPopup__more i:before,.mediaPopup.publication .mediaPopup__more i:after,.mediaPopup.issuu .mediaPopup__more i:before,.mediaPopup.issuu .mediaPopup__more i:after,.mediaPopup.magazines .mediaPopup__more i:before,.mediaPopup.magazines .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.publication .mediaPopup__more i:before,.mediaPopup.issuu .mediaPopup__more i:before,.mediaPopup.magazines .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath  d='M15.985 8.421c-4.194 0-7.564 3.393-7.564 7.579s3.37 7.579 7.564 7.579 7.594-3.393 7.594-7.579-3.4-7.579-7.594-7.579zM16 20.21c-2.325 0-4.21-1.885-4.21-4.211s1.885-4.211 4.211-4.211c2.325 0 4.21 1.885 4.21 4.211S18.326 20.21 16 20.21z'/%3E%3Cpath  d='M16 0H1.369C.614 0 .001.613.001 1.368v14.631c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0 26.947C9.954 26.947 5.053 22.046 5.053 16S9.954 5.053 16 5.053 26.947 9.954 26.947 16 22.046 26.947 16 26.947z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.publication .mediaPopup__more i:after,.mediaPopup.issuu .mediaPopup__more i:after,.mediaPopup.magazines .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath  d='M15.985 8.421c-4.194 0-7.564 3.393-7.564 7.579s3.37 7.579 7.564 7.579 7.594-3.393 7.594-7.579-3.4-7.579-7.594-7.579zM16 20.21c-2.325 0-4.21-1.885-4.21-4.211s1.885-4.211 4.211-4.211c2.325 0 4.21 1.885 4.21 4.211S18.326 20.21 16 20.21z'/%3E%3Cpath  d='M16 0H1.369C.614 0 .001.613.001 1.368v14.631c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0 26.947C9.954 26.947 5.053 22.046 5.053 16S9.954 5.053 16 5.053 26.947 9.954 26.947 16 22.046 26.947 16 26.947z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.publication .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.issuu .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.magazines .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.publication .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.issuu .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.magazines .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.publication .mediaPopup__feedIcon,.mediaPopup.issuu .mediaPopup__feedIcon,.mediaPopup.magazines .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f36d5d%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath  d='M15.985 8.421c-4.194 0-7.564 3.393-7.564 7.579s3.37 7.579 7.564 7.579 7.594-3.393 7.594-7.579-3.4-7.579-7.594-7.579zM16 20.21c-2.325 0-4.21-1.885-4.21-4.211s1.885-4.211 4.211-4.211c2.325 0 4.21 1.885 4.21 4.211S18.326 20.21 16 20.21z'/%3E%3Cpath  d='M16 0H1.369C.614 0 .001.613.001 1.368v14.631c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0 26.947C9.954 26.947 5.053 22.046 5.053 16S9.954 5.053 16 5.053 26.947 9.954 26.947 16 22.046 26.947 16 26.947z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.video .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.video .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.video .mediaPopup__feedName,.mediaPopup.videos .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.videos .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.videos .mediaPopup__feedName,.mediaPopup.youtube .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.youtube .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.youtube .mediaPopup__feedName {
    color: red
}

.mediaPopup.video .mediaPopup__more i:before,.mediaPopup.video .mediaPopup__more i:after,.mediaPopup.videos .mediaPopup__more i:before,.mediaPopup.videos .mediaPopup__more i:after,.mediaPopup.youtube .mediaPopup__more i:before,.mediaPopup.youtube .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.video .mediaPopup__more i:before,.mediaPopup.videos .mediaPopup__more i:before,.mediaPopup.youtube .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' %3E%3Cpath d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797.281 9.797.281.547.063 1.75.063 2.812 1.188 0 0 .859.844 1.109 2.781.297 2.266.281 4.531.281 4.531v2.125s.016 2.266-.281 4.531c-.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906.297-9.797.297-7.281-.063-9.516-.281-9.516-.281-.625-.109-2.031-.078-3.094-1.188 0 0-.859-.859-1.109-2.781C-.016 17.327 0 15.062 0 15.062v-2.125s-.016-2.266.281-4.531C.531 6.469 1.39 5.625 1.39 5.625 2.452 4.5 3.656 4.5 4.202 4.437c0 0 3.906-.281 9.797-.281z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.video .mediaPopup__more i:after,.mediaPopup.videos .mediaPopup__more i:after,.mediaPopup.youtube .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' %3E%3Cpath d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797.281 9.797.281.547.063 1.75.063 2.812 1.188 0 0 .859.844 1.109 2.781.297 2.266.281 4.531.281 4.531v2.125s.016 2.266-.281 4.531c-.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906.297-9.797.297-7.281-.063-9.516-.281-9.516-.281-.625-.109-2.031-.078-3.094-1.188 0 0-.859-.859-1.109-2.781C-.016 17.327 0 15.062 0 15.062v-2.125s-.016-2.266.281-4.531C.531 6.469 1.39 5.625 1.39 5.625 2.452 4.5 3.656 4.5 4.202 4.437c0 0 3.906-.281 9.797-.281z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.video .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.videos .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.youtube .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.video .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.videos .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.youtube .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.video .mediaPopup__feedIcon,.mediaPopup.videos .mediaPopup__feedIcon,.mediaPopup.youtube .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ff0000%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' %3E%3Cpath d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797.281 9.797.281.547.063 1.75.063 2.812 1.188 0 0 .859.844 1.109 2.781.297 2.266.281 4.531.281 4.531v2.125s.016 2.266-.281 4.531c-.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906.297-9.797.297-7.281-.063-9.516-.281-9.516-.281-.625-.109-2.031-.078-3.094-1.188 0 0-.859-.859-1.109-2.781C-.016 17.327 0 15.062 0 15.062v-2.125s-.016-2.266.281-4.531C.531 6.469 1.39 5.625 1.39 5.625 2.452 4.5 3.656 4.5 4.202 4.437c0 0 3.906-.281 9.797-.281z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.vimeo .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.vimeo .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.vimeo .mediaPopup__feedName {
    color: #28b5f5
}

.mediaPopup.vimeo .mediaPopup__more i:before,.mediaPopup.vimeo .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.vimeo .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.988 8.563c-.144 3.113-2.319 7.381-6.525 12.794-4.35 5.65-8.031 8.481-11.044 8.481-1.863 0-3.444-1.719-4.731-5.163-.863-3.156-1.719-6.313-2.581-9.469-.956-3.444-1.981-5.162-3.081-5.162-.237 0-1.075.506-2.513 1.506L.007 9.612C1.588 8.225 3.145 6.837 4.676 5.45 6.782 3.631 8.364 2.675 9.42 2.575c2.487-.237 4.025 1.463 4.6 5.106.619 3.931 1.05 6.375 1.294 7.331.719 3.263 1.506 4.894 2.369 4.894.669 0 1.675-1.056 3.019-3.175 1.337-2.113 2.056-3.725 2.156-4.831.194-1.825-.525-2.744-2.156-2.744-.769 0-1.556.175-2.369.525 1.575-5.15 4.575-7.65 9.012-7.506 3.281.087 4.831 2.219 4.644 6.388z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.vimeo .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.988 8.563c-.144 3.113-2.319 7.381-6.525 12.794-4.35 5.65-8.031 8.481-11.044 8.481-1.863 0-3.444-1.719-4.731-5.163-.863-3.156-1.719-6.313-2.581-9.469-.956-3.444-1.981-5.162-3.081-5.162-.237 0-1.075.506-2.513 1.506L.007 9.612C1.588 8.225 3.145 6.837 4.676 5.45 6.782 3.631 8.364 2.675 9.42 2.575c2.487-.237 4.025 1.463 4.6 5.106.619 3.931 1.05 6.375 1.294 7.331.719 3.263 1.506 4.894 2.369 4.894.669 0 1.675-1.056 3.019-3.175 1.337-2.113 2.056-3.725 2.156-4.831.194-1.825-.525-2.744-2.156-2.744-.769 0-1.556.175-2.369.525 1.575-5.15 4.575-7.65 9.012-7.506 3.281.087 4.831 2.219 4.644 6.388z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.vimeo .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.vimeo .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.vimeo .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2328b5f5%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.988 8.563c-.144 3.113-2.319 7.381-6.525 12.794-4.35 5.65-8.031 8.481-11.044 8.481-1.863 0-3.444-1.719-4.731-5.163-.863-3.156-1.719-6.313-2.581-9.469-.956-3.444-1.981-5.162-3.081-5.162-.237 0-1.075.506-2.513 1.506L.007 9.612C1.588 8.225 3.145 6.837 4.676 5.45 6.782 3.631 8.364 2.675 9.42 2.575c2.487-.237 4.025 1.463 4.6 5.106.619 3.931 1.05 6.375 1.294 7.331.719 3.263 1.506 4.894 2.369 4.894.669 0 1.675-1.056 3.019-3.175 1.337-2.113 2.056-3.725 2.156-4.831.194-1.825-.525-2.744-2.156-2.744-.769 0-1.556.175-2.369.525 1.575-5.15 4.575-7.65 9.012-7.506 3.281.087 4.831 2.219 4.644 6.388z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.photo .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.photo .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.photo .mediaPopup__feedName,.mediaPopup.photos .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.photos .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.photos .mediaPopup__feedName,.mediaPopup.flickr .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.flickr .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.flickr .mediaPopup__feedName {
    color: #ff0084
}

.mediaPopup.photo .mediaPopup__more i:before,.mediaPopup.photo .mediaPopup__more i:after,.mediaPopup.photos .mediaPopup__more i:before,.mediaPopup.photos .mediaPopup__more i:after,.mediaPopup.flickr .mediaPopup__more i:before,.mediaPopup.flickr .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.photo .mediaPopup__more i:before,.mediaPopup.photos .mediaPopup__more i:before,.mediaPopup.flickr .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eflickr%3C/title%3E%3Cpath d='M0 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7zM18 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.photo .mediaPopup__more i:after,.mediaPopup.photos .mediaPopup__more i:after,.mediaPopup.flickr .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eflickr%3C/title%3E%3Cpath d='M0 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7zM18 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.photo .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.photos .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.flickr .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.photo .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.photos .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.flickr .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.photo .mediaPopup__feedIcon,.mediaPopup.photos .mediaPopup__feedIcon,.mediaPopup.flickr .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ff0084%27%20version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eflickr%3C/title%3E%3Cpath d='M0 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7zM18 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.instagram .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.instagram .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.instagram .mediaPopup__feedName {
    color: #7a41ae
}

.mediaPopup.instagram .mediaPopup__more i:before,.mediaPopup.instagram .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.instagram .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.instagram .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.instagram .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.instagram .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.instagram .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%237a41ae%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.audio .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.audio .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.audio .mediaPopup__feedName,.mediaPopup.soundcould .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.soundcould .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.soundcould .mediaPopup__feedName {
    color: #f80
}

.mediaPopup.audio .mediaPopup__more i:before,.mediaPopup.audio .mediaPopup__more i:after,.mediaPopup.soundcould .mediaPopup__more i:before,.mediaPopup.soundcould .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.audio .mediaPopup__more i:before,.mediaPopup.soundcould .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M12.25 21.438l.25-3.766-.25-8.172c-.016-.203-.172-.375-.375-.375-.187 0-.359.172-.359.375l-.219 8.172.219 3.766c.016.203.172.359.359.359.203 0 .359-.156.375-.359zm4.625-.454l.172-3.297-.187-9.156c0-.156-.078-.297-.203-.375-.078-.047-.156-.078-.25-.078s-.172.031-.25.078c-.125.078-.203.219-.203.375l-.016.094-.156 9.047s0 .016.172 3.687v.016c0 .094.031.187.094.266.094.109.219.172.359.172.125 0 .234-.063.313-.141.094-.078.141-.187.141-.313zM.547 15.672l.313 2-.313 1.969c-.016.078-.063.141-.141.141s-.125-.063-.141-.141l-.266-1.969.266-2c.016-.078.063-.141.141-.141s.125.063.141.141zm1.344-1.234l.406 3.234-.406 3.172c-.016.078-.078.141-.156.141s-.141-.063-.141-.156l-.359-3.156.359-3.234c0-.078.063-.141.141-.141s.141.063.156.141zm4.375 7.078zm-2.938-7.672l.391 3.828-.391 3.703c0 .094-.078.172-.172.172s-.172-.078-.187-.172l-.328-3.703.328-3.828c.016-.109.094-.187.187-.187s.172.078.172.187zm1.469-.11l.359 3.938-.359 3.813c-.016.125-.109.203-.219.203s-.203-.078-.203-.203l-.328-3.813.328-3.938c0-.125.094-.203.203-.203s.203.078.219.203zm1.469.282l.328 3.656-.328 3.844c-.016.141-.125.25-.25.25s-.234-.109-.234-.25l-.313-3.844.313-3.656c0-.125.109-.234.234-.234s.234.109.25.234zm5.984 7.422zm-4.516-9.704l.328 5.938-.328 3.844c0 .156-.125.281-.266.281-.156 0-.266-.125-.281-.281l-.281-3.844.281-5.938c.016-.156.125-.281.281-.281.141 0 .266.125.266.281zm1.469-1.343l.297 7.313-.297 3.813c0 .172-.141.297-.297.297-.172 0-.297-.125-.313-.297l-.25-3.813.25-7.313c.016-.172.141-.297.313-.297.156 0 .297.125.297.297zm1.531-.625l.281 7.906-.281 3.781c-.016.187-.156.328-.344.328-.172 0-.313-.141-.328-.328l-.25-3.781.25-7.906c0-.187.156-.344.328-.344.187 0 .328.156.344.344zm6.125 11.593zM13.766 9.703L14 17.672l-.234 3.734c0 .219-.172.391-.391.391s-.375-.172-.391-.391l-.219-3.734.219-7.969c0-.219.172-.391.391-.391s.391.172.391.391zm1.547.297l.219 7.688-.219 3.687c0 .234-.187.422-.422.422s-.422-.187-.438-.422l-.187-3.687.187-7.688c.016-.25.203-.438.438-.438s.406.187.422.438zm3.312 7.687l-.219 3.609c0 .266-.219.484-.484.484s-.484-.219-.5-.484l-.094-1.781-.094-1.828.187-9.938v-.047c.016-.141.078-.281.187-.375a.499.499 0 0 1 .313-.109c.078 0 .172.031.234.078.141.078.234.234.25.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406H19.297c-.266-.031-.484-.234-.484-.516V7.234c0-.266.094-.391.438-.516.859-.344 1.828-.531 2.828-.531 4.078 0 7.422 3.125 7.781 7.109.531-.219 1.109-.344 1.719-.344 2.438 0 4.422 1.984 4.422 4.438z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.audio .mediaPopup__more i:after,.mediaPopup.soundcould .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M12.25 21.438l.25-3.766-.25-8.172c-.016-.203-.172-.375-.375-.375-.187 0-.359.172-.359.375l-.219 8.172.219 3.766c.016.203.172.359.359.359.203 0 .359-.156.375-.359zm4.625-.454l.172-3.297-.187-9.156c0-.156-.078-.297-.203-.375-.078-.047-.156-.078-.25-.078s-.172.031-.25.078c-.125.078-.203.219-.203.375l-.016.094-.156 9.047s0 .016.172 3.687v.016c0 .094.031.187.094.266.094.109.219.172.359.172.125 0 .234-.063.313-.141.094-.078.141-.187.141-.313zM.547 15.672l.313 2-.313 1.969c-.016.078-.063.141-.141.141s-.125-.063-.141-.141l-.266-1.969.266-2c.016-.078.063-.141.141-.141s.125.063.141.141zm1.344-1.234l.406 3.234-.406 3.172c-.016.078-.078.141-.156.141s-.141-.063-.141-.156l-.359-3.156.359-3.234c0-.078.063-.141.141-.141s.141.063.156.141zm4.375 7.078zm-2.938-7.672l.391 3.828-.391 3.703c0 .094-.078.172-.172.172s-.172-.078-.187-.172l-.328-3.703.328-3.828c.016-.109.094-.187.187-.187s.172.078.172.187zm1.469-.11l.359 3.938-.359 3.813c-.016.125-.109.203-.219.203s-.203-.078-.203-.203l-.328-3.813.328-3.938c0-.125.094-.203.203-.203s.203.078.219.203zm1.469.282l.328 3.656-.328 3.844c-.016.141-.125.25-.25.25s-.234-.109-.234-.25l-.313-3.844.313-3.656c0-.125.109-.234.234-.234s.234.109.25.234zm5.984 7.422zm-4.516-9.704l.328 5.938-.328 3.844c0 .156-.125.281-.266.281-.156 0-.266-.125-.281-.281l-.281-3.844.281-5.938c.016-.156.125-.281.281-.281.141 0 .266.125.266.281zm1.469-1.343l.297 7.313-.297 3.813c0 .172-.141.297-.297.297-.172 0-.297-.125-.313-.297l-.25-3.813.25-7.313c.016-.172.141-.297.313-.297.156 0 .297.125.297.297zm1.531-.625l.281 7.906-.281 3.781c-.016.187-.156.328-.344.328-.172 0-.313-.141-.328-.328l-.25-3.781.25-7.906c0-.187.156-.344.328-.344.187 0 .328.156.344.344zm6.125 11.593zM13.766 9.703L14 17.672l-.234 3.734c0 .219-.172.391-.391.391s-.375-.172-.391-.391l-.219-3.734.219-7.969c0-.219.172-.391.391-.391s.391.172.391.391zm1.547.297l.219 7.688-.219 3.687c0 .234-.187.422-.422.422s-.422-.187-.438-.422l-.187-3.687.187-7.688c.016-.25.203-.438.438-.438s.406.187.422.438zm3.312 7.687l-.219 3.609c0 .266-.219.484-.484.484s-.484-.219-.5-.484l-.094-1.781-.094-1.828.187-9.938v-.047c.016-.141.078-.281.187-.375a.499.499 0 0 1 .313-.109c.078 0 .172.031.234.078.141.078.234.234.25.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406H19.297c-.266-.031-.484-.234-.484-.516V7.234c0-.266.094-.391.438-.516.859-.344 1.828-.531 2.828-.531 4.078 0 7.422 3.125 7.781 7.109.531-.219 1.109-.344 1.719-.344 2.438 0 4.422 1.984 4.422 4.438z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.audio .mediaPopup__more:hover i:after,html.no-touch .mediaPopup.soundcould .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.audio .mediaPopup__more:hover i:before,html.no-touch .mediaPopup.soundcould .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.audio .mediaPopup__feedIcon,.mediaPopup.soundcould .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ff8800%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M12.25 21.438l.25-3.766-.25-8.172c-.016-.203-.172-.375-.375-.375-.187 0-.359.172-.359.375l-.219 8.172.219 3.766c.016.203.172.359.359.359.203 0 .359-.156.375-.359zm4.625-.454l.172-3.297-.187-9.156c0-.156-.078-.297-.203-.375-.078-.047-.156-.078-.25-.078s-.172.031-.25.078c-.125.078-.203.219-.203.375l-.016.094-.156 9.047s0 .016.172 3.687v.016c0 .094.031.187.094.266.094.109.219.172.359.172.125 0 .234-.063.313-.141.094-.078.141-.187.141-.313zM.547 15.672l.313 2-.313 1.969c-.016.078-.063.141-.141.141s-.125-.063-.141-.141l-.266-1.969.266-2c.016-.078.063-.141.141-.141s.125.063.141.141zm1.344-1.234l.406 3.234-.406 3.172c-.016.078-.078.141-.156.141s-.141-.063-.141-.156l-.359-3.156.359-3.234c0-.078.063-.141.141-.141s.141.063.156.141zm4.375 7.078zm-2.938-7.672l.391 3.828-.391 3.703c0 .094-.078.172-.172.172s-.172-.078-.187-.172l-.328-3.703.328-3.828c.016-.109.094-.187.187-.187s.172.078.172.187zm1.469-.11l.359 3.938-.359 3.813c-.016.125-.109.203-.219.203s-.203-.078-.203-.203l-.328-3.813.328-3.938c0-.125.094-.203.203-.203s.203.078.219.203zm1.469.282l.328 3.656-.328 3.844c-.016.141-.125.25-.25.25s-.234-.109-.234-.25l-.313-3.844.313-3.656c0-.125.109-.234.234-.234s.234.109.25.234zm5.984 7.422zm-4.516-9.704l.328 5.938-.328 3.844c0 .156-.125.281-.266.281-.156 0-.266-.125-.281-.281l-.281-3.844.281-5.938c.016-.156.125-.281.281-.281.141 0 .266.125.266.281zm1.469-1.343l.297 7.313-.297 3.813c0 .172-.141.297-.297.297-.172 0-.297-.125-.313-.297l-.25-3.813.25-7.313c.016-.172.141-.297.313-.297.156 0 .297.125.297.297zm1.531-.625l.281 7.906-.281 3.781c-.016.187-.156.328-.344.328-.172 0-.313-.141-.328-.328l-.25-3.781.25-7.906c0-.187.156-.344.328-.344.187 0 .328.156.344.344zm6.125 11.593zM13.766 9.703L14 17.672l-.234 3.734c0 .219-.172.391-.391.391s-.375-.172-.391-.391l-.219-3.734.219-7.969c0-.219.172-.391.391-.391s.391.172.391.391zm1.547.297l.219 7.688-.219 3.687c0 .234-.187.422-.422.422s-.422-.187-.438-.422l-.187-3.687.187-7.688c.016-.25.203-.438.438-.438s.406.187.422.438zm3.312 7.687l-.219 3.609c0 .266-.219.484-.484.484s-.484-.219-.5-.484l-.094-1.781-.094-1.828.187-9.938v-.047c.016-.141.078-.281.187-.375a.499.499 0 0 1 .313-.109c.078 0 .172.031.234.078.141.078.234.234.25.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406H19.297c-.266-.031-.484-.234-.484-.516V7.234c0-.266.094-.391.438-.516.859-.344 1.828-.531 2.828-.531 4.078 0 7.422 3.125 7.781 7.109.531-.219 1.109-.344 1.719-.344 2.438 0 4.422 1.984 4.422 4.438z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.audio .mediaPopup__iframeContainer {
    z-index: initial
}

.mediaPopup.pinterest .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.pinterest .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.pinterest .mediaPopup__feedName {
    color: #bd081c
}

.mediaPopup.pinterest .mediaPopup__more i:before,.mediaPopup.pinterest .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.pinterest .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-.172-3.406-.5.453-.719.969-1.641 1.219-2.562 0 0 .141-.531.844-3.297.406.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063.781 3.906 2.453 4.594.266.109.516 0 .594-.313.063-.203.187-.734.25-.953.078-.313.047-.406-.172-.672-.484-.578-.797-1.313-.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312.359-1.516 1.062-3.156 1.062-4.25 0-.984-.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-.219.906-.234 1.922-.203 2.766C2.953 23.141 0 18.922 0 14 0 7.375 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.pinterest .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fc0001%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-.172-3.406-.5.453-.719.969-1.641 1.219-2.562 0 0 .141-.531.844-3.297.406.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063.781 3.906 2.453 4.594.266.109.516 0 .594-.313.063-.203.187-.734.25-.953.078-.313.047-.406-.172-.672-.484-.578-.797-1.313-.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312.359-1.516 1.062-3.156 1.062-4.25 0-.984-.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-.219.906-.234 1.922-.203 2.766C2.953 23.141 0 18.922 0 14 0 7.375 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.pinterest .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.pinterest .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.pinterest .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23bd081c%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-.172-3.406-.5.453-.719.969-1.641 1.219-2.562 0 0 .141-.531.844-3.297.406.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063.781 3.906 2.453 4.594.266.109.516 0 .594-.313.063-.203.187-.734.25-.953.078-.313.047-.406-.172-.672-.484-.578-.797-1.313-.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312.359-1.516 1.062-3.156 1.062-4.25 0-.984-.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-.219.906-.234 1.922-.203 2.766C2.953 23.141 0 18.922 0 14 0 7.375 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.tiktok .mediaPopup__desc .mediaPopup__postTitle a,.mediaPopup.tiktok .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn),.mediaPopup.tiktok .mediaPopup__feedName {
    color: #000
}

.mediaPopup.tiktok .mediaPopup__more i:before,.mediaPopup.tiktok .mediaPopup__more i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0;
    top: 0
}

.mediaPopup.tiktok .mediaPopup__more i:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 512 512' id='icons' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.tiktok .mediaPopup__more i:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fc0001%27%20viewBox='0 0 512 512' id='icons' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0
}

html.no-touch .mediaPopup.tiktok .mediaPopup__more:hover i:after {
    opacity: 1
}

html.no-touch .mediaPopup.tiktok .mediaPopup__more:hover i:before {
    opacity: 0
}

.mediaPopup.tiktok .mediaPopup__feedIcon {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23000%27%20viewBox='0 0 512 512' id='icons' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.tiktok .mediaPopup__iframeContainer {
    padding-bottom: 0
}

.mediaPopup.tiktok .mediaPopup__iframeContainer blockquote {
    margin: 0
}

.mediaPopup.tiktok .mediaPopup__iframeContainer iframe {
    position: relative
}

.mediaPopup.tiktok .mediaPopup__desc {
    display: none
}

.mediaPopup.isMpStaff .mediaPopup__more {
    display: none
}

.mediaPopup.isMpStaff .mediaPopup__feedInfo {
    display: none
}

.mediaPopup.isMpStaff .mediaPopup__featuredPost>.mediaPopup__url {
    display: none
}

.mediaPopup.isMpStaff .mediaPopup__postTitle {
    margin-bottom: 0
}

.mediaPopup.isMpStaff .isStaffRole {
    font-size: 16px;
    letter-spacing: .1em;
    color: #1a3255;
    margin-top: 0;
    text-transform: uppercase
}

.mediaPopup.isMpStaff .isStaffRole:before {
    content: "";
    width: 15px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20xmlns='http://www.w3.org/2000/svg' width='15.721' height='17.43' viewBox='0 0 15.721 17.43'%3E%3Cpath id='Path_11941' data-name='Path 11941' d='M-1742.731-802.831a11.156,11.156,0,0,1-.857-.745,7.092,7.092,0,0,1-.857-.968,7.6,7.6,0,0,1-.5-.745.393.393,0,0,1-.018-.354,4.531,4.531,0,0,1,.428-.783,5.264,5.264,0,0,1,3.669-2.309.7.7,0,0,1,.54.13,4.49,4.49,0,0,0,2.682.876,4.493,4.493,0,0,0,2.683-.876.784.784,0,0,1,.54-.13,5.3,5.3,0,0,1,3.669,2.309,3.971,3.971,0,0,1,.428.783.317.317,0,0,1-.056.354,6.437,6.437,0,0,1-.5.745,8.557,8.557,0,0,1-.857.968,8.274,8.274,0,0,1-.857.745,8.439,8.439,0,0,1-5.066,1.677A8.439,8.439,0,0,1-1742.731-802.831Zm.82-10.487a4.277,4.277,0,0,1,4.265-4.266,4.277,4.277,0,0,1,4.266,4.266,4.277,4.277,0,0,1-4.266,4.265A4.277,4.277,0,0,1-1741.911-813.317Z' transform='translate(1745.505 818.083)' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.mediaPopup.isMpStaff .isTitle {
    font-size: 40px;
    font-weight: 300;
    color: #1a3255;
    line-height: 1.12;
    margin-bottom: 7px;
    word-break: break-word
}

.mediaPopup.isMpStaff .isPhone,.mediaPopup.isMpStaff .isEmail {
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.mediaPopup.isMpStaff .isPhone a,.mediaPopup.isMpStaff .isEmail a {
    font-weight: 400;
    text-decoration: none
}

.mediaPopup.isMpStaff .isPhone a:before,.mediaPopup.isMpStaff .isEmail a:before {
    display: none !important
}

.mediaPopup.isMpStaff .isPhone:before {
    content: "Phone : "
}

.mediaPopup.isMpStaff .isEmail:before {
    content: "Email : "
}

.mediaPopup.isMpStaff .mediaPopup__extraDescWrapper {
    margin-top: 30px
}

.mediaPopup.isMpStaff:not(.isCard) .mediaPopup__related.isSecondary {
    display: none
}

.mediaPopup.isCard .mediaPopup__related.isSecondary.isVisible {
    display: block
}

.mediaPopup p.isExtraField {
    font-weight: 600;
    margin: 0 0 15px 0
}

.mediaPopup .mediaPopups__tabs {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #d0d0d0
}

.mediaPopup .mediaPopups__tabs button {
    background: none;
    border: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 15px;
    font-size: 16px;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
    transition: background .3s ease-in-out,color .3s ease-in-out
}

.mediaPopup .mediaPopups__tabs button.hasBigText {
    font-size: .9em
}

.mediaPopup .mediaPopups__tabs button:not(:last-of-type) {
    border-right: 0
}

html.no-touch .mediaPopup .mediaPopups__tabs button:hover,.mediaPopup .mediaPopups__tabs button.isActive {
    background: #fff;
    color: #222
}

.mediaPopup.shareIsOpened a {
    pointer-events: none
}

.mediaPopup .mediaPopup__inner.isShowing {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup .mediaPopup__inner.isShowing.noAnimation {
    -webkit-transition: none;
    transition: none
}

.mediaPopup.noAnimation:after {
    -webkit-animation: none;
    animation: none
}

.mediaPopup.noRelatedStaff .mediaPopup__related {
    display: none
}

.mediaPopup.noRelatedStaff:not(.hasStories) .mediaPopup__content {
    background: #f3f4f1
}

.mediaPopup.noRelatedStories:not(.isCard) .mediaPopup__related.isPrimary .mediaPopup__related {
    background: #f3f4f1
}

.mediaPopup.noRelatedStories:not(.isCard) .mediaPopup__related.isPrimary .mediaPopup__relatedHeaderWrapper {
    opacity: 0;
    pointer-events: none
}

.mediaPopup.noRelatedStories.isCard .mediaPopup__related.isSecondary {
    display: none
}

.mediaPopup.noRelatedStories .mediaPopup__moreStoriesButton {
    display: none
}

.mediaPopup.isMpStaff:not(.isCard) .mediaPopup__moreStoriesButton {
    display: none
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__type h4,.mediaPopup.teamProfile .mediaPopup__type h4,.mediaPopup.eventProfile .mediaPopup__type h4 {
        font-size:25px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__content,.mediaPopup.teamProfile .mediaPopup__content,.mediaPopup.eventProfile .mediaPopup__content {
    background: #fff
}

.mediaPopup.highlightsProfile .mediaPopup__featuredPost,.mediaPopup.teamProfile .mediaPopup__featuredPost,.mediaPopup.eventProfile .mediaPopup__featuredPost {
    padding: 30px 30px 0
}

.mediaPopup.highlightsProfile .mediaPopup__featuredPost .mediaPopup__connector,.mediaPopup.teamProfile .mediaPopup__featuredPost .mediaPopup__connector,.mediaPopup.eventProfile .mediaPopup__featuredPost .mediaPopup__connector {
    display: inline-block
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__featuredPost,.mediaPopup.teamProfile .mediaPopup__featuredPost,.mediaPopup.eventProfile .mediaPopup__featuredPost {
        padding:30px 0 0
    }
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo,.mediaPopup.teamProfile .mediaPopup__teamInfo,.mediaPopup.eventProfile .mediaPopup__teamInfo {
    padding-top: 30px;
    margin: 5px 30px 30px;
    border-bottom: none
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo h4,.mediaPopup.teamProfile .mediaPopup__teamInfo h4,.mediaPopup.eventProfile .mediaPopup__teamInfo h4 {
    margin-top: 0;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamInfo,.mediaPopup.teamProfile .mediaPopup__teamInfo,.mediaPopup.eventProfile .mediaPopup__teamInfo {
        margin:20px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__highlightsIcon,.mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__teamsIcon,.mediaPopup.teamProfile .mediaPopup__button.mediaPopup__highlightsIcon,.mediaPopup.teamProfile .mediaPopup__button.mediaPopup__teamsIcon,.mediaPopup.eventProfile .mediaPopup__button.mediaPopup__highlightsIcon,.mediaPopup.eventProfile .mediaPopup__button.mediaPopup__teamsIcon {
    position: absolute;
    right: 52px;
    top: 0
}

.mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__highlightsIcon i,.mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__teamsIcon i,.mediaPopup.teamProfile .mediaPopup__button.mediaPopup__highlightsIcon i,.mediaPopup.teamProfile .mediaPopup__button.mediaPopup__teamsIcon i,.mediaPopup.eventProfile .mediaPopup__button.mediaPopup__highlightsIcon i,.mediaPopup.eventProfile .mediaPopup__button.mediaPopup__teamsIcon i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.097' height='25.907'%3E%3Cpath data-name='Path 8116' d='M13.049 4.738a5.017 5.017 0 0 0 2.308-4.7 7.3 7.3 0 0 1-4.616 0 5.017 5.017 0 0 0 2.308 4.7Z' fill='%23fff'/%3E%3Cpath data-name='Path 8117' d='m5.356 22.043 15.385-2.192v-3.728L5.356 19.777Z' fill='%23fff'/%3E%3Cellipse data-name='Ellipse 20' cx='.769' cy='1.539' rx='.769' ry='1.539' transform='translate(15.356 8.983)' fill='%23fff'/%3E%3Cpath data-name='Path 8118' d='M5.356 25.906h15.385v-4.5L5.356 23.598Z' fill='%23fff'/%3E%3Cpath data-name='Path 8119' d='M16.057 3.763a5.868 5.868 0 0 1-3.009 2.695A6.455 6.455 0 0 1 9.202 0L5.356 1.154V18.19l15.385-3.654V.923L16.895 0a7.015 7.015 0 0 1-.838 3.763Zm2.376 6.758c0 1.725-1.014 3.077-2.308 3.077-3.056-.091-3.055-6.063 0-6.154 1.298.004 2.308 1.352 2.308 3.077Z' fill='%23fff'/%3E%3Cpath data-name='Path 8120' d='M.696 8.213h3.125v-6.6l-2.226.668Z' fill='%23fff'/%3E%3Cpath data-name='Path 8121' d='M0 12.829h3.817V9.752H.464Z' fill='%23fff'/%3E%3Cpath data-name='Path 8122' d='m24.505 2.283-2.226-.668v6.6H25.4Z' fill='%23fff'/%3E%3Cpath data-name='Path 8123' d='M25.632 9.752h-3.353v3.077h3.817Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 22px;
    height: 22px
}

html.no-touch .mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__highlightsIcon:hover,html.no-touch .mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__teamsIcon:hover,html.no-touch .mediaPopup.teamProfile .mediaPopup__button.mediaPopup__highlightsIcon:hover,html.no-touch .mediaPopup.teamProfile .mediaPopup__button.mediaPopup__teamsIcon:hover,html.no-touch .mediaPopup.eventProfile .mediaPopup__button.mediaPopup__highlightsIcon:hover,html.no-touch .mediaPopup.eventProfile .mediaPopup__button.mediaPopup__teamsIcon:hover {
    background: rgba(0,0,0,0)
}

.mediaPopup.highlightsProfile .mediaPopup__button.mediaPopup__highlightsIcon i,.mediaPopup.teamProfile .mediaPopup__button.mediaPopup__highlightsIcon i,.mediaPopup.eventProfile .mediaPopup__button.mediaPopup__highlightsIcon i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 32 – 1' width='18.55' height='18.552'%3E%3Cpath data-name='Path 8126' d='M18.008 1.582a1.988 1.988 0 0 0-1.44-.622H14.84c.007-.311.012-.631.012-.96H3.709c0 .329 0 .649.012.96H1.982A1.984 1.984 0 0 0 .003 3.07c.311 5.181 2.985 8.431 7.224 8.915l-.821 2.857a1.767 1.767 0 0 0-1.767 1.767v1.943h9.285v-1.943a1.767 1.767 0 0 0-1.767-1.767l-.821-2.857c4.23-.487 6.9-3.736 7.21-8.914a2.005 2.005 0 0 0-.538-1.489ZM1.856 2.959a.137.137 0 0 1 .037-.1.117.117 0 0 1 .088-.037h1.828c.276 3.643 1.081 5.712 1.866 6.879-2.979-1.246-3.689-4.578-3.819-6.742ZM12.89 9.696c.781-1.171 1.584-3.237 1.86-6.88h1.825a.114.114 0 0 1 .088.037.137.137 0 0 1 .037.1c-.137 2.167-.844 5.491-3.81 6.743Z' fill='%23fff'/%3E%3C/svg%3E")
}

.mediaPopup.highlightsProfile .mediaPopup__teamTags,.mediaPopup.teamProfile .mediaPopup__teamTags,.mediaPopup.eventProfile .mediaPopup__teamTags {
    font-size: 0;
    border-top: 1px solid #e75214;
    margin: 0 30px 25px
}

.mediaPopup.highlightsProfile .mediaPopup__teamTags h4,.mediaPopup.teamProfile .mediaPopup__teamTags h4,.mediaPopup.eventProfile .mediaPopup__teamTags h4 {
    padding-top: 20px;
    margin-bottom: 0;
    font-family: "museo-slab",sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #161615;
    margin-top: 0;
    text-transform: uppercase
}

.mediaPopup.highlightsProfile .mediaPopup__teamTags li,.mediaPopup.teamProfile .mediaPopup__teamTags li,.mediaPopup.eventProfile .mediaPopup__teamTags li {
    display: inline-block;
    margin-top: 13px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    background: #e75214;
    text-transform: uppercase;
    border-radius: 25px
}

.mediaPopup.highlightsProfile .mediaPopup__teamTags li:not(:last-of-type),.mediaPopup.teamProfile .mediaPopup__teamTags li:not(:last-of-type),.mediaPopup.eventProfile .mediaPopup__teamTags li:not(:last-of-type) {
    margin-right: 30px
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamTags li:not(:last-of-type),.mediaPopup.teamProfile .mediaPopup__teamTags li:not(:last-of-type),.mediaPopup.eventProfile .mediaPopup__teamTags li:not(:last-of-type) {
        margin-right:15px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__teamTags li a,.mediaPopup.teamProfile .mediaPopup__teamTags li a,.mediaPopup.eventProfile .mediaPopup__teamTags li a {
    color: inherit;
    text-decoration: none
}

html.no-touch .mediaPopup.highlightsProfile .mediaPopup__teamTags li:hover,html.no-touch .mediaPopup.teamProfile .mediaPopup__teamTags li:hover,html.no-touch .mediaPopup.eventProfile .mediaPopup__teamTags li:hover {
    background: #434748
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamTags,.mediaPopup.teamProfile .mediaPopup__teamTags,.mediaPopup.eventProfile .mediaPopup__teamTags {
        text-align:center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 20px 25px
    }
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamTags ul,.mediaPopup.teamProfile .mediaPopup__teamTags ul,.mediaPopup.eventProfile .mediaPopup__teamTags ul {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo h4,.mediaPopup.teamProfile .mediaPopup__teamInfo h4,.mediaPopup.eventProfile .mediaPopup__teamInfo h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #e75214
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo ul,.mediaPopup.teamProfile .mediaPopup__teamInfo ul,.mediaPopup.eventProfile .mediaPopup__teamInfo ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamInfo ul,.mediaPopup.teamProfile .mediaPopup__teamInfo ul,.mediaPopup.eventProfile .mediaPopup__teamInfo ul {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo ul li,.mediaPopup.teamProfile .mediaPopup__teamInfo ul li,.mediaPopup.eventProfile .mediaPopup__teamInfo ul li {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo ul li:not(:first-child),.mediaPopup.teamProfile .mediaPopup__teamInfo ul li:not(:first-child),.mediaPopup.eventProfile .mediaPopup__teamInfo ul li:not(:first-child) {
    padding-left: 10px
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamInfo ul li:not(:first-child),.mediaPopup.teamProfile .mediaPopup__teamInfo ul li:not(:first-child),.mediaPopup.eventProfile .mediaPopup__teamInfo ul li:not(:first-child) {
        padding-left:0
    }
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo ul li:before,.mediaPopup.teamProfile .mediaPopup__teamInfo ul li:before,.mediaPopup.eventProfile .mediaPopup__teamInfo ul li:before {
    content: none
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo .clNavigation__item a,.mediaPopup.teamProfile .mediaPopup__teamInfo .clNavigation__item a,.mediaPopup.eventProfile .mediaPopup__teamInfo .clNavigation__item a {
    border: none;
    font-size: 20px;
    text-decoration: none
}

.mediaPopup.highlightsProfile .mediaPopup__teamInfo .clNavigation__item a,.mediaPopup.highlightsProfile .mediaPopup__teamInfo .clNavigation__item button,.mediaPopup.teamProfile .mediaPopup__teamInfo .clNavigation__item a,.mediaPopup.teamProfile .mediaPopup__teamInfo .clNavigation__item button,.mediaPopup.eventProfile .mediaPopup__teamInfo .clNavigation__item a,.mediaPopup.eventProfile .mediaPopup__teamInfo .clNavigation__item button {
    font-family: "museo-slab",sans-serif
}

html.no-touch .mediaPopup.highlightsProfile .mediaPopup__teamInfo .clNavigation__item:hover a,html.no-touch .mediaPopup.teamProfile .mediaPopup__teamInfo .clNavigation__item:hover a,html.no-touch .mediaPopup.eventProfile .mediaPopup__teamInfo .clNavigation__item:hover a {
    color: #fff
}

.mediaPopup.highlightsProfile .mediaPopup__name,.mediaPopup.teamProfile .mediaPopup__name,.mediaPopup.eventProfile .mediaPopup__name {
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    color: #e94938
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__name,.mediaPopup.teamProfile .mediaPopup__name,.mediaPopup.eventProfile .mediaPopup__name {
        font-size:25px;
        line-height: 1.2;
        margin-bottom: 5px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__coach-wrapper,.mediaPopup.teamProfile .mediaPopup__coach-wrapper,.mediaPopup.eventProfile .mediaPopup__coach-wrapper {
    margin: 40px 0 30px;
    border-bottom: 1px solid #e75214;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mediaPopup.highlightsProfile .mediaPopup__coach,.mediaPopup.teamProfile .mediaPopup__coach,.mediaPopup.eventProfile .mediaPopup__coach {
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-img,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-img,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-img {
    width: 125px;
    height: 125px;
    background-size: cover
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-img.ImageBroken .mediaPopup__coach-backupImg,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-img.ImageBroken .mediaPopup__coach-backupImg,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-img.ImageBroken .mediaPopup__coach-backupImg {
    display: block
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-img .mediaPopup__coach-backupImg,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-img .mediaPopup__coach-backupImg,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-img .mediaPopup__coach-backupImg {
    display: none;
    background-size: cover;
    height: 100%;
    width: 100%
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-img,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-img,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-img {
        width:100px;
        height: 100px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-infoWrapper,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-infoWrapper,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-infoWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-infoWrapper,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-infoWrapper,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-infoWrapper {
        padding:10px 20px;
        overflow: hidden
    }
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-role,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-role,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-role {
    font-weight: normal;
    font-size: 27px;
    line-height: 42px;
    text-align: left;
    color: #e75214;
    display: inline-block;
    margin-right: 15px
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-role,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-role,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-role {
        font-size:18px;
        line-height: 25px;
        margin-right: 5px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-name,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-name,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-name {
    font-weight: normal;
    font-size: 27px;
    line-height: 42px;
    text-align: left;
    color: #000
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-name,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-name,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-name {
        font-size:18px;
        line-height: 25px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-email,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-email,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-email {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-email.hasEmail,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-email.hasEmail,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-email.hasEmail {
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.1)
}

@media(max-width: 767px) {
    .mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-email,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-email,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-email {
        font-size:14px
    }

    .mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-email a,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-email a,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-email a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        margin: 0;
        width: 100%;
        text-decoration: none
    }
}

.mediaPopup.highlightsProfile .mediaPopup__coach .mediaPopup__coach-info,.mediaPopup.teamProfile .mediaPopup__coach .mediaPopup__coach-info,.mediaPopup.eventProfile .mediaPopup__coach .mediaPopup__coach-info {
    padding-bottom: 10px
}

.mediaPopup.highlightsProfile .mediaPopup__coach.headcoach,.mediaPopup.teamProfile .mediaPopup__coach.headcoach,.mediaPopup.eventProfile .mediaPopup__coach.headcoach {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.mediaPopup.highlightsProfile .mediaPopup__coach.coach,.mediaPopup.teamProfile .mediaPopup__coach.coach,.mediaPopup.eventProfile .mediaPopup__coach.coach {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.mediaPopup.highlightsProfile .mediaPopup__coach.assistantcoach,.mediaPopup.teamProfile .mediaPopup__coach.assistantcoach,.mediaPopup.eventProfile .mediaPopup__coach.assistantcoach {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.mediaPopup.highlightsProfile .mediaPopup__coach.assistant,.mediaPopup.teamProfile .mediaPopup__coach.assistant,.mediaPopup.eventProfile .mediaPopup__coach.assistant {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.mediaPopup.highlightsProfile .mediaPopup__bio h4,.mediaPopup.teamProfile .mediaPopup__bio h4,.mediaPopup.eventProfile .mediaPopup__bio h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #e75214
}

.mediaPopup.highlightsProfile .mediaPopup__bio p,.mediaPopup.teamProfile .mediaPopup__bio p,.mediaPopup.eventProfile .mediaPopup__bio p {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #161615
}

.mediaPopup.highlightsProfile .mediaPopup__season,.mediaPopup.teamProfile .mediaPopup__season,.mediaPopup.eventProfile .mediaPopup__season {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000
}

.mediaPopup.highlightsProfile .mediaPopup__related:after,.mediaPopup.teamProfile .mediaPopup__related:after,.mediaPopup.eventProfile .mediaPopup__related:after,.mediaPopup.playerProfile .mediaPopup__related:after {
    background-color: #757575
}

.mediaPopup.teamProfile.noCoaches:not(.noRoster) .mediaPopup__roster-wrapper {
    margin-top: 20px
}

.mediaPopup.teamProfile.noCoaches .mediaPopup__coach-wrapper {
    display: none
}

.mediaPopup.teamProfile.noRoster .mediaPopup__coach-wrapper {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.mediaPopup.teamProfile.noRoster .mediaPopup__roster-wrapper {
    display: none
}

.mediaPopup.teamProfile.noRoster .mediaPopup__teamTags {
    margin-top: 20px
}

.mediaPopup.teamProfile .mediaPopup__name {
    color: #161615;
    margin-bottom: 10px
}

.mediaPopup.teamProfile .mediaPopup__roster-wrapper {
    padding-bottom: 20px
}

.mediaPopup.teamProfile .mediaPopup__roster-wrapper h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #e75214;
    margin-top: 0;
    margin-bottom: 30px
}

.mediaPopup.teamProfile .mediaPopup__teamInfo {
    border-top: 1px solid #e75214 !important
}

.mediaPopup.teamProfile .mediaPopup__teamInfo h4 {
    margin-bottom: 30px
}

.mediaPopup.teamProfile .cPlayer {
    padding: 0 0 15px
}

.mediaPopup.teamProfile .cPlayer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f7f7f7
}

.mediaPopup.teamProfile .cPlayer__img {
    width: 125px;
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.mediaPopup.teamProfile .cPlayer__img.ImageBroken .cPlayer__img-backup {
    display: block
}

.mediaPopup.teamProfile .cPlayer__img.showImage .cPlayer__img-backup {
    display: none
}

.mediaPopup.teamProfile .cPlayer__img .cPlayer__img-backup {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover
}

@media(max-width: 767px) {
    .mediaPopup.teamProfile .cPlayer__img {
        display:none
    }
}

.mediaPopup.teamProfile .cPlayer__jerseyNumber {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #e94938;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1)
}

.mediaPopup.teamProfile .cPlayer__jerseyNumber.noJerseyNumber {
    display: none
}

@media(max-width: 767px) {
    .mediaPopup.teamProfile .cPlayer__jerseyNumber {
        bottom:auto;
        right: 10px;
        top: 10px;
        left: auto
    }
}

.mediaPopup.teamProfile .cPlayer__jerseyNumber span {
    font-weight: normal;
    font-size: 23px;
    text-align: center;
    color: #fff
}

.mediaPopup.teamProfile .cPlayer__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media(max-width: 767px) {
    .mediaPopup.teamProfile .cPlayer__details {
        padding:5px 50px 10px 30px
    }
}

.mediaPopup.teamProfile .cPlayer__team {
    font-family: "goudy-old-style",serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #161615;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

.mediaPopup.teamProfile .cPlayer__info {
    font-weight: 700;
    font-size: 27px;
    line-height: 42px;
    text-align: left;
    color: #000;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.mediaPopup.teamProfile .cPlayer__position {
    color: #e94938;
    margin-left: 5px;
    font-weight: 700
}

.mediaPopup.teamProfile .cPlayer__more {
    display: none
}

.mediaPopup.teamProfile .cPlayer__hoverContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    visibility: hidden
}

.mediaPopup.teamProfile .cPlayer__hoverContent li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: gray;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mediaPopup.teamProfile .cPlayer__hoverContent li span {
    text-transform: capitalize
}

.mediaPopup.teamProfile .cPlayer__hoverContent li:not(:first-child) {
    border-left: 1px solid #fff
}

.mediaPopup.teamProfile .cPlayer__button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: gray;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup.teamProfile .cPlayer__button:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.mediaPopup.teamProfile .cPlayer__button>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    height: 100%;
    text-align: center;
    padding-top: 2px
}

.mediaPopup.teamProfile .cPlayer__button i {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px
}

.mediaPopup.teamProfile .cPlayer__button i:before,.mediaPopup.teamProfile .cPlayer__button i:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup.teamProfile .cPlayer__button i:before {
    opacity: 0
}

.mediaPopup.teamProfile .cPlayer__button i:after {
    opacity: 1
}

.mediaPopup.teamProfile .cPlayer__button span span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 12px;
    color: #fff;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.25;
    margin-left: 10px
}

.mediaPopup.teamProfile .cPlayer-inner:hover .cPlayer__hoverContent {
    opacity: 1;
    visibility: visible
}

.mediaPopup.teamProfile .cPlayer-inner .cPlayer__hoverContent .cPlayer__button:hover {
    background: #e94938 !important
}

.mediaPopup.teamProfile .cPlayer-inner .cPlayer__hoverContent .cPlayer__button:hover span {
    color: #fff
}

.mediaPopup.teamProfile .cPlayer-inner .cPlayer__hoverContent .cPlayer__button:hover i:before {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup.teamProfile .cPlayer-inner .cPlayer__hoverContent .cPlayer__button:hover i:after {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup.teamProfile .cPlayer__tags {
    border-top: 1px solid rgba(0,0,0,.1);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}

.mediaPopup.teamProfile .cPlayer__tags a {
    text-decoration: none
}

.mediaPopup.teamProfile .cPlayer__sportTag {
    border: 1px solid #e94938;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 22px;
    text-align: left;
    color: #161615;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mediaPopup.teamProfile .cPlayer__ageTag {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 22px;
    text-align: left;
    color: gray;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mediaPopup.eventProfile .mediaPopup__teamInfo,.mediaPopup.eventProfile .clNavigation__list {
    margin-bottom: 0;
    margin-top: 30px
}

.mediaPopup.eventProfile .mediaPopup__eventIcon {
    position: absolute;
    right: 52px;
    top: 0
}

.mediaPopup.eventProfile .mediaPopup__eventIcon i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='calendar (10)' width='17.622' height='15.489'%3E%3Cpath data-name='Path 8112' d='M.515 12.391h13.493a.517.517 0 0 0 .331-.12c.13-.109 3.086-2.652 3.266-8.141H3.114c-.18 4.983-2.9 7.325-2.93 7.349a.517.517 0 0 0 .332.912Z' fill='%23fff'/%3E%3Cpath data-name='Path 8113' d='M17.106 1.033h-2.582V.512a.516.516 0 0 0-1.033 0v.516h-2.615V.512a.516.516 0 0 0-1.033 0v.516H7.261V.512a.516.516 0 1 0-1.033 0v.516H3.647a.511.511 0 0 0-.516.516v1.549h14.491V1.549a.511.511 0 0 0-.516-.516Z' fill='%23fff'/%3E%3Cpath data-name='Path 8114' d='M15.002 13.063a1.554 1.554 0 0 1-.994.361H3.131v1.549a.516.516 0 0 0 .516.516h13.458a.516.516 0 0 0 .516-.516V9.185a10.233 10.233 0 0 1-2.619 3.878Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 22px;
    height: 22px
}

html.no-touch .mediaPopup.eventProfile .mediaPopup__eventIcon:hover {
    background: rgba(0,0,0,0)
}

.mediaPopup.eventProfile .mediaPopup__dateWrapper {
    margin-bottom: 20px
}

.mediaPopup.eventProfile .mediaPopup__date {
    width: 60px;
    height: 60px;
    border: 1px solid #161615;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mediaPopup.eventProfile .mediaPopup__date .day {
    font-weight: bold;
    font-size: 26px;
    line-height: 15px;
    text-align: center;
    color: #000
}

.mediaPopup.eventProfile .mediaPopup__date .month {
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #e94938;
    margin-top: 5px
}

.mediaPopup.eventProfile .mediaPopup__name {
    color: #e94938;
    margin-bottom: 30px
}

.mediaPopup.eventProfile .mediaPopup__name.hasResult {
    margin-bottom: 5px
}

.mediaPopup.eventProfile .mediaPopup__teamName {
    color: #161615
}

.mediaPopup.eventProfile .mediaPopup__location h3 {
    margin-top: 0
}

.mediaPopup.eventProfile .mediaPopup__location.noLocation {
    display: none
}

.mediaPopup.eventProfile .mediaPopup__connector {
    display: inline-block;
    margin-right: 5px
}

.mediaPopup.eventProfile .mediaPopup__directions-text {
    font-family: "goudy-old-style",serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #161615;
    margin-bottom: 20px
}

.mediaPopup.eventProfile .mediaPopup__directions h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-align: left;
    color: #161615;
    margin-bottom: 5px
}

.mediaPopup.eventProfile .mediaPopup__directions .viewMap {
    display: inline-block;
    border: none;
    margin-bottom: 20px;
    margin-top: 0
}

.mediaPopup.eventProfile .mediaPopup__directions .viewMap span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #161615;
    font-size: 17px;
    font-weight: 700;
    text-transform: none
}

html.no-touch .mediaPopup.eventProfile .mediaPopup__directions .viewMap:hover span {
    color: #e94938
}

html.no-touch .mediaPopup.eventProfile .mediaPopup__directions .viewMap:hover i:before {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

html.no-touch .mediaPopup.eventProfile .mediaPopup__directions .viewMap:hover i:after {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup.eventProfile .mediaPopup__directions .viewMap i {
    position: relative;
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle;
    width: 17px;
    height: 17px
}

.mediaPopup.eventProfile .mediaPopup__directions .viewMap i:before,.mediaPopup.eventProfile .mediaPopup__directions .viewMap i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.eventProfile .mediaPopup__directions .viewMap i:before {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 38 – 1' width='13.791' height='20.687'%3E%3Cpath data-name='Path 8095' d='M6.896 0A6.9 6.9 0 0 0 .828 10.173l5.691 10.292a.431.431 0 0 0 .754 0l5.693-10.3A6.9 6.9 0 0 0 6.896 0Zm0 10.343A3.448 3.448 0 1 1 10.343 6.9a3.452 3.452 0 0 1-3.447 3.443Z' fill='%23e75214'/%3E%3C/svg%3E")
}

.mediaPopup.eventProfile .mediaPopup__directions .viewMap i:after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 38 – 1' width='13.791' height='20.687'%3E%3Cpath data-name='Path 8095' d='M6.896 0A6.9 6.9 0 0 0 .828 10.173l5.691 10.292a.431.431 0 0 0 .754 0l5.693-10.3A6.9 6.9 0 0 0 6.896 0Zm0 10.343A3.448 3.448 0 1 1 10.343 6.9a3.452 3.452 0 0 1-3.447 3.443Z' fill='%23e75214'/%3E%3C/svg%3E")
}

.mediaPopup.eventProfile .mediaPopup__related:after {
    z-index: 1
}

.mediaPopup.eventProfile .mediaPopup__related .mediaPopup__relatedContainer,.mediaPopup.eventProfile .mediaPopup__related .mediaPopup__relatedHeaderWrapper {
    z-index: 2;
    position: relative
}

.mediaPopup.eventProfile .mediaPopup__related .mediaPopup__relatedContainer h4,.mediaPopup.eventProfile .mediaPopup__related .mediaPopup__relatedHeaderWrapper h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #fff;
    margin: 0
}

.mediaPopup.eventProfile .addToCalendar {
    margin-top: 5px;
    display: inline-block;
    padding-left: 0
}

.mediaPopup.eventProfile .addToCalendar span {
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #161615;
    font-size: 17px;
    font-weight: 700;
    text-transform: none
}

html.no-touch .mediaPopup.eventProfile .addToCalendar:hover span {
    color: #e94938
}

html.no-touch .mediaPopup.eventProfile .addToCalendar:hover i:before {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

html.no-touch .mediaPopup.eventProfile .addToCalendar:hover i:after {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mediaPopup.eventProfile .addToCalendar i {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 17px;
    height: 17px
}

.mediaPopup.eventProfile .addToCalendar i:before,.mediaPopup.eventProfile .addToCalendar i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.mediaPopup.eventProfile .addToCalendar i:before {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23E75214%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E")
}

.mediaPopup.eventProfile .addToCalendar i:after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23E75214%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E")
}

.mediaPopup.eventProfile .mediaPopup__dateAndTime h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-align: left;
    color: #161615;
    margin-bottom: 5px
}

.mediaPopup.eventProfile .mediaPopup__dateAndTime time {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #161615;
    margin-bottom: 3px
}

.mediaPopup.eventProfile .mediaPopup__dateAndTime .addToCalendar {
    margin-bottom: 30px
}

.mediaPopup.eventProfile .mediaPopup__location h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-align: left;
    color: #161615;
    margin-bottom: 5px
}

.mediaPopup.eventProfile .mediaPopup__location address {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #161615;
    margin-bottom: 20px
}

.mediaPopup.eventProfile .mediaPopup__description {
    padding-top: 30px;
    border-top: 1px solid #e75214
}

.mediaPopup.eventProfile .mediaPopup__description .mediaPopup__info p {
    margin-bottom: 30px;
    margin-top: 0;
    position: relative
}

.mediaPopup.eventProfile .mediaPopup__teamTags h4 {
    font-family: "museo-slab",sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #161615;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase
}

.mediaPopup.eventProfile .mediaPopup__description h2 {
    font-family: "museo-slab",sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #e75214;
    text-transform: capitalize;
    margin: 10px 0 20px
}

.mediaPopup.eventProfile .mediaPopup__fullSchedule {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

.mediaPopup.eventProfile .mediaPopup__fullSchedule a {
    text-decoration: none;
    display: inline-block;
    font-family: "museo-slab",sans-serif;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    background: #e94938;
    border-radius: 100px;
    padding: 14px 45px 14px 25px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mediaPopup.eventProfile .mediaPopup__fullSchedule a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 25px;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

html.no-touch .mediaPopup.eventProfile .mediaPopup__fullSchedule a:not(.outlined):hover {
    background: #434748
}

.mediaPopup.eventProfile .mediaPopup__resultScore {
    margin-bottom: 20px
}

.mediaPopup.eventProfile .mediaPopup__resultScore.noResult .slEventCard__result {
    display: none
}

.mediaPopup.eventProfile .mediaPopup__resultScore.noResult .slEventCard__score {
    margin-left: 0
}

.mediaPopup.eventProfile .mediaPopup__topNav {
    max-width: 100%
}

.mediaPopup.eventProfile .customMediaPopup__inner,.mediaPopup.eventProfile .mediaPopup__inner {
    max-width: 100%;
    width: 870px
}

@media screen and (min-width: 1400px) {
    .mediaPopup.eventProfile .customMediaPopup__inner,.mediaPopup.eventProfile .mediaPopup__inner {
        width:1200px
    }
}

@media screen and (min-width: 1400px) {
    .mediaPopup.eventProfile .customMediaPopup__inner,.mediaPopup.eventProfile .mediaPopup__inner {
        width:1200px
    }
}

@media screen and (max-width: 1023px) {
    .mediaPopup.eventProfile .customMediaPopup__inner,.mediaPopup.eventProfile .mediaPopup__inner {
        width:630px
    }
}

@media screen and (max-width: 767px) {
    .mediaPopup.eventProfile .customMediaPopup__inner,.mediaPopup.eventProfile .mediaPopup__inner {
        width:100%
    }
}

.mediaPopup.eventProfile .mediaPopup__dateBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 50px;
    margin: 10px 0
}

.mediaPopup.eventProfile .mediaPopup__dateContainer {
    background: #e75214;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mediaPopup.eventProfile .mediaPopup__month {
    background: rgba(0,0,0,.2);
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding-top: 3px
}

.mediaPopup.eventProfile .mediaPopup__day {
    font-weight: bold;
    font-size: 22px;
    color: #fff
}

.mediaPopup.eventProfile .mediaPopup__dateInfo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    text-align: left;
    color: #161615
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
    text-align: left;
    color: #e94938;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent-timeInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent-time {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 22px;
    text-align: left
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent-time .isDuration {
    position: relative;
    margin: 0 10px 0 3px;
    padding-right: 10px;
    color: gray
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent-time .isDuration:after {
    content: "";
    height: 23px;
    width: 1px;
    background: #161615;
    opacity: .5;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px
}

.mediaPopup.eventProfile .mediaPopup__relatedEvent-tags a {
    z-index: 4;
    position: relative;
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 14px;
    color: #161615;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 20px;
    border: 1px solid #e94938
}

html.no-touch .mediaPopup.eventProfile .mediaPopup__relatedEvent-tags a:hover {
    color: #e94938
}

.mediaPopup.eventProfile.isScoreboardProfile .epAthleticsAddToCalendar {
    display: none
}

.mediaPopup.eventProfile.isScoreboardProfile .mediaPopup__dateAndTime {
    padding-bottom: 20px
}

.mediaPopup .epAthleticsAddToCalendar {
    background: none;
    border: none
}

.mediaPopup.eventProfile .mediaPopup__resultScore .slEventCard__result,.mediaPopup.highlightsProfile .mediaPopup__resultScore .slEventCard__result {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #535353;
    border-radius: 50%;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    margin-left: 10px
}

.mediaPopup.eventProfile .mediaPopup__resultScore .slEventCard__result i:before,.mediaPopup.highlightsProfile .mediaPopup__resultScore .slEventCard__result i:before {
    content: "";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 500
}

.mediaPopup.eventProfile .mediaPopup__resultScore.noResult .slEventCard__result,.mediaPopup.highlightsProfile .mediaPopup__resultScore.noResult .slEventCard__result {
    display: none
}

.mediaPopup.eventProfile .mediaPopup__resultScore.noResult .slEventCard__score,.mediaPopup.highlightsProfile .mediaPopup__resultScore.noResult .slEventCard__score {
    margin-left: 0
}

.mediaPopup.eventProfile .mediaPopup__resultScore.hasWon .slEventCard__result,.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasWon .slEventCard__result {
    background: #41bf22
}

.mediaPopup.eventProfile .mediaPopup__resultScore.hasWon .slEventCard__result i:before,.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasWon .slEventCard__result i:before {
    content: "W"
}

.mediaPopup.eventProfile .mediaPopup__resultScore.hasLost .slEventCard__result,.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasLost .slEventCard__result {
    background: #db1616
}

.mediaPopup.eventProfile .mediaPopup__resultScore.hasLost .slEventCard__result i:before,.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasLost .slEventCard__result i:before {
    content: "L"
}

.mediaPopup.eventProfile .mediaPopup__resultScore.hasTied .slEventCard__result i:before,.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasTied .slEventCard__result i:before {
    content: "T"
}

.mediaPopup.eventProfile .mediaPopup__resultScore .slEventCard__score,.mediaPopup.highlightsProfile .mediaPopup__resultScore .slEventCard__score {
    font-weight: 500;
    font-size: 20px;
    margin-left: 10px
}

.mediaPopup.highlightsProfile .mediaPopup__headline {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #e75214
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore .slEventCard__result {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #535353;
    border-radius: 50%;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    margin-left: 10px
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore .slEventCard__result i:before {
    content: "";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 500
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.noResult .slEventCard__result {
    display: none
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.noResult .slEventCard__score {
    margin-left: 0
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasWon .slEventCard__result {
    background: #41bf22
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasWon .slEventCard__result i:before {
    content: "W"
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasLost .slEventCard__result {
    background: #db1616
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasLost .slEventCard__result i:before {
    content: "L"
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore.hasTied .slEventCard__result i:before {
    content: "T"
}

.mediaPopup.highlightsProfile .mediaPopup__resultScore .slEventCard__score {
    font-weight: 500;
    font-size: 20px;
    margin-left: 10px
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo {
    margin: 0 0 20px 20px;
    float: right;
    width: 300px
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo.noImages {
    display: none
}

@media(max-width: 670px) {
    .mediaPopup.highlightsProfile .mediaPopup__teamsInfo {
        float:none;
        width: 100%;
        margin: 0 0 20px
    }
}

.mediaPopup.highlightsProfile .mediaPopup__teamName {
    color: #e94938
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-text {
    margin-bottom: 30px
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images {
    min-width: 300px;
    height: 300px
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-list,.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-track,.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-slide,.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-slide>div {
    height: 100%
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images.slick-initialized:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#000000 100%);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#000000 100%);
    opacity: .5;
    z-index: 1
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-arrow {
    background: #fff;
    position: absolute;
    bottom: 10px;
    top: auto
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-arrow.slick-next {
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-radius: 0;
    background: rgba(0,0,0,0)
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-arrow.slick-prev {
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    border-radius: 0
}

html.no-touch .mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-arrow.slick-prev:hover {
    background: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0) #e75214 rgba(0,0,0,0) rgba(0,0,0,0)
}

html.no-touch .mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images .slick-arrow.slick-next:hover {
    background: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #e75214
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images ul.slick-dots {
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images ul.slick-dots li {
    margin: 0;
    padding: 0
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images ul.slick-dots li button {
    background: rgba(255,255,255,.5);
    border: none;
    width: 13px;
    height: 13px
}

.mediaPopup.highlightsProfile .mediaPopup__teamsInfo-images ul.slick-dots li.slick-active button {
    background: #fff
}

.mediaPopup.highlightsProfile .mediaPopup__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%
}

.mediaPopup.highlightsProfile .mediaPopup__teamsNames {
    font-weight: bold;
    font-size: 30px;
    line-height: 29px;
    text-align: left;
    color: #161615;
    margin-bottom: 10px
}

.mediaPopup.playerProfile .mediaPopup__inner {
    background: #fff
}

.mediaPopup.playerProfile .mediaPopup__playerProfileIcon {
    position: absolute;
    right: 52px;
    top: 0
}

.mediaPopup.playerProfile .mediaPopup__playerProfileIcon i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 32 – 1' width='23.028' height='25.726'%3E%3Cpath data-name='Path 8124' d='M11.515 13.359A6.679 6.679 0 1 0 4.836 6.68a6.7 6.7 0 0 0 6.679 6.679Z' fill='%23fff'/%3E%3Cpath data-name='Path 8125' d='M22.978 18.696a6.226 6.226 0 0 0-.671-1.225 8.3 8.3 0 0 0-5.746-3.617 1.229 1.229 0 0 0-.846.2 7.12 7.12 0 0 1-8.4 0 1.094 1.094 0 0 0-.846-.2 8.242 8.242 0 0 0-5.746 3.617 7.179 7.179 0 0 0-.671 1.225.62.62 0 0 0 .029.554 11.635 11.635 0 0 0 .788 1.167 11.084 11.084 0 0 0 1.342 1.517 17.47 17.47 0 0 0 1.342 1.167 13.3 13.3 0 0 0 15.867 0 12.82 12.82 0 0 0 1.342-1.167 13.465 13.465 0 0 0 1.342-1.517 10.227 10.227 0 0 0 .788-1.167.5.5 0 0 0 .086-.554Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 22px;
    height: 22px
}

html.no-touch .mediaPopup.playerProfile .mediaPopup__playerProfileIcon:hover {
    background: rgba(0,0,0,0)
}

.mediaPopup.playerProfile .mediaPopup__team {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #000
}

@media(max-width: 767px) {
    .mediaPopup.playerProfile .mediaPopup__team {
        margin-top:30px
    }
}

.mediaPopup.playerProfile .mediaPopup__name {
    font-weight: normal;
    font-size: 27px;
    line-height: 48px;
    text-align: left;
    color: #000;
    margin-top: 10px
}

@media(max-width: 767px) {
    .mediaPopup.playerProfile .mediaPopup__name {
        line-height:1.2;
        margin-bottom: 5px
    }
}

.mediaPopup.playerProfile .mediaPopup__infoImg {
    float: right;
    position: relative
}

.mediaPopup.playerProfile .mediaPopup__infoImg.noJerseyNumber .mediaPopup__infoJersey {
    display: none
}

.mediaPopup.playerProfile .mediaPopup__infoImg .cPlayer__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 300px
}

@media(max-width: 767px) {
    .mediaPopup.playerProfile .mediaPopup__infoImg .cPlayer__img {
        width:150px;
        height: 150px
    }
}

.mediaPopup.playerProfile .mediaPopup__infoImg .cPlayer__img.showImage .cPlayer__img-backup {
    display: none
}

.mediaPopup.playerProfile .mediaPopup__infoImg .cPlayer__img .cPlayer__img-backup {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover
}

.mediaPopup.playerProfile .mediaPopup__infoJersey {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #e75214;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1)
}

.mediaPopup.playerProfile .mediaPopup__infoJersey span {
    font-weight: normal;
    font-size: 23px;
    text-align: center;
    color: #fff
}

.mediaPopup.playerProfile .mediaPopup__information ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.mediaPopup.playerProfile .mediaPopup__information ul li:before {
    content: none
}

.mediaPopup.playerProfile .mediaPopup__information ul li {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 22px;
    text-align: left;
    color: gray;
    margin-right: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    padding-left: 10px;
    position: relative
}

.mediaPopup.playerProfile .mediaPopup__information ul li:first-child {
    padding-left: 0
}

.mediaPopup.playerProfile .mediaPopup__information ul li:not(:first-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: 4px;
    left: -1px;
    background: gray;
    border-radius: 0
}

.mediaPopup.playerProfile .mediaPopup__position {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #e75214;
    margin-bottom: 20px
}

.mediaPopup.playerProfile .mediaPopup__teamTags {
    border-top: 1px solid #e75214;
    margin: 0 30px 25px;
    padding-top: 30px
}

.mediaPopup.playerProfile .mediaPopup__teamTags h4 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase
}

.mediaPopup.playerProfile .mediaPopup__teamTags li {
    display: inline-block;
    margin-top: 13px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    background: #e75214;
    text-transform: uppercase;
    border-radius: 25px;
    margin-right: 10px
}

html.no-touch .mediaPopup.playerProfile .mediaPopup__teamTags li:hover {
    background: #434748
}

.mediaPopup.playerProfile .mediaPopup__teamTags li a {
    color: #fff;
    text-decoration: none
}

.mediaPopup.playerProfile .mediaPopup__playerInfo {
    padding-top: 30px;
    margin: 5px 30px 30px;
    border-bottom: none;
    border-top: 1px solid #e75214 !important
}

.mediaPopup.playerProfile .mediaPopup__playerInfo h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #e75214;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .mediaPopup.playerProfile .mediaPopup__playerInfo h4 {
        font-size:25px
    }
}

.mediaPopup.playerProfile .mediaPopup__playerInfo .clNavigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    .mediaPopup.playerProfile .mediaPopup__playerInfo .clNavigation__list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mediaPopup.playerProfile .mediaPopup__playerInfo .clNavigation__item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mediaPopup.playerProfile .mediaPopup__playerInfo .clNavigation__list .clNavigation__item:before {
    content: none
}

.mediaPopup.playerProfile .mediaPopup__playerInfo .clNavigation__list .clNavigation__item {
    padding-left: 0
}

.mediaPopup.playerProfile .clNavigation .clNavigation__item a {
    padding: 0 20px;
    margin-right: 10px;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 18px;
    text-decoration: none
}

html.no-touch .mediaPopup.playerProfile .clNavigation .clNavigation__item:hover a,html.no-touch .mediaPopup.playerProfile .clNavigation .clNavigation__item a:hover {
    color: #fff
}

html.no-touch .mediaPopup.playerProfile .clNavigation .clNavigation__item:hover button {
    background: #434748
}

.mediaPopup.playerProfile .mediaPopup__playerInfo .clNavigation__item button {
    background: #e75214;
    min-height: 50px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 20px;
    margin-right: 10px;
    border: none;
    width: 100%;
    height: 50px;
    font-size: 18px
}

@media(max-width: 850px) {
    .mediaPopup .mediaPopup__content {
        max-width:100%
    }
}

@media(max-width: 767px) {
    .mediaPopup .mediaPopup__featuredPost {
        padding:20px 0 20px 0
    }

    .mediaPopup .mediaPopup__desc {
        padding: 0 20px
    }

    .mediaPopup .mediaPopup__singleImage {
        margin-left: 20px;
        margin-bottom: 12px
    }

    .mediaPopup .mediaPopup__related {
        padding: 16px 10px 20px 10px
    }
}

@media(max-width: 650px) {
    .mediaPopup .mediaPopup__col:nth-of-type(odd) {
        padding-right:0;
        max-width: 330px;
        width: 100%;
        display: block;
        margin: 0 auto
    }

    .mediaPopup .mediaPopup__col:nth-of-type(even) {
        display: none
    }

    .mediaPopup .mediaPopup__categories {
        overflow: visible
    }
}

@media(max-width: 500px) {
    .mediaPopup .mediaPopup__featuredPost {
        padding:0 0 20px 0
    }

    .mediaPopup .mediaPopup__singleImage {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    .mediaPopup .mediaPopup__singleImage.isPortrait {
        width: 100%
    }

    .mediaPopup .mediaPopup__related header {
        max-width: 360px;
        margin: 0 auto
    }

    .mediaPopup .mediaPopup__relatedContainer .mtStoryItem {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 0 0 10px 0
    }
}

.mediaPopup.isMpStaff .mediaPopup__related {
    display: none
}
