img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:-webkit-calc(.5rem + 22px);margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:-webkit-calc(100% + .5rem);top:calc(100% + .5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94));box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:-webkit-calc(.5rem + 22px);margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;-webkit-box-shadow:none;box-shadow:none}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:-webkit-calc(env(safe-area-inset-top,0px) + 8px);top:calc(env(safe-area-inset-top,0px) + 8px);right:-webkit-calc(env(safe-area-inset-right,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2);box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;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;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:-webkit-calc(100%/(var(--fancybox-thumbs-ratio,1.5)));padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0deg,0%,0%,0)),color-stop(8.1%,hsla(0deg,0%,0%,.006)),color-stop(15.5%,hsla(0deg,0%,0%,.021)),color-stop(22.5%,hsla(0deg,0%,0%,.046)),color-stop(29%,hsla(0deg,0%,0%,.077)),color-stop(35.3%,hsla(0deg,0%,0%,.114)),color-stop(41.2%,hsla(0deg,0%,0%,.155)),color-stop(47.1%,hsla(0deg,0%,0%,.198)),color-stop(52.9%,hsla(0deg,0%,0%,.242)),color-stop(58.8%,hsla(0deg,0%,0%,.285)),color-stop(64.7%,hsla(0deg,0%,0%,.326)),color-stop(71%,hsla(0deg,0%,0%,.363)),color-stop(77.5%,hsla(0deg,0%,0%,.394)),color-stop(84.5%,hsla(0deg,0%,0%,.419)),color-stop(91.9%,hsla(0deg,0%,0%,.434)),to(hsla(0deg,0%,0%,.44)));background:-webkit-linear-gradient(bottom,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,.md{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0;vertical-align:middle}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}a img{border:none}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main{margin:0;padding:0;border:0;outline:0;display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]),[hidden]{display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.truncate,.navigation-genres label,#publication .book-info .reviews h3{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}h1,h2,h3,h4{font-family:"Helvetica Neue","Helvetica",Arial,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:200}h1,h2{font-size:24px}article h1,article h2,article h3,article h4{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,.md{font-size:14px;line-height:1.5}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){p,.md{font-size:14px}}strong{font-weight:bold}em{font-style:italic}.md em{font-style:italic}.md p{line-height:1.7}html{font-size:62.5%}html,body{max-width:100%}body{font-size:14px;line-height:1.4;position:relative;color:#333;background-color:#f6f6f6;font-family:"Georgia","Times New Roman",serif}main{position:relative;padding:50px 0 100px;margin:185px auto 0;min-height:80vh;max-width:1240px;zoom:1;background-color:#f6f6f6}main:before,main:after{content:"";display:table}main:after{clear:both}@media only screen and (max-width: 1100px)and (min-width: 821px){main{margin-top:0}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){main{margin-top:100px;z-index:10;padding-top:50px}}.layout{max-width:1240px;margin:0 auto;padding:0 40px;zoom:1}@media only screen and (max-width: 570px){.layout{padding:0 10px}}.layout:before,.layout:after{content:"";display:table}.layout:after{clear:both}.abs-wh{position:absolute;width:100%;height:100%;top:0;left:0}.vh-60{height:60vh}.vh-70{height:70vh}.vh-80{height:80vh}.vh-90{height:90vh}.vh-100{height:100vh}.vh-300{height:300vh}.mvh-50{min-height:50vh}.mvh-70{min-height:70vh}.mvh-100{min-height:100vh}.align-middle{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}section.grid{padding:0 70px;zoom:1}section.grid:before,section.grid:after{content:"";display:table}section.grid:after{clear:both}@media only screen and (max-width: 1100px)and (min-width: 821px){section.grid{padding:0 10px}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){section.grid{padding:0 0}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){section.grid{padding:0 0}}.flex{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.flex.wrap{-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.justify-center,body.menu #header nav{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.flex.justify-space{-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flex.v-center,body.menu #header nav{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.half{width:50%}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.half{width:100%}}.left{float:left}.right{float:right}.clearfix{zoom:1}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}video.cover,img.cover{object-fit:cover}.only{display:none}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.only.mobile{display:block}.not.mobile{display:none}}.bg{-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;-ms-transition:opacity .5s;transition:opacity .5s}.bg.loading{-webkit-transition-duration:0;-moz-transition-duration:0;-o-transition-duration:0;-ms-transition-duration:0;transition-duration:0;opacity:0 !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;filter:alpha(opacity=0) !important}.bg.loaded{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;opacity:1;-ms-filter:none;filter:none}.bg img{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.bg.loaded{opacity:1;-ms-filter:none;filter:none}.front .button,#search-field input{text-decoration:none;margin-right:10px;outline:0;font-size:18px;font-style:italic;font-family:"Georgia","Times New Roman",serif;border:1px solid #000;min-width:250px;display:inline-block;text-align:center;padding:10px;color:#000;background:#fff;cursor:pointer}.front .button .icon,#search-field input .icon{height:15px;margin-right:10px;position:relative;top:3px}.front .button:hover,#search-field input:hover,.navigation-genres li label.checked{color:#fff;background:#000}.front .button:hover .icon path,#search-field input:hover .icon path,.navigation-genres li label.checked .icon path{fill:#fff}.navigation-genres{font-family:"Helvetica Neue","Helvetica",Arial,serif;text-align:center;-webkit-column-count:5;-moz-column-count:5;column-count:5;text-transform:uppercase;font-weight:600;font-size:14px;max-width:800px;margin:80px auto 0}.navigation-genres li{display:block;-webkit-column-break-inside:avoid;column-break-inside:avoid;page-break-inside:avoid;margin:0 0 15px}.navigation-genres li input{display:none}.navigation-genres li.hidden{display:none}.navigation-genres label{font-family:"Helvetica Neue","Helvetica",Arial,serif;text-decoration:none;color:#000;font-size:14px;width:100%;min-width:inherit;padding:15px 2px;display:block;background:rgba(0,0,0,0)}.section-desc{text-align:center}@media only screen and (max-width: 570px){.section-desc{padding:0 20px}}.section-desc h1{font-family:"Helvetica Neue","Helvetica",Arial,serif;font-size:24px;font-weight:200}@media only screen and (max-width: 570px){.section-desc h1{font-size:25px}}.section-desc h1:after{width:50px;height:2px;background:#e2e2e2;content:"";margin:20px auto 40px;display:block}.section-desc p{max-width:640px;margin:0 auto;font-style:italic;display:none}section.bleed{padding:0 0 100px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){section.bleed{padding-top:0}}section.bleed .media .bg{width:100%;height:70%;max-height:70vh;top:0;left:0;position:absolute;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){section.bleed .media .bg{background:none !important;position:relative;max-height:initial;height:auto}section.bleed .media .bg.loaded img{opacity:1;-ms-filter:none;filter:none}section.bleed .media .bg img{display:block !important;width:100%;height:auto}}section.bleed .content{background:#fff;padding:20px 10%;position:relative}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){section.bleed .content{margin-top:0}}section.bleed .content .container{margin:50px auto}section.bleed h1{text-align:center}section.bleed p{margin-bottom:1.5em;font-size:20px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){section.bleed p{font-size:14px}}section.bleed .genres,section.bleed .meta,#publication .book-info .genres{font-style:italic;color:#9b9b9b;text-align:center;font-size:14px;margin:15px 0;width:100%}section.bleed .genres li,section.bleed .meta li,#publication .book-info .genres li,article.publication-card .meta .role,article.publication-card .genres .role,article.publication-card .meta li,article.publication-card .genres li{display:inline;color:#9b9b9b}section.bleed .genres li:before,section.bleed .meta li:before,#publication .book-info .genres li:before,article.publication-card .meta .role:before,article.publication-card .genres .role:before,article.publication-card .meta li:before,article.publication-card .genres li:before{content:", "}section.bleed .genres li:first-child:before,section.bleed .meta li:first-child:before,#publication .book-info .genres li:first-child:before,article.publication-card .meta .role:first-child:before,article.publication-card .genres .role:first-child:before,article.publication-card .meta li:first-child:before,article.publication-card .genres li:first-child:before{content:""}.md a{color:inherit}.md a:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}.md table{margin-bottom:1.5em;border-collapse:collapse}.md table td{padding:10px;border:1px solid #000;border-collapse:collapse}.md ul{list-style:inherit}.md li{margin-bottom:1.5em}.md th{font-weight:bold;padding-bottom:1.5em}.int-title{display:block;color:#9b9b9b}article.author-card{border:1px solid rgba(0,0,0,0);outline:1px solid #e2e2e2;width:calc(25% - 21px);margin:10px;display:inline-block;font-size:0;float:left;background:#fff;vertical-align:top;overflow:hidden;position:relative}article.author-card:hover{outline:1px solid #333}@media only screen and (max-width: 1100px)and (min-width: 821px){article.author-card{width:calc(33.2% - 21px)}}@media all and (max-width: 820px)and (min-width: 571px){article.author-card{width:calc(50% - 21px)}}@media only screen and (max-width: 570px){article.author-card{width:calc(50% - 10px);margin:5px}}article.author-card .media{overflow:hidden}article.author-card p{font-size:14px}@media only screen and (max-width: 570px){article.author-card p{display:none}}article.author-card a{text-decoration:none;color:inherit}article.author-card a:after{display:none;content:"";position:absolute;bottom:0;left:0;width:100%;height:70px;background:-webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 70%);background:-moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 70%);background:-o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 70%);background:-ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 70%);background:linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 70%)}@media only screen and (max-width: 570px){article.author-card a:after{display:none}}article.author-card img{width:100%;height:auto;-webkit-transition:-webkit-transform 1s;-moz-transition:-moz-transform 1s;-o-transition:-o-transform 1s;-ms-transition:-ms-transform 1s;transition:transform 1s;display:block !important}article.author-card h1{font-size:24px;margin-bottom:15px}@media only screen and (max-width: 570px){article.author-card h1{font-size:14px}}article.author-card .content{padding:18px 24px}@media only screen and (max-width: 570px){article.author-card .content{padding:15px 20px}}article.author-card .genres{font-style:italic;margin:0 0 15px}@media only screen and (max-width: 570px){article.author-card .genres{margin:7px 0}}article.author-card .genres li{display:inline;color:#9b9b9b;font-size:14px}@media only screen and (max-width: 570px){article.author-card .genres li{font-size:12px}}article.author-card .genres li:before{content:", "}article.author-card .genres li:first-child:before{content:""}.book-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}article.publication-card{padding:20px;font-size:0;width:calc(16.5% - 20px);margin:10px;float:left;height:0;padding:0 0 20px;height:auto;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}article.publication-card.featured-composition,article.publication-card.composition{width:calc(33% - 20px);-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:1.2}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){article.publication-card.featured-composition,article.publication-card.composition{width:calc(50% - 20px);padding:0}}article.publication-card.featured-composition iframe,article.publication-card.composition iframe{width:100%;margin-bottom:10px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){article.publication-card.featured-composition iframe,article.publication-card.composition iframe{margin-bottom:0}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){article.publication-card.featured-composition{width:100%}}@media only screen and (max-width: 1100px)and (min-width: 821px),all and (max-width: 820px)and (min-width: 571px){article.publication-card.square-cover{width:calc(40% - 20px)}}@media only screen and (max-width: 570px){article.publication-card.square-cover{width:calc(66.7% - 20px)}}article.publication-card.square-cover img{width:79.8%}article.publication-card.album-cover{-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}@media only screen and (max-width: 1100px)and (min-width: 821px),all and (max-width: 820px)and (min-width: 571px){article.publication-card.album-cover{width:calc(40% - 20px)}}@media only screen and (max-width: 570px){article.publication-card.album-cover{width:calc(66.7% - 20px)}}@media only screen and (max-width: 1100px)and (min-width: 821px),all and (max-width: 820px)and (min-width: 571px){article.publication-card{width:calc(20% - 20px)}}@media only screen and (max-width: 570px){article.publication-card{width:calc(33.2% - 20px)}}article.publication-card a{text-decoration:none;color:#000}article.publication-card a:hover .media{opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70)}article.publication-card .content{padding:5px 0 0}article.publication-card .number-in-series{display:none}article.publication-card img{width:100%;height:auto;display:block}article.publication-card .title{margin-top:5px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){article.publication-card .title{font-size:14px}}article.publication-card .title,article.publication-card p{font-size:14px}article.publication-card .translated{margin-top:0;color:#9b9b9b}article.publication-card .author,article.publication-card .genres,article.publication-card .meta .role{color:#666;font-style:italic;font-size:12px}article.publication-card .meta .role,article.publication-card .genres .role,article.publication-card .meta li,article.publication-card .genres li{color:inherit;font-size:12px}#publication article.publication-card .author,#artist article.publication-card .author{display:none}article.publication-card .genres{font-size:14px}#publication article.publication-card .genres li,#artist article.publication-card .genres li{display:inline}article.publication-card .genres li{display:none}article.publication-card .genres li.year{display:inline}article.publication-card .media{-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}article.review{zoom:1;padding-bottom:20px;border-bottom:1px solid #e2e2e2;margin-top:10px}article.review:before,article.review:after{content:"";display:table}article.review:after{clear:both}article.review p{color:#000}article.review .published-in{color:#9b9b9b}article.review:last-child{border-bottom:0}article.review .media{width:30%;float:left}article.review img{height:auto;width:100%}article.review .content{width:70%;float:left;padding:0 0 0 15px;border:0;background:rgba(0,0,0,0)}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){article.review .content{padding-right:20px}}article.review h1{font-size:14px;font-weight:bold;color:#4a4a4a;margin:0;display:inline-block;border-bottom:2px solid rgba(0,0,0,0)}article.review p{font-size:12px;color:#9b9b9b}article.sale{position:relative;padding:0 15px 0 55px}article.sale a{text-decoration:none}article.sale h1{font-size:14px;font-weight:bold;color:#4a4a4a;margin:0;display:inline-block;border-bottom:2px solid rgba(0,0,0,0)}article.sale p{font-size:12px;color:#9b9b9b}article.sale .time{position:absolute;color:#000;font-size:9px;font-family:"Helvetica Neue","Helvetica",Arial,serif;font-weight:bold;left:0;top:2px;padding:3px 0 0;border-bottom:1px solid #c9c9c9;text-align:center;font-style:normal;display:inline-block;line-height:1;opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s;background:#b7b7b7;text-transform:uppercase}article.sale .time .day{display:block;color:#000;padding:5px 10px;margin-top:3px;background-color:#fff;font-size:14px}.bibliography,.discography{margin-top:36px;padding:36px 0;background:#fff;width:100%}@media only screen and (max-width: 570px){.bibliography,.discography{padding-top:20px;padding-bottom:20px}}.bibliography .book-list,.discography .book-list{padding:0 30px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.bibliography .book-list,.discography .book-list{padding:10px}}.bibliography h2.genre-title,.discography h2.genre-title,.bibliography .publications-title,.discography .publications-title{font-size:24px;text-transform:capitalize;margin-bottom:20px}.bibliography h2.genre-title:before,.discography h2.genre-title:before,.bibliography .publications-title:before,.discography .publications-title:before{width:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.bibliography h2.genre-title,.discography h2.genre-title,.bibliography .publications-title,.discography .publications-title{padding-left:20px}}.bibliography .series-title,.discography .series-title{padding-left:30px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;margin:30px 0 0 10px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.bibliography .series-title,.discography .series-title{padding-left:10px}}.awards{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.awards.folded .truncated{display:block}.awards.folded .award-list{display:none}.awards .toggle{color:#00a4ff;cursor:pointer}.awards .toggle:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}.awards .truncated{cursor:pointer;background:rgba(0,0,0,0);border:0;padding:0;font-size:14px;position:relative;width:100%;display:none}.awards .truncated:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}.awards .truncated .entries{padding-right:80px;position:relative;display:inline-block;width:100%}.awards .truncated .truncate{max-width:100%;display:block}.awards .truncated .list-btn{position:absolute;margin-left:1em;width:70px;position:absolute;top:0;right:0}.awards .award-list a{color:inherit}.awards .award-list a.toggle{color:#00a4ff;display:none}.awards .award-list table,.awards .award-list ul{width:100%}.awards .award-list .toggle{padding:10px 0;display:inline-block}.awards .award-list tr:first-of-type td{padding-top:0}.awards .award-list td{padding:10px 0;border-bottom:1px solid #e2e2e2}.awards .award-list td a{text-decoration:none}.awards .award-list span{display:inline}.awards .award-list span,.awards .award-list td{color:#9b9b9b}.awards .award-list .name{color:#333}.awards .award-list li:first-of-type{padding-top:0}.awards .award-list td.date{text-align:right;padding-left:10px}.awards .award-list .work{font-style:italic;color:#333}.imdb-link{margin-top:25px}.imdb-link img{width:56px}.embed.video{width:100%;position:relative}.embed.video .embed-item{width:100%;cursor:pointer;position:relative;height:0;padding-bottom:56.25%}.embed.video .embed-item:after{position:absolute;bottom:calc(0% - 28px);right:0%;-webkit-transform:translate(-50%, -50%) scale(0.25);-moz-transform:translate(-50%, -50%) scale(0.25);-o-transform:translate(-50%, -50%) scale(0.25);-ms-transform:translate(-50%, -50%) scale(0.25);transform:translate(-50%, -50%) scale(0.25);width:0;height:0;border-top:36px solid rgba(0,0,0,0);border-bottom:36px solid rgba(0,0,0,0);border-left:60px solid hsla(0,0%,100%,.9);content:" ";z-index:1}.embed.video .embed-item:before{position:absolute;bottom:0%;right:0%;display:block;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:59px;height:44px;content:" ";background:rgba(0,0,0,.3);-webkit-border-radius:10px;border-radius:10px;z-index:1;-webkit-transition:.2s background ease-out;-moz-transition:.2s background ease-out;-o-transition:.2s background ease-out;-ms-transition:.2s background ease-out;transition:.2s background ease-out}.embed.video .embed-item:hover:before{background:rgba(0,0,0,.7)}.embed.video img{position:absolute;width:100%;height:100%;object-fit:cover}.embed.grid{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:grid;grid-gap:2rem;grid-template-columns:1fr 1fr}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.embed.grid{grid-gap:2rem}}@media only screen and (max-width: 570px){.embed.grid{grid-template-columns:1fr}}.embed-video-container{background:rgba(0,0,0,.9);position:fixed;height:100%;width:100%;top:0;bottom:0;left:0;right:0;z-index:1000;padding:10%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-animation:embed-video-fade .5s forwards;-moz-animation:embed-video-fade .5s forwards;-o-animation:embed-video-fade .5s forwards;-ms-animation:embed-video-fade .5s forwards;animation:embed-video-fade .5s forwards}.embed-video-container .close{position:absolute;right:32px;top:32px;width:32px;height:32px;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-webkit-transition:.3s opacity ease-out;-moz-transition:.3s opacity ease-out;-o-transition:.3s opacity ease-out;-ms-transition:.3s opacity ease-out;transition:.3s opacity ease-out}.embed-video-container .close:hover{opacity:1;-ms-filter:none;filter:none}.embed-video-container .close:before,.embed-video-container .close:after{position:absolute;left:15px;content:" ";height:33px;width:3px;background-color:#fff}.embed-video-container .close:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.embed-video-container .close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.embed-video-container .video{background:#000;position:relative;height:0%;padding-bottom:56.25%;margin-bottom:2em;width:100%}.embed-video-container .video iframe{max-width:100%;position:absolute;width:100%;height:100%}@-moz-keyframes embed-video-fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@-webkit-keyframes embed-video-fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@-o-keyframes embed-video-fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@-ms-keyframes embed-video-fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}@keyframes embed-video-fade{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}100%{opacity:1;-ms-filter:none;filter:none}}#header{background-color:#fff;position:fixed;z-index:10;width:100%;padding:40px 0 0;top:0;text-align:center;border-bottom:1px solid #e2e2e2}#header:after{content:"";position:absolute;width:100%;height:100%;background:#fff;display:block;z-index:1;top:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#header{padding-bottom:29px}}@media only screen and (max-width: 1100px)and (min-width: 821px){#header{position:relative;padding-top:20px !important}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){body.menu #header{position:fixed;z-index:20}body.menu #header nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;height:100%;padding:70px 0 0 !important;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}body.menu #header nav a{display:block;padding:18px;margin:0;line-height:1}body.menu #header nav a:after{display:none}body.menu #header nav .search{border-left:none;margin-top:30px;padding:0;display:none}}#header h1{background:#fff;position:relative;z-index:3;font-size:0;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}#header h1:before{content:"";background:#fff;position:absolute;top:-100%;width:100%;height:100%;display:block;left:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#header h1{margin-top:-10px}}#header nav{padding:30px 0 40px;position:relative;z-index:2;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#header nav{display:none}}@media only screen and (max-width: 1100px)and (min-width: 821px){#header nav{padding:15px 0 20px !important}}#header nav:before{position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;z-index:2;content:""}#header nav a,#search-field button{display:inline-block;margin:0 20px;color:#000;font-family:"Helvetica Neue","Helvetica",Arial,serif;font-weight:500;font-size:13px;text-transform:uppercase;text-decoration:none;position:relative;z-index:2}@media only screen and (max-width: 1100px)and (min-width: 821px){#header nav a,#search-field button{margin:0 15px}}#header nav a:after,#search-field button:after{width:100%;height:0;position:absolute;background:#000;content:"";left:0;bottom:-3px;-webkit-transition:height .2s;-moz-transition:height .2s;-o-transition:height .2s;-ms-transition:height .2s;transition:height .2s;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}#header nav a:hover:after,#search-field button:hover:after,#header nav a.active:after,#search-field button.active:after{height:3px}#header nav .search,#header .mobile-search{position:relative;z-index:2;top:5px;padding:0 0 0;display:inline-block;margin:0 10px;padding:0;background:rgba(0,0,0,0);border:0;outline:0;cursor:pointer;height:18px;border-left:1px solid #e2e2e2;padding-left:20px;width:50px;overflow:visible;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}#header nav .search svg,#header .mobile-search svg{display:inline-block;height:100%;width:auto;position:relative;top:-2px}#header nav .search:hover,#header .mobile-search:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#header .menu-btn,#header .mobile-search{display:none;background:rgba(0,0,0,0);border:0;outline:0;position:fixed;left:20px;top:36px;width:30px;height:30px;z-index:10;padding:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#header .menu-btn,#header .mobile-search{display:block}}#header .menu-btn svg,#header .mobile-search svg{display:inline-block;width:100%;min-height:100%}#header .mobile-search{left:inherit;right:10px;-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-o-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}#logo{width:40px;margin:0 auto;max-height:50px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#logo{width:30px !important}}@media only screen and (max-width: 1100px)and (min-width: 821px){#logo{width:30px !important}}#search-field{position:absolute;bottom:-1px;width:100%;padding:50px 20px;background:hsla(0,0%,100%,.95);z-index:1;-webkit-transition:-webkit-transform,visibility .3s,.5s;-moz-transition:-moz-transform,visibility .3s,.5s;-o-transition:-o-transform,visibility .3s,.5s;-ms-transition:-ms-transform,visibility .3s,.5s;transition:transform,visibility .3s,.5s;text-align:center;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;visibility:hidden}#search-field.unfolded{background:rgba(0,0,0,0)}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#search-field{display:none;padding:20px}}#search-field.active,#search-field.fixed{-webkit-transform:translate3d(0, 100%, 0);-moz-transform:translate3d(0, 100%, 0);-o-transform:translate3d(0, 100%, 0);-ms-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#search-field.active,#search-field.fixed{display:block}}#search-field button{background:rgba(0,0,0,0);border:0;outline:0;padding:0;margin-top:20px;position:relative;top:5px;cursor:pointer}#search-field input{font-family:"Georgia","Times New Roman",serif;margin:0;text-align:center;text-transform:inherit;font-size:40px;width:80%;margin:0 auto;border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);cursor:inherit;border-bottom:1px solid #eee;padding:0 0 13px;display:block;-webkit-appearance:none;-webkit-border-radius:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#search-field input{font-size:30px}}#search-field input:hover,#search-field input:active,#search-field input:focus{background:rgba(0,0,0,0);color:#000;border-bottom:1px solid #eee}footer#footer{background:#1a1a1a;color:#fff;padding:150px 0;text-align:center}@media only screen and (max-width: 570px){footer#footer{position:relative;z-index:10}}footer#footer a{text-decoration:none;color:#fff}footer#footer a:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}footer#footer .site-links,footer#footer .address{-webkit-font-smoothing:antialiased;letter-spacing:.05em}footer#footer .site-links li,footer#footer .address li{display:block;padding:0 12px 5px}footer#footer .site-links li:first-of-type,footer#footer .address li:first-of-type{border-left:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){footer#footer .site-links li,footer#footer .address li{border:0}}footer#footer .site-links li span,footer#footer .address li span{display:inline}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){footer#footer .site-links li span,footer#footer .address li span{margin-left:0;display:inline}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){footer#footer .site-links li,footer#footer .address li{display:block}}footer#footer .logo{height:110px;margin:0 0 10px;text-align:center}footer#footer .logo path{fill:#fff}footer#footer h4{margin:0 0 40px}footer#footer .site-links{margin-top:12px}#news{padding:50px 0 100px}#news.bleed{padding:0 0 100px}#news.bleed #latest{padding-top:40px}#news .top-header{position:relative}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .top-header{display:none}}#news .top-header .credit{bottom:-4px}#news .top-header img{width:100%;height:auto;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}#news .credit{position:absolute;bottom:10px;font-size:10px;color:#fff;right:10px;padding-left:20px;text-shadow:0 0 3px rgba(0,0,0,.8)}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .credit{bottom:15px}}@media only screen and (max-width: 570px){#news .credit{bottom:15px}}#news article{margin:0 0 30px}#news article.news-article{background-color:#fff}#news article.news-article .content{border:1px solid #e2e2e2;padding:24px;background-color:#fff}#news article.news-article .video{position:relative;height:0%;padding-bottom:56.25%}#news article.news-article .video iframe{width:100%;position:absolute;height:100%}#news article.news-article .time{color:#9b9b9b;font-style:italic}#news article.news-article p:not(:last-of-type){margin-bottom:1em}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article{margin:0 0 20px}}#news article .content a:not(.button){color:inherit}#news article .related{font-size:14px;padding-top:20px}#news article .related a{display:inline-block;margin-right:.5em}#news article .related a:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#news article .media{display:block}#news article .media,#news article .full-media{font-size:0}#news article .media img,#news article .full-media img,#news article .media .bg,#news article .full-media .bg{min-width:100%;max-width:100%}#news article .media .bg,#news article .full-media .bg{background-position:fixed;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}#news article h1,#news article .time{margin-bottom:20px;display:block}#news article h1{font-size:24px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.full{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}}#news article.full .credit{display:none}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.full .credit{display:block}}#news article.full img{width:100%;display:none}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.full img{display:block}}#news article.full .content{background:#fff;position:relative;z-index:2}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.full .content{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-o-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}}#news article.full .full-media{position:relative}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.full .full-media{-webkit-box-ordinal-group:0;-moz-box-ordinal-group:0;-o-box-ordinal-group:0;-ms-flex-order:0;-webkit-order:0;order:0}}#news article.full .media{position:relative;z-index:2;margin-top:-10px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.full .media{margin-top:0;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-o-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}}#news article.toppy .content{border-top:0}#news article.toppy .media{position:relative;border:1px solid #e2e2e2;border-bottom:0}#news article.toppy .button{min-width:150px}#news article.booky,#news article.lefty,#news article.righty{zoom:1;position:relative;float:none}#news article.booky:before,#news article.lefty:before,#news article.righty:before,#news article.booky:after,#news article.lefty:after,#news article.righty:after{content:"";display:table}#news article.booky:after,#news article.lefty:after,#news article.righty:after{clear:both}#news article.booky .media,#news article.lefty .media,#news article.righty .media,#news article.booky .content,#news article.lefty .content,#news article.righty .content{float:right;width:40%}@media only screen and (max-width: 570px){#news article.booky .media,#news article.lefty .media,#news article.righty .media,#news article.booky .content,#news article.lefty .content,#news article.righty .content{width:100%}}#news article.booky .content,#news article.lefty .content,#news article.righty .content{width:60%}@media only screen and (max-width: 570px){#news article.booky .content,#news article.lefty .content,#news article.righty .content{width:100%}}#news article.booky .media,#news article.lefty .media,#news article.righty .media{height:100%;float:left}#news article.booky .media .bg,#news article.lefty .media .bg,#news article.righty .media .bg{height:100%;width:40%;min-width:inherit;background-position:center center;position:absolute}@media only screen and (max-width: 570px){#news article.booky .media .bg,#news article.lefty .media .bg,#news article.righty .media .bg{background:none !important;width:100%;position:relative}#news article.booky .media .bg img,#news article.lefty .media .bg img,#news article.righty .media .bg img{display:block !important;opacity:1;-ms-filter:none;filter:none;width:100%}}#news article.booky h1,#news article.lefty h1,#news article.righty h1{margin-bottom:10px}#news article.booky p,#news article.lefty p,#news article.righty p{font-size:14px}#news article.booky .time,#news article.lefty .time,#news article.righty .time{font-size:14px;margin-bottom:10px}#news article.booky .button,#news article.lefty .button,#news article.righty .button{min-width:150px}#news article.booky .media,#news article.righty .media{float:right}#news article.booky .content,#news article.righty .content{float:left}#news article.booky{background:#fff;border:1px solid #e2e2e2;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}@media only screen and (max-width: 570px){#news article.booky{display:block;zoom:1}#news article.booky:before,#news article.booky:after{content:"";display:table}#news article.booky:after{clear:both}}#news article.booky .bg{-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;background-color:#fff}#news article.booky .media{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-o-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;padding:24px 24px 24px 0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.booky .media{padding:30px 30px 0}}#news article.booky .media .bg{position:relative;width:100%}#news article.booky .media .bg.loaded img{opacity:1;-ms-filter:none;filter:none}#news article.booky .media .bg img{width:100%;min-width:inherit;display:block !important}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.booky .media .bg img{margin:0 auto 0;min-width:inherit;max-height:300px;width:auto;height:auto}}#news article.booky .content{border:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.booky .content{border-right:0}}#news article .button{margin:40px 0 0;font-size:14px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article .button{min-width:100%}}#news article.booky-toppy{border:1px solid #e2e2e2}#news article.booky-toppy .media{text-align:center;padding:30px 30px 0}#news article.booky-toppy .media img{min-width:inherit;max-height:300px;width:auto}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news article.booky-toppy .media img{height:auto}}#news article.booky-toppy .content{border:0}#news .author-list,#news .publication-list{width:calc(100% + 20px)}#news .author-list,#news .publication-list,#news .featured-author,#news .featured-publication{padding-right:0;padding-left:40px;margin-left:-10px;margin-top:40px;position:relative}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .author-list,#news .publication-list,#news .featured-author,#news .featured-publication{padding-left:0}}#news .author-list h4,#news .publication-list h4,#news .featured-author h4,#news .featured-publication h4{font-size:24px;margin-bottom:10px;margin-left:10px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#news .author-list .section-link,#news .publication-list .section-link,#news .featured-author .section-link,#news .featured-publication .section-link{position:absolute;top:0;right:10px;color:#00a4ff;text-decoration:none;font-size:18px;padding-right:30px;font-style:italic;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}#news .author-list .section-link:hover,#news .publication-list .section-link:hover,#news .featured-author .section-link:hover,#news .featured-publication .section-link:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#news .author-list .section-link svg,#news .publication-list .section-link svg,#news .featured-author .section-link svg,#news .featured-publication .section-link svg{width:30px;height:30px;position:absolute;top:-3px}@media only screen and (max-width: 570px){#news .author-list .section-link,#news .publication-list .section-link,#news .featured-author .section-link,#news .featured-publication .section-link{padding-top:9px;font-size:14px}#news .author-list .section-link svg,#news .publication-list .section-link svg,#news .featured-author .section-link svg,#news .featured-publication .section-link svg{top:2px}}#news .author-list .author-card,#news .publication-list .author-card,#news .featured-author .author-card,#news .featured-publication .author-card{height:auto}#news .author-list .author-card>a:after,#news .publication-list .author-card>a:after,#news .featured-author .author-card>a:after,#news .featured-publication .author-card>a:after{display:none}#news .author-list .author-card .media img,#news .publication-list .author-card .media img,#news .featured-author .author-card .media img,#news .featured-publication .author-card .media img{max-height:inherit;max-width:inherit;height:auto;object-fit:inherit}#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{height:auto}@media all and (max-width: 820px)and (min-width: 571px){#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{width:calc(33% - 20px)}}@media only screen and (max-width: 570px){#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{height:auto}}#news .author-list .publication-card.square-cover,#news .publication-list .publication-card.square-cover,#news .featured-author .publication-card.square-cover,#news .featured-publication .publication-card.square-cover{width:calc(66.7% - 20px)}@media all and (max-width: 820px)and (min-width: 571px){#news .author-list .publication-card.square-cover,#news .publication-list .publication-card.square-cover,#news .featured-author .publication-card.square-cover,#news .featured-publication .publication-card.square-cover{width:220px}}@media only screen and (max-width: 570px){#news .author-list .publication-card.square-cover,#news .publication-list .publication-card.square-cover,#news .featured-author .publication-card.square-cover,#news .featured-publication .publication-card.square-cover{width:220px}}#news .author-list .publication-card.square-cover img,#news .publication-list .publication-card.square-cover img,#news .featured-author .publication-card.square-cover img,#news .featured-publication .publication-card.square-cover img{min-width:79.8%;max-width:79.8%}@media all and (max-width: 820px)and (min-width: 571px){#news .author-list .publication-card.square-cover img,#news .publication-list .publication-card.square-cover img,#news .featured-author .publication-card.square-cover img,#news .featured-publication .publication-card.square-cover img{min-width:100%;max-width:100%}}@media only screen and (max-width: 570px){#news .author-list .publication-card.square-cover img,#news .publication-list .publication-card.square-cover img,#news .featured-author .publication-card.square-cover img,#news .featured-publication .publication-card.square-cover img{min-width:100%;max-width:100%}}#news .author-list .author-card,#news .publication-list .author-card,#news .featured-author .author-card,#news .featured-publication .author-card,#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{width:calc(33% - 20px);padding:0;margin:10px}@media only screen and (max-width: 1100px)and (min-width: 821px){#news .author-list .author-card,#news .publication-list .author-card,#news .featured-author .author-card,#news .featured-publication .author-card,#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{width:calc(50% - 20px)}}@media all and (max-width: 820px)and (min-width: 571px){#news .author-list .author-card,#news .publication-list .author-card,#news .featured-author .author-card,#news .featured-publication .author-card,#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{width:calc(33% - 20px)}}@media only screen and (max-width: 570px){#news .author-list .author-card,#news .publication-list .author-card,#news .featured-author .author-card,#news .featured-publication .author-card,#news .author-list .publication-card,#news .publication-list .publication-card,#news .featured-author .publication-card,#news .featured-publication .publication-card{width:calc(50% - 20px)}}#news .author-list .author-card a:after,#news .publication-list .author-card a:after,#news .featured-author .author-card a:after,#news .featured-publication .author-card a:after,#news .author-list .publication-card a:after,#news .publication-list .publication-card a:after,#news .featured-author .publication-card a:after,#news .featured-publication .publication-card a:after{height:20px}#news .author-list .author-card .content,#news .publication-list .author-card .content,#news .featured-author .author-card .content,#news .featured-publication .author-card .content,#news .author-list .publication-card .content,#news .publication-list .publication-card .content,#news .featured-author .publication-card .content,#news .featured-publication .publication-card .content{padding:10px 10px;border:0}#news .author-list .author-card h1,#news .publication-list .author-card h1,#news .featured-author .author-card h1,#news .featured-publication .author-card h1,#news .author-list .publication-card h1,#news .publication-list .publication-card h1,#news .featured-author .publication-card h1,#news .featured-publication .publication-card h1,#news .author-list .author-card h2,#news .publication-list .author-card h2,#news .featured-author .author-card h2,#news .featured-publication .author-card h2,#news .author-list .publication-card h2,#news .publication-list .publication-card h2,#news .featured-author .publication-card h2,#news .featured-publication .publication-card h2{font-size:14px;margin-bottom:0}#news .author-list .author-card h2,#news .publication-list .author-card h2,#news .featured-author .author-card h2,#news .featured-publication .author-card h2,#news .author-list .publication-card h2,#news .publication-list .publication-card h2,#news .featured-author .publication-card h2,#news .featured-publication .publication-card h2{margin:0 0 4px}#news .publication-list{padding-left:0;margin-left:-10px;width:calc(100% + 20px)}#news .publication-list h4{margin-left:10px}#news .publication-list article.publication-card{width:calc(33% - 20px)}#news .publication-list article.publication-card .content{background-color:#fff}#news .publication-list article.publication-card h1,#news .publication-list article.publication-card h2,#news .publication-list article.publication-card p{overflow:inherit;white-space:inherit;-o-text-overflow:inherit;text-overflow:inherit}#news .featured-author{padding-right:10px}#news .featured-author .author-card{width:100%}#news .featured-author .author-card h1{font-size:24px;text-align:center}#news .featured-author .info,#news .featured-author .genres,#news .featured-author .meta{display:none}#news .featured-song .embed{line-height:0}#news .featured-song.featured-publication .publication .content,#news .featured-trailer.featured-publication .publication .content{padding:10px 10px;border:0;width:100%;float:none}#news .featured-song.featured-publication .publication .content h4,#news .featured-trailer.featured-publication .publication .content h4{margin-bottom:0;font-size:24px;text-align:center}#news .featured-publication{padding-right:10px}#news .featured-publication h4{margin-bottom:20px}#news .featured-publication .publication{border:1px solid #e2e2e2;margin:10px;width:100%;background:#fff;zoom:1;border:1px solid rgba(0,0,0,0);outline:1px solid #e2e2e2}#news .featured-publication .publication:before,#news .featured-publication .publication:after{content:"";display:table}#news .featured-publication .publication:after{clear:both}#news .featured-publication .publication:hover{outline:1px solid #333}#news .featured-publication .publication .media{float:left;width:35%;padding:12px 18px 12px 12px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .featured-publication .publication .media{padding:10px 10px 20px 10px;width:100%;text-align:center}}#news .featured-publication .publication .media img{max-width:inherit;max-height:inherit;width:100%;height:auto}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .featured-publication .publication .media img{max-height:300px;min-width:inherit;width:auto}}#news .featured-publication .publication .content{float:left;width:65%;border:0;padding:12px 12px 12px 0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .featured-publication .publication .content{width:100%;padding:12px 12px 12px 12px}}#news .featured-publication .publication h1{font-size:24px;margin:0}#news .featured-publication .publication .author{margin:10px 0;font-size:14px}#news .featured-publication .publication .description{font-size:14px}#news .featured-publication .publication a{color:inherit}#news .fbpage{padding:40px 0 30px 40px;text-align:center;line-height:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .fbpage{padding-left:0}}#news .fbpage .fb-container{border:1px solid #e2e2e2;background:#fff;padding:20px}#news .fbpage iframe{margin:"0 auto"}#news .catalog{padding:0 0 0 40px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .catalog{padding-left:0}}#news .catalog a{width:100%;margin:10px 0 0}#news .catalog a svg{height:20px;margin-right:10px;position:relative;top:3px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .catalog a{font-size:14px;display:block}}#latest{zoom:1;padding:0 0 0 40px;overflow:hidden}#latest:before,#latest:after{content:"";display:table}#latest:after{clear:both}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#latest{padding-left:0;padding-top:30px}}#latest h1{line-height:1}#latest h1 span{margin-top:.3em}#latest h2{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-bottom:30px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#latest h2{margin-bottom:20px}}#latest .author{font-style:italic;margin:0 0 10px}#latest .sales article{padding:0 15px 0 55px}#latest .sales article h1{font-size:14px}#latest .reviews{padding-left:15px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#latest .reviews{padding-left:0}}#latest .reviews article,#latest .sales article{opacity:1;-ms-filter:none;filter:none}#latest .reviews article:hover,#latest .sales article:hover{opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70)}#latest article{position:relative;margin-bottom:20px;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-ms-transition:opacity .3s;transition:opacity .3s}#latest article:last-of-type{margin-bottom:0;padding-bottom:0}#latest article a{text-decoration:none;display:block}#latest article h1{font-size:14px;font-weight:bold;color:#4a4a4a;margin:0;display:inline-block;border-bottom:2px solid rgba(0,0,0,0)}#latest article p{font-size:12px;color:#9b9b9b}#news .show-more{display:none}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#news .news-article:nth-child(n+3){display:none}#news .unfold .news-article{display:block}#news .unfold .show-more{display:none}#news .show-more{display:block;font-size:14px;width:100%;padding:18px 0}#news #latest .publication-list{margin-top:0}#news .container{overflow-x:auto;-webkit-overflow-scrolling:touch;vertical-align:top;width:100%}#news .container .scroll-container{white-space:nowrap;display:block}#news .container article{vertical-align:top;display:inline-block;white-space:normal}#news .container article.sold{width:230px}#news .container article.review{width:250px;border:0;padding-bottom:0}#news .container article.publication-card{width:130px;border:0;float:none}}#artists .user-list{margin-top:0;font-size:0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artists .user-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#artists .user-list:before{display:none}#artists .user-list .author-card{height:auto}}#artists .user-list img{display:block !important}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist{padding-top:0}}#artist h1.name{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:36px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist{padding-bottom:36px}}#artist .book-list{margin-bottom:20px}#artist .book-list:last-of-type{margin-bottom:-20px}#artist .info{background:#fff;padding:36px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .info{display:block;padding:0 0 0}#artist .info .flex{display:block}}#artist .info .container{position:relative}#artist .info .credit{position:absolute;bottom:15px;font-size:10px;color:#fff;right:15px;text-shadow:0 0 3px rgba(0,0,0,.8);font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#artist .info .smaller{min-width:33%}#artist .info .avatar{text-align:center}#artist .info .avatar .container{width:100%}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .info .avatar .container{text-align:center}}#artist .info .avatar img{height:auto;width:100%}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .info .avatar img{display:block;width:100%;height:auto}}#artist .info .content{margin-top:0;min-width:66%;padding:0 0 0 36px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .info .content{padding:20px}}#artist .info .bio{margin:20px 0 30px}#artist .info .bio p{margin-bottom:1.5em}#artist .info .bio p:last-of-type{margin-bottom:0}#artist .info .bio a{color:#333}#artist .info h4{font-weight:bold;margin-bottom:10px}#artist .info .links{margin:25px 0 0}#artist .info .links h4{font-weight:bold;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#artist .info .links a{margin-top:0;color:#333;font-size:14px;display:block}#artist .info .links a:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#artist .awards{margin-top:25px}#artist .award-list .work:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#artist .spotify{margin-top:25px}#artist .spotifyFollow{margin-top:25px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .spotifyFollow{padding:0 20px}}#artist .logo img{max-width:320px;height:auto}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .logo img{max-width:300px}}#artist .press{margin-top:25px;padding-bottom:0;zoom:1;overflow:hidden;position:relative}#artist .press:before,#artist .press:after{content:"";display:table}#artist .press:after{clear:both}#artist .press .overflow-btn{display:none;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;right:0;cursor:pointer;color:#00a4ff}#artist .press .overflow-btn:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#artist .press.overflow .overflow-btn{display:block}#artist .press.overflow .container:after{display:block;position:absolute;right:0;top:0;width:30px;height:100%;background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);background:-o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);background:-ms-linear-gradient(left, rgba(255, 255, 255, 0), #fff);background:linear-gradient(to right, rgba(255, 255, 255, 0), #fff);content:" "}#artist .press h4{font-weight:bold;margin-bottom:-4px}#artist .press .container{white-space:nowrap;position:relative}#artist .press .container .articles{display:inline-block}#artist .press .folded{display:block}#artist .press .unfolded{display:none}#artist .press.unfold .container{white-space:inherit}#artist .press.unfold .container:after{display:none}#artist .press.unfold .folded{display:none}#artist .press.unfold .unfolded{display:block}#artist .press article{display:inline-block;margin:15px 15px 0 0}#artist .press article:last-of-type{margin-right:0}#artist .press article .content{padding:0;float:left}#artist .press article .caption{font-size:12px;display:block;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#artist .press article .caption span{display:block}#artist .press a{text-decoration:none;font-size:0;line-height:0;color:#333}#artist .press a:hover img{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#artist .press img{height:100px;width:auto;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}@media only screen and (max-width: 570px){#artist .press img{height:100px}}#artist .featured{margin-top:36px;padding:36px;background:#fff}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .featured.composer{padding:20px}#artist .featured.composer .container{margin-bottom:0}}#artist .featured>.title{margin-bottom:20px}#artist .featured .container{width:calc(100% + 20px);position:relative;left:-10px;margin-bottom:-30px}#artist .filmography h2{padding:0 0 36px 36px}#artist .filmography h2:before{display:none}#artist .filmography .film-list{padding:0 36px}#artist .filmography .title,#artist .filmography .status,#artist .filmography .genres,#artist .filmography .format,#artist .filmography .language,#artist .filmography .roles{margin-right:.5em;display:inline-block;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#artist .filmography .title{font-weight:bold}#artist .filmography .title.translated{color:#9b9b9b}#artist .filmography .status{color:#c01c27}#artist .filmography .roles:before{content:"– "}#artist .filmography .published{text-align:right}#artist .filmography table{width:100%;font-size:14px}#artist .filmography table thead td{padding:20px 0;border-top:0;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}#artist .filmography table tr:hover td{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#artist .filmography table td{border-top:1px solid #e2e2e2}#artist .filmography .genres,#artist .filmography .language,#artist .filmography .roles{font-style:italic}#artist .filmography .genres span,#artist .filmography .language span,#artist .filmography .roles span{display:inline}@media only screen and (max-width: 570px){#artist .filmography .genres span,#artist .filmography .language span,#artist .filmography .roles span{font-size:12px}}#artist .filmography .genres span:before,#artist .filmography .language span:before,#artist .filmography .roles span:before{content:", "}#artist .filmography .genres span:first-child:before,#artist .filmography .language span:first-child:before,#artist .filmography .roles span:first-child:before{content:""}#artist .filmography a{color:inherit;display:block;vertical-align:top;-webkit-column-break-inside:avoid;column-break-inside:avoid;page-break-inside:avoid;display:block;text-decoration:none;background:#fff;padding:20px 0}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist .filmography a{border:0;display:block}}#artist #news{margin-top:36px;padding:34px 30px 0;background:#fff}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist #news{padding:18px 10px}}#artist #news .more-paginator{text-align:center;width:100%;margin:0 21px 0 10px}#artist #news .articles{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#artist #news .articles .wrap{width:calc(33% - 20px);margin:0 10px 20px}@media only screen and (max-width: 1100px)and (min-width: 821px){#artist #news .articles .wrap{width:calc(50% - 20px)}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#artist #news .articles .wrap{width:100%}}#artist #news .articles .wrap .media{text-align:center;padding-top:24px;padding:24px 24px 0}#artist #news .articles .wrap .content{border:0}#artist #news .articles .wrap article{border:1px solid #e2e2e2;margin:0}#artist #news .articles .wrap img{max-height:200px;width:auto;min-width:inherit}#artist #news .articles .wrap .credit{right:30px;display:none}#artist #news .articles .wrap iframe{left:0}#artist #news .news-title{font-size:24px;margin:0 0 34px 10px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#artist #news .articles{padding:0 0 20px}#books .number{position:relative}#books .number button{display:block;height:100%;width:100%;background:rgba(0,0,0,0);border:0;outline:0;cursor:pointer}#books .number button:hover svg{-webkit-transform:scale(0.45);-moz-transform:scale(0.45);-o-transform:scale(0.45);-ms-transform:scale(0.45);transform:scale(0.45)}#books .number button svg{width:100%;height:auto;display:inline-block;-webkit-transition:-webkit-transform .2s;-moz-transition:-moz-transform .2s;-o-transition:-o-transform .2s;-ms-transition:-ms-transform .2s;transition:transform .2s;-webkit-transform:scale(0.4);-moz-transform:scale(0.4);-o-transform:scale(0.4);-ms-transform:scale(0.4);transform:scale(0.4);margin-top:-12%}#books .book-genres .number{display:none}#books .book-genres.folded{display:block}#books .book-genres.folded .publication-card:nth-child(n+12):not(.number){display:none}#books .book-genres.folded .number{display:inline-block}.book-genres{margin-bottom:20px;position:relative}.book-genres .genre-title{text-transform:inherit;margin-bottom:10px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.book-genres .genre-title:before{content:"";width:10px;height:1px;display:inline-block}.book-genres .book-list .number{width:calc(16.667% - 20px);padding:0 0 20px;height:auto;border:0}@media only screen and (max-width: 1100px)and (min-width: 821px),all and (max-width: 820px)and (min-width: 571px){.book-genres .book-list .number{width:calc(20% - 20px)}}@media only screen and (max-width: 570px){.book-genres .book-list .number{width:calc(33.333% - 20px)}}.book-list{margin-bottom:70px}#about .bleed{padding-bottom:50px}.block-contact .bleed{padding-bottom:36px}#about .container,.block-contact .container{margin-top:30px}#about .container h1 .logo,.block-contact .container h1 .logo{height:90px;margin:0 0 10px;text-align:center}#about .container h1 .logo path,.block-contact .container h1 .logo path{fill:#000}#about .container h1 span,.block-contact .container h1 span{display:none}#about .media,.block-contact .media{line-height:0;position:relative}#about .media img,.block-contact .media img{width:100%;height:auto}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#about .media,.block-contact .media{padding-bottom:0}}#about .awards,.block-contact .awards{text-align:left;padding:50px 0}#about .awards .content,.block-contact .awards .content{padding-top:64px;padding-bottom:61px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#about .awards a,.block-contact .awards a{display:inline-block;text-decoration:none;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}#about .awards a:hover,.block-contact .awards a:hover{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}#about .awards img,.block-contact .awards img{height:125px;margin:10px 10px 10px}#about .staff h2,.block-contact .staff h2{margin-bottom:18px;margin-left:10px}#about .content a,.block-contact .content a{color:#333}.block-contact .address,#about .submissions,.block-contact .submissions{width:50%;font-size:18px;margin:0 0;display:block;float:left}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.block-contact .address,#about .submissions,.block-contact .submissions{width:100%;display:block;margin:15px 0}}#about .address a,.block-contact .address a,#about .submissions a,.block-contact .submissions a{text-decoration:none}#about .address a:hover,.block-contact .address a:hover,#about .submissions a:hover,.block-contact .submissions a:hover{text-decoration:underline}#about .md,.block-contact .md{line-height:1.4}#about .md h2,.block-contact .md h2{font-size:24px;margin-bottom:10px}#about .md p,.block-contact .md p{line-height:1.3;font-size:14px}.block-contact .address{position:relative}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.block-contact .address{padding:0 0 40px}}#about .address h1,.block-contact .address h1{margin-bottom:10px;text-align:left}#about .address ul,.block-contact .address ul{font-size:14px}#about .address h3,.block-contact .address h3{font-family:"Georgia","Times New Roman",serif;-webkit-font-smoothing:auto;line-height:inherit;font-weight:normal}#about .address span,.block-contact .address span{display:block}#about .address .map,.block-contact .address .map{position:relative;top:40px;font-size:14px;color:#00a4ff;padding:0 30px 0 0;margin-top:50px}#about .address .map svg,.block-contact .address .map svg{width:20px;height:20px;position:absolute;top:0}#about .people article,.block-contact .people article{text-align:left;border:1px solid #e2e2e2;background:#fff;padding:20px;margin:0 10px 20px;width:calc(33% - 20px);float:left;zoom:1}#about .people article:before,.block-contact .people article:before,#about .people article:after,.block-contact .people article:after{content:"";display:table}#about .people article:after,.block-contact .people article:after{clear:both}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#about .people article,.block-contact .people article{width:calc(50% - 20px)}}@media only screen and (max-width: 570px){#about .people article,.block-contact .people article{width:100%;margin:0 0 10px}}#about .people article h1,.block-contact .people article h1{font-size:18px;text-transform:inherit;text-align:left}#about .people article .meta,.block-contact .people article .meta{font-style:italic;color:#9b9b9b;font-size:14px;text-align:left;margin:0}#about .people article .media,.block-contact .people article .media{font-size:0;margin-bottom:10px}#about .people article .media img,.block-contact .people article .media img{width:100%}#about .people article .download-full,.block-contact .people article .download-full{font-size:11px;min-width:inherit;right:10px;bottom:10px;margin-right:0;padding:12px 7px}.download-full-container:hover .download-full{display:inline-block}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){.download-full-container .download-full{display:none !important}}.download-full{font-size:14px;display:none;padding:14px;color:0;position:absolute;bottom:20px;right:20px}#publication .book-info{padding:0 0 0 36px;zoom:1}#publication .book-info .book-cover{text-align:center;display:inline}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .book-cover{width:100%;display:block;margin:50px 0 0}}#publication .book-info .book-cover img{margin-bottom:30px;max-width:300px;width:25%}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .book-cover img{outline:20px solid #fff;width:50%;margin-bottom:10px}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info{margin-top:-50px;padding:0}}#publication .book-info:before,#publication .book-info:after{content:"";display:table}#publication .book-info:after{clear:both}#publication .book-info .title{margin-bottom:20px}#publication .book-info .title h1{font-size:36px}#publication .book-info .series{margin:.3em 0 0;font-weight:normal}#publication .book-info .genres{margin:0;text-align:left}#publication .book-info .genres li{color:#333}#publication .book-info .info{text-align:left;width:25%;float:left}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .info{width:100%;float:none;padding:20px}}#publication .book-info .info a{text-decoration:none;color:#000}#publication .book-info .info dl{font-size:14px}#publication .book-info .info dl dt{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:bold}#publication .book-info .info dl dd{margin-bottom:30px;position:relative}#publication .book-info .info dl dd:last-of-type{margin-bottom:0}#publication .book-info .info dl dd ul{font-style:normal}#publication .book-info .info dl img{display:block;width:auto;margin:10px 0 4px}#publication .book-info .info .spotify{margin:0 auto 30px}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .info .spotify{width:calc(100% + 20px);margin:-50px -10px 30px;padding:20px;background:#fff}}#publication .book-info .content{float:right;width:70%}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .content{width:100%;float:none;margin:0;padding:50px 10px}}#publication .book-info .content>*{padding:36px;background:#fff}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .content>*{padding:20px}}#publication .book-info .content p{margin-bottom:1.5em}#publication .book-info .content .story .md p:last-of-type{margin-bottom:0}#publication .book-info .content .embed{margin:18px auto 0;width:100%}#publication .book-info .content h4:not(.series){font-weight:bold;margin-bottom:10px}#publication .book-info .content .links{padding-top:0;font-size:14px}#publication .book-info .content .links p:last-of-type{margin-bottom:0}#publication .book-info .content .links a{margin-top:0;color:#333;font-size:14px;display:block}#publication .book-info .content .links a:hover{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}#publication .book-info .awards{margin-top:0;padding-top:0}#publication .book-info .awards h4{margin-bottom:10px}#publication .book-info .reviews{margin-top:36px}#publication .book-info .reviews .text-rating{margin-top:-1.5em}#publication .book-info .reviews .visual-rating{font-style:normal;color:#c01c27}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .reviews .actions{-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:block}}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#publication .book-info .reviews .actions .button{margin:10px 0 0}}#publication .book-info .reviews li:nth-child(n+4){display:none}#publication .book-info .reviews li{position:relative}#publication .book-info .reviews li .md{-webkit-transition:background-color 2s ease-out 2s;-moz-transition:background-color 2s ease-out 2s;-o-transition:background-color 2s ease-out 2s;-ms-transition:background-color 2s ease-out 2s;transition:background-color 2s ease-out 2s}#publication .book-info .reviews.hash blockquote:target:before{content:"";display:block;height:200px;margin:-200px 0 0}#publication .book-info .reviews.hash blockquote:target .md{background-color:rgba(255,255,0,.2)}#publication .book-info .reviews .button{width:100%;font-size:14px;-webkit-box-flex:2;-moz-box-flex:2;-o-box-flex:2;box-flex:2;-webkit-flex:2 2;-ms-flex:2 2;flex:2 2}#publication .book-info .reviews .download{-webkit-box-flex:2;-moz-box-flex:2;-o-box-flex:2;box-flex:2;-webkit-flex:1 2;-ms-flex:1 2;flex:1 2}#publication .book-info .reviews.unfold li,#publication .book-info .reviews.hash.active li{display:block}#publication .book-info .reviews.unfold button,#publication .book-info .reviews.hash.active button{display:none}#publication .book-info .reviews h3{font-size:24px;margin-bottom:10px}#publication .book-info .reviews .media{font-weight:normal;font-style:italic;margin-top:-20px}#publication .book-info .reviews .media p{font-size:14px;color:#9b9b9b}#publication .book-info .reviews .media a{color:#9b9b9b}#publication .book-list{margin-bottom:0}#publication .book-list .section-desc{margin-bottom:20px;text-align:left}#publication .book-list .series-title{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;margin:20px 0 10px 10px}#search-result{padding-top:46px 0 184px}#search-result #search-field{position:static;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none;background:rgba(0,0,0,0)}#search-result section{margin:100px 0;zoom:1}#search-result section:before,#search-result section:after{content:"";display:table}#search-result section:after{clear:both}@media only screen and (max-width: 570px){#search-result .section-desc{padding:0 0}}#search-result .section-desc p{display:block}#search-result .section-desc h2{margin-bottom:20px;text-align:left}#search-result .book-list{margin-bottom:0}#search-result .publications .book-list,#search-result .user-list .wrap{width:calc(100% + 10px);position:relative;left:-10px}#search-result .reviews article{width:calc(25% - 20px);margin:0 20px 20px 0;border:0}#search-result .sales .sale{width:calc(25% - 20px);margin:0 20px 20px 0;padding:0 15px 0 0}#search-result .sales .sale .time{display:none}#search-result .serie .series-title{font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;margin:30px 0 0 0}.review-render header#header{padding-bottom:40px;position:relative}.review-render main{padding:0 0 64px;margin:0 auto;min-height:auto}.review-render nav{display:none}.review-render .title{margin-top:64px}.review-render .int-title{display:inline-block}.review-render #publication .book-info{padding:0 36px}.review-render #publication .book-info #reviews li{page-break-inside:avoid;margin:0 0 15px;position:relative;padding-top:15px}.review-render #publication .book-info #reviews li:nth-child(n+4){display:block}.review-render #publication .book-info .md{margin:0 0 30px}.review-render .fb-link{display:none}.review-render footer#footer{padding:50px 0;page-break-inside:avoid}.acf-icon.-plus.small,.acf-icon.-minus.small{text-decoration:none !important;box-shadow:0 0 3px 0 rgba(0,0,0,.2)}#publication .book-info .reviews.hash blockquote:target .md{background-color:rgba(255,255,0,.2)}#news article.booky .media,#news article.righty .media{order:10}.review-render header#header #menu-main{display:none}.review-render .mobile-search{display:none !important}.review-render header .menu-btn{display:none !important}@media print{#cookie-notice{display:none !important}}@media only screen and (min-width: 780px){body #header{transition:padding 300ms}body #header h1 #logo{transition:width 300ms}body #header ul.navbar-nav{transition:padding 300ms}body.scrolled #header{padding-top:20px}body.scrolled #header h1 #logo{width:30px}body.scrolled #header ul.navbar-nav{padding-bottom:20px}}body.review-render #header svg.logo{max-width:160px}#header ul.navbar-nav{padding:20px 0 40px;position:relative;z-index:2;transform:translateZ(0);font-size:0;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#header ul.navbar-nav{display:none}}@media only screen and (max-width: 1100px)and (min-width: 821px){#header ul.navbar-nav{padding:15px 0 20px !important}}#header ul.navbar-nav::before{position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;z-index:2;content:""}#header ul.navbar-nav li.icon a:before{position:absolute;right:-15px;height:1em;top:-2px;width:.875em;content:url('data:image/svg+xml;utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.96268V8.03734C0 8.87438 0.682847 9.55722 1.51989 9.55722H6.42953C7.26657 9.55722 7.94942 8.87438 7.94942 8.03734V7.05345C7.94942 6.88702 7.81481 6.75241 7.64838 6.75241C7.48195 6.75241 7.34734 6.88702 7.34734 7.05345V8.03734C7.34734 8.54397 6.93371 8.95759 6.42709 8.95759H1.51989C1.01326 8.95759 0.599633 8.54397 0.599633 8.03734V1.96268C0.599633 1.45605 1.01326 1.04243 1.51989 1.04243H6.42953C6.93616 1.04243 7.34979 1.45605 7.34979 1.96268V2.94657C7.34979 3.113 7.4844 3.24761 7.65083 3.24761C7.81725 3.24761 7.95187 3.113 7.95187 2.94657V1.96268C7.95187 1.12564 7.26902 0.442795 6.43198 0.442795H1.51989C0.682847 0.442795 0 1.1232 0 1.96268Z" fill="black"/><path d="M9.43251 7.26392C9.49125 7.32266 9.56712 7.35203 9.64544 7.35203C9.72376 7.35203 9.79963 7.32266 9.85837 7.26392L11.9118 5.21048C12.0293 5.093 12.0293 4.90455 11.9118 4.78707L9.85837 2.73363C9.74089 2.61615 9.55244 2.61615 9.43496 2.73363C9.31748 2.85111 9.31748 3.03957 9.43496 3.15705L10.9769 4.69896H5.35011C5.18368 4.69896 5.04907 4.83357 5.04907 5C5.04907 5.16643 5.18368 5.30104 5.35011 5.30104H10.9744L9.43251 6.84295C9.31503 6.95799 9.31503 7.14889 9.43251 7.26392Z" fill="black"/></svg>')}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){#header ul.navbar-nav li.icon a:before{right:0;top:auto}}#header ul.navbar-nav li a{display:inline-block;margin:0 20px;color:#000;font-weight:500;font-size:13px;text-transform:uppercase;text-decoration:none;position:relative;z-index:2;font-family:"Helvetica Neue","Helvetica",Arial,serif}@media only screen and (max-width: 1100px)and (min-width: 821px){#header ul.navbar-nav li a{margin:0 15px}}#header ul.navbar-nav li a::after{width:100%;height:0;position:absolute;background:#000;content:"";left:0;bottom:-3px;transition:height .2s;transform:translate3d(0, 0, 0)}#header ul.navbar-nav li a:hover::after{height:3px}#header ul.navbar-nav li.current-menu-item a::after{height:3px}#header ul.navbar-nav li.search-toggle{border-left:1px solid #e2e2e2;position:relative;z-index:1000;height:28px;overflow:hidden;padding:0;margin:0}#header ul.navbar-nav li.search-toggle a{font-size:0;padding-left:5px;width:20px;height:20px}#header ul.navbar-nav li.search-toggle a::after{background-color:rgba(0,0,0,0);background-size:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1.5 1.5 21 21' enable-background='new 1.5 1.5 21 21' xml:space='preserve'%3E%3Cpath d='M22.1,20.1l-4.9-4.8c0.5-0.7,0.9-1.4,1.1-2.2c0.3-0.9,0.5-1.9,0.5-2.9c0-1.2-0.2-2.3-0.7-3.4c-0.5-1.1-1.1-2-1.9-2.8 c-0.8-0.8-1.7-1.4-2.8-1.8c-2.1-0.9-4.6-0.9-6.8,0C5.7,2.6,4.8,3.3,4,4C3.3,4.8,2.6,5.7,2.2,6.8C1.7,7.9,1.5,9,1.5,10.2 c0,1.2,0.2,2.3,0.7,3.4c0.5,1.1,1.1,2,1.8,2.8s1.7,1.4,2.8,1.8c2,0.9,4.3,0.9,6.3,0.2c0.8-0.3,1.5-0.7,2.2-1.1l4.8,4.9 c0.3,0.3,0.6,0.4,1,0.4c0.4,0,0.7-0.1,1-0.4c0.3-0.3,0.4-0.6,0.4-1C22.5,20.7,22.4,20.4,22.1,20.1z M16,10.2c0,0.8-0.2,1.6-0.5,2.3 c-0.3,0.7-0.7,1.4-1.2,1.9c-0.5,0.5-1.2,0.9-1.9,1.2c-1.4,0.6-3.1,0.6-4.6,0c-0.7-0.3-1.4-0.7-1.9-1.2c-0.5-0.5-0.9-1.1-1.3-1.9 c-0.3-0.7-0.5-1.5-0.5-2.3c0-0.8,0.2-1.6,0.5-2.3C5.1,7.2,5.5,6.6,6,6s1.2-0.9,1.9-1.2c0.7-0.3,1.5-0.5,2.3-0.5s1.6,0.2,2.3,0.5 c0.7,0.3,1.4,0.7,1.9,1.3c0.5,0.5,0.9,1.2,1.2,1.9C15.9,8.6,16,9.4,16,10.2z'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;display:block;position:absolute;top:0;left:0;width:20px;height:20px;border:0;transform:translateY(4px)}#header ul.navbar-nav li.search-toggle a:hover::before{color:#666}@media only screen and (max-width: 570px),all and (max-width: 820px)and (min-width: 571px){body.menu #header ul.navbar-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;height:100%;padding:70px 0 0 !important;display:flex;flex-direction:column;justify-content:center}body.menu #header ul.navbar-nav li{display:block}body.menu #header ul.navbar-nav li.search-toggle{display:none}body.menu #header ul.navbar-nav li a{display:block;padding:18px;margin:0;line-height:1}body.menu #header ul.navbar-nav li a::after{display:none}}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}@media screen and (max-width: 700px){.alignright{float:none;margin-right:0;display:block;margin:0 auto}}.alignleft{float:left;margin:5px 20px 20px 0}@media screen and (max-width: 700px){.alignleft{float:none;margin-right:0;display:block;margin:0 auto}}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.sticky,.gallery-caption,.bypostauthor{display:block}.mceContentBody,.mce-content-body{padding:20px !important;background:#fff !important}.editor-content p,html .mceContentBody p{margin:0 0 1.44em 0}.editor-content ul,.editor-content ol,html .mceContentBody ul,html .mceContentBody ol{margin-top:0;margin-bottom:1.44em}.editor-content>*:last-child,html .mceContentBody>*:last-child{margin-bottom:0}.bio.md p p{display:inline-block}@media screen and (max-width: 800px){#search-result .book-list .sale{width:calc(33% - 20px)}}@media screen and (max-width: 650px){#search-result .book-list .sale{width:calc(50% - 20px)}}.news-article .media{max-width:100%;overflow:hidden}.news-article .media img{max-width:100%;height:auto}.news-article .video__preview{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:top left;background-repeat:no-repeat;z-index:2;cursor:pointer}.news-article .video__preview:after{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:50px;height:50px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='YouTube_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3Cpath fill='%23282928' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3h-0.4 c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493l0-287l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-position:top left;background-repeat:no-repeat;transition:all .5s}.news-article .video__preview:hover:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='YouTube_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3Cpath fill='%23FF0000' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3h-0.4 c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493l0-287l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.news-article iframe{position:absolute;top:0;left:0;width:100%;height:100%}#news-articles article.booky,#news-articles article.lefty,#news-articles article.righty{position:relative;display:flex}#news-articles article.booky .media,#news-articles article.lefty .media,#news-articles article.righty .media{width:40%;height:auto !important;position:relative}#news-articles article.booky .media img,#news-articles article.lefty .media img,#news-articles article.righty .media img{position:absolute;object-fit:cover;width:100%;height:100%;max-width:auto !important;max-height:auto !important}#news-articles time{color:#9b9b9b;font-style:italic;margin-bottom:10px;display:block}.publication-card a{display:block;width:100%}.publication-card__thumb{display:block;padding-top:151.5%;background-repeat:no-repeat;background-size:cover}.publication-card .content{display:block;width:100%;overflow:hidden}.publication-card .content h1{display:block !important;overflow-wrap:break-word}.publication-card .media{overflow:hidden;width:100%;position:relative;object-fit:cover}.publication-card .media.square{min-height:auto;padding-top:100%}.publication-card .media.square img{position:absolute;top:0;left:0;width:100%;object-fit:contain;object-position:center}.publication-card .media img{object-fit:cover;display:block}.home #news .publication-list .publication-card.double{width:auto}.home #news .publication-list .publication-card.double .media,.home #news .publication-list .publication-card .media.square{display:block;padding:0;position:relative;width:auto}.home #news .publication-list .publication-card.double .media img,.home #news .publication-list .publication-card .media.square img{position:relative;height:249px;width:auto;object-fit:unset;object-position:unset;min-width:auto;min-height:auto}article.sale time{position:absolute;color:#000;font-size:9px;font-family:"Helvetica Neue","Helvetica",Arial,serif;font-weight:bold;left:0;top:2px;padding:3px 0 0;border-bottom:1px solid #c9c9c9;text-align:center;font-style:normal;display:inline-block;line-height:1;opacity:.6;-ms-transition:opacity .2s;transition:opacity .2s;background:#b7b7b7;text-transform:uppercase}article.sale time .day{display:block;color:#000;padding:5px 10px;margin-top:3px;background-color:#fff;font-size:14px}.single-artist-author #header ul.navbar-nav li.menu-item-84 a::after,.single-artist-director #header ul.navbar-nav li.menu-item-88 a::after,.single-artist-screenwriter #header ul.navbar-nav li.menu-item-85 a::after,.single-artist-composer #header ul.navbar-nav li.menu-item-86 a::after{height:3px}.fancybox__content{cursor:default !important}.fancybox__content video{outline:0 !important}.single-artist .container,.single-publication .container{padding-left:0;padding-right:0}.single-artist #artist .press article,.single-publication #artist .press article{margin:15px 11px 0 0}.single-artist .embed.video.grid,.single-publication .embed.video.grid{display:flex;justify-content:space-between;flex-wrap:wrap}.single-artist .embed.video.grid .embed-item.video,.single-publication .embed.video.grid .embed-item.video{width:48%;overflow:hidden;padding:0;height:200px;margin-bottom:20px;position:relative}@media only screen and (max-width: 820px){.single-artist .embed.video.grid .embed-item.video,.single-publication .embed.video.grid .embed-item.video{width:100%}}.single-artist .embed.video.grid .embed-item.video .video__custom,.single-publication .embed.video.grid .embed-item.video .video__custom{pointer-events:none}.single-artist .embed.video.grid .embed-item.video a,.single-publication .embed.video.grid .embed-item.video a{display:block;height:100%}.single-artist .embed.video.grid .embed-item.video a>iframe,.single-artist .embed.video.grid .embed-item.video a>div,.single-publication .embed.video.grid .embed-item.video a>iframe,.single-publication .embed.video.grid .embed-item.video a>div{pointer-events:none}.single-artist .embed.video.grid .embed-item.video video,.single-publication .embed.video.grid .embed-item.video video{position:absolute;top:0;left:0;width:100%;height:100%}.single-artist .embed.video.grid .embed-item.video iframe,.single-publication .embed.video.grid .embed-item.video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.single-artist .embed.video.grid .embed-item.video::before,.single-artist .embed.video.grid .embed-item.video::after,.single-publication .embed.video.grid .embed-item.video::before,.single-publication .embed.video.grid .embed-item.video::after{display:none}.single-artist .embed.video.grid .embed-item.video iframe,.single-publication .embed.video.grid .embed-item.video iframe{width:100%}.single-artist .publication-card .new-genres,.single-publication .publication-card .new-genres{margin-top:4px;font-size:12px;font-style:italic;color:#666}.book-genres.bibliography.coop-include{margin-top:-30px}.single-artist .actor-details{display:none;padding-top:20px}@media only screen and (min-width: 769px){.single-artist .actor-details.desktop{display:block}}@media only screen and (max-width: 820px){.single-artist .actor-details.desktop{padding:20px 20px 0 20px}}@media only screen and (max-width: 768px){.single-artist .actor-details.mobile{display:block}}.single-artist .actor-details h4,.single-artist .actor-details .h4{font-size:14px;font-weight:bold;margin-bottom:10px !important}.single-artist .actor-details__detail{font-size:12px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2}.single-artist .actor-details hr{border:none;border-top:1px solid #e2e2e2;margin:10px 0}.single-artist .contact-details{padding-top:20px}.single-artist .contact-details h5,.single-artist .contact-details h6,.single-artist .contact-details a{font-weight:normal;color:#333;font-size:12px;text-decoration:none;font-family:"Helvetica Neue","Helvetica",Arial,serif}.single-artist .contact-details a:hover{text-decoration:underline}.single-artist .contact-details h5{font-weight:bold;font-size:14px;margin-bottom:10px}.single-artist .btn-print{display:none;color:#333;text-decoration:none;font-weight:bold;margin-top:20px}@media only screen and (max-width: 820px){.single-artist .btn-print.mobile{display:inline-block}}@media only screen and (min-width: 821px){.single-artist .btn-print.desktop{display:inline-block}}.single-artist .fancybox__caption{font-family:"Helvetica Neue","Helvetica",Arial,serif;text-align:center}.single-artist .fancybox__caption a{color:#fff;font-weight:bold;text-decoration:none}@media only screen and (max-width: 570px),(max-width: 820px)and (min-width: 571px){.single-artist .press-gallery{padding:0 20px}}@media only screen and (max-width: 570px),(max-width: 820px)and (min-width: 571px){#artist .press.overflow .overflow-btn{right:20px}#artist .press-gallery .container{overflow:hidden}}.review-render.single-artist{background-color:#fff;font-size:12px}.review-render.single-artist #header{padding-top:6px}.review-render.single-artist #header svg.logo{display:inline-block;max-width:100px}.review-render #artist{background-color:#fff}.review-render #artist h1.name{font-size:20px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2}.review-render #artist .title{margin-top:0}.review-render #artist .bio p{font-size:12px}.review-render #artist .actor-details{display:block}.review-render #artist .actor-details__detail{font-size:10px}.review-render #artist .artist-img img{max-width:100%;height:auto;margin:0 auto}.review-render #artist .info{padding:24px}.review-render #artist .info .bio{margin-top:10px}.review-render #artist .info .content{padding:0 20px}.review-render #artist .info.layout .flex{display:flex}.review-render #artist .awards h4{font-size:20px;font-family:"Helvetica Neue","Helvetica",Arial,serif;line-height:1.2;font-weight:200}.review-render #artist .filmography h2{font-size:20px;padding-left:0;padding:0;margin-bottom:10px}.review-render #artist .filmography table{font-size:12px}.review-render #artist .filmography .film-list{padding:0}.review-render #artist section.featured{display:none}.review-render #artist+footer{display:none}.review-render .cmplz-cookiebanner{display:none}.review-render #cmplz-cookiebanner-container{display:none}.review-render #artist .theatre.bibliography{padding-top:0;padding-left:0;padding-right:0}.review-render #artist .theatre.bibliography>h2{font-size:20px}.review-render #artist .theatre.bibliography>.theatre-list{padding-top:9px}.review-render #artist .theatre.bibliography>.theatre-list .row p{font-size:12px;line-height:14.4px}.review-render #artist .theatre.bibliography>.theatre-list .row p b{margin-right:5px}.fancybox__container .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content{max-width:640px;max-height:360px;background-color:rgba(0,0,0,0);padding:0}.theatre-year{float:right}#artist .theatre{padding-left:36px;padding-right:36px}@media only screen and (max-width: 820px){#artist .theatre{padding-left:20px;padding-right:20px}}#artist .theatre .theatre-list{padding-top:36px}#artist .theatre .row{border-top:1px solid #e2e2e2;width:100%;padding-top:20px;padding-bottom:20px}#artist .theatre .row strong,#artist .theatre .row b{font-family:"Helvetica Neue","Helvetica",Arial,serif}#artist .theatre .row a{color:#000}#artist .theatre .row a:hover{opacity:.6}#artist .theatre a{display:inline}.front .block-about{padding-left:50px;padding-right:60px}@media only screen and (max-width: 570px){.front .block-about{padding-left:10px;padding-right:10px}}.front .block-about .button.download-full{font-size:14px;opacity:0}.front .block-about .media.download-full-container:hover .button.download-full{opacity:1}.block-artists.large{display:flex;flex-direction:column}.block-artists.large .user-list.layout.list.flex.wrap{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:20px;grid-row-gap:20px;width:100%;max-width:1020px}@media only screen and (max-width: 570px){.block-artists.large .user-list.layout.list.flex.wrap{grid-column-gap:10px;grid-row-gap:10px}}.block-artists.large .user-list.layout.list.flex.wrap:before{content:unset}.block-artists.large .user-list.layout.list.flex.wrap article.author-card{max-width:460px;width:100%;margin:0}.block-artists.large .user-list.layout.list.flex.wrap article.author-card:only-child{right:-50%}.block-artists.large .user-list.layout.list.flex.wrap article.author-card .media{padding-top:66%}.block-artists.large .user-list.layout.list.flex.wrap article.author-card .media img{max-height:300px}.block-artists.large .user-list.layout.list.flex.wrap article.author-card .content h1{margin-bottom:0}.block-artists .category-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:27px}.block-artists .category-wrapper .category{font-family:Helvetica Neue;font-style:normal;font-weight:500;font-size:13px;line-height:16px;text-transform:uppercase;color:#000;cursor:pointer}.block-artists .category-wrapper .category:not(:last-child){margin-right:31px}@media only screen and (max-width: 400px){.block-artists .category-wrapper .category:not(:last-child){margin-right:20px}}.block-artists .category-wrapper .category.active{position:relative;pointer-events:none}.block-artists .category-wrapper .category.active:after{content:"";width:100%;height:3px;background:#000;display:block;position:absolute}.block-artists .user-list{transition:ease-in-out .4s}.block-artists.large .user-list.layout.list.flex.wrap article.author-card .content h1{margin-bottom:15px}#about .layout.bleed.awards{padding-left:50px;padding-right:60px}@media only screen and (max-width: 570px){#about .layout.bleed.awards{padding-left:10px;padding-right:10px}}#about .layout.bleed.awards .content.layout{justify-content:center}@media(min-width: 768px){#about .layout.bleed.awards .content.layout{gap:12px}}#about .layout.bleed.awards .content.layout a{max-height:130px}.block-content .md{font-size:20px;line-height:1.5}.block-content .md ol,.block-content .md ul{font-size:inherit !important}.block-content .md ol li,.block-content .md ul li{font-size:inherit !important}.block-content .md ol{list-style-type:decimal}@media only screen and (max-width: 570px),(max-width: 820px)and (min-width: 571px){.block-content .md{font-size:15px}}body#contact main,body#about main{padding-top:0}#main article.page-wrapper .content .container{padding-left:0;padding-right:0}.button.download-full:hover{text-decoration:none}.block-team .button.download-full{opacity:0}.block-team .media.download-full-container:hover .button.download-full{opacity:1}body{max-width:100%;overflow-x:hidden}a{text-decoration:underline}.container-fluid{width:100%;max-width:1170px}.author-card .media.bg{padding-top:71%}.featured-publication .embed.video{position:relative;height:0%;padding-bottom:56.25%}.featured-publication .embed.video iframe{width:100%}.featured-publication .embed.video .video__preview{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:top left;background-repeat:no-repeat;z-index:2;cursor:pointer}.featured-publication .embed.video .video__preview:after{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:50px;height:50px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='YouTube_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3Cpath fill='%23282928' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3h-0.4 c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493l0-287l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-position:top left;background-repeat:no-repeat;transition:all .5s}.featured-publication .embed.video .video__preview:hover:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='YouTube_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3Cpath fill='%23FF0000' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3h-0.4 c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493l0-287l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.featured-publication .embed.video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.catalog .button:hover{text-decoration:none}.block-editor-writing-flow{padding-left:50px;padding-right:50px}.sales.half.left .container,.reviews.half.right .container,.publication-list.layout .container{padding-left:0;padding-right:0}.news-article .content time{color:#9b9b9b;font-style:italic;margin-bottom:10px;display:block}@media only screen and (max-width: 570px),(max-width: 820px)and (min-width: 571px){body.page-id-634 main{padding-top:0 !important}.only.mobile img{max-height:auto;object-fit:cover}}@media only screen and (max-width: 570px){article.author-card{width:calc(50% - 11px);margin:5px}}#artist #news .articles .wrap .video{width:100%;padding:24px 24px 0 !important;height:auto !important}#artist #news .articles .wrap .video .video__inner{position:relative;height:0%;padding-bottom:56.25%}.reviews .review a{color:#9b9b9b}.about-centered{width:728px;max-width:100%;margin-left:auto;margin-right:auto}.block-about .section-desc h1::after{display:none}.block-about .section-desc h1.has-logo::after{display:block !important}.user-list.layout.list.flex.wrap .author-card .media{padding-top:71%;position:relative;background:#eee}.user-list.layout.list.flex.wrap .author-card .media img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}.author-list .section-link svg{right:0}.reviews .review .review-content{font-size:12px;line-height:18px;color:#9b9b9b}.fade-bottom{overflow:hidden;position:relative}.fade-bottom::before{content:" ";display:block;position:absolute;bottom:0;left:0;right:0;height:15px;background:hsla(0,0%,100%,.3);background:linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)}#header,#main,main,#footer{-webkit-animation:fadein 1s;-moz-animation:fadein 1s;-ms-animation:fadein 1s;-o-animation:fadein 1s;animation:fadein 1s}@keyframes fadein{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-moz-keyframes fadein{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadein{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-ms-keyframes fadein{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-o-keyframes fadein{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.grid .embed.video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.grid .embed.video iframe,.grid .embed.video object,.grid .embed.video embed{position:absolute;top:0;left:0;width:100% !important;height:100% !important}#reviews .md p{margin-bottom:0 !important}#reviews footer.media{margin-top:0 !important}

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
.cmplz-hidden{display:none !important}