/* = KPMG Template Content Reset
----------------------------------------------- */
.inner-container {
  width: auto !important; }

.parsys-container {
  border: 0px none !important; }

.module-htmlcontainer {
  padding: 0px !important; }

.module-htmlcontainer div {
  /*margin:0px auto; */
  /* margin:initial; */
  margin-top: 0px;
  margin-bottom: 0px; }

@media (min-width: 641px) {
  .tmpl-row {
    border-bottom: 0px none !important; } }

@media (min-width: 641px) {
  .container {
    /* width:100% !important; */ } }

/* = END KPMG Template Content Reset
----------------------------------------------- */

	.module-htmlcontainer #jwApp div,
	.module-htmlcontainer #jwApp p,
	.module-htmlcontainer #jwApp span,
	.module-htmlcontainer #jwApp a {
		word-wrap: normal !important;
		word-break: normal !important;
	}

    #jwApp .horizontal-align {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    #jwApp .horizontal-align--top {
        align-items: flex-start
    }

    #jwApp .horizontal-align--bottom {
        align-items: flex-end
    }

    #jwApp .horizontal-align.center, #jwApp .horizontal-align.jc-center {
        justify-content: center
    }

    #jwApp .horizontal-align.between, #jwApp .horizontal-align.jc-between {
        justify-content: space-between
    }

    #jwApp .horizontal-align.around, #jwApp .horizontal-align.jc-around {
        justify-content: space-around
    }

    #jwApp .horizontal-align.evenly, #jwApp .horizontal-align.jc-evenly {
        justify-content: space-evenly
    }

    #jwApp .horizontal-align.tablet-disable {
        display: block
    }

    @media only screen and (max-width:1024px) {
        #jwApp .horizontal-align.tablet-stack {
            flex-direction: column
        }

        #jwApp .horizontal-align.tablet-stack--reverse {
            flex-direction: column-reverse
        }
    }

    @media only screen and (max-width:768px) {
        #jwApp .horizontal-align.mobile-stack {
            flex-direction: column
        }

        #jwApp .horizontal-align.mobile-stack--reverse {
            flex-direction: column-reverse
        }
    }

    @media only screen and (max-width:1024px) {
        #jwApp .horizontal-align.mobile-center {
            align-items: center !important
        }
    }

    @media only screen and (max-width:768px) {
        #jwApp .horizontal-align.mobile-disable {
            display: block
        }
    }

    #jwApp .horizontal-align > [class*=" col-"], #jwApp .horizontal-align > [class^=col-] {
        display: flex;
        align-items: center
    }

        #jwApp .horizontal-align > [class*=" col-"]:first-of-type, #jwApp .horizontal-align > [class^=col-]:first-of-type {
            justify-content: flex-start
        }

        #jwApp .horizontal-align > [class*=" col-"]:last-of-type, #jwApp .horizontal-align > [class^=col-]:last-of-type {
            justify-content: flex-end
        }

        #jwApp .horizontal-align > [class*=" col-"].column, #jwApp .horizontal-align > [class^=col-].column {
            flex-direction: column
        }

    @media only screen and (max-width:1024px) {
        #jwApp .horizontal-align > [class*=" col-"].column, #jwApp .horizontal-align > [class^=col-].column {
            justify-content: center
        }
    }

    #jwApp .horizontal-align > [class*=" col-"].column--center, #jwApp .horizontal-align > [class^=col-].column--center {
        align-items: center
    }

    #jwApp .horizontal-align > [class*=" col-"].column--left, #jwApp .horizontal-align > [class^=col-].column--left {
        align-items: flex-start
    }

    #jwApp .horizontal-align > [class*=" col-"].column--right, #jwApp .horizontal-align > [class^=col-].column--right {
        align-items: flex-end
    }

    @media only screen and (max-width:768px) {
        #jwApp .horizontal-align > [class*=" col-"].mobile-center, #jwApp .horizontal-align > [class^=col-].mobile-center {
            justify-content: center
        }
    }

    #jwApp .vertical-align {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #jwApp .bg-color--light-grey {
        background-color: #f0f0f0;
        color: #333
    }

        #jwApp .bg-color--light-grey h1, #jwApp .bg-color--light-grey h2, #jwApp .bg-color--light-grey h3, #jwApp .bg-color--light-grey h4, #jwApp .bg-color--light-grey h5, #jwApp .bg-color--light-grey h6 {
            color: #00338d
        }

        #jwApp .bg-color--light-grey:before {
            background-color: #f0f0f0
        }

    #jwApp .bg-color--white {
        background-color: #fff;
        color: #333
    }

        #jwApp .bg-color--white h1, #jwApp .bg-color--white h2, #jwApp .bg-color--white h3, #jwApp .bg-color--white h4, #jwApp .bg-color--white h5, #jwApp .bg-color--white h6 {
            color: #00338d
        }

        #jwApp .bg-color--white:before {
            background-color: #fff
        }

    @media only screen and (max-width:768px) {
        .u-mobile-padding-top {
            padding-top: 20px
        }
    }

    .mfp-bg {
        z-index: 1042;
        overflow: hidden;
        background: #ffffff;
        opacity: .8
    }

    .mfp-bg, .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed
    }

    .mfp-wrap {
        z-index: 1043;
        outline: none !important;
        -webkit-backface-visibility: hidden
    }

    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0 8px;
        box-sizing: border-box
    }

        .mfp-container:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle
        }

    .mfp-align-top .mfp-container:before {
        display: none
    }

    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045
    }

    .mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
        width: 100%;
        cursor: auto
    }

    .mfp-ajax-cur {
        cursor: progress
    }

    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: zoom-out
    }

    .mfp-zoom {
        cursor: pointer;
        cursor: zoom-in
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto
    }

    .mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
        user-select: none
    }

    .mfp-loading.mfp-figure {
        display: none
    }

    .mfp-hide {
        display: none !important
    }

    .mfp-preloader {
        color: #ccc;
        position: absolute;
        top: 50%;
        width: auto;
        text-align: center;
        margin-top: -.8em;
        left: 8px;
        right: 8px;
        z-index: 1044
    }

        .mfp-preloader a {
            color: #ccc
        }

            .mfp-preloader a:hover {
                color: #fff
            }

    .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
        display: none
    }

    button.mfp-arrow, button.mfp-close {
        overflow: visible;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        box-shadow: none;
        touch-action: manipulation
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: .65;
        padding: 0 0 18px 10px;
        color: #fff;
        font-style: normal;
        font-size: 28px;
        font-family: Arial,Baskerville,monospace
    }

        .mfp-close:focus, .mfp-close:hover {
            opacity: 1
        }

        .mfp-close:active {
            top: 1px
        }

    .mfp-close-btn-in .mfp-close {
        color: #333
    }

    .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
        color: #000;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%
    }

    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #ccc;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap
    }

    .mfp-arrow {
        position: absolute;
        opacity: .65;
        margin: 0;
        top: 50%;
        margin-top: -55px;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: transparent
    }

        .mfp-arrow:active {
            margin-top: -54px
        }

        .mfp-arrow:focus, .mfp-arrow:hover {
            opacity: 1
        }

        .mfp-arrow:after, .mfp-arrow:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 0;
            top: 0;
            margin-top: 35px;
            margin-left: 35px;
            border: medium inset transparent
        }

        .mfp-arrow:after {
            border-top-width: 13px;
            border-bottom-width: 13px;
            top: 8px
        }

        .mfp-arrow:before {
            border-top-width: 21px;
            border-bottom-width: 21px;
            opacity: .7
        }

    .mfp-arrow-left {
        left: 0
    }

        .mfp-arrow-left:after {
            border-right: 17px solid #fff;
            margin-left: 31px
        }

        .mfp-arrow-left:before {
            margin-left: 25px;
            border-right: 27px solid #3f3f3f
        }

    .mfp-arrow-right {
        right: 0
    }

        .mfp-arrow-right:after {
            border-left: 17px solid #fff;
            margin-left: 39px
        }

        .mfp-arrow-right:before {
            border-left: 27px solid #3f3f3f
        }

    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px
    }

        .mfp-iframe-holder .mfp-content {
            line-height: 0;
            width: 100%;
            max-width: 900px
        }

        .mfp-iframe-holder .mfp-close {
            top: -40px
        }

    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%
    }

        .mfp-iframe-scaler iframe {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;

            box-shadow: 0 0 8px rgba(0,0,0,.6);
            background: #000
        }

    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        padding: 40px 0;
        margin: 0 auto
    }

    .mfp-figure, img.mfp-img {
        line-height: 0
    }

        .mfp-figure:after {
            content: "";
            position: absolute;
            left: 0;
            top: 40px;
            bottom: 40px;
            display: block;
            right: 0;
            width: auto;
            height: auto;
            z-index: -1;
            box-shadow: 0 0 8px rgba(0,0,0,.6);
            background: #444
        }

        .mfp-figure small {
            color: #bdbdbd;
            display: block;
            font-size: 12px;
            line-height: 14px
        }

        .mfp-figure figure {
            margin: 0
        }

    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto
    }

    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #f3f3f3;
        word-wrap: break-word;
        padding-right: 36px
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer
    }

    @media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0
        }

        .mfp-img-mobile img.mfp-img {
            padding: 0
        }

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px
        }

        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0,0,0,.6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            box-sizing: border-box
        }

            .mfp-img-mobile .mfp-bottom-bar:empty {
                padding: 0
            }

        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px
        }

        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0,0,0,.6);
            position: fixed;
            text-align: center;
            padding: 0
        }
    }

    @media (max-width:900px) {
        .mfp-arrow {
            transform: scale(.75)
        }

        .mfp-arrow-left {
            transform-origin: 0
        }

        .mfp-arrow-right {
            transform-origin: 100%
        }

        .mfp-container {
            padding-left: 6px;
            padding-right: 6px
        }
    }

    .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1
    }

    .swiper-container-no-flexbox .swiper-slide {
        float: left
    }

    .swiper-container-vertical > .swiper-wrapper {
        flex-direction: column
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        /*height: 100%;*/
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box
    }

    .swiper-container-android .swiper-slide, .swiper-wrapper {
        transform: translateZ(0)
    }

    .swiper-container-multirow > .swiper-wrapper {
        flex-wrap: wrap
    }

    .swiper-container-free-mode > .swiper-wrapper {
        transition-timing-function: ease-out;
        margin: 0 auto
    }

    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        /*height: 100%;*/
        position: relative;
        transition-property: transform
    }

    .swiper-invisible-blank-slide {
        visibility: hidden
    }

    .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
        height: auto
    }

        .swiper-container-autoheight .swiper-wrapper {
            align-items: flex-start;
            transition-property: transform,height
        }

    .swiper-container-3d {
        perspective: 1200px
    }

        .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
            transform-style: preserve-3d
        }

        .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 10
        }

        .swiper-container-3d .swiper-slide-shadow-left {
            background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
        }

        .swiper-container-3d .swiper-slide-shadow-right {
            background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
        }

        .swiper-container-3d .swiper-slide-shadow-top {
            background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
        }

        .swiper-container-3d .swiper-slide-shadow-bottom {
            background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
        }

    .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
        touch-action: pan-y
    }

    .swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
        touch-action: pan-x
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: 50%;
        background-repeat: no-repeat
    }

        .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
            opacity: .35;
            cursor: auto;
            pointer-events: none
        }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
        left: 10px;
        right: auto
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
        right: 10px;
        left: auto
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
    }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        transition: opacity .3s;
        transform: translateZ(0);
        z-index: 10
    }

        .swiper-pagination.swiper-pagination-hidden {
            opacity: 0
        }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%
    }

    .swiper-pagination-bullets-dynamic {
        overflow: hidden;
        font-size: 0
    }

        .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            transform: scale(.33);
            position: relative
        }

        .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
            transform: scale(1)
        }

        .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
            transform: scale(.66)
        }

        .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
            transform: scale(.33)
        }

        .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
            transform: scale(.66)
        }

        .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
            transform: scale(.33)
        }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2
    }

    button.swiper-pagination-bullet {
        border: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
        appearance: none
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff
    }

    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 10px;
        top: 50%;
        transform: translate3d(0,-50%,0)
    }

        .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 6px 0;
            display: block
        }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
            top: 50%;
            transform: translateY(-50%);
            width: 8px
        }

            .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
                display: inline-block;
                transition: transform .2s,top .2s
            }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px
    }

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap
    }

        .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            transition: transform .2s,left .2s
        }

    .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s,right .2s
    }

    .swiper-pagination-progressbar {
        background: rgba(0,0,0,.25);
        position: absolute
    }

        .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
            background: #007aff;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: scale(0);
            transform-origin: left top
        }

    .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        transform-origin: right top
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0
    }

    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

    .swiper-pagination-white .swiper-pagination-bullet-active {
        background: #fff
    }

    .swiper-pagination-progressbar.swiper-pagination-white {
        background: hsla(0,0%,100%,.25)
    }

        .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
            background: #fff
        }

    .swiper-pagination-black .swiper-pagination-bullet-active {
        background: #000
    }

    .swiper-pagination-progressbar.swiper-pagination-black {
        background: rgba(0,0,0,.25)
    }

        .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
            background: #000
        }

    .swiper-scrollbar {
        border-radius: 10px;
        position: relative;
        -ms-touch-action: none;
        background: rgba(0,0,0,.1)
    }

    .swiper-container-horizontal > .swiper-scrollbar {
        position: absolute;
        left: 1%;
        bottom: 3px;
        z-index: 50;
        height: 5px;
        width: 98%
    }

    .swiper-container-vertical > .swiper-scrollbar {
        position: absolute;
        right: 3px;
        top: 1%;
        z-index: 50;
        width: 5px;
        height: 98%
    }

    .swiper-scrollbar-drag {
        height: 100%;
        width: 100%;
        position: relative;
        background: rgba(0,0,0,.5);
        border-radius: 10px;
        left: 0;
        top: 0
    }

    .swiper-scrollbar-cursor-drag {
        cursor: move
    }

    .swiper-zoom-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

        .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain
        }

    .swiper-slide-zoomed {
        cursor: move
    }

    .swiper-lazy-preloader {
        width: 42px;
        height: 42px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -21px;
        margin-top: -21px;
        z-index: 10;
        transform-origin: 50%;
        animation: swiper-preloader-spin 1s steps(12) infinite
    }

        .swiper-lazy-preloader:after {
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat
        }

    .swiper-lazy-preloader-white:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
    }

    @keyframes swiper-preloader-spin {
        to {
            transform: rotate(1turn)
        }
    }

    .swiper-container .swiper-notification {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        z-index: -1000
    }

    .swiper-container-fade.swiper-container-free-mode .swiper-slide {
        transition-timing-function: ease-out
    }

    .swiper-container-fade .swiper-slide {
        pointer-events: none;
        transition-property: opacity
    }

        .swiper-container-fade .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube {
        overflow: visible
    }

        .swiper-container-cube .swiper-slide {
            pointer-events: none;
            backface-visibility: hidden;
            z-index: 1;
            visibility: hidden;
            transform-origin: 0 0;
            width: 100%;
            height: 100%
        }

            .swiper-container-cube .swiper-slide .swiper-slide {
                pointer-events: none
            }

        .swiper-container-cube.swiper-container-rtl .swiper-slide {
            transform-origin: 100% 0
        }

        .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
            pointer-events: auto
        }

        .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
            pointer-events: auto;
            visibility: visible
        }

        .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
            z-index: 0;
            backface-visibility: hidden
        }

        .swiper-container-cube .swiper-cube-shadow {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .6;
            filter: blur(50px);
            z-index: 0
        }

    .swiper-container-flip {
        overflow: visible
    }

        .swiper-container-flip .swiper-slide {
            pointer-events: none;
            backface-visibility: hidden;
            z-index: 1
        }

            .swiper-container-flip .swiper-slide .swiper-slide {
                pointer-events: none
            }

        .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
            pointer-events: auto
        }

        .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
            z-index: 0;
            backface-visibility: hidden
        }

    .swiper-container-coverflow .swiper-wrapper {
        -ms-perspective: 1200px
    }

    #jwApp .container {
        padding: 0 10px
    }

    #jwApp .row {
        margin-left: -10px;
        margin-right: -10px
    }

        #jwApp .row > div[class*=" col-"], #jwApp .row > div[class^=col-] {
            position: relative;
            min-height: 1px;
            padding-right: 10px;
            padding-left: 10px;
            float: left
        }

        #jwApp .row.row--no-gutter {
            margin-left: 10px;
            margin-right: 10px
        }

            #jwApp .row.row--no-gutter > div[class*=" col-"], #jwApp .row.row--no-gutter > div[class^=col-] {
                padding-right: 0;
                padding-left: 0
            }

    @media only screen and (min-width:1281px) {
        #jwApp .row.row--no-gutter {
            margin-left: 0;
            margin-right: 0
        }
    }

    #jwApp .row:after {
        content: "";
        display: table;
        clear: both
    }

    #jwApp .row .col-xs-1 {
        width: 8.33333%
    }

    #jwApp .row .col-xs-2 {
        width: 16.66667%
    }

    #jwApp .row .col-xs-3 {
        width: 25%
    }

    #jwApp .row .col-xs-4 {
        width: 33.33333%
    }

    #jwApp .row .col-xs-5 {
        width: 41.66667%
    }

    #jwApp .row .col-xs-6 {
        width: 50%
    }

    #jwApp .row .col-xs-7 {
        width: 58.33333%
    }

    #jwApp .row .col-xs-8 {
        width: 66.66667%
    }

    #jwApp .row .col-xs-9 {
        width: 75%
    }

    #jwApp .row .col-xs-10 {
        width: 83.33333%
    }

    #jwApp .row .col-xs-11 {
        width: 91.66667%
    }

    #jwApp .row .col-xs-12 {
        width: 100%
    }

    #jwApp .row .pull-xs-0 {
        right: auto
    }

    #jwApp .row .pull-xs-1 {
        right: 8.33333%
    }

    #jwApp .row .pull-xs-2 {
        right: 16.66667%
    }

    #jwApp .row .pull-xs-3 {
        right: 25%
    }

    #jwApp .row .pull-xs-4 {
        right: 33.33333%
    }

    #jwApp .row .pull-xs-5 {
        right: 41.66667%
    }

    #jwApp .row .pull-xs-6 {
        right: 50%
    }

    #jwApp .row .pull-xs-7 {
        right: 58.33333%
    }

    #jwApp .row .pull-xs-8 {
        right: 66.66667%
    }

    #jwApp .row .pull-xs-9 {
        right: 75%
    }

    #jwApp .row .pull-xs-10 {
        right: 83.33333%
    }

    #jwApp .row .pull-xs-11 {
        right: 91.66667%
    }

    #jwApp .row .pull-xs-12 {
        right: 100%
    }

    #jwApp .row .push-xs-0 {
        left: auto
    }

    #jwApp .row .push-xs-1 {
        left: 8.33333%
    }

    #jwApp .row .push-xs-2 {
        left: 16.66667%
    }

    #jwApp .row .push-xs-3 {
        left: 25%
    }

    #jwApp .row .push-xs-4 {
        left: 33.33333%
    }

    #jwApp .row .push-xs-5 {
        left: 41.66667%
    }

    #jwApp .row .push-xs-6 {
        left: 50%
    }

    #jwApp .row .push-xs-7 {
        left: 58.33333%
    }

    #jwApp .row .push-xs-8 {
        left: 66.66667%
    }

    #jwApp .row .push-xs-9 {
        left: 75%
    }

    #jwApp .row .push-xs-10 {
        left: 83.33333%
    }

    #jwApp .row .push-xs-11 {
        left: 91.66667%
    }

    #jwApp .row .push-xs-12 {
        left: 100%
    }

    #jwApp .row .offset-xs-1 {
        margin-left: 8.33333%
    }

    #jwApp .row .offset-xs-2 {
        margin-left: 16.66667%
    }

    #jwApp .row .offset-xs-3 {
        margin-left: 25%
    }

    #jwApp .row .offset-xs-4 {
        margin-left: 33.33333%
    }

    #jwApp .row .offset-xs-5 {
        margin-left: 41.66667%
    }

    #jwApp .row .offset-xs-6 {
        margin-left: 50%
    }

    #jwApp .row .offset-xs-7 {
        margin-left: 58.33333%
    }

    #jwApp .row .offset-xs-8 {
        margin-left: 66.66667%
    }

    #jwApp .row .offset-xs-9 {
        margin-left: 75%
    }

    #jwApp .row .offset-xs-10 {
        margin-left: 83.33333%
    }

    #jwApp .row .offset-xs-11 {
        margin-left: 91.66667%
    }

    @media only screen and (min-width:481px) {
        #jwApp .row .col-sm-1 {
            width: 8.33333%
        }

        #jwApp .row .col-sm-2 {
            width: 16.66667%
        }

        #jwApp .row .col-sm-3 {
            width: 25%
        }

        #jwApp .row .col-sm-4 {
            width: 33.33333%
        }

        #jwApp .row .col-sm-5 {
            width: 41.66667%
        }

        #jwApp .row .col-sm-6 {
            width: 50%
        }

        #jwApp .row .col-sm-7 {
            width: 58.33333%
        }

        #jwApp .row .col-sm-8 {
            width: 66.66667%
        }

        #jwApp .row .col-sm-9 {
            width: 75%
        }

        #jwApp .row .col-sm-10 {
            width: 83.33333%
        }

        #jwApp .row .col-sm-11 {
            width: 91.66667%
        }

        #jwApp .row .col-sm-12 {
            width: 100%
        }

        #jwApp .row .pull-sm-0 {
            right: auto
        }

        #jwApp .row .pull-sm-1 {
            right: 8.33333%
        }

        #jwApp .row .pull-sm-2 {
            right: 16.66667%
        }

        #jwApp .row .pull-sm-3 {
            right: 25%
        }

        #jwApp .row .pull-sm-4 {
            right: 33.33333%
        }

        #jwApp .row .pull-sm-5 {
            right: 41.66667%
        }

        #jwApp .row .pull-sm-6 {
            right: 50%
        }

        #jwApp .row .pull-sm-7 {
            right: 58.33333%
        }

        #jwApp .row .pull-sm-8 {
            right: 66.66667%
        }

        #jwApp .row .pull-sm-9 {
            right: 75%
        }

        #jwApp .row .pull-sm-10 {
            right: 83.33333%
        }

        #jwApp .row .pull-sm-11 {
            right: 91.66667%
        }

        #jwApp .row .pull-sm-12 {
            right: 100%
        }

        #jwApp .row .push-sm-0 {
            left: auto
        }

        #jwApp .row .push-sm-1 {
            left: 8.33333%
        }

        #jwApp .row .push-sm-2 {
            left: 16.66667%
        }

        #jwApp .row .push-sm-3 {
            left: 25%
        }

        #jwApp .row .push-sm-4 {
            left: 33.33333%
        }

        #jwApp .row .push-sm-5 {
            left: 41.66667%
        }

        #jwApp .row .push-sm-6 {
            left: 50%
        }

        #jwApp .row .push-sm-7 {
            left: 58.33333%
        }

        #jwApp .row .push-sm-8 {
            left: 66.66667%
        }

        #jwApp .row .push-sm-9 {
            left: 75%
        }

        #jwApp .row .push-sm-10 {
            left: 83.33333%
        }

        #jwApp .row .push-sm-11 {
            left: 91.66667%
        }

        #jwApp .row .push-sm-12 {
            left: 100%
        }

        #jwApp .row .offset-sm-0 {
            margin-left: 0
        }

        #jwApp .row .offset-sm-1 {
            margin-left: 8.33333%
        }

        #jwApp .row .offset-sm-2 {
            margin-left: 16.66667%
        }

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

        #jwApp .row .offset-sm-4 {
            margin-left: 33.33333%
        }

        #jwApp .row .offset-sm-5 {
            margin-left: 41.66667%
        }

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

        #jwApp .row .offset-sm-7 {
            margin-left: 58.33333%
        }

        #jwApp .row .offset-sm-8 {
            margin-left: 66.66667%
        }

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

        #jwApp .row .offset-sm-10 {
            margin-left: 83.33333%
        }

        #jwApp .row .offset-sm-11 {
            margin-left: 91.66667%
        }
    }

    @media only screen and (min-width:769px) {
        #jwApp .row .col-md-1 {
            width: 8.33333%
        }

        #jwApp .row .col-md-2 {
            width: 16.66667%
        }

        #jwApp .row .col-md-3 {
            width: 25%
        }

        #jwApp .row .col-md-4 {
            width: 33.33333%
        }

        #jwApp .row .col-md-5 {
            width: 41.66667%
        }

        #jwApp .row .col-md-6 {
            width: 50%
        }

        #jwApp .row .col-md-7 {
            width: 58.33333%
        }

        #jwApp .row .col-md-8 {
            width: 66.66667%
        }

        #jwApp .row .col-md-9 {
            width: 75%
        }

        #jwApp .row .col-md-10 {
            width: 83.33333%
        }

        #jwApp .row .col-md-11 {
            width: 91.66667%
        }

        #jwApp .row .col-md-12 {
            width: 100%
        }

        #jwApp .row .pull-md-0 {
            right: auto
        }

        #jwApp .row .pull-md-1 {
            right: 8.33333%
        }

        #jwApp .row .pull-md-2 {
            right: 16.66667%
        }

        #jwApp .row .pull-md-3 {
            right: 25%
        }

        #jwApp .row .pull-md-4 {
            right: 33.33333%
        }

        #jwApp .row .pull-md-5 {
            right: 41.66667%
        }

        #jwApp .row .pull-md-6 {
            right: 50%
        }

        #jwApp .row .pull-md-7 {
            right: 58.33333%
        }

        #jwApp .row .pull-md-8 {
            right: 66.66667%
        }

        #jwApp .row .pull-md-9 {
            right: 75%
        }

        #jwApp .row .pull-md-10 {
            right: 83.33333%
        }

        #jwApp .row .pull-md-11 {
            right: 91.66667%
        }

        #jwApp .row .pull-md-12 {
            right: 100%
        }

        #jwApp .row .push-md-0 {
            left: auto
        }

        #jwApp .row .push-md-1 {
            left: 8.33333%
        }

        #jwApp .row .push-md-2 {
            left: 16.66667%
        }

        #jwApp .row .push-md-3 {
            left: 25%
        }

        #jwApp .row .push-md-4 {
            left: 33.33333%
        }

        #jwApp .row .push-md-5 {
            left: 41.66667%
        }

        #jwApp .row .push-md-6 {
            left: 50%
        }

        #jwApp .row .push-md-7 {
            left: 58.33333%
        }

        #jwApp .row .push-md-8 {
            left: 66.66667%
        }

        #jwApp .row .push-md-9 {
            left: 75%
        }

        #jwApp .row .push-md-10 {
            left: 83.33333%
        }

        #jwApp .row .push-md-11 {
            left: 91.66667%
        }

        #jwApp .row .push-md-12 {
            left: 100%
        }

        #jwApp .row .offset-md-0 {
            margin-left: 0
        }

        #jwApp .row .offset-md-1 {
            margin-left: 8.33333%
        }

        #jwApp .row .offset-md-2 {
            margin-left: 16.66667%
        }

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

        #jwApp .row .offset-md-4 {
            margin-left: 33.33333%
        }

        #jwApp .row .offset-md-5 {
            margin-left: 41.66667%
        }

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

        #jwApp .row .offset-md-7 {
            margin-left: 58.33333%
        }

        #jwApp .row .offset-md-8 {
            margin-left: 66.66667%
        }

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

        #jwApp .row .offset-md-10 {
            margin-left: 83.33333%
        }

        #jwApp .row .offset-md-11 {
            margin-left: 91.66667%
        }
    }

    @media only screen and (min-width:1025px) {
        #jwApp .row .col-lg-1 {
            width: 8.33333%
        }

        #jwApp .row .col-lg-2 {
            width: 16.66667%
        }

        #jwApp .row .col-lg-3 {
            width: 25%
        }

        #jwApp .row .col-lg-4 {
            width: 33.33333%
        }

        #jwApp .row .col-lg-5 {
            width: 41.66667%
        }

        #jwApp .row .col-lg-6 {
            width: 50%
        }

        #jwApp .row .col-lg-7 {
            width: 58.33333%
        }

        #jwApp .row .col-lg-8 {
            width: 66.66667%
        }

        #jwApp .row .col-lg-9 {
            width: 75%
        }

        #jwApp .row .col-lg-10 {
            width: 83.33333%
        }

        #jwApp .row .col-lg-11 {
            width: 91.66667%
        }

        #jwApp .row .col-lg-12 {
            width: 100%
        }

        #jwApp .row .pull-lg-0 {
            right: auto
        }

        #jwApp .row .pull-lg-1 {
            right: 8.33333%
        }

        #jwApp .row .pull-lg-2 {
            right: 16.66667%
        }

        #jwApp .row .pull-lg-3 {
            right: 25%
        }

        #jwApp .row .pull-lg-4 {
            right: 33.33333%
        }

        #jwApp .row .pull-lg-5 {
            right: 41.66667%
        }

        #jwApp .row .pull-lg-6 {
            right: 50%
        }

        #jwApp .row .pull-lg-7 {
            right: 58.33333%
        }

        #jwApp .row .pull-lg-8 {
            right: 66.66667%
        }

        #jwApp .row .pull-lg-9 {
            right: 75%
        }

        #jwApp .row .pull-lg-10 {
            right: 83.33333%
        }

        #jwApp .row .pull-lg-11 {
            right: 91.66667%
        }

        #jwApp .row .pull-lg-12 {
            right: 100%
        }

        #jwApp .row .push-lg-0 {
            left: auto
        }

        #jwApp .row .push-lg-1 {
            left: 8.33333%
        }

        #jwApp .row .push-lg-2 {
            left: 16.66667%
        }

        #jwApp .row .push-lg-3 {
            left: 25%
        }

        #jwApp .row .push-lg-4 {
            left: 33.33333%
        }

        #jwApp .row .push-lg-5 {
            left: 41.66667%
        }

        #jwApp .row .push-lg-6 {
            left: 50%
        }

        #jwApp .row .push-lg-7 {
            left: 58.33333%
        }

        #jwApp .row .push-lg-8 {
            left: 66.66667%
        }

        #jwApp .row .push-lg-9 {
            left: 75%
        }

        #jwApp .row .push-lg-10 {
            left: 83.33333%
        }

        #jwApp .row .push-lg-11 {
            left: 91.66667%
        }

        #jwApp .row .push-lg-12 {
            left: 100%
        }

        #jwApp .row .offset-lg-0 {
            margin-left: 0
        }

        #jwApp .row .offset-lg-1 {
            margin-left: 8.33333%
        }

        #jwApp .row .offset-lg-2 {
            margin-left: 16.66667%
        }

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

        #jwApp .row .offset-lg-4 {
            margin-left: 33.33333%
        }

        #jwApp .row .offset-lg-5 {
            margin-left: 41.66667%
        }

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

        #jwApp .row .offset-lg-7 {
            margin-left: 58.33333%
        }

        #jwApp .row .offset-lg-8 {
            margin-left: 66.66667%
        }

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

        #jwApp .row .offset-lg-10 {
            margin-left: 83.33333%
        }

        #jwApp .row .offset-lg-11 {
            margin-left: 91.66667%
        }
    }

    @media only screen and (min-width:1281px) {
        #jwApp .row .col-xl-1 {
            width: 8.33333%
        }

        #jwApp .row .col-xl-2 {
            width: 16.66667%
        }

        #jwApp .row .col-xl-3 {
            width: 25%
        }

        #jwApp .row .col-xl-4 {
            width: 33.33333%
        }

        #jwApp .row .col-xl-5 {
            width: 41.66667%
        }

        #jwApp .row .col-xl-6 {
            width: 50%
        }

        #jwApp .row .col-xl-7 {
            width: 58.33333%
        }

        #jwApp .row .col-xl-8 {
            width: 66.66667%
        }

        #jwApp .row .col-xl-9 {
            width: 75%
        }

        #jwApp .row .col-xl-10 {
            width: 83.33333%
        }

        #jwApp .row .col-xl-11 {
            width: 91.66667%
        }

        #jwApp .row .col-xl-12 {
            width: 100%
        }

        #jwApp .row .pull-xl-0 {
            right: auto
        }

        #jwApp .row .pull-xl-1 {
            right: 8.33333%
        }

        #jwApp .row .pull-xl-2 {
            right: 16.66667%
        }

        #jwApp .row .pull-xl-3 {
            right: 25%
        }

        #jwApp .row .pull-xl-4 {
            right: 33.33333%
        }

        #jwApp .row .pull-xl-5 {
            right: 41.66667%
        }

        #jwApp .row .pull-xl-6 {
            right: 50%
        }

        #jwApp .row .pull-xl-7 {
            right: 58.33333%
        }

        #jwApp .row .pull-xl-8 {
            right: 66.66667%
        }

        #jwApp .row .pull-xl-9 {
            right: 75%
        }

        #jwApp .row .pull-xl-10 {
            right: 83.33333%
        }

        #jwApp .row .pull-xl-11 {
            right: 91.66667%
        }

        #jwApp .row .pull-xl-12 {
            right: 100%
        }

        #jwApp .row .push-xl-0 {
            left: auto
        }

        #jwApp .row .push-xl-1 {
            left: 8.33333%
        }

        #jwApp .row .push-xl-2 {
            left: 16.66667%
        }

        #jwApp .row .push-xl-3 {
            left: 25%
        }

        #jwApp .row .push-xl-4 {
            left: 33.33333%
        }

        #jwApp .row .push-xl-5 {
            left: 41.66667%
        }

        #jwApp .row .push-xl-6 {
            left: 50%
        }

        #jwApp .row .push-xl-7 {
            left: 58.33333%
        }

        #jwApp .row .push-xl-8 {
            left: 66.66667%
        }

        #jwApp .row .push-xl-9 {
            left: 75%
        }

        #jwApp .row .push-xl-10 {
            left: 83.33333%
        }

        #jwApp .row .push-xl-11 {
            left: 91.66667%
        }

        #jwApp .row .push-xl-12 {
            left: 100%
        }

        #jwApp .row .offset-xl-0 {
            margin-left: 0
        }

        #jwApp .row .offset-xl-1 {
            margin-left: 8.33333%
        }

        #jwApp .row .offset-xl-2 {
            margin-left: 16.66667%
        }

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

        #jwApp .row .offset-xl-4 {
            margin-left: 33.33333%
        }

        #jwApp .row .offset-xl-5 {
            margin-left: 41.66667%
        }

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

        #jwApp .row .offset-xl-7 {
            margin-left: 58.33333%
        }

        #jwApp .row .offset-xl-8 {
            margin-left: 66.66667%
        }

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

        #jwApp .row .offset-xl-10 {
            margin-left: 83.33333%
        }

        #jwApp .row .offset-xl-11 {
            margin-left: 91.66667%
        }
    }

    .module-tmpl-html {
        margin-top: -2px;
        box-shadow: inset 0 8px 16px #dedede
    }

        .module-tmpl-html > .tmpl-row {
            display: none
        }

        .module-tmpl-html > .inner-container {
            width: 100%
        }

        .module-tmpl-html .parsys-container {
            border: 0 !important
        }

            .module-tmpl-html .parsys-container > .module-htmlcontainer {
                background: none;
                padding: 0
            }

    .template .container {
        transform: none !important
    }

    .global-footer {
        margin-top: 0 !important
    }

    .container {
        width: 100%
    }

    #jwApp {
        margin: 0;
		max-width: 95%;
    	margin-left: auto;
    	margin-right: auto;
    }

		#jwApp a:hover,
		#jwApp a:active,
		#jwApp a:hover.active {
			text-decoration: none;
		}

        #jwApp * {
            box-sizing: border-box
        }

        #jwApp div {
            margin: 0
        }

            #jwApp div.inner-container {
                margin: 0 auto
            }

            #jwApp div.row div.row {
                margin: 0
            }

    @media only screen and (min-width:769px) {
        #jwApp .row--floating {
            position: absolute;
            top: 0;
            width: 100%;
            display: flex;
            align-items: center
        }

        #jwApp .row--floating--end {
            justify-content: flex-end
        }
    }

    #jwApp .inner-container {
        width: calc(100% - 40px);
        max-width: 1080px;
        position: relative
    }

    #jwApp .inner-container--wide {
        max-width: 1300px
    }

    @media only screen and (max-width:768px) {
        #jwApp .inner-container--mobile-reverse {
            display: flex;
            flex-direction: column-reverse
        }
    }

    #jwApp .inner-container--white {
        background-color: #fff
    }

    #jwApp img {
        vertical-align: bottom;
        max-width: 100%;
        width: 100%
    }

    #jwApp .hide, #jwApp .show--lg-down, #jwApp .show--lg-up, #jwApp .show--md--up, #jwApp .show--md-down, #jwApp .show--sm-down, #jwApp .show--sm-up, #jwApp .show--xl-up, #jwApp .show-xl-down {
        display: none
    }

    @media only screen and (max-width:480px) {
        #jwApp .hide--sm-down {
            display: none !important
        }

        #jwApp .show--sm-down {
            display: block !important
        }
    }

    @media only screen and (min-width:481px) {
        #jwApp .hide--sm-up {
            display: none !important
        }

        #jwApp .show--sm-up {
            display: block !important
        }
    }

    @media only screen and (max-width:768px) {
        #jwApp .hide--md-down {
            display: none !important
        }

        #jwApp .show--md-down {
            display: block !important
        }
    }

    @media only screen and (min-width:769px) {
        #jwApp .hide--md-up {
            display: none !important
        }

        #jwApp .show--md-up {
            display: block !important
        }
    }

    @media only screen and (max-width:1024px) {
        #jwApp .hide--lg-down {
            display: none !important
        }

        #jwApp .show--lg-down {
            display: block !important
        }
    }

    @media only screen and (min-width:1025px) {
        #jwApp .hide--lg-up {
            display: none !important
        }

        #jwApp .show--lg-up {
            display: block !important
        }
    }

    @media only screen and (min-width:1281px) {
        #jwApp .hide--xl-down {
            display: none !important
        }

        #jwApp .show--xl-down {
            display: block !important
        }
    }

    @media only screen and (min-width:1281px) {
        #jwApp .hide--xl-up {
            display: none !important
        }

        #jwApp .show--xl-up {
            display: block !important
        }
    }

    #jwApp {
        position: relative
    }

        #jwApp .heading-size-1, #jwApp h1 {
            font-size: 100px;
            font-size: 10rem;
            line-height: 100px;
            line-height: 10rem
        }

        #jwApp .heading-size-1, #jwApp .heading-size-2, #jwApp h1, #jwApp h2 {
            color: inherit;
            font-family: KPMG Light,Arial,Helvetica,sans-serif;
            font-weight: 100
        }

        #jwApp .heading-size-2, #jwApp h2 {
            font-size: 54px;
            font-size: 5.4rem;
            line-height: 65px;
            line-height: 6.5rem;
            margin-bottom: 40px
        }

    @media only screen and (max-width:768px) {
        #jwApp .heading-size-2, #jwApp h2 {
            margin-bottom: 20px
        }
    }

    #jwApp .heading-size-2.heading, #jwApp h2.heading {
        color: #00338d;
        margin-bottom: 20px
    }

    #jwApp .heading-size-3, #jwApp h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem;
        margin-bottom: 0;
        color: inherit;
        font-weight: 400;
    }

    #jwApp .heading-size-4, #jwApp h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 25px;
        line-height: 2.5rem;
        color: inherit;
        font-weight: 700
    }

        #jwApp .heading-size-4.supporting-title, #jwApp h4.supporting-title {
            opacity: .5;
            margin-bottom: 30px;
            letter-spacing: 1px
        }

    @media only screen and (max-width:480px) {
        #jwApp .heading-size-4.supporting-title, #jwApp h4.supporting-title {
            margin-bottom: 20px
        }
    }

    #jwApp .heading-size-4 .lighter, #jwApp h4 .lighter {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 25px;
        line-height: 2.5rem
    }

    #jwApp .text-colour--white {
        color: #fff
    }

    #jwApp .highlight {
        color: #005eb8
    }

    #jwApp .lighter {
        font-weight: 100
    }

    #jwApp h4, #jwApp ul {
        color: inherit
    }

    #jwApp ul {
        list-style: disc;
        list-style-position: inside
    }

        #jwApp ul.button-list {
            list-style: none
        }

            #jwApp ul.button-list li {
                margin-bottom: 15px
            }

    @media only screen and (max-width:768px) {
        #jwApp ul.button-list li .jw-button {
            width: 100%
        }
    }

    #jwApp ul li {
        color: inherit
    }

    #jwApp p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem;
        margin: 15px 0;
        color: inherit
    }

        #jwApp p em {
            font-style: normal;
            color: #00338d
        }

        #jwApp p.body-text {
            font-size: 20px;
            font-size: 2rem;
            line-height: 30px;
            line-height: 3rem;
            margin-top: 0;
            margin-bottom: 40px
        }

    #jwApp .body-text h1, #jwApp .body-text h2, #jwApp .body-text h3, #jwApp .body-text h4, #jwApp .body-text h5, #jwApp .body-text h6 {
        margin-bottom: 20px
    }

    #jwApp .body-text p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem;
        margin-top: 0
    }

        #jwApp .body-text p.additional {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 23px;
            line-height: 2.3rem
        }

    #jwApp .play-button {
        height: 100px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0091da;
        transition: background-color .3s ease-out;
        cursor: pointer
    }

        #jwApp .play-button:hover {
            background-color: #00a3e2
        }

    @media only screen and (max-width:768px) {
        #jwApp .play-button {
            padding: 20px 22px
        }

            #jwApp .play-button svg {
                width: 11px !important;
                height: 13px !important
            }
    }

    #jwApp .play-button--small {
        width: 80px;
        height: 80px
    }

        #jwApp .play-button--small svg {
            width: 15px !important;
            height: 17px !important
        }

    #jwApp .center {
        margin: 0 auto
    }

	#jwApp .center-flex-btn {
		justify-content: center;
	}

    #jwApp section.jw-section {
        position: relative;
        overflow: hidden;
        padding: 100px 0
    }

    #jwApp section.jw-section--no-padding-bottom {
        padding-bottom: 0
    }

    @media only screen and (max-width:768px) {
        #jwApp section.jw-section--no-padding-bottom {
            padding-bottom: 0 !important
        }
    }

    @media only screen and (min-width:769px) {
        #jwApp section.jw-section--no-padding-bottom-md-up {
            padding-bottom: 0
        }
    }

    #jwApp section.jw-section--no-padding-top {
        padding-top: 0
    }

    @media only screen and (max-width:768px) {
        #jwApp section.jw-section--no-padding-top {
            padding-top: 0 !important
        }
    }

    @media only screen and (max-width:768px) {
        #jwApp section.jw-section {
            padding: 40px 0
        }
    }

    #jwApp section.jw-section--white {
        background-color: #fff
    }

    #jwApp section.jw-section--blue {
        background-color: #005eb8;
        color: #fff
    }

    #jwApp section.jw-section--hr {
        padding: 0
    }

    #jwApp section.jw-section.bg-image {
        background-size: cover;
        background-position: top center;
        height: 500px
    }

    @media only screen and (max-width:768px) {
        #jwApp section.jw-section.bg-image {
            height: 250px
        }
    }

    #jwApp section.jw-section.bg-half--grey-top:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 50%;
        background-color: #f0f0f0
    }

    #jwApp section.jw-section .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        z-index: 1
    }

    #jwApp section.jw-section .video-wrapper__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.25);
        z-index: 1;
        pointer-events: none
    }

    #jwApp section.jw-section .video-wrapper h4 {
        color: #fff;
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 30%
    }

    #jwApp section.jw-section .video-wrapper a.poster, #jwApp section.jw-section .video-wrapper iframe, #jwApp section.jw-section .video-wrapper img, #jwApp section.jw-section .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #jwApp section.jw-section .video-wrapper .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1
    }

    #jwApp section.jw-section .image-wrapper {
        z-index: 1;
        position: relative
    }

    @media only screen and (max-width:768px) {
        #jwApp section.jw-section .text-block {
            margin-bottom: 20px
        }
    }

    #jwApp {
        background-color: #fff;
        z-index: 0
    }

        #jwApp .border-line:before {
            content: "";
            height: 100%;
            background-color: hsla(0,0%,100%,.15);
            width: 1px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%)
        }

        #jwApp .overflow-visible {
            overflow: visible
        }

        #jwApp .u-16x9:before {
            content: "";
            width: 1px;
            margin-left: -1px;
            float: left;
            height: 0;
            padding-top: 52.46332%
        }

        #jwApp .u-16x9:after {
            content: "";
            display: table;
            clear: both
        }

    .flex-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .flex-row--reverse {
        flex-direction: row-reverse
    }

    .flex-row--align-center {
        align-items: center
    }

    .flex-row--space-between {
        justify-content: space-between
    }

    #jwApp.ie .hero {
        height: 70vh
    }

    #jwApp .hero {
        position: relative;
        min-height: 600px;
        min-height: 70vh;
        max-height: 800px
    }

    @media only screen and (max-width:768px) {
        #jwApp .hero {
            min-height: auto;
            max-height: 100%;
            height: auto
        }
    }

    #jwApp .hero .flex-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: inherit;
        min-height: inherit;
        max-height: inherit
    }

    #jwApp .article {
        margin-bottom: 20px
    }

        #jwApp .article:last-of-type {
            margin-bottom: 40px
        }

    #jwApp .article__sidebar {
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #jwApp .article--small {
        margin-top: 10px;
        height: 16.66667%;
        position: relative
    }

        #jwApp .article--small:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: hsla(0,0%,100%,.15)
        }

        #jwApp .article--small:last-of-type {
            margin-bottom: 0
        }

            #jwApp .article--small:last-of-type:after {
                content: none
            }

    @media only screen and (max-width:1024px) {
        #jwApp .article--small {
            margin-bottom: 5px
        }
    }

    @media only screen and (max-width:480px) {
        #jwApp .article--small {
            padding-bottom: 20px
        }
    }

    #jwApp .article__image {
        margin-bottom: 40px
    }

    #jwApp .article__title h3 {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 25px;
        line-height: 2.5rem;
        margin-bottom: 20px
    }

    #jwApp .article__body p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 23px;
        line-height: 2.3rem;
        color: #f0f0f0;
        margin-top: 0;
        margin-bottom: 20px
    }

    #jwApp .swiper {
        display: flex;
        flex-direction: row;
        width: 100%;
        /*height: 100%;*/
        padding-bottom: 80px
    }

        #jwApp .swiper .swiper-arrow {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 10;
            cursor: pointer
        }

        #jwApp .swiper .swiper-arrow--next {
            left: 59px
        }

        #jwApp .swiper .swiper-arrow.swiper-button-disabled .round-button {
            opacity: .6;
            cursor: auto
        }

    #jwApp .swiper-container--two-column {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

        #jwApp .swiper-container--two-column .swiper-slide {
            display: flex;
            flex-direction: column
        }

    #jwApp .swiper-container--logos {
        flex-direction: column
    }

        #jwApp .swiper-container--logos .swiper-wrapper {
            padding-bottom: 30px;
            align-items: center
        }

        #jwApp .swiper-container--logos .swiper-slide {
            justify-content: center
        }

            #jwApp .swiper-container--logos .swiper-slide img {
                max-height: 120px;
                width: auto
            }

    #jwApp .swiper--cards {
        padding-bottom: 0
    }

    #jwApp .swiper-pagination-holder {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    #jwApp .swiper-pagination-holder--cards {
        margin-top: 40px
    }

    #jwApp .swiper-pagination-holder--right {
        justify-content: flex-end
    }

    #jwApp .swiper-pagination-holder .swiper-arrow, #jwApp .swiper-pagination-holder .swiper-pagination {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    #jwApp .swiper-pagination-holder .swiper-arrow--plain span {
        border: 0;
        color: #999
    }

        #jwApp .swiper-pagination-holder .swiper-arrow--plain span .icon-stroke {
            stroke: #999
        }

    #jwApp .swiper-pagination-holder .swiper-pagination {
        order: 1;
        flex-basis: 10%
    }

    #jwApp .swiper-pagination-holder .swiper-pagination--wide {
        flex-basis: 20%
    }

    #jwApp .swiper-pagination-holder .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 5px;
        background: #005eb8;
        opacity: 1
    }

    #jwApp .swiper-pagination-holder .swiper-pagination-bullet-active {
        background: #0091da
    }

    @media only screen and (max-width:768px) {
        #jwApp .swiper-pagination-holder .swiper-pagination {
            flex-grow: 1
        }
    }

    #jwApp .swiper-pagination-holder .swiper-arrow--next {
        order: 2
    }

    #jwApp .multi-box {
        height: 400px;
        display: flex;
        flex-direction: row;
        width: 100%
    }

	@media only screen and (max-width:768px) {
		#jwApp .multi-box {
			display: block;
		}
    }

    @media only screen and (min-width:1025px) {
        #jwApp .multi-box {
            min-height: 400px
        }
    }

    #jwApp .multi-box__navbar {
        flex-basis: 30%;
        height: inherit
    }

    @media only screen and (min-width:1025px) {
        #jwApp .multi-box__navbar {
            min-height: inherit
        }
    }

    #jwApp .multi-box__navbar ul {
        list-style: none;
        /*display: flex;
        flex-direction: column;*/
        overflow-y: auto;
        height: inherit;
        position: relative;
        background-color: #00338d;
		margin:0;
    }

    @media only screen and (min-width:1025px) {
        #jwApp .multi-box__navbar ul {
            min-height: inherit
        }
    }

    #jwApp .multi-box__navbar ul:before {
        content: "";
        background-color: #005eb8;
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

    #jwApp .multi-box__navbar ul li {
        position: relative;
		list-style:none;
    }

        #jwApp .multi-box__navbar ul li.active .navbar__content:before, #jwApp .multi-box__navbar ul li:hover .navbar__content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            opacity: .1;
            user-select: none
        }

        #jwApp .multi-box__navbar ul li .navbar__content {
            background-color: #00338d;
            display: flex;
            color: #fff;
            height: 100px;
            position: relative;
            cursor: pointer
        }

            #jwApp .multi-box__navbar ul li .navbar__content:after {
                content: "";
                position: absolute;
                height: 1px;
                width: 100%;
                background: hsla(0,0%,100%,.1);
                bottom: 0;
                left: 0
            }

            #jwApp .multi-box__navbar ul li .navbar__content span {
                align-content: center;
                display: flex;
                height: 100%;
                align-items: center
            }

            #jwApp .multi-box__navbar ul li .navbar__content .content__number {
                background-color: #005eb8;
                width: 50px;
                justify-content: center;
                flex-basis: 50px
            }

            #jwApp .multi-box__navbar ul li .navbar__content .content__title {
                padding: 0 12px;
                flex-basis: 75%
            }

    #jwApp .multi-box__content {
        flex-basis: 70%;
        flex-direction: row;
        height: inherit;
        display: none
    }

    @media only screen and (min-width:1025px) {
        #jwApp .multi-box__content {
            min-height: inherit
        }
    }

    #jwApp .multi-box__content.active {
        display: flex
    }

	@media only screen and (max-width:768px) {
		#jwApp .multi-box__content.active {
			display: block;
		}
    }

    #jwApp .multi-box__content .content__body {
        width: 65%;
        padding: 50px 55px;
        background-color: #f0f0f0
    }

    #jwApp .multi-box__content .content__body--full {
        width: 100%
    }

    #jwApp .multi-box__content .content__body h3 {
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 65px;
        line-height: 6.5rem;
        font-family: KPMG Light,Arial,Helvetica,sans-serif;
        font-weight: 100;
        color: #00338d;
        margin-bottom: 35px
    }

    @media only screen and (max-width:1024px) {
        #jwApp .multi-box__content .content__body h3 {
            font-size: 48px;
            font-size: 4.8rem;
            line-height: 58px;
            line-height: 5.8rem;
            margin-bottom: 20px
        }
    }

    #jwApp .multi-box__content .content__body p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem;
        margin-bottom: 30px;
        color: #333
    }

    #jwApp .multi-box__content .content__image {
        width: 35%;
        height: 100%;
        background-position: 100%;
        background-size: cover
    }

    @media only screen and (max-width:768px) {
        #jwApp .multi-box {
            height: auto;
            flex-direction: column
        }

        #jwApp .multi-box__navbar ul {
            overflow: visible;
            position: absolute;
            z-index: 10;
            display: none;
            width: calc(100% - 20px);
            margin: 0
        }

            #jwApp .multi-box__navbar ul.active {
                display: block;
                max-height: 300px;
                overflow: auto
            }

            #jwApp .multi-box__navbar ul li {
                overflow: hidden;
                padding: 0 20px
            }

                #jwApp .multi-box__navbar ul li:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: -20px;
                    width: 110%;
                    height: 100%;
                    background-color: #00338d
                }

                #jwApp .multi-box__navbar ul li.active .navbar__content:before, #jwApp .multi-box__navbar ul li:hover .navbar__content:before {
                    left: -20px;
                    width: 110%
                }

                #jwApp .multi-box__navbar ul li .navbar__content {
                    height: auto;
                    padding: 10px 0;
                    align-items: center
                }

                    #jwApp .multi-box__navbar ul li .navbar__content .content__number {
                        background-color: #00338d
                    }

                    #jwApp .multi-box__navbar ul li .navbar__content .content__title {
                        flex-basis: 80%
                    }

                    #jwApp .multi-box__navbar ul li .navbar__content .content__arrow {
                        width: 50px;
                        justify-content: center
                    }

                    #jwApp .multi-box__navbar ul li .navbar__content:after {
                        width: 110%;
                        left: -20px;
                        bottom: 0
                    }

        #jwApp .multi-box__content {
            flex-direction: column-reverse
        }

            #jwApp .multi-box__content .content__body {
                width: 100%;
                /*padding: 25px 0;*/
                position: relative
            }

                #jwApp .multi-box__content .content__body:before {
                    content: "";
                    width: 110%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: -20px;
                    background-color: #f0f0f0;
                    z-index: -1
                }

            #jwApp .multi-box__content .content__image {
                width: 110%;
                height: 160px;
                background-size: cover;
                margin-left: -20px
            }
    }

    #jwApp.ie .multi-box__navbar ul li .navbar__content .content__title {
        flex-basis: 67%
    }

    #jwApp .dropdown {
        background-color: #00338d;
        color: #fff;
        justify-content: space-between;
        height: 50px;
        position: relative
    }

		#jwApp .dropdown div,
		#jwApp .dropdown span {
			color: #fff !important;
		}

    @media only screen and (max-width:768px) {
        #jwApp .dropdown {
            display: flex !important
        }
    }

    #jwApp .dropdown--border {
        border: 1px solid #fff
    }

        #jwApp .dropdown--border .dropdown__content {
            padding: 15px
        }

    #jwApp .dropdown:before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: -20px;
        left: -20px;
        background-color: #00338d;
        z-index: -1
    }

        #jwApp .jw-section--multibox .dropdown:before {
            content: "";
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: transparent;
        }

    #jwApp .dropdown.active .dropdown__arrow svg {
        transform: rotate(270deg) translateY(5px)
    }


    #jwApp .dropdown__arrow, #jwApp .dropdown__content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px
    }

    #jwApp .dropdown__arrow {
        background-color: #005eb8;
		padding-right: 10px;
    }

        #jwApp .dropdown__arrow:before {
            content: "";
            width: 160%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #005eb8;
            z-index: -1
        }

        #jwApp .jw-section--multibox .dropdown__arrow:before {
            content: "";
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: transparent;
        }

        #jwApp .dropdown__arrow svg {
            transition: transform .3s ease-out;
            transform: rotate(90deg) translateY(-5px);
            transform-origin: center
        }

    #jwApp .dropdown--hero.active .dropdown__content, #jwApp .dropdown--hero .dropdown__content--open {
        display: none
    }

    #jwApp .dropdown--hero.active .dropdown__content--open {
        display: flex
    }

    #jwApp .dropdown--hero .dropdown__content {
        width: 100%;
        justify-content: flex-start;
    }

    #jwApp .dropdown--hero .dropdown__arrow {
        background-color: inherit
    }

        #jwApp .dropdown--hero.active:after, #jwApp .dropdown--hero .dropdown__arrow:before {
            content: none
        }

    @media only screen and (max-width:768px) {
        #jwApp .dropdown.show--md-down + ul {
            display: none
        }

            #jwApp .dropdown.show--md-down + ul.active {
                display: block;
            }
    }

    #jwApp .map-holder {
        overflow: visible;
        will-change: transform
    }

    #jwApp .map-holder--animate {
        overflow: hidden
    }

    #jwApp .map-holder--europe .map .dots-holder, #jwApp .map-holder--europe .map img {
        transform: scale(4) translate3d(0,15%,0)
    }

    #jwApp .map-holder--europe .map .dot {
        transform: scale(.3)
    }

    #jwApp .map-holder--europe .map .dot--active {
        transform: scale(.4)
    }

    #jwApp .map-back {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #999;
        font-family: monospace;
        z-index: 10;
        opacity: 1;
        transition: opacity .3s ease-out;
        color: #999;
        cursor: pointer;
        visibility: visible;
        will-change: opacity,visibility
    }

        #jwApp .map-back svg {
            transform: translate3d(-50%,-50%,0) rotate(270deg);
            position: absolute;
            top: 50%;
            left: 50%
        }

            #jwApp .map-back svg path {
                fill: #999
            }

        #jwApp .map-back:hover {
            background: #005eb8;
            color: #fff
        }

            #jwApp .map-back:hover path {
                fill: #fff
            }

    #jwApp .map-hidden {
        opacity: 0;
        visibility: hidden
    }

    #jwApp .map {
        position: relative;
        backface-visibility: hidden
    }

    #jwApp .map-arrows {
        flex-basis: 20%;
        background-color: #0091da;
        flex-direction: column;
        height: 100px;
        cursor: pointer;
        user-select: none
    }

        #jwApp .map-arrows, #jwApp .map-arrows div {
            display: flex;
            justify-content: center;
            align-items: center
        }

            #jwApp .map-arrows div {
                width: 100%;
                height: 50%
            }

                #jwApp .map-arrows div.up-arrow svg {
                    transform: rotate(-90deg);
                    transform-origin: 50% 50%
                }

                #jwApp .map-arrows div.down-arrow svg {
                    transform: rotate(90deg);
                    transform-origin: 50% 50%
                }

                #jwApp .map-arrows div:hover {
                    background-color: #00a3e2
                }

    #jwApp .map img {
        transition: transform 1s ease-out;
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden
    }

    #jwApp .map-info {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /*width: 100%;*/
		width: 92%;
        height: 340px;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: flex-end
    }

	#jwApp .map-info div {
		color: #fff !important;
	}

    @media only screen and (max-width:768px) {
        #jwApp .map-info {
            position: relative;
            top: 0;
            transform: translate(0)
        }
    }

    #jwApp .map-info-holder {
        overflow: visible
    }

        #jwApp .map-info-holder:before {
            content: "";
            position: absolute;
            right: -50%;
            width: 100%;
            height: 100%;
            background-color: #f0f0f0
        }

    #jwApp .map-info__number {
        color: inherit;
            font-size: 1.6rem;
            line-height: 1.5;
    }

        #jwApp .map-info__number .active {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 25px;
            line-height: 2.5rem;
            vertical-align: text-top;
            padding-right: 5px
        }

    #jwApp .map-info__content {
        color: inherit
    }

        #jwApp .map-info__content .country {
            font-size: 20px;
            font-size: 2.4rem;
            line-height: 25px;
            line-height: 2.5rem;
            margin-bottom: 20px
        }

    @media only screen and (max-width:1024px) {
        #jwApp .map-info__content .country {
            font-size: 20px;
            font-size: 2.4rem;
            line-height: 20px;
            line-height: 2rem
        }
    }

    #jwApp .map-info__content a {
        color: inherit;
		text-decoration: none;
		line-height: 1.3;
    }

    #jwApp .map-info__image {
        background-color: #999;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        max-width: 270px;
        flex-basis: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 30px
    }

    #jwApp .dots-holder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: transform 1s ease-out;
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden
    }

    @media only screen and (max-width:768px) {
        #jwApp .dots-holder {
            transform: translate(-1%,-1%)
        }
    }

    #jwApp .dot {
        position: absolute;
        background-color: #999;
        opacity: .5;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        transform: translateZ(0);
        transform-origin: center;
        opacity: 1;
        cursor: pointer;
        transition: transform .3s ease-out,opacity .3s ease-out,background-color .3s ease-out;
        will-change: transform,opacity;
        backface-visibility: hidden
    }

        #jwApp .dot:hover {
            z-index: 5
        }

            #jwApp .dot:hover .dot__name {
                opacity: 1
            }

        #jwApp .dot .dot__name {
            position: absolute;
            top: -30px;
            left: 50%;
            background: #1993d7;
            padding: 4px;
            color: #fff;
            transform: translateX(-50%) translateZ(0);
            white-space: nowrap;
            pointer-events: none;
            opacity: 0;
            transition: opacity .3s ease-out
        }

        #jwApp .dot .dot__name-container {
            position: relative;
            transition: transform .3s
        }

        #jwApp .dot .arrow_box:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136,183,213,0);
            border-top-color: #1993d7;
            border-width: 5px;
            margin-left: -5px
        }

        #jwApp .dot:hover {
            background-color: #0091da
        }

    #jwApp .dot--active {
        cursor: auto;
        transform: scale(1.5) translateZ(0);
        animation: ripple 1.5s linear infinite
    }

        #jwApp .dot--active, #jwApp .dot--active:hover {
            background-color: #005eb8
        }

            #jwApp .dot--active .dot__name-container {
                transform: scale(.7)
            }

    #jwApp .dot--small {
        transform: scale(.3) translateZ(0);
        will-change: transform,opacity,user-select,pointer-events
    }

    #jwApp .dot--hidden {
        opacity: 0;
        user-select: none
    }

    #jwApp .dot--hide-until-animate {
        opacity: 0;
        user-select: none;
        pointer-events: none
    }

    #jwApp .dot--hide-when-animate {
        display: none
    }

    #jwApp .dot--europe {
        width: 37px;
        height: 37px;
        background-color: #f0f0f0;
        border: 1px solid #999;
		display: none;
    }

        #jwApp .dot--europe:before {
            content: "+";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 24px;
            color: #999;
            font-weight: 100;
            font-family: monospace;
			display: none;
        }

        #jwApp .dot--europe:hover {
            background-color: #005eb8;
			display: none;
        }

            #jwApp .dot--europe:hover:before {
                color: #fff;
				display: none;
            }

    @keyframes ripple {
        0% {
            box-shadow: 0 0 0 0 rgba(0,145,218,.25),0 0 0 15px rgba(0,145,218,.2)
        }

        to {
            box-shadow: 0 0 0 15px rgba(0,145,218,.2),0 0 0 30px rgba(0,145,218,0)
        }
    }

    @keyframes plyr-progress {
        to {
            background-position: 25px 0
        }
    }

    .plyr {
        position: relative;
        max-width: 100%;
        min-width: 200px;
        font-family: Avenir,Avenir Next,Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
        direction: ltr
    }

        .plyr, .plyr *, .plyr :after, .plyr :before {
            box-sizing: border-box
        }

            .plyr a, .plyr button, .plyr input, .plyr label {
                touch-action: manipulation
            }

            .plyr:focus {
                outline: 0
            }

            .plyr audio, .plyr video {
                width: 100%;
                height: auto;
                vertical-align: middle;
                border-radius: inherit
            }

            .plyr input[type=range] {
                display: block;
                height: 20px;
                width: 100%;
                margin: 0;
                padding: 0;
                vertical-align: middle;
                appearance: none;
                cursor: pointer;
                border: none;
                background: transparent
            }

                .plyr input[type=range]::-webkit-slider-runnable-track {
                    height: 8px;
                    background: transparent;
                    border: 0;
                    border-radius: 4px;
                    user-select: none
                }

                .plyr input[type=range]::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    margin-top: -4px;
                    position: relative;
                    height: 16px;
                    width: 16px;
                    background: #fff;
                    border: 2px solid transparent;
                    border-radius: 100%;
                    transition: background .2s ease,border .2s ease,transform .2s ease;
                    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                    box-sizing: border-box
                }

                .plyr input[type=range]::-moz-range-track {
                    height: 8px;
                    background: transparent;
                    border: 0;
                    border-radius: 4px;
                    user-select: none
                }

                .plyr input[type=range]::-moz-range-thumb {
                    position: relative;
                    height: 16px;
                    width: 16px;
                    background: #fff;
                    border: 2px solid transparent;
                    border-radius: 100%;
                    transition: background .2s ease,border .2s ease,transform .2s ease;
                    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                    box-sizing: border-box
                }

                .plyr input[type=range]::-ms-track {
                    height: 8px;
                    background: transparent;
                    border: 0;
                    color: transparent
                }

                .plyr input[type=range]::-ms-fill-upper {
                    height: 8px;
                    background: transparent;
                    border: 0;
                    border-radius: 4px;
                    user-select: none
                }

                .plyr input[type=range]::-ms-fill-lower {
                    height: 8px;
                    background: transparent;
                    border: 0;
                    border-radius: 4px;
                    user-select: none;
                    background: #3498db
                }

                .plyr input[type=range]::-ms-thumb {
                    position: relative;
                    height: 16px;
                    width: 16px;
                    background: #fff;
                    border: 2px solid transparent;
                    border-radius: 100%;
                    transition: background .2s ease,border .2s ease,transform .2s ease;
                    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
                    box-sizing: border-box;
                    margin-top: 0
                }

                .plyr input[type=range]::-ms-tooltip {
                    display: none
                }

                .plyr input[type=range]:focus {
                    outline: 0
                }

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

                .plyr input[type=range].tab-focus:focus {
                    outline-offset: 3px
                }

                .plyr input[type=range]:active::-webkit-slider-thumb {
                    background: #3498db;
                    border-color: #fff;
                    transform: scale(1.25)
                }

                .plyr input[type=range]:active::-moz-range-thumb {
                    background: #3498db;
                    border-color: #fff;
                    transform: scale(1.25)
                }

                .plyr input[type=range]:active::-ms-thumb {
                    background: #3498db;
                    border-color: #fff;
                    transform: scale(1.25)
                }

    .plyr--video input[type=range].tab-focus:focus {
        outline: 1px dotted hsla(0,0%,100%,.5)
    }

    .plyr--audio input[type=range].tab-focus:focus {
        outline: 1px dotted rgba(86,93,100,.5)
    }

    .plyr__sr-only {
        clip: rect(1px,1px,1px,1px);
        overflow: hidden;
        position: absolute !important;
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important
    }

    .plyr__video-wrapper {
        position: relative;
        background: #000;
        border-radius: inherit
    }

    .plyr__video-embed {
        padding-bottom: 56.25%;
        height: 0;
        border-radius: inherit;
        overflow: hidden;
        z-index: 0
    }

        .plyr__video-embed iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            user-select: none
        }

        .plyr__video-embed > div {
            position: relative;
            padding-bottom: 200%;
            transform: translateY(-35.95%)
        }

    .plyr .plyr__video-embed iframe {
        pointer-events: none
    }

    .plyr video::-webkit-media-text-track-container {
        display: none
    }

    .plyr__captions {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        transform: translateY(-60px);
        transition: transform .3s ease;
        color: #fff;
        font-size: 16px;
        text-align: center;
        font-weight: 400
    }

        .plyr__captions span {
            border-radius: 2px;
            padding: 3px 10px;
            background: rgba(0,0,0,.7);
            box-decoration-break: clone;
            line-height: 150%
        }

            .plyr__captions span:empty {
                display: none
            }

    @media (min-width:768px) {
        .plyr__captions {
            font-size: 24px
        }
    }

    .plyr--captions-active .plyr__captions {
        display: block
    }

    .plyr--hide-controls .plyr__captions {
        transform: translateY(-20px)
    }

    @media (min-width:1024px) {
        .plyr--fullscreen-active .plyr__captions {
            font-size: 32px
        }
    }

    .plyr ::-webkit-media-controls {
        display: none
    }

    .plyr__controls {
        display: flex;
        align-items: center;
        line-height: 1;
        text-align: center;
        pointer-events: none
    }

        .plyr__controls > * {
            pointer-events: all
        }

        .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
            margin-left: 5px
        }

            .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
                margin-left: 0
            }

        .plyr__controls .plyr__volume {
            margin-left: 5px
        }

        .plyr__controls [data-plyr=pause] {
            margin-left: 0
        }

        .plyr__controls button {
            position: relative;
            display: inline-block;
            flex-shrink: 0;
            overflow: visible;
            vertical-align: middle;
            padding: 7px;
            border: 0;
            background: transparent;
            border-radius: 3px;
            cursor: pointer;
            transition: background .3s ease,color .3s ease,opacity .3s ease;
            color: inherit
        }

            .plyr__controls button svg {
                width: 18px;
                height: 18px;
                display: block;
                fill: currentColor
            }

            .plyr__controls button:focus {
                outline: 0
            }

        .plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
            display: none
        }

    @media (min-width:480px) {
        .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
            margin-left: 10px
        }
    }

    .plyr--hide-controls .plyr__controls {
        opacity: 0;
        pointer-events: none
    }

    .plyr--video .plyr__controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 50px 10px 10px;
        background: linear-gradient(transparent,rgba(0,0,0,.5));
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
        color: #fff;
        transition: opacity .3s ease
    }

        .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
            background: #3498db;
            color: #fff
        }

    .plyr--audio .plyr__controls {
        padding: 10px;
        border-radius: inherit;
        background: #fff;
        border: 1px solid #dbe3e8;
        color: #565d64
    }

        .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
            background: #3498db;
            color: #fff
        }

    .plyr__play-large {
        display: none;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 10px;
        border: 4px solid currentColor;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
        transition: all .3s ease
    }

        .plyr__play-large svg {
            position: relative;
            left: 2px;
            width: 20px;
            height: 20px;
            display: block;
            fill: currentColor
        }

        .plyr__play-large:focus {
            outline: 1px dotted hsla(0,0%,100%,.5)
        }

    .plyr .plyr__play-large {
        display: inline-block
    }

    .plyr--audio .plyr__play-large {
        display: none
    }

    .plyr--playing .plyr__play-large {
        opacity: 0;
        visibility: hidden
    }

    .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
        display: none
    }

    .plyr--playing .plyr__controls [data-plyr=pause] {
        display: inline-block
    }

    .plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
        display: block
    }

        .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg, .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen] {
            display: none
        }

    .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
        display: inline-block
    }

    .plyr__tooltip {
        position: absolute;
        z-index: 2;
        bottom: 100%;
        margin-bottom: 10px;
        padding: 5px 7.5px;
        pointer-events: none;
        opacity: 0;
        background: rgba(0,0,0,.7);
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
        transform: translate(-50%,10px) scale(.8);
        transform-origin: 50% 100%;
        transition: transform .2s ease .1s,opacity .2s ease .1s
    }

        .plyr__tooltip:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: -4px;
            border-right: 4px solid transparent;
            border-top: 4px solid rgba(0,0,0,.7);
            border-left: 4px solid transparent;
            z-index: 2
        }

    .plyr__tooltip--visible, .plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip {
        opacity: 1;
        transform: translate(-50%) scale(1)
    }

    .plyr button:hover .plyr__tooltip {
        z-index: 3
    }

    .plyr__controls button:first-child .plyr__tooltip {
        left: 0;
        transform: translateY(10px) scale(.8);
        transform-origin: 0 100%
    }

        .plyr__controls button:first-child .plyr__tooltip:before {
            left: 16px
        }

    .plyr__controls button:last-child .plyr__tooltip {
        right: 0;
        transform: translateY(10px) scale(.8);
        transform-origin: 100% 100%
    }

        .plyr__controls button:last-child .plyr__tooltip:before {
            left: auto;
            right: 16px;
            transform: translateX(50%)
        }

    .plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
        transform: translate(0) scale(1)
    }

    .plyr__progress {
        display: none;
        position: relative;
        flex: 1
    }

        .plyr__progress input[type=range] {
            position: relative;
            z-index: 2
        }

            .plyr__progress input[type=range]::-webkit-slider-runnable-track {
                background: transparent
            }

            .plyr__progress input[type=range]::-moz-range-track {
                background: transparent
            }

            .plyr__progress input[type=range]::-ms-fill-upper {
                background: transparent
            }

        .plyr__progress .plyr__tooltip {
            left: 0
        }

    .plyr .plyr__progress {
        display: inline-block
    }

    .plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 8px;
        margin: -4px 0 0;
        padding: 0;
        vertical-align: top;
        appearance: none;
        border: none;
        border-radius: 100px
    }

        .plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
            background: transparent
        }

        .plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
            background: currentColor;
            border-radius: 100px;
            min-width: 8px
        }

        .plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
            background: currentColor;
            border-radius: 100px;
            min-width: 8px
        }

        .plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
            border-radius: 100px
        }

    .plyr__progress--played, .plyr__volume--display {
        z-index: 1;
        color: #3498db;
        background: transparent;
        transition: none
    }

        .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
            min-width: 8px;
            max-width: 99%;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            transition: none
        }

        .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
            min-width: 8px;
            max-width: 99%;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            transition: none
        }

        .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
            display: none
        }

    .plyr__progress--buffer::-webkit-progress-value {
        transition: width .2s ease
    }

    .plyr__progress--buffer::-moz-progress-bar {
        transition: width .2s ease
    }

    .plyr__progress--buffer::-ms-fill {
        transition: width .2s ease
    }

    .plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
        background: hsla(0,0%,100%,.25)
    }

    .plyr--video .plyr__progress--buffer {
        color: hsla(0,0%,100%,.25)
    }

    .plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
        background: rgba(198,214,219,.67)
    }

    .plyr--audio .plyr__progress--buffer {
        color: rgba(198,214,219,.67)
    }

    .plyr--loading .plyr__progress--buffer {
        animation: plyr-progress 1s linear infinite;
        background-size: 25px 25px;
        background-repeat: repeat-x;
        background-image: linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 0,transparent 50%,rgba(0,0,0,.15) 0,rgba(0,0,0,.15) 75%,transparent 0,transparent);
        color: transparent
    }

    .plyr--video.plyr--loading .plyr__progress--buffer {
        background-color: hsla(0,0%,100%,.25)
    }

    .plyr--audio.plyr--loading .plyr__progress--buffer {
        background-color: rgba(198,214,219,.67)
    }

    .plyr__time {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px
    }

        .plyr__time + .plyr__time {
            display: none
        }

    @media (min-width:768px) {
        .plyr__time + .plyr__time {
            display: inline-block
        }
    }

    .plyr__time + .plyr__time:before {
        content: "\2044";
        margin-right: 10px
    }

    .plyr__volume {
        display: none
    }

    .plyr .plyr__volume {
        flex: 1;
        position: relative
    }

        .plyr .plyr__volume input[type=range] {
            position: relative;
            z-index: 2
        }

    @media (min-width:480px) {
        .plyr .plyr__volume {
            display: block;
            max-width: 60px
        }
    }

    @media (min-width:768px) {
        .plyr .plyr__volume {
            max-width: 100px
        }
    }

    .plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
        display: none !important
    }

    .plyr--fullscreen-active {
        height: 100%;
        width: 100%;
        background: #000;
        border-radius: 0 !important
    }

        .plyr--fullscreen-active video {
            height: 100%
        }

        .plyr--fullscreen-active .plyr__video-wrapper {
            height: 100%;
            width: 100%
        }

        .plyr--fullscreen-active .plyr__video-embed {
            overflow: visible
        }

        .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
            height: 0;
            top: 50%;
            transform: translateY(-50%)
        }

    .plyr--fullscreen-fallback.plyr--fullscreen-active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000000
    }