/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style: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%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;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:flex;justify-content: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%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top: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;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;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,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;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 *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.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,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;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::before,.fancybox__slide::after{content:"";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,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{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;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:calc(env(safe-area-inset-top,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%;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{animation:fancybox-rotate 2s linear infinite;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;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@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}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.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,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{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;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:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select: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;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;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;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%;object-fit:cover}.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,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;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-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .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{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items: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,0.96));opacity:0;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;user-select:none}.fancybox__thumb{position:relative;width:100%;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:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,0.006) 8.1%,hsla(0deg,0%,0%,0.021) 15.5%,hsla(0deg,0%,0%,0.046) 22.5%,hsla(0deg,0%,0%,0.077) 29%,hsla(0deg,0%,0%,0.114) 35.3%,hsla(0deg,0%,0%,0.155) 41.2%,hsla(0deg,0%,0%,0.198) 47.1%,hsla(0deg,0%,0%,0.242) 52.9%,hsla(0deg,0%,0%,0.285) 58.8%,hsla(0deg,0%,0%,0.326) 64.7%,hsla(0deg,0%,0%,0.363) 71%,hsla(0deg,0%,0%,0.394) 77.5%,hsla(0deg,0%,0%,0.419) 84.5%,hsla(0deg,0%,0%,0.434) 91.9%,hsla(0deg,0%,0%,0.44) 100%);padding:0;touch-action:none;display:flex;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,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left: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,0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.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}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.global-spacing--15x{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--15x{margin-top:5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--15x{margin-top:7.5rem;}}.global-spacing--12x{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--12x{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--12x{margin-top:6rem;}}.global-spacing--11x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--11x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--11x{margin-top:5.5rem;}}.global-spacing--10x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--10x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--10x{margin-top:5rem;}}.global-spacing--10x-alt{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--10x-alt{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--10x-alt{margin-top:4.5rem;}}.global-spacing--9x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--9x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--9x{margin-top:4.5rem;}}.global-spacing--8x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{margin-top:4rem;}}.global-spacing--7x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--7x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--7x{margin-top:3.5rem;}}.global-spacing--6x-alt{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--6x-alt{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--6x-alt{margin-top:3.5rem;}}.global-spacing--6x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--6x{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-spacing--6x{margin-top:3rem;}}.global-spacing--5x{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2.5rem;}}.global-spacing--4x-alt{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.global-spacing--4x-alt{margin-top:2rem;}}.global-spacing--4x{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:2rem;}}.global-spacing--3x{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.5rem;}}.global-spacing--2x-alt{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.global-spacing--2x-alt{margin-top:1rem;}}.global-spacing--2x{margin-top:1rem;}.global-spacing--1x{margin-top:0.5rem;}.global-margin--15x{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--15x{margin-top:5rem;margin-bottom:5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--15x{margin-top:7.5rem;margin-bottom:7.5rem;}}.global-margin--12x{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-margin--12x{margin-top:6rem;margin-bottom:6rem;}}.global-margin--11x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--11x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--11x{margin-top:5.5rem;margin-bottom:5.5rem;}}.global-margin--10x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--10x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:5rem;margin-bottom:5rem;}}.global-margin--10x-alt{margin-top:2.5rem;margin-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--10x-alt{margin-top:4rem;margin-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-margin--10x-alt{margin-top:4.5rem;margin-bottom:4.5rem;}}.global-margin--9x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--9x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--9x{margin-top:4.5rem;margin-bottom:4.5rem;}}.global-margin--8x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:4rem;margin-bottom:4rem;}}.global-margin--7x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--7x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--7x{margin-top:3.5rem;margin-bottom:3.5rem;}}.global-margin--6x-alt{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--6x-alt{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--6x-alt{margin-top:3.5rem;margin-bottom:3.5rem;}}.global-margin--6x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--6x{margin-top:2.5rem;margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-margin--6x{margin-top:3rem;margin-bottom:3rem;}}.global-margin--5x{margin-top:2rem;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem;}}.global-margin--4x-alt{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-margin--4x-alt{margin-top:2rem;margin-bottom:2rem;}}.global-margin--4x{margin-top:1.5rem;margin-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:2rem;margin-bottom:2rem;}}.global-margin--3x{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-margin--3x{margin-top:1.5rem;margin-bottom:1.5rem;}}.global-margin--2x-alt{margin-top:0.5rem;margin-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.global-margin--2x-alt{margin-top:1rem;margin-bottom:1rem;}}.global-margin--2x{margin-top:1rem;margin-bottom:1rem;}.global-margin--1x{margin-top:0.5rem;margin-bottom:0.5rem;}.global-padding--15x{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-top:5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-top:7.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-bottom:5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-bottom:7.5rem;}}.global-padding--12x{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-top:6rem;}}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--12x{padding-bottom:6rem;}}.global-padding--11x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--11x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--11x{padding-top:5.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--11x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--11x{padding-bottom:5.5rem;}}.global-padding--10x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-top:5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--10x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:5rem;}}.global-padding--10x-alt{padding-top:2.5rem;padding-bottom:2.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--10x-alt{padding-top:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--10x-alt{padding-top:4.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--10x-alt{padding-bottom:4rem;}}@media print,screen and (min-width:64.0625em){.global-padding--10x-alt{padding-bottom:4.5rem;}}.global-padding--9x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--9x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--9x{padding-top:4.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--9x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--9x{padding-bottom:4.5rem;}}.global-padding--8x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-top:4rem;}}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-bottom:4rem;}}.global-padding--7x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--7x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--7x{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--7x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--7x{padding-bottom:3.5rem;}}.global-padding--6x-alt{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--6x-alt{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--6x-alt{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--6x-alt{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--6x-alt{padding-bottom:3.5rem;}}.global-padding--6x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-top:3rem;}}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-bottom:3rem;}}.global-padding--5x{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2.5rem;}}.global-padding--4x-alt{padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-padding--4x-alt{padding-top:2rem;}}@media print,screen and (min-width:48.0625em){.global-padding--4x-alt{padding-bottom:2rem;}}.global-padding--4x{padding-top:1.5rem;padding-bottom:1.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:2rem;}}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:2rem;}}.global-padding--3x{padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.global-padding--3x{padding-bottom:1.5rem;}}.global-padding--2x-alt{padding-top:0.5rem;padding-bottom:0.5rem;}@media print,screen and (min-width:48.0625em){.global-padding--2x-alt{padding-top:1rem;}}@media print,screen and (min-width:48.0625em){.global-padding--2x-alt{padding-bottom:1rem;}}.global-padding--2x{padding-top:1rem;padding-bottom:1rem;}.global-padding--1x{padding-top:0.5rem;padding-bottom:0.5rem;}.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;}.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem;max-width:100%;margin-left:auto;margin-right:auto;}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto;}.grid-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%;}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .auto{width:auto;}.grid-x > .shrink{width:auto;}.grid-x > .initial-shrink,.grid-x > .initial-full,.grid-x > .initial-1,.grid-x > .initial-2,.grid-x > .initial-3,.grid-x > .initial-4,.grid-x > .initial-5,.grid-x > .initial-6,.grid-x > .initial-7,.grid-x > .initial-8,.grid-x > .initial-9,.grid-x > .initial-10,.grid-x > .initial-11,.grid-x > .initial-12{-ms-flex-preferred-size:auto;flex-basis:auto;}@media print,screen and (min-width:20.0625em){.grid-x > .tiny-shrink,.grid-x > .tiny-full,.grid-x > .tiny-1,.grid-x > .tiny-2,.grid-x > .tiny-3,.grid-x > .tiny-4,.grid-x > .tiny-5,.grid-x > .tiny-6,.grid-x > .tiny-7,.grid-x > .tiny-8,.grid-x > .tiny-9,.grid-x > .tiny-10,.grid-x > .tiny-11,.grid-x > .tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:40.0625em){.grid-x > .small-shrink,.grid-x > .small-full,.grid-x > .small-1,.grid-x > .small-2,.grid-x > .small-3,.grid-x > .small-4,.grid-x > .small-5,.grid-x > .small-6,.grid-x > .small-7,.grid-x > .small-8,.grid-x > .small-9,.grid-x > .small-10,.grid-x > .small-11,.grid-x > .small-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:48.0625em){.grid-x > .medium-shrink,.grid-x > .medium-full,.grid-x > .medium-1,.grid-x > .medium-2,.grid-x > .medium-3,.grid-x > .medium-4,.grid-x > .medium-5,.grid-x > .medium-6,.grid-x > .medium-7,.grid-x > .medium-8,.grid-x > .medium-9,.grid-x > .medium-10,.grid-x > .medium-11,.grid-x > .medium-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:64.0625em){.grid-x > .large-shrink,.grid-x > .large-full,.grid-x > .large-1,.grid-x > .large-2,.grid-x > .large-3,.grid-x > .large-4,.grid-x > .large-5,.grid-x > .large-6,.grid-x > .large-7,.grid-x > .large-8,.grid-x > .large-9,.grid-x > .large-10,.grid-x > .large-11,.grid-x > .large-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}.grid-x > .initial-12,.grid-x > .initial-11,.grid-x > .initial-10,.grid-x > .initial-9,.grid-x > .initial-8,.grid-x > .initial-7,.grid-x > .initial-6,.grid-x > .initial-5,.grid-x > .initial-4,.grid-x > .initial-3,.grid-x > .initial-2,.grid-x > .initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .initial-1{width:8.3333333333%;}.grid-x > .initial-2{width:16.6666666667%;}.grid-x > .initial-3{width:25%;}.grid-x > .initial-4{width:33.3333333333%;}.grid-x > .initial-5{width:41.6666666667%;}.grid-x > .initial-6{width:50%;}.grid-x > .initial-7{width:58.3333333333%;}.grid-x > .initial-8{width:66.6666666667%;}.grid-x > .initial-9{width:75%;}.grid-x > .initial-10{width:83.3333333333%;}.grid-x > .initial-11{width:91.6666666667%;}.grid-x > .initial-12{width:100%;}@media print,screen and (min-width:20.0625em){.grid-x > .tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .tiny-12,.grid-x > .tiny-11,.grid-x > .tiny-10,.grid-x > .tiny-9,.grid-x > .tiny-8,.grid-x > .tiny-7,.grid-x > .tiny-6,.grid-x > .tiny-5,.grid-x > .tiny-4,.grid-x > .tiny-3,.grid-x > .tiny-2,.grid-x > .tiny-1,.grid-x > .tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .tiny-shrink{width:auto;}.grid-x > .tiny-1{width:8.3333333333%;}.grid-x > .tiny-2{width:16.6666666667%;}.grid-x > .tiny-3{width:25%;}.grid-x > .tiny-4{width:33.3333333333%;}.grid-x > .tiny-5{width:41.6666666667%;}.grid-x > .tiny-6{width:50%;}.grid-x > .tiny-7{width:58.3333333333%;}.grid-x > .tiny-8{width:66.6666666667%;}.grid-x > .tiny-9{width:75%;}.grid-x > .tiny-10{width:83.3333333333%;}.grid-x > .tiny-11{width:91.6666666667%;}.grid-x > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.grid-x > .small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .small-12,.grid-x > .small-11,.grid-x > .small-10,.grid-x > .small-9,.grid-x > .small-8,.grid-x > .small-7,.grid-x > .small-6,.grid-x > .small-5,.grid-x > .small-4,.grid-x > .small-3,.grid-x > .small-2,.grid-x > .small-1,.grid-x > .small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .small-shrink{width:auto;}.grid-x > .small-1{width:8.3333333333%;}.grid-x > .small-2{width:16.6666666667%;}.grid-x > .small-3{width:25%;}.grid-x > .small-4{width:33.3333333333%;}.grid-x > .small-5{width:41.6666666667%;}.grid-x > .small-6{width:50%;}.grid-x > .small-7{width:58.3333333333%;}.grid-x > .small-8{width:66.6666666667%;}.grid-x > .small-9{width:75%;}.grid-x > .small-10{width:83.3333333333%;}.grid-x > .small-11{width:91.6666666667%;}.grid-x > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.grid-x > .medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .medium-12,.grid-x > .medium-11,.grid-x > .medium-10,.grid-x > .medium-9,.grid-x > .medium-8,.grid-x > .medium-7,.grid-x > .medium-6,.grid-x > .medium-5,.grid-x > .medium-4,.grid-x > .medium-3,.grid-x > .medium-2,.grid-x > .medium-1,.grid-x > .medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .medium-shrink{width:auto;}.grid-x > .medium-1{width:8.3333333333%;}.grid-x > .medium-2{width:16.6666666667%;}.grid-x > .medium-3{width:25%;}.grid-x > .medium-4{width:33.3333333333%;}.grid-x > .medium-5{width:41.6666666667%;}.grid-x > .medium-6{width:50%;}.grid-x > .medium-7{width:58.3333333333%;}.grid-x > .medium-8{width:66.6666666667%;}.grid-x > .medium-9{width:75%;}.grid-x > .medium-10{width:83.3333333333%;}.grid-x > .medium-11{width:91.6666666667%;}.grid-x > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.grid-x > .large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto;}.grid-x > .large-12,.grid-x > .large-11,.grid-x > .large-10,.grid-x > .large-9,.grid-x > .large-8,.grid-x > .large-7,.grid-x > .large-6,.grid-x > .large-5,.grid-x > .large-4,.grid-x > .large-3,.grid-x > .large-2,.grid-x > .large-1,.grid-x > .large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-x > .large-shrink{width:auto;}.grid-x > .large-1{width:8.3333333333%;}.grid-x > .large-2{width:16.6666666667%;}.grid-x > .large-3{width:25%;}.grid-x > .large-4{width:33.3333333333%;}.grid-x > .large-5{width:41.6666666667%;}.grid-x > .large-6{width:50%;}.grid-x > .large-7{width:58.3333333333%;}.grid-x > .large-8{width:66.6666666667%;}.grid-x > .large-9{width:75%;}.grid-x > .large-10{width:83.3333333333%;}.grid-x > .large-11{width:91.6666666667%;}.grid-x > .large-12{width:100%;}}.grid-margin-x:not(.grid-x) > .cell{width:auto;}.grid-margin-y:not(.grid-y) > .cell{height:auto;}.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem;}.grid-margin-x > .cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}.grid-margin-x > .auto{width:auto;}.grid-margin-x > .shrink{width:auto;}.grid-margin-x > .initial-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .initial-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .initial-3{width:calc(25% - 2.5rem);}.grid-margin-x > .initial-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .initial-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .initial-6{width:calc(50% - 2.5rem);}.grid-margin-x > .initial-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .initial-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .initial-9{width:calc(75% - 2.5rem);}.grid-margin-x > .initial-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .initial-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .initial-12{width:calc(100% - 2.5rem);}@media print,screen and (min-width:20.0625em){.grid-margin-x > .tiny-auto{width:auto;}.grid-margin-x > .tiny-shrink{width:auto;}.grid-margin-x > .tiny-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .tiny-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .tiny-3{width:calc(25% - 2.5rem);}.grid-margin-x > .tiny-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .tiny-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .tiny-6{width:calc(50% - 2.5rem);}.grid-margin-x > .tiny-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .tiny-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .tiny-9{width:calc(75% - 2.5rem);}.grid-margin-x > .tiny-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .tiny-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .tiny-12{width:calc(100% - 2.5rem);}}@media print,screen and (min-width:40.0625em){.grid-margin-x > .small-auto{width:auto;}.grid-margin-x > .small-shrink{width:auto;}.grid-margin-x > .small-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .small-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .small-3{width:calc(25% - 2.5rem);}.grid-margin-x > .small-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .small-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .small-6{width:calc(50% - 2.5rem);}.grid-margin-x > .small-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .small-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .small-9{width:calc(75% - 2.5rem);}.grid-margin-x > .small-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .small-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .small-12{width:calc(100% - 2.5rem);}}@media print,screen and (min-width:48.0625em){.grid-margin-x > .medium-auto{width:auto;}.grid-margin-x > .medium-shrink{width:auto;}.grid-margin-x > .medium-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .medium-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .medium-3{width:calc(25% - 2.5rem);}.grid-margin-x > .medium-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .medium-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .medium-6{width:calc(50% - 2.5rem);}.grid-margin-x > .medium-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .medium-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .medium-9{width:calc(75% - 2.5rem);}.grid-margin-x > .medium-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .medium-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .medium-12{width:calc(100% - 2.5rem);}}@media print,screen and (min-width:64.0625em){.grid-margin-x > .large-auto{width:auto;}.grid-margin-x > .large-shrink{width:auto;}.grid-margin-x > .large-1{width:calc(8.3333333333% - 2.5rem);}.grid-margin-x > .large-2{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x > .large-3{width:calc(25% - 2.5rem);}.grid-margin-x > .large-4{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x > .large-5{width:calc(41.6666666667% - 2.5rem);}.grid-margin-x > .large-6{width:calc(50% - 2.5rem);}.grid-margin-x > .large-7{width:calc(58.3333333333% - 2.5rem);}.grid-margin-x > .large-8{width:calc(66.6666666667% - 2.5rem);}.grid-margin-x > .large-9{width:calc(75% - 2.5rem);}.grid-margin-x > .large-10{width:calc(83.3333333333% - 2.5rem);}.grid-margin-x > .large-11{width:calc(91.6666666667% - 2.5rem);}.grid-margin-x > .large-12{width:calc(100% - 2.5rem);}}.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem;}.grid-container:not(.full) > .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem;}.grid-padding-x > .cell{padding-right:1.25rem;padding-left:1.25rem;}.initial-up-1 > .cell{width:100%;}.initial-up-2 > .cell{width:50%;}.initial-up-3 > .cell{width:33.3333333333%;}.initial-up-4 > .cell{width:25%;}.initial-up-5 > .cell{width:20%;}.initial-up-6 > .cell{width:16.6666666667%;}.initial-up-7 > .cell{width:14.2857142857%;}.initial-up-8 > .cell{width:12.5%;}@media print,screen and (min-width:20.0625em){.tiny-up-1 > .cell{width:100%;}.tiny-up-2 > .cell{width:50%;}.tiny-up-3 > .cell{width:33.3333333333%;}.tiny-up-4 > .cell{width:25%;}.tiny-up-5 > .cell{width:20%;}.tiny-up-6 > .cell{width:16.6666666667%;}.tiny-up-7 > .cell{width:14.2857142857%;}.tiny-up-8 > .cell{width:12.5%;}}@media print,screen and (min-width:40.0625em){.small-up-1 > .cell{width:100%;}.small-up-2 > .cell{width:50%;}.small-up-3 > .cell{width:33.3333333333%;}.small-up-4 > .cell{width:25%;}.small-up-5 > .cell{width:20%;}.small-up-6 > .cell{width:16.6666666667%;}.small-up-7 > .cell{width:14.2857142857%;}.small-up-8 > .cell{width:12.5%;}}@media print,screen and (min-width:48.0625em){.medium-up-1 > .cell{width:100%;}.medium-up-2 > .cell{width:50%;}.medium-up-3 > .cell{width:33.3333333333%;}.medium-up-4 > .cell{width:25%;}.medium-up-5 > .cell{width:20%;}.medium-up-6 > .cell{width:16.6666666667%;}.medium-up-7 > .cell{width:14.2857142857%;}.medium-up-8 > .cell{width:12.5%;}}@media print,screen and (min-width:64.0625em){.large-up-1 > .cell{width:100%;}.large-up-2 > .cell{width:50%;}.large-up-3 > .cell{width:33.3333333333%;}.large-up-4 > .cell{width:25%;}.large-up-5 > .cell{width:20%;}.large-up-6 > .cell{width:16.6666666667%;}.large-up-7 > .cell{width:14.2857142857%;}.large-up-8 > .cell{width:12.5%;}}.grid-margin-x.initial-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.initial-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.initial-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.initial-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.initial-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.initial-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.initial-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.initial-up-8 > .cell{width:calc(12.5% - 2.5rem);}@media print,screen and (min-width:20.0625em){.grid-margin-x.tiny-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.tiny-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.tiny-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.tiny-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.tiny-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.tiny-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.tiny-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.tiny-up-8 > .cell{width:calc(12.5% - 2.5rem);}}@media print,screen and (min-width:40.0625em){.grid-margin-x.small-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.small-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.small-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.small-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.small-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.small-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.small-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.small-up-8 > .cell{width:calc(12.5% - 2.5rem);}}@media print,screen and (min-width:48.0625em){.grid-margin-x.medium-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.medium-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.medium-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.medium-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.medium-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.medium-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.medium-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.medium-up-8 > .cell{width:calc(12.5% - 2.5rem);}}@media print,screen and (min-width:64.0625em){.grid-margin-x.large-up-1 > .cell{width:calc(100% - 2.5rem);}.grid-margin-x.large-up-2 > .cell{width:calc(50% - 2.5rem);}.grid-margin-x.large-up-3 > .cell{width:calc(33.3333333333% - 2.5rem);}.grid-margin-x.large-up-4 > .cell{width:calc(25% - 2.5rem);}.grid-margin-x.large-up-5 > .cell{width:calc(20% - 2.5rem);}.grid-margin-x.large-up-6 > .cell{width:calc(16.6666666667% - 2.5rem);}.grid-margin-x.large-up-7 > .cell{width:calc(14.2857142857% - 2.5rem);}.grid-margin-x.large-up-8 > .cell{width:calc(12.5% - 2.5rem);}}.initial-margin-collapse{margin-right:0;margin-left:0;}.initial-margin-collapse > .cell{margin-right:0;margin-left:0;}.initial-margin-collapse > .initial-1{width:8.3333333333%;}.initial-margin-collapse > .initial-2{width:16.6666666667%;}.initial-margin-collapse > .initial-3{width:25%;}.initial-margin-collapse > .initial-4{width:33.3333333333%;}.initial-margin-collapse > .initial-5{width:41.6666666667%;}.initial-margin-collapse > .initial-6{width:50%;}.initial-margin-collapse > .initial-7{width:58.3333333333%;}.initial-margin-collapse > .initial-8{width:66.6666666667%;}.initial-margin-collapse > .initial-9{width:75%;}.initial-margin-collapse > .initial-10{width:83.3333333333%;}.initial-margin-collapse > .initial-11{width:91.6666666667%;}.initial-margin-collapse > .initial-12{width:100%;}@media print,screen and (min-width:20.0625em){.initial-margin-collapse > .tiny-1{width:8.3333333333%;}.initial-margin-collapse > .tiny-2{width:16.6666666667%;}.initial-margin-collapse > .tiny-3{width:25%;}.initial-margin-collapse > .tiny-4{width:33.3333333333%;}.initial-margin-collapse > .tiny-5{width:41.6666666667%;}.initial-margin-collapse > .tiny-6{width:50%;}.initial-margin-collapse > .tiny-7{width:58.3333333333%;}.initial-margin-collapse > .tiny-8{width:66.6666666667%;}.initial-margin-collapse > .tiny-9{width:75%;}.initial-margin-collapse > .tiny-10{width:83.3333333333%;}.initial-margin-collapse > .tiny-11{width:91.6666666667%;}.initial-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.initial-margin-collapse > .small-1{width:8.3333333333%;}.initial-margin-collapse > .small-2{width:16.6666666667%;}.initial-margin-collapse > .small-3{width:25%;}.initial-margin-collapse > .small-4{width:33.3333333333%;}.initial-margin-collapse > .small-5{width:41.6666666667%;}.initial-margin-collapse > .small-6{width:50%;}.initial-margin-collapse > .small-7{width:58.3333333333%;}.initial-margin-collapse > .small-8{width:66.6666666667%;}.initial-margin-collapse > .small-9{width:75%;}.initial-margin-collapse > .small-10{width:83.3333333333%;}.initial-margin-collapse > .small-11{width:91.6666666667%;}.initial-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.initial-margin-collapse > .medium-1{width:8.3333333333%;}.initial-margin-collapse > .medium-2{width:16.6666666667%;}.initial-margin-collapse > .medium-3{width:25%;}.initial-margin-collapse > .medium-4{width:33.3333333333%;}.initial-margin-collapse > .medium-5{width:41.6666666667%;}.initial-margin-collapse > .medium-6{width:50%;}.initial-margin-collapse > .medium-7{width:58.3333333333%;}.initial-margin-collapse > .medium-8{width:66.6666666667%;}.initial-margin-collapse > .medium-9{width:75%;}.initial-margin-collapse > .medium-10{width:83.3333333333%;}.initial-margin-collapse > .medium-11{width:91.6666666667%;}.initial-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.initial-margin-collapse > .large-1{width:8.3333333333%;}.initial-margin-collapse > .large-2{width:16.6666666667%;}.initial-margin-collapse > .large-3{width:25%;}.initial-margin-collapse > .large-4{width:33.3333333333%;}.initial-margin-collapse > .large-5{width:41.6666666667%;}.initial-margin-collapse > .large-6{width:50%;}.initial-margin-collapse > .large-7{width:58.3333333333%;}.initial-margin-collapse > .large-8{width:66.6666666667%;}.initial-margin-collapse > .large-9{width:75%;}.initial-margin-collapse > .large-10{width:83.3333333333%;}.initial-margin-collapse > .large-11{width:91.6666666667%;}.initial-margin-collapse > .large-12{width:100%;}}.initial-padding-collapse{margin-right:0;margin-left:0;}.initial-padding-collapse > .cell{padding-right:0;padding-left:0;}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse{margin-right:0;margin-left:0;}.tiny-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse > .initial-1{width:8.3333333333%;}.tiny-margin-collapse > .initial-2{width:16.6666666667%;}.tiny-margin-collapse > .initial-3{width:25%;}.tiny-margin-collapse > .initial-4{width:33.3333333333%;}.tiny-margin-collapse > .initial-5{width:41.6666666667%;}.tiny-margin-collapse > .initial-6{width:50%;}.tiny-margin-collapse > .initial-7{width:58.3333333333%;}.tiny-margin-collapse > .initial-8{width:66.6666666667%;}.tiny-margin-collapse > .initial-9{width:75%;}.tiny-margin-collapse > .initial-10{width:83.3333333333%;}.tiny-margin-collapse > .initial-11{width:91.6666666667%;}.tiny-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:20.0625em){.tiny-margin-collapse > .tiny-1{width:8.3333333333%;}.tiny-margin-collapse > .tiny-2{width:16.6666666667%;}.tiny-margin-collapse > .tiny-3{width:25%;}.tiny-margin-collapse > .tiny-4{width:33.3333333333%;}.tiny-margin-collapse > .tiny-5{width:41.6666666667%;}.tiny-margin-collapse > .tiny-6{width:50%;}.tiny-margin-collapse > .tiny-7{width:58.3333333333%;}.tiny-margin-collapse > .tiny-8{width:66.6666666667%;}.tiny-margin-collapse > .tiny-9{width:75%;}.tiny-margin-collapse > .tiny-10{width:83.3333333333%;}.tiny-margin-collapse > .tiny-11{width:91.6666666667%;}.tiny-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.tiny-margin-collapse > .small-1{width:8.3333333333%;}.tiny-margin-collapse > .small-2{width:16.6666666667%;}.tiny-margin-collapse > .small-3{width:25%;}.tiny-margin-collapse > .small-4{width:33.3333333333%;}.tiny-margin-collapse > .small-5{width:41.6666666667%;}.tiny-margin-collapse > .small-6{width:50%;}.tiny-margin-collapse > .small-7{width:58.3333333333%;}.tiny-margin-collapse > .small-8{width:66.6666666667%;}.tiny-margin-collapse > .small-9{width:75%;}.tiny-margin-collapse > .small-10{width:83.3333333333%;}.tiny-margin-collapse > .small-11{width:91.6666666667%;}.tiny-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.tiny-margin-collapse > .medium-1{width:8.3333333333%;}.tiny-margin-collapse > .medium-2{width:16.6666666667%;}.tiny-margin-collapse > .medium-3{width:25%;}.tiny-margin-collapse > .medium-4{width:33.3333333333%;}.tiny-margin-collapse > .medium-5{width:41.6666666667%;}.tiny-margin-collapse > .medium-6{width:50%;}.tiny-margin-collapse > .medium-7{width:58.3333333333%;}.tiny-margin-collapse > .medium-8{width:66.6666666667%;}.tiny-margin-collapse > .medium-9{width:75%;}.tiny-margin-collapse > .medium-10{width:83.3333333333%;}.tiny-margin-collapse > .medium-11{width:91.6666666667%;}.tiny-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.tiny-margin-collapse > .large-1{width:8.3333333333%;}.tiny-margin-collapse > .large-2{width:16.6666666667%;}.tiny-margin-collapse > .large-3{width:25%;}.tiny-margin-collapse > .large-4{width:33.3333333333%;}.tiny-margin-collapse > .large-5{width:41.6666666667%;}.tiny-margin-collapse > .large-6{width:50%;}.tiny-margin-collapse > .large-7{width:58.3333333333%;}.tiny-margin-collapse > .large-8{width:66.6666666667%;}.tiny-margin-collapse > .large-9{width:75%;}.tiny-margin-collapse > .large-10{width:83.3333333333%;}.tiny-margin-collapse > .large-11{width:91.6666666667%;}.tiny-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:20.0625em){.tiny-padding-collapse{margin-right:0;margin-left:0;}.tiny-padding-collapse > .cell{padding-right:0;padding-left:0;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse{margin-right:0;margin-left:0;}.small-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse > .initial-1{width:8.3333333333%;}.small-margin-collapse > .initial-2{width:16.6666666667%;}.small-margin-collapse > .initial-3{width:25%;}.small-margin-collapse > .initial-4{width:33.3333333333%;}.small-margin-collapse > .initial-5{width:41.6666666667%;}.small-margin-collapse > .initial-6{width:50%;}.small-margin-collapse > .initial-7{width:58.3333333333%;}.small-margin-collapse > .initial-8{width:66.6666666667%;}.small-margin-collapse > .initial-9{width:75%;}.small-margin-collapse > .initial-10{width:83.3333333333%;}.small-margin-collapse > .initial-11{width:91.6666666667%;}.small-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse > .tiny-1{width:8.3333333333%;}.small-margin-collapse > .tiny-2{width:16.6666666667%;}.small-margin-collapse > .tiny-3{width:25%;}.small-margin-collapse > .tiny-4{width:33.3333333333%;}.small-margin-collapse > .tiny-5{width:41.6666666667%;}.small-margin-collapse > .tiny-6{width:50%;}.small-margin-collapse > .tiny-7{width:58.3333333333%;}.small-margin-collapse > .tiny-8{width:66.6666666667%;}.small-margin-collapse > .tiny-9{width:75%;}.small-margin-collapse > .tiny-10{width:83.3333333333%;}.small-margin-collapse > .tiny-11{width:91.6666666667%;}.small-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:40.0625em){.small-margin-collapse > .small-1{width:8.3333333333%;}.small-margin-collapse > .small-2{width:16.6666666667%;}.small-margin-collapse > .small-3{width:25%;}.small-margin-collapse > .small-4{width:33.3333333333%;}.small-margin-collapse > .small-5{width:41.6666666667%;}.small-margin-collapse > .small-6{width:50%;}.small-margin-collapse > .small-7{width:58.3333333333%;}.small-margin-collapse > .small-8{width:66.6666666667%;}.small-margin-collapse > .small-9{width:75%;}.small-margin-collapse > .small-10{width:83.3333333333%;}.small-margin-collapse > .small-11{width:91.6666666667%;}.small-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.small-margin-collapse > .medium-1{width:8.3333333333%;}.small-margin-collapse > .medium-2{width:16.6666666667%;}.small-margin-collapse > .medium-3{width:25%;}.small-margin-collapse > .medium-4{width:33.3333333333%;}.small-margin-collapse > .medium-5{width:41.6666666667%;}.small-margin-collapse > .medium-6{width:50%;}.small-margin-collapse > .medium-7{width:58.3333333333%;}.small-margin-collapse > .medium-8{width:66.6666666667%;}.small-margin-collapse > .medium-9{width:75%;}.small-margin-collapse > .medium-10{width:83.3333333333%;}.small-margin-collapse > .medium-11{width:91.6666666667%;}.small-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.small-margin-collapse > .large-1{width:8.3333333333%;}.small-margin-collapse > .large-2{width:16.6666666667%;}.small-margin-collapse > .large-3{width:25%;}.small-margin-collapse > .large-4{width:33.3333333333%;}.small-margin-collapse > .large-5{width:41.6666666667%;}.small-margin-collapse > .large-6{width:50%;}.small-margin-collapse > .large-7{width:58.3333333333%;}.small-margin-collapse > .large-8{width:66.6666666667%;}.small-margin-collapse > .large-9{width:75%;}.small-margin-collapse > .large-10{width:83.3333333333%;}.small-margin-collapse > .large-11{width:91.6666666667%;}.small-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:40.0625em){.small-padding-collapse{margin-right:0;margin-left:0;}.small-padding-collapse > .cell{padding-right:0;padding-left:0;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse{margin-right:0;margin-left:0;}.medium-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .initial-1{width:8.3333333333%;}.medium-margin-collapse > .initial-2{width:16.6666666667%;}.medium-margin-collapse > .initial-3{width:25%;}.medium-margin-collapse > .initial-4{width:33.3333333333%;}.medium-margin-collapse > .initial-5{width:41.6666666667%;}.medium-margin-collapse > .initial-6{width:50%;}.medium-margin-collapse > .initial-7{width:58.3333333333%;}.medium-margin-collapse > .initial-8{width:66.6666666667%;}.medium-margin-collapse > .initial-9{width:75%;}.medium-margin-collapse > .initial-10{width:83.3333333333%;}.medium-margin-collapse > .initial-11{width:91.6666666667%;}.medium-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .tiny-1{width:8.3333333333%;}.medium-margin-collapse > .tiny-2{width:16.6666666667%;}.medium-margin-collapse > .tiny-3{width:25%;}.medium-margin-collapse > .tiny-4{width:33.3333333333%;}.medium-margin-collapse > .tiny-5{width:41.6666666667%;}.medium-margin-collapse > .tiny-6{width:50%;}.medium-margin-collapse > .tiny-7{width:58.3333333333%;}.medium-margin-collapse > .tiny-8{width:66.6666666667%;}.medium-margin-collapse > .tiny-9{width:75%;}.medium-margin-collapse > .tiny-10{width:83.3333333333%;}.medium-margin-collapse > .tiny-11{width:91.6666666667%;}.medium-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .small-1{width:8.3333333333%;}.medium-margin-collapse > .small-2{width:16.6666666667%;}.medium-margin-collapse > .small-3{width:25%;}.medium-margin-collapse > .small-4{width:33.3333333333%;}.medium-margin-collapse > .small-5{width:41.6666666667%;}.medium-margin-collapse > .small-6{width:50%;}.medium-margin-collapse > .small-7{width:58.3333333333%;}.medium-margin-collapse > .small-8{width:66.6666666667%;}.medium-margin-collapse > .small-9{width:75%;}.medium-margin-collapse > .small-10{width:83.3333333333%;}.medium-margin-collapse > .small-11{width:91.6666666667%;}.medium-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-margin-collapse > .medium-1{width:8.3333333333%;}.medium-margin-collapse > .medium-2{width:16.6666666667%;}.medium-margin-collapse > .medium-3{width:25%;}.medium-margin-collapse > .medium-4{width:33.3333333333%;}.medium-margin-collapse > .medium-5{width:41.6666666667%;}.medium-margin-collapse > .medium-6{width:50%;}.medium-margin-collapse > .medium-7{width:58.3333333333%;}.medium-margin-collapse > .medium-8{width:66.6666666667%;}.medium-margin-collapse > .medium-9{width:75%;}.medium-margin-collapse > .medium-10{width:83.3333333333%;}.medium-margin-collapse > .medium-11{width:91.6666666667%;}.medium-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.medium-margin-collapse > .large-1{width:8.3333333333%;}.medium-margin-collapse > .large-2{width:16.6666666667%;}.medium-margin-collapse > .large-3{width:25%;}.medium-margin-collapse > .large-4{width:33.3333333333%;}.medium-margin-collapse > .large-5{width:41.6666666667%;}.medium-margin-collapse > .large-6{width:50%;}.medium-margin-collapse > .large-7{width:58.3333333333%;}.medium-margin-collapse > .large-8{width:66.6666666667%;}.medium-margin-collapse > .large-9{width:75%;}.medium-margin-collapse > .large-10{width:83.3333333333%;}.medium-margin-collapse > .large-11{width:91.6666666667%;}.medium-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:48.0625em){.medium-padding-collapse{margin-right:0;margin-left:0;}.medium-padding-collapse > .cell{padding-right:0;padding-left:0;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse{margin-right:0;margin-left:0;}.large-margin-collapse > .cell{margin-right:0;margin-left:0;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .initial-1{width:8.3333333333%;}.large-margin-collapse > .initial-2{width:16.6666666667%;}.large-margin-collapse > .initial-3{width:25%;}.large-margin-collapse > .initial-4{width:33.3333333333%;}.large-margin-collapse > .initial-5{width:41.6666666667%;}.large-margin-collapse > .initial-6{width:50%;}.large-margin-collapse > .initial-7{width:58.3333333333%;}.large-margin-collapse > .initial-8{width:66.6666666667%;}.large-margin-collapse > .initial-9{width:75%;}.large-margin-collapse > .initial-10{width:83.3333333333%;}.large-margin-collapse > .initial-11{width:91.6666666667%;}.large-margin-collapse > .initial-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .tiny-1{width:8.3333333333%;}.large-margin-collapse > .tiny-2{width:16.6666666667%;}.large-margin-collapse > .tiny-3{width:25%;}.large-margin-collapse > .tiny-4{width:33.3333333333%;}.large-margin-collapse > .tiny-5{width:41.6666666667%;}.large-margin-collapse > .tiny-6{width:50%;}.large-margin-collapse > .tiny-7{width:58.3333333333%;}.large-margin-collapse > .tiny-8{width:66.6666666667%;}.large-margin-collapse > .tiny-9{width:75%;}.large-margin-collapse > .tiny-10{width:83.3333333333%;}.large-margin-collapse > .tiny-11{width:91.6666666667%;}.large-margin-collapse > .tiny-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .small-1{width:8.3333333333%;}.large-margin-collapse > .small-2{width:16.6666666667%;}.large-margin-collapse > .small-3{width:25%;}.large-margin-collapse > .small-4{width:33.3333333333%;}.large-margin-collapse > .small-5{width:41.6666666667%;}.large-margin-collapse > .small-6{width:50%;}.large-margin-collapse > .small-7{width:58.3333333333%;}.large-margin-collapse > .small-8{width:66.6666666667%;}.large-margin-collapse > .small-9{width:75%;}.large-margin-collapse > .small-10{width:83.3333333333%;}.large-margin-collapse > .small-11{width:91.6666666667%;}.large-margin-collapse > .small-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .medium-1{width:8.3333333333%;}.large-margin-collapse > .medium-2{width:16.6666666667%;}.large-margin-collapse > .medium-3{width:25%;}.large-margin-collapse > .medium-4{width:33.3333333333%;}.large-margin-collapse > .medium-5{width:41.6666666667%;}.large-margin-collapse > .medium-6{width:50%;}.large-margin-collapse > .medium-7{width:58.3333333333%;}.large-margin-collapse > .medium-8{width:66.6666666667%;}.large-margin-collapse > .medium-9{width:75%;}.large-margin-collapse > .medium-10{width:83.3333333333%;}.large-margin-collapse > .medium-11{width:91.6666666667%;}.large-margin-collapse > .medium-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-margin-collapse > .large-1{width:8.3333333333%;}.large-margin-collapse > .large-2{width:16.6666666667%;}.large-margin-collapse > .large-3{width:25%;}.large-margin-collapse > .large-4{width:33.3333333333%;}.large-margin-collapse > .large-5{width:41.6666666667%;}.large-margin-collapse > .large-6{width:50%;}.large-margin-collapse > .large-7{width:58.3333333333%;}.large-margin-collapse > .large-8{width:66.6666666667%;}.large-margin-collapse > .large-9{width:75%;}.large-margin-collapse > .large-10{width:83.3333333333%;}.large-margin-collapse > .large-11{width:91.6666666667%;}.large-margin-collapse > .large-12{width:100%;}}@media print,screen and (min-width:64.0625em){.large-padding-collapse{margin-right:0;margin-left:0;}.large-padding-collapse > .cell{padding-right:0;padding-left:0;}}.initial-offset-0{margin-left:0%;}.grid-margin-x > .initial-offset-0{margin-left:calc(0% + 2.5rem / 2);}.initial-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .initial-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.initial-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .initial-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.initial-offset-3{margin-left:25%;}.grid-margin-x > .initial-offset-3{margin-left:calc(25% + 2.5rem / 2);}.initial-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .initial-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.initial-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .initial-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.initial-offset-6{margin-left:50%;}.grid-margin-x > .initial-offset-6{margin-left:calc(50% + 2.5rem / 2);}.initial-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .initial-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.initial-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .initial-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.initial-offset-9{margin-left:75%;}.grid-margin-x > .initial-offset-9{margin-left:calc(75% + 2.5rem / 2);}.initial-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .initial-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.initial-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .initial-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}@media print,screen and (min-width:20.0625em){.tiny-offset-0{margin-left:0%;}.grid-margin-x > .tiny-offset-0{margin-left:calc(0% + 2.5rem / 2);}.tiny-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .tiny-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.tiny-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .tiny-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.tiny-offset-3{margin-left:25%;}.grid-margin-x > .tiny-offset-3{margin-left:calc(25% + 2.5rem / 2);}.tiny-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .tiny-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.tiny-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .tiny-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.tiny-offset-6{margin-left:50%;}.grid-margin-x > .tiny-offset-6{margin-left:calc(50% + 2.5rem / 2);}.tiny-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .tiny-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.tiny-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .tiny-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.tiny-offset-9{margin-left:75%;}.grid-margin-x > .tiny-offset-9{margin-left:calc(75% + 2.5rem / 2);}.tiny-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .tiny-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.tiny-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .tiny-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}@media print,screen and (min-width:40.0625em){.small-offset-0{margin-left:0%;}.grid-margin-x > .small-offset-0{margin-left:calc(0% + 2.5rem / 2);}.small-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .small-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.small-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .small-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.small-offset-3{margin-left:25%;}.grid-margin-x > .small-offset-3{margin-left:calc(25% + 2.5rem / 2);}.small-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .small-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.small-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .small-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.small-offset-6{margin-left:50%;}.grid-margin-x > .small-offset-6{margin-left:calc(50% + 2.5rem / 2);}.small-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .small-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.small-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .small-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.small-offset-9{margin-left:75%;}.grid-margin-x > .small-offset-9{margin-left:calc(75% + 2.5rem / 2);}.small-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .small-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.small-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .small-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}@media print,screen and (min-width:48.0625em){.medium-offset-0{margin-left:0%;}.grid-margin-x > .medium-offset-0{margin-left:calc(0% + 2.5rem / 2);}.medium-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .medium-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.medium-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .medium-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.medium-offset-3{margin-left:25%;}.grid-margin-x > .medium-offset-3{margin-left:calc(25% + 2.5rem / 2);}.medium-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .medium-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.medium-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .medium-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.medium-offset-6{margin-left:50%;}.grid-margin-x > .medium-offset-6{margin-left:calc(50% + 2.5rem / 2);}.medium-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .medium-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.medium-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .medium-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.medium-offset-9{margin-left:75%;}.grid-margin-x > .medium-offset-9{margin-left:calc(75% + 2.5rem / 2);}.medium-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .medium-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.medium-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .medium-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}@media print,screen and (min-width:64.0625em){.large-offset-0{margin-left:0%;}.grid-margin-x > .large-offset-0{margin-left:calc(0% + 2.5rem / 2);}.large-offset-1{margin-left:8.3333333333%;}.grid-margin-x > .large-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2);}.large-offset-2{margin-left:16.6666666667%;}.grid-margin-x > .large-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2);}.large-offset-3{margin-left:25%;}.grid-margin-x > .large-offset-3{margin-left:calc(25% + 2.5rem / 2);}.large-offset-4{margin-left:33.3333333333%;}.grid-margin-x > .large-offset-4{margin-left:calc(33.3333333333% + 2.5rem / 2);}.large-offset-5{margin-left:41.6666666667%;}.grid-margin-x > .large-offset-5{margin-left:calc(41.6666666667% + 2.5rem / 2);}.large-offset-6{margin-left:50%;}.grid-margin-x > .large-offset-6{margin-left:calc(50% + 2.5rem / 2);}.large-offset-7{margin-left:58.3333333333%;}.grid-margin-x > .large-offset-7{margin-left:calc(58.3333333333% + 2.5rem / 2);}.large-offset-8{margin-left:66.6666666667%;}.grid-margin-x > .large-offset-8{margin-left:calc(66.6666666667% + 2.5rem / 2);}.large-offset-9{margin-left:75%;}.grid-margin-x > .large-offset-9{margin-left:calc(75% + 2.5rem / 2);}.large-offset-10{margin-left:83.3333333333%;}.grid-margin-x > .large-offset-10{margin-left:calc(83.3333333333% + 2.5rem / 2);}.large-offset-11{margin-left:91.6666666667%;}.grid-margin-x > .large-offset-11{margin-left:calc(91.6666666667% + 2.5rem / 2);}}.grid-y{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;}.grid-y > .cell{height:auto;max-height:none;}.grid-y > .auto{height:auto;}.grid-y > .shrink{height:auto;}.grid-y > .initial-shrink,.grid-y > .initial-full,.grid-y > .initial-1,.grid-y > .initial-2,.grid-y > .initial-3,.grid-y > .initial-4,.grid-y > .initial-5,.grid-y > .initial-6,.grid-y > .initial-7,.grid-y > .initial-8,.grid-y > .initial-9,.grid-y > .initial-10,.grid-y > .initial-11,.grid-y > .initial-12{-ms-flex-preferred-size:auto;flex-basis:auto;}@media print,screen and (min-width:20.0625em){.grid-y > .tiny-shrink,.grid-y > .tiny-full,.grid-y > .tiny-1,.grid-y > .tiny-2,.grid-y > .tiny-3,.grid-y > .tiny-4,.grid-y > .tiny-5,.grid-y > .tiny-6,.grid-y > .tiny-7,.grid-y > .tiny-8,.grid-y > .tiny-9,.grid-y > .tiny-10,.grid-y > .tiny-11,.grid-y > .tiny-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:40.0625em){.grid-y > .small-shrink,.grid-y > .small-full,.grid-y > .small-1,.grid-y > .small-2,.grid-y > .small-3,.grid-y > .small-4,.grid-y > .small-5,.grid-y > .small-6,.grid-y > .small-7,.grid-y > .small-8,.grid-y > .small-9,.grid-y > .small-10,.grid-y > .small-11,.grid-y > .small-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:48.0625em){.grid-y > .medium-shrink,.grid-y > .medium-full,.grid-y > .medium-1,.grid-y > .medium-2,.grid-y > .medium-3,.grid-y > .medium-4,.grid-y > .medium-5,.grid-y > .medium-6,.grid-y > .medium-7,.grid-y > .medium-8,.grid-y > .medium-9,.grid-y > .medium-10,.grid-y > .medium-11,.grid-y > .medium-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}@media print,screen and (min-width:64.0625em){.grid-y > .large-shrink,.grid-y > .large-full,.grid-y > .large-1,.grid-y > .large-2,.grid-y > .large-3,.grid-y > .large-4,.grid-y > .large-5,.grid-y > .large-6,.grid-y > .large-7,.grid-y > .large-8,.grid-y > .large-9,.grid-y > .large-10,.grid-y > .large-11,.grid-y > .large-12{-ms-flex-preferred-size:auto;flex-basis:auto;}}.grid-y > .initial-12,.grid-y > .initial-11,.grid-y > .initial-10,.grid-y > .initial-9,.grid-y > .initial-8,.grid-y > .initial-7,.grid-y > .initial-6,.grid-y > .initial-5,.grid-y > .initial-4,.grid-y > .initial-3,.grid-y > .initial-2,.grid-y > .initial-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .initial-1{height:8.3333333333%;}.grid-y > .initial-2{height:16.6666666667%;}.grid-y > .initial-3{height:25%;}.grid-y > .initial-4{height:33.3333333333%;}.grid-y > .initial-5{height:41.6666666667%;}.grid-y > .initial-6{height:50%;}.grid-y > .initial-7{height:58.3333333333%;}.grid-y > .initial-8{height:66.6666666667%;}.grid-y > .initial-9{height:75%;}.grid-y > .initial-10{height:83.3333333333%;}.grid-y > .initial-11{height:91.6666666667%;}.grid-y > .initial-12{height:100%;}@media print,screen and (min-width:20.0625em){.grid-y > .tiny-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .tiny-12,.grid-y > .tiny-11,.grid-y > .tiny-10,.grid-y > .tiny-9,.grid-y > .tiny-8,.grid-y > .tiny-7,.grid-y > .tiny-6,.grid-y > .tiny-5,.grid-y > .tiny-4,.grid-y > .tiny-3,.grid-y > .tiny-2,.grid-y > .tiny-1,.grid-y > .tiny-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .tiny-shrink{height:auto;}.grid-y > .tiny-1{height:8.3333333333%;}.grid-y > .tiny-2{height:16.6666666667%;}.grid-y > .tiny-3{height:25%;}.grid-y > .tiny-4{height:33.3333333333%;}.grid-y > .tiny-5{height:41.6666666667%;}.grid-y > .tiny-6{height:50%;}.grid-y > .tiny-7{height:58.3333333333%;}.grid-y > .tiny-8{height:66.6666666667%;}.grid-y > .tiny-9{height:75%;}.grid-y > .tiny-10{height:83.3333333333%;}.grid-y > .tiny-11{height:91.6666666667%;}.grid-y > .tiny-12{height:100%;}}@media print,screen and (min-width:40.0625em){.grid-y > .small-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .small-12,.grid-y > .small-11,.grid-y > .small-10,.grid-y > .small-9,.grid-y > .small-8,.grid-y > .small-7,.grid-y > .small-6,.grid-y > .small-5,.grid-y > .small-4,.grid-y > .small-3,.grid-y > .small-2,.grid-y > .small-1,.grid-y > .small-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .small-shrink{height:auto;}.grid-y > .small-1{height:8.3333333333%;}.grid-y > .small-2{height:16.6666666667%;}.grid-y > .small-3{height:25%;}.grid-y > .small-4{height:33.3333333333%;}.grid-y > .small-5{height:41.6666666667%;}.grid-y > .small-6{height:50%;}.grid-y > .small-7{height:58.3333333333%;}.grid-y > .small-8{height:66.6666666667%;}.grid-y > .small-9{height:75%;}.grid-y > .small-10{height:83.3333333333%;}.grid-y > .small-11{height:91.6666666667%;}.grid-y > .small-12{height:100%;}}@media print,screen and (min-width:48.0625em){.grid-y > .medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .medium-12,.grid-y > .medium-11,.grid-y > .medium-10,.grid-y > .medium-9,.grid-y > .medium-8,.grid-y > .medium-7,.grid-y > .medium-6,.grid-y > .medium-5,.grid-y > .medium-4,.grid-y > .medium-3,.grid-y > .medium-2,.grid-y > .medium-1,.grid-y > .medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .medium-shrink{height:auto;}.grid-y > .medium-1{height:8.3333333333%;}.grid-y > .medium-2{height:16.6666666667%;}.grid-y > .medium-3{height:25%;}.grid-y > .medium-4{height:33.3333333333%;}.grid-y > .medium-5{height:41.6666666667%;}.grid-y > .medium-6{height:50%;}.grid-y > .medium-7{height:58.3333333333%;}.grid-y > .medium-8{height:66.6666666667%;}.grid-y > .medium-9{height:75%;}.grid-y > .medium-10{height:83.3333333333%;}.grid-y > .medium-11{height:91.6666666667%;}.grid-y > .medium-12{height:100%;}}@media print,screen and (min-width:64.0625em){.grid-y > .large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto;}.grid-y > .large-12,.grid-y > .large-11,.grid-y > .large-10,.grid-y > .large-9,.grid-y > .large-8,.grid-y > .large-7,.grid-y > .large-6,.grid-y > .large-5,.grid-y > .large-4,.grid-y > .large-3,.grid-y > .large-2,.grid-y > .large-1,.grid-y > .large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.grid-y > .large-shrink{height:auto;}.grid-y > .large-1{height:8.3333333333%;}.grid-y > .large-2{height:16.6666666667%;}.grid-y > .large-3{height:25%;}.grid-y > .large-4{height:33.3333333333%;}.grid-y > .large-5{height:41.6666666667%;}.grid-y > .large-6{height:50%;}.grid-y > .large-7{height:58.3333333333%;}.grid-y > .large-8{height:66.6666666667%;}.grid-y > .large-9{height:75%;}.grid-y > .large-10{height:83.3333333333%;}.grid-y > .large-11{height:91.6666666667%;}.grid-y > .large-12{height:100%;}}.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem;}.grid-padding-y > .cell{padding-top:1.25rem;padding-bottom:1.25rem;}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem;}.grid-margin-y > .cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem;}.grid-margin-y > .auto{height:auto;}.grid-margin-y > .shrink{height:auto;}.grid-margin-y > .initial-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .initial-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .initial-3{height:calc(25% - 2.5rem);}.grid-margin-y > .initial-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .initial-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .initial-6{height:calc(50% - 2.5rem);}.grid-margin-y > .initial-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .initial-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .initial-9{height:calc(75% - 2.5rem);}.grid-margin-y > .initial-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .initial-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .initial-12{height:calc(100% - 2.5rem);}@media print,screen and (min-width:20.0625em){.grid-margin-y > .tiny-auto{height:auto;}.grid-margin-y > .tiny-shrink{height:auto;}.grid-margin-y > .tiny-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .tiny-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .tiny-3{height:calc(25% - 2.5rem);}.grid-margin-y > .tiny-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .tiny-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .tiny-6{height:calc(50% - 2.5rem);}.grid-margin-y > .tiny-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .tiny-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .tiny-9{height:calc(75% - 2.5rem);}.grid-margin-y > .tiny-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .tiny-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .tiny-12{height:calc(100% - 2.5rem);}}@media print,screen and (min-width:40.0625em){.grid-margin-y > .small-auto{height:auto;}.grid-margin-y > .small-shrink{height:auto;}.grid-margin-y > .small-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .small-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .small-3{height:calc(25% - 2.5rem);}.grid-margin-y > .small-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .small-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .small-6{height:calc(50% - 2.5rem);}.grid-margin-y > .small-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .small-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .small-9{height:calc(75% - 2.5rem);}.grid-margin-y > .small-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .small-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .small-12{height:calc(100% - 2.5rem);}}@media print,screen and (min-width:48.0625em){.grid-margin-y > .medium-auto{height:auto;}.grid-margin-y > .medium-shrink{height:auto;}.grid-margin-y > .medium-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .medium-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .medium-3{height:calc(25% - 2.5rem);}.grid-margin-y > .medium-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .medium-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .medium-6{height:calc(50% - 2.5rem);}.grid-margin-y > .medium-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .medium-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .medium-9{height:calc(75% - 2.5rem);}.grid-margin-y > .medium-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .medium-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .medium-12{height:calc(100% - 2.5rem);}}@media print,screen and (min-width:64.0625em){.grid-margin-y > .large-auto{height:auto;}.grid-margin-y > .large-shrink{height:auto;}.grid-margin-y > .large-1{height:calc(8.3333333333% - 2.5rem);}.grid-margin-y > .large-2{height:calc(16.6666666667% - 2.5rem);}.grid-margin-y > .large-3{height:calc(25% - 2.5rem);}.grid-margin-y > .large-4{height:calc(33.3333333333% - 2.5rem);}.grid-margin-y > .large-5{height:calc(41.6666666667% - 2.5rem);}.grid-margin-y > .large-6{height:calc(50% - 2.5rem);}.grid-margin-y > .large-7{height:calc(58.3333333333% - 2.5rem);}.grid-margin-y > .large-8{height:calc(66.6666666667% - 2.5rem);}.grid-margin-y > .large-9{height:calc(75% - 2.5rem);}.grid-margin-y > .large-10{height:calc(83.3333333333% - 2.5rem);}.grid-margin-y > .large-11{height:calc(91.6666666667% - 2.5rem);}.grid-margin-y > .large-12{height:calc(100% - 2.5rem);}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around;}.align-left.vertical.menu > li > a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.align-right.vertical.menu > li > a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.align-center.vertical.menu > li > a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.align-self-top{-ms-flex-item-align:start;align-self:flex-start;}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end;}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.align-self-middle{-ms-flex-item-align:center;align-self:center;}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch;}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;}.initial-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.initial-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.initial-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.initial-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.initial-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.initial-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}@media print,screen and (min-width:20.0625em){.tiny-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.tiny-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.tiny-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.tiny-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.tiny-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.tiny-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}@media print,screen and (min-width:40.0625em){.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}@media print,screen and (min-width:48.0625em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}@media print,screen and (min-width:64.0625em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}@media print,screen and (min-width:20.0625em){.tiny-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.tiny-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.tiny-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.tiny-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.tiny-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.tiny-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.tiny-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.tiny-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}@media print,screen and (min-width:40.0625em){.small-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.small-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.small-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.small-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.small-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.small-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.small-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.small-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}@media print,screen and (min-width:48.0625em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}@media print,screen and (min-width:64.0625em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}:root{--aspect-ratio:1;}.aspect-ratio-frame{position:relative;}.aspect-ratio-frame::before{display:block;padding-bottom:calc(1 * 100%);content:"";}.aspect-ratio-frame img,.aspect-ratio-frame video,.aspect-ratio-frame .autoplay-video-container,.aspect-ratio-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.aspect-ratio-frame iframe{-o-object-fit:unset;object-fit:unset;}@supports (--css:variables){.aspect-ratio-frame::before{padding-bottom:calc(var(--aspect-ratio) * 100%);content:"";}}figure.aspect-ratio-frame{margin:0;}#bbox-root fieldset{white-space:unset;}#bbox-root .BBFormContainer{padding:0.625rem 1.25rem 0;}#bbox-root .BBFormSection{max-width:unset;}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}html{-webkit-text-size-adjust:100%;}body{margin:0;color:#000000;font-family:"Lato",sans-serif;font-size:16px;}main{display:block;}.skip-link a:focus{position:absolute !important;z-index:999;overflow:visible;clip:unset;width:auto;height:auto;padding:10px;color:#ffffff;background:#000000;font-family:"Lato",sans-serif;font-size:22px;font-weight:700;}button{cursor:pointer;font-size:1rem;}iframe{max-width:100%;}img{max-width:100%;height:auto;display:block;}dl,pre{margin:0;padding:0;}.clearfix::before,.clearfix::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.clearfix::after{clear:both;}.show-for-sr,.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.page--page{overflow:hidden;}@media print,screen and (max-width:48.06125em){.row-gap{row-gap:32px;}}.btn--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.btn--wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;}}.bg-orange-gradient{background:linear-gradient(313.55deg,#FFE171 -13.54%,#F68E37 166.22%);}.bg-yellow-gradient{background:linear-gradient(136.48deg,#FFF4CC 9.49%,#FFE171 116.03%);}.bg-yellow-gradient .section-heading .btn{border-color:#FFE171;color:#ffffff;background:transparent;border:1.5px solid #CF4361;color:#000000;}.bg-yellow-gradient .section-heading .btn::before,.bg-yellow-gradient .section-heading .btn::after{color:#fe5000;}.bg-yellow-gradient .section-heading .btn:hover,.bg-yellow-gradient .section-heading .btn:focus{border-color:#FFE171;background:#FFE171;color:#000000;}.bg-yellow-gradient .section-heading .btn:focus{border:2px solid #000000;}.bg-yellow-gradient .section-heading .btn:hover{background:#CF4361;color:#ffffff;}.bg-yellow-gradient .slider-navigation__prev,.bg-yellow-gradient .slider-navigation__next{color:#CF4361;border-color:#CF4361;}.bg-yellow-gradient .slider-navigation__prev:hover,.bg-yellow-gradient .slider-navigation__next:hover{color:#ffffff;border-color:#5D3EA3;background-color:#5D3EA3;}.bg-purple-gradient{background:linear-gradient(327.92deg,#5D3EA3 2.79%,#2D0868 88.41%);color:#ffffff;}.bg-purple-gradient .section-heading .btn{border-color:#FFE171;color:#ffffff;background:transparent;}.bg-purple-gradient .section-heading .btn::before,.bg-purple-gradient .section-heading .btn::after{color:#fe5000;}.bg-purple-gradient .section-heading .btn:hover,.bg-purple-gradient .section-heading .btn:focus{border-color:#FFE171;background:#FFE171;color:#000000;}.bg-purple-gradient .section-heading .btn:focus{border:2px solid #000000;}.bg-light-blue-gradient{background:linear-gradient(120deg,#D0E0F2,#88B8F2);}.bg-purple-alt-blue-medium{background:linear-gradient(138.97deg,#5D3EA3 18.05%,#6499D8 97.79%);color:#ffffff;}.bg-purple-alt-blue-medium .section-heading .btn{border-color:#FFE171;color:#ffffff;background:transparent;}.bg-purple-alt-blue-medium .section-heading .btn::before,.bg-purple-alt-blue-medium .section-heading .btn::after{color:#fe5000;}.bg-purple-alt-blue-medium .section-heading .btn:hover,.bg-purple-alt-blue-medium .section-heading .btn:focus{border-color:#FFE171;background:#FFE171;color:#000000;}.bg-purple-alt-blue-medium .section-heading .btn:focus{border:2px solid #000000;}.bg-purple-alt-blue-medium .slider-navigation__prev:focus,.bg-purple-alt-blue-medium .slider-navigation__prev:hover,.bg-purple-alt-blue-medium .slider-navigation__next:focus,.bg-purple-alt-blue-medium .slider-navigation__next:hover{color:#FFE171;border-color:#FFE171;}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{-webkit-transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Lato",sans-serif;border-width:0.125rem;border-style:solid;border-radius:1.875rem;display:inline-block;position:relative;z-index:2;line-height:1;letter-spacing:0.1em;text-decoration:none;margin-right:0.5rem;margin-bottom:0.5rem;text-transform:uppercase;font-weight:700;font-size:0.75rem;padding:0.6875rem 1.375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0.5rem 0.875rem;border-width:0.0625em;border-style:solid;border-color:inherit;border-radius:0;font-family:"Lato",sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;}@media print,screen and (max-width:48.06125em){[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{margin-right:1rem;margin-bottom:1rem;}}[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus,[type=date]:hover,[type=date]:focus,[type=datetime]:hover,[type=datetime]:focus,[type=datetime-local]:hover,[type=datetime-local]:focus,[type=month]:hover,[type=month]:focus,[type=week]:hover,[type=week]:focus,[type=email]:hover,[type=email]:focus,[type=number]:hover,[type=number]:focus,[type=search]:hover,[type=search]:focus,[type=tel]:hover,[type=tel]:focus,[type=time]:hover,[type=time]:focus,[type=url]:hover,[type=url]:focus,[type=color]:hover,[type=color]:focus,[type=file]:hover,[type=file]:focus,[type=image]:hover,[type=image]:focus,[type=submit]:hover,[type=submit]:focus,button:hover,button:focus,textarea:hover,textarea:focus,select:hover,select:focus,fieldset:hover,fieldset:focus{text-decoration:none;outline:none;}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,[type=submit]:disabled,button:disabled,textarea:disabled,select:disabled,fieldset:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}select{border-color:#b3b3b3;color:#000000;text-transform:none;background:#ffffff;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-repeat:no-repeat;background-position:right top;background-image:url(/themes/custom/blythedale/assets/img/bly_select_arrow.svg);}select:hover:not(:disabled){border-color:#9076ca;}select:focus:not(:disabled){border-color:#8dc63f;}fieldset{display:block;border-color:#b3b3b3;color:#000000;text-transform:none;background:#ffffff;margin:0;border-width:0.0625em;border-style:solid;border-color:inherit;}fieldset:hover:not(:disabled){border-color:#9076ca;}fieldset:focus:not(:disabled){border-color:#8dc63f;}button,[type=submit]{border-color:#fe5000;color:#ffffff;background:#fe5000;margin:0;cursor:pointer;border:0;}button:hover,button:focus,[type=submit]:hover,[type=submit]:focus{color:#ffffff;border-color:#9076ca;background:#9076ca;}label{display:block;color:#262626;font-family:"Lato",sans-serif;font-weight:400;}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],textarea{border:1px solid #d8d8d8;margin:0;text-transform:none;}[type=text]::-webkit-input-placeholder,[type=password]::-webkit-input-placeholder,[type=date]::-webkit-input-placeholder,[type=datetime]::-webkit-input-placeholder,[type=datetime-local]::-webkit-input-placeholder,[type=month]::-webkit-input-placeholder,[type=week]::-webkit-input-placeholder,[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder,[type=search]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=time]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder,[type=color]::-webkit-input-placeholder,[type=file]::-webkit-input-placeholder,[type=image]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#262626;font-family:"Lato",sans-serif;}[type=text]::-moz-placeholder,[type=password]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime]::-moz-placeholder,[type=datetime-local]::-moz-placeholder,[type=month]::-moz-placeholder,[type=week]::-moz-placeholder,[type=email]::-moz-placeholder,[type=number]::-moz-placeholder,[type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder,[type=color]::-moz-placeholder,[type=file]::-moz-placeholder,[type=image]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#262626;font-family:"Lato",sans-serif;}[type=text]:-ms-input-placeholder,[type=password]:-ms-input-placeholder,[type=date]:-ms-input-placeholder,[type=datetime]:-ms-input-placeholder,[type=datetime-local]:-ms-input-placeholder,[type=month]:-ms-input-placeholder,[type=week]:-ms-input-placeholder,[type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=search]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=time]:-ms-input-placeholder,[type=url]:-ms-input-placeholder,[type=color]:-ms-input-placeholder,[type=file]:-ms-input-placeholder,[type=image]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#262626;font-family:"Lato",sans-serif;}[type=checkbox],[type=radio]{margin:0;cursor:pointer;}[type=checkbox] + label,[type=radio] + label{display:inline-block;margin:1em 0 1em 0.25em;cursor:pointer;vertical-align:middle;color:#000000;}[type=text]:disabled,[type=password]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=month]:disabled,[type=week]:disabled,[type=email]:disabled,[type=number]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=time]:disabled,[type=url]:disabled,[type=color]:disabled,[type=file]:disabled,[type=image]:disabled,select:disabled,textarea:disabled{background-color:#d8d8d8;}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,[type=file]:focus,[type=image]:focus,select:focus,textarea:focus{border-color:#eaeaea;outline:2px solid #FFE171;}[type=text]:not(:empty):invalid,[type=password]:not(:empty):invalid,[type=date]:not(:empty):invalid,[type=datetime]:not(:empty):invalid,[type=datetime-local]:not(:empty):invalid,[type=month]:not(:empty):invalid,[type=week]:not(:empty):invalid,[type=email]:not(:empty):invalid,[type=number]:not(:empty):invalid,[type=search]:not(:empty):invalid,[type=tel]:not(:empty):invalid,[type=time]:not(:empty):invalid,[type=url]:not(:empty):invalid,[type=color]:not(:empty):invalid,[type=file]:not(:empty):invalid,[type=image]:not(:empty):invalid,textarea:not(:empty):invalid{border-color:#d13176;-webkit-box-shadow:0 0 0 0.0625em #d13176;box-shadow:0 0 0 0.0625em #d13176;}table{font-size:1rem;font-weight:400;line-height:1.7;margin-bottom:2.5rem;border-collapse:collapse;border-top:1px solid #D1D4DE;line-height:1.7;}@media print,screen and (min-width:64.0625em){table{font-size:1.0625rem;line-height:1.8;}}table[align=left]{float:none;}@media print,screen and (min-width:48.0625em){table[align=left]{float:left;margin-right:2em;}}table[align=right]{float:none;}@media print,screen and (min-width:48.0625em){table[align=right]{float:right;margin-left:2em;}}thead,tbody{vertical-align:top;}thead{color:#000000;border-right:1px solid #D1D4DE;border-left:1px solid #D1D4DE;font-size:15px;}thead th{background:#f2f2f2;}tbody{border-top:0;border-left:1px solid #D1D4DE;}tbody tr:nth-child(even){background-color:#F4FBF9;}tr{border-bottom:1px solid #D1D4DE;border-top:1px solid #d1d4de;}th{padding:1em 1.25em;border-right:1px solid #D1D4DE;border-bottom:0;background:#f2f2f2;font-weight:700;}td{padding:1em 1.25em;border-right:1px solid #D1D4DE;}.mobile-table{margin-bottom:2.5rem;}@media print,screen and (min-width:64.0625em){.mobile-table{margin-bottom:0;}}.mobile-table--scroll{overflow-y:scroll;}@media print,screen and (min-width:64.0625em){.mobile-table--scroll{overflow-y:hidden;}}.mobile-table{padding:1px 0;}.mobile-table table{-webkit-box-shadow:none;box-shadow:none;}.mobile-table--scroll{overflow-y:scroll;-webkit-transition:-webkit-box-shadow 0.8s cubic-bezier(0.82,0.06,0.14,0.97);transition:-webkit-box-shadow 0.8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow 0.8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow 0.8s cubic-bezier(0.82,0.06,0.14,0.97),-webkit-box-shadow 0.8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-box-shadow:inset -1px 0 0.0666666667 rgba(255,255,255,0.05),inset -2px 0 0.1333333333 rgba(255,255,255,0.05),inset -3px 0 0.2 rgba(255,255,255,0.05),inset -4px 0 0.2666666667 rgba(255,255,255,0.05),inset -5px 0 0.3333333333 rgba(255,255,255,0.05),inset -6px 0 0.4 rgba(255,255,255,0.05),inset -7px 0 0.4666666667 rgba(255,255,255,0.05),inset -8px 0 0.5333333333 rgba(255,255,255,0.05),inset -9px 0 0.6 rgba(255,255,255,0.05),inset -10px 0 0.6666666667 rgba(255,255,255,0.05),inset -11px 0 0.7333333333 rgba(255,255,255,0.05),inset -12px 0 0.8 rgba(255,255,255,0.05),inset -13px 0 0.8666666667 rgba(255,255,255,0.05),inset -14px 0 0.9333333333 rgba(255,255,255,0.05),inset -15px 0 1 rgba(255,255,255,0.05),inset -16px 0 1.0666666667 rgba(255,255,255,0.05),inset -17px 0 1.1333333333 rgba(255,255,255,0.05),inset -18px 0 1.2 rgba(255,255,255,0.05),inset -19px 0 1.2666666667 rgba(255,255,255,0.05),inset -20px 0 1.3333333333 rgba(255,255,255,0.05),inset -21px 0 1.4 rgba(255,255,255,0.05),inset -22px 0 1.4666666667 rgba(255,255,255,0.05),inset -23px 0 1.5333333333 rgba(255,255,255,0.05),inset -24px 0 1.6 rgba(255,255,255,0.05),inset -25px 0 1.6666666667 rgba(255,255,255,0.05),inset -26px 0 1.7333333333 rgba(255,255,255,0.05),inset -27px 0 1.8 rgba(255,255,255,0.05),inset -28px 0 1.8666666667 rgba(255,255,255,0.05),inset -29px 0 1.9333333333 rgba(255,255,255,0.05),inset -30px 0 2 rgba(255,255,255,0.05),inset -31px 0 2.0666666667 rgba(255,255,255,0.05),inset -32px 0 2.1333333333 rgba(255,255,255,0.05),inset -33px 0 2.2 rgba(255,255,255,0.05),inset -34px 0 2.2666666667 rgba(255,255,255,0.05),inset -35px 0 2.3333333333 rgba(255,255,255,0.05),inset -36px 0 2.4 rgba(255,255,255,0.05),inset -37px 0 2.4666666667 rgba(255,255,255,0.05),inset -38px 0 2.5333333333 rgba(255,255,255,0.05),inset -39px 0 2.6 rgba(255,255,255,0.05),inset -40px 0 2.6666666667 rgba(255,255,255,0.05),inset -41px 0 2.7333333333 rgba(255,255,255,0.05),inset -42px 0 2.8 rgba(255,255,255,0.05),inset -43px 0 2.8666666667 rgba(255,255,255,0.05),inset -44px 0 2.9333333333 rgba(255,255,255,0.05),inset -45px 0 3 rgba(255,255,255,0.05),inset -46px 0 3.0666666667 rgba(255,255,255,0.05),inset -47px 0 3.1333333333 rgba(255,255,255,0.05),inset -48px 0 3.2 rgba(255,255,255,0.05),inset -49px 0 3.2666666667 rgba(255,255,255,0.05),inset -50px 0 3.3333333333 rgba(255,255,255,0.05),inset -51px 0 3.4 rgba(255,255,255,0.05),inset -52px 0 3.4666666667 rgba(255,255,255,0.05),inset -53px 0 3.5333333333 rgba(255,255,255,0.05),inset -54px 0 3.6 rgba(255,255,255,0.05),inset -55px 0 3.6666666667 rgba(255,255,255,0.05),inset -56px 0 3.7333333333 rgba(255,255,255,0.05),inset -57px 0 3.8 rgba(255,255,255,0.05),inset -58px 0 3.8666666667 rgba(255,255,255,0.05),inset -59px 0 3.9333333333 rgba(255,255,255,0.05),inset -60px 0 4 rgba(255,255,255,0.05),inset -61px 0 4.0666666667 rgba(255,255,255,0.05),inset -62px 0 4.1333333333 rgba(255,255,255,0.05),inset -63px 0 4.2 rgba(255,255,255,0.05),inset -64px 0 4.2666666667 rgba(255,255,255,0.05),inset -65px 0 4.3333333333 rgba(255,255,255,0.05),inset -66px 0 4.4 rgba(255,255,255,0.05),inset -67px 0 4.4666666667 rgba(255,255,255,0.05),inset -68px 0 4.5333333333 rgba(255,255,255,0.05),inset -69px 0 4.6 rgba(255,255,255,0.05),inset -70px 0 4.6666666667 rgba(255,255,255,0.05),inset -71px 0 4.7333333333 rgba(255,255,255,0.05),inset -72px 0 4.8 rgba(255,255,255,0.05),inset -73px 0 4.8666666667 rgba(255,255,255,0.05),inset -74px 0 4.9333333333 rgba(255,255,255,0.05),inset -75px 0 5 rgba(255,255,255,0.05);box-shadow:inset -1px 0 0.0666666667 rgba(255,255,255,0.05),inset -2px 0 0.1333333333 rgba(255,255,255,0.05),inset -3px 0 0.2 rgba(255,255,255,0.05),inset -4px 0 0.2666666667 rgba(255,255,255,0.05),inset -5px 0 0.3333333333 rgba(255,255,255,0.05),inset -6px 0 0.4 rgba(255,255,255,0.05),inset -7px 0 0.4666666667 rgba(255,255,255,0.05),inset -8px 0 0.5333333333 rgba(255,255,255,0.05),inset -9px 0 0.6 rgba(255,255,255,0.05),inset -10px 0 0.6666666667 rgba(255,255,255,0.05),inset -11px 0 0.7333333333 rgba(255,255,255,0.05),inset -12px 0 0.8 rgba(255,255,255,0.05),inset -13px 0 0.8666666667 rgba(255,255,255,0.05),inset -14px 0 0.9333333333 rgba(255,255,255,0.05),inset -15px 0 1 rgba(255,255,255,0.05),inset -16px 0 1.0666666667 rgba(255,255,255,0.05),inset -17px 0 1.1333333333 rgba(255,255,255,0.05),inset -18px 0 1.2 rgba(255,255,255,0.05),inset -19px 0 1.2666666667 rgba(255,255,255,0.05),inset -20px 0 1.3333333333 rgba(255,255,255,0.05),inset -21px 0 1.4 rgba(255,255,255,0.05),inset -22px 0 1.4666666667 rgba(255,255,255,0.05),inset -23px 0 1.5333333333 rgba(255,255,255,0.05),inset -24px 0 1.6 rgba(255,255,255,0.05),inset -25px 0 1.6666666667 rgba(255,255,255,0.05),inset -26px 0 1.7333333333 rgba(255,255,255,0.05),inset -27px 0 1.8 rgba(255,255,255,0.05),inset -28px 0 1.8666666667 rgba(255,255,255,0.05),inset -29px 0 1.9333333333 rgba(255,255,255,0.05),inset -30px 0 2 rgba(255,255,255,0.05),inset -31px 0 2.0666666667 rgba(255,255,255,0.05),inset -32px 0 2.1333333333 rgba(255,255,255,0.05),inset -33px 0 2.2 rgba(255,255,255,0.05),inset -34px 0 2.2666666667 rgba(255,255,255,0.05),inset -35px 0 2.3333333333 rgba(255,255,255,0.05),inset -36px 0 2.4 rgba(255,255,255,0.05),inset -37px 0 2.4666666667 rgba(255,255,255,0.05),inset -38px 0 2.5333333333 rgba(255,255,255,0.05),inset -39px 0 2.6 rgba(255,255,255,0.05),inset -40px 0 2.6666666667 rgba(255,255,255,0.05),inset -41px 0 2.7333333333 rgba(255,255,255,0.05),inset -42px 0 2.8 rgba(255,255,255,0.05),inset -43px 0 2.8666666667 rgba(255,255,255,0.05),inset -44px 0 2.9333333333 rgba(255,255,255,0.05),inset -45px 0 3 rgba(255,255,255,0.05),inset -46px 0 3.0666666667 rgba(255,255,255,0.05),inset -47px 0 3.1333333333 rgba(255,255,255,0.05),inset -48px 0 3.2 rgba(255,255,255,0.05),inset -49px 0 3.2666666667 rgba(255,255,255,0.05),inset -50px 0 3.3333333333 rgba(255,255,255,0.05),inset -51px 0 3.4 rgba(255,255,255,0.05),inset -52px 0 3.4666666667 rgba(255,255,255,0.05),inset -53px 0 3.5333333333 rgba(255,255,255,0.05),inset -54px 0 3.6 rgba(255,255,255,0.05),inset -55px 0 3.6666666667 rgba(255,255,255,0.05),inset -56px 0 3.7333333333 rgba(255,255,255,0.05),inset -57px 0 3.8 rgba(255,255,255,0.05),inset -58px 0 3.8666666667 rgba(255,255,255,0.05),inset -59px 0 3.9333333333 rgba(255,255,255,0.05),inset -60px 0 4 rgba(255,255,255,0.05),inset -61px 0 4.0666666667 rgba(255,255,255,0.05),inset -62px 0 4.1333333333 rgba(255,255,255,0.05),inset -63px 0 4.2 rgba(255,255,255,0.05),inset -64px 0 4.2666666667 rgba(255,255,255,0.05),inset -65px 0 4.3333333333 rgba(255,255,255,0.05),inset -66px 0 4.4 rgba(255,255,255,0.05),inset -67px 0 4.4666666667 rgba(255,255,255,0.05),inset -68px 0 4.5333333333 rgba(255,255,255,0.05),inset -69px 0 4.6 rgba(255,255,255,0.05),inset -70px 0 4.6666666667 rgba(255,255,255,0.05),inset -71px 0 4.7333333333 rgba(255,255,255,0.05),inset -72px 0 4.8 rgba(255,255,255,0.05),inset -73px 0 4.8666666667 rgba(255,255,255,0.05),inset -74px 0 4.9333333333 rgba(255,255,255,0.05),inset -75px 0 5 rgba(255,255,255,0.05);margin-right:-1.25rem;}.mobile-table--scroll.scrolled{-webkit-box-shadow:none;box-shadow:none;}.mobile-table--scroll.scrolled table{z-index:1;}.mobile-table--scroll table{position:relative;z-index:-1;}h1,.h1{font-family:Raleway,sans-serif;font-size:2rem;font-weight:500;line-height:1.2;}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:2.25rem;}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:3.5rem;}}h2,.h2{font-size:1.625rem;font-family:Raleway,sans-serif;font-weight:500;line-height:1.3;}@media print,screen and (min-width:48.0625em){h2,.h2{font-size:2rem;}}@media print,screen and (min-width:64.0625em){h2,.h2{font-size:3rem;}}h3,.h3{font-size:1.3125rem;font-family:Raleway,sans-serif;font-weight:500;line-height:1.3;}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.625rem;}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2.25rem;}}h4,.h4{font-family:Raleway,sans-serif;font-size:1.3125rem;font-weight:500;line-height:1.3;}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.875rem;}}h5,.h5{font-size:1.1875rem;font-family:Raleway,sans-serif;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.3125rem;}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.5rem;}}h6,.h6{font-family:Raleway,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){h6,.h6{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){h6,.h6{font-size:1.25rem;}}p,.p{font-size:1rem;font-weight:400;line-height:1.7;}@media print,screen and (min-width:64.0625em){p,.p{font-size:1.0625rem;line-height:1.8;}}.eyebrow{font-size:0.75rem;font-weight:700;line-height:1.2;letter-spacing:0.15em;font-family:Raleway,sans-serif;text-transform:uppercase;}.small-text{font-size:0.875rem;font-weight:400;line-height:1.4;}@media print,screen and (min-width:48.0625em){.small-text{font-size:0.9375rem;line-height:1.7;}}.small-text p{font-size:0.875rem;font-weight:400;line-height:1.4;}@media print,screen and (min-width:48.0625em){.small-text p{font-size:0.9375rem;line-height:1.7;}}a{text-decoration:none;color:#7251bc;-webkit-transition:color 0.25s,-webkit-text-decoration 0.25s;transition:color 0.25s,-webkit-text-decoration 0.25s;transition:text-decoration 0.25s,color 0.25s;transition:text-decoration 0.25s,color 0.25s,-webkit-text-decoration 0.25s;}a:hover{color:#2D0868;text-decoration:underline;text-decoration-color:#2D0868;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}em{font-style:italic;}b,strong{font-weight:700;}.subtitle-text{font-size:1rem;font-weight:700;line-height:1.4;}@media print,screen and (min-width:48.0625em){.subtitle-text{font-size:1.125rem;}}.subtitle-text p{font-size:1rem;font-weight:700;line-height:1.4;}@media print,screen and (min-width:48.0625em){.subtitle-text p{font-size:1.125rem;}}blockquote{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;color:#DB6F16;margin:0;padding-top:48px;padding-bottom:48px;}blockquote p{font-family:Lora,serif;font-style:italic;font-size:1.125rem;line-height:1.8;}@media print,screen and (min-width:48.0625em){blockquote p{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){blockquote p{font-size:2.25rem;}}blockquote::before{content:url(/themes/custom/blythedale/assets/img/quote.svg);width:94px;}@media print,screen and (min-width:48.0625em){blockquote{padding-top:72px;padding-bottom:72px;}blockquote::before{width:284px;}}.quote{font-family:Lora,serif;font-style:italic;font-size:1.1875rem;line-height:1.6;}@media print,screen and (min-width:64.0625em){.quote{font-size:1.5rem;line-height:1.8;}}.quote p{font-family:Lora,serif;font-style:italic;font-size:1.1875rem;line-height:1.6;}@media print,screen and (min-width:64.0625em){.quote p{font-size:1.5rem;line-height:1.8;}}ol,ul,li{margin:0;padding:0;}.wysiwyg{color:#3C3C3C;}.wysiwyg li{font-size:1rem;font-weight:400;line-height:1.7;}@media print,screen and (min-width:64.0625em){.wysiwyg li{font-size:1.0625rem;line-height:1.8;}}ol{margin-top:1rem;padding-left:0;list-style:none;counter-reset:li;}@media print,screen and (min-width:48.0625em){ol{margin-top:1.5rem;}}ol > li{position:relative;padding-left:0.9375rem;counter-increment:li;}ol > li li,ol > li li:first-child{margin-top:1rem;}@media print,screen and (min-width:48.0625em){ol > li{padding-left:1.875rem;}}ol > li::before{position:absolute;top:-0.1875rem;left:0;display:inline-block;content:counter(li) ".";color:#CF4361;font-size:1.125rem;font-weight:600;}@media print,screen and (min-width:48.0625em){ol > li::before{top:0;}}.ck-content ul > li,.wysiwyg ul > li,.section--wysiwyg ul > li{position:relative;padding-left:15px;list-style:none;}.ck-content ul > li::before,.wysiwyg ul > li::before,.section--wysiwyg ul > li::before{position:absolute;width:8px;height:8px;top:0;left:0;content:url(/themes/custom/blythedale/assets/img/bullet.svg);}@media print,screen and (min-width:48.0625em){.ck-content ul > li,.wysiwyg ul > li,.section--wysiwyg ul > li{padding-left:30px;}.ck-content ul > li::before,.wysiwyg ul > li::before,.section--wysiwyg ul > li::before{width:10px;height:10px;}}.stat{font-size:4rem;font-weight:400;font-family:Lora,serif;line-height:1;}@media print,screen and (min-width:48.0625em){.stat{font-size:4.5rem;}}.stat-helper{font-size:2.5rem;line-height:51px;font-weight:400;font-family:"Lora",serif;}@media print,screen and (min-width:48.0625em){.stat-helper{font-size:3.125rem;line-height:64px;}}.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:"Lato",sans-serif;}.list--comma-separate li{display:inline-block;}.list--comma-separate li:not(:last-child){margin-right:0.25em;}.text-margin-reset h1,.text-margin-reset p,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset span{margin:0;}.p-small p{font-size:1rem;font-weight:400;line-height:1.7;font-size:0.875rem;line-height:1.7;}@media print,screen and (min-width:64.0625em){.p-small p{font-size:1.0625rem;line-height:1.8;}}@media print,screen and (min-width:48.0625em){.p-small p{font-size:0.9375rem;line-height:25px;}}.intro-hero{font-size:1rem;font-weight:400;font-family:Lora,serif;line-height:24px;text-shadow:0px 2px 4px rgba(0,0,0,0.4);}@media print,screen and (min-width:48.0625em){.intro-hero{font-size:1.5rem;line-height:150%;}}.intro-hero p{font-size:1rem;font-weight:400;font-family:Lora,serif;line-height:24px;text-shadow:0px 2px 4px rgba(0,0,0,0.4);}@media print,screen and (min-width:48.0625em){.intro-hero p{font-size:1.5rem;line-height:150%;}}.intro-hero-alt{font-size:1.125rem;font-weight:400;font-family:Lato,sans-serif;line-height:1.8;}@media print,screen and (min-width:48.0625em){.intro-hero-alt{font-size:1.25rem;}}.intro-hero-alt p{font-size:1.125rem;font-weight:400;font-family:Lato,sans-serif;line-height:1.8;}@media print,screen and (min-width:48.0625em){.intro-hero-alt p{font-size:1.25rem;}}.link-style-small{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}.link-style-small a{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}.link-style-large{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}@media print,screen and (min-width:48.0625em){.link-style-large{font-size:1.5rem;}}.link-style-large a{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}@media print,screen and (min-width:48.0625em){.link-style-large a{font-size:1.5rem;}}.video-play-button{position:absolute;z-index:7;background:none;right:250px;left:auto;bottom:140px;}.video-play-button::after{content:"\f144";color:#d8d8d8;font-family:"Font Awesome 5 Pro";font-size:2.5rem;font-weight:600;}.video-playing .video-play-button::after{content:"\f28b";}@media print,screen and (max-width:48.06125em){.video-play-button{display:none;}}@media print,screen and (min-width:64.0625em){.video-play-button{bottom:145px;}}.play-button{position:absolute;top:50%;left:50%;width:4.0625rem;height:4.0625rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;}.play-button rect,.play-button path{fill:#ffffff;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@media print,screen and (min-width:48.0625em){.play-button{width:7.5rem;height:7.5rem;}}a:hover .play-button,a:focus .play-button{opacity:0.47;}a:hover rect,a:hover path,a:focus rect,a:focus path{fill:#FFE171;}.wysiwyg .responsive-video-iframe{position:relative;}.wysiwyg .responsive-video-iframe::before{display:block;padding-bottom:calc(0.5625 * 100%);content:"";}.wysiwyg .responsive-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.wysiwyg .responsive-video-iframe iframe{-o-object-fit:unset;object-fit:unset;}.wysiwyg .align-center .responsive-video-iframe{min-width:100%;}.wysiwyg .align-left .responsive-video-iframe,.wysiwyg .align-right .responsive-video-iframe{min-width:300px;}.home-page .hero .video-play-button{left:unset;right:10px;bottom:unset;top:680px;}@media print,screen and (min-width:64.0625em){.home-page .hero .video-play-button{top:870px;}}@media screen and (min-width:81.25em){.home-page .hero .video-play-button{right:calc(50% - 690px);}}.align-right,.obj-right{float:none;margin-top:1rem;margin-right:0;margin-bottom:1.375rem;margin-left:0;}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{margin-top:2rem;}}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{float:right;margin-left:1.25rem;}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin-left:1.5rem;}}.align-right img,.obj-right img{display:block;}@media print,screen and (min-width:48.0625em){.align-right.responsive-video-iframe,.obj-right.responsive-video-iframe{width:50%;}}@media print,screen and (min-width:64.0625em){.align-right.responsive-video-iframe,.obj-right.responsive-video-iframe{width:33%;}}.align-left,.obj-left{float:none;margin-top:1rem;margin-right:0;margin-bottom:1.375rem;margin-left:0;}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{margin-top:2rem;}}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{float:left;margin-right:1.25rem;}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin-right:1.5rem;}}.align-left img,.obj-left img{display:block;}@media print,screen and (min-width:48.0625em){.align-left.responsive-video-iframe,.obj-left.responsive-video-iframe{width:50%;}}@media print,screen and (min-width:64.0625em){.align-left.responsive-video-iframe,.obj-left.responsive-video-iframe{width:33%;}}.align-center,.obj-center{display:table;margin-top:1rem;margin-right:auto;margin-bottom:1.375rem;margin-left:auto;}@media print,screen and (min-width:48.0625em){.align-center,.obj-center{margin-top:2rem;}}.align-center img,.obj-center img{display:block;}.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{width:100%;}[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,[data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%;}article.align-center img{margin-right:auto;margin-left:auto;}figure.align-right,figure.alignright,figure.obj-right,figure.align-left,figure.alignleft,figure.obj-left,figure.align-center,figure.obj-center,.align-center,.obj-center{display:table;}figure.align-right figcaption,figure.alignright figcaption,figure.obj-right figcaption,figure.align-left figcaption,figure.alignleft figcaption,figure.obj-left figcaption,figure.align-center figcaption,figure.obj-center figcaption,.align-center figcaption,.obj-center figcaption{display:table-caption;}figure.align-right.responsive-video-iframe,figure.alignright.responsive-video-iframe,figure.obj-right.responsive-video-iframe,figure.align-left.responsive-video-iframe,figure.alignleft.responsive-video-iframe,figure.obj-left.responsive-video-iframe,figure.align-center.responsive-video-iframe,figure.obj-center.responsive-video-iframe,.align-center.responsive-video-iframe,.obj-center.responsive-video-iframe{min-width:40%;}figcaption{font-family:Raleway,sans-serif;font-size:0.875rem;font-style:italic;line-height:1.4;margin-top:0.5rem;caption-side:bottom;color:#3C3C3C;}.wysiwyg > *:first-child{margin-top:0;}.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .link-arrow{margin-top:0.5rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg blockquote,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .link-arrow{margin-top:1rem;}}.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin-top:2rem;}}.wysiwyg .btn{margin-top:0;}.wysiwyg .btn-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.5rem;}.wysiwyg .btn-row .btn{margin:0;}@media print,screen and (min-width:48.0625em){.wysiwyg .btn-row{gap:1rem;}}.wysiwyg a:not(.btn){text-decoration:underline;text-underline-offset:4px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.wysiwyg a:not(.btn):hover{color:#2D0868;text-underline-offset:2px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;text-decoration-color:#2D0868;}.mobile-table{margin-top:1rem;padding:1px 0;}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:1.5rem;}}.mobile-table table{margin:0;}.ck-content ol ol,.ck-content ol ul,.ck-content ul ol,.ck-content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.ck-content ol ol,.ck-content ol ul,.ck-content ul ol,.ck-content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em){.ck-content ol ol,.ck-content ol ul,.ck-content ul ol,.ck-content ul ul,.section--wysiwyg ol ol,.section--wysiwyg ol ul,.section--wysiwyg ul ol,.section--wysiwyg ul ul,.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul{margin-bottom:1.5rem;}}.ck-content li,.section--wysiwyg li,.wysiwyg li{margin-top:1rem;}@media print,screen and (max-width:48.06125em){.ck-content ol li,.section--wysiwyg ol li,.wysiwyg ol li{padding-left:20px;}}.vaf{padding-top:1.875rem;padding-right:0;padding-left:0;}.vaf__heading{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.active-filters{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.active-filters .vaf__group{margin-top:0;}.active-filters .vaf__item:not(:last-child){margin-right:0.625rem;}.active-filters .vaf__item{-webkit-transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Lato",sans-serif;border-width:0.125rem;border-style:solid;border-radius:1.875rem;display:inline-block;position:relative;z-index:2;line-height:1;letter-spacing:0.1em;text-decoration:none;margin-right:0.5rem;margin-bottom:0.5rem;text-transform:uppercase;font-weight:700;font-size:1rem;padding:0.625rem 0.625rem 0.85rem;border-color:#CF4361;color:#ffffff;background:#CF4361;font-size:0.875rem;font-weight:400;line-height:1.4;}@media print,screen and (max-width:48.06125em){.active-filters .vaf__item{margin-right:1rem;margin-bottom:1rem;}}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{text-decoration:none;outline:none;}.active-filters .vaf__item:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.active-filters .vaf__item::before,.active-filters .vaf__item::after{color:#ffffff;}.active-filters .vaf__item:hover,.active-filters .vaf__item:focus{color:#ffffff;border-color:#5D3EA3;background:#5D3EA3;}.active-filters .vaf__item:hover::before,.active-filters .vaf__item:hover::after,.active-filters .vaf__item:focus::before,.active-filters .vaf__item:focus::after{color:#ffffff;}.active-filters .vaf__item:focus{border:2px solid #F68E37;}@media print,screen and (min-width:48.0625em){.active-filters .vaf__item{font-size:0.9375rem;line-height:1.7;}}.active-filters .vaf__item::after{margin-left:0.9375rem;content:"\f00d";color:#ffffff;font-family:"Font Awesome 5 Pro";font-weight:100;}.active-filters .vaf__clear{-webkit-transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Lato",sans-serif;border-width:0.125rem;border-style:solid;border-radius:1.875rem;display:inline-block;position:relative;z-index:2;line-height:1;letter-spacing:0.1em;text-decoration:none;margin-right:0.5rem;margin-bottom:0.5rem;text-transform:uppercase;font-weight:700;font-size:1rem;padding:0.625rem 0.625rem 0.85rem;border-color:#ffffff;color:#5D3EA3;background:#ffffff;float:right;}@media print,screen and (max-width:48.06125em){.active-filters .vaf__clear{margin-right:1rem;margin-bottom:1rem;}}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{text-decoration:none;outline:none;}.active-filters .vaf__clear:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.active-filters .vaf__clear::before,.active-filters .vaf__clear::after{color:#fe5000;}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.active-filters .vaf__clear:focus{border:2px solid #DB6F16;}.user-login-form,.page--utility .page-wrapper .main-content{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.user-login-form,.page--utility .page-wrapper .main-content{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.user-login-form,.page--utility .page-wrapper .main-content{padding-top:5rem;padding-bottom:5rem;}}.user-login-form input:not(.form-submit){width:100%;margin-bottom:0;}.user-login-form .description{width:100%;font-style:italic;margin-top:0.25em;}.user-login-form .form-item + .form-item,.user-login-form .form-actions{margin-top:1rem;}.page--webform .hero__overlay{background:none;}.page--webform .hero__content h1{margin:0;}.page--webform .main-content{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.page--webform .main-content{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.page--webform .main-content{padding-bottom:5rem;}}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;background:#262626;}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none;}.admin-tabs li{display:inline-block;}.admin-tabs li + li{margin-left:0.5em;}.admin-tabs a{display:block;margin:0;padding:0.5em 1em;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#ffffff;border-radius:0.25em;background-color:#7251bc;font-size:1.125rem;font-weight:700;}.admin-tabs a:hover{background-color:#452e79;}.admin-tabs a.is-active{background-color:#9076ca;}@media print,screen and (min-width:40.0625em){.admin-tabs{left:auto;}}.ajax-progress,.ajax-progress-fullscreen.ajax-progress{position:fixed;z-index:99999;top:0;left:0;display:inline-block;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;width:100vw;height:100vh;padding:0.0625rem 0.3125rem 0.125rem;background:rgba(255,255,255,0.75) !important;}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{position:absolute;display:block;-webkit-animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 2000ms infinite cubic-bezier(0.82,0.06,0.14,0.97);color:#fe5000;font-family:"Font Awesome 5 Pro";font-size:100px;}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{content:"\f3f4";}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:0.5;}.ajax-progress .throbber,.ajax-progress-fullscreen.ajax-progress .throbber{display:none !important;}[dir=rtl] .ajax-progress,[dir=rtl] .ajax-progress-fullscreen.ajax-progress{float:right;}.ajax-progress .message,.ajax-progress-fullscreen.ajax-progress .message{display:inline;padding:0.0625rem 0.3125rem 0.125rem;}tr .ajax-progress-throbber .throbber{margin:0 0.125rem;}.ajax-progress-bar{width:16rem;}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#ffffff;background-color:#262626;}.cookie-compliance-popup .grid-x,.cookie-compliance-popup .grid-container{width:100%;}.cookie-compliance-popup .find-more-button{padding:0;text-decoration:underline;text-transform:none;color:#ffffff;background:none;}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none;}.eu-cookie-compliance-message h2{font-family:Raleway,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3;all:unset;}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.25rem;}}.eu-cookie-compliance-message .btn{cursor:pointer;}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset;}.form-item{margin-top:1rem;position:relative;}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit;}.form-item [type=checkbox] + label,.form-item [type=radio] + label{position:relative;margin-left:1.5em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);}.form-item [type=checkbox] + label::before,.form-item [type=radio] + label::before{position:absolute;top:0.125em;left:-1.5em;display:block;width:1em;height:1em;content:"";-webkit-transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:0.0625em solid #262626;}.form-item [type=checkbox]:disabled,.form-item [type=checkbox]:disabled + label,.form-item [type=radio]:disabled,.form-item [type=radio]:disabled + label{cursor:default;}.form-item [type=checkbox]:focus + label::before,.form-item [type=radio]:focus + label::before{border-color:#8dc63f;}.form-item [type=checkbox]:invalid + label,.form-item [type=radio]:invalid + label{color:#d13176;}.form-item [type=checkbox]:invalid + label::before,.form-item [type=radio]:invalid + label::before{border-color:#d13176;-webkit-box-shadow:0 0 0 0.0625em #d13176;box-shadow:0 0 0 0.0625em #d13176;}.form-item [type=checkbox]:checked + label::before{background-color:#7251bc;}.form-item [type=checkbox]:checked + label::after{position:absolute;top:60%;left:-1.125em;display:block;width:0.3125em;height:0.6875em;content:"";-webkit-transform:rotate(45deg) translate(-100%,-50%);transform:rotate(45deg) translate(-100%,-50%);border-width:0 0.125em 0.125em 0;border-style:solid;border-color:#ffffff;}.form-item [type=checkbox]:checked:disabled + label::after{border-color:#262626;}.form-item [type=checkbox]:disabled + label::before{background-color:#d8d8d8;}.form-item [type=radio] + label::before{border-radius:50%;background-image:radial-gradient(#7251bc 0.25em,#ffffff 0.25em,#ffffff 0.5em,#7251bc 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0;}.form-item [type=radio]:focus + label::before{border:1px solid #8dc63f;}.form-item [type=radio]:checked + label::before{border-color:#7251bc;background-size:1em 1em;}.form-item [type=radio]:checked:disabled + label::before{border-color:#262626;background-image:radial-gradient(#262626 0.25em,#d8d8d8 0.25em,#d8d8d8 0.5em,#262626 0.5em);}.form-item [type=radio]:checked:invalid + label::before{background-image:radial-gradient(#d13176 0.25em,#ffffff 0.25em,#ffffff 0.5em,#d13176 0.5em);}.form-item [type=radio]:disabled + label::before{background-color:#d8d8d8;}.form-required::after{content:"*";color:#d13176;}.webform-element-description{font-size:0.875rem;font-weight:400;line-height:1.4;margin-top:0.9375rem;}@media print,screen and (min-width:48.0625em){.webform-element-description{font-size:0.9375rem;line-height:1.7;}}.required > label::after{content:"*";color:#d13176;}[type=checkbox][name*="["] + label,.form-radio + label{margin-top:0.25em;margin-bottom:0.25em;}.webform-managed-file-placeholder{color:#262626;font-family:"Lato",sans-serif;font-weight:400;font-style:italic;}.form-managed-file [type=submit]{margin-left:1em;padding:0.75em;}form[class*=webform] .form-item{width:100%;}form[class*=webform] .form-item label{margin-bottom:0.5em;}form[class*=webform] .form-actions{margin-top:1rem;margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){form[class*=webform] .form-actions{margin-top:1.5rem;margin-bottom:1.5rem;}}form[class*=webform] [type=text],form[class*=webform] [type=password],form[class*=webform] [type=date],form[class*=webform] [type=datetime],form[class*=webform] [type=datetime-local],form[class*=webform] [type=month],form[class*=webform] [type=week],form[class*=webform] [type=email],form[class*=webform] [type=number],form[class*=webform] [type=search],form[class*=webform] [type=tel],form[class*=webform] [type=time],form[class*=webform] [type=url],form[class*=webform] [type=color],form[class*=webform] [type=file],form[class*=webform] [type=image],form[class*=webform] fieldset,form[class*=webform] select,form[class*=webform] textarea{width:100%;}form[class*=webform] .js-form-type-checkbox + .js-form-type-checkbox,form[class*=webform] .js-form-type-radio + .js-form-type-radio{margin-top:0;}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:0.5rem;}.page--webform h1{color:#ffffff;}.element-invisible{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.embedded-entity:not([class*=align-]){margin-top:1.5rem;width:100%;}@media print,screen and (min-width:48.0625em){.embedded-entity:not([class*=align-]){margin-top:2rem;}}.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}.maintenance-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh;}.maintenance-page > .main-content{margin-bottom:6.25rem;padding-top:2.5rem;}.maintenance-page > footer{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:end;align-self:flex-end;width:100%;padding-top:1.25rem;}.oho-alert{padding-top:16px;padding-bottom:16px;background-color:#FFE171;position:relative;z-index:3;}.oho-alert h2:first-child{margin-top:0;}.oho-alert .grid-x{gap:20px;}.oho-alert h2{font-family:Raleway,sans-serif;font-size:1.3125rem;font-weight:500;line-height:1.3;margin:0;}@media print,screen and (min-width:48.0625em){.oho-alert h2{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.oho-alert h2{font-size:1.875rem;}}.oho-alert p{font-size:0.875rem;font-weight:400;line-height:1.4;margin-top:8px;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.oho-alert p{font-size:0.9375rem;line-height:1.7;}}.oho-alert .btn{margin-top:16px;margin-bottom:0;}.oho-alert .fa{color:#000000;font-size:26px;}.oho-alert a:not(.btn){color:#000000;}@media print,screen and (min-width:48.0625em){.oho-alert h2{font-size:30px;}.oho-alert .large-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.oho-alert .fa{font-size:34px;}}.message-type--notice{background-color:#FFE171;}.message-type--notice .fa{color:#000000;}.message-type--notice a:not(.btn),.message-type--notice{color:#000000;}.oho-banner{padding-top:1rem;padding-bottom:1rem;}.oho-banner .fas{font-size:26px;}.oho-banner .shrink{margin-left:20px;}@media print,screen and (min-width:48.0625em){.oho-banner .fas{font-size:34px;}}.pager{padding-top:2rem;padding-bottom:2rem;font-family:"Lato",sans-serif;font-size:1.25rem;}@media print,screen and (min-width:48.0625em){.pager{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.pager{padding-top:3rem;padding-bottom:3rem;}}.pager__items{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;margin:0;padding:0;list-style:none;gap:6px;}@media print,screen and (min-width:64.0625em){.pager__items{gap:16px;}}.pager a{display:block;padding:5px 12px;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:1px solid #CF4361;border-radius:32px;}@media print,screen and (min-width:64.0625em){.pager a{padding:10px 16px;}}.pager a:hover{text-decoration:none;color:#ffffff;background-color:#CF4361;}.pager .is-active a{color:#ffffff;background-color:#7251bc;border-color:#7251bc;}.pager [aria-hidden=true]{display:none;}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}.pager__item{margin-left:0.25rem;}.pager__item--first a::before{content:"\f323";}.pager__item--previous a::before{content:"\f053";}.pager__item--next a::after{content:"\f054";}.pager__item--last a::after{content:"\f324";}.pager__item--first span:not(.visually-hidden),.pager__item--previous span:not(.visually-hidden),.pager__item--next span:not(.visually-hidden),.pager__item--last span:not(.visually-hidden){display:none;}@media print,screen and (min-width:48.0625em){.pager__item--first span:not(.visually-hidden),.pager__item--previous span:not(.visually-hidden),.pager__item--next span:not(.visually-hidden),.pager__item--last span:not(.visually-hidden){display:inline;font-size:0.75rem;font-weight:700;line-height:1.2;letter-spacing:0.15em;font-family:Raleway,sans-serif;text-transform:uppercase;}}.pager__item--first a,.pager__item--previous a,.pager__item--next a,.pager__item--last a{border-radius:0;border:none;padding:10px 0;}.pager__item--first a:hover,.pager__item--previous a:hover,.pager__item--next a:hover,.pager__item--last a:hover{background-color:transparent;color:#7251bc;}.pager__item--first a::before,.pager__item--first a::after,.pager__item--previous a::before,.pager__item--previous a::after,.pager__item--next a::before,.pager__item--next a::after,.pager__item--last a::before,.pager__item--last a::after{font-size:0.75em;font-weight:700;}.pager__item--first a::before,.pager__item--previous a::before,.pager__item--next a::before,.pager__item--last a::before{padding-right:8px;}.pager__item--first a::after,.pager__item--previous a::after,.pager__item--next a::after,.pager__item--last a::after{padding-left:8px;}.pager__item--first a,.pager__item--previous a{color:#3C3C3C;}.pager__item--next a,.pager__item--last a{color:#3C3C3C;}.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none;}@media print,screen and (min-width:48.0625em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:block;}}.pager__item.is-active{display:block;}.page--search .main-content h2{margin-bottom:0.5em;}.page--search .main-content .form-submit{margin:0 0 0 8px;}.page--search .main-content .search-form .form-item{display:inline-block;}.page--search .main-content .search-form label{display:block;}.page--search .main-content .search-form [type=search]{width:100%;font-size:1rem;}.page--search .main-content .search-form a{color:#CF4361;font-family:Raleway;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.125rem;display:inline-block;margin-bottom:1.25em;}@media print,screen and (min-width:40.0625em){.page--search .main-content .search-form a{font-size:1.25rem;}}@media print,screen and (min-width:40.0625em){.page--search .main-content .search-form a{font-size:1.375rem;}}@media print,screen and (min-width:40.0625em){.page--search .main-content .search-form a{font-size:1.5rem;}}.page--search .main-content .search-form a.btn{padding-right:1.875rem;}.page--search .main-content .search-form a::after{font-family:"Font Awesome 5 Pro";position:absolute;right:-17px;padding-left:0.5rem;content:"\f054";color:#CF4361;font-size:0.75rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-form a::after{font-size:1rem;}}.page--search .main-content .search-form a:hover,.page--search .main-content .search-form a:focus{color:#5D3EA3;text-decoration-color:#5D3EA3;}.page--search .main-content .search-form a:hover::after,.page--search .main-content .search-form a:focus::after{color:#5D3EA3;}.page--search .main-content .search-form a:hover::after,.page--search .main-content .search-form a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px);}.page--search .main-content .search-results{padding:0;list-style:none;}.page--search .main-content .search-result{padding-left:0;}.page--search .main-content .search-result::before{display:none;}.page--search .main-content .search-result + .search-result{margin-top:2rem;padding-top:2rem;border-top:1px solid #b3b3b3;}.page--search .main-content .search-result__title{font-size:1.1875rem;font-family:Raleway,sans-serif;font-weight:700;line-height:1.3;margin:0;}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-result__title{font-size:1.3125rem;}}@media print,screen and (min-width:64.0625em){.page--search .main-content .search-result__title{font-size:1.5rem;}}.page--search .main-content .search-result__snippet{margin-bottom:0;}.filter-search-submit label{padding-bottom:0.5em;}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem;}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem;}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem;}}.messages-contain-error .system-messages{position:static;}.messages{margin-top:1rem;padding:1rem;border:0.0625rem solid;border-radius:0.25rem;}.messages ul{margin:0;padding:0;list-style:none;}.messages li + li{margin-top:1rem;}.messages a{text-decoration:underline;color:inherit;font-weight:700;}.messages--status{color:#3c763d;border-color:#67b168;background:#aad4ab;}.messages--warning{color:#e09600;border-color:#ffc247;background:#fff5e0;}.messages--error{color:#a94442;border-color:#ce8483;background:#ebcdcc;}.has-alert .messages{position:absolute;}.messages__close{float:right;margin:0 0 1rem 1rem;cursor:pointer;}.messages__close:hover{text-decoration:underline;}.main-content .gsc-control-wrapper-cse{width:100%;}.main-content .gsc-search-button-v2{padding:21px 27px;}.main-content .gsc-control-cse.gsc-control-cse-en{max-width:75rem;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px;}.main-content .gsc-control-cse.gsc-control-cse-en table{border:none;}.main-content .gsc-control-cse.gsc-control-cse-en table,.main-content .gsc-control-cse.gsc-control-cse-en tbody,.main-content .gsc-control-cse.gsc-control-cse-en tr,.main-content .gsc-control-cse.gsc-control-cse-en td{border:none;}.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input{background:none !important;}.main-content table.gsc-search-box td.gsc-input{padding:0;}.main-content .gsc-webResult.gsc-result:hover{border-color:transparent;background-color:#FFFFFF;}.main-content .gsc-control-cse .gs-result .gs-title *{color:#7251bc;}.main-content .gsc-control-cse .gs-result .gs-title *,.main-content .gs-title > .gs-title,.main-content .gs-title > .gs-title b{font-size:1.5rem !important;font-weight:600 !important;color:#7251bc !important;}.main-content .gs-title > a.gs-title:hover{text-decoration:underline;text-underline-offset:2px;}.main-content .gsc-control-cse,.main-content .gsc-control-cse .gsc-table-result{font-family:"Lato",sans-serif !important;}.main-content .gsc-control-cse{line-height:1.5;}.main-content .gs-webResult div.gs-visibleUrl{color:#7251bc !important;font-weight:600;}.main-content .gsc-webResult.gsc-result{padding-top:1rem;padding-bottom:1rem;font-size:1rem;}@media print,screen and (min-width:48.0625em){.main-content .gsc-webResult.gsc-result{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:64.0625em){.main-content .gsc-webResult.gsc-result{font-size:1.125rem;}}.main-content .gsc-webResult.gsc-result + .gsc-webResult.gsc-result{border-top:1px solid gray;}.main-content .gsc-table-cell-thumbnail{display:none;}.main-content .gsc-table-result{margin-top:1rem;}.main-content .gsc-cursor{font-size:1.125rem;}.main-content .gsc-results .gsc-cursor-box{margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.main-content .gsc-results .gsc-cursor-box{margin-bottom:5rem;}}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:4px 11px;color:gray;display:inline-block;font-weight:700;}.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#ffe21a;color:#000000;}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media print,screen and (min-width:48.0625em){.alpha-filters{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.alpha-filters .fieldset-wrapper > div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.alpha-filters .form-item [type=radio]:disabled + label{color:#000000;font-weight:300;}.alpha-filters .form-item [type=radio]{height:30px;width:30px;top:50%;left:25%;}.alpha-filters .form-item [type=radio] + label{margin-left:16px;color:#7251bc;}.alpha-filters .form-item [type=radio] + label::before{display:none;}.alpha-filters .form-item [type=radio] + label:focus,.alpha-filters .form-item [type=radio] + label:hover{color:#ffe21a;}.alpha-filters .form-item [type=radio]:checked + label::after{content:"";position:absolute;width:100%;height:0.125rem;left:0;bottom:0;background-color:#7251bc;}.alpha-filters .form-item [type=radio]:checked + label:focus::after,.alpha-filters .form-item [type=radio]:checked + label:hover::after{background-color:#ffe21a;}.animal-separator{position:relative;margin-top:96px;}@media screen and (min-width:90.0625em){.animal-separator{margin:76px 0 56px;}}.animal-separator.has-heading .zag-line,.animal-separator.has-heading .animal-icon{display:none;}@media print,screen and (min-width:48.0625em){.animal-separator.has-heading .zag-line,.animal-separator.has-heading .animal-icon{display:block;}}.animal-separator .animal-separator__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1;}.animal-separator .animal-separator__heading{margin:0;}.animal-separator .animal-icon svg{-webkit-transition:height 1s ease-in-out;transition:height 1s ease-in-out;}.animal-separator .bear-icon svg{height:1.9375rem;}@media print,screen and (min-width:48.0625em){.animal-separator .bear-icon svg{height:3.9375rem;}}.animal-separator .bear-icon .bear_1{fill:#D44564;}.animal-separator .bear-icon .bear_2{fill:#F68E37;}.animal-separator .elephant-icon svg{height:2.625rem;}@media print,screen and (min-width:48.0625em){.animal-separator .elephant-icon svg{height:5.25rem;}}.animal-separator .elephant-icon .elephant-rear{fill:#D44564;}.animal-separator .elephant-icon .elephant-front{fill:#F68E37;}.animal-separator .giraffe-icon svg{height:3.1875rem;}@media print,screen and (min-width:48.0625em){.animal-separator .giraffe-icon svg{height:6.4375rem;}}.animal-separator .giraffe-icon .giraffe_1{fill:#F68E37;}.animal-separator .giraffe-icon .giraffe_2{fill:#CF4361;}.animal-separator .lion-icon svg{height:2.375rem;}@media print,screen and (min-width:48.0625em){.animal-separator .lion-icon svg{height:4.8125rem;}}.animal-separator .lion-icon .lion_1{fill:#F68E37;}.animal-separator .lion-icon .lion_2{fill:#CF4361;}.hero + .animal-separator{margin-top:0;}.listing-filters--dept .animal-separator .animal-separator__content{margin-right:-1.25rem;margin-left:-1.25rem;}.link-arrow{color:#CF4361;font-family:Raleway;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.125rem;}@media print,screen and (min-width:40.0625em){.link-arrow{font-size:1.25rem;}}@media print,screen and (min-width:40.0625em){.link-arrow{font-size:1.375rem;}}@media print,screen and (min-width:40.0625em){.link-arrow{font-size:1.5rem;}}.link-arrow.btn{padding-right:1.875rem;}.link-arrow::after{font-family:"Font Awesome 5 Pro";position:absolute;right:-17px;padding-left:0.5rem;content:"\f054";color:#CF4361;font-size:0.75rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.link-arrow::after{font-size:1rem;}}.link-arrow:hover,.link-arrow:focus{color:#5D3EA3;text-decoration-color:#5D3EA3;}.link-arrow:hover::after,.link-arrow:focus::after{color:#5D3EA3;}.link-arrow:hover::after,.link-arrow:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px);}.link-arrow-inverse{color:#CF4361;font-family:Raleway;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.125rem;}@media print,screen and (min-width:40.0625em){.link-arrow-inverse{font-size:1.25rem;}}@media print,screen and (min-width:40.0625em){.link-arrow-inverse{font-size:1.375rem;}}@media print,screen and (min-width:40.0625em){.link-arrow-inverse{font-size:1.5rem;}}.link-arrow-inverse.btn{padding-right:1.875rem;}.link-arrow-inverse::after{font-family:"Font Awesome 5 Pro";position:absolute;right:-17px;padding-left:0.5rem;content:"\f054";color:#ffffff;font-size:0.75rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.link-arrow-inverse::after{font-size:1rem;}}.link-arrow-inverse:hover,.link-arrow-inverse:focus{color:#5D3EA3;text-decoration-color:#5D3EA3;}.link-arrow-inverse:hover::after,.link-arrow-inverse:focus::after{color:#5D3EA3;}.link-arrow-inverse:hover::after,.link-arrow-inverse:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px);}.link-arrow-before,.site-footer nav a{color:#ffffff;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:18px;text-decoration:none;}.link-arrow-before.btn,.site-footer nav a.btn{padding-right:1.875rem;}.link-arrow-before::before,.site-footer nav a::before{font-family:"Font Awesome 5 Pro";position:absolute;left:-17px;content:"\f054";color:#FFE171;font-size:0.625rem;font-weight:300;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.link-arrow-before::before,.site-footer nav a::before{font-size:0.8125rem;}}.link-arrow-before:hover::before,.site-footer nav a:hover::before,.link-arrow-before:focus::before,.site-footer nav a:focus::before{-webkit-transform:translateX(5px);transform:translateX(5px);}.btn{-webkit-transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Lato",sans-serif;border-width:0.125rem;border-style:solid;border-radius:1.875rem;display:inline-block;position:relative;z-index:2;line-height:1;letter-spacing:0.1em;text-decoration:none;margin-right:0.5rem;margin-bottom:0.5rem;text-transform:uppercase;font-weight:700;font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#CF4361;color:#ffffff;background:#CF4361;}@media print,screen and (max-width:48.06125em){.btn{margin-right:1rem;margin-bottom:1rem;}}.btn:hover,.btn:focus{text-decoration:none;outline:none;}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.btn::before,.btn::after{color:#ffffff;}.btn:hover,.btn:focus{color:#ffffff;border-color:#5D3EA3;background:#5D3EA3;}.btn:hover::before,.btn:hover::after,.btn:focus::before,.btn:focus::after{color:#ffffff;}.btn:focus{border:2px solid #F68E37;}@media print,screen and (min-width:48.0625em){.btn{font-size:0.75rem;padding:0.6875rem 1.375rem;}}.btn--alternate{font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#ffffff;color:#5D3EA3;background:#ffffff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.btn--alternate::before,.btn--alternate::after{color:#fe5000;}.btn--alternate:hover,.btn--alternate:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.btn--alternate:focus{border:2px solid #DB6F16;}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#ffffff;color:#5D3EA3;background:#ffffff;}.btn--alternate::before,.btn--alternate::after{color:#fe5000;}.btn--alternate:hover,.btn--alternate:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.btn--alternate:focus{border:2px solid #DB6F16;}}.btn--alternate-red{font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#CF4361;color:#000000;background:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.btn--alternate-red::before,.btn--alternate-red::after{color:#fe5000;}.btn--alternate-red:hover,.btn--alternate-red:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.btn--alternate-red:focus{border:2px solid #DB6F16;}@media print,screen and (min-width:48.0625em){.btn--alternate-red{font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#CF4361;color:#000000;background:transparent;}.btn--alternate-red::before,.btn--alternate-red::after{color:#fe5000;}.btn--alternate-red:hover,.btn--alternate-red:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.btn--alternate-red:focus{border:2px solid #DB6F16;}}.btn--small{font-size:0.75rem;padding:0.6875rem 1.375rem;}.btn--ghost{font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#FFE171;color:#ffffff;background:transparent;}.btn--ghost::before,.btn--ghost::after{color:#fe5000;}.btn--ghost:hover,.btn--ghost:focus{border-color:#FFE171;background:#FFE171;color:#000000;}.btn--ghost:focus{border:2px solid #000000;}@media print,screen and (min-width:48.0625em){.btn--ghost{font-size:0.75rem;padding:0.6875rem 1.375rem;}}.btn--align-right{display:table;margin-left:auto;}.btn--align-center{display:table;margin-right:auto;margin-left:auto;}.elf-external,.link-external,.external{position:relative;}.elf-external:after,.link-external:after,.external:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:10px;content:"\f08e";}a[data-entity-type=media]:after,[href$=".doc"]:after,[href$=".docx"]:after,[href$=".pdf"]:after,[href$=".ppt"]:after,[href$=".pptx"]:after,[href$=".xls"]:after,[href$=".xlsx"]:after,[href$=".zip"]:after{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:0.25em;content:"\f019";}.btn--centered{margin-left:auto;margin-right:auto;display:table;}.btn--right{margin-left:auto;margin-right:auto;display:table;}.btn--left{margin-left:0;margin-right:auto;display:table;}@media print,screen and (min-width:48.0625em){.btn--right{margin-right:0;}}.form-submit{-webkit-transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Lato",sans-serif;border-width:0.125rem;border-style:solid;border-radius:1.875rem;display:inline-block;position:relative;z-index:2;line-height:1;letter-spacing:0.1em;text-decoration:none;margin-right:0.5rem;margin-bottom:0.5rem;text-transform:uppercase;font-weight:700;font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#CF4361;color:#ffffff;background:#CF4361;}@media print,screen and (max-width:48.06125em){.form-submit{margin-right:1rem;margin-bottom:1rem;}}.form-submit:hover,.form-submit:focus{text-decoration:none;outline:none;}.form-submit:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.form-submit::before,.form-submit::after{color:#ffffff;}.form-submit:hover,.form-submit:focus{color:#ffffff;border-color:#5D3EA3;background:#5D3EA3;}.form-submit:hover::before,.form-submit:hover::after,.form-submit:focus::before,.form-submit:focus::after{color:#ffffff;}.form-submit:focus{border:2px solid #F68E37;}@media print,screen and (min-width:48.0625em){.form-submit{font-size:0.75rem;padding:0.6875rem 1.375rem;}}.date-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;}.eyebrow + .date-block{margin-top:1rem;}.date-block .day-number{font-size:2rem;line-height:0.9;}@media print,screen and (min-width:48.0625em){.date-block .day-number{font-size:3.75rem;}}.date-block time + time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.date-block time + time::before{margin-right:1rem;margin-left:1rem;width:1.5rem;height:0.125rem;content:"";-webkit-transform:translateY(-14px);transform:translateY(-14px);background-color:currentColor;}.date-block span{display:block;}.icon-list{display:block;}.icon-list li:not(:first-child){margin-top:1rem;}.icon-list li,.icon-list a{display:block;font-family:"Lato",sans-serif;}.icon-list li{position:relative;padding-left:1.6875rem;}.icon-list a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}.icon-list a[href^="mailto:"]{display:block;overflow:hidden;text-overflow:ellipsis;}.icon-list__icon{position:absolute;left:0;top:0;}.icon-list--inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.icon-list--inline li:not(:first-child){margin-top:0;}.icon-list--inline li:not(:last-child){margin-right:1.875rem;}.intro-text{font-size:1rem;font-weight:400;line-height:1.5;font-family:Lora,serif;}@media print,screen and (min-width:48.0625em){.intro-text{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.intro-text{font-size:1.5rem;}}@media print,screen and (max-width:48.06125em){.section-heading .medium-3{margin-top:16px;}}@media print,screen and (min-width:48.0625em){.section-heading .medium-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}}.section-heading .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.section-heading__eyebrow{font-size:0.75rem;font-weight:700;line-height:1.2;letter-spacing:0.15em;font-family:Raleway,sans-serif;text-transform:uppercase;}.section-heading__title{color:#3C3C3C;margin:0;}.section-heading__link{margin:0;white-space:nowrap;}@-webkit-keyframes slide-in{from{-webkit-transform:none;transform:none;}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);}}@keyframes slide-in{from{-webkit-transform:none;transform:none;}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);}}.cookie-banner{position:fixed;-webkit-transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 1s cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 1s cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:none;transform:none;z-index:10;top:100%;left:0;right:0;}.cookie-banner__inner{background-color:#ffffff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.5);box-shadow:0 0 10px 0 rgba(0,0,0,0.5);padding:1rem 0;-webkit-transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);transition:margin 1s cubic-bezier(0.42,0.08,0.06,0.98);}@media screen and (min-width:83.75em){.cookie-banner__inner{padding:2rem;}}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.cookie-banner .btn{margin:0;}@media screen and (max-width:52.5em){.cookie-banner .btn-row{margin-top:16px;}}html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner{-webkit-animation:slide-in;animation:slide-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:3s;animation-delay:3s;}.site-footer{padding-top:2rem;padding-bottom:2rem;background-color:#5D3EA3;color:#ffffff;font-size:0.875rem;line-height:20px;position:relative;}@media print,screen and (min-width:48.0625em){.site-footer{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.site-footer{padding-top:5.5rem;}}@media print,screen and (min-width:48.0625em){.site-footer{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.site-footer{padding-bottom:3.5rem;}}.site-footer::before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:39px;opacity:0.18;background:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(13.31%,rgba(0,0,0,0)));background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 13.31%);}.site-footer .grid-container{position:relative;z-index:2;}.site-footer p{font-size:0.875rem;line-height:20px;}@media print,screen and (min-width:48.0625em){.site-footer p{line-height:24px;}}.site-footer .btn{margin:0;}.site-footer h3{color:#FFE171;}.site-footer a{color:#ffffff;font-size:0.875rem;}.site-footer nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;}.site-footer__description{margin-top:20px;}@media print,screen and (min-width:48.0625em){.site-footer__description{margin-top:30px;}}.site-footer__link-region{border-bottom:1px solid #7251bc;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.site-footer__link-region{columns:2;-webkit-columns:2;-moz-columns:2;}}.site-footer ul{list-style:none;}.site-footer__address{text-align:center;}@media print,screen and (min-width:48.0625em){.site-footer__copyright{margin-top:1.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.site-footer__copyright{margin-top:2rem;}}.site-footer__logo{display:inline-block;width:11.875rem;height:5.3125rem;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.site-footer__logo .logo-stars{fill:#F68E37;}.site-footer__logo .logo-beam{fill:rgba(255,255,255,0.5965);opacity:0.5;}.site-footer__logo .logo-mark,.site-footer__logo .logo-tagline,.site-footer__logo .logo-name{fill:#ffffff;}@media print,screen and (min-width:64.0625em){.site-footer__logo .logo-stars{fill:#FFE171;}.site-footer__logo .logo-beam{fill:#ffffff;opacity:0.4;}.site-footer__logo .logo-mark,.site-footer__logo .logo-tagline,.site-footer__logo .logo-name{fill:#ffffff;}}.sticky-ctas{opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;}@media print,screen and (min-width:64.0625em){.sticky-ctas{display:none;}}.sticky-ctas > ul{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #6499D8;background-color:#6499D8;gap:1px;-webkit-box-shadow:1px -1px 6px 0px rgba(0,0,0,0.25);box-shadow:1px -1px 6px 0px rgba(0,0,0,0.25);list-style:none;}.sticky-ctas li{-webkit-box-flex:1;-ms-flex:1;flex:1;}.sticky-ctas a{display:block;width:100%;margin:0;padding:8px 0;text-align:center;color:#000;text-align:center;text-transform:none;letter-spacing:0;font-family:"Lato",sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:170%;background:-webkit-gradient(linear,left top,left bottom,from(#D0E0F2),to(#88B8F2));background:linear-gradient(180deg,#D0E0F2 0%,#88B8F2 100%);border-radius:0;border:none;-webkit-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out;}.sticky-ctas a:hover,.sticky-ctas a:focus{background:-webkit-gradient(linear,left top,left bottom,from(#D0E0F2),color-stop(33%,#88B8F2),to(#88B8F2));background:linear-gradient(180deg,#D0E0F2 0%,#88B8F2 33%,#88B8F2 100%);}.site-header--beyond-threshold ~ .sticky-ctas{position:fixed;bottom:0;width:100%;z-index:20;opacity:1;}.site-header{position:relative;z-index:50;height:4rem;background-color:#5D3EA3;}.site-header__sticky-container-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.site-header__sticky-container > .grid-container{position:relative;}.site-header #google_translate_element{right:-190px !important;top:28px !important;}.site-header #google_translate_element .goog-te-gadget div::before{font-family:"Font Awesome 5 Pro";content:"\f57d";color:#ffffff;font-size:1rem;font-weight:900;line-height:120%;}.site-header #google_translate_element .goog-te-gadget div::after{font-family:"Font Awesome 5 Pro";content:"\f078";color:#ffffff;font-size:1rem;font-weight:900;line-height:120%;margin:-0.75em;}.site-header #google_translate_element select{padding-left:8px;background:none;border:none;color:#ffffff;font-family:Raleway;font-size:0.8125rem;font-weight:600;line-height:120%;}.site-header ul{margin:0;padding:0;list-style:none;}.site-header li{position:relative;}.site-header__logo{display:inline-block;height:3rem;width:6.75rem;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.site-header__logo .logo-stars{fill:#F68E37;}.site-header__logo .logo-beam{fill:rgba(255,255,255,0.5965);opacity:0.5;}.site-header__logo .logo-mark,.site-header__logo .logo-tagline,.site-header__logo .logo-name{fill:#ffffff;}@media print,screen and (min-width:64.0625em){.site-header__logo{width:11.875rem;height:5.3125rem;position:absolute;bottom:20px;z-index:2;}.site-header__logo .logo-stars{fill:#FFE171;}.site-header__logo .logo-beam{fill:#ffffff;opacity:0.4;}.site-header__logo .logo-mark,.site-header__logo .logo-tagline,.site-header__logo .logo-name{fill:#ffffff;}}.site-header--beyond-threshold .site-header__sticky-container{z-index:10;top:0;width:100%;}@media print,screen and (min-width:48.0625em){.site-header--beyond-threshold .site-header__sticky-container{-webkit-transform:translateY(-100%);transform:translateY(-100%);position:fixed;}}@media print,screen and (min-width:48.0625em){.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}}.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{-webkit-transform:translateY(0);transform:translateY(0);}@media print,screen and (min-width:64.0625em){.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{background-color:#5D3EA3;}}@media print,screen and (max-width:64.06125em){.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{max-height:65px;}}.site-header--at-top .site-header__sticky-container{background-color:transparent;}@media print,screen and (max-width:64.06125em){.site-header__sticky-container{height:100%;}.site-header__sticky-container-flex{height:100%;max-height:70px;background-color:#5D3EA3;}}@media print,screen and (min-width:64.0625em){.site-header{height:11.4375rem;background-color:#5D3EA3;}.site-header ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.site-header__logo{height:auto;}.site-header__sticky-container{-webkit-box-shadow:inset 0 60px 0 #2D0868;box-shadow:inset 0 60px 0 #2D0868;}.site-header__sticky-container-flex,.site-header__main{height:11.4375rem;}.site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.625rem 0 1.875rem;}}.mobile-menu-button{display:none;}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:0;right:0;bottom:0;display:block;width:4rem;margin:0;padding:0;background-color:transparent;}.mobile-menu-button::before{content:"\f0c9";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#ffffff;font-family:"Font Awesome 5 Pro";font-size:2em;font-weight:400;}.mobile-menu-open .mobile-menu-button::before{content:"\f00d";}.mobile-menu-button:hover{background-color:transparent;}.mobile-menu-button:hover::before{color:#ffffff;}}@media print,screen and (max-width:40.06125em){.mobile-menu-button::before{font-size:23px;}}@media print,screen and (max-width:64.06125em){.site-header__main{position:absolute;z-index:1;top:4rem;right:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:24rem;background-color:#B6B6B6;}.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100dvh - 64px);overflow:visible;}}@media print,screen and (max-width:40.06125em){.site-header__main{width:100vw;}}@media print,screen and (min-width:64.0625em){.site-header__main{-webkit-box-flex:1;-ms-flex:1;flex:1;}}.site-header__top .btn{padding:0.46875rem 1.5rem;margin:0;font-size:0.75rem;font-family:Raleway,sans-serif;line-height:1;font-weight:700;letter-spacing:1.2px;}@media print,screen and (max-width:64.06125em){.site-header__top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#5D3EA3;}.site-header__top .btn-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;background-color:#2D0868;padding:0.5rem 1.25rem 1rem;}.site-header__top .btn-wrapper > ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;}.site-header__top .btn-wrapper li{min-width:11.25rem;}.site-header__top .btn-wrapper a.btn--ghost{display:block;text-align:center;font-size:0.6875rem;}}@media print,screen and (min-width:64.0625em){.site-header__top{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;top:1rem;right:0.9375rem;display:grid;grid-template-columns:repeat(12,1fr);}.site-header__top .btn-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-row:1;grid-column:7/span 12;right:-214px;}}.site-header__bottom{position:relative;z-index:1;}@media print,screen and (min-width:64.0625em){.site-header__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:-223px;}}@media print,screen and (min-width:64.0625em){.page--home .site-header:not(.site-header--beyond-threshold),.page--treatment .site-header:not(.site-header--beyond-threshold),.page--landing-page .site-header:not(.site-header--beyond-threshold),.page--treatment-listing .site-header:not(.site-header--beyond-threshold),.page--department-listing .site-header:not(.site-header--beyond-threshold){background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(45,8,104,0.5)),to(rgbar(45,8,104,0)));background-image:linear-gradient(to bottom,rgba(45,8,104,0.5),rgbar(45,8,104,0));}.page--home .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container,.page--treatment .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container,.page--landing-page .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container,.page--treatment-listing .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container,.page--department-listing .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container{-webkit-box-shadow:0 60px 0 transparent;box-shadow:0 60px 0 transparent;}.page--home .main-content,.page--treatment .main-content,.page--landing-page .main-content,.page--treatment-listing .main-content,.page--department-listing .main-content{margin-top:-380px;}}@media print,screen and (min-width:64.0625em){.page--home-page .site-header:not(.site-header--beyond-threshold) .site-header__sticky-container{-webkit-box-shadow:0 60px 0 transparent;box-shadow:0 60px 0 transparent;}}@media print,screen and (min-width:64.0625em){.site-header__top .btn-wrapper > ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-top:4px;}}header .site-search .search-block-form,header .site-search form{position:relative;width:100%;}header .site-search .search-block-form label,header .site-search form label{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}header .site-search .search-block-form input,header .site-search form input{border:0;padding:8.25px;width:100%;padding-left:32px;color:#3C3C3C;}header .site-search .search-block-form input::-webkit-input-placeholder,header .site-search form input::-webkit-input-placeholder{color:#3C3C3C;font-size:16px;font-weight:400;font-family:"Lato",sans-serif;line-height:1.8;font-style:italic;}header .site-search .search-block-form input::-moz-placeholder,header .site-search form input::-moz-placeholder{opacity:1;color:#3C3C3C;font-size:16px;font-weight:400;font-family:"Lato",sans-serif;line-height:1.8;font-style:italic;}header .site-search .search-block-form input:-ms-input-placeholder,header .site-search form input:-ms-input-placeholder{color:#3C3C3C;font-size:16px;font-weight:400;font-family:"Lato",sans-serif;line-height:1.8;font-style:italic;}header .site-search .form-item{margin-top:0;}header .site-search .form-item::before{content:"\f002";font-family:"Font Awesome 5 Pro";font-size:15px;color:#3C3C3C;position:absolute;top:10px;left:10px;z-index:9;}header .site-search__toggle{display:none;}@media print,screen and (max-width:64.06125em){header .site-search{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;background-color:#2D0868;padding:1rem 1.25rem 0.5rem;}header .site-search .search-block-form .form-item::before,header .site-search form .form-item::before{top:13px;left:15px;color:#ffffff;}header .site-search .search-block-form input,header .site-search form input{padding:8px 65px 10px 40px;border:1px solid #ffffff;border-radius:2.75rem;background-color:transparent;color:#ffffff;}header .site-search .search-block-form input::-webkit-input-placeholder,header .site-search form input::-webkit-input-placeholder{color:#ffffff;font-size:14px;line-height:1.3;font-weight:400;font-style:normal;}header .site-search .search-block-form input::-moz-placeholder,header .site-search form input::-moz-placeholder{opacity:1;color:#ffffff;font-size:14px;line-height:1.3;font-weight:400;font-style:normal;}header .site-search .search-block-form input:-ms-input-placeholder,header .site-search form input:-ms-input-placeholder{color:#ffffff;font-size:14px;line-height:1.3;font-weight:400;font-style:normal;}header .site-search .search-block-form input:hover,header .site-search .search-block-form input:focus,header .site-search form input:hover,header .site-search form input:focus{border-color:#FFE171;}header .site-search .form-actions{position:absolute;left:unset;right:5px;top:4px;width:42px;}header .site-search .form-actions input{background:#ffffff;border:1px solid #FFF4CC;border-radius:2.0625rem;color:#3C3C3C;font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:8px 11px 8px 12px;}header .site-search .form-actions input:hover{background:#FFE171;color:#000000;}}@media print,screen and (min-width:64.0625em){header .site-search{grid-row:1;grid-column:1/span 4;}header .site-search .search-form,header .site-search form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}header .site-search .search-block-form,header .site-search form{width:auto;z-index:2;}header .site-search .search-block-form .form-item::before,header .site-search form .form-item::before{color:#ffffff;}header .site-search .search-block-form .form-item input,header .site-search form .form-item input{border:1px solid #ffffff;border-radius:2.75rem;background-color:transparent;max-width:300px;color:#ffffff;}header .site-search .search-block-form .form-item input::-webkit-input-placeholder,header .site-search form .form-item input::-webkit-input-placeholder{color:#ffffff;font-size:14px;line-height:1.3;font-weight:400;font-style:normal;}header .site-search .search-block-form .form-item input::-moz-placeholder,header .site-search form .form-item input::-moz-placeholder{opacity:1;color:#ffffff;font-size:14px;line-height:1.3;font-weight:400;font-style:normal;}header .site-search .search-block-form .form-item input:-ms-input-placeholder,header .site-search form .form-item input:-ms-input-placeholder{color:#ffffff;font-size:14px;line-height:1.3;font-weight:400;font-style:normal;}header .site-search .search-block-form .form-item input:hover,header .site-search .search-block-form .form-item input:focus,header .site-search form .form-item input:hover,header .site-search form .form-item input:focus{border-color:#FFE171;}header .site-search .search-block-form .form-actions,header .site-search form .form-actions{position:relative;left:-48px;top:4px;}header .site-search .search-block-form .form-actions input,header .site-search form .form-actions input{max-width:45px;background:#ffffff;border:1px solid #FFF4CC;border-radius:2.0625rem;color:#3C3C3C;font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:8px 11px 8px 12px;}header .site-search .search-block-form .form-actions input:hover,header .site-search form .form-actions input:hover{background:#FFE171;color:#000000;}header .site-search__toggle{display:block;margin:0;padding:0.5rem;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:transparent;}header .site-search__toggle::before{content:"\f002";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#7251bc;font-family:"Font Awesome 5 Pro";font-size:1.5rem;font-weight:400;}header .site-search__toggle:hover,header .site-search__toggle:focus{background-color:transparent;}header .site-search__toggle:hover::before,header .site-search__toggle:focus::before{color:#452e79;}header .site-search__toggle:focus{outline:1px solid;}.search-panel-open header .site-search__toggle{background-color:#d8d8d8;}}@media screen and (min-width:75.0625em){header .site-search{grid-column:1/span 4;}}.filter-search-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.filter-search-submit input{height:37.5px;}.search-result__title a{font-weight:600;}.sock{padding-top:40px;padding-bottom:54px;position:relative;overflow:hidden;color:#ffffff;}.sock .btn{margin:0;}.sock__image img{position:absolute;height:122%;width:100%;-o-object-fit:cover;object-fit:cover;left:0;bottom:0;-webkit-transform:translateY(calc(var(--scroll-tracker) * 30%));transform:translateY(calc(var(--scroll-tracker) * 30%));z-index:1;opacity:0.35;}.sock__content{position:relative;z-index:1;}.sock__content--left{padding-bottom:32px;border-bottom:1px solid #8f8f8f;}.sock::after{content:"";position:absolute;height:100%;width:100%;left:0;bottom:0;background:#151515;-webkit-box-shadow:0px 16px 12px rgba(114,81,188,0.241876);box-shadow:0px 16px 12px rgba(114,81,188,0.241876);}@media print,screen and (max-width:48.06125em){.sock .small-text{font-size:15px;}.sock .small-text p{font-size:15px;}}@media print,screen and (min-width:48.0625em){.sock{padding-top:154px;padding-bottom:154px;}.sock__content--left{padding-right:40px;border-right:1px solid #8f8f8f;border-bottom:none;}}.accessible-menu li{position:relative;}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:transparent;}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item__button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:0;top:3px;position:absolute;right:24px;color:transparent;font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.accessible-menu .menu-item__button::before{display:inline-block;content:"\f067";color:#ffffff;background-color:#5D3EA3;font-family:"Font Awesome 5 Pro";font-weight:100;line-height:0.9;padding:4px 4px 2px 4px;border-radius:50%;font-size:12px;}.accessible-menu .menu-item__button:hover{background:transparent;}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{position:absolute;bottom:0;left:50%;width:1.5rem;height:1.5rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;font-size:0;}.accessible-menu .menu-item__button::before{width:100%;content:"\f13a";color:#ffffff;font-family:"Font Awesome 5 Pro";font-size:16px;}.accessible-menu .menu-item__button:focus{opacity:1;}}.accessible-menu .menu-item--open > ul{display:block;}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open ul ul a{background-color:#f2f2f2;}.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f068";}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open > .menu-item__button::before{content:"\f139";}}.accessible-menu .menu-item--open a{background-color:#BEA4F9;}.accessible-menu .menu-item--open ul a{background-color:#f2f2f2;}.accessible-menu .menu-item--open .menu-item__button::before{background-color:#000000;color:#BEA4F9;}@media print,screen and (min-width:64.0625em){.touchevents .accessible-menu .menu-item__button{opacity:1;left:auto;right:-1.25rem;top:0;height:100%;padding:0;width:2.5rem;}.touchevents .accessible-menu .menu-item--expanded > a,.touchevents .accessible-menu .menu-item--expanded > span{padding-right:1.5625rem;}}.audience-menu a,.audience-menu li,.audience-menu span{display:block;}.audience-menu a,.audience-menu span{font-family:"Lato",sans-serif;}.audience-menu span{cursor:default;}@media print,screen and (max-width:64.06125em){.audience-menu{border-top:1px solid #b3b3b3;}.audience-menu a,.audience-menu span{padding:0.5em 3em 0.5em 0.5em;color:#ffffff;font-size:1.125rem;font-weight:600;}.audience-menu a:hover,.audience-menu span:hover{text-decoration:none;}.audience-menu ul ul{display:none;}.audience-menu ul ul li + li{border-top:1px solid #262626;}.audience-menu ul ul a{color:#000000;background-color:#b3b3b3;}}@media print,screen and (min-width:64.0625em){.audience-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;}.audience-menu li:hover > a,.audience-menu li:hover > span{background-color:#d8d8d8;}.audience-menu a,.audience-menu span{padding:0.75em 1em;color:#7251bc;line-height:1;}.audience-menu a:hover,.audience-menu span:hover{text-decoration:none;}.audience-menu ul ul{position:absolute;z-index:1;right:0;display:none;min-width:10rem;}.audience-menu ul ul li{display:block;margin:0;}.audience-menu ul ul a{background-color:#d8d8d8;}.audience-menu ul ul a:hover{color:#000000;}}@media print,screen and (min-width:64.0625em){.no-touchevents .audience-menu .menu-item--expanded:hover > ul{display:block;}}@media print,screen and (min-width:64.0625em){.touchevents .audience-menu.accessible-menu .menu-item__button{right:0;width:1.25rem;}.touchevents .audience-menu.accessible-menu .menu-item--expanded > a,.touchevents .audience-menu.accessible-menu .menu-item--expanded > span{padding-right:2.5rem;}}.child-page-menu ul,.child-page-menu li{list-style:none;}.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem;}.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}@media print,screen and (min-width:48.0625em){.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}.child-page-menu a{color:#CF4361;font-family:Raleway;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.125rem;font-family:Raleway,sans-serif;font-size:1.3125rem;font-weight:500;line-height:1.3;padding-top:1rem;padding-bottom:1rem;display:block;width:100%;border-top:0.125rem solid #d8d8d8;}@media print,screen and (min-width:40.0625em){.child-page-menu a{font-size:1.25rem;}}@media print,screen and (min-width:40.0625em){.child-page-menu a{font-size:1.375rem;}}@media print,screen and (min-width:40.0625em){.child-page-menu a{font-size:1.5rem;}}.child-page-menu a.btn{padding-right:1.875rem;}.child-page-menu a::after{font-family:"Font Awesome 5 Pro";position:absolute;right:-17px;padding-left:0.5rem;content:"\f054";color:#CF4361;font-size:0.75rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}@media print,screen and (min-width:48.0625em){.child-page-menu a::after{font-size:1rem;}}.child-page-menu a:hover,.child-page-menu a:focus{color:#5D3EA3;text-decoration-color:#5D3EA3;}.child-page-menu a:hover::after,.child-page-menu a:focus::after{color:#5D3EA3;}.child-page-menu a:hover::after,.child-page-menu a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px);}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1.875rem;}}.child-page-menu li:first-child a{border-top:0;}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0;}}.main-menu li,.main-menu a{display:block;}.main-menu a{color:#000000;font-family:Raleway,sans-serif;font-size:0.8125rem;font-weight:700;line-height:15px;}.main-menu a:hover{text-decoration:none;}@media print,screen and (min-width:48.0625em){.main-menu a{font-size:0.875rem;line-height:18px;}}@media screen and (min-width:72.5em){.main-menu a{font-size:1.125rem;}}.main-menu ul ul a{font-family:"Lato",sans-serif;}.main-menu .menu-item--active-trail > a{color:#2D0868;}@media print,screen and (min-width:64.0625em){.main-menu .menu-item--active-trail > a{color:#FFE171;}}.main-menu ul ul .menu-item--active-trail > a{color:#7251bc;}@media print,screen and (max-width:64.06125em){.main-menu ul{width:100%;}.main-menu li + li{border-top:1px solid #d8d8d8;}.main-menu a{padding:12px 24px;background-color:#ffffff;}.main-menu ul ul{display:none;}.main-menu ul ul a{color:#3C3C3C;background-color:#b3b3b3;font-size:0.8125rem;font-weight:400;padding-left:32px;}}@media print,screen and (min-width:64.0625em){.main-menu > .menu > li > a:focus{color:#FFF4CC;}.main-menu .menu .menu-item--expanded:last-child > a{padding-right:0;}.main-menu > ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}.main-menu > ul > li{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;}.main-menu > ul > li:hover > a{color:#FFE171;background-color:transparent;}.main-menu a{color:#ffffff;padding:1.25rem 0.9375rem;text-align:center;background-color:transparent;}.main-menu ul > li:nth-last-child(-n+1) > ul{right:0;}.main-menu ul ul{position:absolute;width:auto;visibility:hidden;opacity:0;border:1px solid #D8D8D8;border-top:3px solid #FFE171;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;}.main-menu ul ul li:hover > a{background-color:#f2f2f2;}.main-menu ul ul li + li{border-top:1px solid #d8d8d8;}.main-menu ul ul a{padding:0.75rem 1.625rem;text-align:left;color:#000000;background-color:#ffffff;white-space:nowrap;font-size:0.875rem;}.main-menu ul ul a:focus{background-color:#d8d8d8;}.main-menu ul ul a:hover{color:#5D3EA3;}}@media print,screen and (min-width:64.0625em){.main-menu .menu-item--expanded > ul{width:auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;}}@media print,screen and (min-width:64.0625em){.main-menu .menu-item--expanded:hover > ul{border-top:3px solid #FFE171;}.main-menu .menu-item--expanded:hover > ul::after{content:"\f0d8";font-family:"Font Awesome 5 Pro";display:inline-block;position:absolute;top:-4px;left:44%;font-size:28px;color:#FFE171;font-weight:900;line-height:0;}}@media print,screen and (min-width:64.0625em){.no-touchevents .main-menu .menu-item--expanded:hover > ul{visibility:visible;opacity:1;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}}@media print,screen and (max-width:64.06125em){.main-menu ul{border:1px solid #d8d8d8;}}@media print,screen and (min-width:64.0625em){.main-menu{max-width:58.9375rem;}}@media print,screen and (min-width:64.0625em){.main-menu > ul.menu > li.menu-item--open > ul{visibility:visible;opacity:1;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}}.main-menu.accessible-menu .menu-item__button::before{content:"\f055";color:#5D3EA3;font-size:18px;font-weight:700;background-color:transparent;}.main-menu.accessible-menu .menu-item--open .menu-item__button::before{content:"\f056";}.menu-item--disabled > a{cursor:default;}.menu-item--disabled > a button{left:0;width:auto;padding-right:0.625em;text-align:right;background-color:transparent;}.menu-item--overview{display:none !important;}.menu-item--disabled .menu-item--overview{display:block !important;}.sidebar-menu{border-right:1px solid #d8d8d8;font-family:"Lato",sans-serif;font-size:0.9375rem;line-height:1.4;padding-right:1.5rem;}@media print,screen and (min-width:48.0625em){.sidebar-menu{padding-right:2rem;}}.sidebar-menu ul{margin:0;padding:0;list-style:none;}.sidebar-menu a{position:relative;display:block;padding:1rem 1rem 1rem 0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#3C3C3C;}.sidebar-menu a:hover{color:#7251bc;text-underline-offset:2px;}.sidebar-menu .level-one a{margin:0;font-size:1.125rem;line-height:1;padding:1rem;color:#7251bc;font-weight:700;position:relative;}.sidebar-menu .level-one a::before{font-family:"Font Awesome 5 Pro";content:"\f104";color:#7251bc;position:absolute;top:1rem;left:0;}.sidebar-menu__toggle{display:none;}.sidebar-menu .menu-item__button{top:0;right:0;bottom:0;left:auto;width:3.375rem;height:3.375rem;margin:0;-webkit-transform:none;transform:none;opacity:1;background-color:#262626;line-height:1.6;}.sidebar-menu .menu-item__button::before{content:"\f067";font-size:1.5rem;}.sidebar-menu .menu-item--active-trail > a{background-color:#b3b3b3;}@media print,screen and (max-width:48.06125em){.sidebar-menu__toggle{position:relative;display:block;width:100%;margin:0;padding:1em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#7251bc;border:0;background:none;}.sidebar-menu__toggle::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;position:absolute;top:50%;right:0.75em;content:"\f078";-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 5 Pro";font-size:1.5em;}.sidebar-menu-open .sidebar-menu__toggle::after{content:"\f077";}.sidebar-menu__toggle:hover{color:#452e79;background:none;}.sidebar-menu__container{display:none;}}@media print,screen and (min-width:48.0625em){.sidebar-menu__container{display:block !important;}}.sidebar-menu .menu-item--expanded > ul{display:none;}:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul{display:block;}.sidebar-menu .menu-item--open > ul{display:block;}.sidebar-menu .menu-item--open > .menu-item__button::before{content:"\f068";}.sidebar-menu--padding-levels li a{padding-left:0em;}.sidebar-menu--padding-levels li li a{padding-left:1em;}.sidebar-menu--padding-levels li li li a{padding-left:2em;}.sidebar-menu--padding-levels li li li li a{padding-left:3em;}.sidebar-menu-column .accordion__button{position:relative;}.sidebar-menu-column .accordion__button::after{content:"\f0d7";font-family:"Font Awesome 5 Pro";color:#3C3C3C;position:absolute;top:16px;right:16px;}.sidebar-menu-column .accordion__button:hover::after,.sidebar-menu-column .accordion__button:focus::after{color:#ffffff;}.sidebar-menu-column .accordion--open .accordion__button::after{content:"\f0d8";color:#ffffff;}.sidebar-menu-column .accordion--open .accordion__button:hover{background-color:#3C3C3C;}.sidebar-menu-column .accordion__icon{display:none;}.sidebar-menu > ul.menu{border-top:1px solid #d8d8d8;}.sidebar-menu > ul.menu > li{border-bottom:1px solid #d8d8d8;}.sidebar-menu > ul.menu > li.menu-item--active-trail > a{background-color:transparent;color:#CF4361;font-weight:700;}.sidebar-menu > ul.menu > li.menu-item--active-trail > a:hover{color:#7251bc;}.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded > a,.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded .menu-item--active-trail.menu-item--expanded > a{color:#CF4361;font-weight:700;background-color:transparent;}.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded > a::after,.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded .menu-item--active-trail.menu-item--expanded > a::after{content:"\f149";font-family:"Font Awesome 5 Pro";color:#CF4361;padding-left:0.5em;}.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded > ul.menu,.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded .menu-item--active-trail.menu-item--expanded > ul.menu{display:block;background-color:#f2f2f2;border-top:1px solid #ffffff;}.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded > ul.menu > li,.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded .menu-item--active-trail.menu-item--expanded > ul.menu > li{border-bottom:1px solid #ffffff;font-weight:700;}.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded > ul.menu > li.menu-item--active-trail > a.is-active,.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded .menu-item--active-trail.menu-item--expanded > ul.menu > li.menu-item--active-trail > a.is-active{background-color:#CF4361;color:#ffffff;padding-left:2em;position:relative;}.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded > ul.menu > li.menu-item--active-trail > a.is-active::before,.sidebar-menu > ul.menu > .menu-item--active-trail.menu-item--expanded .menu-item--active-trail.menu-item--expanded > ul.menu > li.menu-item--active-trail > a.is-active::before{font-family:"Font Awesome 5 Pro";content:"\f105";color:#ffffff;position:absolute;top:1rem;left:1em;}.utility-menu a,.utility-menu li{display:block;}.utility-menu a{font-family:Raleway,sans-serif;font-weight:600;color:#ffffff;}@media print,screen and (max-width:64.06125em){.utility-menu{border-top:1px solid #b3b3b3;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.utility-menu > ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#5D3EA3;border-bottom:1px solid #d8d8d8;}.utility-menu li + li{border-top:1px solid #d8d8d8;}.utility-menu a{padding:0.75rem 1.5rem;font-size:0.8125rem;color:#FFE171;}.utility-menu a:hover,.utility-menu a:focus{text-decoration:none;color:#ffffff;}.utility-menu ul ul a{color:#ffffff;}.utility-menu ul ul a:hover,.utility-menu ul ul a:focus{text-decoration:none;color:#FFE171;}.utility-menu .menu-item__button:before{background-color:#ffffff;color:#5D3EA3;}.utility-menu .menu-item--expanded ul{display:none;}.utility-menu .menu-item--open a{background-color:#5D3EA3;}.utility-menu .menu-item--open ul{display:block;}.utility-menu .menu-item--open ul a{padding-left:35px;background-color:#2D0868;width:100vw;border-top:1px solid #d8d8d8;}.utility-menu .menu-item--open .menu-item__button:before{background-color:#FFE171;color:#5D3EA3;}}@media print,screen and (min-width:64.0625em){.utility-menu{grid-row:2;grid-column:1/span 12;padding-top:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.utility-menu > ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;}.utility-menu a{color:#FFE171;padding:1.25rem 0;line-height:15px;font-size:0.8125rem;}.utility-menu a:hover{color:#ffffff;text-decoration:none;}.utility-menu li.menu-item--expanded > a::after{content:"\f107";font-family:"Font Awesome 5 Pro";display:inline-block;position:relative;left:3px;top:1px;}.utility-menu ul > li:nth-last-child(-n+1) > ul{right:0;}.utility-menu ul ul{position:absolute;visibility:hidden;width:auto;opacity:0;min-width:16rem;border:1px solid #d8d8d8;border-top:3px solid #d8d8d8;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;}.utility-menu ul ul li{padding:0;}.utility-menu ul ul li + li{border-top:1px solid #d8d8d8;}.utility-menu ul ul li:hover > a{background-color:#d8d8d8;}.utility-menu ul ul a{padding:0.5em 1em;text-align:left;color:#000000;background-color:#ffffff;white-space:nowrap;}.utility-menu ul ul a:focus{background-color:#d8d8d8;}.utility-menu ul ul a:hover{color:#5D3EA3;}}.no-touchevents .utility-menu .menu-item--expanded:hover > ul{visibility:visible;opacity:1;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}@media print,screen and (min-width:64.0625em){.no-touchevents .utility-menu .menu-item--expanded:hover > ul{border-top:3px solid #FFE171;width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;z-index:9;}.no-touchevents .utility-menu .menu-item--expanded:hover > ul::after{content:"\f0d8";font-family:"Font Awesome 5 Pro";display:inline-block;position:absolute;top:-6px;left:45%;font-size:26px;color:#FFE171;font-weight:900;line-height:0;}}@media print,screen and (min-width:64.0625em){.utility-menu > ul.menu > li.menu-item--open > ul{width:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;z-index:9;visibility:visible;opacity:1;border-top:3px solid #FFE171;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}.utility-menu > ul.menu > li.menu-item--open > ul::after{content:"\f0d8";font-family:"Font Awesome 5 Pro";display:inline-block;position:absolute;top:-6px;left:45%;font-size:26px;color:#FFE171;font-weight:900;line-height:0;}}.site-translate{position:absolute;right:64px;margin-top:none;}@media print,screen and (min-width:64.0625em){.site-translate{position:initial;right:unset;margin-top:0.375rem;}}.block-gtranslate{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;}@media print,screen and (max-width:64.06125em){.block-gtranslate{padding-left:24px;}}@media print,screen and (min-width:64.0625em){.block-gtranslate .gtranslate-toggle{pointer-events:none;}}.block-gtranslate .gtranslate-icon{display:inline-block;color:#ffffff;}.block-gtranslate .gtranslate-wrapper{position:absolute;right:0;padding:0.375rem;-webkit-transform:translateY(100%);transform:translateY(100%);background-color:#7251bc;}@media print,screen and (min-width:64.0625em){.block-gtranslate .gtranslate-wrapper{position:initial;right:unset;padding:0;-webkit-transform:unset;transform:unset;background-color:initial;}}.block-gtranslate .gt_selector{display:none;width:165px;background-color:transparent;border:none;padding:0.5rem 0 0.5rem 0.625rem;color:#ffffff;background-image:url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.10352 5.83398L1.04102 1.77148C0.710938 1.4668 0.710938 0.933594 1.04102 0.628906C1.3457 0.298828 1.87891 0.298828 2.18359 0.628906L5.6875 4.10742L9.16602 0.628906C9.4707 0.298828 10.0039 0.298828 10.3086 0.628906C10.6387 0.933594 10.6387 1.4668 10.3086 1.77148L6.24609 5.83398C5.94141 6.16406 5.4082 6.16406 5.10352 5.83398Z' fill='white'/%3E%3C/svg%3E%0A");background-position:right center;}@media print,screen and (min-width:64.0625em){.block-gtranslate .gt_selector{display:initial;}}.block-gtranslate .gt_selector > option{background:#7251bc;color:#ffffff;}.block-gtranslate .gt_selector > option:first-of-type{display:none;}@media print,screen and (min-width:64.0625em){.block-gtranslate .gt_selector > option:first-of-type{display:initial;}}.block-gtranslate .gtranslate-wrapper.active .gt_selector{display:inline-block;}.about-services__wrapper .about-services,.about-services__wrapper .accordions{max-width:860px;}.about-services__wrapper .accordions .grid-container{padding:0;}.about-services__wrapper h2{margin-bottom:1rem;}.about-services__wrapper .content__wrapper{margin-bottom:40px;}.about-services__wrapper .content__wrapper:last-of-type{margin:0;}body{display:block;}.accordion{clear:both;}.accordion + .accordion{margin-top:0.5rem;}@media print,screen and (min-width:48.0625em){.accordion + .accordion{margin-top:1rem;}}.accordion__button{position:relative;font-family:Raleway,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3;color:#3C3C3C;border-radius:unset;width:100%;margin:0;padding:1rem;padding-right:3.875rem;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;background-color:white;border:2px solid #7251bc;text-transform:unset;letter-spacing:0;}@media print,screen and (min-width:48.0625em){.accordion__button{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.accordion__button{font-size:1.25rem;}}.accordion__button .accordion__button-text{letter-spacing:0;}.accordion__button:hover,.accordion__button:focus{color:#ffffff;background-color:#7251bc;border-color:#7251bc;}.accordion__button:hover .accordion__icon,.accordion__button:focus .accordion__icon{background-color:#ffffff;}.accordion__button:hover path,.accordion__button:focus path{fill:#7251bc;}@media print,screen and (max-width:48.06125em){.accordion__button{font-size:16px;font-weight:600;line-height:1.3;}}@media print,screen and (min-width:48.0625em){.accordion__button{padding:22px 62px 22px 24px;}}.accordion__icon{position:absolute;top:0;right:17px;bottom:0;width:1.25em;height:1.25em;padding:6px;margin:auto;border-radius:50%;background-color:#5E38AE;-webkit-transition:background-color 400ms;transition:background-color 400ms;}@media print,screen and (min-width:48.0625em){.accordion__icon{right:1.75em;}}.accordion__icon-path{fill:#ffffff;-webkit-transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);}.accordion__icon-path--vertical{-webkit-transform:scaleY(1);transform:scaleY(1);transform-origin-y:50%;}.accordion__content{display:none;padding:1rem 0.875rem;border:0.0625em solid #7251bc;border-top:0;}.accordion__content::before,.accordion__content::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.accordion__content::after{clear:both;}:root:not(.oho-js) .accordion__content{display:block;}@media print,screen and (min-width:48.0625em){.accordion__content{padding:1.875rem;}}.accordion--open > .accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#ffffff;border-bottom:0;background-color:#7251bc;border-color:#7251bc;}.accordion--open > .accordion__button .accordion__icon,:root:not(.oho-js) .accordion__button .accordion__icon{background-color:#ffffff;}.accordion--open > .accordion__button .accordion__icon-path,:root:not(.oho-js) .accordion__button .accordion__icon-path{fill:#7251bc;}.accordion--open > .accordion__button .accordion__icon-path--vertical,:root:not(.oho-js) .accordion__button .accordion__icon-path--vertical{-webkit-transform:scaleY(0);transform:scaleY(0);}.accordion--mobile .accordion__button:disabled{display:none;}.accordion--mobile .accordion__button:disabled + .accordion__content{display:block !important;padding:0;border:0;background-color:transparent;}.wysiwyg .accordions{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:2rem;}}.wysiwyg .accordions .section-heading__heading{font-size:1.625rem;font-family:Raleway,sans-serif;font-weight:500;line-height:1.3;text-transform:none;}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__heading{font-size:2rem;}}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__heading{font-size:3rem;}}.wysiwyg .accordions .section-heading__subheading{font-size:1rem;font-weight:400;line-height:1.7;}@media print,screen and (min-width:64.0625em){.wysiwyg .accordions .section-heading__subheading{font-size:1.0625rem;line-height:1.8;}}.wysiwyg .accordions .grid-container{padding:0;}.alpha-jump-links{padding:2.5rem;background-color:#eeebf2;}.alpha-jump-links ul{margin:0;padding:0;list-style:none;}.alpha-jump-links li{display:inline-block;margin:0 0.5em 0.5em 0;color:#808080;font-size:1.5rem;font-weight:600;}.oho-animate{-webkit-transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;-webkit-transform:none;transform:none;opacity:1;}.oho-animate--ready{-webkit-transition:none;transition:none;}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0;}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0;}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{-webkit-transform:translateY(-5rem);transform:translateY(-5rem);opacity:0;}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);opacity:0;}.oho-animate:focus{-webkit-transform:none !important;transform:none !important;opacity:1 !important;}.breadcrumbs{margin:0;padding:0;padding-top:2rem;}.breadcrumbs li{display:inline-block;margin-bottom:0;padding-left:0;font-size:15px;font-weight:400;color:#3C3C3C;}.breadcrumbs li:before{color:#3C3C3C;}.breadcrumbs li:nth-child(n+2)::before{content:"\f178";font-size:1rem;font-family:"Font Awesome 6 Pro";line-height:1.25rem;padding:0 1rem;position:relative;font-size:0.9375rem;font-weight:400;}@media print,screen and (min-width:48.0625em){.breadcrumbs{padding-top:4.5rem;}.breadcrumbs li{margin-bottom:0;}.breadcrumbs li:first-child{padding-left:32px;}.breadcrumbs li:first-child:before{content:"";font-family:"Font Awesome 5 Pro";width:14px;height:14px;-webkit-mask:url(/themes/custom/blythedale/assets/img/breadcrumbs-icon.svg) no-repeat 50% 50%;mask:url(/themes/custom/blythedale/assets/img/breadcrumbs-icon.svg) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#3C3C3C;}}@media print,screen and (max-width:48.06125em){.breadcrumbs li{display:none;}.breadcrumbs li:nth-last-child(2){display:inline-block;}.breadcrumbs li:nth-last-child(2)::before{font-family:"Font Awesome 6 Pro";color:#3C3C3C;content:"\f177";display:inline;font-weight:100;padding:0;margin-right:8px;font-weight:400;position:relative;top:1px;}}.breadcrumbs__wrapper > .grid-container{padding-right:0;padding-left:0;}.card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card img{display:block;}.card__media{position:relative;}.card figure{margin:0;}@media print,screen and (min-width:48.0625em){.card--medium{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--medium .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--medium .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--medium img{display:block;}}@media print,screen and (min-width:48.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--large img{display:block;}}@media print,screen and (min-width:64.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--large img{display:block;}}.card--inline{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.card--inline .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--inline .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--inline img{display:block;}@media print,screen and (max-width:48.06125em){.card--stacked--small{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--stacked--small .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--stacked--small .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--stacked--small img{display:block;}}.card--stacked{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--stacked .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--stacked .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--stacked img{display:block;}.card--collapse{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--collapse .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--collapse .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--collapse .card__content__inner{padding-right:0;padding-bottom:0;padding-left:0;}.card--collapse img{display:block;}.card--tiny{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.card--tiny .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0;}.card--tiny .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--tiny img{display:block;}.card--tiny h2,.card--tiny h3{font-family:Raleway,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3;}@media print,screen and (min-width:48.0625em){.card--tiny h2,.card--tiny h3{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.card--tiny h2,.card--tiny h3{font-size:1.25rem;}}@media print,screen and (min-width:48.0625em){.card--offset{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-5rem;}.card--offset .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--offset .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--offset img{display:block;}}.card--full-width{position:relative;}.card--full-width .card__content{padding-bottom:2rem;padding-right:2rem;position:absolute;}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-bottom:3rem;}}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-right:2.5rem;}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-right:3rem;}}.card--full-width .card__content__inner{background:#f2f2f2;}@media print,screen and (min-width:48.0625em){.card--full-width{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--full-width .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--full-width .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--full-width img{display:block;}}.card--checkerboard{padding-right:0;padding-left:0;max-width:100rem;margin-left:auto;margin-right:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;overflow:hidden;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);opacity:1;}.card--checkerboard.card{overflow:visible;}.card--checkerboard h3{color:#2D0868;}.card--checkerboard p{color:#3C3C3C;}.card--checkerboard .btn{margin:0;}.card--checkerboard img{-webkit-filter:drop-shadow(0px 4px 14px rgba(0,0,0,0.2));filter:drop-shadow(0px 4px 14px rgba(0,0,0,0.2));}.card--checkerboard .card__content__inner{padding:1.875rem 1.25rem;}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--checkerboard img{display:block;}.card--checkerboard:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.card--checkerboard .card__media{position:relative;}.card--checkerboard .card__media img{width:100%;}.card--checkerboard figure{margin:0;position:relative;}.card--checkerboard .form-item{margin:0;}.card--checkerboard label{font-family:Raleway,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.card--checkerboard label{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.card--checkerboard label{font-size:1.25rem;}}.card--checkerboard select{border:none;border-bottom:1px solid #DB6F16;width:22.5rem;margin-top:8px;font-size:0.9375rem;line-height:1.7;padding-left:0;padding-bottom:0;background-position:calc(100% - 0px) 70%;color:#3C3C3C;background-image:url(/themes/custom/blythedale/assets/img/chevron-down.svg);}@media print,screen and (min-width:48.0625em){.card--checkerboard{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.card--checkerboard .card__content__inner{padding:1.25rem;}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--checkerboard img{display:block;}.card--checkerboard select{margin-top:12px;}.card--checkerboard .card__content__inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media print,screen and (min-width:64.0625em){.card--checkerboard{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.card--checkerboard .card__content__inner{padding:5rem;}.card--checkerboard .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--checkerboard img{display:block;}}.department-profiles{overflow:hidden;background:var(--gradient-purple-blue,linear-gradient(149deg,#5D3EA3 0%,#6499D8 100%));padding:40px 0 0;position:relative;}@media print,screen and (min-width:48.0625em){.department-profiles{padding:80px 0 0;}}.department-profiles::after{content:"";background-image:url(/themes/custom/blythedale/assets/img/swoops-mobile.png);background-size:cover;display:block;height:157px;width:100%;left:0;background-repeat:no-repeat;background-position:center bottom;opacity:1;z-index:4;bottom:0;pointer-events:none;}@media (min-width:425px){.department-profiles::after{height:200px;}}@media print,screen and (min-width:40.0625em){.department-profiles::after{background-image:url(/themes/custom/blythedale/assets/img/swoops.png);height:325px;}}@media print,screen and (min-width:48.0625em){.department-profiles::after{height:625px;}}@media print,screen and (min-width:64.0625em){.department-profiles::after{height:704px;}}@media screen and (min-width:90.0625em){.department-profiles::after{height:740px;}}.department-profiles h2{margin:0;}.department-profiles .content__wrapper{margin-bottom:-5em;}@media (min-width:425px){.department-profiles .content__wrapper{margin-bottom:-6em;}}@media print,screen and (min-width:40.0625em){.department-profiles .content__wrapper{margin-bottom:-12em;}}@media print,screen and (min-width:48.0625em){.department-profiles .content__wrapper{margin-bottom:-31em;}}@media print,screen and (min-width:64.0625em){.department-profiles .content__wrapper{margin-bottom:-33em;}}@media screen and (min-width:90.0625em){.department-profiles .content__wrapper{margin-bottom:-40em;}}@media print,screen and (min-width:40.0625em){.department-profiles .swiper-container{position:relative;}}.department-profiles .swiper-driver .swiper-slide-thumb-active::after,.department-profiles .swiper-driver .swiper-slide-thumb-active p{background-color:#ffffff;}.department-profiles .slider-navigation{margin-top:32px;max-width:88px;}@media print,screen and (min-width:48.0625em){.department-profiles .slider-navigation{max-width:110px;}}@media screen and (min-width:84.375em){.department-profiles .slider-navigation{max-width:100%;position:absolute;top:150px;}}@media screen and (min-width:84.375em){.department-profiles .slider-navigation__prev{left:-5em;}}@media screen and (min-width:84.375em){.department-profiles .slider-navigation__next{right:-5em;}}.department-profiles .swiper-slide{height:auto;}@media print,screen and (min-width:40.0625em){.department-profiles .swiper-slide{opacity:0;}}@media print,screen and (min-width:40.0625em){.department-profiles .swiper-slide-visible{opacity:1;}}.department-profiles h2{color:#ffffff;}.department-profiles__inner{padding:24px;background-color:#ffffff;}@media print,screen and (min-width:40.0625em){.department-profiles__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;}}.department-profiles__inner .department-profiles__img{width:100%;}@media (min-width:641px){.department-profiles__inner .department-profiles__img{-ms-flex-preferred-size:40%;flex-basis:40%;}}@media screen and (min-width:90.0625em){.department-profiles__inner .department-profiles__img{-ms-flex-preferred-size:360px;flex-basis:360px;}}.department-profiles__inner .department-profiles__content{height:100%;}@media (min-width:641px){.department-profiles__inner .department-profiles__content{-ms-flex-preferred-size:60%;flex-basis:60%;}}@media print,screen and (min-width:40.0625em){.department-profiles__inner .department-profiles__content{padding:1em 1.25em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}@media print,screen and (min-width:48.0625em){.department-profiles__inner .department-profiles__content{padding:1.5em 1.75em;}}@media print,screen and (min-width:64.0625em){.department-profiles__inner .department-profiles__content{padding:64px 88px;}}@media screen and (min-width:90.0625em){.department-profiles__inner .department-profiles__content{-ms-flex-preferred-size:800px;flex-basis:800px;}}.department-profiles__img figure{margin:0;}.department-profiles__quote{font-family:Lora,serif;font-style:italic;font-size:1.1875rem;line-height:1.6;margin:16px 0 0;color:#3C3C3C !important;line-height:160%;}@media print,screen and (min-width:64.0625em){.department-profiles__quote{font-size:1.5rem;line-height:1.8;}}@media print,screen and (min-width:40.0625em){.department-profiles__quote{margin:0;margin-bottom:24px;line-height:180%;}}.department-profiles__name{margin:16px 0 8px;}@media print,screen and (min-width:40.0625em){.department-profiles__name{margin:0;margin-bottom:8px;}}.department-profiles__name a.link-arrow{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;display:block;color:#7251bc;}@media print,screen and (min-width:48.0625em){.department-profiles__name a.link-arrow{font-size:1.5rem;}}.department-profiles__name a.link-arrow::after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#7251bc;}.department-profiles__name a.link-arrow:hover::after{-webkit-transform:translate(5px,-50%);transform:translate(5px,-50%);}.department-profiles__title{margin:0;color:#3C3C3C !important;font-size:1rem;font-weight:700;line-height:1.4;}@media print,screen and (min-width:48.0625em){.department-profiles__title{font-size:1.125rem;}}.department-profiles__thumb-wrapper{margin-top:32px;}@media print,screen and (min-width:64.0625em){.department-profiles__thumb-wrapper{margin-top:48px;}}.department-profiles__thumb-wrapper .swiper-driver{max-width:222px;}@media print,screen and (min-width:40.0625em){.department-profiles__thumb-wrapper .swiper-driver{max-width:100%;padding-right:4.375rem !important;padding-left:4.375rem !important;}}@media screen and (min-width:90.0625em){.department-profiles__thumb-wrapper .swiper-driver{padding:0 !important;}}.department-profiles__thumb-content{height:100%;}@media print,screen and (min-width:40.0625em){.department-profiles__thumb-content{max-width:100%;margin:0;}}.department-profiles__thumb-content .department-profiles__thumb-inner{padding:8px;}@media print,screen and (min-width:40.0625em){.department-profiles__thumb-content .department-profiles__name{margin-top:16px;}}.department-profiles__thumb-content .department-profiles__name a{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}.department-profiles__thumb-content .department-profiles__name a::after{font-size:0.75rem;}.department-profiles__thumb-content .department-profiles__title{font-family:Lato;font-weight:normal;font-size:0.875rem;line-height:150%;}.department-profiles-thumb__inner{padding:8px;padding-bottom:16px;background-color:#ffffff;height:100%;}@media screen and (max-width:40em){.department-profiles__thumbnail .swiper-container{width:300px;}}section.treatment-care-team .swiper-slide + .pager{display:none;}.card--differentiator{overflow:hidden;background:transparent;overflow:hidden;}@media print,screen and (min-width:48.0625em){.card--differentiator{margin-top:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.card--differentiator{margin-top:2rem;}}@media print,screen and (min-width:48.0625em){.card--differentiator .card__content__inner{padding:1.25rem 0 0 0;}.card--differentiator .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--differentiator .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--differentiator img{display:block;}}@media print,screen and (min-width:64.0625em){.card--differentiator{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--differentiator .card__content__inner{padding:3.125rem 0 0 0;}.card--differentiator .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--differentiator .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--differentiator img{display:block;}}@media print,screen and (min-width:40.0625em) and (max-width:48.06125em){.card--differentiator--image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.card--differentiator--image .card__content__inner{padding:0 0 0 2.5rem;}.card--differentiator--image .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--differentiator--image .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--differentiator--image img{display:block;}}@media print,screen and (min-width:48.0625em) and (max-width:64.06125em){.card--differentiator--image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:1.25rem;}.card--differentiator--image .card__content__inner{padding:0 0 0 2.5rem;}.card--differentiator--image .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--differentiator--image .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--differentiator--image img{display:block;}}.card--differentiator .card__media{border-radius:0;}.card--differentiator h3,.card--differentiator p{margin-top:1rem;}.card--differentiator .card__media + .card__content h3{margin-top:0;}.differentiators{z-index:4;color:#ffffff;position:relative;}.differentiators .swiper-wrapper,.differentiators .flex__wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.differentiators.differentiators-hero{padding-bottom:0;}.differentiators.differentiators-hero .card--differentiator .btn.btn--ghost{margin-top:1.5rem;}.differentiators .card__content{margin-bottom:32px;padding:0 32px;}@media print,screen and (min-width:40.0625em){.differentiators .card__content{max-width:100%;padding:0;}}@media print,screen and (min-width:64.0625em){.differentiators .card__content{margin-bottom:0;}}.differentiators .small-text{max-width:280px;margin-left:auto;margin-right:auto;line-height:170%;margin-bottom:0;}.differentiators .stat__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;}.differentiators .stat__wrapper .prefix{margin-right:8px;}.differentiators .stat__wrapper .suffix{margin-left:8px;}.differentiators .stat__wrapper .prefix,.differentiators .stat__wrapper .suffix{font-family:Lora;font-size:2.625rem;text-align:center;font-weight:400;line-height:normal;}@media print,screen and (min-width:64.0625em){.differentiators .stat__wrapper .prefix,.differentiators .stat__wrapper .suffix{font-size:3.125rem;}}.differentiators .card--differentiator{text-align:center;}.differentiators .card--differentiator .btn{margin:0;margin-top:0.5rem;}.differentiators .card--differentiator img{margin:auto;}.differentiators .card--differentiator svg{width:72px;height:72px;margin-right:auto;margin-left:auto;}.differentiators .card--differentiator svg path{fill:#ffffff;}.differentiators .card__content__inner{padding:0;}.differentiators .grid-x{row-gap:2rem;}.differentiators h3{font-size:20px;line-height:24px;color:#FFE171;}.differentiators h3 a{color:#FEDC5E;}.differentiators h3 a:hover{text-decoration-color:#FEDC5E;}.differentiators .slider-navigation{top:150px;}.differentiators .slider-navigation .slider-navigation__prev{left:-1em;}.differentiators .slider-navigation .slider-navigation__next{right:-1em;}@media print,screen and (max-width:48.06125em){.differentiators{background-color:#2D0868;}}@media print,screen and (min-width:48.0625em){.differentiators{margin-top:2rem;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.differentiators{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:64.0625em){.differentiators{margin-top:4rem;}}@media print,screen and (min-width:48.0625em){.differentiators .card--differentiator{margin-top:0;}.differentiators .card--differentiator .btn{margin-top:24px;}.differentiators h3{font-size:24px;line-height:28px;margin-top:24px;}}.page--treatment .differentiators{background:linear-gradient(327.92deg,#5D3EA3 2.79%,#2D0868 88.41%);}.event-contact{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.event-contact{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.event-contact{padding-bottom:4.5rem;}}.event-contact__container{padding:2rem;border:3px solid #7BCAAE;container-type:inline-size;}@media print,screen and (min-width:48.0625em){.event-contact__container{padding:2.5rem;}}.event-contact__heading{margin:0;color:#3C3C3C;}.event-contact__content{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.25rem !important;}@container (min-width:400px){.event-contact__content{gap:1.25rem !important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.event-contact__img,.event-contact__text{-webkit-box-flex:1;-ms-flex:1;flex:1;}.event-contact__id--name,.event-contact__id--title{margin:0;}.event-contact__img{margin:0;max-width:7.5rem;}.event-contact__id--name{font-weight:700;color:#3C3C3C;}.event-contact__id--title{font-size:0.875rem;font-weight:400;line-height:1.4;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.event-contact__id--title{font-size:0.9375rem;line-height:1.7;}}.event-contact__details .icon-list__icon{color:#F68E37;}.event-contact__details .icon-list a{text-decoration:none;overflow:visible;}.event-contact__details .icon-list a:hover,.event-contact__details .icon-list a:focus,.event-contact__details .icon-list a:active{text-decoration:underline;}.event-contact__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;}.event-hero{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.event-hero{margin-top:2rem;}}@media screen and (min-width:75.0625em){.event-hero .featured-date{margin-left:-10px;}}@media print,screen and (max-width:48.06125em){.event-hero .featured-date__label{font-size:0.75rem;}}.event-hero .featured-date__month-year{font-size:0.75rem;}@media print,screen and (min-width:48.0625em){.event-hero .featured-date__month-year{font-size:1.375rem;}}.event-hero .featured-date__day{font-size:2.5rem;}@media print,screen and (min-width:48.0625em){.event-hero .featured-date__day{font-size:6.25rem;}}.event-hero__heading h1{color:#3C3C3C;}.event-hero__content{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.event-hero__content{margin-top:2.5rem;}}.event-details .icon-list{font-size:0.875rem;font-weight:400;line-height:1.5;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2rem;position:relative;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.event-details .icon-list::after{background-color:#F68E37;content:"";height:2px;position:absolute;width:7.5rem;bottom:0;left:0;}}.event-details .icon-list li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;}.event-details .icon-list li:not(:first-child){margin-top:0;}.event-details .icon-list__icon{color:#F68E37;position:relative;}@media print,screen and (max-width:48.06125em){.event-details .icon-list{margin-top:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:0.5rem;}}.event-details__summary{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.event-details__summary{margin-top:2rem;}}.event-details__summary p{font-family:Lato;font-size:1.125rem;font-style:normal;font-weight:400;line-height:180%;}@media print,screen and (min-width:64.0625em){.event-details__summary p{font-size:1.25rem;}}.event-details__registration{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.event-details__registration{margin-top:2rem;}}.event-related{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.event-related{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.event-related{margin-top:6rem;}}.event-related .section-heading .grid-container{padding-top:2rem;border-top:2px solid #d8d8d8;}@media print,screen and (min-width:48.0625em){.event-related .section-heading .grid-container{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.event-related .section-heading .grid-container{padding-top:5rem;}}.event-related .cell:last-child .event-item{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.event-related .cell:last-child .event-item{margin-top:0;}}.event-related .featured-date{min-width:75px;width:75px;}.event-item .event-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1rem;}@media screen and (min-width:35em){.event-item .event-item__content{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.event-item .featured-date{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;}@media print,screen and (min-width:40.0625em){.event-item .featured-date{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.event-item .featured-date__label{font-size:0.75rem;}.event-item .featured-date__month-year{font-size:0.9375rem;}.event-item .featured-date__day{font-size:3.4375rem;}.event-item .event-details{-webkit-box-flex:5;-ms-flex:5;flex:5;}.event-item .event-item__heading{color:#7251bc;}.event-item .icon-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1rem;padding:0;row-gap:0.5rem;}.event-item .icon-list::after{content:none;}.event-item .event-details__summary{font-size:0.875rem;font-weight:400;line-height:1.4;margin-top:1rem;}@media print,screen and (min-width:48.0625em){.event-item .event-details__summary{font-size:0.9375rem;line-height:1.7;}}.event-section{background:linear-gradient(147.8deg,#5D3EA3 16.46%,#186395 98.83%);color:#ffffff;position:relative;}.event-section::before{content:"";background:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(13.31%,rgba(0,0,0,0)));background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 13.31%);opacity:0.18;height:40px;position:absolute;display:block;top:0;width:100%;}.event-section__content{background-color:#ffffff;color:#000000;padding:24px;position:relative;}.event-section .section-heading__title{color:#ffffff;}.event-section__content p{font-size:0.875rem;font-weight:400;line-height:1.4;}@media print,screen and (min-width:48.0625em){.event-section__content p{font-size:0.9375rem;line-height:1.7;}}.event-section .icon-list li:not(:first-child){margin-top:0.5rem;}.event-section h3{color:#3C3C3C;}.event-section .btn{margin:0;color:black;border:1.5px solid #CF4361;}.event-section .btn:hover,.event-section .btn:active,.event-section .btn:focus{background-color:#CF4361;border-color:#CF4361;color:#ffffff;}.event-section figure{margin:0;}.event-section .icon-list__icon::before{color:#F68E37;}.event-section .icon-list__content{font-size:0.875rem;font-weight:400;line-height:1.5;}@media print,screen and (min-width:48.0625em){.event-section__content{padding:48px;margin-left:-32px;}.event-section__img{max-width:560px;margin-top:-2em;}.event-section .grid-x{margin-top:4em;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media screen and (min-width:75.0625em){.event-section__img{max-width:560px;margin-top:0;}.event-section .grid-x{margin-top:2em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}[data-fancybox-modal]{display:none;}.featured-statistic-section{padding-top:2rem;padding-bottom:8px;}@media print,screen and (min-width:48.0625em){.featured-statistic-section{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.featured-statistic-section{padding-top:5rem;}}.featured-statistic-section:last-child{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.featured-statistic-section:last-child{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.featured-statistic-section:last-child{padding-bottom:5rem;}}.featured-statistic-section blockquote::before{width:62px;}.featured-statistic-section blockquote p{margin-top:0;}.featured-statistic{text-align:center;max-width:360px;margin-top:24px;}@media print,screen and (min-width:48.0625em){.featured-statistic{margin-top:0;float:right;}}.featured-statistic__wrapper{padding:56px 41px 0;}.featured-statistic svg{width:70px;height:70px;}.featured-statistic svg path{fill:#D44564;}.featured-statistic .icon{margin-bottom:24px;}.featured-statistic h2{margin-bottom:16px;}.featured-statistic .description{margin-bottom:24px;}.featured-statistic figure{margin:0;margin-bottom:24px;}.featured-statistic .swoops{width:100%;margin-top:-6em;}.flexboxes{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.flexboxes{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.flexboxes{padding-top:3.5rem;}}@media print,screen and (min-width:48.0625em){.flexboxes{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.flexboxes{padding-bottom:4.5rem;}}.flexboxes .animal-separator{margin:0;}.flexboxes .animal-separator.has-heading .animal-icon,.flexboxes .animal-separator.has-heading .zag-line{display:block;}.flexboxes .grid-margin-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:2rem;}@media print,screen and (min-width:48.0625em){.flexboxes .grid-margin-x{row-gap:2.5rem;}}@media print,screen and (min-width:64.0625em){.flexboxes .grid-margin-x{row-gap:4rem;}}.flexboxes .flexboxes__item{width:100%;}.flexboxes .flexboxes__item p{margin-top:1rem;margin-bottom:0;}.flexboxes .flexboxes__item a{color:#7251bc;}.flexboxes .flexboxes__item a:hover,.flexboxes .flexboxes__item a:focus,.flexboxes .flexboxes__item a:active{color:#CF4361;text-decoration-color:#CF4361;}.flexboxes .flexboxes__item a:hover::after,.flexboxes .flexboxes__item a:focus::after,.flexboxes .flexboxes__item a:active::after{color:#CF4361;}.flexboxes .flexboxes__item a::after{text-decoration:none;color:#7251bc;}.full-feature{padding-top:56px;padding-bottom:56px;position:relative;overflow:hidden;color:#ffffff;background:#5D3EA3;background-image:linear-gradient(328deg,#5D3EA3 2.79%,#2D0868 88.41%);-webkit-box-shadow:0px 0px 5px 0px #4C4C4C inset;box-shadow:0px 0px 5px 0px #4C4C4C inset;}.full-feature .btn{margin:0;}.full-feature .btn::after{color:inherit;}.full-feature__description{margin-top:8px;font-size:1rem;font-weight:400;line-height:1.7;}@media print,screen and (min-width:64.0625em){.full-feature__description{font-size:1.0625rem;line-height:1.8;}}.full-feature__content{position:relative;z-index:4;}.full-feature__image{background:linear-gradient(328deg,#5D3EA3 2.79%,#2D0868 88.41%);}.full-feature__image img{position:absolute;height:122%;width:100%;-o-object-fit:cover;object-fit:cover;left:0;bottom:0;-webkit-transform:translateY(calc(var(--scroll-tracker) * 30%));transform:translateY(calc(var(--scroll-tracker) * 30%));opacity:0.4;mix-blend-mode:luminosity;z-index:1;}.full-feature::after{content:"";position:absolute;z-index:2;opacity:0.8;height:100%;width:100%;left:0;bottom:0;background:linear-gradient(327.92deg,#5D3EA3 2.79%,#2D0868 88.41%);}@media print,screen and (min-width:48.0625em){.full-feature{padding-top:120px;padding-bottom:120px;}.full-feature__description{margin-top:24px;}.full-feature__image::before{content:"";display:block;width:100%;position:absolute;bottom:-100px;left:0;background:url(/themes/custom/blythedale/assets/img/lg-swoosh.png);background-repeat:no-repeat;background-size:100%;height:calc(100% + 100px);background-position:center bottom;opacity:0.8;z-index:3;pointer-events:none;}}.hero--department{}@media print,screen and (min-width:64.0625em){.hero--department.hero{padding-top:65px;}}.hero--department.hero::after{display:none;}@media print,screen and (min-width:64.0625em){.hero--department .flex__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media print,screen and (min-width:64.0625em){.hero--department .flex__wrapper .hero__top__wrapper{-ms-flex-preferred-size:73%;flex-basis:73%;}}@media print,screen and (min-width:64.0625em){.hero--department .flex__wrapper .hero__bottom__wrapper{-ms-flex-preferred-size:27%;flex-basis:27%;-ms-flex-item-align:end;align-self:flex-end;margin-bottom:-112px;margin-left:-40px;z-index:5;}}.hero--department .eyebrow{margin-bottom:8px;}.hero--department .animal-separator{width:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1);margin:27px 0 24px;}@media print,screen and (min-width:64.0625em){.hero--department .animal-separator{margin:112px 0 48px;}}.hero--department .animal-separator__content{margin-top:47px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.hero--department .breadcrumbs__wrapper{margin-top:24px;margin-bottom:1rem;}@media print,screen and (min-width:64.0625em){.hero--department .breadcrumbs__wrapper{margin-top:72px;margin-bottom:40px;}}.hero--department .breadcrumbs__wrapper .breadcrumbs{padding:0;}.hero--department .breadcrumbs__wrapper .grid-container{padding:0;}.hero--department h1.title{color:#3C3C3C;}.hero--department h1.title::after{content:"";background-color:#F68E37;width:88px;height:2px;display:block;margin-top:10px;margin-bottom:2rem;}@media print,screen and (min-width:48.0625em){.hero--department h1.title::after{margin-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--department h1.title::after{margin-bottom:3.5rem;}}.hero--department .subtitle{font-size:1rem;font-weight:700;line-height:1.4;font-family:"Lato",sans-serif;color:#3C3C3C;font-weight:400;line-height:180%;margin-bottom:32px;}@media print,screen and (min-width:48.0625em){.hero--department .subtitle{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.hero--department .subtitle{margin-bottom:56px;}}.hero--department.hero{background:linear-gradient(136.48deg,#FFF4CC 9.49%,#FFE171 116.03%);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.hero--department.hero__media__wrapper{margin-bottom:16px;}.hero--department.hero figure{margin:0;}.hero--department .hero__content,.hero--department.hero--img .hero__content,.hero--department.hero--video .hero__content{padding:0;}@media print,screen and (min-width:64.0625em){.hero--department .hero__media__wrapper{max-width:835px;}}.hero--department .contact__wrapper{padding:24px;margin-top:16px;background:var(--white,#FFF);-webkit-box-shadow:0px 4px 14px 0px rgba(0,0,0,0.2);box-shadow:0px 4px 14px 0px rgba(0,0,0,0.2);}@media print,screen and (min-width:64.0625em){.hero--department .contact__wrapper{margin:0;padding:48px 40px;min-width:360px;}}@media print,screen and (min-width:48.0625em){.hero--department .contact__wrapper.flex{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:80%;}}.hero--department .contact__wrapper .info__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;}.hero--department .contact__wrapper p{color:#3C3C3C;}.hero--department .contact__wrapper .content{margin-bottom:16px;font-size:0.9375rem;}.hero--department .icon-list{margin-bottom:24px;}@media print,screen and (min-width:64.0625em){.hero--department .icon-list{margin-bottom:32px;}}.hero--department .icon-list li{padding-left:32px;}.hero--department .icon-list__content a{text-decoration:underline;overflow:visible;}.hero--department .icon-list__content a:hover,.hero--department .icon-list__content a:focus,.hero--department .icon-list__content a:active{text-decoration:none;}.hero--department .fas::before{color:#F68E37;}.hero__bottom__wrapper .info__wrapper .section-heading__link{color:#000000;}.hero__bottom__wrapper .info__wrapper .section-heading__link + .section-heading__link{margin-top:0.5rem;}.hero__bottom__wrapper .info__wrapper .section-heading__link.download::after{font-family:"Font Awesome 5 Pro";font-weight:400;font-smoothing:antialiased;display:inline-block;content:"\f019";color:#000000;margin-left:10px;}.hero--landing{}.hero--landing > .grid-container{width:100%;}.hero--landing.hero--img{background:none;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%);}.hero--landing .landing-page__top-upper__fade{width:100%;height:100px;position:absolute;display:block;top:0;z-index:2;background:-webkit-gradient(linear,left top,left bottom,from(rgba(45,8,104,0.8)),to(rgba(45,8,104,0)));background:linear-gradient(to bottom,rgba(45,8,104,0.8) 0%,rgba(45,8,104,0) 100%);}@media (min-width:425px){.hero--landing .landing-page__top-upper__fade{height:150px;}}@media print,screen and (min-width:40.0625em){.hero--landing .landing-page__top-upper__fade{height:200px;}}@media print,screen and (min-width:48.0625em){.hero--landing .landing-page__top-upper__fade{height:300px;}}.hero--landing .landing-page__upper__fade{position:absolute;bottom:0;width:100%;height:15px;z-index:5;display:block;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,0)),color-stop(75%,white),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,white 75%,white 100%);}@media (min-width:425px){.hero--landing .landing-page__upper__fade{height:25px;}}@media (min-width:500px){.hero--landing .landing-page__upper__fade{height:50px;}}@media print,screen and (min-width:40.0625em){.hero--landing .landing-page__upper__fade{bottom:-1em;height:5vh;}}@media print,screen and (min-width:48.0625em){.hero--landing .landing-page__upper__fade{height:10vh;}}.hero--landing .landing-page__upper__swoosh{position:absolute;left:0;width:100%;z-index:4;line-height:0;bottom:-1.75em;}@media print,screen and (min-width:40.0625em){.hero--landing .landing-page__upper__swoosh{bottom:-4em;}}@media print,screen and (min-width:64.0625em){.hero--landing .landing-page__upper__swoosh{bottom:-6em;}}@media screen and (min-width:75.0625em){.hero--landing .landing-page__upper__swoosh{bottom:-10em;}}.hero--landing .landing-page__upper__swoosh img{width:100%;max-width:100%;height:auto;}.hero--landing h1.title{color:#3C3C3C;}.hero--landing h1.title span{font-style:italic;color:#DB6F16;}.hero--landing .supporting-text p{font-size:1rem;font-weight:700;line-height:1.4;font-size:1rem;color:#3C3C3C;font-weight:400;line-height:180%;}@media print,screen and (min-width:48.0625em){.hero--landing .supporting-text p{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.hero--landing .supporting-text p{font-size:1.0625rem;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;}}.hero--landing.hero{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.hero--landing.hero figure{margin:0;}.hero--landing .hero__media{position:relative;}.hero--landing .hero__content{padding:40px 0 0;}.hero--landing .hero__content--inner{max-width:100%;}.hero--landing .hero__overlay{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%);height:443px;top:unset;bottom:-2em;}@media print,screen and (min-width:64.0625em){.hero--landing .hero__media__wrapper{max-width:835px;}}.hero.hero--landing .aspect-ratio-frame{position:relative;z-index:1;}.hero.hero--landing .aspect-ratio-frame > img{position:absolute !important;}.hero--landing > .hero__media{max-height:800px;overflow:hidden;}@media screen and (min-width:87.5em){.hero--landing .landing-page__upper__fade{height:400px;bottom:-100px;}.hero--landing .landing-page__upper__swoosh{bottom:-9vw;}}.hero--treatment{}.hero--treatment.hero{background:none;}.hero--treatment.hero--img{background:none;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%);}.hero--treatment .treatment-page__top-upper__fade{width:100%;height:100px;position:absolute;display:block;top:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(rgba(45,8,104,0.8)),to(rgba(45,8,104,0)));background:linear-gradient(to bottom,rgba(45,8,104,0.8) 0%,rgba(45,8,104,0) 100%);}@media (min-width:425px){.hero--treatment .treatment-page__top-upper__fade{height:150px;}}@media print,screen and (min-width:40.0625em){.hero--treatment .treatment-page__top-upper__fade{height:200px;}}@media print,screen and (min-width:48.0625em){.hero--treatment .treatment-page__top-upper__fade{height:300px;}}.hero--treatment .treatment-page__upper__fade{position:absolute;bottom:0;width:100%;height:15px;z-index:30;display:block;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,0)),color-stop(75%,white),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,white 75%,white 100%);}@media (min-width:425px){.hero--treatment .treatment-page__upper__fade{height:25px;}}@media (min-width:500px){.hero--treatment .treatment-page__upper__fade{height:50px;}}@media print,screen and (min-width:40.0625em){.hero--treatment .treatment-page__upper__fade{bottom:-1em;height:5vh;}}@media print,screen and (min-width:48.0625em){.hero--treatment .treatment-page__upper__fade{height:10vh;}}.hero--treatment .treatment-page__upper__swoosh{position:absolute;left:0;width:100%;z-index:4;line-height:0;bottom:-1.75em;}@media print,screen and (min-width:40.0625em){.hero--treatment .treatment-page__upper__swoosh{bottom:-4em;}}@media print,screen and (min-width:64.0625em){.hero--treatment .treatment-page__upper__swoosh{bottom:-6em;}}@media screen and (min-width:75.0625em){.hero--treatment .treatment-page__upper__swoosh{bottom:-10em;}}.hero--treatment .treatment-page__upper__swoosh img{width:100%;max-width:100%;height:auto;}.hero--treatment .breadcrumbs{padding:0;}.hero--treatment .breadcrumbs__wrapper{margin-bottom:1rem;}@media print,screen and (min-width:48.0625em){.hero--treatment .breadcrumbs__wrapper{margin-bottom:1.5rem;}}.hero--treatment .breadcrumbs a{color:#ffffff;text-decoration:underline;}.hero--treatment .breadcrumbs a:hover,.hero--treatment .breadcrumbs a:focus,.hero--treatment .breadcrumbs a:active{text-decoration:none;}.hero--treatment .breadcrumbs li:last-of-type{color:#ffffff;}.hero--treatment .breadcrumbs li:before{color:#FFE171;}@media print,screen and (min-width:48.0625em){.hero--treatment .breadcrumbs li:first-child:before{background-color:#FFE171;}}.hero--treatment h1.title{margin-bottom:0;color:#ffffff;}.hero--treatment h1.title span{font-style:italic;color:#DB6F16;}.hero--treatment .supporting-text p{font-size:1rem;font-weight:700;line-height:1.4;font-size:1rem;font-weight:400;line-height:180%;margin-bottom:32px;}@media print,screen and (min-width:48.0625em){.hero--treatment .supporting-text p{font-size:1.125rem;}}@media print,screen and (min-width:64.0625em){.hero--treatment .supporting-text p{font-size:1.0625rem;margin-bottom:56px;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;}}.hero--treatment.hero{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.hero--treatment.hero figure{margin:0;}.hero--treatment .hero__media{position:relative;}.hero--treatment .hero__content{padding:40px 0 0;}.hero--treatment .hero__content--inner{max-width:100%;}.hero--treatment .hero__overlay{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%);height:443px;top:unset;bottom:-2em;}.hero--treatment .content__wrapper{position:relative;z-index:30;background-color:#7251bc;color:#ffffff;padding:32px;margin-left:20px;margin-right:20px;max-width:1280px;}@media print,screen and (min-width:40.0625em){.hero--treatment .content__wrapper{gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media print,screen and (min-width:48.0625em){.hero--treatment .content__wrapper{gap:40px;}}@media print,screen and (min-width:64.0625em){.hero--treatment .content__wrapper{padding:64px;margin-top:-10px;}}@media screen and (min-width:90.0625em){.hero--treatment .content__wrapper{margin-top:-70px;max-width:1280px;}}@media print,screen and (min-width:40.0625em){.hero--treatment .content__wrapper .content__main{-ms-flex-preferred-size:63%;flex-basis:63%;}}@media screen and (min-width:75.0625em){.hero--treatment .content__wrapper .content__main{-ms-flex-preferred-size:700px;flex-basis:700px;}}.hero--treatment .content__wrapper .content__main .summary p{font-size:1.125rem;}@media print,screen and (min-width:64.0625em){.hero--treatment .content__wrapper .content__main .summary p{font-size:1.25rem;}}.hero--treatment .content__wrapper .content__side{margin-top:24px;}@media print,screen and (min-width:40.0625em){.hero--treatment .content__wrapper .content__side{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:37%;flex-basis:37%;gap:24px;margin-top:60px;}}@media print,screen and (min-width:64.0625em){.hero--treatment .content__wrapper .content__side{margin-top:100px;}}@media screen and (min-width:75.0625em){.hero--treatment .content__wrapper .content__side{-ms-flex-preferred-size:412px;flex-basis:412px;}}.hero--treatment .content__wrapper .content__side .icon__wrapper{display:none;}@media print,screen and (min-width:40.0625em){.hero--treatment .content__wrapper .content__side .icon__wrapper{display:block;}}.hero--treatment .content__wrapper .content__side__content .small-text{line-height:21px;}.hero--treatment .content__wrapper .content__side__content .h6{color:#FFE171;margin:0;margin-bottom:1rem;}.hero--treatment .content__wrapper .content__side__content hr{border:none;height:1px;background-color:#BEA4F9;margin:16px 0;}.hero--treatment .content__wrapper .content__side__content .middot{font-weight:700;}.hero--treatment .content__wrapper .content__side__content .middot:first-of-type,.hero--treatment .content__wrapper .content__side__content .middot:nth-of-type(2){margin-right:0.5em;}.hero--treatment .content__wrapper .content__side__content .middot::before{content:"•";color:#FFE171;margin-right:0.5em;}.hero--treatment .content__wrapper .content__side__content .middot:first-of-type::before{display:none;}.hero--treatment .content__wrapper .content__side__content .middot:last-of-type::before{margin:0;margin-right:0.5em;}.hero--treatment .content__wrapper .content__side__content .care-types{margin:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.home-page .hero__content{pointer-events:none;}.home-page .hero__content .button__wrapper{pointer-events:all;}.home-page .animal__wrapper{background-color:#2D0868;}.hero.bg-purple--dark{background:-webkit-gradient(linear,left top,left bottom,color-stop(7.35%,rgba(45,8,104,0.71)),color-stop(27.18%,rgba(174,144,222,0.34)),color-stop(64.18%,rgba(45,8,104,0.62)),to(#2D0868));background:linear-gradient(180deg,rgba(45,8,104,0.71) 7.35%,rgba(174,144,222,0.34) 27.18%,rgba(45,8,104,0.62) 64.18%,#2D0868 100%);}.bg-solid-purple--dark{background-color:#2D0868;}.animal__wrapper{padding-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:800px;width:100%;}@media print,screen and (min-width:48.0625em){.animal__wrapper{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.animal__wrapper{padding-top:3rem;}}@media print,screen and (min-width:64.0625em){.animal__wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}}.hero__elephant-icon{text-align:center;margin-bottom:-9px;position:relative;z-index:20;}.hero__elephant-icon svg{fill:#ffffff;width:101px;height:auto;}@media print,screen and (min-width:64.0625em){.hero__elephant-icon svg{width:180px;}}.parallax-mask{position:relative;z-index:3;background:#ffffff;}.hero{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10rem;padding-top:10rem;}.hero .hero__media img,.hero .hero__media video,.hero .hero__media .video-feature{position:relative;display:block;width:100%;max-width:none;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.hero .video-play-button{bottom:180px;}.hero .video-play-button::after{font-weight:300;}@media print,screen and (min-width:48.0625em){.hero{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#b3b3b3;}}.hero button.video-play-button:hover,.hero button.video-play-button:focus,.hero button.video-play-button:active{background-color:#2D0868;}.hero__media{position:relative;display:block;width:100%;}.hero__content{z-index:5;width:100%;padding-right:1.25rem;padding-left:1.25rem;max-width:1160px;margin-left:auto;margin-right:auto;position:relative;color:#ffffff;}@media print,screen and (min-width:48.0625em){.hero__content h1,.hero__content p{color:#ffffff;}}.hero__content h1{font-family:Raleway,sans-serif;}.hero__content p{margin-right:auto;margin-left:auto;}.hero__content .btn{margin:auto;}.hero__content--inner{max-width:960px;}.hero__overlay{pointer-events:none;position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;opacity:0.7;background:rgb(45,8,104);background:-webkit-gradient(linear,left top,left bottom,color-stop(9%,rgb(45,8,104)),color-stop(20%,rgb(174,144,222)),color-stop(65%,rgb(45,8,104)),to(rgb(45,8,104)));background:linear-gradient(180deg,rgb(45,8,104) 9%,rgb(174,144,222) 20%,rgb(45,8,104) 65%,rgb(45,8,104) 100%);}@media print,screen and (max-width:64.06125em){.hero__overlay{top:110px;}}.hero--video,.hero--img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.hero--video h2,.hero--img h2{font-size:36px;line-height:44px;letter-spacing:-1px;text-shadow:0px 2px 4px rgba(0,0,0,0.4);}.hero--video .hero__content,.hero--img .hero__content{padding-top:40px;}@media print,screen and (min-width:48.0625em){.hero--video h2,.hero--img h2{font-size:60px;line-height:1.14;}}@media print,screen and (min-width:64.0625em){.hero--video h2,.hero--img h2{font-size:80px;}}.hero--video:after,.hero--img:after{content:"";display:block;width:100%;position:absolute;left:0;background:url(/themes/custom/blythedale/assets/img/lg-swoosh.png);background-repeat:no-repeat;background-size:100%;height:100%;background-position:center bottom;opacity:1;z-index:4;bottom:0;pointer-events:none;}@media print,screen and (min-width:48.0625em){.hero--video:after,.hero--img:after{bottom:-55px;}}@media print,screen and (min-width:48.0625em){.home-page .hero--video h1,.home-page .hero--img h1{font-size:60px;line-height:1.14;}}@media print,screen and (min-width:64.0625em){.home-page .hero--video h1,.home-page .hero--img h1{font-size:80px;}}.home-page__top-upper__fade{width:100%;height:376px;position:absolute;display:block;top:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(rgba(45,8,104,0.8)),to(rgba(45,8,104,0)));background:linear-gradient(to bottom,rgba(45,8,104,0.8) 0%,rgba(45,8,104,0) 100%);}@media (min-width:425px){.home-page__top-upper__fade{height:150px;}}@media print,screen and (min-width:40.0625em){.home-page__top-upper__fade{height:200px;}}@media print,screen and (min-width:48.0625em){.home-page__top-upper__fade{height:300px;}}.hero--video .video-feature,.hero--video video{position:relative;z-index:2;}@media print,screen and (min-width:48.0625em){.hero--video .hero__media img{position:absolute;top:0;left:0;height:100%;}}.hero--no-img{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background:none;z-index:-1;}.hero--no-img .hero__content{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;padding-top:2rem;position:relative;width:100%;}@media print,screen and (min-width:48.0625em){.hero--no-img .hero__content{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.hero--no-img .hero__content{padding-top:3rem;}}.hero--no-img .hero__content h1,.hero--no-img .hero__content p{margin-right:0;margin-left:0;text-align:left;color:#3C3C3C;}.hero.hero--parallax{overflow:hidden;}.hero.hero--parallax .hero__content{padding-top:50vw;}@media print,screen and (min-width:48.0625em){.hero.hero--parallax .hero__content{padding-top:30vw;}}@media print,screen and (min-width:64.0625em){.hero.hero--parallax .hero__content{padding-top:430px;}}.hero.hero--parallax .hero__media img,.hero.hero--parallax .hero__media video{height:150vw;-webkit-transform:translateY(calc(var(--scroll-tracker) * 35%));transform:translateY(calc(var(--scroll-tracker) * 35%));}@media print,screen and (min-width:64.0625em){.hero.hero--parallax .hero__media img,.hero.hero--parallax .hero__media video{height:105%;}}.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{height:100%;}.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{position:absolute;bottom:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover;top:30px;}.hero.hero--parallax .hero__media img,.hero.hero--parallax .hero__media video,.hero.hero--parallax .video-feature img,.hero.hero--parallax .video-feature video,.hero.hero--parallax .autoplay-video-container img,.hero.hero--parallax .autoplay-video-container video{height:105%;-webkit-transform:translateY(calc(var(--scroll-tracker) * 35%));transform:translateY(calc(var(--scroll-tracker) * 35%));}@media print,screen and (max-width:48.06125em){.hero.hero--parallax .hero__media img,.hero.hero--parallax .hero__media video,.hero.hero--parallax .video-feature img,.hero.hero--parallax .video-feature video,.hero.hero--parallax .autoplay-video-container img,.hero.hero--parallax .autoplay-video-container video{height:63vw;min-height:575px;}}@media print,screen and (max-width:48.06125em){.hero.hero--parallax .hero__media video,.hero.hero--parallax .video-feature video,.hero.hero--parallax .autoplay-video-container video{display:none;}}@media print,screen and (min-width:48.0625em){.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{top:-130px;}}@media print,screen and (min-width:64.0625em){.hero.hero--parallax .hero__media img,.hero.hero--parallax .video-feature img,.hero.hero--parallax .autoplay-video-container img{top:-100px;}}@media print,screen and (min-width:64.0625em){.hero.hero--parallax{margin-top:-240px;}}@media screen and (min-width:75.0625em){.hero.hero--parallax{margin-top:-240px;}}.hero--iframe .video-feature{position:relative;z-index:3;overflow:hidden;height:0;padding-top:30px;padding-bottom:56.25%;}@media print,screen and (min-width:48.0625em){.hero--iframe img{position:absolute;}}@media print,screen and (min-width:48.0625em){.hero--iframe iframe{position:absolute;z-index:2;top:0;left:0;width:100%;min-width:1165px;height:100%;min-height:700px;}}.hero--iframe .video-feature{display:none;}@media print,screen and (min-width:48.0625em){.hero--iframe .video-feature{display:block;margin-top:-3.125rem;}}.hero--parallax-iframe .video-feature{display:none;}@media print,screen and (min-width:48.0625em){.hero--parallax-iframe .video-feature{position:relative;z-index:2;display:block;width:100vw;height:100vh;}}.hero__differentiator{z-index:2;}.differentiators-hero{z-index:2;color:#ffffff;position:relative;}.differentiators-hero .card--differentiator{text-align:center;}.differentiators-hero .card--differentiator .card__content{margin-bottom:0;}.differentiators-hero .card--differentiator .btn{margin:0;margin-top:0.5rem;}.differentiators-hero .card--differentiator img{margin:auto;}.differentiators-hero h3{font-size:20px;line-height:24px;}.differentiators-hero h3 a{color:#FEDC5E;}.differentiators-hero h3 a:hover{text-decoration:none;}.differentiators-hero .slider-navigation{top:150px;}@media print,screen and (max-width:48.06125em){.differentiators-hero{background-color:#2D0868;}.differentiators-hero::before{content:"";background:rgb(45,8,104);background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,rgba(45,8,104,0.1)),to(rgb(45,8,104)));background:linear-gradient(180deg,rgba(45,8,104,0.1) 5%,rgb(45,8,104) 100%);position:absolute;width:100%;height:40px;top:-35px;left:0;}}@media print,screen and (min-width:48.0625em){.differentiators-hero{margin-top:2rem;padding-bottom:7.5rem;width:calc(100% - 20px);}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.differentiators-hero{margin-top:2.5rem;}}@media print,screen and (min-width:48.0625em) and (min-width:64.0625em){.differentiators-hero{margin-top:4rem;}}@media print,screen and (min-width:48.0625em){.differentiators-hero .card--differentiator{margin-top:0;}.differentiators-hero .card--differentiator .btn{margin-top:24px;}.differentiators-hero h3{font-size:24px;line-height:28px;}}.hero-general{position:unset;}.hero-general h1{position:relative;padding-bottom:1.5rem;}.hero-general h1:after{background-color:#F68E37;content:"";height:2px;position:absolute;width:5.5rem;bottom:0;left:0;}@media print,screen and (min-width:48.0625em){.hero-general h1:after{width:7.5rem;}}.home-page .hero a.btn.btn--alternate:hover::after,.home-page .hero .differentiators a.btn.btn--alternate:hover::after{color:inherit;}@media only screen and (max-width:768px) and (min-width:1000px){.home-page .hero .hero__content{padding-right:80px;}}.home-page .hero .video-play-button:hover,.home-page .hero .video-play-button:focus{background-color:transparent;}.home-page .hero .video-play-button:hover::after,.home-page .hero .video-play-button:focus::after{color:#FFE171;}@-webkit-keyframes left-leg{from{-webkit-transform:none;transform:none;}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg);}}@keyframes left-leg{from{-webkit-transform:none;transform:none;}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg);}}@-webkit-keyframes right-leg{from{-webkit-transform:none;transform:none;}to{-webkit-transform:rotate(23deg);transform:rotate(23deg);}}@keyframes right-leg{from{-webkit-transform:none;transform:none;}to{-webkit-transform:rotate(23deg);transform:rotate(23deg);}}.page--scroll-tracker .site-header{display:none;}.page--scroll-tracker h1{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;}.student-journey{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:100vh;}.student-journey h2{max-width:960px;text-transform:uppercase;font-size:12vw;line-height:0.8;}.student-journey h2 .oho-animate:last-child::after{display:block;width:3px;height:200px;content:"";-webkit-transition:height 0.8s cubic-bezier(0.82,0.06,0.14,0.97);transition:height 0.8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-transition-delay:0.8s;transition-delay:0.8s;-webkit-transform:translateY(80px);transform:translateY(80px);background:#000000;}.student-journey h2 .oho-animate.oho-animate--ready:last-child::after{height:0;-webkit-transition:none;transition:none;}.horizontal-story-container{position:relative;width:100%;min-height:4900vh;}.horizontal-story{position:sticky;top:0;left:0;width:100vw;height:100vh;opacity:calc(var(--scroll-tracker) * 20);}.horizontal-story .laptop-cloud{display:none;fill:url(#laptop-cloud-gradient);}.horizontal-story .background path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -8%));transform:translateX(calc(var(--scroll-tracker) * -8%));opacity:0.7;fill:#dfe9f7;}.horizontal-story .background path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%));}.horizontal-story .background path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%));}.horizontal-story .background path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%));transform:translateX(calc(var(--scroll-tracker) * -1%));}.horizontal-story .background path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%));}.horizontal-story .background path.cloud-background--offset-top{-webkit-transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);transform:translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);}.horizontal-story .background:nth-child(3) path,.horizontal-story .background:nth-child(4) path,.horizontal-story .background:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -4%));transform:translateX(calc(var(--scroll-tracker) * -4%));}.horizontal-story .background:nth-child(3) path:nth-child(2),.horizontal-story .background:nth-child(4) path:nth-child(2),.horizontal-story .background:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%));}.horizontal-story .background:nth-child(3) path:nth-child(3),.horizontal-story .background:nth-child(4) path:nth-child(3),.horizontal-story .background:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -43%));transform:translateX(calc(var(--scroll-tracker) * -43%));}.horizontal-story .background:nth-child(3) path:nth-child(4),.horizontal-story .background:nth-child(4) path:nth-child(4),.horizontal-story .background:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%));}.horizontal-story .background:nth-child(3) path:nth-child(5),.horizontal-story .background:nth-child(4) path:nth-child(5),.horizontal-story .background:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%));}.laptop__screen,.laptop__keyboard--accent{fill:#2d3079;}.laptop__screen--inner{fill:#ffffff;}.laptop__keyboard{fill:#71b3e2;}.laptop__bars{fill:#ffe21a;}.laptop__molecules{fill:#7251bc;-webkit-transform:rotate(calc(var(--scroll-tracker) * 0.05deg));transform:rotate(calc(var(--scroll-tracker) * 0.05deg));-webkit-transform-origin:70% 42.1%;transform-origin:70% 42.1%;}.person{-webkit-transform:translateX(calc(var(--scroll-tracker) * 0.02%));transform:translateX(calc(var(--scroll-tracker) * 0.02%));}.person .skin{fill:#4e3a2d;}.person .hair,.person .skirt,.person .shoe{fill:#2d3079;-webkit-transition:1.4s;transition:1.4s;}.person .torso{fill:#aeaed7;}.person .sleeve{fill:#ffffff;}.person .mouth{fill:none;stroke:#f3f3f3;stroke-width:2.7032;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}.leg{-webkit-transform-origin:58% 52%;transform-origin:58% 52%;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);animation-timing-function:cubic-bezier(0.82,0.06,0.14,0.97);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;}.leg--right{-webkit-animation-name:right-leg;animation-name:right-leg;}.leg--left{-webkit-animation-name:left-leg;animation-name:left-leg;}.grounds{-webkit-transform:translateY(6.1%);transform:translateY(6.1%);}.grounds line{fill:none;stroke:#97d1ed;stroke-width:4.1196;stroke-linecap:round;stroke-miterlimit:10;-webkit-transform:translateX(calc(var(--scroll-tracker) * -2%));transform:translateX(calc(var(--scroll-tracker) * -2%));}.grounds line:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -3%));transform:translateX(calc(var(--scroll-tracker) * -3%));}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -5%));transform:translateX(calc(var(--scroll-tracker) * -5%));}.grounds line:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -12%));transform:translateX(calc(var(--scroll-tracker) * -12%));}.ground:nth-child(3) path,.ground:nth-child(4) path,.ground:nth-child(5) path{-webkit-transform:translateX(calc(var(--scroll-tracker) * -114%));transform:translateX(calc(var(--scroll-tracker) * -114%));}.ground:nth-child(3) path:nth-child(2),.ground:nth-child(4) path:nth-child(2),.ground:nth-child(5) path:nth-child(2){-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%));}.ground:nth-child(3) path:nth-child(3),.ground:nth-child(4) path:nth-child(3),.ground:nth-child(5) path:nth-child(3){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%));}.ground:nth-child(3) path:nth-child(4),.ground:nth-child(4) path:nth-child(4),.ground:nth-child(5) path:nth-child(4){-webkit-transform:translateX(calc(var(--scroll-tracker) * -145%));transform:translateX(calc(var(--scroll-tracker) * -145%));}.ground:nth-child(3) path:nth-child(5),.ground:nth-child(4) path:nth-child(5),.ground:nth-child(5) path:nth-child(5){-webkit-transform:translateX(calc(var(--scroll-tracker) * -143%));transform:translateX(calc(var(--scroll-tracker) * -143%));}.horizontal-story--content{position:relative;z-index:3;min-height:100vh;}.horizontal-story--content .initial-12{padding:2rem;background:rgba(255,255,255,0.5);}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding:2.5rem;}}@media print,screen and (min-width:64.0625em){.horizontal-story--content .initial-12{padding:3rem;}}@media print,screen and (min-width:48.0625em){.horizontal-story--content .initial-12{padding-left:10%;}}.st17{fill:#a0dadc;}.st18{opacity:0.15;}.st19{fill:#875c35;}.st20{fill:#77685a;}.st21{fill:#517c7d;}.st22{fill:#fcb773;}.st23{fill:#d39053;}.st24{fill:#aa774d;}.st25{fill:#f37c73;}.st26{fill:#a99989;}.st27,.bush{fill:#2d7138;}.st28{fill:#d2923b;}.st29{fill:#61bd63;}.st30{fill:#b9d248;}.st31{fill:#ffe2c0;}.st32{fill:#c65856;}.st33{fill:#6384c2;}.st34{fill:#416299;}.st35{fill:#444544;}.st36{fill:#666766;}.st37{fill:#e7f1f4;}.st38{fill:#747d53;}.st39{fill:#586039;}.st40{fill:#c7c6c6;}.st41{fill:#f99d1c;}.city .buildings-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -113%));transform:translateX(calc(var(--scroll-tracker) * -113%));}.city .house{-webkit-transform:translateX(calc(var(--scroll-tracker) * -135%));transform:translateX(calc(var(--scroll-tracker) * -135%));}.city .trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -142%));transform:translateX(calc(var(--scroll-tracker) * -142%));}.city .buildings-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -183%));transform:translateX(calc(var(--scroll-tracker) * -183%));}.city .car{-webkit-transform:translateX(calc(var(--scroll-tracker) * -204%));transform:translateX(calc(var(--scroll-tracker) * -204%));}.city .van{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%));}.city .suv{-webkit-transform:translateX(calc(var(--scroll-tracker) * -245%));transform:translateX(calc(var(--scroll-tracker) * -245%));}.city .sign{-webkit-transform:translateX(calc(var(--scroll-tracker) * -235%));transform:translateX(calc(var(--scroll-tracker) * -235%));}.timeline-outer{-webkit-transform:translateX(12%);transform:translateX(12%);}.timeline{-webkit-transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);transform:translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);}.timeline .purple-fill,.timeline__point{fill:#2d3079;}.timeline__info-bubble .text{fill:#ffffff;}.timeline__line{stroke:#2d3079;stroke-width:8px;}.workingst17{opacity:0.73;fill:#ffffff;}.workingst18{fill:#d4dbe1;}.workingst19{fill:#86c0e9;}.workingst20{fill:#5d554e;}.workingst21{fill:#3d4246;}.workingst22{fill:#34383b;}.workingst23{fill:#efa986;}.workingst24{fill:#fdcda3;}.workingst25{fill:#e2d2ca;}.workingst26{fill:#4a5055;}.workingst27{fill:#d7d6d6;}.workingst28{fill:#c98462;}.workingst29{fill:#df9e7d;}.workingst30{fill:#e9e8e8;}.workingst31{fill:#bcd5ef;}.workingst32{fill:#767676;}.workingst33{fill:#ffffff;}.workingst34{fill:url(#SVGID_1_);}.workingst35{fill:url(#SVGID_2_);}.workingst36{fill:url(#SVGID_3_);}.workingst37{fill:#c5ccd1;}.workingst38{fill:url(#SVGID_4_);}.workingst39{fill:#e0e1e0;}.workingst40{fill:#b9b9b9;}.workingst41{fill:#d9d9d8;}.workingst42{fill:url(#SVGID_5_);}.workingst43{fill:url(#SVGID_6_);}.workingst44{fill:#d64e4b;}.workingst45{fill:#2a2c47;}.workingst46{fill:#3e426b;}.workingst47{fill:#d0beb6;}.workingst48{fill:#23263d;}.workingst49{fill:#f15c5b;}.workingst50{fill:#807167;}.workingst51{fill:#191b2b;}.workingst52{fill:#a77961;}.workingst53{fill:#b1403e;}.workingst54{fill:#292c45;}.workingst55{fill:#eddad3;}.workingst56{fill:#f5f6f6;}.workingst57{fill:#62a9dc;}.workingst58{fill:#3983c4;}.workingst59{fill:#1a5a8d;}.workingst60{fill:#2274b5;}.workingst61{fill:#3a88c8;}.workingst62{fill:url(#SVGID_7_);}.workingst63{fill:url(#SVGID_8_);}.workingst64{fill:url(#SVGID_9_);}.workingst65{fill:url(#SVGID_10_);}.workingst66{fill:url(#SVGID_11_);}.workingst67{fill:url(#SVGID_12_);}.workingst68{fill:#706966;}.workingst69{fill:#ccbdb7;}.workingst70{fill:#998e89;}.workingst71{fill:#b59074;}.workingst72{fill:#fcb557;}.workingst73{fill:#434873;}.workingst74{fill:#3b4048;}.workingst75{fill:#323757;}.workingst76{fill:#928783;}.workingst77{fill:#5f5955;}.workingst78{fill:#bfb2ac;}.workingst79{fill:#b9aca6;}.workingst80{fill:#f6f7fb;}.workingst81{fill:#928681;}.workingst82{fill:#dfe1e8;}.workingst83{fill:#a0dadc;}.workingst84{opacity:0.15;}.workingst85{fill:#875c35;}.workingst86{fill:#77685a;}.workingst87{fill:#517c7d;}.workingst88{fill:#fcb773;}.workingst89{fill:#d39053;}.workingst90{fill:#aa774d;}.workingst91{fill:#f37c73;}.workingst92{fill:#a99989;}.workingst93{fill:#2d7138;}.workingst94{fill:#d2923b;}.workingst95{fill:#61bd63;}.workingst96{fill:#b9d248;}.workingst97{fill:#ffe2c0;}.workingst98{fill:#c65856;}.workingst99{fill:#6384c2;}.workingst100{fill:#416299;}.workingst101{fill:#444544;}.workingst102{fill:#666766;}.workingst103{fill:#e7f1f4;}.workingst104{fill:#747d53;}.workingst105{fill:#586039;}.workingst106{fill:#c7c6c6;}.workingst107{fill:#f99d1c;}.workingst108{fill:none;stroke:#2b2e74;stroke-width:7;stroke-miterlimit:10;}.working-left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -155%));transform:translateX(calc(var(--scroll-tracker) * -155%));}.working-middle{-webkit-transform:translateX(calc(var(--scroll-tracker) * -140%));transform:translateX(calc(var(--scroll-tracker) * -140%));}.working-right{-webkit-transform:translateX(calc(var(--scroll-tracker) * -129%));transform:translateX(calc(var(--scroll-tracker) * -129%));}.landscape-scrolltracker__scene{min-height:400vh;}.landscape-scrolltracker__scene svg{position:sticky;top:0;height:100vh;}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene svg > g{-webkit-transform:translateX(calc(var(--scroll-tracker) * 55%));transform:translateX(calc(var(--scroll-tracker) * 55%));}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_water{-webkit-transform:none;transform:none;}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare{-webkit-transform:translateX(14%);transform:translateX(14%);}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare path{-webkit-transform:rotateY(calc(var(--scroll-tracker) * 15deg));transform:rotateY(calc(var(--scroll-tracker) * 15deg));-webkit-transform-origin:58% 63%;transform-origin:58% 63%;}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__streaks{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%));}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_stars{-webkit-transform:none;transform:none;}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-land,.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-foliage{-webkit-transform:translateX(calc(var(--scroll-tracker) * -42%));transform:translateX(calc(var(--scroll-tracker) * -42%));}.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * -34%));}.landscape-scrolltracker__item--spring,.landscape-scrolltracker__item--sunset{position:relative;}.landscape-scrolltracker__item--spring svg,.landscape-scrolltracker__item--sunset svg{z-index:2;}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after,.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{position:absolute;top:0;left:0;width:100vw;height:350vh;margin-top:calc(var(--scroll-tracker) * -219%);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(153,26,9,0)),color-stop(35%,rgb(153,26,9)));background:linear-gradient(to bottom,rgba(153,26,9,0) 0%,rgb(153,26,9) 35%);}.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(156,193,222,0)),color-stop(35%,rgb(156,193,222)));background:linear-gradient(to bottom,rgba(156,193,222,0) 0%,rgb(156,193,222) 35%);}.landscape-scrolltracker__item--sunset{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene svg > g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -65%));transform:translateX(calc(var(--scroll-tracker) * -65%));}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_sun{-webkit-transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));transform:translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_clouds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -67%));transform:translateX(calc(var(--scroll-tracker) * -67%));}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_stars{-webkit-transform:translateX(calc(var(--scroll-tracker) * -45%));transform:translateX(calc(var(--scroll-tracker) * -45%));}.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_birds{-webkit-transform:translateX(calc(var(--scroll-tracker) * -71%));transform:translateX(calc(var(--scroll-tracker) * -71%));}.landscape-scrolltracker__item--spring svg > g{-webkit-transform:translateX(calc(var(--scroll-tracker) * -55%));transform:translateX(calc(var(--scroll-tracker) * -55%));}.landscape-scrolltracker__item--spring #spring_trees-foreground{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%));}.landscape-scrolltracker__item--spring #spring_water,.landscape-scrolltracker__item--spring #spring_sky,.landscape-scrolltracker__item--spring #spring_foreground-hill,.landscape-scrolltracker__item--spring #spring_stars-dots,.landscape-scrolltracker__item--spring #spring_stars-twinkle{-webkit-transform:none;transform:none;}.landscape-scrolltracker__item--spring #spring_water-accents{-webkit-transform:translateX(calc(var(--scroll-tracker) * -23%));transform:translateX(calc(var(--scroll-tracker) * -23%));}.landscape-scrolltracker__item--spring #spring_mountains-right{-webkit-transform:none;transform:none;}.landscape-scrolltracker__item--spring #spring_mountains-right > g:first-child{-webkit-transform:translateX(calc(var(--scroll-tracker) * -18%));transform:translateX(calc(var(--scroll-tracker) * -18%));}.landscape-scrolltracker__item--spring #spring_mountains-right > g:nth-child(2){-webkit-transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));transform:translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));}.landscape-scrolltracker__item--spring #spring_light-house,.landscape-scrolltracker__item--spring #spring_background-trees{-webkit-transform:translateX(calc(var(--scroll-tracker) * -15%));transform:translateX(calc(var(--scroll-tracker) * -15%));}.landscape-scrolltracker__item--spring #spring_sailboat_sail-boat--left{-webkit-transform:translateX(calc(var(--scroll-tracker) * -35%));transform:translateX(calc(var(--scroll-tracker) * -35%));}.landscape-scrolltracker__item--spring #spring_moon{-webkit-transform:translateY(calc(var(--scroll-tracker) * -35%));transform:translateY(calc(var(--scroll-tracker) * -35%));}.stat-journey-block{position:sticky;z-index:2;top:6.25rem;left:6.25rem;overflow:hidden;max-width:550px;padding:40px;color:#ffffff;border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(121,37,72,0.4)),to(rgba(94,27,56,0.8)));background:linear-gradient(to bottom,rgba(121,37,72,0.4) 0%,rgba(94,27,56,0.8) 100%);}.stat-journey-block .h1{font-size:120px;}.landscape-scrolltracker__item--sunset .stat-journey-block{top:36%;right:0;left:0;max-width:1020px;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(rgba(147,15,14,0.4)),to(rgba(173,51,26,0.8)));background:linear-gradient(to bottom,rgba(147,15,14,0.4) 0%,rgba(173,51,26,0.8) 100%);}.landscape-scrolltracker__item--sunset .stat-journey-block .grid-x{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}.landscape-scrolltracker__item--spring .stat-journey-block{right:100px;left:auto;float:right;background:-webkit-gradient(linear,left top,left bottom,from(rgb(39,85,133)),to(rgba(36,30,59,0.8)));background:linear-gradient(to bottom,rgb(39,85,133) 0%,rgba(36,30,59,0.8) 100%);}.student-journey--adventure h2{color:#ffffff;}.student-journey--adventure h2 .oho-animate:last-child::after{position:absolute;z-index:-1;bottom:0;left:0;width:100vw;background:-webkit-gradient(linear,left top,left bottom,from(rgb(121,37,72)),to(rgb(115,63,105)));background:linear-gradient(to bottom,rgb(121,37,72) 0%,rgb(115,63,105) 100%);}.student-journey--adventure h2 .oho-animate:not(.oho-animate--ready):last-child::after{height:110vh;}@media print,screen and (min-width:40.0625em){.image-grid .glide__slides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-1.25rem;margin-right:-1.25rem;}.image-grid .glide__arrows{display:none;}}.image-grid-item{padding:0;}.image-grid-item__link{position:relative;display:table;margin:0 auto;line-height:1;}.image-grid-item__link::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(114,81,188,0);}.image-grid-item__link:hover::before,.image-grid-item__link:focus::before{background-color:rgba(114,81,188,0.333);}.image-grid-item__expand{position:absolute;top:0;right:0;display:block;padding:0.5em;background-color:#ffffff;font-size:1.25rem;}.image-grid-item .play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.image-grid-item__toggle{display:none;}@media print,screen and (min-width:40.0625em){.image-grid-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;display:block;height:auto;padding-bottom:30px;}.image-grid-item__toggle{display:inline-block;position:absolute;top:0;right:0;padding:0.5em 0.5625em;text-align:center;color:#7251bc;background-color:#ffffff;font-size:1.25rem;}.image-grid-item__toggle::before{font-family:"Font Awesome 5 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"\f424";font-weight:300;}.image-grid-item__toggle:hover{background-color:#ffffff;}}.jump-nav{position:sticky;}.listing--department ol,.listing--treatment ol{list-style:none;}.listing--department ol > li,.listing--treatment ol > li{padding:0;}.listing--department ol > li::before,.listing--treatment ol > li::before{display:none;}.listing--department ol > li article,.listing--treatment ol > li article{-webkit-box-shadow:inset 0 7px 9px -7px rgba(0,0,0,0.133);box-shadow:inset 0 7px 9px -7px rgba(0,0,0,0.133);padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.listing--department ol > li article,.listing--treatment ol > li article{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.listing--department ol > li article,.listing--treatment ol > li article{padding-top:3rem;padding-bottom:3rem;}}.listing--department ol > li:nth-child(even) article,.listing--treatment ol > li:nth-child(even) article{background-color:#F4FBF9;}.listing--department ol h3,.listing--treatment ol h3{margin:0;color:#3C3C3C;}.listing--department .listing--content,.listing--treatment .listing--content{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.listing--department .listing--content,.listing--treatment .listing--content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}}@media print,screen and (min-width:48.0625em){.listing--department .listing--content__image,.listing--treatment .listing--content__image{width:17%;min-width:17%;max-width:200px;-ms-flex-preferred-size:17%;flex-basis:17%;}}.listing--department .listing--content__text,.listing--treatment .listing--content__text{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.listing--department .listing--content__text,.listing--treatment .listing--content__text{margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1;}}.listing--department .listing--content__text .wysiwyg + a,.listing--treatment .listing--content__text .wysiwyg + a{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.listing--department .listing--content__text .wysiwyg + a,.listing--treatment .listing--content__text .wysiwyg + a{margin-top:1.5rem;}}.listing--department .listing--content__contact,.listing--treatment .listing--content__contact{margin-top:2rem;position:relative;}@media print,screen and (min-width:48.0625em){.listing--department .listing--content__contact,.listing--treatment .listing--content__contact{margin-top:0;width:33.33%;min-width:33.33%;max-width:33.33%;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;height:auto;}}.listing--department .listing--content__contact-icon,.listing--treatment .listing--content__contact-icon{position:absolute;top:0;left:0;height:100%;width:33px;min-width:33px;max-width:33px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.listing--department .listing--content__contact-icon svg,.listing--treatment .listing--content__contact-icon svg{width:100%;height:100%;}.listing--department .listing--content__contact-icon::after,.listing--treatment .listing--content__contact-icon::after{content:"";width:1px;height:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;border-left:2px dotted #7BCAAE;}.listing--department .listing--content__contact-text,.listing--treatment .listing--content__contact-text{padding-left:43px;}.listing--department .listing--content__contact-text ul,.listing--treatment .listing--content__contact-text ul{list-style:none;}.listing--department .listing--content__contact-text li,.listing--treatment .listing--content__contact-text li{line-height:170%;}.listing--department .listing--content__contact-text li + li,.listing--treatment .listing--content__contact-text li + li{margin-top:8px;}.listing--department .listing--content__contact-text a[href^=mailto],.listing--treatment .listing--content__contact-text a[href^=mailto]{display:block;overflow:hidden;text-overflow:ellipsis;}.listing--treatment .listing--content__contact-text li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:150%;}.listing--treatment .listing--content__contact-text li + li{margin-top:0;}.page-wrapper:has(.listing--events) .featured-image{-ms-flex-preferred-size:100%;flex-basis:100%;}@media (min-width:560px){.page-wrapper:has(.listing--events) .featured-image{max-width:260px;}}@media print,screen and (min-width:48.0625em){.listing--event .event-item .featured-date{max-width:126px;}}.listing-filters{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.listing-filters{padding-top:2.5rem;padding-bottom:2.5rem;}}.listing-filters .cell:not(:first-child) .form-item{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.listing-filters .cell:not(:first-child) .form-item{margin-top:0;}}.listing-filters .form-item{margin:0;}.listing-filters label{font-weight:700;}.listing-filters input[type=text],.listing-filters select{font-size:0.875rem;font-weight:400;line-height:1.4;height:3.375rem;margin-top:0.25rem;}@media print,screen and (min-width:48.0625em){.listing-filters input[type=text],.listing-filters select{font-size:0.9375rem;line-height:1.7;}}.listing-filters input[type=text]::-webkit-input-placeholder{color:#3C3C3C;}.listing-filters input[type=text]::-moz-placeholder{color:#3C3C3C;}.listing-filters input[type=text]:-ms-input-placeholder{color:#3C3C3C;}.listing-filters input[type=text]::-ms-input-placeholder{color:#3C3C3C;}.listing-filters input[type=text]::placeholder,.listing-filters select{color:#3C3C3C;}.listing-filters .filter-buttons{margin-top:2rem;}.filter-buttons input{-webkit-transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);font-family:"Lato",sans-serif;border-width:0.125rem;border-style:solid;border-radius:1.875rem;display:inline-block;position:relative;z-index:2;line-height:1;letter-spacing:0.1em;text-decoration:none;margin-right:0.5rem;margin-bottom:0.5rem;text-transform:uppercase;font-weight:700;font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#CF4361;color:#ffffff;background:#CF4361;font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#ffffff;color:#5D3EA3;background:#ffffff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}@media print,screen and (max-width:48.06125em){.filter-buttons input{margin-right:1rem;margin-bottom:1rem;}}.filter-buttons input:hover,.filter-buttons input:focus{text-decoration:none;outline:none;}.filter-buttons input:disabled{cursor:not-allowed;pointer-events:none;opacity:0.6;}.filter-buttons input::before,.filter-buttons input::after{color:#ffffff;}.filter-buttons input:hover,.filter-buttons input:focus{color:#ffffff;border-color:#5D3EA3;background:#5D3EA3;}.filter-buttons input:hover::before,.filter-buttons input:hover::after,.filter-buttons input:focus::before,.filter-buttons input:focus::after{color:#ffffff;}.filter-buttons input:focus{border:2px solid #F68E37;}@media print,screen and (min-width:48.0625em){.filter-buttons input{font-size:0.75rem;padding:0.6875rem 1.375rem;}}.filter-buttons input::before,.filter-buttons input::after{color:#fe5000;}.filter-buttons input:hover,.filter-buttons input:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.filter-buttons input:focus{border:2px solid #DB6F16;}@media print,screen and (min-width:48.0625em){.filter-buttons input{font-size:0.75rem;padding:0.6875rem 1.375rem;border-color:#ffffff;color:#5D3EA3;background:#ffffff;}.filter-buttons input::before,.filter-buttons input::after{color:#fe5000;}.filter-buttons input:hover,.filter-buttons input:focus{border-color:#FFE171;background:#FFE171;color:#5D3EA3;}.filter-buttons input:focus{border:2px solid #DB6F16;}}.listing-filters--dept{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.listing-filters--dept{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.listing-filters--dept{padding-bottom:5rem;}}.listing-filters--dept .cell{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px 32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.listing-filters--dept .cell{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.listing-filters--dept__select{-webkit-box-flex:1;-ms-flex:1;flex:1;}.listing-filters--dept__select .form-item{width:100%;margin:0;}.listing-filters--dept__select select{width:100%;padding:0.875rem 1rem;}.listing-filters--dept__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.listing-filters--dept__btns input,.listing-filters--dept__btns button,.listing-filters--dept__btns [type=submit]{padding:12px 24px;border-radius:30px;line-height:1;height:38px;}.listing-results .listing-item{width:100%;}.hero-listing{overflow:hidden;position:relative;}.hero-listing::after{content:"";display:block;width:100%;position:absolute;left:0;background:url(/themes/custom/blythedale/assets/img/lg-swoosh.png);background-repeat:no-repeat;background-size:100%;height:calc(100% + 120px);background-position:center bottom;opacity:1;z-index:4;bottom:-120px;pointer-events:none;}.hero-listing ol.breadcrumbs{margin-right:-1.25rem;margin-left:-1.25rem;}.hero-listing .breadcrumbs li{color:#ffffff;}.hero-listing .breadcrumbs li::before{color:#FFE171;}@media print,screen and (min-width:48.0625em){.hero-listing .breadcrumbs li:first-child::before{background-color:#FFE171;}}.hero-listing .breadcrumbs li a:hover{text-decoration-color:transparent;}.hero-listing .breadcrumbs a{color:#ffffff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}.hero-listing .animal-icon__container{padding-bottom:9.125rem;position:relative;}.hero-listing .animal-icon{position:absolute;bottom:-0.3125rem;left:1.5rem;}.hero-listing .animal-icon svg{fill:#ffffff;}.hero-listing .bear-icon{width:11.75rem;}.hero-listing .elephant-icon{width:11.25rem;}.hero-listing .giraffe-icon{width:7.5rem;}.hero-listing .lion-icon{width:10.125rem;}.hero-listing,.news-listing .hero-listing,.purple-overlay{background-color:#7251bc;}.event-listing .hero-listing,.blue-overlay{background-color:#186395;}.story-listing .hero-listing,.profile-listing .hero-listing,.red-overlay{background-color:#CF4361;}.hero-listing__heading{color:#ffffff;margin:0;margin-top:2rem;padding-bottom:1.5rem;position:relative;}@media print,screen and (min-width:48.0625em){.hero-listing__heading{margin-top:2.5rem;}}.hero-listing__heading::after{background-color:#FFE171;content:"";height:2px;position:absolute;width:7.5rem;bottom:0;left:0;}.hero-listing__intro{font-size:1rem;font-weight:400;line-height:1.5;font-family:Lora,serif;margin-top:2rem;color:#ffffff;font-family:"Lato",sans-serif;}@media print,screen and (min-width:48.0625em){.hero-listing__intro{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.hero-listing__intro{font-size:1.5rem;}}@media print,screen and (min-width:48.0625em){.hero-listing__intro{margin-top:2.5rem;}}.hero-listing__intro p{font-size:1rem;font-weight:400;line-height:1.5;font-family:Lora,serif;font-family:"Lato",sans-serif;margin:0;}@media print,screen and (min-width:48.0625em){.hero-listing__intro p{font-size:1.25rem;}}@media print,screen and (min-width:64.0625em){.hero-listing__intro p{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.hero-listing__intro p{font-size:1.25rem;}}.listing-page{position:relative;}.listing-page .breadcrumbs li{color:#ffffff;}.listing-page .breadcrumbs li::before{color:#FFE171;}@media print,screen and (min-width:48.0625em){.listing-page .breadcrumbs li:first-child::before{background-color:#FFE171;}}.listing-page .breadcrumbs li a:hover{text-decoration-color:transparent;}.listing-page .breadcrumbs a{color:#ffffff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}.listing-page .animal-icon__container{padding-bottom:9.125rem;position:relative;}.listing-page .animal-icon{position:absolute;bottom:-0.3125rem;left:1.5rem;}.listing-page .animal-icon svg{fill:#ffffff;}.listing-page .bear-icon{width:11.75rem;}.listing-page .elephant-icon{width:11.25rem;}.listing-page .giraffe-icon{width:7.5rem;}.listing-page .lion-icon{width:10.125rem;}.media-gallery{padding-top:2rem;overflow:hidden;position:relative;padding:40px 0 112px;}@media print,screen and (min-width:48.0625em){.media-gallery{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.media-gallery{padding-top:5rem;}}.media-gallery .swiper-container{position:relative;}.media-gallery .slider-navigation{position:absolute;}.media-gallery .gallery-inner{max-width:100%;}@media print,screen and (min-width:64.0625em){.media-gallery .gallery-inner{max-width:860px;}}.media-gallery .gallery-img{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;}.media-gallery .gallery-img figure{margin:0;}.media-gallery .gallery-content{position:relative;z-index:10;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:24px;background:#FFF;-webkit-box-shadow:0px 4px 14px 0px rgba(0,0,0,0.2);box-shadow:0px 4px 14px 0px rgba(0,0,0,0.2);padding:16px;}@media print,screen and (min-width:48.0625em){.media-gallery .gallery-content{margin-left:24px;margin-top:-2em;padding:24px;margin-right:24px;}}@media print,screen and (min-width:64.0625em){.media-gallery .gallery-content{margin-right:177px;}}.media-gallery .gallery-content h3{color:#7251bc;font-size:1.125rem;font-weight:700;line-height:23.4px;text-decoration-line:underline;}.media-gallery .gallery-content h3:hover,.media-gallery .gallery-content h3:focus,.media-gallery .gallery-content h3:active{text-decoration:none;}@media print,screen and (min-width:40.0625em){.media-gallery .gallery-content h3{font-size:1.25rem;}}.media-gallery .gallery-content .subtitle-text p{font-size:0.875rem;font-style:italic;font-weight:400;line-height:140%;}@media print,screen and (min-width:64.0625em){.media-gallery .media-gallery__wrapper{max-width:1200px !important;}}@media print,screen and (min-width:40.0625em){.media-gallery .media-gallery__wrapper .swiper-container{position:relative;}}@media print,screen and (min-width:64.0625em){.media-gallery .media-gallery__wrapper .swiper-container{max-width:860px !important;}}.media-gallery .media-gallery__wrapper .swiper-slide{opacity:0.4;}@media screen and (min-width:90.0625em){.media-gallery .media-gallery__wrapper .swiper-slide{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0;}}.media-gallery .media-gallery__wrapper .swiper-slide-visible{opacity:1;}.media-gallery .media-gallery__wrapper .swiper-slide .gallery-content{display:none;}.media-gallery .media-gallery__wrapper .swiper-pagination{background-color:#BEA4F9;display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;position:absolute;right:0;bottom:-60px;z-index:10;max-width:48px;}@media print,screen and (min-width:40.0625em){.media-gallery .media-gallery__wrapper .swiper-pagination{right:0;bottom:-1px;}}@media print,screen and (min-width:48.0625em){.media-gallery .media-gallery__wrapper .swiper-pagination{right:24px;}}@media print,screen and (min-width:64.0625em){.media-gallery .media-gallery__wrapper .swiper-pagination{left:unset;right:177px;}}.media-gallery .media-gallery__wrapper .swiper-slide-visible .gallery-content{display:block;}@media screen and (max-width:500px){.media-gallery .media-gallery__wrapper .slider-navigation{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;width:calc(100% - 68px);bottom:-60px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}}@media (min-width:500px){.media-gallery .media-gallery__wrapper .slider-navigation{top:27vw;}}@media print,screen and (min-width:64.0625em){.media-gallery .media-gallery__wrapper .slider-navigation{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media screen and (min-width:90.0625em){.media-gallery .media-gallery__wrapper .slider-navigation__next{right:-12em;}}@media screen and (min-width:31.25em){.media-gallery .media-gallery__wrapper{margin-left:0;}.media-gallery .media-gallery__wrapper .slider-navigation{margin-left:-20px;width:calc(100% + 40px);}}@media print,screen and (min-width:40.0625em){.media-gallery .media-gallery__wrapper .slider-navigation{width:100%;}.media-gallery .media-gallery__wrapper .slider-navigation__next{right:-2em;}}@media print,screen and (min-width:64.0625em){.media-gallery .media-gallery__wrapper .slider-navigation{top:250px;width:calc(100% + 80px);}.media-gallery .media-gallery__wrapper .slider-navigation__next{right:-6em;}}@media print,screen and (max-width:48.06125em){.media-gallery .gallery__thumb-wrapper{display:none;}}@media print,screen and (min-width:40.0625em){.media-gallery .gallery-content{padding-right:72px;}.media-gallery .gallery__thumb-wrapper{padding-right:4.375rem;padding-left:4.375rem;max-width:1300px;margin-left:auto;margin-right:auto;}.media-gallery .slider-navigation{display:block;}.media-gallery .slider-navigation__prev{margin-left:0.5em;}}@media print,screen and (max-width:75.06125em){.media-gallery .gallery-img{-webkit-box-flex:1;-ms-flex:1;flex:1;}}@media print,screen and (min-width:64.0625em){.media-gallery .gallery-content{padding-right:72px;}}@media print,screen and (min-width:64.0625em){.media-gallery .slider-navigation{max-width:908px;}}@media screen and (min-width:90.0625em){.media-gallery .gallery-inner{-ms-flex-preferred-size:860px;flex-basis:860px;}.media-gallery .gallery-content{-ms-flex-preferred-size:548px;flex-basis:548px;}.media-gallery .slider-navigation{margin-left:-6em !important;max-width:1040px;}}.more-less{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.more-less [data-more-less-content]{position:relative;overflow:hidden;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.more-less [data-more-less-toggle],.more-less .more-less__toggle{display:none;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.more-less [data-more-less-toggle]::before,.more-less .more-less__toggle::before{content:"See More";}.more-less[data-more-less-init] [data-more-less-toggle],.more-less[data-more-less-init] .more-less__toggle{display:inline-block;}.more-less[data-more-less-init=items] [data-more-less-item]:nth-child(3) ~ [data-more-less-item]{display:none;}.more-less.more-less-open [data-more-less-content]{max-height:none !important;}.more-less.more-less-open [data-more-less-item]{display:block !important;}.more-less.more-less-open [data-more-less-toggle]::before,.more-less.more-less-open .more-less__toggle::before{content:"See Less";}:root:not(.oho-js) .more-less__content{max-height:none !important;}:root:not(.oho-js) .more-less__item{display:block !important;}:root:not(.oho-js) .more-less::after,:root:not(.oho-js) .more-less__toggle,.more-less--inactive::after,.more-less--inactive .more-less__toggle{display:none;}.news-hero{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.news-hero{margin-top:2rem;}}.news-hero__heading{padding-bottom:1.5rem;position:relative;}.news-hero__heading::after{background-color:#F68E37;content:"";height:2px;position:absolute;width:7.5rem;bottom:0;left:0;}.news-hero__content{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.news-hero__content{margin-top:2rem;}}.news-details ul{font-size:0.875rem;font-weight:400;line-height:1.4;-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.news-details ul{font-size:0.9375rem;line-height:1.7;}}.news-details ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:0.5rem;-moz-column-gap:0.5rem;column-gap:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;}.news-details ul li:not(:first-child){margin-top:0;}.news-details ul li:not(:first-child)::before{background-color:#F68E37;border-radius:50%;content:"";display:inline-block;height:0.3125rem;width:0.3125rem;}.news-details__summary{margin-top:0.5rem;}.news-related{margin-top:2.5rem;}@media print,screen and (min-width:48.0625em){.news-related{margin-top:4rem;}}@media print,screen and (min-width:64.0625em){.news-related{margin-top:6rem;}}.news-related .section-heading .grid-container{padding-top:2rem;position:relative;}@media print,screen and (min-width:48.0625em){.news-related .section-heading .grid-container{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.news-related .section-heading .grid-container{padding-top:5rem;}}.news-related .section-heading .grid-container::before{content:"";position:absolute;display:block;top:0;left:20px;height:1px;width:calc(100% - 40px);border-top:2px solid #d8d8d8;}.news-related .cell:not(:first-child) .news-item{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.news-related .cell:not(:first-child) .news-item{margin-top:0;}}.news-related .news-item .news-item__heading{margin-bottom:0.5rem;}.news-related .news-item .news-item__heading a{color:#7251bc;}.news-related .news-item .news-item__heading a::after{color:#7251bc;font-weight:300;}.news-related .news-item .news-item__date{font-size:0.875rem;font-weight:400;line-height:1.4;display:inline;font-weight:700;}@media print,screen and (min-width:48.0625em){.news-related .news-item .news-item__date{font-size:0.9375rem;line-height:1.7;}}.news-related .news-item .news-item__date::after{content:"-";font-weight:400;margin-right:0.125rem;margin-left:0.375rem;}.news-related .news-item .news-item__summary{display:inline;}.news-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1rem;}.news-item .news-item__heading{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;color:#7251bc;}@media print,screen and (min-width:48.0625em){.news-item .news-item__heading{font-size:1.5rem;}}@media print,screen and (min-width:48.0625em){.news-item .news-item__heading{margin-top:0;}}.news-item .wysiwyg{margin-top:0.5rem;}.news-item .news-item__summary.wysiwyg{font-family:"Lora",serif;color:#3C3C3C;}.news-item .news-item__summary.wysiwyg span{font-weight:700;}.news-item .news-item__summary.wysiwyg.source{font-family:"Lora",serif;font-size:1rem;font-style:italic;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.news-item .news-item__summary.wysiwyg.source{font-size:1.125rem;}}.listing--news + .listing-results .news-item .news-item__source.wysiwyg{font-family:"Lora",serif;font-size:1rem;font-style:italic;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.listing--news + .listing-results .news-item .news-item__source.wysiwyg{font-size:1.125rem;}}.profile-section{position:relative;overflow:hidden;padding:2.5rem 0 8.5625rem 0;}.profile-section .custom-grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:1280px;margin-left:auto;margin-right:auto;}.profile-section .gallery-top{color:#3C3C3C;}.profile-section .gallery-top .swiper-slide{visibility:hidden;}.profile-section .gallery-top .swiper-slide-active{visibility:visible;}.profile-section .gallery-top .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#ffffff;}.profile-section .gallery-top .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1rem 1.5rem 1.5rem 1.5rem;}.profile-section .gallery-top .card__name{margin-top:1rem;}@media print,screen and (min-width:48.0625em){.profile-section .gallery-top .card__name{margin-top:1.5rem;}}.profile-section .gallery-top .positions{margin-top:8px;font-size:1rem;font-weight:700;line-height:1.4;}@media print,screen and (min-width:48.0625em){.profile-section .gallery-top .positions{font-size:1.125rem;}}.profile-section .gallery-top .card__media{width:100%;max-width:460px;}.profile-section .gallery-top .link-arrow{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}@media print,screen and (min-width:48.0625em){.profile-section .gallery-top .link-arrow{font-size:1.5rem;}}.profile-section .gallery-top .slider-navigation{position:absolute;left:0;right:0;bottom:75px;top:auto;width:75px;left:20px;}@media print,screen and (max-width:48.06125em){.profile-section .gallery-top .card__media{padding:24px 24px 0 24px;}}@media screen and (min-width:31.25em){.profile-section .gallery-top .slider-navigation{width:80px;margin:auto;bottom:65px;left:0;}}@media print,screen and (min-width:48.0625em){.profile-section .gallery-top{position:relative;}.profile-section .gallery-top .card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.profile-section .gallery-top .card__content{padding:1.5rem 1.75rem;}.profile-section .gallery-top .card__media{width:360px;}.profile-section .gallery-top .slider-navigation{bottom:-210px;top:auto;width:100%;margin:unset;}}@media screen and (min-width:90.0625em){.profile-section .gallery-top .card__content{padding:5.875rem 5.5rem;}}.profile-section .gallery-thumbs{color:#3C3C3C;}.profile-section .gallery-thumbs .card{background-color:white;padding:8px;}.profile-section .gallery-thumbs .card__content{padding:0.5rem 0 0 0;}.profile-section .gallery-thumbs .link-arrow{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}.profile-section .gallery-thumbs .positions{font-size:0.875rem;font-weight:400;line-height:1.4;}@media print,screen and (min-width:48.0625em){.profile-section .gallery-thumbs .positions{font-size:0.9375rem;line-height:1.7;}}@media (max-width:500px){.profile-section .gallery-thumbs.swiper-container{width:calc(100% - 80px);margin-left:0;}}@media print,screen and (min-width:48.0625em){.profile-section .gallery-thumbs .card{padding:8px 8px 40px 8px;}.profile-section .gallery-thumbs .card__content{padding:1rem 0.5rem 0 0.5rem;}.profile-section .gallery-thumbs .swiper-slide{visibility:hidden;}.profile-section .gallery-thumbs .swiper-slide-visible{visibility:visible;}}.profile-section .slider-navigation{top:0;}.profile-section .swiper-container{width:100%;margin-left:auto;margin-right:auto;}.profile-section .gallery-thumbs .swiper-slide-active,.profile-section .gallery-thumbs .swiper-slide-thumb-active{opacity:1;}.profile-section .link-arrow{color:#7251bc;}.profile-section .link-arrow:after{color:#7251bc;font-weight:400;}.profile-section:after{content:"";display:block;width:100%;position:absolute;bottom:-10px;left:0;background:url(/themes/custom/blythedale/assets/img/lg-swoosh.png);background-repeat:no-repeat;background-size:100%;height:100%;background-position:center bottom;opacity:1;}@media print,screen and (min-width:48.0625em){.profile-section{padding:5rem 0 7.5rem 0;}.profile-section:after{bottom:-80px;}.profile-section .custom-grid-container{padding-right:5rem;padding-left:5rem;max-width:1300px;margin-left:auto;margin-right:auto;}.profile-section .slider-navigation__prev{left:-70px;}.profile-section .slider-navigation__next{right:-70px;}}.promo{background:linear-gradient(313.55deg,#FFE171 -13.54%,#F68E37 166.22%);overflow:hidden;}.promo figure{margin:0;}.promo__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.promo .btn{margin:0;}@media print,screen and (min-width:48.0625em){.promo{margin:24px;}}.related-departments{padding-top:2rem;padding-bottom:0;}@media print,screen and (min-width:48.0625em){.related-departments{padding-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.related-departments{padding-top:5rem;}}.related-departments p{margin:0;}.related-departments .small-text{font-size:0.875rem;color:#3C3C3C;line-height:170%;}.related-departments .link-arrow{display:inline-block;color:#7251bc;font-size:1.125rem;line-height:1.3;}.related-departments .link-arrow::after{font-size:0.75rem;position:inherit;right:unset;color:#7251bc;-ms-flex-item-align:start;align-self:flex-start;margin-top:0.5em;}@media print,screen and (min-width:48.0625em){.related-departments .link-arrow::after{margin-top:0.125em;}}@media print,screen and (min-width:64.0625em){.related-departments .link-arrow::after{margin-top:0.25em;}}@media screen and (min-width:75.0625em){.related-departments .link-arrow::after{margin-top:0.2em;}}.related-departments--item{margin-bottom:32px;}@media print,screen and (min-width:64.0625em){.related-departments--item{max-width:360px;margin-bottom:64px;}}.related-departments--item .flex__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.related-departments--item .flex__item{-ms-flex-item-align:start;align-self:flex-start;}.related-departments--item .flex__item + .flex__item{margin-left:1rem;-ms-flex-preferred-size:185px;flex-basis:185px;}@media (min-width:375px){.related-departments--item .flex__item + .flex__item{-ms-flex-preferred-size:75%;flex-basis:75%;}}@media print,screen and (min-width:40.0625em){.related-departments--item .flex__item + .flex__item{-ms-flex-preferred-size:unset;flex-basis:unset;}}@media print,screen and (min-width:48.0625em){.related-departments--item .flex__item + .flex__item{-ms-flex-preferred-size:66%;flex-basis:66%;}}@media print,screen and (min-width:64.0625em){.related-departments--item .flex__item + .flex__item{-ms-flex-preferred-size:275px;flex-basis:275px;}}.related-departments--item .link__wrapper{margin:0 0 8px;}.related-departments .cell:last-of-type .related-departments--item{margin-bottom:0;}@media print,screen and (min-width:64.0625em){.related-departments .cell:nth-last-of-type(-n+3) .related-departments--item{margin-bottom:0;}}.related-departments figure{margin:0;}.related-departments figure svg{width:48px;height:48px;}.related-departments figure svg path{fill:#CF4361;}.related-stories{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.related-stories{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.related-stories{padding-bottom:5rem;}}.related-stories .section-heading .grid-container::before{content:"";display:block;top:0;left:20px;height:1px;border-top:2px solid #d8d8d8;padding-top:32px;}@media print,screen and (min-width:64.0625em){.related-stories .section-heading .grid-container::before{padding-top:80px;}}.related-stories .play-button{width:75px;height:75px;}.related-stories p{margin:0;}.related-stories .small-text{color:#3C3C3C;line-height:170%;}.related-stories .link-arrow{color:#7251bc;}.related-stories .link-arrow::after{color:#7251bc;}.related-stories--item{margin-bottom:32px;}@media print,screen and (min-width:64.0625em){.related-stories--item{margin-bottom:64px;}}.related-stories--item .link__wrapper{margin:16px 0 8px;}.related-stories .cell:last-of-type .related-stories--item{margin-bottom:0;}@media print,screen and (min-width:64.0625em){.related-stories .cell:nth-last-of-type(-n+3) .related-stories--item{margin-bottom:0;}}.related-stories figure{margin:0;}.related{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.related{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.related{margin-top:3rem;}}.services-section{padding:40px 0;}.services-section .section-heading .flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.services-section .section-heading__title{color:#ffffff;}.services-section h3{margin:32px 0;font-size:1rem;font-weight:700;line-height:normal;letter-spacing:3.2px;text-transform:uppercase;}.services-section__testimonial,.services-section__name,.services-section__affiliation{color:#000000;margin:0;}.services-section__testimonial{font-family:Lora;font-size:1.1875rem;font-style:italic;font-weight:400;line-height:160%;margin-bottom:16px;}.services-section__name{font-family:Lato;font-size:1rem;font-weight:700;line-height:150%;}.services-section__affiliation{margin-bottom:16px;}.services-section__link{margin-bottom:0;}.services-section__link a{color:#5D3EA3;background-color:#ffffff;border-color:#ffffff;border-radius:30px;font-size:0.75rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin:0;}.services-section__link a::after{color:inherit;}.services-section__link a:hover,.services-section__link a:active,.services-section__link a:focus{color:#5D3EA3;background-color:#FFE171;border-color:#FFE171;}.services-section .accordion__content{padding:0;border:2px solid #7251bc;}.services-section .accordion__media{position:relative;}.services-section .accordion__media figure{max-width:100%;margin:0;}.services-section .accordion__wrapper{background-color:#BEA4F9;padding:20px;}.services-section .accordion__button{background-color:#5D3EA3;color:#ffffff;}.services-section .accordion__button-text{white-space:normal;margin-right:10px;letter-spacing:normal;}.services-section .accordion__button .accordion__icon{background-color:#ffffff;}.services-section .accordion__button .accordion__icon-path{fill:#7251bc;}.services-section .accordion--open .accordion__content{padding:0;background-color:#BEA4F9;}.services-section .accordion--open .accordion__wrapper{background-color:#BEA4F9;}.services-section .accordion--open .accordion__button{border-color:transparent;background:#FFE171;color:#000000;margin-bottom:8px;}.services-section .accordion--open .accordion__button .accordion__icon{background-color:#000000;}.services-section .accordion--open .accordion__button .accordion__icon-path{fill:#FFE171;}@media print,screen and (min-width:40.0625em){.services-section{padding:50px 0;}}@media print,screen and (min-width:48.0625em){.services-section{padding:60px 0 0;}.services-section .tabs{margin-bottom:-2em;position:relative;z-index:5;}.services-section .tabs__panel.accordion{padding:0;border:0;}.services-section .tabs__panel.accordion .accordion__flexbox{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.services-section .tabs__panel.accordion .accordion__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-preferred-size:47%;flex-basis:47%;padding:72px;overflow-y:auto;max-height:395px;}.services-section .tabs__panel.accordion .accordion__wrapper::-webkit-scrollbar{display:none;}.services-section .tabs__panel.accordion .accordion__gradient{position:absolute;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(rgba(190,164,249,0)),to(rgba(190,164,249,0.9)));background:linear-gradient(180deg,rgba(190,164,249,0),rgba(190,164,249,0.9));width:100%;height:70px;-ms-flex-negative:0;flex-shrink:0;bottom:0;}.services-section .tabs__panel.accordion .accordion__media{width:100%;-ms-flex-preferred-size:53%;flex-basis:53%;z-index:2;}.services-section .tabs__panel.accordion .accordion__media figure,.services-section .tabs__panel.accordion .accordion__media .aspect-ratio-frame,.services-section .tabs__panel.accordion .accordion__media .aspect-ratio-frame > a{position:absolute;top:0;left:0;height:100%;width:100%;}.services-section .tabs__panel.accordion .accordion__media figure img,.services-section .tabs__panel.accordion .accordion__media .aspect-ratio-frame img,.services-section .tabs__panel.accordion .accordion__media .aspect-ratio-frame > a img{-o-object-fit:cover;object-fit:cover;}.services-section .tabs__buttons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;}.services-section .tabs__buttons .tabs__button{padding-left:16px;padding-right:16px;}.services-section .tabs__buttons .tabs__button::before{content:"";width:1px;height:25px;background-color:#BEA4F9;position:absolute;left:0;-webkit-transition:opacity 0.5s cubic-bezier(0.82,0.06,0.14,0.97);transition:opacity 0.5s cubic-bezier(0.82,0.06,0.14,0.97);}.services-section .tabs__buttons .tabs__button:first-of-type{padding-left:16px;}.services-section .tabs__buttons .tabs__button:first-of-type::before{display:none;}.services-section .tabs__buttons .tabs__button:last-of-type{padding-right:16px;}.services-section .tabs__buttons .tabs__button:hover,.services-section .tabs__buttons .tabs__button:active,.services-section .tabs__buttons .tabs__button:focus{color:#000000;background-color:#FFE171 !important;}.services-section .tabs__buttons .tabs__button:hover::before,.services-section .tabs__buttons .tabs__button:active::before,.services-section .tabs__buttons .tabs__button:focus::before{opacity:0;}.services-section .tabs__buttons .tabs__button:hover + .tabs__button::before,.services-section .tabs__buttons .tabs__button:active + .tabs__button::before,.services-section .tabs__buttons .tabs__button:focus + .tabs__button::before{opacity:0;}.services-section .tabs__buttons .tabs__button:first-of-type{border-left:none;}.services-section .tabs__buttons .tabs__button[aria-selected=true]::before{display:none;}.services-section .tabs__buttons .tabs__button[aria-selected=true] + .tabs__button::before{display:none;}}@media print,screen and (min-width:64.0625em){.services-section{padding-top:80px;}.services-section h3{margin:48px 0;}.services-section__testimonial{font-size:1.5rem;margin-bottom:24px;line-height:43.2px;}.services-section__name{font-size:1.125rem;}.services-section__affiliation{margin-bottom:24px;}.services-section .tabs__panel.accordion .accordion__wrapper{min-height:500px;max-height:500px;-ms-flex-preferred-size:500px;flex-basis:500px;}.services-section .tabs__panel.accordion .accordion__media{-ms-flex-preferred-size:660px;flex-basis:660px;}}@media screen and (max-width:68.6875em){.services-section .accordion + .accordion{margin-top:8px;}.services-section .tabs .accordion__button{display:block;}.services-section .tabs__buttons{display:none;}.services-section .accordion--open .accordion__content{margin-bottom:32px;}}.slider-navigation{display:none;position:relative;}.swiper-initialized .slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.slider-navigation__prev,.slider-navigation__next{background-color:transparent;border:2px solid #ffffff;border-radius:50%;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;width:40px;height:40px;}.slider-navigation__prev i:before,.slider-navigation__next i:before{font-weight:600;}@media print,screen and (min-width:48.0625em){.slider-navigation__prev,.slider-navigation__next{width:48px;height:48px;border-width:3px;}.slider-navigation__prev i:before,.slider-navigation__next i:before{font-size:22px;}}.slider-navigation .fa-chevron-right{margin-left:2px;}.slider-navigation .fa-chevron-left{margin-right:2px;}.swiper-wrapper{list-style:none;}.swiper-wrapper > li{list-style:none;}.swiper-initialized .slider-navigation.hidden,.slider-navigation.hidden{display:none !important;}.swiper-pagination-bullet.swiper-pagination-bullet-active:only-child{display:none !important;}.swiper-button-disabled:disabled{opacity:0.25;}.slide-toggle{--slide-toggle-offset:0;--slide-toggle-scale:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none;}.slide-toggle__button{margin:0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:transparent;}.slide-toggle--line{border-bottom:0.0625em solid #000000;}.slide-toggle--line .slide-toggle__button{color:#000000;}.slide-toggle--line .slide-toggle__button[aria-selected=true]{color:#7251bc;}@supports (--css:variables){.slide-toggle--line::after{bottom:0;height:0.3125em;-webkit-transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);transform:translate(var(--slide-toggle-offset),50%) scale(var(--slide-toggle-scale),1);background-color:#7251bc;}}.slide-toggle--pill{padding:1em;background-color:#452e79;}.slide-toggle--pill .slide-toggle__button{position:relative;z-index:1;}.slide-toggle--pill .slide-toggle__button:hover{background-color:#7251bc;}.slide-toggle--pill .slide-toggle__button[aria-selected=true]{background-color:#7251bc;}@supports (--css:variables){.slide-toggle--pill::after{top:1em;bottom:1em;-webkit-transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);transform:translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale),1);background-color:#9076ca;}}@supports (--css:variables){.slide-toggle::after{position:absolute;display:block;width:100px;content:"";-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform-origin:0 0;transform-origin:0 0;}.slide-toggle .slide-toggle__button{background-color:transparent !important;}}.social-media{margin:0;padding:0;list-style:none;}.social-media li{display:inline-block;}.social-media a{display:block;margin:0 0.25em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.5rem;}.social-media a:hover{color:#FFE171;}.stories-section{background:linear-gradient(136.48deg,#FFF4CC 9.49%,#FFE171 116.03%);color:#3C3C3C;margin:1rem 1.25rem;}@media print,screen and (min-width:48.0625em){.stories-section{padding:32px;}}.stories-section h2{font-size:1.5rem;line-height:31.2px;}@media print,screen and (min-width:48.0625em){.stories-section h2{font-size:1.875rem;}}@media print,screen and (min-width:64.0625em){.stories-section h2{font-size:2.25rem;}}.stories-section .custom-grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:1320px;margin-left:auto;margin-right:auto;}@media print,screen and (min-width:48.0625em){.stories-section .custom-grid-container{padding:0;}}.stories-section .flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.stories-section__image{-webkit-box-flex:30%;-ms-flex:30%;flex:30%;max-width:624px;}.stories-section figure{margin:0;}.stories-section__content{margin-top:2rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:656px;}.stories-section .btn{margin:0;}.stories-section a:hover .play-button,.stories-section a:focus .play-button{opacity:1;}@media print,screen and (min-width:48.0625em){.stories-section{margin:1.5rem;}.stories-section .flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.stories-section__content{margin-top:0;padding:40px;}}@media print,screen and (min-width:64.0625em){.stories-section__content{padding:80px;}.stories-section__image{-webkit-box-flex:10%;-ms-flex:10%;flex:10%;}}.stories{padding-top:2.5rem;overflow:hidden;position:relative;padding-bottom:48px;}@media print,screen and (min-width:48.0625em){.stories{padding-top:5rem;}}@media print,screen and (min-width:64.0625em){.stories{padding-top:7.5rem;}}.stories .aspect-ratio-frame a{display:block;}.stories .btn{margin:0;}.stories .slider-navigation{position:absolute;}.stories .animal-separator .animal-separator__content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media print,screen and (min-width:48.0625em){.stories .animal-separator .animal-icon{margin-right:2rem;}}@media print,screen and (min-width:48.0625em){.stories-inner{display:-webkit-box;display:-ms-flexbox;display:flex;}}.stories-img{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:700px;position:relative;}.stories-img figure{margin:0;}.stories-img a{display:inline-block;}.stories-img .play-button{pointer-events:none;}.stories-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media print,screen and (min-width:48.0625em){.stories-content{margin-top:0;}}.stories .swiper-slide .stories-content{opacity:0;}@media print,screen and (min-width:48.0625em){.stories .swiper-slide{opacity:0;}}.stories .swiper-slide-visible .stories-content{opacity:1;}@media print,screen and (min-width:48.0625em){.stories .swiper-slide-visible{opacity:1;}}.stories-swiper-driver{padding-right:2.1875rem;padding-left:2.1875rem;max-width:1440px;margin-left:auto;margin-right:auto;margin-left:-20px;}@media screen and (max-width:500px){.stories-swiper-driver .slider-navigation{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;width:calc(100% - 68px);top:95vw;top:unset !important;bottom:7.5em;}}@media screen and (max-width:440px){.stories-swiper-driver .slider-navigation{top:100vw;}}@media screen and (max-width:350px){.stories-swiper-driver .slider-navigation{top:105vw;}}@media screen and (min-width:31.25em){.stories-swiper-driver{margin-left:0;padding-right:1.25rem;padding-left:1.25rem;max-width:100%;margin-left:auto;margin-right:auto;}.stories-swiper-driver .slider-navigation{top:220px;margin-left:-20px;}}@media screen and (min-width:37.5em){.stories-swiper-driver .slider-navigation{top:250px;}}@media (min-width:766px) and (max-width:768px){.stories-swiper-driver .slider-navigation{top:400px;}}@media print,screen and (min-width:48.0625em){.stories-swiper-driver{padding-right:1.5rem;padding-left:1.5rem;max-width:1440px;margin-left:auto;margin-right:auto;}.stories-swiper-driver .swiper-slide img{height:0;}.stories-swiper-driver .swiper-slide-visible{height:auto;}.stories-swiper-driver .swiper-slide-visible img{height:auto;}.stories-swiper-driver .swiper-slide-next{visibility:hidden;}.stories-swiper-driver .slider-navigation{display:none;}}.stories-swiper-driven{margin-top:48px;}.stories-swiper-driven img{width:100%;}.stories-swiper-driven .swiper-container{position:relative;}.stories-swiper-driven .stories__thumb-content{position:relative;background-color:#CF4361;}.stories-swiper-driven .stories__thumb-content figure{width:100%;margin:0;}.stories-swiper-driven .stories__thumb-content p{position:relative;color:#ffffff;font-size:18px;line-height:1.3;font-family:Raleway,sans-serif;font-weight:700;margin:0;padding:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.stories-swiper-driven .stories__thumb-content p::after{content:"\f105";font-family:"Font Awesome 5 Pro";position:block;padding-left:8px;font-weight:400;font-size:12px;margin-bottom:-4px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;line-height:0;}.stories-swiper-driven .stories__thumb-content:hover,.stories-swiper-driven .stories__thumb-content:active,.stories-swiper-driven .stories__thumb-content:focus{cursor:pointer;}.stories-swiper-driven .stories__thumb-content:hover p:after,.stories-swiper-driven .stories__thumb-content:active p:after,.stories-swiper-driven .stories__thumb-content:focus p:after{padding-left:16px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.stories-swiper-driven .swiper-slide-thumb-active .stories__thumb-content{background-color:#7251bc;margin:0;padding:0 8px 8px;}.stories-swiper-driven .swiper-slide-thumb-active .stories__thumb-content::after{content:"";background-color:rgba(114,81,188,0.7);z-index:2;position:absolute;width:100%;height:100%;left:0;top:0;}.stories-swiper-driven .swiper-slide-thumb-active p{background-color:#7251bc;color:#ffffff;margin:0;z-index:4;padding:16px;padding-left:8px;padding-bottom:19px;position:relative;}.stories-swiper-driven .swiper-slide-thumb-active p::after{display:none;}.stories-swiper-driven .swiper-slide-thumb-active img{z-index:2;}.stories-swiper-driven .swiper-slide-thumb-active .apect-ratio-frame::after{content:"";background-color:rgb(114,81,188);z-index:3;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0.6;border:8px solid #7251bc;}@media print,screen and (max-width:48.06125em){.stories__thumb-wrapper{display:none;}}@media print,screen and (min-width:48.0625em){.stories-content{padding-right:40px;padding-left:40px;}.stories .slider-navigation{top:90px;}.stories .slider-navigation__prev{left:-62px;}.stories .slider-navigation__next{right:-62px;}.stories__thumb-wrapper{padding-right:4.375rem;padding-left:4.375rem;max-width:1300px;margin-left:auto;margin-right:auto;}}@media (min-width:766px) and (max-width:768px){.stories-img{max-width:100%;}}@media print,screen and (max-width:75.06125em){.stories-img{-webkit-box-flex:1;-ms-flex:1;flex:1;}}@media (min-width:768px) and (max-width:1440px){.stories-img{-webkit-box-flex:3;-ms-flex:3;flex:3;}}@media print,screen and (min-width:64.0625em){.stories-content{padding-right:72px;padding-left:72px;}}@media screen and (min-width:90.0625em){.stories-img{-ms-flex-preferred-size:700px;flex-basis:700px;}.stories-content{-ms-flex-preferred-size:548px;flex-basis:548px;}}.story-page .wysiwyg__wrapper{overflow:scroll;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.story-page .wysiwyg__wrapper{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.story-page .wysiwyg__wrapper{padding-bottom:5rem;}}.story-page .animal-separator{margin:56px 0;}@media print,screen and (min-width:48.0625em){.story-page .animal-separator{margin:76px 0 56px;}}.story-hero .breadcrumbs__wrapper{margin-bottom:2rem;}.story-hero h1{margin-bottom:1rem;color:#3C3C3C;}.story-hero .quote{margin-bottom:1rem;color:#3C3C3C;}.story-hero .quote + p{color:#3C3C3C;}.story-hero__video{margin-bottom:40px;}.story-hero__video figure{max-width:860px;margin:0;}.tabs__buttons{display:none;margin:0;background-color:#5D3EA3;}@media print,screen and (min-width:48.0625em){.tabs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;list-style:none;border-radius:10px 10px 10px 10px;overflow:hidden;}:root:not(.oho-js) .tabs__buttons{display:none;}}.tabs__button{font-weight:600;line-height:1.3;font-family:"Lato",sans-serif;background-color:transparent;text-transform:unset;}@media print,screen and (min-width:48.0625em){.tabs__button{font-size:0.875rem;font-weight:400;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 16px;}}@media print,screen and (min-width:48.0625em) and (min-width:48.0625em){.tabs__button{font-size:0.9375rem;line-height:1.7;}}@media print,screen and (min-width:48.0625em){.tabs__button[aria-selected=true]{color:#000000;background-color:#FFE171;padding:1rem 1.5rem;}.tabs__button[aria-selected=true]:after{display:none;}}@media print,screen and (min-width:48.0625em){.tabs .accordion{display:block;margin-top:0;padding:1.75em;border:0.0625em solid #7251bc;}.tabs .accordion::before,.tabs .accordion::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.tabs .accordion::after{clear:both;}.tabs .accordion[aria-hidden=true]{display:none;}.tabs .accordion__button{display:none;}:root:not(.oho-js) .tabs .accordion__button{display:block;}}.tab-label{font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:0.2em;font-family:Raleway,sans-serif;text-transform:uppercase;margin-top:3rem;margin-bottom:2rem;}@media print,screen and (max-width:48.06125em){.tab-label{display:none;}}.tags{font-size:0.875rem;font-weight:400;line-height:1.5;color:#7251bc;}.tags ul{gap:0.9375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none;}.tags a{display:inine-block;border:1px solid #d8d8d8;padding:0.25rem 0.5rem;}.tags a:hover,.tags a:focus{text-decoration:none;border-color:#7251bc;}.testimonials{overflow:hidden;position:relative;background-color:#6499D8;}.testimonials::before{content:"";display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:39px;opacity:0.18;background:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(13.31%,rgba(0,0,0,0)));background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 13.31%);}.testimonials .swiper-container{position:relative;z-index:1;}.testimonials .swiper-slide{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;padding-top:2.5rem;padding-bottom:160px;}@media print,screen and (min-width:48.0625em){.testimonials .swiper-slide{padding-top:5rem;}}@media print,screen and (min-width:64.0625em){.testimonials .swiper-slide{padding-top:7.5rem;}}@media print,screen and (min-width:64.0625em){.testimonials .swiper-slide{padding-top:104px;}}.testimonials .swiper-slide figure{margin:0;}.testimonials .swiper-slide figure > img{position:absolute;z-index:2;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;opacity:0.2;mix-blend-mode:luminosity;}.testimonials .swiper-slide::after{content:"";background:linear-gradient(139deg,#5D3EA3 18.05%,#6499D8 97.79%);position:absolute;z-index:1;bottom:0;width:100%;height:100%;}.testimonials .swiper-slide .grid-container{position:relative;z-index:3;}.testimonials .swiper-slide blockquote{display:block;}.testimonials .swiper-slide blockquote::before{display:none;}.testimonials .quote{font-family:Lora,serif;font-style:italic;font-size:1.125rem;line-height:1.8;position:relative;color:#ffffff;text-align:center;margin-bottom:0;padding-top:0;padding-bottom:2rem;text-shadow:0px 2px 4px rgba(0,0,0,0.4);}@media print,screen and (min-width:48.0625em){.testimonials .quote{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.testimonials .quote{font-size:2.25rem;}}@media print,screen and (min-width:48.0625em){.testimonials .quote{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.testimonials .quote{padding-bottom:3rem;}}.testimonials .quote__attribution{color:#ffffff;text-align:center;font-size:1.0625rem;line-height:180%;}.testimonials .quote__mark{text-align:center;margin-bottom:24px;}@media print,screen and (min-width:40.0625em){.testimonials .quote__mark{margin-bottom:48px;}}.testimonials .quote__mark svg{width:34px;}@media print,screen and (min-width:40.0625em){.testimonials .quote__mark svg{width:100%;}}.testimonials .slider-navigation{position:absolute;z-index:3;bottom:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;}@media print,screen and (min-width:64.0625em){.testimonials .slider-navigation{bottom:calc(50% - 20px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:20px;width:calc(100% - 40px);}}@media screen and (min-width:75em){.testimonials .slider-navigation{margin-left:calc(50% - 600px);width:1200px;}}.testimonials .slider-navigation button{-webkit-filter:drop-shadow(0px 2px 4px rgba(0,0,0,0.4));filter:drop-shadow(0px 2px 4px rgba(0,0,0,0.4));}.testimonials .swiper-pagination{position:absolute;z-index:3;bottom:80px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;bottom:130px;}@media print,screen and (min-width:48.0625em){.testimonials .swiper-pagination{bottom:140px;}}.testimonials .swiper-pagination-bullet{font-size:0;height:12px;width:12px;border-radius:6px;background-color:rgba(255,255,255,0.5);}.testimonials .swiper-pagination-bullet-active{background-color:rgb(255,255,255);}.testimonials .animal-icon__container{margin:0;position:absolute;z-index:6;left:0;width:100%;bottom:0;padding-left:20px;margin-bottom:-5px;}@media screen and (min-width:75em){.testimonials .animal-icon__container{padding-left:calc(50% - 600px);}}.testimonials .animal-icon__container .zag-line{display:none;}@media print,screen and (max-width:48.06125em){.testimonials .quote__attribution{margin:0 0 8px;}.testimonials .quote{margin-top:-8px;padding-bottom:24px;}}.tooltip > *{display:inline;}.tooltip{position:relative;z-index:3;}.tooltip p,.tooltip{font-size:0.875rem;font-weight:400;line-height:1.4;}@media print,screen and (min-width:48.0625em){.tooltip p,.tooltip{font-size:0.9375rem;line-height:1.7;}}.tooltip__toggle{padding:0;color:#7251bc;background:none;overflow:visible;padding:0.1875rem;width:1.5625rem;height:1.5625rem;}.tooltip__toggle:hover{background:none;color:#0066bf;}.tooltip__toggle:focus{background:none;color:#0066bf;}.tooltip--open .tooltip__toggle i::before{content:"\f00d";}.tooltip--open .tooltip__toggle::before{content:"▲";width:1.5625rem;height:1.5625rem;-webkit-transform:translateY(13px) translateX(1%);transform:translateY(13px) translateX(1%);position:absolute;right:0;color:white;font-size:23px;text-shadow:0px -3px 5px rgba(0,0,0,0.08);}.tooltip--open{z-index:4;}.tooltip__content{display:none;border-top:0.625rem solid transparent;position:absolute;width:26rem;max-width:80vw;text-align:center;margin-top:-8px;margin-left:calc(var(--tooltip-viewport-offset) - 20px);}@media screen and (min-width:48.0625em){.tooltip__content{width:12rem;}}.tooltip--open .tooltip__content{display:block;}.tooltip__content__inner{padding:0.5rem;background:#ffffff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,0.21);box-shadow:0 0 7px 0 rgba(0,0,0,0.21);color:#000000;}@media screen and (min-width:48.0625em){.tooltip__content__inner{padding:1rem;}}.checkbox-container .tooltip{position:absolute;}.checkbox-container .tooltip__content{-webkit-transform:translateX(-40px);transform:translateX(-40px);}.checkbox-container [type=checkbox] + label,.checkbox-container [type=radio] + label{display:inline;}.checkbox-container .tooltip--open .tooltip__toggle:before,.checkbox-container .tooltip--open .tooltip__toggle:after{-webkit-transform:translateY(20px) translateX(3%);transform:translateY(20px) translateX(3%);}[data-tooltip-active=true]{z-index:5 !important;}.treatment-area{padding-top:2rem;padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.treatment-area{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.treatment-area{padding-top:5rem;padding-bottom:5rem;}}.treatment-area p{margin:0;}.treatment-area .small-text{font-size:0.875rem;color:#3C3C3C;line-height:170%;}.treatment-area .link-arrow{color:#7251bc;font-size:1.125rem;}.treatment-area .link-arrow::after{color:#7251bc;-ms-flex-item-align:start;align-self:flex-start;margin-top:0.5em;font-size:0.75rem;}.treatment-area--item{margin-bottom:32px;}@media print,screen and (min-width:64.0625em){.treatment-area--item{max-width:360px;margin-bottom:64px;}}.treatment-area--item .flex__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.treatment-area--item .flex__item{-ms-flex-item-align:start;align-self:flex-start;}.treatment-area--item .flex__item + .flex__item{margin-left:1rem;-ms-flex-preferred-size:185px;flex-basis:185px;}@media (min-width:375px){.treatment-area--item .flex__item + .flex__item{-ms-flex-preferred-size:75%;flex-basis:75%;}}@media print,screen and (min-width:40.0625em){.treatment-area--item .flex__item + .flex__item{-ms-flex-preferred-size:unset;flex-basis:unset;}}@media print,screen and (min-width:48.0625em){.treatment-area--item .flex__item + .flex__item{-ms-flex-preferred-size:66%;flex-basis:66%;}}@media print,screen and (min-width:64.0625em){.treatment-area--item .flex__item + .flex__item{-ms-flex-preferred-size:275px;flex-basis:275px;}}.treatment-area--item .link__wrapper{margin:0 0 8px;}.treatment-area .cell:last-of-type .treatment-area--item{margin-bottom:0;}@media print,screen and (min-width:64.0625em){.treatment-area .cell:nth-last-of-type(-n+3) .treatment-area--item{margin-bottom:0;}}.treatment-area figure{margin:0;}.landing-page + .contextual-region .animal-separator{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.landing-page + .contextual-region .animal-separator{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.landing-page + .contextual-region .animal-separator{margin-top:3.5rem;}}.animal-separator__heading{color:#3C3C3C;}.treatment-area--item .flex__item figure div svg{width:33px;height:33px;}.treatment-area--item .flex__item figure div svg path{fill:#CF4361;}.treatment-care-team{overflow:hidden;position:relative;padding-top:2rem;padding-bottom:2rem;padding-bottom:0 !important;background:var(--gradient-purple-blue,linear-gradient(149deg,#5D3EA3 0%,#6499D8 100%));}@media print,screen and (min-width:48.0625em){.treatment-care-team{padding-top:2.5rem;padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.treatment-care-team{padding-top:5rem;padding-bottom:5rem;}}.treatment-care-team h2{color:#ffffff;}.treatment-care-team .animal__wrapper{padding:0;position:relative;right:0;max-width:100%;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:32px;}@media print,screen and (min-width:48.0625em){.treatment-care-team .animal__wrapper{margin-top:45px;}}@media print,screen and (min-width:64.0625em){.treatment-care-team .animal__wrapper{margin-top:75px;}}.treatment-care-team .link-arrow{color:#7251bc;}.treatment-care-team .link-arrow::after{color:#7251bc;display:none;}.treatment-care-team .profile-item-chevron{margin-left:8px;font-size:0.75rem;-ms-flex-item-align:start;align-self:flex-start;margin-top:7px;}.treatment-care-team .section-heading .grid-x{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}@media print,screen and (min-width:64.0625em){.treatment-care-team .section-heading .grid-x .medium-3{margin-top:0.5em;}}@media screen and (min-width:75.0625em){.treatment-care-team .section-heading .grid-x .medium-3{margin-top:1em;}}.treatment-care-team::after{content:"";background-image:url(/themes/custom/blythedale/assets/img/swoops-mobile.png);background-size:cover;display:block;height:157px;width:100%;left:0;background-repeat:no-repeat;background-position:center bottom;opacity:1;z-index:4;bottom:0;pointer-events:none;}@media (min-width:425px){.treatment-care-team::after{height:200px;}}@media print,screen and (min-width:40.0625em){.treatment-care-team::after{background-image:url(/themes/custom/blythedale/assets/img/swoops.png);height:325px;}}@media print,screen and (min-width:48.0625em){.treatment-care-team::after{height:625px;}}@media print,screen and (min-width:64.0625em){.treatment-care-team::after{height:704px;}}@media screen and (min-width:90.0625em){.treatment-care-team::after{height:740px;}}.treatment-care-team .content__wrapper{gap:32px;margin-bottom:-10em;}@media (min-width:425px){.treatment-care-team .content__wrapper{margin-bottom:-12.5em;}}@media print,screen and (min-width:40.0625em){.treatment-care-team .content__wrapper{margin-bottom:-20.5em;}}@media print,screen and (min-width:48.0625em){.treatment-care-team .content__wrapper{margin-bottom:-39.5em;gap:0;}}@media print,screen and (min-width:64.0625em){.treatment-care-team .content__wrapper{margin-bottom:-44.5em;}}@media screen and (min-width:90.0625em){.treatment-care-team .content__wrapper{margin-bottom:-46.5em;}}@media print,screen and (min-width:40.0625em){.treatment-care-team .swiper-container{position:relative;}}.treatment-care-team .swiper-driver .swiper-slide-thumb-active::after,.treatment-care-team .swiper-driver .swiper-slide-thumb-active p{background-color:#ffffff;}.treatment-care-team .slider-navigation{margin-top:32px;max-width:88px;}@media print,screen and (min-width:48.0625em){.treatment-care-team .slider-navigation{max-width:110px;}}@media screen and (min-width:84.375em){.treatment-care-team .slider-navigation{max-width:100%;position:absolute;top:150px;}}@media screen and (min-width:84.375em){.treatment-care-team .slider-navigation__prev{left:-5em;}}@media screen and (min-width:84.375em){.treatment-care-team .slider-navigation__next{right:-5em;}}.treatment-care-team .swiper-slide{height:auto;}@media print,screen and (min-width:40.0625em){.treatment-care-team .swiper-slide{opacity:0;}}@media print,screen and (min-width:40.0625em){.treatment-care-team .swiper-slide-visible{opacity:1;}}@media screen and (max-width:40em){.treatment-care-team .treatment-care-team__thumbnail .swiper-container{width:300px;}}.treatment-care-team__img figure{margin:0;}.treatment-care-team__name{margin:16px 0 8px;}@media print,screen and (min-width:40.0625em){.treatment-care-team__name{margin:0;margin-bottom:8px;}}.treatment-care-team__name a{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}@media print,screen and (min-width:48.0625em){.treatment-care-team__name a{font-size:1.5rem;}}.treatment-care-team__title{margin:0;color:#3C3C3C !important;font-size:1rem;font-weight:700;line-height:1.4;}@media print,screen and (min-width:48.0625em){.treatment-care-team__title{font-size:1.125rem;}}.treatment-care-team__thumb-wrapper{margin-top:32px;}@media print,screen and (min-width:64.0625em){.treatment-care-team__thumb-wrapper{margin-top:48px;}}.treatment-care-team__thumb-content .treatment-care-team__thumb-inner{padding:8px;}@media print,screen and (min-width:40.0625em){.treatment-care-team__thumb-content .treatment-care-team__name{margin-top:16px;}}.treatment-care-team__thumb-content .treatment-care-team__name a{font-size:1.125rem;font-weight:700;font-family:Lato,sans-serif;line-height:1.3;}.treatment-care-team__thumb-content .treatment-care-team__title{font-family:Lato;font-weight:normal;font-size:0.875rem;line-height:150%;}.treatment-care-team-thumb__inner{padding:8px;padding-bottom:16px;background-color:#ffffff;}.zag-line{position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100vw;z-index:0;top:50%;}.zag-line-path{fill:none;stroke:#F68E37;stroke-width:1;vector-effect:non-scaling-stroke;stroke-dasharray:5;}.listing--department .listing--content__image figure{max-width:200px;}.separator hr{background:#d8d8d8;border:none;height:2px;margin:0;}.page--event .animal-separator{margin-top:0;}.event-detail{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.event-detail{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.event-detail{padding-bottom:5rem;}}.event-detail figcaption{font-family:Lato;}.event-detail .icon-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.event-related{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.event-related{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.event-related{padding-bottom:5rem;}}.event-related .icon-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.event-hero__content.mobile{display:block;}@media print,screen and (min-width:48.0625em){.event-hero__content.mobile{display:none;}}.event-hero__content.mobile .icon__wrapper{-ms-flex-preferred-size:182px;flex-basis:182px;}.event-hero__content.mobile .icon-list{margin-top:0;}.event-hero__content.mobile .flex__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}.event-hero__content.mobile .flex__wrapper::after{background-color:#F68E37;content:"";height:2px;position:absolute;width:100%;bottom:0;left:0;}@media print,screen and (min-width:48.0625em){.event-hero__content.mobile .flex__wrapper::after{display:none;}}.event-hero__content.mobile .flex__wrapper .featured-date{min-width:55px;margin-right:40px;}.event-hero__content.desktop{display:none;}@media print,screen and (min-width:48.0625em){.event-hero__content.desktop{display:-webkit-box;display:-ms-flexbox;display:flex;}}.featured-date{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:0.5rem;min-width:126px;}@media print,screen and (min-width:64.0625em){.featured-date{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.featured-date__label{color:#CF4361;font-weight:700;letter-spacing:0.2em;line-height:1em;text-transform:uppercase;}.featured-date__month-year{line-height:1em;text-align:center;text-transform:uppercase;}.featured-date__day{color:#DB6F16;font-weight:300;line-height:1em;}.listing--event .event-item .featured-date{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.listing--event .event-item .event-details{-webkit-box-flex:8;-ms-flex:8;flex:8;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}@media screen and (min-width:35em){.listing--event .event-item .event-details{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.listing--event .event-item .icon-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.listing--event .event-item .featured-image{-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}@media screen and (min-width:35em){.listing--event .event-item .featured-image{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}}@media print,screen and (min-width:64.0625em){.listing--event .event-item .featured-image{max-width:259px;}}.event-details.initial-7{margin-left:0;}.event-details.initial-7 .icon-list{margin-top:0;padding-bottom:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.event-details.initial-7 .icon-list::after{display:none;}@media print,screen and (min-width:48.0625em){.event-details.initial-7{display:none;}}.event-details.initial-12{border-top:2px solid #F68E37;margin-top:24px;}@media print,screen and (min-width:48.0625em){.event-details.initial-12{border-top:none;}}@media print,screen and (min-width:64.0625em){.event-details.initial-12{margin-top:0;}}@media print,screen and (max-width:48.06125em){.event-details.initial-12 .icon-list{display:none;}}.landing-page .animal-separator__heading{color:#3C3C3C;}.news--detail,.news-detail{padding-bottom:2rem;}@media print,screen and (min-width:48.0625em){.news--detail,.news-detail{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.news--detail,.news-detail{padding-bottom:5rem;}}.news--detail h1{color:#3C3C3C;}.news--detail .news-details__summary{color:#3C3C3C;}.news--detail .featured-image{max-width:860px;}.news--detail .animal-separator{margin-top:48px;}@media print,screen and (min-width:64.0625em){.news--detail .animal-separator{margin-top:96px;}}.news-item__summary,.news-item__summary.wysiwyg{font-size:0.875rem;font-weight:400;line-height:1.4;font-family:"Lato",sans-serif !important;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.news-item__summary,.news-item__summary.wysiwyg{font-size:0.9375rem;line-height:1.7;}}.listing--results .news-item{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.listing--results .news-item{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.listing--results .news-item .tags a{color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.listing--results .news-item .featured-image{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media print,screen and (min-width:64.0625em){.listing--results .news-item .featured-image{max-width:259px;}}@media print,screen and (min-width:48.0625em){.listing--results .news-item .news-item__content{-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.listing--results .news-item__date{margin-top:1rem;font-size:1rem;font-weight:700;line-height:1.4;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.listing--results .news-item__date{font-size:1.125rem;}}.listing--results .news-item__source{margin-top:0.5rem;color:#7251bc;font-family:"Lora",serif;font-size:1.125rem;line-height:1.6;}.card--profile h2,.card--profile h3{margin:0;}.card--profile p,.card--profile .positions{display:block;margin-bottom:0;}.card--profile .btn{margin-top:1rem;margin-bottom:0;}@media print,screen and (min-width:48.0625em){.card--listing--profile{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.card--listing--profile .card__content__inner{padding:0 20px 0 0;}.card--listing--profile .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--listing--profile .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--listing--profile img{display:block;}}.listing__rows-items li{padding-left:0;}ol.listing__rows > li::before,ol.listing__rows-items > li::before{content:none;}.program-listing-item{padding-top:1rem;padding-bottom:1rem;width:100%;color:#000000;}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:1.5rem;padding-bottom:1.5rem;}}.program-listing-item h3{font-family:Raleway,sans-serif;font-size:1.3125rem;font-weight:500;line-height:1.3;}@media print,screen and (min-width:48.0625em){.program-listing-item h3{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.program-listing-item h3{font-size:1.875rem;}}.program-listing-item .link-arrow{display:block;}.program-listing-item .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.program-listing-item ol,.program-listing-item li{margin:0;padding:0;width:100%;}.program-listing-item{color:#000000;width:100%;padding-top:1rem;padding-bottom:1rem;}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:1.5rem;padding-bottom:1.5rem;}}@media print,screen and (min-width:48.0625em){.program-listing-item__secondary-heading{display:none;}.program-listing-item__secondary-heading + h4,.program-listing-item__secondary-heading + p{margin:0;}}.program-listing-item p{margin-top:10px;}@media print,screen and (min-width:48.0625em){.program-listing-item p{margin-top:0;}}.program-listing-item .btn--compare{padding:1.25rem 1.875rem 0.85rem;}.program-header{display:none;}@media print,screen and (min-width:48.0625em){.program-header{display:block;}}@media print,screen and (min-width:48.0625em){.program-header__container{padding-left:6.25rem;}}.program-header__container,.program-listing-item__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem;}@media print,screen and (min-width:48.0625em){.program-header__column--program,.program-listing-item__column--program{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--level,.program-listing-item__column--level{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--degree,.program-listing-item__column--degree{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--type,.program-listing-item__column--type{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--location,.program-listing-item__column--location{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}@media print,screen and (min-width:48.0625em){.program-header__column--compare,.program-listing-item__column--compare{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem;}}.card--story h2,.card--story h3{margin:0;}.card--story .subject-info,.card--story p,.card--story .tags{margin-top:1rem;display:block;margin-bottom:0;}.card--story .btn{margin-top:1rem;margin-bottom:0;}.card--story .quote{font-weight:500;font-style:italic;}.subject-info:not(:first-child){margin-top:1.875rem;}.subject-info span{display:block;}.subject-info span:not(:first-child){margin-top:0.625rem;}.subject-info__name{font-weight:600;}.subject-info__meta{color:#8f8f8f;}@media print,screen and (min-width:48.0625em){.card--listing--story{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.card--listing--story .card__content__inner{padding:0 20px 0 0;}.card--listing--story .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0;}.card--listing--story .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;}.card--listing--story img{display:block;}}.story-item__summary{font-size:0.875rem;font-weight:400;line-height:1.4;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.story-item__summary{font-size:0.9375rem;line-height:1.7;}}.tags .eyebrow{color:#000000;margin:0;margin-bottom:20px;}.tags ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.tag__wrapper{margin-bottom:20px;}.tag__wrapper:last-of-type{margin-bottom:0;}.tag__wrapper h3{font-size:0.875rem;font-weight:400;line-height:1.5;color:#3C3C3C;font-weight:700;margin:0;margin-right:8px;margin-bottom:16px;}@media print,screen and (min-width:48.0625em){.tag__wrapper h3{width:105px;margin-bottom:0;-ms-flex-negative:0;flex-shrink:0;}}@media print,screen and (min-width:48.0625em){.tag__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}}.listing--story .news-item{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media print,screen and (min-width:48.0625em){.listing--story .news-item{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.listing--story .news-item .play-button{width:64px;}.listing--story .news-item .tags a,.listing--story .news-item .tags li{color:#3C3C3C;display:inline-block;border:1px solid #d8d8d8;padding:0.25rem 0.5rem;}.listing--story .news-item__heading a{font-family:Raleway,sans-serif;font-size:1.3125rem;font-weight:500;line-height:1.3;line-height:130%;}@media print,screen and (min-width:48.0625em){.listing--story .news-item__heading a{font-size:1.5rem;}}@media print,screen and (min-width:64.0625em){.listing--story .news-item__heading a{font-size:1.875rem;}}@media print,screen and (min-width:48.0625em){.listing--story .news-item .featured-image{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media print,screen and (min-width:64.0625em){.listing--story .news-item .featured-image{max-width:259px;}}@media print,screen and (min-width:48.0625em){.listing--story .news-item .news-item__content{-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.listing--story .news-item__date{margin-top:1rem;font-size:1rem;font-weight:700;line-height:1.4;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.listing--story .news-item__date{font-size:1.125rem;}}.listing--story .news-item__source{margin-top:0.5rem;color:#7251bc;font-family:"Lora",serif;font-size:1.125rem;line-height:1.6;}.story-page .wysiwyg{max-width:53.75rem;}.story-page .wysiwyg + .tags{margin-top:2rem;padding-top:2rem;display:inline-block;border-top:1px solid #d8d8d8;}@media print,screen and (min-width:48.0625em){.story-page .wysiwyg + .tags{margin-top:2.5rem;padding-top:2.5rem;}}.featured-image{margin:0;}.body-content{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.body-content{margin-top:2.5rem;}}@media print,screen and (min-width:64.0625em){.body-content{margin-top:3.5rem;}}.body-content .wysiwyg{margin-top:2rem;}@media print,screen and (min-width:48.0625em){.body-content .wysiwyg{margin-top:2.5rem;}}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{width:100%;}.listing-results{padding-top:0.5rem;}.listing-results .listing-item{padding-top:2rem;padding-bottom:2rem;border-bottom:1px solid #d8d8d8;}@media print,screen and (min-width:48.0625em){.listing-results .listing-item{padding-top:2.5rem;padding-bottom:2.5rem;}}.card--listing{width:100%;margin-top:2rem;}.card--listing + .card--listing{padding-top:2rem;border-top:0.0625em solid #b3b3b3;}.listing__rows--grouped{list-style:none;margin-top:0;}.vaf + .listing__rows--grouped{margin-top:1.5rem;}@media print,screen and (min-width:48.0625em){.vaf + .listing__rows--grouped{margin-top:2rem;}}.listing__rows--grouped .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.listing__rows--grouped > *:nth-child(odd),.listing__rows--grouped > *:nth-child(even){background-color:transparent;}.listing__rows--grouped [data-start-color=true] > li::before{content:"";}.listing__rows--grouped > ol,.listing__rows--grouped > li,.listing__rows--grouped > li > ol,.listing__rows--grouped > li > ol > li{width:100%;margin-top:0;margin-bottom:0;padding:0;}.listing__rows--grouped > li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}.listing__rows--grouped > li::before{display:none;}.listing__rows--grouped > li > .eyebrow{display:block;width:6.25rem;height:1.25rem;margin:2.5rem 0 0;font-family:"Lato",sans-serif;font-weight:600;color:#000000;}.listing__rows--grouped > li{padding-right:0;padding-left:0;max-width:1160px;margin-left:auto;margin-right:auto;}.page--home .site-header{background-color:transparent;}.profile-detail{padding-bottom:2rem;}.profile-detail .wysiwyg + div{clear:both;}@media print,screen and (min-width:48.0625em){.profile-detail{padding-bottom:2.5rem;}}@media print,screen and (min-width:64.0625em){.profile-detail{padding-bottom:4.5rem;}}.profile-detail h1{color:#3C3C3C;margin-top:24px;}@media print,screen and (min-width:48.0625em){.profile-detail h1{margin-top:0;}}.profile-detail .animal-separator{margin-top:64px;}@media print,screen and (min-width:64.0625em){.profile-detail .animal-separator{margin-top:96px;}}.profile-detail .icon-list a{overflow:visible;}.profile-detail .icon-list .fa-download{font-weight:900;}.profile-detail .middot::before{content:"•";color:#F68E37;margin:0 0.5em;}.profile-detail .phone-ext{color:#3C3C3C;display:-webkit-box;display:-ms-flexbox;display:flex;}.profile-detail .profile-image{max-width:260px;}.profile__job-title{font-size:1rem;font-weight:400;font-family:Lora,serif;line-height:24px;text-shadow:0px 2px 4px rgba(0,0,0,0.4);font-style:italic;text-shadow:none;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.profile__job-title{font-size:1.5rem;line-height:150%;}}.profile-item .profile__job-title{font-size:1.125rem;}.profile__departments{font-family:"Lato",sans-serif;font-weight:700;}.profile__departments ul{list-style:none;}.profile__departments li{position:relative;}@media print,screen and (min-width:40.0625em){.profile__departments li{display:inline-block;}.profile__departments li + li{margin-left:8px;}.profile__departments li + li::before{content:"·";color:#F68E37;font-size:1.75rem;padding-right:8px;line-height:0;position:relative;top:3px;}}.profile__department-list{font-size:0.875rem;font-weight:400;line-height:1.4;font-family:Raleway,sans-serif;color:#3C3C3C;}@media print,screen and (min-width:48.0625em){.profile__department-list{font-size:0.9375rem;line-height:1.7;}}.profile__department-list ul{list-style:none;}.profile__department-list li{display:inline;}.profile__department-list li:not(:last-child)::after{content:", ";}.profile__contact-info{padding-top:1rem;position:relative;}@media print,screen and (min-width:48.0625em){.profile__contact-info{padding-top:1.5rem;}}.profile__contact-info::before{content:"";display:block;position:absolute;top:0;left:0;width:175px;height:1px;border-top:1px solid #F68E37;}.profile__contact-info.global-spacing--2x{padding-top:1rem;}.profile__contact-info.global-spacing--2x::before{width:80px;border-top-color:#d8d8d8;}.profile__contact-info .icon-list a{text-decoration:none;}.profile__contact-info .icon-list a:hover,.profile__contact-info .icon-list a:focus{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}.profile__contact-info .icon-list__icon{color:#F68E37;}.profile-item .grid-x{position:relative;}.profile-item .grid-x::after{content:"";display:block;position:absolute;bottom:0;left:1.25rem;width:calc(100% - 2.5rem);height:1px;border-bottom:1px solid #d8d8d8;}.profile-item .aspect-ratio-frame{width:188px;}.profile-item .small-shrink{margin-bottom:1.5rem;}@media print,screen and (min-width:40.0625em){.profile-item .small-shrink{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}}.print-only{display:none !important;}@media print{@page{margin:1cm;}*{color:#000000 !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important;}a[href]::after{content:" (" attr(href) ")";}abbr[title]::after{content:" (" attr(title) ")";}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:"";}a[href]::after{display:none;}a,a:visited{text-decoration:underline;}pre,blockquote{border:1px solid #999999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.hide-on-print{display:none !important;}.print-only{display:block !important;}.hide-for-print{display:none !important;}.show-for-print{display:inherit !important;}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
