@charset "UTF-8";footer .footer-top{background-color:#000;color:#fff}footer .footer-top .container{position:relative;min-height:140px}@media (min-width:1200px){footer .footer-top .footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:1199.98px){footer .footer-top .footer-content{text-align:center}}footer .footer-top .logo{width:auto;height:46px}footer .footer-top .buttons{margin:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:1200px){footer .footer-top .buttons{padding-top:20px}}@media (max-width:1199.98px){footer .footer-top .buttons{padding:20px 0}}footer .footer-top .buttons .btn{margin:10px}footer .footer-top .buttons .btn img{width:auto;height:16px;margin-right:15px}@media (min-width:1200px){footer .footer-top nav{position:absolute;top:30px;left:15px}}@media (max-width:1199.98px){footer .footer-top nav{margin:0 -15px;padding:30px 15px;border-top:1px solid #bfbaba;border-bottom:1px solid #bfbaba}}footer .footer-top nav .nav{margin-top:20px}@media (max-width:1199.98px){footer .footer-top nav .nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}footer .footer-top nav .nav>li{position:relative}footer .footer-top nav .nav>li:not(:last-child){margin-right:15px}footer .footer-top nav .nav>li:not(:last-child):after{content:'';border-right:1px solid #909090;margin-left:15px;height:11px;display:inline-block;vertical-align:middle}footer .footer-top nav .nav>li>a{font-size:11px;color:#909090;text-decoration:none}footer .footer-top nav .nav>li>a:focus,footer .footer-top nav .nav>li>a:hover{text-decoration:underline}footer .footer-top .follow{position:relative;font-size:13px;font-weight:400;letter-spacing:1px;text-transform:uppercase;text-align:center;color:#bfbaba;padding-top:10px}@media (min-width:1200px){footer .footer-top .follow{position:absolute;top:20px;right:15px}}@media (max-width:1199.98px){footer .footer-top .follow{padding-top:30px;padding-bottom:30px}}footer .footer-top .follow:before{position:absolute;content:'';display:block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #bfbaba;top:-20px;left:calc(50% - 10px)}@media (max-width:1199.98px){footer .footer-top .follow:before{top:0}}footer .footer-top .follow span{display:block;margin-bottom:5px}footer .footer-top .follow .socials{margin-top:10px}footer .footer-top .follow .socials svg{fill:#fff}footer .footer-top .follow .socials a{opacity:.2}footer .footer-top .follow .socials a:focus,footer .footer-top .follow .socials a:hover{opacity:.6}footer .footer-top .follow .socials a:focus svg,footer .footer-top .follow .socials a:hover svg{fill:#fff}footer .footer-bottom{font-size:13px;text-transform:uppercase;padding:20px 0}@media (max-width:991.98px){footer .footer-bottom{padding:30px 0}}@media (min-width:992px){footer .footer-bottom .footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}footer .footer-bottom .global-head-office{position:relative;padding-left:30px}@media (max-width:991.98px){footer .footer-bottom .global-head-office{margin-bottom:20px}}footer .footer-bottom .global-head-office svg{position:absolute;top:0;left:0;height:32px}footer .footer-bottom .links a.link{display:inline-block;color:#fff;text-decoration:none}@media (max-width:991.98px){footer .footer-bottom .links a.link{display:block}}footer .footer-bottom .links a.link:not(:last-child){margin-right:20px}@media (max-width:991.98px){footer .footer-bottom .links a.link:not(:last-child){margin-bottom:10px}}footer .footer-bottom .links a.link img{margin-right:10px}
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:0 0;-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:0 0}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn li{padding:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn,.mm-spn ul{-webkit-overflow-scrolling:touch}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding:0 30% 0 0;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:"";display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn ul.mm-spn--open,.mm-spn>ul{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:"";display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/2);right:25px;right:calc(var(--mm-spn-item-height)/2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:"";display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent)*2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/2)}.mm-spn.mm-spn--vertical ul.mm-spn--open,.slick-slide img{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}.slick-list,.slick-slider{position:relative;display:block}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide,section.gallery picture.featured{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(../../images/ajax-loader.gif) center center no-repeat}@font-face{font-family:"slick";src:url(../../fonts/slick.eot);src:url(../../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../../fonts/slick.woff) format("woff"),url(../../fonts/slick.ttf) format("truetype"),url(../../fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:0;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}.slick-next:before,[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{position:absolute;-o-object-fit:cover;object-fit:cover;font-family:'object-fit: cover;';top:0;left:0;width:100%;height:100%;z-index:-1}section.about,section.about:after{background-repeat:no-repeat;background-size:cover}section.about{font-size:14px;line-height:1.4;letter-spacing:1.4px;position:relative;background-image:url(../../images/placeholder/Hero_Parallax.jpg);background-position:center top}section.about:after{content:'';display:block;height:13px;width:100%;background-image:url(../../images/placeholder/Wave_Texture_Navigation_Blue_02.jpg);background-position:left top;position:absolute;bottom:0;left:0;right:0}section.about .jarallax{position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:992px){section.about .jarallax{right:50%}}@media (max-width:991.98px){section.about .jarallax{display:none}}section.about .poster-mobile{margin:60px -15px}@media (min-width:992px){section.about .poster-mobile{display:none}}section.about .section-body{text-align:center}@media (min-width:992px){section.about .section-body{max-width:50%;margin-left:auto;padding-left:120px}}section.about .section-body ::-webkit-scrollbar{width:5px}section.about .section-body ::-webkit-scrollbar-track{background:#646464}section.about .section-body ::-webkit-scrollbar-thumb{background:#fff;border-radius:40px}section.about .section-body ::-webkit-scrollbar-thumb:hover{background:#fff}section.about .section-content{padding-bottom:15px;padding-right:15px;overflow-x:hidden;overflow-y:auto;max-height:220px;text-align:left}@media (min-width:769px){section.about .section-content{margin-top:60px;margin-left:auto;margin-right:auto;max-height:390px;max-width:490px}}section.about .buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}section.about .buttons .btn:not(:last-child){margin-right:0}section.about .buttons .socials,section.listen .section-body .panel .catalogue{margin-top:60px}section.about .buttons .socials a{margin-left:12px;margin-right:12px}section.about .buttons .socials a svg{fill:#fff;width:44px;height:44px}section.about .buttons .socials a:focus svg,section.about .buttons .socials a:hover svg,section.download .download-list>li>a:focus svg path,section.download .download-list>li>a:hover svg path{fill:#8999b9}section.listen{position:relative;background-image:url(../../images/placeholder/Listen_BG_Texture.jpg);background-repeat:no-repeat;background-position:center top;background-size:cover}@media (min-width:992px){section.listen{background-image:url(../../images/placeholder/Listen_BG_Texture@2x.jpg);background-size:50% 100%;background-position:left top}}section.listen .jarallax{display:none;position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:992px){section.listen .jarallax{display:block;left:50%}}section.listen .section-body,section.tour .section-body h4{text-align:center}@media (min-width:992px){section.listen .section-body{max-width:50%;padding-right:120px}}section.listen .section-body .poster{max-width:206px;margin:60px auto}section.listen .section-body .panel,section.watch .watch-playlist .watch-playlist-slick .play-video .play-video-thumbnail{position:relative}section.listen .section-body .panel h2{color:#fff}section.contact-form h2:before,section.gallery h2:before,section.listen .section-body .panel h2:before{background-color:#fff}section.listen .section-body .panel .catalogue img{max-width:206px;height:auto}section.listen ol{list-style:none;padding:0;margin:0;counter-reset:my-counter;font-size:20px}section.listen ol>li{margin:0;counter-increment:my-counter;position:relative;padding:10px 0 10px 2em}section.listen ol>li:not(:last-child){margin-bottom:12px}section.listen ol>li svg,section.listen ol>li:before{-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.listen ol>li:before{content:counter(my-counter) ".";display:inline-block;width:2em;position:absolute;left:0;opacity:1}section.listen ol>li .control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.listen ol>li svg{fill:#fff}section.listen ol>li .svg-icon-play{position:absolute;top:2px;right:0;width:26px}section.listen ol>li a{display:block;color:#fff;text-decoration:none}section.gallery .more a:focus,section.gallery .more a:hover,section.listen ol>li .audio-player-toggle:focus,section.listen ol>li .audio-player-toggle:hover,section.listen ol>li a:focus,section.listen ol>li a:hover{color:#8999b9}section.listen ol>li .audio-player-toggle{-webkit-box-flex:1;-ms-flex:auto;flex:auto;color:#fff}section.listen ol>li .duration{text-align:right;padding-right:40px;opacity:0;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.listen ol>li .share svg{fill:#fff}section.listen ol>li .audio-player,section.watch picture.bg.overlay.light:after{display:none}section.listen ol>li .audio-player iframe{margin-top:10px;width:100%}section.listen ol>li:focus .duration,section.listen ol>li:focus svg,section.listen ol>li:hover .duration,section.listen ol>li:hover svg{opacity:1}section.listen ol>li.active .duration,section.listen ol>li.active svg{opacity:1}section.tour{position:relative;padding:0!important}section.tour .section-body,section.tour .section-header{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:100px;padding-bottom:100px}section.tour .section-header{background-image:url(../../images/placeholder/Separator_Wave.jpg);text-align:center}section.merch:after,section.tour .section-body:after,section.tour .section-header:after,section.watch:after{content:'';display:block;height:13px;width:100%;background-image:url(../../images/placeholder/Wave_Texture_Navigation_Blue_02.jpg);background-repeat:no-repeat;background-position:left top;background-size:cover;position:absolute;bottom:0;left:0;right:0}section.tour .section-body{background-image:url(../../images/placeholder/Listen_Background.jpg)}section.tour ul{list-style:none;padding:0;margin:40px 0 80px}section.tour ul>li{font-size:24px;border-top:4px solid #8999b9;padding:40px 0}@media (min-width:992px){section.tour ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:991.98px){section.tour ul>li{text-align:center}section.tour ul>li>:not(:last-child){margin-bottom:20px}}section.tour ul>li .date{color:#fff;font-weight:500}@media (min-width:992px){section.tour ul>li .date{width:230px}}section.tour ul>li .title{font-weight:500}@media (min-width:992px){section.tour ul>li .title{-webkit-box-flex:1;-ms-flex:1;flex:1}}section.tour ul>li .btn{min-width:235px}section.tour ul>li .btn.sold-out{pointer-events:none;background-color:#111715;border-color:#111715;color:#8999b9}section.tour .buttons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.tour .buttons .btn{border-radius:0;padding-left:5px;padding-right:5px;border:0;border-bottom:4px solid #8999b9}section.tour .buttons .btn:focus,section.tour .buttons .btn:hover{background-color:transparent;color:#8999b9}section.merch{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}section.merch .jarallax{position:absolute;top:0;bottom:0;left:0;right:0}section.merch .section-header{position:relative;text-align:center;margin-bottom:60px;padding-bottom:60px}section.download:after,section.merch .section-header:after,section.watch .section-header:after{content:'';display:block;height:4px;background-image:url(../../images/placeholder/DSC02555.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;left:0;right:0;bottom:0}section.merch ul{list-style:none;padding:0;margin:40px 0 80px;text-align:center}section.merch ul>li{width:auto;font-size:20px;font-weight:500;text-transform:uppercase;text-align:center;padding-bottom:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991.98px){section.merch ul>li{width:50%}}section.merch ul>li a{text-decoration:none}section.merch ul>li img{display:block;margin:auto;width:auto;max-width:100%;height:auto;max-height:260px}@media (max-width:991.98px){section.merch ul>li img{max-height:185px}}section.merch .powerby{color:#8999b9;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}section.merch .powerby *{margin:10px 20px}section.watch{position:relative;padding:0!important}section.watch .jarallax{position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:768.98px){section.watch .jarallax{display:none}}section.download .download-list>li:before,section.gallery .gallery-items>li:before,section.watch .jarallax,section.watch .watch-playlist .watch-playlist-slick .slick-dots>*>:before,section.watch .watch-playlist .watch-playlist-slick>li:before,section.watch picture{display:none}section.watch .section-body,section.watch .section-header{padding-bottom:100px;background-size:cover;background-position:center;background-repeat:no-repeat}section.watch .section-header{position:relative;background-image:url(../../images/placeholder/Separator_Wave.jpg);text-align:center;padding-top:100px}section.download:after,section.watch .section-header:after{height:13px;width:100%;background-image:url(../../images/placeholder/Wave_Texture_Navigation_Blue_02.jpg);background-position:left top}section.watch .section-body{background-image:url(../../images/placeholder/BG_DARK_TEXTURE.jpg)}section.watch .watch-info{padding:50px 0;font-size:20px}section.watch .watch-info a{color:#fff;text-decoration:none}@media (min-width:769px){section.watch .watch-info .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}section.watch .watch-info .now-playing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}section.watch .watch-info .now-playing svg{fill:#8999b9;margin-right:20px}section.watch .watch-info .now-playing>span{margin-right:10px}section.watch .watch-info .now-playing .label,section.watch .watch-info .youtube{letter-spacing:2px;text-transform:uppercase}section.watch .watch-info .now-playing .title{color:#8999b9}section.watch .watch-info .youtube{color:#8999b9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768.98px){section.watch .watch-info .youtube{margin-top:50px}}section.watch .watch-info .youtube svg{fill:#8999b9;margin-left:20px}section.watch .watch-info .youtube:focus,section.watch .watch-info .youtube:hover,section.watch .watch-playlist .watch-playlist-slick .play-video:focus .title,section.watch .watch-playlist .watch-playlist-slick .play-video:hover .title{color:#fff}section.gallery .follow a:focus svg,section.gallery .follow a:hover svg,section.watch .watch-info .youtube:focus svg,section.watch .watch-info .youtube:hover svg{fill:#fff}section.watch .watch-playlist .watch-playlist-slick{list-style:none;padding:0;margin:0}section.gallery .gallery-items>li{padding:0}section.watch .watch-playlist .watch-playlist-slick>li{margin:0;padding:0}section.watch .watch-playlist .watch-playlist-slick .slick-list{margin-left:-8px;margin-right:-8px}@media (max-width:1199.98px){section.watch .watch-playlist .watch-playlist-slick .slick-list{padding-right:50px}}section.watch .watch-playlist .watch-playlist-slick .slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}section.watch .watch-playlist .watch-playlist-slick .slick-slide{padding:0 8px;text-align:center;height:inherit!important}section.watch .watch-playlist .watch-playlist-slick .play-video{position:relative;height:100%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.watch .watch-playlist .watch-playlist-slick .play-video svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60px;height:60px;fill:#777272;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.watch .watch-playlist .watch-playlist-slick .play-video .title{color:#8999b9;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.watch .watch-playlist .watch-playlist-slick .play-video .duration{font-size:11px;font-weight:700;letter-spacing:2px;margin-top:10px}section.gallery .gallery-items>li>a:focus,section.gallery .gallery-items>li>a:hover,section.watch .watch-playlist .watch-playlist-slick .play-video:focus,section.watch .watch-playlist .watch-playlist-slick .play-video:hover{opacity:.8}section.watch .watch-playlist .watch-playlist-slick .play-video:focus svg,section.watch .watch-playlist .watch-playlist-slick .play-video:hover svg{opacity:0}section.watch .watch-playlist .watch-playlist-slick .playing{opacity:.8}section.watch .watch-playlist .watch-playlist-slick .playing svg{opacity:0}section.gallery h2,section.gallery h3,section.gallery h4,section.gallery h5,section.gallery h6,section.watch .watch-playlist .watch-playlist-slick .playing .title{color:#fff}section.watch .watch-playlist .watch-playlist-slick .slick-dots{position:static;margin:0;padding-top:20px}section.watch .watch-playlist .watch-playlist-slick .slick-dots>*{width:auto;height:auto;margin:10px}section.watch .watch-playlist .watch-playlist-slick .slick-dots>:first-child:last-child{display:none}section.gallery .follow a svg,section.watch .watch-playlist .watch-playlist-slick .slick-dots>*>*{-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.watch .watch-playlist .watch-playlist-slick .slick-dots>*>*{width:13px;height:13px;background-color:transparent;border:1px solid #8999b9;border-radius:50%}section.watch .watch-playlist .watch-playlist-slick .slick-dots>.slick-active>*{background-color:#8999b9;border-color:#8999b9}section.gallery{position:relative;background-color:#fff;background-position:center;background-repeat:no-repeat;color:#fff}@media (min-width:992px){section.gallery{min-height:1120px}}section.gallery .jarallax{position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:992px){section.gallery .container{position:static!important}}@media (min-width:992px){section.gallery picture.featured{position:absolute;top:0;bottom:0;left:0;width:50%;overflow:hidden;margin:0}section.gallery picture.featured img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}@media (max-width:991.98px){section.gallery picture.featured{margin-left:-15px;margin-right:-15px}}section.gallery .section-header{position:relative;text-align:center;padding-bottom:60px}@media (min-width:992px){section.gallery .section-header{display:none}section.gallery .section-body{margin-left:50%;padding-left:50px;padding-right:50px}}@media (min-width:1400px){section.gallery .section-body{padding-left:100px;padding-right:0}}section.gallery .heading-desktop{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:992px){section.gallery .heading-desktop{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 0;border-top:2px solid #8999b9;border-bottom:2px solid #8999b9;margin-bottom:50px}}section.gallery .heading-desktop h2{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}@media (max-width:991.98px){section.gallery .heading-desktop h2{display:none}}section.download,section.gallery .follow,section.gallery .gallery-items,section.gallery .more,section.gallery h2{position:relative}@media (max-width:991.98px){section.gallery .follow{margin-top:50px;margin-bottom:50px;text-align:center}}section.gallery .follow a,section.gallery .more a{font-size:20px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;color:#fff}section.gallery .follow a svg{fill:#8999b9;width:52px;height:52px}@media (max-width:991.98px){section.gallery .follow a svg{width:70px;height:70px}}section.gallery .gallery-items{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 -15px;clear:both}section.gallery .gallery-items>li{padding-left:15px;margin:0 0 15px;width:33.333333%}section.gallery .gallery-items>li>*{display:block;position:relative;width:100%}section.gallery .gallery-items>li>:after{content:'';display:block;padding-top:100%}section.gallery .gallery-items>li>* *{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}section.gallery .more{margin-top:40px}@media (max-width:991.98px){section.gallery .more{text-align:center}}section.gallery .more a{font-size:15px;font-weight:400}section.gallery .more a svg{fill:#fff}@media (max-width:991.98px){section.gallery .more a{font-family:"montserrat",sans-serif;font-size:18px;font-weight:500;letter-spacing:3.6px;text-transform:uppercase;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;min-width:260px;background-color:transparent;color:#fff;border:1px solid #fff;border-radius:52px;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.gallery .more a:focus,section.gallery .more a:hover{background-color:#8999b9;border-color:#8999b9;color:#fff;-webkit-box-shadow:none;box-shadow:none}}section.download{padding:0!important;background-color:#000}@media (min-width:992px){section.download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}section.download .bg{position:relative}@media (min-width:992px){section.download .bg{display:none}}section.download .bg img{position:static}@media (min-width:992px){section.download .jarallax{position:absolute;top:0;bottom:0;left:0;right:0}}section.download .logo{max-width:260px;height:auto;display:block;margin:0 auto 40px}section.download .section-header{text-align:center;padding-top:100px;padding-bottom:100px}@media (min-width:992px){section.download .section-header{margin-bottom:40px}}section.download .section-body{position:relative;background-color:rgba(0,0,0,.5);padding-bottom:60px}@media (min-width:992px){section.download .section-body{margin-top:460px;padding-top:60px}}section.download .section-body .row>:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}section.download .download-list{list-style:none;padding:0;margin:0}section.download .download-list>li{margin:0;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.5)}section.download .download-list>li span{font-size:16px;letter-spacing:4px;display:inline-block;margin-bottom:0;padding-right:20px}section.download .download-list>li>a{font-size:12px;font-weight:300;letter-spacing:1px;text-decoration:none;text-transform:uppercase;display:inline-block;padding:5px 15px;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:15px;opacity:.5}section.download .download-list>li>a svg{width:37px;height:37px}@media (min-width:992px){section.download .download-list>li>a svg{display:none}}section.download .download-list>li>a svg path{-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}section.download .download-list>li>a:focus,section.download .download-list>li>a:hover{color:#fff;background-color:#8999b9;border-color:#1e1e1e;opacity:1}@media (max-width:991.98px){section.download .download-list>li>a{background-image:url(../../images/svg/Download_Icon.svg);background-position:center;background-repeat:no-repeat;background-size:contain;background-color:transparent;font-size:0;width:37px;height:37px;padding:0;border:0}section.download .download-list>li>a:focus,section.download .download-list>li>a:hover{background-color:transparent}section.download .download-list>li:last-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}section.download .download-list>li:last-child a{margin-top:20px;margin-bottom:20px;width:70px;height:70px}section.download .download-list>li:last-child a svg{width:70px;height:70px}}section.download .summary{margin-top:50px;font-size:17px}@media (max-width:991.98px){section.download .summary{text-align:center}}section.download .summary .lead{font-size:20px;font-weight:500;text-transform:uppercase}section.download .summary a{color:#fff;text-decoration:none}section.download .summary a:focus,section.download .summary a:hover{color:#8999b9}@media (max-width:991.98px){section.download .buttons{text-align:center}}section.contact{padding:0!important}@media (min-width:992px){section.contact .bg{position:absolute;top:0;bottom:0;left:50%;right:0}}section.contact .section-body,section.contact .section-header{position:relative;background-image:url(../../images/placeholder/Separator_Wave.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;padding-top:100px;padding-bottom:100px}section.contact .section-header:after{content:'';display:block;height:13px;width:100%;background-image:url(../../images/placeholder/Wave_Texture_Navigation_Blue_02.jpg);background-repeat:no-repeat;background-position:left top;background-size:cover;position:absolute;bottom:0;left:0;right:0}section.contact .section-body{background-image:url(../../images/placeholder/contact-form-bg.jpg);margin-top:0;margin-bottom:0;padding-top:50px;padding-bottom:50px}@media (min-width:769px){section.contact .section-body{padding-top:80px;padding-bottom:80px}}@media (min-width:992px){section.contact .section-body{padding-top:120px;padding-bottom:120px;background-size:50% 100%;background-position:left center}section.contact .section-body .content{width:50%}}section.contact .svg-icon-mail{fill:#fff}section.contact .logo{width:auto;height:auto;max-width:500px}@media (max-width:575.98px){section.contact .logo{max-width:100%}}section.contact .managed-by{font-size:15px;font-weight:500;margin-top:30px}section.contact .managed-by span{display:inline-block;margin-right:20px}@media (max-width:768.98px){section.contact .managed-by span{display:block;margin-bottom:15px}}section.contact .managed-by img{width:auto;height:auto;max-width:260px}section.contact-form{background-color:#1e1e1e;color:#fff}section.contact-form h2{color:#fff}@media (min-width:769px) and (max-width:991.98px){section.contact-form .form .row>:nth-child(2) textarea{min-height:275px}}@media (min-width:769px){section.contact-form .form .row>:nth-child(2) textarea{margin-top:0}}