.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:30000}.modal__container{background-color:#fff;border:3px solid #a9a9a9;border-radius:4px;box-sizing:border-box;max-height:100vh;max-width:500px;overflow-y:auto;padding:30px}.modal__header{align-items:center;display:flex;justify-content:space-between}.modal__header h4{font-size:1em;margin:0}.modal__title{box-sizing:border-box;color:#00449e;font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.modal__close{background:0 0;border:0;cursor:pointer;position:absolute;right:5px;top:5px}.modal__close svg{width:20px}.modal__content{color:#000;font-size:.875em;line-height:1.5;margin-bottom:2rem;margin-top:2rem}.modal__btn{-moz-osx-font-smoothing:grayscale;-webkit-appearance:button;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e6e6e6;border-radius:.25rem;border-style:none;border-width:0;color:rgba(0,0,0,.8);cursor:pointer;font-size:.875rem;line-height:1.15;margin:0;overflow:visible;padding:.5rem 1rem;text-transform:none;transform:translateZ(0);transition:transform .25s ease-out;will-change:transform}.modal__btn:focus,.modal__btn:hover{transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}.modal__footer .footer-text{font-size:.75em}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}@keyframes u-gallery-waiting-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes u-gallery-zoom-in{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes u-gallery-zoom-out{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes u-gallery-fade-in{0%{opacity:0}to{opacity:1}}@keyframes u-gallery-fade-out{0%{opacity:1}to{opacity:0}}.u-gallery-waiting-animation{display:block;position:absolute;width:100px;height:100px;top:calc(50% - 50px);left:calc(50% - 50px)}.u-gallery-waiting-animation-icon{position:absolute;display:block;width:80px;height:80px;top:10px;left:10px;border-radius:40px;animation:u-gallery-waiting-animation 1s linear infinite}@supports not (--foo:green){.u-gallery-waiting-animation-icon{box-shadow:0 3px 0 0 #d32531}}@supports (--foo:green){.u-gallery-waiting-animation-icon{box-shadow:0 3px 0 0 var(--gallery-theme-color)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.u-gallery-arrow{position:absolute;z-index:1;top:calc(50% - 65px);width:32px;height:130px;text-align:center;background-color:rgba(0,0,0,.8);border:1px solid #292929}.u-gallery-arrow:after{content:"";position:absolute;display:inline-block;padding:5px;border-color:#fff;border-style:solid;border-width:0 3px 3px 0;top:calc(50% - 9px)}.u-gallery-arrow--next{right:0;border-right:none;transition:all .2s}.u-gallery-arrow--next:after{transform:rotate(-45deg);right:12px}@supports not (--foo:green){.u-gallery-arrow--next:hover{border-left:3px solid #d32531}}@supports (--foo:green){.u-gallery-arrow--next:hover{border-left:3px solid var(--gallery-theme-color)}}.u-gallery-arrow--prev{left:0;border-left:none}.u-gallery-arrow--prev:after{transform:rotate(135deg);left:12px}@supports not (--foo:green){.u-gallery-arrow--prev:hover{border-right:3px solid #d32531}}@supports (--foo:green){.u-gallery-arrow--prev:hover{border-right:3px solid var(--gallery-theme-color)}}.u-gallery-arrow-small{width:5px;height:10px;display:inline-block}.u-gallery-arrow-small:after{content:"";position:absolute;display:inline-block;padding:2px;border-color:#fff;border-style:solid;border-width:0 2px 2px 0}.u-gallery-arrow-small--left:after{transform:rotate(135deg);margin-top:2px}.u-gallery-arrow-big{display:flex;align-items:center;justify-content:center;height:18px;width:40px;position:relative}.u-gallery-arrow-big:after{content:"";position:absolute;display:inline-block;padding:8px;border-color:#fff;border-style:solid;border-width:4px 0 0 4px}.u-gallery-arrow-big--up:after{transform:rotate(45deg);margin-top:5px}.u-gallery-arrow-big--down:after{transform:rotate(-135deg);margin-top:-5px}.u-gallery-icon-zoom .gallery-icon{width:23px;height:23px;fill:#fff}.u-gallery-close-icon{width:32px;height:32px;opacity:.8;cursor:pointer}.u-gallery-close-icon:hover{opacity:1}.u-gallery-close-icon:after,.u-gallery-close-icon:before{position:absolute;left:15px;content:" ";height:30px;width:2px;background-color:#fff}.u-gallery-close-icon:before{transform:rotate(45deg)}.u-gallery-close-icon:after{transform:rotate(-45deg)}.u-gallery-close-icon--black:after,.u-gallery-close-icon--black:before{background-color:#575757}.u-gallery-close-icon--small-black:after,.u-gallery-close-icon--small-black:before{background-color:#575757;height:20px}.u-gallery-social-icon{background-color:#fff;border:1px solid #dddee4;border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;transition:background-color .2s;cursor:pointer}.u-gallery-social-icon .gallery-icon{width:20px;height:20px;transition:fill .2s;margin-top:1px}.u-gallery-social-icon .gallery-icon__facebook{fill:#3b5998;margin-right:1px}.u-gallery-social-icon .gallery-icon__twitter{fill:#1dcaff}.u-gallery-social-icon .gallery-icon__tumblr{fill:#35465c}.u-gallery-social-icon .gallery-icon__pinterest{fill:#bd091c;margin-top:3px}.u-gallery-social-icon .gallery-icon__whatsapp{fill:#23c100;width:24px;height:24px;margin-top:-1px}.u-gallery-social-icon .gallery-icon__reddit{fill:#ff4500}.u-gallery-social-icon .gallery-icon__linkedin{fill:#0077b5}.u-gallery-social-icon.u-gallery-pinterest:hover{background-color:#bd091c}.u-gallery-social-icon.u-gallery-pinterest:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-facebook:hover{background-color:#3b5998}.u-gallery-social-icon.u-gallery-facebook:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-tumblr:hover{background-color:#35465c}.u-gallery-social-icon.u-gallery-tumblr:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-twitter:hover{background-color:#1dcaff}.u-gallery-social-icon.u-gallery-twitter:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-whatsapp:hover{background-color:#23c100}.u-gallery-social-icon.u-gallery-whatsapp:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-reddit:hover{background-color:#ff4500}.u-gallery-social-icon.u-gallery-reddit:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-linkedin:hover{background-color:#0077b5}.u-gallery-social-icon.u-gallery-linkedin:hover .gallery-icon{fill:#fff}.u-gallery-magnify-loading{background-color:#fff;padding:5px;position:absolute;top:5px;left:5px;margin:5px;border-radius:6px;box-shadow:2px 2px 4px rgba(50,50,50,.68);opacity:.35;z-index:2;display:none}.u-gallery-magnify-loading:after{content:"";background-image:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/loading.gif);background-repeat:no-repeat;width:25px;height:25px;display:block}.u-gallery-react-placeholder-shimmer{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#d2d2d2 20%,#f6f7f8 40%,#f6f7f8);animation-name:shimmer;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;background-size:200% 100%;border:1px solid hsla(0,0%,80%,.2)}.u-gallery-app-shell-loader{margin-bottom:50px;margin-top:31px}.u-gallery-app-shell{border:none;border-radius:5px;height:12px;margin-bottom:10px}.u-gallery-app-shell__figure{height:300px}.u-gallery-app-shell__text{width:80%}.u-gallery-app-shell__text-small{width:100px}.u-gallery-app-shell__content-1{width:80%;margin-top:30px}.u-gallery-app-shell__content-2{width:60%;margin-left:20px}.u-gallery-app-shell__content-3{width:80%}.u-gallery-app-shell__content-4{width:60%;margin-left:20px}.c-standard-gallery-shell{min-height:100vh}@media screen and (max-width:800px){.c-standard-gallery-shell .c-gallery-header__right,.c-standard-gallery-shell .c-gallery__sidebar{display:none}}@media screen and (max-width:800px){.c-standard-gallery-shell .c-gallery__slider{min-height:500px}}.u-gallery-center{display:flex;justify-content:center;align-items:center}.u-gallery-modal{position:fixed;top:0;left:0;z-index:500000;width:100%;height:100%}.admin-bar .u-gallery-modal{top:46px}@media screen and (min-width:781px){.admin-bar .u-gallery-modal{top:32px}}.u-gallery-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.u-gallery-broken-image{width:200px;height:200px;background-color:#be3730;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:5px}.u-gallery-broken-image__alt{display:block}.u-gallery-broken-image__icon{display:block;background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAQAAABdXGW6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCx0MDCtL6OFSAAAAY0lEQVQoz9WSOQ7AIAwE1/w5Vdp0efSkQAhzBNNF2W5GKwvZiFUOhJBY59wpwYUMFOXeKSnFlW9KZq3sOWXl9cgO8jKq6ZhGj2xF1ZFzfp1Q2MK3CNztsp6xWyb4iud//4IoDzylkasbWMEKAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:50%;width:40px;height:28px;margin-bottom:10px}.u-gallery-pinit{background-color:#bd091c;border-radius:50%;line-height:1;padding:5px;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}.u-gallery-pinit .gallery-icon__pinterest{width:23px;height:23px;fill:#fff}.c-gallery{background-color:#000;color:#fff;overflow:hidden}.admin-bar .c-gallery{padding-top:46px}@media screen and (min-width:781px){.admin-bar .c-gallery{padding-top:32px}}.c-gallery *{box-sizing:border-box}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.c-gallery__main,.c-gallery__main .slick-slide>div,.c-gallery__main .slick-slider,.c-gallery__slider{height:calc(100vh - 79px)}}@media screen and (min-width:801px){@supports not (--foo:green){.c-gallery__main,.c-gallery__main .slick-slide>div,.c-gallery__main .slick-slider,.c-gallery__slider{height:calc(100vh - 79px)}}@supports (--foo:green){.c-gallery__main,.c-gallery__main .slick-slide>div,.c-gallery__main .slick-slider,.c-gallery__slider{height:calc(100vh - var(--gallery-header-height))}}}@media screen and (min-width:801px){@supports not (--foo:green){.admin-bar .c-gallery__main,.admin-bar .c-gallery__main .slick-slide>div,.admin-bar .c-gallery__main .slick-slider,.admin-bar .c-gallery__slider{height:calc(100vh - 111px)}}@supports (--foo:green){.admin-bar .c-gallery__main,.admin-bar .c-gallery__main .slick-slide>div,.admin-bar .c-gallery__main .slick-slider,.admin-bar .c-gallery__slider{height:calc(100vh - var(--gallery-header-height) - 32px)}}}.c-gallery__main{position:relative;overflow:hidden;display:flex}@media screen and (max-width:800px){.c-gallery__main{flex-direction:column}}.c-gallery__thumbnails{position:absolute;left:0;top:0;z-index:3;background-color:#181818;width:100%;transform:translateX(-100%);transition:.2s;visibility:hidden}@media screen and (min-width:801px){.c-gallery__thumbnails{width:175px;border-right:1px solid #292929}}@media screen and (max-width:800px){.c-gallery__thumbnails{height:100%;transition:none;overflow-y:scroll}}.c-gallery--thumbnails-active .c-gallery__thumbnails{transform:translateX(0);visibility:visible}@media screen and (min-width:801px){.c-gallery--thumbnails-active .c-gallery__thumbnails{transform:translateX(0)}}.c-gallery__slider{position:relative;overflow:hidden;flex-grow:1;background-color:#181818}.c-gallery__sidebar{border-left:1px solid #292929;flex:0 0 380px;position:relative}@media screen and (min-width:801px){.c-gallery__sidebar{overflow-y:scroll}}.c-gallery__sidebar:before{content:"";width:1px;height:130px;z-index:1;position:absolute;left:-1px;background-color:#000;top:calc(50% - 65px)}.c-gallery__intro-card{background-color:rgba(0,0,0,.81);position:fixed;top:0;left:0;width:100%;height:100%;z-index:6;display:flex;justify-content:center;align-items:center}.c-gallery__footer{border-top:1px solid #292929}.c-gallery__image-zoom{position:absolute;top:10px;right:0;display:inline-block;z-index:1;width:30px;height:30px;text-align:center;line-height:2.5}body.pmc-gallery__horizontal,body.pmc-gallery__runway{display:block}@media screen and (min-width:801px){.pmc-gallery__horizontal.admin-bar,.pmc-gallery__runway.admin-bar{overflow:hidden;height:100%}}body.pmc-gallery__horizontal{margin:0}body.pmc-gallery__horizontal iframe[name=__cmpLocator]{display:none}:root{margin-top:0!important}@supports not (--foo:green){.c-gallery__header{border-top:9px solid #d32531}}@supports (--foo:green){.c-gallery__header{border-top:9px solid var(--gallery-theme-color)}}.c-gallery-header{display:flex;border-bottom:1px solid #292929;height:70px}@media screen and (max-width:1024px){.c-gallery-header{min-height:70px;height:auto}}@media screen and (max-width:1024px){.c-gallery__footer{height:70px}}.c-gallery-header__logo{margin:0;min-width:175px;padding-left:15px;padding-right:15px}.c-gallery-header__logo-link{height:100%}.c-gallery-header__logo-image{max-height:50px;width:auto}.c-gallery-header__site-title{color:inherit;text-decoration:none}.c-gallery-header__title{font-size:1.75rem;font-weight:700;flex-grow:1;margin:0;line-height:1;text-align:center;color:#fff}@media screen and (max-width:1200px){.c-gallery-header__title{font-size:1.25rem;line-height:1.3;padding-bottom:8px;padding-top:8px}}.c-gallery-header__right{text-align:right;border-left:1px solid #292929;flex:0 0 380px}@media screen and (max-width:1024px){.c-gallery-header__right{flex:1}}.c-gallery-header__back-link{display:flex;color:inherit;text-decoration:none;text-transform:uppercase;font-weight:500;font-size:.625rem;line-height:1.5}.c-gallery-header__back-link:hover{text-decoration:underline}.c-gallery-header__back-to-linked-post .gallery-icon__close-icon{width:20px;height:20px;fill:#fff;transition:opacity .2s}.c-gallery-header__back-to-linked-post .gallery-icon__close-icon:hover{opacity:.8}.gallery-icon__left-caret{fill:#fff;width:17px;height:14px;display:inline-block}.c-gallery-header__counter{width:100%}.c-gallery-header__right--has-close-button .c-gallery-header__counter{width:calc(100% - 48px)}.c-gallery-header__mobile-close-link{display:inline-block}.c-gallery-header__mobile-close-button{width:27px;margin-right:20px;margin-top:4px}.c-gallery-header__sponsored{display:inline-block}@media screen and (max-width:800px){.c-gallery-header__sponsored{display:block;vertical-align:top}}@media screen and (min-width:801px){.c-gallery-header__sponsored{margin-left:8px;margin-right:5px}}.c-gallery-header__sponsored-text{font-size:.6875rem;padding:6px 8px;background-color:#d5d5d5;display:inline-block;color:#000;border-radius:5px;font-weight:600;line-height:1;text-transform:uppercase;vertical-align:top}.c-gallery__header-leader-board-ad{margin-bottom:5px;margin-top:5px}.c-gallery-social-icons{list-style:none;margin:0;padding:0;display:flex;height:100%;width:100%}.c-gallery-social-icons__icon{border-right:1px solid #292929;height:100%;max-width:77px;flex-grow:1}.c-gallery-social-icons__icon a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 23px;cursor:pointer;transition:opacity .2s}.c-gallery-social-icons__icon a:hover{opacity:.6}.c-gallery-social-icons__icon .gallery-icon{fill:#fff;width:22px;height:22px}.c-gallery--end-slide-active .c-gallery-sidebar:after{content:"";width:100%;height:100%;position:absolute;top:0;right:0;background-color:#000}.c-gallery-sidebar__top{padding:20px}.c-gallery-sidebar__bottom{display:flex;justify-content:center;margin-bottom:10px}.c-gallery-sidebar__title{font-size:1.125rem;font-weight:700;font-family:inherit;margin:0;color:#fff}@media screen and (min-width:1024px){.c-gallery-sidebar__title{font-size:1.25rem}}.c-gallery-sidebar__slide-title{margin-top:5px;margin-bottom:5px}.c-gallery-sidebar__image-credit{font-size:.875rem;color:#6f6f6f;margin:0}.c-gallery-sidebar__caption{font-family:inherit;font-size:1rem;padding-top:12px}.c-gallery-sidebar__caption a,.c-gallery-sidebar__caption a:hover{color:#fff}.c-gallery-sidebar__caption p{margin-top:0;color:#fff}.c-gallery-sidebar__timestamp{color:#6f6f6f;font-size:.75rem;margin:0;padding-top:12px}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-current{z-index:1}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slide>div{display:flex;align-items:center;justify-content:center}.u-gallery-arrow--prev{transition:all .2s}@media screen and (min-width:801px){.c-gallery--thumbnails-active .u-gallery-arrow--prev{left:175px}}.c-gallery-slider__pinit{position:absolute;top:10px;left:10px}@media screen and (min-width:801px){.c-gallery--thumbnails-active .c-gallery-slider__pinit{transition:left .2s;left:180px}}@media screen and (max-width:800px){.c-gallery-slider .slick-track{display:flex;justify-content:center;align-items:center}}.gallery-icon__magnifying-glass{width:21px;height:20px}.c-gallery-slide{margin:0;padding:0;transition:.2s}@media screen and (min-width:801px){.c-gallery--thumbnails-active .c-gallery-slide{padding-left:175px}}.c-gallery-slide__image{max-width:100%;width:auto;height:auto;transition:opacity .2s ease-in-out;opacity:1;z-index:1;position:relative}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.c-gallery-slide__image{max-height:calc(100vh - 129px)}}@supports not (--foo:green){.c-gallery-slide__image{max-height:calc(100vh - 129px)}}@supports (--foo:green){.c-gallery-slide__image{max-height:calc(100vh - var(--gallery-header-height) - 50px)}}@supports not (--foo:green){.admin-bar .c-gallery-slide__image{max-height:calc(100vh - 161px)}}@supports (--foo:green){.admin-bar .c-gallery-slide__image{max-height:calc(100vh - var(--gallery-header-height) - 82px)}}.c-gallery-slide--loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.c-gallery-slide--loading img{opacity:0}.c-gallery-slide--error img{display:none}.c-gallery-slide__placeholder{height:100%;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:801px){.c-gallery--thumbnails-active .u-gallery-waiting-animation{transform:translateX(87.5px)}}.c-gallery-slide-interstitial{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:2;display:none}@media screen and (min-width:801px){.c-gallery--thumbnails-active .c-gallery-slide-interstitial{padding-left:175px}}.c-gallery-slide-interstitial--active{display:block}.c-gallery-slide-interstitial__container{width:100%;height:100%;text-align:center}.c-gallery-slide__interstitial-advert{display:inline-block}.c-gallery-slide-interstitial__skip-link{display:block;color:#fff;margin-bottom:10px;margin-top:10px;text-align:center;text-decoration:underline;font-size:1rem}.c-gallery-slide-interstitial__skip-link:hover{color:#fff}.c-gallery-slide-interstitial--disabled .u-gallery-arrow{opacity:.4}.c-gallery-slide-interstitial--disabled .c-gallery-slide-interstitial__skip-link{text-decoration:none}.c-gallery-slide-interstitial__timer{display:inline-block}.c-gallery-slide-interstitial__skip-in{margin-right:6px}.c-gallery-thumbnails__list{list-style:none;margin:0;padding:0;overflow-y:scroll;width:100%}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.c-gallery-thumbnails__list{height:calc(100vh - 149px)}}@media screen and (min-width:801px){@supports not (--foo:green){.c-gallery-thumbnails__list{height:calc(100vh - 149px)}}@supports (--foo:green){.c-gallery-thumbnails__list{height:calc(100vh - var(--gallery-header-height) - 70px)}}}@media screen and (max-width:800px){.c-gallery-thumbnails__list{display:flex;flex-wrap:wrap;padding-bottom:10px}}@media screen and (min-width:801px){@supports not (--foo:green){.admin-bar .c-gallery-thumbnails__list{height:calc(100vh - 181px)}}@supports (--foo:green){.admin-bar .c-gallery-thumbnails__list{height:calc(100vh - var(--gallery-header-height) - 102px)}}}.c-gallery-thumbnail{display:flex;justify-content:center;width:50%}@media screen and (min-width:801px){.c-gallery-thumbnail{width:100%;margin-bottom:10px}}@media screen and (max-width:800px){.c-gallery-thumbnail{padding:2px}}.c-gallery-thumbnail__link{display:inline-block;border:1px solid transparent;transition:border .2s;background:#232323;background-image:linear-gradient(90deg,#232323 0,#2d2d2d 20%,#232323 40%,#232323);animation-name:shimmer;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;background-size:200% 100%}.c-gallery-thumbnail__link:hover{border-color:#6f6f6f}.u-gallery-active .c-gallery-thumbnail__link,.u-gallery-active .c-gallery-thumbnail__link:hover{border-color:#fff}@media screen and (max-width:800px){.c-gallery-thumbnail__link{width:100%;display:flex;align-items:center;justify-content:center}}.c-gallery-thumbnail__image{vertical-align:middle}@media screen and (max-width:800px){.c-gallery-thumbnail__image{width:100%}}@media screen and (min-width:801px){@supports not (--foo:green){.c-gallery-thumbnail-counter{border-left:5px solid #d32531}}@supports (--foo:green){.c-gallery-thumbnail-counter{border-left:5px solid var(--gallery-theme-color)}}}@media screen and (min-width:801px){.c-gallery-thumbnail-counter{width:175px;padding:15px 0;position:absolute;opacity:.9;left:0;bottom:0;z-index:3;background-color:rgba(0,0,0,.37);height:70px;box-sizing:border-box;display:flex;justify-content:center;flex-direction:column}}.c-gallery-thumbnail-counter__title{margin:0;text-transform:uppercase;font-weight:700;font-size:.625rem;letter-spacing:.125rem;text-align:center}@media screen and (max-width:800px){.c-gallery-thumbnail-counter__title{display:none}}.c-gallery-thumbnail-counter__bottom{display:flex}@media screen and (min-width:801px){.c-gallery-thumbnail-counter__bottom{justify-content:center;align-items:center;padding-top:3px}}.gallery-icon__thumbnails{fill:#fff;opacity:.6;transition:opacity .24s cubic-bezier(.455,.03,.515,.955);width:22px;height:22px}.c-gallery--thumbnails-active .gallery-icon__thumbnails,.gallery-icon__thumbnails:hover{opacity:1}.c-gallery-thumbnail-counter__icon{display:flex}@media screen and (max-width:800px){.c-gallery-thumbnail-counter__icon{width:50px;justify-content:center}}.c-gallery-thumbnail-counter__count{font-weight:700;font-size:1rem;margin-right:10px}@media screen and (max-width:800px){.c-gallery-thumbnail-counter__count{flex:1;justify-content:center;display:flex}}@media screen and (max-width:800px){.c-gallery-thumbnail-counter__divider{margin-left:5px;margin-right:5px}} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform .333s cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border-radius:50%;border-color:#fff #fff transparent transparent;border-style:solid;border-width:2px;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.c-gallery-zoom-modal{z-index:999999999}.c-gallery-zoom-modal__animation-fade-enter,.c-gallery-zoom-modal__animation-fade-leave,.c-gallery-zoom-modal__animation-zoom-enter,.c-gallery-zoom-modal__animation-zoom-leave{animation-fill-mode:both}.c-gallery-zoom-modal__animation-zoom-enter{animation-duration:.2s;animation-name:u-gallery-zoom-in}.c-gallery-zoom-modal__animation-zoom-leave{animation-duration:.4s;animation-name:u-gallery-zoom-out}.c-gallery-zoom-modal__animation-fade-enter{animation-duration:.2s;animation-name:u-gallery-fade-in}.c-gallery-zoom-modal__animation-fade-leave{animation-duration:.2s;animation-name:u-gallery-fade-out}.pswp__img--placeholder.pswp__img--placeholder--blank:after{content:"";position:absolute;display:block;width:80px;height:80px;top:calc(50% - 40px);left:calc(50% - 40px);border-radius:40px;animation:u-gallery-waiting-animation 1s linear infinite}@supports not (--foo:green){.pswp__img--placeholder.pswp__img--placeholder--blank:after{box-shadow:0 3px 0 0 #d32531}}@supports (--foo:green){.pswp__img--placeholder.pswp__img--placeholder--blank:after{box-shadow:0 3px 0 0 var(--gallery-theme-color)}}.pmc-gallery__vertical .pswp__img--placeholder.pswp__img--placeholder--blank{background-color:transparent}.pswp__top-bar{width:150px;right:0;left:auto;z-index:1}.pswp__top-bar .pswp__button{z-index:2}.pswp__bg{background-color:rgba(0,0,0,.95)}.pmc-gallery__vertical .pswp__bg{background-color:hsla(0,0%,100%,.98)}.pmc-gallery__vertical .pswp__button,.pmc-gallery__vertical .pswp__button--arrow--left:before,.pmc-gallery__vertical .pswp__button--arrow--right:before{background-image:url(https://wwd.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/black-skin.png);background-repeat:no-repeat}.pmc-gallery__vertical .pswp__caption,.pmc-gallery__vertical .pswp__top-bar,.pmc-gallery__vertical .pswp__ui--fit .pswp__caption,.pmc-gallery__vertical .pswp__ui--fit .pswp__top-bar{background-color:transparent}.pmc-gallery-zoom-modal-open body,html.pmc-gallery-zoom-modal-open{overflow:hidden}.c-gallery-end-slide{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.81);z-index:5;color:#fff;display:flex;justify-content:center;align-items:center}@media screen and (min-width:801px){.c-gallery-end-slide{position:absolute}}.c-gallery-end-slide__inner{width:100%;display:flex;justify-content:center;align-items:center;height:100vh}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.c-gallery-end-slide__inner{max-height:calc(100vh - 79px)}}@media screen and (max-width:800px){@supports not (--foo:green){.c-gallery-end-slide__inner{max-height:calc(100vh - 79px)}}@supports (--foo:green){.c-gallery-end-slide__inner{max-height:calc(100vh - var(--gallery-header-height))}}}@media screen and (max-width:800px){@supports not (--foo:green){.admin-bar .c-gallery-end-slide__inner{max-height:calc(100vh - 111px)}}@supports (--foo:green){.admin-bar .c-gallery-end-slide__inner{max-height:calc(100vh - var(--gallery-header-height) - 32px)}}}@media screen and (max-width:800px){.c-gallery-runway .c-gallery-end-slide__inner{max-height:100vh}}.c-gallery-end-slide__container-left{display:flex}@media screen and (min-width:801px){.c-gallery-end-slide__container-left{flex-grow:1}}@media screen and (max-width:800px){.c-gallery-end-slide__container-left{flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:50px;padding-right:20px;padding-left:20px}}.c-gallery-end-slide__container-right{flex:0 0 380px;background-color:#000}@media screen and (max-width:1440px){.c-gallery-end-slide__container-right{display:none}}.c-gallery-end-slide__column-left{padding-left:15px;padding-right:15px}@media screen and (min-width:801px){.c-gallery-end-slide__column-left{flex-grow:1;display:flex;justify-content:center;align-items:center}}.c-gallery-end-slide__column-right{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:801px){.c-gallery-end-slide__column-right{padding-right:50px}}@media screen and (max-width:800px){.c-gallery-end-slide__column-right{width:100%;margin-top:30px}}.c-gallery-end-slide__subscribe-uppertext{font-weight:700;display:block;font-size:1.0625rem}.c-gallery-end-slide__subscribe-ad{display:block;text-align:center;font-size:1.2rem;margin-bottom:20px}.c-gallery-end-slide__subscribe-text{font-weight:700;display:block;text-transform:uppercase;font-size:1.0625rem}@supports not (--foo:green){.c-gallery-end-slide__subscribe-text{color:#d32531}}@supports (--foo:green){.c-gallery-end-slide__subscribe-text{color:var(--gallery-theme-color)}}.c-gallery-end-slide__close-message{display:block;padding:0;vertical-align:middle;border:0;background-color:transparent;color:inherit;cursor:pointer;font-size:.875rem;transition:color .2s;opacity:.8}.c-gallery-end-slide__close-message:hover{opacity:1}.c-gallery-end-slide__close-container{display:flex;justify-content:center}.c-gallery-end-slide__animation-enter,.c-gallery-end-slide__animation-leave{animation-fill-mode:both}.c-gallery-end-slide__animation-enter{animation-duration:.5s;animation-name:u-gallery-fade-in}.c-gallery-end-slide__animation-leave{animation-duration:.2s;animation-name:u-gallery-fade-out}.c-gallery-end-slide__next-slide-title{margin-bottom:5px;margin-top:10px;font-size:1.375rem;text-align:center}.c-gallery-end-slide__next-slide-title a{transition:color .2s}@supports not (--foo:green){.c-gallery-end-slide__next-slide-title a:hover{color:#d32531}}@supports (--foo:green){.c-gallery-end-slide__next-slide-title a:hover{color:var(--gallery-theme-color)}}@media screen and (max-width:1024px){.c-gallery-end-slide__next-slide-title{font-size:1.125rem}}.c-gallery-end-slide__next-text{font-size:1.875rem;font-weight:700;text-transform:uppercase;text-align:center}.c-gallery-intro-card{width:688px;background-color:#fff;color:#000;text-align:center;padding:30px;max-height:calc(100vh - 180px);overflow-y:auto;position:relative;margin:10px}@media screen and (max-width:415px){.c-gallery-intro-card{padding:20px}}.c-gallery-intro-card__slide-meta{display:flex;justify-content:center}.c-gallery-intro-card__vertical{text-transform:uppercase;font-size:.75rem;margin-right:10px}@supports not (--foo:green){.c-gallery-intro-card__vertical{color:#d32531}}@supports (--foo:green){.c-gallery-intro-card__vertical{color:var(--gallery-theme-color)}}.c-gallery-intro-card__date{font-size:.75rem;text-transform:uppercase;color:#575757}.c-gallery-intro-card__intro-title{font-size:1.875rem;margin-top:10px;margin-bottom:10px}@media screen and (max-width:415px){.c-gallery-intro-card__intro-title{font-size:1.125rem}}@supports not (--foo:green){.c-gallery-intro-card__intro-title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-intro-card__intro-title{font-family:var(--gallery-horizontal-intro-card-font-family)}}.c-gallery-intro-card__social-icons{list-style:none;margin:0;padding:0;display:flex;justify-content:center}.c-gallery-intro-card__content{margin-bottom:25px;font-size:1rem}@media screen and (max-width:415px){.c-gallery-intro-card__content{font-size:.875rem;margin-bottom:15px}}.c-gallery-intro-card__social-icon{margin-right:8px}.c-gallery-intro-card__button{text-transform:uppercase;transition:background-color .2s;cursor:pointer;font-size:.875rem;margin-bottom:20px;padding:14px 20px;font-weight:600}@supports not (--foo:green){.c-gallery-intro-card__button{color:#d32531}}@supports (--foo:green){.c-gallery-intro-card__button{color:var(--gallery-theme-color)}}@supports not (--foo:green){.c-gallery-intro-card__button{border:1px solid #d32531}}@supports (--foo:green){.c-gallery-intro-card__button{border:1px solid var(--gallery-theme-color)}}@media screen and (max-width:415px){.c-gallery-intro-card__button{margin-bottom:15px;padding:10px 15px}}.c-gallery-intro-card__button:hover{color:#fff}@supports not (--foo:green){.c-gallery-intro-card__button:hover{background-color:#d32531}}@supports (--foo:green){.c-gallery-intro-card__button:hover{background-color:var(--gallery-theme-color)}}.c-gallery-intro-card__close-icon{position:absolute;top:10px;right:5px}.c-gallery-intro-card__read-more{display:block;margin-top:-8px;text-align:center}@supports not (--foo:green){.c-gallery-intro-card__read-more{color:#d32531}}@supports (--foo:green){.c-gallery-intro-card__read-more{color:var(--gallery-theme-color)}}