@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.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;-webkit-overflow-scrolling:touch;touch-action:pan-y}.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}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:transparent;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:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@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;-webkit-overflow-scrolling:touch;--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__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:-36px;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;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;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__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{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:transparent}.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:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));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, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 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(1, 210, 232, 0.94));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}/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */

 @font-face{ font-display:swap;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-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)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@-webkit-keyframes fa-bounce{0%,64%,to{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em))}}@keyframes fa-bounce{0%,64%,to{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em))}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, 0.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, 0.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade{-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-beat-fade,.fa-fade{-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade}.fa-beat-fade,.fa-flip,.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite)}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake,.fa-spin{-webkit-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration, 2s);animation-duration:var(--fa-animation-duration, 2s)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, steps(8));animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle, none));transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"0"}.fa-1::before{content:"1"}.fa-2::before{content:"2"}.fa-3::before{content:"3"}.fa-4::before{content:"4"}.fa-5::before{content:"5"}.fa-6::before{content:"6"}.fa-7::before{content:"7"}.fa-8::before{content:"8"}.fa-9::before{content:"9"}.fa-fill-drip::before{content:""}.fa-arrows-to-circle::before{content:""}.fa-chevron-circle-right::before,.fa-circle-chevron-right::before{content:""}.fa-at::before{content:"@"}.fa-trash-alt::before,.fa-trash-can::before{content:""}.fa-text-height::before{content:""}.fa-user-times::before,.fa-user-xmark::before{content:""}.fa-stethoscope::before{content:""}.fa-comment-alt::before,.fa-message::before{content:""}.fa-info::before{content:""}.fa-compress-alt::before,.fa-down-left-and-up-right-to-center::before{content:""}.fa-explosion::before{content:""}.fa-file-alt::before,.fa-file-lines::before,.fa-file-text::before{content:""}.fa-wave-square::before{content:""}.fa-ring::before{content:""}.fa-building-un::before{content:""}.fa-dice-three::before{content:""}.fa-calendar-alt::before,.fa-calendar-days::before{content:""}.fa-anchor-circle-check::before{content:""}.fa-building-circle-arrow-right::before{content:""}.fa-volleyball-ball::before,.fa-volleyball::before{content:""}.fa-arrows-up-to-line::before{content:""}.fa-sort-desc::before,.fa-sort-down::before{content:""}.fa-circle-minus::before,.fa-minus-circle::before{content:""}.fa-door-open::before{content:""}.fa-right-from-bracket::before,.fa-sign-out-alt::before{content:""}.fa-atom::before{content:""}.fa-soap::before{content:""}.fa-heart-music-camera-bolt::before,.fa-icons::before{content:""}.fa-microphone-alt-slash::before,.fa-microphone-lines-slash::before{content:""}.fa-bridge-circle-check::before{content:""}.fa-pump-medical::before{content:""}.fa-fingerprint::before{content:""}.fa-hand-point-right::before{content:""}.fa-magnifying-glass-location::before,.fa-search-location::before{content:""}.fa-forward-step::before,.fa-step-forward::before{content:""}.fa-face-smile-beam::before,.fa-smile-beam::before{content:""}.fa-flag-checkered::before{content:""}.fa-football-ball::before,.fa-football::before{content:""}.fa-school-circle-exclamation::before{content:""}.fa-crop::before{content:""}.fa-angle-double-down::before,.fa-angles-down::before{content:""}.fa-users-rectangle::before{content:""}.fa-people-roof::before{content:""}.fa-people-line::before{content:""}.fa-beer-mug-empty::before,.fa-beer::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-arrow-up-long::before,.fa-long-arrow-up::before{content:""}.fa-burn::before,.fa-fire-flame-simple::before{content:""}.fa-male::before,.fa-person::before{content:""}.fa-laptop::before{content:""}.fa-file-csv::before{content:""}.fa-menorah::before{content:""}.fa-truck-plane::before{content:""}.fa-record-vinyl::before{content:""}.fa-face-grin-stars::before,.fa-grin-stars::before{content:""}.fa-bong::before{content:""}.fa-pastafarianism::before,.fa-spaghetti-monster-flying::before{content:""}.fa-arrow-down-up-across-line::before{content:""}.fa-spoon::before,.fa-utensil-spoon::before{content:""}.fa-jar-wheat::before{content:""}.fa-envelopes-bulk::before,.fa-mail-bulk::before{content:""}.fa-file-circle-exclamation::before{content:""}.fa-circle-h::before,.fa-hospital-symbol::before{content:""}.fa-pager::before{content:""}.fa-address-book::before,.fa-contact-book::before{content:""}.fa-strikethrough::before{content:""}.fa-k::before{content:"K"}.fa-landmark-flag::before{content:""}.fa-pencil-alt::before,.fa-pencil::before{content:""}.fa-backward::before{content:""}.fa-caret-right::before{content:""}.fa-comments::before{content:""}.fa-file-clipboard::before,.fa-paste::before{content:""}.fa-code-pull-request::before{content:""}.fa-clipboard-list::before{content:""}.fa-truck-loading::before,.fa-truck-ramp-box::before{content:""}.fa-user-check::before{content:""}.fa-vial-virus::before{content:""}.fa-sheet-plastic::before{content:""}.fa-blog::before{content:""}.fa-user-ninja::before{content:""}.fa-person-arrow-up-from-line::before{content:""}.fa-scroll-torah::before,.fa-torah::before{content:""}.fa-broom-ball::before,.fa-quidditch-broom-ball::before,.fa-quidditch::before{content:""}.fa-toggle-off::before{content:""}.fa-archive::before,.fa-box-archive::before{content:""}.fa-person-drowning::before{content:""}.fa-arrow-down-9-1::before,.fa-sort-numeric-desc::before,.fa-sort-numeric-down-alt::before{content:""}.fa-face-grin-tongue-squint::before,.fa-grin-tongue-squint::before{content:""}.fa-spray-can::before{content:""}.fa-truck-monster::before{content:""}.fa-w::before{content:"W"}.fa-earth-africa::before,.fa-globe-africa::before{content:""}.fa-rainbow::before{content:""}.fa-circle-notch::before{content:""}.fa-tablet-alt::before,.fa-tablet-screen-button::before{content:""}.fa-paw::before{content:""}.fa-cloud::before{content:""}.fa-trowel-bricks::before{content:""}.fa-face-flushed::before,.fa-flushed::before{content:""}.fa-hospital-user::before{content:""}.fa-tent-arrow-left-right::before{content:""}.fa-gavel::before,.fa-legal::before{content:""}.fa-binoculars::before{content:""}.fa-microphone-slash::before{content:""}.fa-box-tissue::before{content:""}.fa-motorcycle::before{content:""}.fa-bell-concierge::before,.fa-concierge-bell::before{content:""}.fa-pen-ruler::before,.fa-pencil-ruler::before{content:""}.fa-people-arrows-left-right::before,.fa-people-arrows::before{content:""}.fa-mars-and-venus-burst::before{content:""}.fa-caret-square-right::before,.fa-square-caret-right::before{content:""}.fa-cut::before,.fa-scissors::before{content:""}.fa-sun-plant-wilt::before{content:""}.fa-toilets-portable::before{content:""}.fa-hockey-puck::before{content:""}.fa-table::before{content:""}.fa-magnifying-glass-arrow-right::before{content:""}.fa-digital-tachograph::before,.fa-tachograph-digital::before{content:""}.fa-users-slash::before{content:""}.fa-clover::before{content:""}.fa-mail-reply::before,.fa-reply::before{content:""}.fa-star-and-crescent::before{content:""}.fa-house-fire::before{content:""}.fa-minus-square::before,.fa-square-minus::before{content:""}.fa-helicopter::before{content:""}.fa-compass::before{content:""}.fa-caret-square-down::before,.fa-square-caret-down::before{content:""}.fa-file-circle-question::before{content:""}.fa-laptop-code::before{content:""}.fa-swatchbook::before{content:""}.fa-prescription-bottle::before{content:""}.fa-bars::before,.fa-navicon::before{content:""}.fa-people-group::before{content:""}.fa-hourglass-3::before,.fa-hourglass-end::before{content:""}.fa-heart-broken::before,.fa-heart-crack::before{content:""}.fa-external-link-square-alt::before,.fa-square-up-right::before{content:""}.fa-face-kiss-beam::before,.fa-kiss-beam::before{content:""}.fa-film::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-people-robbery::before{content:""}.fa-lightbulb::before{content:""}.fa-caret-left::before{content:""}.fa-circle-exclamation::before,.fa-exclamation-circle::before{content:""}.fa-school-circle-xmark::before{content:""}.fa-arrow-right-from-bracket::before,.fa-sign-out::before{content:""}.fa-chevron-circle-down::before,.fa-circle-chevron-down::before{content:""}.fa-unlock-alt::before,.fa-unlock-keyhole::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-headphones-alt::before,.fa-headphones-simple::before{content:""}.fa-sitemap::before{content:""}.fa-circle-dollar-to-slot::before,.fa-donate::before{content:""}.fa-memory::before{content:""}.fa-road-spikes::before{content:""}.fa-fire-burner::before{content:""}.fa-flag::before{content:""}.fa-hanukiah::before{content:""}.fa-feather::before{content:""}.fa-volume-down::before,.fa-volume-low::before{content:""}.fa-comment-slash::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-compress::before{content:""}.fa-wheat-alt::before,.fa-wheat-awn::before{content:""}.fa-ankh::before{content:""}.fa-hands-holding-child::before{content:""}.fa-asterisk::before{content:"*"}.fa-check-square::before,.fa-square-check::before{content:""}.fa-peseta-sign::before{content:""}.fa-header::before,.fa-heading::before{content:""}.fa-ghost::before{content:""}.fa-list-squares::before,.fa-list::before{content:""}.fa-phone-square-alt::before,.fa-square-phone-flip::before{content:""}.fa-cart-plus::before{content:""}.fa-gamepad::before{content:""}.fa-circle-dot::before,.fa-dot-circle::before{content:""}.fa-dizzy::before,.fa-face-dizzy::before{content:""}.fa-egg::before{content:""}.fa-house-medical-circle-xmark::before{content:""}.fa-campground::before{content:""}.fa-folder-plus::before{content:""}.fa-futbol-ball::before,.fa-futbol::before,.fa-soccer-ball::before{content:""}.fa-paint-brush::before,.fa-paintbrush::before{content:""}.fa-lock::before{content:""}.fa-gas-pump::before{content:""}.fa-hot-tub-person::before,.fa-hot-tub::before{content:""}.fa-map-location::before,.fa-map-marked::before{content:""}.fa-house-flood-water::before{content:""}.fa-tree::before{content:""}.fa-bridge-lock::before{content:""}.fa-sack-dollar::before{content:""}.fa-edit::before,.fa-pen-to-square::before{content:""}.fa-car-side::before{content:""}.fa-share-alt::before,.fa-share-nodes::before{content:""}.fa-heart-circle-minus::before{content:""}.fa-hourglass-2::before,.fa-hourglass-half::before{content:""}.fa-microscope::before{content:""}.fa-sink::before{content:""}.fa-bag-shopping::before,.fa-shopping-bag::before{content:""}.fa-arrow-down-z-a::before,.fa-sort-alpha-desc::before,.fa-sort-alpha-down-alt::before{content:""}.fa-mitten::before{content:""}.fa-person-rays::before{content:""}.fa-users::before{content:""}.fa-eye-slash::before{content:""}.fa-flask-vial::before{content:""}.fa-hand-paper::before,.fa-hand::before{content:""}.fa-om::before{content:""}.fa-worm::before{content:""}.fa-house-circle-xmark::before{content:""}.fa-plug::before{content:""}.fa-chevron-up::before{content:""}.fa-hand-spock::before{content:""}.fa-stopwatch::before{content:""}.fa-face-kiss::before,.fa-kiss::before{content:""}.fa-bridge-circle-xmark::before{content:""}.fa-face-grin-tongue::before,.fa-grin-tongue::before{content:""}.fa-chess-bishop::before{content:""}.fa-face-grin-wink::before,.fa-grin-wink::before{content:""}.fa-deaf::before,.fa-deafness::before,.fa-ear-deaf::before,.fa-hard-of-hearing::before{content:""}.fa-road-circle-check::before{content:""}.fa-dice-five::before{content:""}.fa-rss-square::before,.fa-square-rss::before{content:""}.fa-land-mine-on::before{content:""}.fa-i-cursor::before{content:""}.fa-stamp::before{content:""}.fa-stairs::before{content:""}.fa-i::before{content:"I"}.fa-hryvnia-sign::before,.fa-hryvnia::before{content:""}.fa-pills::before{content:""}.fa-face-grin-wide::before,.fa-grin-alt::before{content:""}.fa-tooth::before{content:""}.fa-v::before{content:"V"}.fa-bicycle::before{content:""}.fa-rod-asclepius::before,.fa-rod-snake::before,.fa-staff-aesculapius::before,.fa-staff-snake::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-ambulance::before,.fa-truck-medical::before{content:""}.fa-wheat-awn-circle-exclamation::before{content:""}.fa-snowman::before{content:""}.fa-mortar-pestle::before{content:""}.fa-road-barrier::before{content:""}.fa-school::before{content:""}.fa-igloo::before{content:""}.fa-joint::before{content:""}.fa-angle-right::before{content:""}.fa-horse::before{content:""}.fa-q::before{content:"Q"}.fa-g::before{content:"G"}.fa-notes-medical::before{content:""}.fa-temperature-2::before,.fa-temperature-half::before,.fa-thermometer-2::before,.fa-thermometer-half::before{content:""}.fa-dong-sign::before{content:""}.fa-capsules::before{content:""}.fa-poo-bolt::before,.fa-poo-storm::before{content:""}.fa-face-frown-open::before,.fa-frown-open::before{content:""}.fa-hand-point-up::before{content:""}.fa-money-bill::before{content:""}.fa-bookmark::before{content:""}.fa-align-justify::before{content:""}.fa-umbrella-beach::before{content:""}.fa-helmet-un::before{content:""}.fa-bullseye::before{content:""}.fa-bacon::before{content:""}.fa-hand-point-down::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-folder-blank::before,.fa-folder::before{content:""}.fa-file-medical-alt::before,.fa-file-waveform::before{content:""}.fa-radiation::before{content:""}.fa-chart-simple::before{content:""}.fa-mars-stroke::before{content:""}.fa-vial::before{content:""}.fa-dashboard::before,.fa-gauge-med::before,.fa-gauge::before,.fa-tachometer-alt-average::before{content:""}.fa-magic-wand-sparkles::before,.fa-wand-magic-sparkles::before{content:""}.fa-e::before{content:"E"}.fa-pen-alt::before,.fa-pen-clip::before{content:""}.fa-bridge-circle-exclamation::before{content:""}.fa-user::before{content:""}.fa-school-circle-check::before{content:""}.fa-dumpster::before{content:""}.fa-shuttle-van::before,.fa-van-shuttle::before{content:""}.fa-building-user::before{content:""}.fa-caret-square-left::before,.fa-square-caret-left::before{content:""}.fa-highlighter::before{content:""}.fa-key::before{content:""}.fa-bullhorn::before{content:""}.fa-globe::before{content:""}.fa-synagogue::before{content:""}.fa-person-half-dress::before{content:""}.fa-road-bridge::before{content:""}.fa-location-arrow::before{content:""}.fa-c::before{content:"C"}.fa-tablet-button::before{content:""}.fa-building-lock::before{content:""}.fa-pizza-slice::before{content:""}.fa-money-bill-wave::before{content:""}.fa-area-chart::before,.fa-chart-area::before{content:""}.fa-house-flag::before{content:""}.fa-person-circle-minus::before{content:""}.fa-ban::before,.fa-cancel::before{content:""}.fa-camera-rotate::before{content:""}.fa-air-freshener::before,.fa-spray-can-sparkles::before{content:""}.fa-star::before{content:""}.fa-repeat::before{content:""}.fa-cross::before{content:""}.fa-box::before{content:""}.fa-venus-mars::before{content:""}.fa-arrow-pointer::before,.fa-mouse-pointer::before{content:""}.fa-expand-arrows-alt::before,.fa-maximize::before{content:""}.fa-charging-station::before{content:""}.fa-shapes::before,.fa-triangle-circle-square::before{content:""}.fa-random::before,.fa-shuffle::before{content:""}.fa-person-running::before,.fa-running::before{content:""}.fa-mobile-retro::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-spider::before{content:""}.fa-hands-bound::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-plane-circle-exclamation::before{content:""}.fa-x-ray::before{content:""}.fa-spell-check::before{content:""}.fa-slash::before{content:""}.fa-computer-mouse::before,.fa-mouse::before{content:""}.fa-arrow-right-to-bracket::before,.fa-sign-in::before{content:""}.fa-shop-slash::before,.fa-store-alt-slash::before{content:""}.fa-server::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-shop-lock::before{content:""}.fa-hourglass-1::before,.fa-hourglass-start::before{content:""}.fa-blender-phone::before{content:""}.fa-building-wheat::before{content:""}.fa-person-breastfeeding::before{content:""}.fa-right-to-bracket::before,.fa-sign-in-alt::before{content:""}.fa-venus::before{content:""}.fa-passport::before{content:""}.fa-heart-pulse::before,.fa-heartbeat::before{content:""}.fa-people-carry-box::before,.fa-people-carry::before{content:""}.fa-temperature-high::before{content:""}.fa-microchip::before{content:""}.fa-crown::before{content:""}.fa-weight-hanging::before{content:""}.fa-xmarks-lines::before{content:""}.fa-file-prescription::before{content:""}.fa-weight-scale::before,.fa-weight::before{content:""}.fa-user-friends::before,.fa-user-group::before{content:""}.fa-arrow-up-a-z::before,.fa-sort-alpha-up::before{content:""}.fa-chess-knight::before{content:""}.fa-face-laugh-squint::before,.fa-laugh-squint::before{content:""}.fa-wheelchair::before{content:""}.fa-arrow-circle-up::before,.fa-circle-arrow-up::before{content:""}.fa-toggle-on::before{content:""}.fa-person-walking::before,.fa-walking::before{content:""}.fa-l::before{content:"L"}.fa-fire::before{content:""}.fa-bed-pulse::before,.fa-procedures::before{content:""}.fa-shuttle-space::before,.fa-space-shuttle::before{content:""}.fa-face-laugh::before,.fa-laugh::before{content:""}.fa-folder-open::before{content:""}.fa-heart-circle-plus::before{content:""}.fa-code-fork::before{content:""}.fa-city::before{content:""}.fa-microphone-alt::before,.fa-microphone-lines::before{content:""}.fa-pepper-hot::before{content:""}.fa-unlock::before{content:""}.fa-colon-sign::before{content:""}.fa-headset::before{content:""}.fa-store-slash::before{content:""}.fa-road-circle-xmark::before{content:""}.fa-user-minus::before{content:""}.fa-mars-stroke-up::before,.fa-mars-stroke-v::before{content:""}.fa-champagne-glasses::before,.fa-glass-cheers::before{content:""}.fa-clipboard::before{content:""}.fa-house-circle-exclamation::before{content:""}.fa-file-arrow-up::before,.fa-file-upload::before{content:""}.fa-wifi-3::before,.fa-wifi-strong::before,.fa-wifi::before{content:""}.fa-bath::before,.fa-bathtub::before{content:""}.fa-underline::before{content:""}.fa-user-edit::before,.fa-user-pen::before{content:""}.fa-signature::before{content:""}.fa-stroopwafel::before{content:""}.fa-bold::before{content:""}.fa-anchor-lock::before{content:""}.fa-building-ngo::before{content:""}.fa-manat-sign::before{content:""}.fa-not-equal::before{content:""}.fa-border-style::before,.fa-border-top-left::before{content:""}.fa-map-location-dot::before,.fa-map-marked-alt::before{content:""}.fa-jedi::before{content:""}.fa-poll::before,.fa-square-poll-vertical::before{content:""}.fa-mug-hot::before{content:""}.fa-battery-car::before,.fa-car-battery::before{content:""}.fa-gift::before{content:""}.fa-dice-two::before{content:""}.fa-chess-queen::before{content:""}.fa-glasses::before{content:""}.fa-chess-board::before{content:""}.fa-building-circle-check::before{content:""}.fa-person-chalkboard::before{content:""}.fa-mars-stroke-h::before,.fa-mars-stroke-right::before{content:""}.fa-hand-back-fist::before,.fa-hand-rock::before{content:""}.fa-caret-square-up::before,.fa-square-caret-up::before{content:""}.fa-cloud-showers-water::before{content:""}.fa-bar-chart::before,.fa-chart-bar::before{content:""}.fa-hands-bubbles::before,.fa-hands-wash::before{content:""}.fa-less-than-equal::before{content:""}.fa-train::before{content:""}.fa-eye-low-vision::before,.fa-low-vision::before{content:""}.fa-crow::before{content:""}.fa-sailboat::before{content:""}.fa-window-restore::before{content:""}.fa-plus-square::before,.fa-square-plus::before{content:""}.fa-torii-gate::before{content:""}.fa-frog::before{content:""}.fa-bucket::before{content:""}.fa-image::before{content:""}.fa-microphone::before{content:""}.fa-cow::before{content:""}.fa-caret-up::before{content:""}.fa-screwdriver::before{content:""}.fa-folder-closed::before{content:""}.fa-house-tsunami::before{content:""}.fa-square-nfi::before{content:""}.fa-arrow-up-from-ground-water::before{content:""}.fa-glass-martini-alt::before,.fa-martini-glass::before{content:""}.fa-rotate-back::before,.fa-rotate-backward::before,.fa-rotate-left::before,.fa-undo-alt::before{content:""}.fa-columns::before,.fa-table-columns::before{content:""}.fa-lemon::before{content:""}.fa-head-side-mask::before{content:""}.fa-handshake::before{content:""}.fa-gem::before{content:""}.fa-dolly-box::before,.fa-dolly::before{content:""}.fa-smoking::before{content:""}.fa-compress-arrows-alt::before,.fa-minimize::before{content:""}.fa-monument::before{content:""}.fa-snowplow::before{content:""}.fa-angle-double-right::before,.fa-angles-right::before{content:""}.fa-cannabis::before{content:""}.fa-circle-play::before,.fa-play-circle::before{content:""}.fa-tablets::before{content:""}.fa-ethernet::before{content:""}.fa-eur::before,.fa-euro-sign::before,.fa-euro::before{content:""}.fa-chair::before{content:""}.fa-check-circle::before,.fa-circle-check::before{content:""}.fa-circle-stop::before,.fa-stop-circle::before{content:""}.fa-compass-drafting::before,.fa-drafting-compass::before{content:""}.fa-plate-wheat::before{content:""}.fa-icicles::before{content:""}.fa-person-shelter::before{content:""}.fa-neuter::before{content:""}.fa-id-badge::before{content:""}.fa-marker::before{content:""}.fa-face-laugh-beam::before,.fa-laugh-beam::before{content:""}.fa-helicopter-symbol::before{content:""}.fa-universal-access::before{content:""}.fa-chevron-circle-up::before,.fa-circle-chevron-up::before{content:""}.fa-lari-sign::before{content:""}.fa-volcano::before{content:""}.fa-person-walking-dashed-line-arrow-right::before{content:""}.fa-gbp::before,.fa-pound-sign::before,.fa-sterling-sign::before{content:""}.fa-viruses::before{content:""}.fa-square-person-confined::before{content:""}.fa-user-tie::before{content:""}.fa-arrow-down-long::before,.fa-long-arrow-down::before{content:""}.fa-tent-arrow-down-to-line::before{content:""}.fa-certificate::before{content:""}.fa-mail-reply-all::before,.fa-reply-all::before{content:""}.fa-suitcase::before{content:""}.fa-person-skating::before,.fa-skating::before{content:""}.fa-filter-circle-dollar::before,.fa-funnel-dollar::before{content:""}.fa-camera-retro::before{content:""}.fa-arrow-circle-down::before,.fa-circle-arrow-down::before{content:""}.fa-arrow-right-to-file::before,.fa-file-import::before{content:""}.fa-external-link-square::before,.fa-square-arrow-up-right::before{content:""}.fa-box-open::before{content:""}.fa-scroll::before{content:""}.fa-spa::before{content:""}.fa-location-pin-lock::before{content:""}.fa-pause::before{content:""}.fa-hill-avalanche::before{content:""}.fa-temperature-0::before,.fa-temperature-empty::before,.fa-thermometer-0::before,.fa-thermometer-empty::before{content:""}.fa-bomb::before{content:""}.fa-registered::before{content:""}.fa-address-card::before,.fa-contact-card::before,.fa-vcard::before{content:""}.fa-balance-scale-right::before,.fa-scale-unbalanced-flip::before{content:""}.fa-subscript::before{content:""}.fa-diamond-turn-right::before,.fa-directions::before{content:""}.fa-burst::before{content:""}.fa-house-laptop::before,.fa-laptop-house::before{content:""}.fa-face-tired::before,.fa-tired::before{content:""}.fa-money-bills::before{content:""}.fa-smog::before{content:""}.fa-crutch::before{content:""}.fa-cloud-arrow-up::before,.fa-cloud-upload-alt::before,.fa-cloud-upload::before{content:""}.fa-palette::before{content:""}.fa-arrows-turn-right::before{content:""}.fa-vest::before{content:""}.fa-ferry::before{content:""}.fa-arrows-down-to-people::before{content:""}.fa-seedling::before,.fa-sprout::before{content:""}.fa-arrows-alt-h::before,.fa-left-right::before{content:""}.fa-boxes-packing::before{content:""}.fa-arrow-circle-left::before,.fa-circle-arrow-left::before{content:""}.fa-group-arrows-rotate::before{content:""}.fa-bowl-food::before{content:""}.fa-candy-cane::before{content:""}.fa-arrow-down-wide-short::before,.fa-sort-amount-asc::before,.fa-sort-amount-down::before{content:""}.fa-cloud-bolt::before,.fa-thunderstorm::before{content:""}.fa-remove-format::before,.fa-text-slash::before{content:""}.fa-face-smile-wink::before,.fa-smile-wink::before{content:""}.fa-file-word::before{content:""}.fa-file-powerpoint::before{content:""}.fa-arrows-h::before,.fa-arrows-left-right::before{content:""}.fa-house-lock::before{content:""}.fa-cloud-arrow-down::before,.fa-cloud-download-alt::before,.fa-cloud-download::before{content:""}.fa-children::before{content:""}.fa-blackboard::before,.fa-chalkboard::before{content:""}.fa-user-alt-slash::before,.fa-user-large-slash::before{content:""}.fa-envelope-open::before{content:""}.fa-handshake-alt-slash::before,.fa-handshake-simple-slash::before{content:""}.fa-mattress-pillow::before{content:""}.fa-guarani-sign::before{content:""}.fa-arrows-rotate::before,.fa-refresh::before,.fa-sync::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-greater-than-equal::before{content:""}.fa-shield-alt::before,.fa-shield-halved::before{content:""}.fa-atlas::before,.fa-book-atlas::before{content:""}.fa-virus::before{content:""}.fa-envelope-circle-check::before{content:""}.fa-layer-group::before{content:""}.fa-arrows-to-dot::before{content:""}.fa-archway::before{content:""}.fa-heart-circle-check::before{content:""}.fa-house-chimney-crack::before,.fa-house-damage::before{content:""}.fa-file-archive::before,.fa-file-zipper::before{content:""}.fa-square::before{content:""}.fa-glass-martini::before,.fa-martini-glass-empty::before{content:""}.fa-couch::before{content:""}.fa-cedi-sign::before{content:""}.fa-italic::before{content:""}.fa-church::before{content:""}.fa-comments-dollar::before{content:""}.fa-democrat::before{content:""}.fa-z::before{content:"Z"}.fa-person-skiing::before,.fa-skiing::before{content:""}.fa-road-lock::before{content:""}.fa-a::before{content:"A"}.fa-temperature-arrow-down::before,.fa-temperature-down::before{content:""}.fa-feather-alt::before,.fa-feather-pointed::before{content:""}.fa-p::before{content:"P"}.fa-snowflake::before{content:""}.fa-newspaper::before{content:""}.fa-ad::before,.fa-rectangle-ad::before{content:""}.fa-arrow-circle-right::before,.fa-circle-arrow-right::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-locust::before{content:""}.fa-sort::before,.fa-unsorted::before{content:""}.fa-list-1-2::before,.fa-list-numeric::before,.fa-list-ol::before{content:""}.fa-person-dress-burst::before{content:""}.fa-money-check-alt::before,.fa-money-check-dollar::before{content:""}.fa-vector-square::before{content:""}.fa-bread-slice::before{content:""}.fa-language::before{content:""}.fa-face-kiss-wink-heart::before,.fa-kiss-wink-heart::before{content:""}.fa-filter::before{content:""}.fa-question::before{content:"?"}.fa-file-signature::before{content:""}.fa-arrows-alt::before,.fa-up-down-left-right::before{content:""}.fa-house-chimney-user::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-puzzle-piece::before{content:""}.fa-money-check::before{content:""}.fa-star-half-alt::before,.fa-star-half-stroke::before{content:""}.fa-code::before{content:""}.fa-glass-whiskey::before,.fa-whiskey-glass::before{content:""}.fa-building-circle-exclamation::before{content:""}.fa-magnifying-glass-chart::before{content:""}.fa-arrow-up-right-from-square::before,.fa-external-link::before{content:""}.fa-cubes-stacked::before{content:""}.fa-krw::before,.fa-won-sign::before,.fa-won::before{content:""}.fa-virus-covid::before{content:""}.fa-austral-sign::before{content:""}.fa-f::before{content:"F"}.fa-leaf::before{content:""}.fa-road::before{content:""}.fa-cab::before,.fa-taxi::before{content:""}.fa-person-circle-plus::before{content:""}.fa-chart-pie::before,.fa-pie-chart::before{content:""}.fa-bolt-lightning::before{content:""}.fa-sack-xmark::before{content:""}.fa-file-excel::before{content:""}.fa-file-contract::before{content:""}.fa-fish-fins::before{content:""}.fa-building-flag::before{content:""}.fa-face-grin-beam::before,.fa-grin-beam::before{content:""}.fa-object-ungroup::before{content:""}.fa-poop::before{content:""}.fa-location-pin::before,.fa-map-marker::before{content:""}.fa-kaaba::before{content:""}.fa-toilet-paper::before{content:""}.fa-hard-hat::before,.fa-hat-hard::before,.fa-helmet-safety::before{content:""}.fa-eject::before{content:""}.fa-arrow-alt-circle-right::before,.fa-circle-right::before{content:""}.fa-plane-circle-check::before{content:""}.fa-face-rolling-eyes::before,.fa-meh-rolling-eyes::before{content:""}.fa-object-group::before{content:""}.fa-chart-line::before,.fa-line-chart::before{content:""}.fa-mask-ventilator::before{content:""}.fa-arrow-right::before{content:""}.fa-map-signs::before,.fa-signs-post::before{content:""}.fa-cash-register::before{content:""}.fa-person-circle-question::before{content:""}.fa-h::before{content:"H"}.fa-tarp::before{content:""}.fa-screwdriver-wrench::before,.fa-tools::before{content:""}.fa-arrows-to-eye::before{content:""}.fa-plug-circle-bolt::before{content:""}.fa-heart::before{content:""}.fa-mars-and-venus::before{content:""}.fa-home-user::before,.fa-house-user::before{content:""}.fa-dumpster-fire::before{content:""}.fa-house-crack::before{content:""}.fa-cocktail::before,.fa-martini-glass-citrus::before{content:""}.fa-face-surprise::before,.fa-surprise::before{content:""}.fa-bottle-water::before{content:""}.fa-circle-pause::before,.fa-pause-circle::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-apple-alt::before,.fa-apple-whole::before{content:""}.fa-kitchen-set::before{content:""}.fa-r::before{content:"R"}.fa-temperature-1::before,.fa-temperature-quarter::before,.fa-thermometer-1::before,.fa-thermometer-quarter::before{content:""}.fa-cube::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-shield-dog::before{content:""}.fa-solar-panel::before{content:""}.fa-lock-open::before{content:""}.fa-elevator::before{content:""}.fa-money-bill-transfer::before{content:""}.fa-money-bill-trend-up::before{content:""}.fa-house-flood-water-circle-arrow-right::before{content:""}.fa-poll-h::before,.fa-square-poll-horizontal::before{content:""}.fa-circle::before{content:""}.fa-backward-fast::before,.fa-fast-backward::before{content:""}.fa-recycle::before{content:""}.fa-user-astronaut::before{content:""}.fa-plane-slash::before{content:""}.fa-trademark::before{content:""}.fa-basketball-ball::before,.fa-basketball::before{content:""}.fa-satellite-dish::before{content:""}.fa-arrow-alt-circle-up::before,.fa-circle-up::before{content:""}.fa-mobile-alt::before,.fa-mobile-screen-button::before{content:""}.fa-volume-high::before,.fa-volume-up::before{content:""}.fa-users-rays::before{content:""}.fa-wallet::before{content:""}.fa-clipboard-check::before{content:""}.fa-file-audio::before{content:""}.fa-burger::before,.fa-hamburger::before{content:""}.fa-wrench::before{content:""}.fa-bugs::before{content:""}.fa-rupee-sign::before,.fa-rupee::before{content:""}.fa-file-image::before{content:""}.fa-circle-question::before,.fa-question-circle::before{content:""}.fa-plane-departure::before{content:""}.fa-handshake-slash::before{content:""}.fa-book-bookmark::before{content:""}.fa-code-branch::before{content:""}.fa-hat-cowboy::before{content:""}.fa-bridge::before{content:""}.fa-phone-alt::before,.fa-phone-flip::before{content:""}.fa-truck-front::before{content:""}.fa-cat::before{content:""}.fa-anchor-circle-exclamation::before{content:""}.fa-truck-field::before{content:""}.fa-route::before{content:""}.fa-clipboard-question::before{content:""}.fa-panorama::before{content:""}.fa-comment-medical::before{content:""}.fa-teeth-open::before{content:""}.fa-file-circle-minus::before{content:""}.fa-tags::before{content:""}.fa-wine-glass::before{content:""}.fa-fast-forward::before,.fa-forward-fast::before{content:""}.fa-face-meh-blank::before,.fa-meh-blank::before{content:""}.fa-parking::before,.fa-square-parking::before{content:""}.fa-house-signal::before{content:""}.fa-bars-progress::before,.fa-tasks-alt::before{content:""}.fa-faucet-drip::before{content:""}.fa-cart-flatbed::before,.fa-dolly-flatbed::before{content:""}.fa-ban-smoking::before,.fa-smoking-ban::before{content:""}.fa-terminal::before{content:""}.fa-mobile-button::before{content:""}.fa-house-medical-flag::before{content:""}.fa-basket-shopping::before,.fa-shopping-basket::before{content:""}.fa-tape::before{content:""}.fa-bus-alt::before,.fa-bus-simple::before{content:""}.fa-eye::before{content:""}.fa-face-sad-cry::before,.fa-sad-cry::before{content:""}.fa-audio-description::before{content:""}.fa-person-military-to-person::before{content:""}.fa-file-shield::before{content:""}.fa-user-slash::before{content:""}.fa-pen::before{content:""}.fa-tower-observation::before{content:""}.fa-file-code::before{content:""}.fa-signal-5::before,.fa-signal-perfect::before,.fa-signal::before{content:""}.fa-bus::before{content:""}.fa-heart-circle-xmark::before{content:""}.fa-home-lg::before,.fa-house-chimney::before{content:""}.fa-window-maximize::before{content:""}.fa-face-frown::before,.fa-frown::before{content:""}.fa-prescription::before{content:""}.fa-shop::before,.fa-store-alt::before{content:""}.fa-floppy-disk::before,.fa-save::before{content:""}.fa-vihara::before{content:""}.fa-balance-scale-left::before,.fa-scale-unbalanced::before{content:""}.fa-sort-asc::before,.fa-sort-up::before{content:""}.fa-comment-dots::before,.fa-commenting::before{content:""}.fa-plant-wilt::before{content:""}.fa-diamond::before{content:""}.fa-face-grin-squint::before,.fa-grin-squint::before{content:""}.fa-hand-holding-dollar::before,.fa-hand-holding-usd::before{content:""}.fa-bacterium::before{content:""}.fa-hand-pointer::before{content:""}.fa-drum-steelpan::before{content:""}.fa-hand-scissors::before{content:""}.fa-hands-praying::before,.fa-praying-hands::before{content:""}.fa-arrow-right-rotate::before,.fa-arrow-rotate-forward::before,.fa-arrow-rotate-right::before,.fa-redo::before{content:""}.fa-biohazard::before{content:""}.fa-location-crosshairs::before,.fa-location::before{content:""}.fa-mars-double::before{content:""}.fa-child-dress::before{content:""}.fa-users-between-lines::before{content:""}.fa-lungs-virus::before{content:""}.fa-face-grin-tears::before,.fa-grin-tears::before{content:""}.fa-phone::before{content:""}.fa-calendar-times::before,.fa-calendar-xmark::before{content:""}.fa-child-reaching::before{content:""}.fa-head-side-virus::before{content:""}.fa-user-cog::before,.fa-user-gear::before{content:""}.fa-arrow-up-1-9::before,.fa-sort-numeric-up::before{content:""}.fa-door-closed::before{content:""}.fa-shield-virus::before{content:""}.fa-dice-six::before{content:""}.fa-mosquito-net::before{content:""}.fa-bridge-water::before{content:""}.fa-person-booth::before{content:""}.fa-text-width::before{content:""}.fa-hat-wizard::before{content:""}.fa-pen-fancy::before{content:""}.fa-digging::before,.fa-person-digging::before{content:""}.fa-trash::before{content:""}.fa-gauge-simple-med::before,.fa-gauge-simple::before,.fa-tachometer-average::before{content:""}.fa-book-medical::before{content:""}.fa-poo::before{content:""}.fa-quote-right-alt::before,.fa-quote-right::before{content:""}.fa-shirt::before,.fa-t-shirt::before,.fa-tshirt::before{content:""}.fa-cubes::before{content:""}.fa-divide::before{content:""}.fa-tenge-sign::before,.fa-tenge::before{content:""}.fa-headphones::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-clapping::before{content:""}.fa-republican::before{content:""}.fa-arrow-left::before{content:""}.fa-person-circle-xmark::before{content:""}.fa-ruler::before{content:""}.fa-align-left::before{content:""}.fa-dice-d6::before{content:""}.fa-restroom::before{content:""}.fa-j::before{content:"J"}.fa-users-viewfinder::before{content:""}.fa-file-video::before{content:""}.fa-external-link-alt::before,.fa-up-right-from-square::before{content:""}.fa-table-cells::before,.fa-th::before{content:""}.fa-file-pdf::before{content:""}.fa-bible::before,.fa-book-bible::before{content:""}.fa-o::before{content:"O"}.fa-medkit::before,.fa-suitcase-medical::before{content:""}.fa-user-secret::before{content:""}.fa-otter::before{content:""}.fa-female::before,.fa-person-dress::before{content:""}.fa-comment-dollar::before{content:""}.fa-briefcase-clock::before,.fa-business-time::before{content:""}.fa-table-cells-large::before,.fa-th-large::before{content:""}.fa-book-tanakh::before,.fa-tanakh::before{content:""}.fa-phone-volume::before,.fa-volume-control-phone::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-clipboard-user::before{content:""}.fa-child::before{content:""}.fa-lira-sign::before{content:""}.fa-satellite::before{content:""}.fa-plane-lock::before{content:""}.fa-tag::before{content:""}.fa-comment::before{content:""}.fa-birthday-cake::before,.fa-cake-candles::before,.fa-cake::before{content:""}.fa-envelope::before{content:""}.fa-angle-double-up::before,.fa-angles-up::before{content:""}.fa-paperclip::before{content:""}.fa-arrow-right-to-city::before{content:""}.fa-ribbon::before{content:""}.fa-lungs::before{content:""}.fa-arrow-up-9-1::before,.fa-sort-numeric-up-alt::before{content:""}.fa-litecoin-sign::before{content:""}.fa-border-none::before{content:""}.fa-circle-nodes::before{content:""}.fa-parachute-box::before{content:""}.fa-indent::before{content:""}.fa-truck-field-un::before{content:""}.fa-hourglass-empty::before,.fa-hourglass::before{content:""}.fa-mountain::before{content:""}.fa-user-doctor::before,.fa-user-md::before{content:""}.fa-circle-info::before,.fa-info-circle::before{content:""}.fa-cloud-meatball::before{content:""}.fa-camera-alt::before,.fa-camera::before{content:""}.fa-square-virus::before{content:""}.fa-meteor::before{content:""}.fa-car-on::before{content:""}.fa-sleigh::before{content:""}.fa-arrow-down-1-9::before,.fa-sort-numeric-asc::before,.fa-sort-numeric-down::before{content:""}.fa-hand-holding-droplet::before,.fa-hand-holding-water::before{content:""}.fa-water::before{content:""}.fa-calendar-check::before{content:""}.fa-braille::before{content:""}.fa-prescription-bottle-alt::before,.fa-prescription-bottle-medical::before{content:""}.fa-landmark::before{content:""}.fa-truck::before{content:""}.fa-crosshairs::before{content:""}.fa-person-cane::before{content:""}.fa-tent::before{content:""}.fa-vest-patches::before{content:""}.fa-check-double::before{content:""}.fa-arrow-down-a-z::before,.fa-sort-alpha-asc::before,.fa-sort-alpha-down::before{content:""}.fa-money-bill-wheat::before{content:""}.fa-cookie::before{content:""}.fa-arrow-left-rotate::before,.fa-arrow-rotate-back::before,.fa-arrow-rotate-backward::before,.fa-arrow-rotate-left::before,.fa-undo::before{content:""}.fa-hard-drive::before,.fa-hdd::before{content:""}.fa-face-grin-squint-tears::before,.fa-grin-squint-tears::before{content:""}.fa-dumbbell::before{content:""}.fa-list-alt::before,.fa-rectangle-list::before{content:""}.fa-tarp-droplet::before{content:""}.fa-house-medical-circle-check::before{content:""}.fa-person-skiing-nordic::before,.fa-skiing-nordic::before{content:""}.fa-calendar-plus::before{content:""}.fa-plane-arrival::before{content:""}.fa-arrow-alt-circle-left::before,.fa-circle-left::before{content:""}.fa-subway::before,.fa-train-subway::before{content:""}.fa-chart-gantt::before{content:""}.fa-indian-rupee-sign::before,.fa-indian-rupee::before,.fa-inr::before{content:""}.fa-crop-alt::before,.fa-crop-simple::before{content:""}.fa-money-bill-1::before,.fa-money-bill-alt::before{content:""}.fa-left-long::before,.fa-long-arrow-alt-left::before{content:""}.fa-dna::before{content:""}.fa-virus-slash::before{content:""}.fa-minus::before,.fa-subtract::before{content:""}.fa-child-rifle::before{content:""}.fa-chess::before{content:""}.fa-arrow-left-long::before,.fa-long-arrow-left::before{content:""}.fa-plug-circle-check::before{content:""}.fa-street-view::before{content:""}.fa-franc-sign::before{content:""}.fa-volume-off::before{content:""}.fa-american-sign-language-interpreting::before,.fa-asl-interpreting::before,.fa-hands-american-sign-language-interpreting::before,.fa-hands-asl-interpreting::before{content:""}.fa-cog::before,.fa-gear::before{content:""}.fa-droplet-slash::before,.fa-tint-slash::before{content:""}.fa-mosque::before{content:""}.fa-mosquito::before{content:""}.fa-star-of-david::before{content:""}.fa-person-military-rifle::before{content:""}.fa-cart-shopping::before,.fa-shopping-cart::before{content:""}.fa-vials::before{content:""}.fa-plug-circle-plus::before{content:""}.fa-place-of-worship::before{content:""}.fa-grip-vertical::before{content:""}.fa-arrow-turn-up::before,.fa-level-up::before{content:""}.fa-u::before{content:"U"}.fa-square-root-alt::before,.fa-square-root-variable::before{content:""}.fa-clock-four::before,.fa-clock::before{content:""}.fa-backward-step::before,.fa-step-backward::before{content:""}.fa-pallet::before{content:""}.fa-faucet::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-s::before{content:"S"}.fa-timeline::before{content:""}.fa-keyboard::before{content:""}.fa-caret-down::before{content:""}.fa-clinic-medical::before,.fa-house-chimney-medical::before{content:""}.fa-temperature-3::before,.fa-temperature-three-quarters::before,.fa-thermometer-3::before,.fa-thermometer-three-quarters::before{content:""}.fa-mobile-android-alt::before,.fa-mobile-screen::before{content:""}.fa-plane-up::before{content:""}.fa-piggy-bank::before{content:""}.fa-battery-3::before,.fa-battery-half::before{content:""}.fa-mountain-city::before{content:""}.fa-coins::before{content:""}.fa-khanda::before{content:""}.fa-sliders-h::before,.fa-sliders::before{content:""}.fa-folder-tree::before{content:""}.fa-network-wired::before{content:""}.fa-map-pin::before{content:""}.fa-hamsa::before{content:""}.fa-cent-sign::before{content:""}.fa-flask::before{content:""}.fa-person-pregnant::before{content:""}.fa-wand-sparkles::before{content:""}.fa-ellipsis-v::before,.fa-ellipsis-vertical::before{content:""}.fa-ticket::before{content:""}.fa-power-off::before{content:""}.fa-long-arrow-alt-right::before,.fa-right-long::before{content:""}.fa-flag-usa::before{content:""}.fa-laptop-file::before{content:""}.fa-teletype::before,.fa-tty::before{content:""}.fa-diagram-next::before{content:""}.fa-person-rifle::before{content:""}.fa-house-medical-circle-exclamation::before{content:""}.fa-closed-captioning::before{content:""}.fa-hiking::before,.fa-person-hiking::before{content:""}.fa-venus-double::before{content:""}.fa-images::before{content:""}.fa-calculator::before{content:""}.fa-people-pulling::before{content:""}.fa-n::before{content:"N"}.fa-cable-car::before,.fa-tram::before{content:""}.fa-cloud-rain::before{content:""}.fa-building-circle-xmark::before{content:""}.fa-ship::before{content:""}.fa-arrows-down-to-line::before{content:""}.fa-download::before{content:""}.fa-face-grin::before,.fa-grin::before{content:""}.fa-backspace::before,.fa-delete-left::before{content:""}.fa-eye-dropper-empty::before,.fa-eye-dropper::before,.fa-eyedropper::before{content:""}.fa-file-circle-check::before{content:""}.fa-forward::before{content:""}.fa-mobile-android::before,.fa-mobile-phone::before,.fa-mobile::before{content:""}.fa-face-meh::before,.fa-meh::before{content:""}.fa-align-center::before{content:""}.fa-book-dead::before,.fa-book-skull::before{content:""}.fa-drivers-license::before,.fa-id-card::before{content:""}.fa-dedent::before,.fa-outdent::before{content:""}.fa-heart-circle-exclamation::before{content:""}.fa-home-alt::before,.fa-home-lg-alt::before,.fa-home::before,.fa-house::before{content:""}.fa-calendar-week::before{content:""}.fa-laptop-medical::before{content:""}.fa-b::before{content:"B"}.fa-file-medical::before{content:""}.fa-dice-one::before{content:""}.fa-kiwi-bird::before{content:""}.fa-arrow-right-arrow-left::before,.fa-exchange::before{content:""}.fa-redo-alt::before,.fa-rotate-forward::before,.fa-rotate-right::before{content:""}.fa-cutlery::before,.fa-utensils::before{content:""}.fa-arrow-up-wide-short::before,.fa-sort-amount-up::before{content:""}.fa-mill-sign::before{content:""}.fa-bowl-rice::before{content:""}.fa-skull::before{content:""}.fa-broadcast-tower::before,.fa-tower-broadcast::before{content:""}.fa-truck-pickup::before{content:""}.fa-long-arrow-alt-up::before,.fa-up-long::before{content:""}.fa-stop::before{content:""}.fa-code-merge::before{content:""}.fa-upload::before{content:""}.fa-hurricane::before{content:""}.fa-mound::before{content:""}.fa-toilet-portable::before{content:""}.fa-compact-disc::before{content:""}.fa-file-arrow-down::before,.fa-file-download::before{content:""}.fa-caravan::before{content:""}.fa-shield-cat::before{content:""}.fa-bolt::before,.fa-zap::before{content:""}.fa-glass-water::before{content:""}.fa-oil-well::before{content:""}.fa-vault::before{content:""}.fa-mars::before{content:""}.fa-toilet::before{content:""}.fa-plane-circle-xmark::before{content:""}.fa-cny::before,.fa-jpy::before,.fa-rmb::before,.fa-yen-sign::before,.fa-yen::before{content:""}.fa-rouble::before,.fa-rub::before,.fa-ruble-sign::before,.fa-ruble::before{content:""}.fa-sun::before{content:""}.fa-guitar::before{content:""}.fa-face-laugh-wink::before,.fa-laugh-wink::before{content:""}.fa-horse-head::before{content:""}.fa-bore-hole::before{content:""}.fa-industry::before{content:""}.fa-arrow-alt-circle-down::before,.fa-circle-down::before{content:""}.fa-arrows-turn-to-dots::before{content:""}.fa-florin-sign::before{content:""}.fa-arrow-down-short-wide::before,.fa-sort-amount-desc::before,.fa-sort-amount-down-alt::before{content:""}.fa-less-than::before{content:"<"}.fa-angle-down::before{content:""}.fa-car-tunnel::before{content:""}.fa-head-side-cough::before{content:""}.fa-grip-lines::before{content:""}.fa-thumbs-down::before{content:""}.fa-user-lock::before{content:""}.fa-arrow-right-long::before,.fa-long-arrow-right::before{content:""}.fa-anchor-circle-xmark::before{content:""}.fa-ellipsis-h::before,.fa-ellipsis::before{content:""}.fa-chess-pawn::before{content:""}.fa-first-aid::before,.fa-kit-medical::before{content:""}.fa-person-through-window::before{content:""}.fa-toolbox::before{content:""}.fa-hands-holding-circle::before{content:""}.fa-bug::before{content:""}.fa-credit-card-alt::before,.fa-credit-card::before{content:""}.fa-automobile::before,.fa-car::before{content:""}.fa-hand-holding-hand::before{content:""}.fa-book-open-reader::before,.fa-book-reader::before{content:""}.fa-mountain-sun::before{content:""}.fa-arrows-left-right-to-line::before{content:""}.fa-dice-d20::before{content:""}.fa-truck-droplet::before{content:""}.fa-file-circle-xmark::before{content:""}.fa-temperature-arrow-up::before,.fa-temperature-up::before{content:""}.fa-medal::before{content:""}.fa-bed::before{content:""}.fa-h-square::before,.fa-square-h::before{content:""}.fa-podcast::before{content:""}.fa-temperature-4::before,.fa-temperature-full::before,.fa-thermometer-4::before,.fa-thermometer-full::before{content:""}.fa-bell::before{content:""}.fa-superscript::before{content:""}.fa-plug-circle-xmark::before{content:""}.fa-star-of-life::before{content:""}.fa-phone-slash::before{content:""}.fa-paint-roller::before{content:""}.fa-hands-helping::before,.fa-handshake-angle::before{content:""}.fa-location-dot::before,.fa-map-marker-alt::before{content:""}.fa-file::before{content:""}.fa-greater-than::before{content:">"}.fa-person-swimming::before,.fa-swimmer::before{content:""}.fa-arrow-down::before{content:""}.fa-droplet::before,.fa-tint::before{content:""}.fa-eraser::before{content:""}.fa-earth-america::before,.fa-earth-americas::before,.fa-earth::before,.fa-globe-americas::before{content:""}.fa-person-burst::before{content:""}.fa-dove::before{content:""}.fa-battery-0::before,.fa-battery-empty::before{content:""}.fa-socks::before{content:""}.fa-inbox::before{content:""}.fa-section::before{content:""}.fa-gauge-high::before,.fa-tachometer-alt-fast::before,.fa-tachometer-alt::before{content:""}.fa-envelope-open-text::before{content:""}.fa-hospital-alt::before,.fa-hospital-wide::before,.fa-hospital::before{content:""}.fa-wine-bottle::before{content:""}.fa-chess-rook::before{content:""}.fa-bars-staggered::before,.fa-reorder::before,.fa-stream::before{content:""}.fa-dharmachakra::before{content:""}.fa-hotdog::before{content:""}.fa-blind::before,.fa-person-walking-with-cane::before{content:""}.fa-drum::before{content:""}.fa-ice-cream::before{content:""}.fa-heart-circle-bolt::before{content:""}.fa-fax::before{content:""}.fa-paragraph::before{content:""}.fa-check-to-slot::before,.fa-vote-yea::before{content:""}.fa-star-half::before{content:""}.fa-boxes-alt::before,.fa-boxes-stacked::before,.fa-boxes::before{content:""}.fa-chain::before,.fa-link::before{content:""}.fa-assistive-listening-systems::before,.fa-ear-listen::before{content:""}.fa-tree-city::before{content:""}.fa-play::before{content:""}.fa-font::before{content:""}.fa-rupiah-sign::before{content:""}.fa-magnifying-glass::before,.fa-search::before{content:""}.fa-ping-pong-paddle-ball::before,.fa-table-tennis-paddle-ball::before,.fa-table-tennis::before{content:""}.fa-diagnoses::before,.fa-person-dots-from-line::before{content:""}.fa-trash-can-arrow-up::before,.fa-trash-restore-alt::before{content:""}.fa-naira-sign::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-walkie-talkie::before{content:""}.fa-file-edit::before,.fa-file-pen::before{content:""}.fa-receipt::before{content:""}.fa-pen-square::before,.fa-pencil-square::before,.fa-square-pen::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-person-circle-exclamation::before{content:""}.fa-chevron-down::before{content:""}.fa-battery-5::before,.fa-battery-full::before,.fa-battery::before{content:""}.fa-skull-crossbones::before{content:""}.fa-code-compare::before{content:""}.fa-list-dots::before,.fa-list-ul::before{content:""}.fa-school-lock::before{content:""}.fa-tower-cell::before{content:""}.fa-down-long::before,.fa-long-arrow-alt-down::before{content:""}.fa-ranking-star::before{content:""}.fa-chess-king::before{content:""}.fa-person-harassing::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-landmark-alt::before,.fa-landmark-dome::before{content:""}.fa-arrow-up::before{content:""}.fa-television::before,.fa-tv-alt::before,.fa-tv::before{content:""}.fa-shrimp::before{content:""}.fa-list-check::before,.fa-tasks::before{content:""}.fa-jug-detergent::before{content:""}.fa-circle-user::before,.fa-user-circle::before{content:""}.fa-user-shield::before{content:""}.fa-wind::before{content:""}.fa-car-burst::before,.fa-car-crash::before{content:""}.fa-y::before{content:"Y"}.fa-person-snowboarding::before,.fa-snowboarding::before{content:""}.fa-shipping-fast::before,.fa-truck-fast::before{content:""}.fa-fish::before{content:""}.fa-user-graduate::before{content:""}.fa-adjust::before,.fa-circle-half-stroke::before{content:""}.fa-clapperboard::before{content:""}.fa-circle-radiation::before,.fa-radiation-alt::before{content:""}.fa-baseball-ball::before,.fa-baseball::before{content:""}.fa-jet-fighter-up::before{content:""}.fa-diagram-project::before,.fa-project-diagram::before{content:""}.fa-copy::before{content:""}.fa-volume-mute::before,.fa-volume-times::before,.fa-volume-xmark::before{content:""}.fa-hand-sparkles::before{content:""}.fa-grip-horizontal::before,.fa-grip::before{content:""}.fa-share-from-square::before,.fa-share-square::before{content:""}.fa-gun::before{content:""}.fa-phone-square::before,.fa-square-phone::before{content:""}.fa-add::before,.fa-plus::before{content:"+"}.fa-expand::before{content:""}.fa-computer::before{content:""}.fa-close::before,.fa-multiply::before,.fa-remove::before,.fa-times::before,.fa-xmark::before{content:""}.fa-arrows-up-down-left-right::before,.fa-arrows::before{content:""}.fa-chalkboard-teacher::before,.fa-chalkboard-user::before{content:""}.fa-peso-sign::before{content:""}.fa-building-shield::before{content:""}.fa-baby::before{content:""}.fa-users-line::before{content:""}.fa-quote-left-alt::before,.fa-quote-left::before{content:""}.fa-tractor::before{content:""}.fa-trash-arrow-up::before,.fa-trash-restore::before{content:""}.fa-arrow-down-up-lock::before{content:""}.fa-lines-leaning::before{content:""}.fa-ruler-combined::before{content:""}.fa-copyright::before{content:""}.fa-equals::before{content:"="}.fa-blender::before{content:""}.fa-teeth::before{content:""}.fa-ils::before,.fa-shekel-sign::before,.fa-shekel::before,.fa-sheqel-sign::before,.fa-sheqel::before{content:""}.fa-map::before{content:""}.fa-rocket::before{content:""}.fa-photo-film::before,.fa-photo-video::before{content:""}.fa-folder-minus::before{content:""}.fa-store::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-plug-circle-minus::before{content:""}.fa-sign-hanging::before,.fa-sign::before{content:""}.fa-bezier-curve::before{content:""}.fa-bell-slash::before{content:""}.fa-tablet-android::before,.fa-tablet::before{content:""}.fa-school-flag::before{content:""}.fa-fill::before{content:""}.fa-angle-up::before{content:""}.fa-drumstick-bite::before{content:""}.fa-holly-berry::before{content:""}.fa-chevron-left::before{content:""}.fa-bacteria::before{content:""}.fa-hand-lizard::before{content:""}.fa-disease::before{content:""}.fa-briefcase-medical::before{content:""}.fa-genderless::before{content:""}.fa-chevron-right::before{content:""}.fa-retweet::before{content:""}.fa-car-alt::before,.fa-car-rear::before{content:""}.fa-pump-soap::before{content:""}.fa-video-slash::before{content:""}.fa-battery-2::before,.fa-battery-quarter::before{content:""}.fa-radio::before{content:""}.fa-baby-carriage::before,.fa-carriage-baby::before{content:""}.fa-traffic-light::before{content:""}.fa-thermometer::before{content:""}.fa-vr-cardboard::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-percent::before,.fa-percentage::before{content:"%"}.fa-truck-moving::before{content:""}.fa-glass-water-droplet::before{content:""}.fa-display::before{content:""}.fa-face-smile::before,.fa-smile::before{content:""}.fa-thumb-tack::before,.fa-thumbtack::before{content:""}.fa-trophy::before{content:""}.fa-person-praying::before,.fa-pray::before{content:""}.fa-hammer::before{content:""}.fa-hand-peace::before{content:""}.fa-rotate::before,.fa-sync-alt::before{content:""}.fa-spinner::before{content:""}.fa-robot::before{content:""}.fa-peace::before{content:""}.fa-cogs::before,.fa-gears::before{content:""}.fa-warehouse::before{content:""}.fa-arrow-up-right-dots::before{content:""}.fa-splotch::before{content:""}.fa-face-grin-hearts::before,.fa-grin-hearts::before{content:""}.fa-dice-four::before{content:""}.fa-sim-card::before{content:""}.fa-transgender-alt::before,.fa-transgender::before{content:""}.fa-mercury::before{content:""}.fa-arrow-turn-down::before,.fa-level-down::before{content:""}.fa-person-falling-burst::before{content:""}.fa-award::before{content:""}.fa-ticket-alt::before,.fa-ticket-simple::before{content:""}.fa-building::before{content:""}.fa-angle-double-left::before,.fa-angles-left::before{content:""}.fa-qrcode::before{content:""}.fa-clock-rotate-left::before,.fa-history::before{content:""}.fa-face-grin-beam-sweat::before,.fa-grin-beam-sweat::before{content:""}.fa-arrow-right-from-file::before,.fa-file-export::before{content:""}.fa-shield-blank::before,.fa-shield::before{content:""}.fa-arrow-up-short-wide::before,.fa-sort-amount-up-alt::before{content:""}.fa-house-medical::before{content:""}.fa-golf-ball-tee::before,.fa-golf-ball::before{content:""}.fa-chevron-circle-left::before,.fa-circle-chevron-left::before{content:""}.fa-house-chimney-window::before{content:""}.fa-pen-nib::before{content:""}.fa-tent-arrow-turn-left::before{content:""}.fa-tents::before{content:""}.fa-magic::before,.fa-wand-magic::before{content:""}.fa-dog::before{content:""}.fa-carrot::before{content:""}.fa-moon::before{content:""}.fa-wine-glass-alt::before,.fa-wine-glass-empty::before{content:""}.fa-cheese::before{content:""}.fa-yin-yang::before{content:""}.fa-music::before{content:""}.fa-code-commit::before{content:""}.fa-temperature-low::before{content:""}.fa-biking::before,.fa-person-biking::before{content:""}.fa-broom::before{content:""}.fa-shield-heart::before{content:""}.fa-gopuram::before{content:""}.fa-earth-oceania::before,.fa-globe-oceania::before{content:""}.fa-square-xmark::before,.fa-times-square::before,.fa-xmark-square::before{content:""}.fa-hashtag::before{content:"#"}.fa-expand-alt::before,.fa-up-right-and-down-left-from-center::before{content:""}.fa-oil-can::before{content:""}.fa-t::before{content:"T"}.fa-hippo::before{content:""}.fa-chart-column::before{content:""}.fa-infinity::before{content:""}.fa-vial-circle-check::before{content:""}.fa-person-arrow-down-to-line::before{content:""}.fa-voicemail::before{content:""}.fa-fan::before{content:""}.fa-person-walking-luggage::before{content:""}.fa-arrows-alt-v::before,.fa-up-down::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-calendar::before{content:""}.fa-trailer::before{content:""}.fa-bahai::before,.fa-haykal::before{content:""}.fa-sd-card::before{content:""}.fa-dragon::before{content:""}.fa-shoe-prints::before{content:""}.fa-circle-plus::before,.fa-plus-circle::before{content:""}.fa-face-grin-tongue-wink::before,.fa-grin-tongue-wink::before{content:""}.fa-hand-holding::before{content:""}.fa-plug-circle-exclamation::before{content:""}.fa-chain-broken::before,.fa-chain-slash::before,.fa-link-slash::before,.fa-unlink::before{content:""}.fa-clone::before{content:""}.fa-person-walking-arrow-loop-left::before{content:""}.fa-arrow-up-z-a::before,.fa-sort-alpha-up-alt::before{content:""}.fa-fire-alt::before,.fa-fire-flame-curved::before{content:""}.fa-tornado::before{content:""}.fa-file-circle-plus::before{content:""}.fa-book-quran::before,.fa-quran::before{content:""}.fa-anchor::before{content:""}.fa-border-all::before{content:""}.fa-angry::before,.fa-face-angry::before{content:""}.fa-cookie-bite::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-feed::before,.fa-rss::before{content:""}.fa-draw-polygon::before{content:""}.fa-balance-scale::before,.fa-scale-balanced::before{content:""}.fa-gauge-simple-high::before,.fa-tachometer-fast::before,.fa-tachometer::before{content:""}.fa-shower::before{content:""}.fa-desktop-alt::before,.fa-desktop::before{content:""}.fa-m::before{content:"M"}.fa-table-list::before,.fa-th-list::before{content:""}.fa-comment-sms::before,.fa-sms::before{content:""}.fa-book::before{content:""}.fa-user-plus::before{content:""}.fa-check::before{content:""}.fa-battery-4::before,.fa-battery-three-quarters::before{content:""}.fa-house-circle-check::before{content:""}.fa-angle-left::before{content:""}.fa-diagram-successor::before{content:""}.fa-truck-arrow-right::before{content:""}.fa-arrows-split-up-and-left::before{content:""}.fa-fist-raised::before,.fa-hand-fist::before{content:""}.fa-cloud-moon::before{content:""}.fa-briefcase::before{content:""}.fa-person-falling::before{content:""}.fa-image-portrait::before,.fa-portrait::before{content:""}.fa-user-tag::before{content:""}.fa-rug::before{content:""}.fa-earth-europe::before,.fa-globe-europe::before{content:""}.fa-cart-flatbed-suitcase::before,.fa-luggage-cart::before{content:""}.fa-rectangle-times::before,.fa-rectangle-xmark::before,.fa-times-rectangle::before,.fa-window-close::before{content:""}.fa-baht-sign::before{content:""}.fa-book-open::before{content:""}.fa-book-journal-whills::before,.fa-journal-whills::before{content:""}.fa-handcuffs::before{content:""}.fa-exclamation-triangle::before,.fa-triangle-exclamation::before,.fa-warning::before{content:""}.fa-database::before{content:""}.fa-arrow-turn-right::before,.fa-mail-forward::before,.fa-share::before{content:""}.fa-bottle-droplet::before{content:""}.fa-mask-face::before{content:""}.fa-hill-rockslide::before{content:""}.fa-exchange-alt::before,.fa-right-left::before{content:""}.fa-paper-plane::before{content:""}.fa-road-circle-exclamation::before{content:""}.fa-dungeon::before{content:""}.fa-align-right::before{content:""}.fa-money-bill-1-wave::before,.fa-money-bill-wave-alt::before{content:""}.fa-life-ring::before{content:""}.fa-hands::before,.fa-sign-language::before,.fa-signing::before{content:""}.fa-calendar-day::before{content:""}.fa-ladder-water::before,.fa-swimming-pool::before,.fa-water-ladder::before{content:""}.fa-arrows-up-down::before,.fa-arrows-v::before{content:""}.fa-face-grimace::before,.fa-grimace::before{content:""}.fa-wheelchair-alt::before,.fa-wheelchair-move::before{content:""}.fa-level-down-alt::before,.fa-turn-down::before{content:""}.fa-person-walking-arrow-right::before{content:""}.fa-envelope-square::before,.fa-square-envelope::before{content:""}.fa-dice::before{content:""}.fa-bowling-ball::before{content:""}.fa-brain::before{content:""}.fa-band-aid::before,.fa-bandage::before{content:""}.fa-calendar-minus::before{content:""}.fa-circle-xmark::before,.fa-times-circle::before,.fa-xmark-circle::before{content:""}.fa-gifts::before{content:""}.fa-hotel::before{content:""}.fa-earth-asia::before,.fa-globe-asia::before{content:""}.fa-id-card-alt::before,.fa-id-card-clip::before{content:""}.fa-magnifying-glass-plus::before,.fa-search-plus::before{content:""}.fa-thumbs-up::before{content:""}.fa-user-clock::before{content:""}.fa-allergies::before,.fa-hand-dots::before{content:""}.fa-file-invoice::before{content:""}.fa-window-minimize::before{content:""}.fa-coffee::before,.fa-mug-saucer::before{content:""}.fa-brush::before{content:""}.fa-mask::before{content:""}.fa-magnifying-glass-minus::before,.fa-search-minus::before{content:""}.fa-ruler-vertical::before{content:""}.fa-user-alt::before,.fa-user-large::before{content:""}.fa-train-tram::before{content:""}.fa-user-nurse::before{content:""}.fa-syringe::before{content:""}.fa-cloud-sun::before{content:""}.fa-stopwatch-20::before{content:""}.fa-square-full::before{content:""}.fa-magnet::before{content:""}.fa-jar::before{content:""}.fa-note-sticky::before,.fa-sticky-note::before{content:""}.fa-bug-slash::before{content:""}.fa-arrow-up-from-water-pump::before{content:""}.fa-bone::before{content:""}.fa-user-injured::before{content:""}.fa-face-sad-tear::before,.fa-sad-tear::before{content:""}.fa-plane::before{content:""}.fa-tent-arrows-down::before{content:""}.fa-exclamation::before{content:"!"}.fa-arrows-spin::before{content:""}.fa-print::before{content:""}.fa-try::before,.fa-turkish-lira-sign::before,.fa-turkish-lira::before{content:""}.fa-dollar-sign::before,.fa-dollar::before,.fa-usd::before{content:"$"}.fa-x::before{content:"X"}.fa-magnifying-glass-dollar::before,.fa-search-dollar::before{content:""}.fa-users-cog::before,.fa-users-gear::before{content:""}.fa-person-military-pointing::before{content:""}.fa-bank::before,.fa-building-columns::before,.fa-institution::before,.fa-museum::before,.fa-university::before{content:""}.fa-umbrella::before{content:""}.fa-trowel::before{content:""}.fa-d::before{content:"D"}.fa-stapler::before{content:""}.fa-masks-theater::before,.fa-theater-masks::before{content:""}.fa-kip-sign::before{content:""}.fa-hand-point-left::before{content:""}.fa-handshake-alt::before,.fa-handshake-simple::before{content:""}.fa-fighter-jet::before,.fa-jet-fighter::before{content:""}.fa-share-alt-square::before,.fa-square-share-nodes::before{content:""}.fa-barcode::before{content:""}.fa-plus-minus::before{content:""}.fa-video-camera::before,.fa-video::before{content:""}.fa-graduation-cap::before,.fa-mortar-board::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-person-circle-check::before{content:""}.fa-level-up-alt::before,.fa-turn-up::before{content:""}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/theme8blocks/font-awesome/webfonts/fa-regular-400.woff2)format("woff2"),url(/wp-content/plugins/theme8blocks/font-awesome/webfonts/fa-regular-400.ttf)format("truetype") }.fa-regular,.far{font-weight:400}
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/plugins/theme8blocks/font-awesome/webfonts/fa-solid-900.woff2)format("woff2"),url(/wp-content/plugins/theme8blocks/font-awesome/webfonts/fa-solid-900.ttf)format("truetype") }.fa-solid,.fas{font-weight:900}
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
@-webkit-keyframes scrolllink{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes scrolllink{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{ font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/theme8blocks/font-awesome/webfonts/fa-brands-400.woff2)format("woff2"),url(/wp-content/plugins/theme8blocks/font-awesome/webfonts/fa-brands-400.ttf)format("truetype") }.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}.media-overlay .overlay{position:relative}.media-overlay .overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.media-overlay-light .overlay:after,.theme8blocks-titlebar.has-bg-image.bg-overlay-light .background:after,.theme8blocks-titlebar.has-bg-video.bg-overlay-light .background:after{opacity:.2}.media-overlay-medium .overlay:after,.theme8blocks-titlebar.has-bg-image.bg-overlay-medium .background:after,.theme8blocks-titlebar.has-bg-video.bg-overlay-medium .background:after{opacity:.4}.media-overlay-semi-massive .overlay:after,.theme8blocks-titlebar.has-bg-image.bg-overlay-semi-massive .background:after,.theme8blocks-titlebar.has-bg-video.bg-overlay-semi-massive .background:after{opacity:.7}.media-overlay-massive .overlay:after,.theme8blocks-titlebar.has-bg-image.bg-overlay-massive .background:after,.theme8blocks-titlebar.has-bg-video.bg-overlay-massive .background:after{opacity:.9}.video-link .play{display:flex;justify-content:center;align-items:center;position:relative}.video-link .play:before{content:"";position:absolute;z-index:1;display:block;font-size:50px;cursor:pointer;transition:all .4s}.video-link .play:hover:before{-webkit-transform:scale(1.2);transform:scale(1.2)}.theme8blocks.cw-small .grid-container{padding:0}@media (min-width:640px){.theme8blocks.cw-small .grid-container{max-width:700px}}@media (min-width:1024px){.theme8blocks.cw-small .grid-container{max-width:900px}}@media (min-width:1200px){.theme8blocks.cw-small .grid-container{max-width:1000px}}.theme8blocks.cw-large .grid-container{max-width:2200px}.theme8blocks.text-align-center{text-align:center}.theme8blocks.text-align-right{text-align:right}.theme8blocks-spacer{height:30px}@media (min-width:1024px){.theme8blocks-spacer{height:40px}}@media (min-width:1440px){.theme8blocks-spacer{height:50px}}.theme8blocks-spacer.small{height:20px}@media (min-width:1024px){.theme8blocks-spacer.small{height:30px}}@media (min-width:1440px){.theme8blocks-spacer.small{height:40px}}.theme8blocks-spacer.large{height:50px}@media (min-width:1024px){.theme8blocks-spacer.large{height:70px}}@media (min-width:1440px){.theme8blocks-spacer.large{height:90px}}.theme8blocks-default .media video,.theme8blocks-titlebar video,.theme8blocks-videosplash video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.theme8blocks-default .media .featured img,.theme8blocks-titlebar .script-wrap input[type=email],.theme8blocks-titlebar .script-wrap input[type=number],.theme8blocks-titlebar .script-wrap input[type=password],.theme8blocks-titlebar .script-wrap input[type=search],.theme8blocks-titlebar .script-wrap input[type=tel],.theme8blocks-titlebar .script-wrap input[type=text],.theme8blocks-titlebar .script-wrap input[type=url],.theme8blocks-videosplash .grid-container{width:100%}.theme8blocks-videosplash .content{width:100%;position:relative;z-index:1}.theme8blocks-videosplash a.scroll-link{position:absolute;z-index:2;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.theme8blocks-videosplash a.scroll-link .wrap{-webkit-animation-name:scrolllink;animation-name:scrolllink;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.theme8blocks-videosplash .background{background:no-repeat center/cover;position:absolute;top:0;right:0;bottom:0;left:0}.theme8blocks-videosplash .background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.loop-card h2,.theme8blocks-titlebar h1,.theme8blocks-titlebar h2,.theme8blocks-titlebar h3,.theme8blocks-videosplash h1,.theme8blocks-videosplash h2{margin-top:0}.theme8blocks-videosplash.height-small{height:400px}@media (min-width:640px){.theme8blocks-videosplash.height-small{height:450px}}@media (min-width:1024px){.theme8blocks-videosplash.height-small{height:500px}}@media (min-width:1440px){.theme8blocks-videosplash.height-small{height:600px}}@media (min-width:2000px){.theme8blocks-videosplash.height-small{height:700px}}.theme8blocks-videosplash.height-large{height:450px}@media (min-width:1024px){.theme8blocks-videosplash.height-large{height:500px}}@media (min-width:1440px){.theme8blocks-videosplash.height-large{height:650px}}@media (min-width:1650px){.theme8blocks-videosplash.height-large{height:750px}}@media (min-width:2000px){.theme8blocks-videosplash.height-large{height:900px}}.theme8blocks-videosplash.height-full{height:100vh}.theme8blocks-titlebar,.theme8blocks-videosplash{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.theme8blocks-titlebar .background{background:no-repeat center/cover;position:absolute;top:0;right:0;bottom:0;left:0}.theme8blocks-titlebar .grid-container{z-index:2}.theme8blocks-titlebar .content{width:100%;position:relative;z-index:2}.theme8blocks-titlebar h1.title,.theme8blocks-titlebar h2.title,.theme8blocks-titlebar h3.title{margin:0 0 10px}.theme8blocks-titlebar .pre-title,.theme8blocks-titlebar h1.sub-title,.theme8blocks-titlebar h2.sub-title,.theme8blocks-titlebar h3.sub-title{margin:0 0 20px}.theme8blocks-titlebar.has-bg-image .background:after,.theme8blocks-titlebar.has-bg-video .background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.theme8blocks-titlebar.parallax .background{height:150%;margin-top:-10%}.theme8blocks-titlebar.has-script.script-align-below .content{margin:0 0 30px}@media (min-width:640px){.theme8blocks-titlebar.has-script.script-align-left .grid-container,.theme8blocks-titlebar.has-script.script-align-right .grid-container{display:flex}.theme8blocks-titlebar.has-script.script-align-left.script-align-left .cell:last-child,.theme8blocks-titlebar.has-script.script-align-right.script-align-left .cell:last-child{order:-1}}.theme8blocks-loop .text-wrap .text p,.theme8blocks-titlebar .script-wrap input{margin:0}.theme8blocks-titlebar .frm_error_style,.theme8blocks-titlebar .script-wrap,.theme8blocks-titlebar.text-align-center .frm_error_style,.theme8blocks-titlebar.text-align-center .script-wrap,.theme8blocks-titlebar.text-align-right .frm_error_style,.theme8blocks-titlebar.text-align-right .script-wrap{text-align:left}.theme8blocks-titlebar .frm_fields_container .frm_half.frm_first{padding-right:15px}@media (min-width:640px){.theme8blocks-titlebar .frm_fields_container .frm_half{width:50%;float:left}}.theme8blocks-titlebar .frm_fields_container .frm_full{clear:both}.theme8blocks-titlebar .frm_fields_container .frm_form_field{margin:0 0 20px}.theme8blocks-default{position:relative}.theme8blocks-default .media{margin:0 0 30px;position:relative}.theme8blocks-default .media .thumbs{display:flex;flex-wrap:wrap;justify-content:flex-start;box-sizing:border-box;margin:0-5px}.theme8blocks-default .media .thumbs a{width:calc(25% - 10px);margin:10px 5px 0;background:#f7f7f7;height:50px}.theme8blocks-default .media .thumbs a img,.theme8blocks-loop.list .loop-card a.image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:1024px){.theme8blocks-default .media .thumbs a{height:100px}}@media (min-width:1200px){.theme8blocks-default .media .thumbs a{height:120px}}.theme8blocks-default .media .collage-gallery img:nth-child(1){width:50%;margin:-35%0 0 50%}.theme8blocks-default .media .collage-gallery img:nth-child(2){width:70%;margin:-15%0 0 20%}@media (min-width:640px){.theme8blocks-default .media{margin:0}}.theme8blocks-default.has-gallery.gallery-collage .media .featured img{width:80%}@media (min-width:1200px){.theme8blocks-default.has-gallery.gallery-collage .media .featured img{width:70%}}.theme8blocks-default.image-align-right.image-align-right .grid-container .grid-x{flex-direction:row-reverse}.theme8blocks-default.collage.image-align-left .media{padding-right:30px}@media (min-width:640px){.theme8blocks-default.collage.image-align-left .media{padding:0}}.theme8blocks-default.collage.image-align-left .content{margin-left:30px}.theme8blocks-default.collage.image-align-right .media{padding-left:30px}@media (min-width:640px){.theme8blocks-default.collage.image-align-right .media{padding:0}}.theme8blocks-default.collage.image-align-right .content{margin-right:30px}.theme8blocks-default.collage .content{margin-top:-90px;position:relative;z-index:1;padding:30px}@media (min-width:640px){.theme8blocks-default.collage .content{margin-top:50px;margin-bottom:50px}}@media (min-width:1024px){.theme8blocks-default.collage .content{padding:50px;margin-top:70px}}@media (min-width:640px){.theme8blocks-default.overlap .content{position:relative;z-index:1;margin-top:50px;margin-bottom:50px}}@media (min-width:1024px){.theme8blocks-default.overlap .content{margin-top:70px}}@media (min-width:640px){.theme8blocks-default.collage.image-align-right .content,.theme8blocks-default.overlap.image-align-right .content{margin-right:-100px}}@media (min-width:1024px){.theme8blocks-default.collage.image-align-right .content,.theme8blocks-default.overlap.image-align-right .content{margin-right:-130px}}@media (min-width:640px){.theme8blocks-default.collage.image-align-left .content,.theme8blocks-default.overlap.image-align-left .content{margin-left:-100px}}@media (min-width:1024px){.theme8blocks-default.collage.image-align-left .content,.theme8blocks-default.overlap.image-align-left .content{margin-left:-130px}}.theme8blocks-loop .filter-links{margin:0 0 30px;display:flex}.theme8blocks-loop .filter-links a{margin:0 0 0 10px}.theme8blocks-loop .filter-links a:first-child{margin-left:0}.theme8blocks-loop .text-wrap{display:flex;justify-content:center}.theme8blocks-loop .text-wrap .text{text-align:center;margin:0 0 30px;max-width:700px}@media (min-width:1024px){.theme8blocks-loop .text-wrap .text{margin:0 0 50px}}@media (min-width:1440px){.theme8blocks-loop .text-wrap .text{margin:0 0 70px}}.theme8blocks-audioplayer a.audio-file audio,.theme8blocks-loop .cell.hide-load-more,.theme8blocks-navgrid ul.menu li.menu-item,.theme8blocks-navgrid ul.menu li.menu-item a{display:none}.theme8blocks-loop .load-all .cell.hide-load-more{display:block}.theme8blocks-loop a.loop-load-more{position:relative;z-index:2}.loop-card .date{text-transform:capitalize}.loop-card .image.format{display:block;overflow:hidden;position:relative;background:#e7e7e7;margin:0 0 20px}.loop-card .image.format img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0}.loop-card.loop-card-quote{text-align:center}.loop-card.loop-card-quote .quote{max-width:700px;margin:0 auto;font-style:italic}.loop-card.loop-card-quote .quote p{font-style:italic;margin:0}.loop-card.loop-card-quote .quote p:before{content:"“"}.loop-card.loop-card-quote .quote p:after{content:"”"}.loop-card.loop-card-quote .quote-image.image.format{margin:15px auto 0;border-radius:50%;overflow:hidden;position:relative}.loop-card.loop-card-quote .meta{margin:15px 0 0}.loop-card.loop-card-quote .meta .name,.theme8blocks-audioplayer .wp-block-theme8blocks-groupedcontentelement.has-child-selected a.audio-file.groupedcontent-element,.theme8blocks-audioplayer .wp-block-theme8blocks-groupedcontentelement.is-selected a.audio-file.groupedcontent-element,.theme8blocks-audioplayer a.audio-file.active,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks-audioplayer a.audio-file.groupedcontent-element,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks-audioplayer a.audio-file.groupedcontent-element{font-weight:700}.theme8blocks-loop.grid .loop-card.loop-card-quote{margin:0 0 30px}.theme8blocks-loop.list .loop-card{display:flex;justify-content:space-between;flex-direction:column;margin:0 0 40px}.theme8blocks-loop.list .loop-card a.image{display:block;margin:0 0 15px;height:200px;overflow:hidden}@media (min-width:640px){.theme8blocks-loop.list .loop-card a.image{width:calc(50% - 15px)}}@media (min-width:1024px){.theme8blocks-loop.list .loop-card a.image{height:250px}}@media (min-width:1200px){.theme8blocks-loop.list .loop-card a.image{height:400px}}.theme8blocks-loop.list .loop-card .info img{width:100%;height:auto;-o-object-fit:auto;object-fit:auto}@media (min-width:640px){.theme8blocks-loop.list .loop-card .info{width:calc(50% - 15px)}}@media (min-width:1024px){.theme8blocks-loop.list .loop-card .info{display:flex;flex-direction:column;justify-content:center}}@media (min-width:640px){.theme8blocks-loop.list .loop-card{flex-direction:row}}@media (min-width:1024px){.theme8blocks-loop.list .loop-card{margin:0 0 50px}}@media (min-width:1200px){.theme8blocks-loop.list .loop-card{margin:0 0 70px}}@media (min-width:640px){.theme8blocks-loop.list.zig-zag .loop-card:nth-child(even) .image{order:1}}.theme8blocks-loop.sticky_scroll .text-wrap{position:-webkit-sticky;position:sticky}.theme8blocks-loop.sticky_scroll .text-wrap .text{max-width:none;text-align:left;margin:0}.theme8blocks-loop.sticky_scroll .text-wrap .text h1:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h2:first-of-type{margin-top:0}.team-card .image img,.team-popup .image img,.theme8blocks-loop.sticky_scroll .posts-col .loop-card img,.theme8blocks-teasergrid .elements .element .image img,.theme8blocks-teasergrid .elements a.element .image img{width:100%}.theme8blocks-loop.sticky_scroll .posts-col .loop-card:last-child{margin-bottom:0}.theme8blocks-loop.slider .overflow{overflow:hidden}.theme8blocks-loop.slider,.theme8blocks-loop.slider .swiper-wrapper{position:relative}@media only screen and (max-width:1023px){.theme8blocks-loop .slide-on-mobile{position:relative;overflow:hidden}.theme8blocks-loop .slide-on-mobile .grid-x,.theme8blocks-loop .slide-on-mobile .grid-y{flex-wrap:nowrap}}@media only screen and (max-width:1023px) and (min-width:1024px){.theme8blocks-loop .slide-on-mobile .grid-x,.theme8blocks-loop .slide-on-mobile .grid-y{flex-wrap:wrap}}.theme8blocks-logowall .logos{display:flex;flex-wrap:wrap;justify-content:center;width:100%;box-sizing:border-box}.theme8blocks-logowall .logos .logo{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:50%;height:65px;margin:0 0 30px;transition:opacity .5s,transform .6s;transition:opacity .5s,transform .6s,-webkit-transform .6s;opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}.theme8blocks-logowall .logos .logo:nth-child(1){transition-delay:.03s}.theme8blocks-logowall .logos .logo:nth-child(2){transition-delay:.06s}.theme8blocks-logowall .logos .logo:nth-child(3){transition-delay:.09s}.theme8blocks-logowall .logos .logo:nth-child(4){transition-delay:.12s}.theme8blocks-logowall .logos .logo:nth-child(5){transition-delay:.15s}.theme8blocks-logowall .logos .logo:nth-child(6){transition-delay:.18s}.theme8blocks-logowall .logos .logo:nth-child(7){transition-delay:.21s}.theme8blocks-logowall .logos .logo:nth-child(8){transition-delay:.24s}.theme8blocks-logowall .logos .logo:nth-child(9){transition-delay:.27s}.theme8blocks-logowall .logos .logo:nth-child(10){transition-delay:.3s}.theme8blocks-logowall .logos .logo:nth-child(11){transition-delay:.33s}.theme8blocks-logowall .logos .logo:nth-child(12){transition-delay:.36s}.theme8blocks-logowall .logos .logo:nth-child(13){transition-delay:.39s}.theme8blocks-logowall .logos .logo:nth-child(14){transition-delay:.42s}.theme8blocks-logowall .logos .logo:nth-child(15){transition-delay:.45s}.theme8blocks-logowall .logos .logo:nth-child(16){transition-delay:.48s}.theme8blocks-logowall .logos .logo:nth-child(17){transition-delay:.51s}.theme8blocks-logowall .logos .logo:nth-child(18){transition-delay:.54s}.theme8blocks-logowall .logos .logo:nth-child(19){transition-delay:.57s}.theme8blocks-logowall .logos .logo:nth-child(20){transition-delay:.6s}.theme8blocks-logowall .logos .logo:nth-child(21){transition-delay:.63s}.theme8blocks-logowall .logos .logo:nth-child(22){transition-delay:.66s}.theme8blocks-logowall .logos .logo:nth-child(23){transition-delay:.69s}.theme8blocks-logowall .logos .logo:nth-child(24){transition-delay:.72s}.theme8blocks-logowall .logos .logo:nth-child(25){transition-delay:.75s}.theme8blocks-logowall .logos .logo:nth-child(26){transition-delay:.78s}.theme8blocks-logowall .logos .logo:nth-child(27){transition-delay:.81s}.theme8blocks-logowall .logos .logo:nth-child(28){transition-delay:.84s}.theme8blocks-logowall .logos .logo:nth-child(29){transition-delay:.87s}.theme8blocks-logowall .logos .logo:nth-child(30){transition-delay:.9s}.theme8blocks-logowall .logos .logo:nth-child(31){transition-delay:.93s}.theme8blocks-logowall .logos .logo:nth-child(32){transition-delay:.96s}.theme8blocks-logowall .logos .logo:nth-child(33){transition-delay:.99s}.theme8blocks-logowall .logos .logo:nth-child(34){transition-delay:1.02s}.theme8blocks-logowall .logos .logo:nth-child(35){transition-delay:1.05s}.theme8blocks-logowall .logos .logo:nth-child(36){transition-delay:1.08s}.theme8blocks-logowall .logos .logo:nth-child(37){transition-delay:1.11s}.theme8blocks-logowall .logos .logo:nth-child(38){transition-delay:1.14s}.theme8blocks-logowall .logos .logo:nth-child(39){transition-delay:1.17s}.theme8blocks-logowall .logos .logo:nth-child(40){transition-delay:1.2s}.theme8blocks-logowall .logos .logo:nth-child(41){transition-delay:1.23s}.theme8blocks-logowall .logos .logo:nth-child(42){transition-delay:1.26s}.theme8blocks-logowall .logos .logo:nth-child(43){transition-delay:1.29s}.theme8blocks-logowall .logos .logo:nth-child(44){transition-delay:1.32s}.theme8blocks-logowall .logos .logo:nth-child(45){transition-delay:1.35s}.theme8blocks-logowall .logos .logo:nth-child(46){transition-delay:1.38s}.theme8blocks-logowall .logos .logo:nth-child(47){transition-delay:1.41s}.theme8blocks-logowall .logos .logo:nth-child(48){transition-delay:1.44s}.theme8blocks-logowall .logos .logo:nth-child(49){transition-delay:1.47s}.theme8blocks-logowall .logos .logo:nth-child(50){transition-delay:1.5s}.theme8blocks-logowall .logos .logo:nth-child(51){transition-delay:1.53s}.theme8blocks-logowall .logos .logo:nth-child(52){transition-delay:1.56s}.theme8blocks-logowall .logos .logo:nth-child(53){transition-delay:1.59s}.theme8blocks-logowall .logos .logo:nth-child(54){transition-delay:1.62s}.theme8blocks-logowall .logos .logo:nth-child(55){transition-delay:1.65s}.theme8blocks-logowall .logos .logo:nth-child(56){transition-delay:1.68s}.theme8blocks-logowall .logos .logo:nth-child(57){transition-delay:1.71s}.theme8blocks-logowall .logos .logo:nth-child(58){transition-delay:1.74s}.theme8blocks-logowall .logos .logo:nth-child(59){transition-delay:1.77s}.theme8blocks-logowall .logos .logo:nth-child(60){transition-delay:1.8s}.theme8blocks-logowall .logos .logo:nth-child(61){transition-delay:1.83s}.theme8blocks-logowall .logos .logo:nth-child(62){transition-delay:1.86s}.theme8blocks-logowall .logos .logo:nth-child(63){transition-delay:1.89s}.theme8blocks-logowall .logos .logo:nth-child(64){transition-delay:1.92s}.theme8blocks-logowall .logos .logo:nth-child(65){transition-delay:1.95s}.theme8blocks-logowall .logos .logo:nth-child(66){transition-delay:1.98s}.theme8blocks-logowall .logos .logo:nth-child(67){transition-delay:2.01s}.theme8blocks-logowall .logos .logo:nth-child(68){transition-delay:2.04s}.theme8blocks-logowall .logos .logo:nth-child(69){transition-delay:2.07s}.theme8blocks-logowall .logos .logo:nth-child(70){transition-delay:2.1s}.theme8blocks-logowall .logos .logo:nth-child(71){transition-delay:2.13s}.theme8blocks-logowall .logos .logo:nth-child(72){transition-delay:2.16s}.theme8blocks-logowall .logos .logo:nth-child(73){transition-delay:2.19s}.theme8blocks-logowall .logos .logo:nth-child(74){transition-delay:2.22s}.theme8blocks-logowall .logos .logo:nth-child(75){transition-delay:2.25s}.theme8blocks-logowall .logos .logo:nth-child(76){transition-delay:2.28s}.theme8blocks-logowall .logos .logo:nth-child(77){transition-delay:2.31s}.theme8blocks-logowall .logos .logo:nth-child(78){transition-delay:2.34s}.theme8blocks-logowall .logos .logo:nth-child(79){transition-delay:2.37s}.theme8blocks-logowall .logos .logo:nth-child(80){transition-delay:2.4s}.theme8blocks-logowall .logos .logo:nth-child(81){transition-delay:2.43s}.theme8blocks-logowall .logos .logo:nth-child(82){transition-delay:2.46s}.theme8blocks-logowall .logos .logo:nth-child(83){transition-delay:2.49s}.theme8blocks-logowall .logos .logo:nth-child(84){transition-delay:2.52s}.theme8blocks-logowall .logos .logo:nth-child(85){transition-delay:2.55s}.theme8blocks-logowall .logos .logo:nth-child(86){transition-delay:2.58s}.theme8blocks-logowall .logos .logo:nth-child(87){transition-delay:2.61s}.theme8blocks-logowall .logos .logo:nth-child(88){transition-delay:2.64s}.theme8blocks-logowall .logos .logo:nth-child(89){transition-delay:2.67s}.theme8blocks-logowall .logos .logo:nth-child(90){transition-delay:2.7s}.theme8blocks-logowall .logos .logo:nth-child(91){transition-delay:2.73s}.theme8blocks-logowall .logos .logo:nth-child(92){transition-delay:2.76s}.theme8blocks-logowall .logos .logo:nth-child(93){transition-delay:2.79s}.theme8blocks-logowall .logos .logo:nth-child(94){transition-delay:2.82s}.theme8blocks-logowall .logos .logo:nth-child(95){transition-delay:2.85s}.theme8blocks-logowall .logos .logo:nth-child(96){transition-delay:2.88s}.theme8blocks-logowall .logos .logo:nth-child(97){transition-delay:2.91s}.theme8blocks-logowall .logos .logo:nth-child(98){transition-delay:2.94s}.theme8blocks-logowall .logos .logo:nth-child(99){transition-delay:2.97s}.theme8blocks-logowall .logos .logo:nth-child(100){transition-delay:3s}.theme8blocks-logowall .logos .logo a img{transition:all .3s}.theme8blocks-logowall .logos .logo img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100px;max-width:90%}@media (min-width:1024px){.theme8blocks-logowall .logos .logo img{max-width:90%;max-height:100%}}@media (min-width:1200px){.theme8blocks-logowall .logos .logo img{height:65px;width:240px}}@media (min-width:640px){.theme8blocks-logowall .logos .logo{max-width:none;width:25%}}@media (min-width:1024px){.theme8blocks-logowall .logos .logo{width:25%}}@media (min-width:1440px){.theme8blocks-logowall .logos .logo{width:20%}}.theme8blocks-logowall.boxed .logos{justify-content:flex-start;width:calc(100% + 15px);margin:0-7.5px}.theme8blocks-logowall.boxed .logos .logo{padding:0 0 15px;height:auto;margin:0}.theme8blocks-logowall.boxed .logos .logo .wrap{width:100%;height:100%;background-color:#fff;padding:25px 0;margin:0 7.5px;display:flex;justify-content:center;align-items:center}.theme8blocks-logowall.boxed .logos .logo .wrap img{height:52px;width:172px;max-height:40px;max-width:70%}@media (min-width:1024px){.theme8blocks-logowall.boxed .logos .logo .wrap img{max-height:52px}}@media (min-width:1440px){.theme8blocks-logowall.boxed .logos .logo .wrap img{max-height:60px;height:60px}}@media (min-width:1024px){.theme8blocks-logowall.boxed .logos .logo .wrap{padding:30px 15px}}@media (min-width:1200px){.theme8blocks-logowall.boxed .logos .logo .wrap{padding:40px 15px}}@media (min-width:1440px){.theme8blocks-logowall.boxed .logos .logo .wrap{padding:50px 15px}}@media (min-width:1650px){.theme8blocks-logowall.boxed .logos .logo .wrap{padding:70px 15px}}.cases-custom-grid a.loop-card.loop-card-case.square-circle.in-view .image img,.theme8blocks-logowall.in-view .logos .logo{opacity:1;-webkit-transform:none;transform:none}.theme8blocks-logowall.greyscale .logos,.theme8blocks-logowall.greyscale .logos img{transition:opacity 1s,filter 1s;transition:opacity 1s,filter 1s,-webkit-filter 1s}.theme8blocks-logowall.greyscale .logos img{-webkit-filter:brightness(0);filter:brightness(0)}.theme8blocks-logowall.greyscale.color-on-hover .logos:hover,.theme8blocks-map .map.rendered{opacity:1}.theme8blocks-logowall.greyscale.color-on-hover .logos:hover img{-webkit-filter:brightness(1);filter:brightness(1)}.gm-style iframe+div{border:0!important}.theme8blocks-map .map{opacity:0}.theme8blocks-map.small .map{height:250px}.theme8blocks-map.medium .map{height:500px}.theme8blocks-map.large .map{height:700px}.theme8blocks-map.full .map{height:100vh}.theme8blocks-map .map-marker-info-inner{font-size:15px;width:200px;padding:10px}.theme8blocks-map .map-marker-info-inner .title{font-weight:400;font-size:20px}.theme8blocks-map .map-marker-info-inner .directions{display:block;margin:10px 0 0}.theme8blocks-slider .slider-controls{z-index:3}.theme8blocks-slider .slider-controls:active,.theme8blocks-slider .slider-controls:focus{outline:0}.theme8blocks-slider .swiper-horizontal>.swiper-pagination-bullets,.theme8blocks-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:30px}.theme8blocks-slider .swiper-pagination .swiper-pagination-bullet{background:#000}.theme8blocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.theme8blocks-slider .swiper-button-next,.theme8blocks-slider .swiper-button-prev{top:auto;bottom:10px}.theme8blocks-slider .swiper-button-next:after,.theme8blocks-slider .swiper-button-prev:after{color:#fff;font-size:18px}.theme8blocks-slider .swiper-button-prev{left:auto;right:35px}.theme8blocks-slider .swiper-button-next{left:auto;right:10px}.theme8blocks-slider.media-opacity-10 .swiper-slide .background{opacity:.1}.theme8blocks-slider.media-opacity-20 .swiper-slide .background{opacity:.2}.theme8blocks-slider.media-opacity-30 .swiper-slide .background{opacity:.3}.theme8blocks-slider.media-opacity-40 .swiper-slide .background{opacity:.4}.theme8blocks-slider.media-opacity-50 .swiper-slide .background{opacity:.5}.theme8blocks-slider.media-opacity-60 .swiper-slide .background{opacity:.6}.theme8blocks-slider.media-opacity-70 .swiper-slide .background{opacity:.7}.theme8blocks-slider.media-opacity-80 .swiper-slide .background{opacity:.8}.theme8blocks-slider.media-opacity-90 .swiper-slide .background{opacity:.9}.theme8blocks-slider.media-right .swiper-slide{display:flex;flex-direction:column}.theme8blocks-slider.media-right .swiper-slide .grid-container{order:-1;width:100%;height:auto}.theme8blocks-slider.media-right .swiper-slide .grid-container .slide-content{max-width:800px;width:80%;padding:50px 0}@media (min-width:640px){.theme8blocks-slider.media-right .swiper-slide .grid-container .slide-content{width:40%;padding:0 50px 0 0}.theme8blocks-slider.media-right .swiper-slide .grid-container{order:0}}.theme8blocks-slider.media-right .swiper-slide .background{position:relative}@media (min-width:640px){.theme8blocks-slider.media-right .swiper-slide .background{position:absolute;width:60%;left:40%}.theme8blocks-slider.media-right .swiper-slide{justify-content:center}}.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content{padding:25px}@media (min-width:1024px){.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content{padding:40px}}@media (min-width:1440px){.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content{padding:50px}}.theme8blocks-slider .swiper-slide{position:relative;height:100vh;overflow:hidden}.theme8blocks-slider .swiper-slide .background,.theme8blocks-slider .swiper-slide .background .slider-iframe-bg{position:absolute;top:0;right:0;bottom:0;left:0}.theme8blocks-slider .swiper-slide .background video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme8blocks-slider .swiper-slide .background .slider-iframe-fg{position:absolute;pointer-events:none;height:200%;top:-50%;width:200%;left:-50%}.theme8blocks-slider .swiper-slide .background .slider-iframe-fg iframe{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.theme8blocks-slider .swiper-slide .grid-container{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center}.theme8blocks-audioplayer{padding:30px;background:#f7f7f7}.theme8blocks-audioplayer a.audio-file{display:flex;flex-direction:row;position:relative;padding:7px 40px 7px 7px;background:#fff;margin:0 0 1px;font-weight:400}.theme8blocks-audioplayer a.audio-file .number{min-width:20px}.theme8blocks-audioplayer a.audio-file:last-child{margin:0}.theme8blocks-audioplayer a.audio-file:after{content:"";display:block;align-self:flex-end;padding:0 10px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.theme8blocks-teasergrid{position:relative}.theme8blocks-teasergrid .grid-container{position:relative;z-index:1}.theme8blocks-teasergrid .section-content h1,.theme8blocks-teasergrid .section-content h2,.theme8blocks-teasergrid .section-content h3{margin-top:0}.theme8blocks-navgrid ul.menu li.menu-item.current-menu-item,.theme8blocks-navgrid ul.menu li.menu-item.current-menu-item>ul>li,.theme8blocks-teasergrid .elements .element,.theme8blocks-teasergrid .elements a.element{display:block}.theme8blocks-navgrid ul.menu{list-style:none;margin:0;padding:0}.theme8blocks-navgrid ul.menu li.menu-item.current-menu-item>ul{display:flex;flex-wrap:wrap;margin:0;padding:0}.theme8blocks-navgrid ul.menu li.menu-item.current-menu-item>ul>li>a{display:flex;justify-content:center;align-items:center;text-align:center;height:80px}.theme8blocks-navgrid.small-2 .current-menu-item li{width:50%}.theme8blocks-navgrid.small-3 .current-menu-item li{width:33.33%}@media (min-width:640px){.theme8blocks-navgrid.medium-1 .current-menu-item li{width:100%}.theme8blocks-navgrid.medium-2 .current-menu-item li{width:50%}.theme8blocks-navgrid.medium-3 .current-menu-item li{width:33.33%}.theme8blocks-navgrid.medium-4 .current-menu-item li{width:25%}.theme8blocks-navgrid.medium-5 .current-menu-item li{width:20%}}@media (min-width:1024px){.theme8blocks-navgrid.large-1 .current-menu-item li{width:100%}.theme8blocks-navgrid.large-2 .current-menu-item li{width:50%}.theme8blocks-navgrid.large-3 .current-menu-item li{width:33.33%}.theme8blocks-navgrid.large-4 .current-menu-item li{width:25%}.theme8blocks-navgrid.large-5 .current-menu-item li{width:20%}.theme8blocks-navgrid.large-6 .current-menu-item li{width:16.66%}}@media (min-width:1200px){.theme8blocks-navgrid.xlarge-1 .current-menu-item li{width:100%}.theme8blocks-navgrid.xlarge-2 .current-menu-item li{width:50%}.theme8blocks-navgrid.xlarge-3 .current-menu-item li{width:33.33%}.theme8blocks-navgrid.xlarge-4 .current-menu-item li{width:25%}.theme8blocks-navgrid.xlarge-5 .current-menu-item li{width:20%}.theme8blocks-navgrid.xlarge-6 .current-menu-item li{width:16.66%}}.theme8blocks-gallery{overflow:hidden}.theme8blocks-gallery .section-content{margin:0 0 30px;max-width:700px}.theme8blocks-gallery .gallery-tabs{margin:0 0 20px;display:flex;flex-wrap:wrap}.theme8blocks-gallery .gallery-tabs a{margin:0 15px 0 0}.theme8blocks-gallery .gallery-tabs .wp-block-theme8blocks-groupedcontentelement.has-child-selected a.groupedcontent-element,.theme8blocks-gallery .gallery-tabs .wp-block-theme8blocks-groupedcontentelement.is-selected a.groupedcontent-element,.theme8blocks-gallery .gallery-tabs a.active,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks-gallery .gallery-tabs a.groupedcontent-element,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks-gallery .gallery-tabs a.groupedcontent-element{text-decoration:underline}@media (min-width:1200px){.theme8blocks-gallery .gallery-tabs{margin:0 0 30px}}.theme8blocks-gallery.has-tabs .gallery-collections{position:relative;width:100%}.theme8blocks-gallery.has-tabs .collection{opacity:0;visibility:hidden;position:absolute;height:0;width:100%;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.theme8blocks-gallery.has-tabs .collection.active,.theme8blocks-gallery.has-tabs .wp-block-theme8blocks-groupedcontentelement.has-child-selected .collection.groupedcontent-element,.theme8blocks-gallery.has-tabs .wp-block-theme8blocks-groupedcontentelement.is-selected .collection.groupedcontent-element,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks-gallery.has-tabs .collection.groupedcontent-element,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks-gallery.has-tabs .collection.groupedcontent-element{opacity:1;visibility:visible;position:relative;height:auto;transition:all 1s;-webkit-transform:none;transform:none}.division-card a,.team-card a.email,.team-card a.phone,.team-card a.read-more,.team-popup a.email,.team-popup a.phone,.team-popup a.read-more,.theme8blocks-gallery .image{display:block}.theme8blocks-gallery .image-title{margin:15px 0 0}.theme8blocks-gallery.has-pagination .collection.slider{padding:40px 0;margin-top:-20px}.theme8blocks-gallery .collection.slider .swiper-slide .image .image-title{position:absolute;z-index:1;bottom:0;left:0;right:0;background:rgba(255,255,255,.9);padding:10px}.theme8blocks-gallery .collection.slider .swiper-pagination{position:absolute;z-index:2;bottom:0}.image-format-natural .image.format img{position:relative;width:100%;height:auto;padding-bottom:0}.image-format-square .image.format{padding-bottom:100%}.image-format-2-1 .image.format{padding-bottom:50%}.image-format-3-2 .image.format{padding-bottom:66.6%}.image-format-4-3 .image.format{padding-bottom:75%}.image-format-3-4 .image.format{padding-bottom:133.3%}.image-format-1-2 .image.format{padding-bottom:200%}.team-section{width:100%;transition:none}.team-card{max-width:470px;margin:0 auto}@media (min-width:2000px){.team-card{max-width:550px}}.theme8blocks.theme8blocks-divisions{padding-left:0;padding-right:0}.theme8blocks-section{position:relative}.theme8blocks-section .grid-container{position:relative;z-index:1}.theme8blocks-section .background{background:no-repeat center/cover;position:absolute;top:0;right:0;bottom:0;left:0}.theme8blocks-section .background img,.theme8blocks-section .background video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.theme8blocks svg.section-divider{position:absolute;left:0;width:100%;overflow:hidden;height:var(--height-s);opacity:1}.theme8blocks svg.section-divider.bottom{bottom:0}@media (min-width:1024px){.theme8blocks svg.section-divider{height:var(--height-l)}}.theme8blocks.theme8blocks-groupedcontent,section.page-content .theme8blocks.theme8blocks-groupedcontent{padding-left:0;padding-right:0}.theme8blocks.theme8blocks-groupedcontent .wp-block,section.page-content .theme8blocks.theme8blocks-groupedcontent .wp-block{margin-left:0;margin-right:0;max-width:100%;width:100%}.theme8blocks.theme8blocks-groupedcontent .theme8blocks,section.page-content .theme8blocks.theme8blocks-groupedcontent .theme8blocks{margin-left:0;margin-right:0}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element>div>h2,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element>div>h3,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element>div>h4{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element .groupedcontent-element-content{visibility:hidden;opacity:0;-webkit-transform:translateY(-5px);transform:translateY(-5px);height:0;overflow:hidden;position:absolute}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element.active .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element.active .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element.active .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element .groupedcontent-element-content{padding-bottom:10px;opacity:1;visibility:visible;-webkit-transform:none;transform:none;height:auto;overflow:visible;position:relative;transition:opacity .2s,transform .6s cubic-bezier(.16,1,.3,1);transition:opacity .2s,transform .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1)}@media (min-width:1200px){.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element.active .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element.active .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-columns .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element.active .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.layout-list .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .theme8blocks.theme8blocks-groupedcontent.layout-list .groupedcontent-element .groupedcontent-element-content{padding-bottom:30px}}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns>.acf-innerblocks-container{display:flex;flex-wrap:wrap;margin:0-30px}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns>.acf-innerblocks-container>.groupedcontent-element>.acf-innerblocks-container{padding:0 30px}.cases-custom-grid a.loop-card.loop-card-case .image-wrap .image img,.cases-custom-grid a.loop-card.loop-card-case.size-full-width,.cases-custom-grid a.loop-card.loop-card-case.size-full-width.in-view .image,.cases-custom-grid a.loop-card.loop-card-case.size-half-width,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns .groupedcontent-element{width:100%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-small-2 .groupedcontent-element{width:50%}@media (min-width:640px){.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-medium-1 .groupedcontent-element{width:100%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-medium-2 .groupedcontent-element{width:50%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-medium-3 .groupedcontent-element{width:33.33%}}@media (min-width:1024px){.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-large-1 .groupedcontent-element{width:100%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-large-2 .groupedcontent-element{width:50%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-large-3 .groupedcontent-element{width:33.33%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-large-4 .groupedcontent-element{width:25%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-large-5 .groupedcontent-element{width:20%}}@media (min-width:1200px){.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-xlarge-1 .groupedcontent-element{width:100%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-xlarge-2 .groupedcontent-element{width:50%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-xlarge-3 .groupedcontent-element{width:33.33%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-xlarge-4 .groupedcontent-element{width:25%}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-columns.columns-xlarge-5 .groupedcontent-element{width:20%}}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(0,0,0,.2);justify-content:center}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links a{display:block;padding:10px 15px;line-height:1;position:relative}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links a:before{content:"";position:absolute;bottom:-1.5px;left:0;right:0;background:#000}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links .wp-block-theme8blocks-groupedcontentelement.has-child-selected a.groupedcontent-element:before,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links .wp-block-theme8blocks-groupedcontentelement.is-selected a.groupedcontent-element:before,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links a.active:before,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links a.groupedcontent-element:before,.wp-block-theme8blocks-groupedcontentelement.is-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links a.groupedcontent-element:before{height:3px}@media (min-width:1200px){.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .tab-links a{padding:15px 20px}}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element>div>h2,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element>div>h3,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element>div>h4{display:none}.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element.active .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content{padding-top:20px}@media (min-width:1200px){.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element.active .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.has-child-selected .groupedcontent-element .groupedcontent-element-content,.frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .wp-block-theme8blocks-groupedcontentelement.is-selected .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.has-child-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content,.wp-block-theme8blocks-groupedcontentelement.is-selected .frontend .theme8blocks.theme8blocks-groupedcontent.layout-tabs .groupedcontent-element .groupedcontent-element-content{padding-top:30px}}.theme8blocks-frontsplash{position:relative;display:flex;flex-direction:column;justify-content:center}.theme8blocks-frontsplash .grid-container{position:relative;width:100%}.theme8blocks-punchline{position:relative;overflow:hidden;background-color:#e9e9ea}.theme8blocks-punchline .grid-container{position:relative}.theme8blocks-punchline svg.circle-bg{position:absolute;width:900px;height:900px;top:0;-webkit-transform:translateY(-25%);transform:translateY(-25%);left:66.5%}@media (min-width:640px){.theme8blocks-punchline svg.circle-bg{width:1400px;height:1400px;left:70%}}@media (min-width:1024px){.theme8blocks-punchline svg.circle-bg{left:62%;width:1600px;height:1600px}}@media (min-width:1200px){.theme8blocks-punchline svg.circle-bg{left:58%;width:2500px;height:2500px}}@media (min-width:1440px){.theme8blocks-punchline svg.circle-bg{left:60%;width:3000px;height:3000px}}@media (min-width:1650px){.theme8blocks-punchline svg.circle-bg{width:3300px;height:3300px;left:66.5%}}.theme8blocks-punchline .bar svg.circle-inner{position:absolute;z-index:1;width:900px;height:900px;top:0;-webkit-transform:translateY(-66%);transform:translateY(-66%);right:50%}@media (min-width:640px){.theme8blocks-punchline .bar svg.circle-inner{width:1400px;height:1400px}}@media (min-width:1024px){.theme8blocks-punchline .bar svg.circle-inner{width:1600px;height:1600px}}@media (min-width:1200px){.theme8blocks-punchline .bar svg.circle-inner{width:2500px;height:2500px}}@media (min-width:1440px){.theme8blocks-punchline .bar svg.circle-inner{width:3000px;height:3000px}}@media (min-width:1650px){.theme8blocks-punchline .bar svg.circle-inner{width:3300px;height:3300px}}.theme8blocks-punchline .bar{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;margin:50px 0;background-color:#fff;border-radius:500px}.theme8blocks-punchline .bar .lock,.theme8blocks-punchline .bar h3.text{position:relative;z-index:3}.theme8blocks-punchline .bar h3.text{font-weight:400;line-height:1.1;font-size:18px;padding:0 10px 0 30px;margin:0}.theme8blocks-punchline .bar h3.text a,.theme8blocks-punchline .bar h3.text em,.theme8blocks-punchline .bar h3.text i,.theme8blocks-punchline .bar h3.text strong{font-weight:400;font-style:normal;text-decoration:none}@media (min-width:640px){.theme8blocks-punchline .bar h3.text{font-size:25px;padding:0 20px 0 40px}}@media (min-width:1024px){.theme8blocks-punchline .bar h3.text{font-size:40px;padding:0 10px 0 50px}}@media (min-width:1200px){.theme8blocks-punchline .bar h3.text{font-size:50px;padding:0 10px 0 70px}}@media (min-width:1440px){.theme8blocks-punchline .bar h3.text{font-size:52px;padding:0 10px 0 90px}}@media (min-width:1650px){.theme8blocks-punchline .bar h3.text{font-size:70px;padding:0 10px 0 120px}}@media (min-width:2000px){.theme8blocks-punchline .bar h3.text{font-size:80px;padding:0 10px 0 140px}}.theme8blocks-punchline .bar .lock{background-color:#e9e9ea;width:50px;min-width:50px;height:50px;min-height:50px;border-radius:50%;overflow:hidden;padding:15px;margin:8px}.theme8blocks-punchline .bar .lock svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);max-width:100%;max-height:100%;width:100%;height:100%}@media (min-width:640px){.theme8blocks-punchline .bar .lock{width:80px;min-width:80px;height:80px;min-height:80px;padding:20px;margin:20px}}@media (min-width:1024px){.theme8blocks-punchline .bar .lock{width:100px;min-width:100px;height:100px;min-height:100px;padding:30px}}@media (min-width:1200px){.theme8blocks-punchline .bar .lock{width:150px;min-width:150px;height:150px;min-height:150px;padding:35px}}@media (min-width:1440px){.theme8blocks-punchline .bar .lock{width:170px;min-width:170px;height:170px;min-height:170px;padding:35px;margin:23px}}@media (min-width:1650px){.theme8blocks-punchline .bar .lock{width:222px;min-width:222px;height:222px;min-height:222px;padding:40px}}@media (min-width:1024px){.theme8blocks-punchline .bar{margin:70px 0}}@media (min-width:1650px){.theme8blocks-punchline .bar{margin:115px 0}}.cases-custom-grid{display:flex;flex-direction:row;flex-wrap:wrap}.cases-custom-grid a.loop-card.loop-card-case{display:block;overflow:hidden;text-decoration:none;margin:0 0 50px}@media (min-width:640px){.cases-custom-grid a.loop-card.loop-card-case.size-full-width .info{max-width:60%}}@media (min-width:1200px){.cases-custom-grid a.loop-card.loop-card-case.size-full-width .info{max-width:45%}}@media (min-width:640px){.cases-custom-grid a.loop-card.loop-card-case.size-half-width{width:50%}}.cases-custom-grid a.loop-card.loop-card-case .image-wrap{margin:0 0 30px}.cases-custom-grid a.loop-card.loop-card-case .image-wrap .image{position:relative}@media (min-width:1024px){.cases-custom-grid a.loop-card.loop-card-case .image-wrap{margin:0 0 40px}}@media (min-width:1200px){.cases-custom-grid a.loop-card.loop-card-case .image-wrap{margin:0 0 50px}}@media (min-width:1650px){.cases-custom-grid a.loop-card.loop-card-case .image-wrap{margin:0 0 70px}}.cases-custom-grid a.loop-card.loop-card-case .info h3.title{margin:0 0 15px;text-decoration:none;font-size:22px}@media (min-width:640px){.cases-custom-grid a.loop-card.loop-card-case .info h3.title{font-size:30px}}@media (min-width:1024px){.cases-custom-grid a.loop-card.loop-card-case .info h3.title{font-size:40px;margin:0 0 20px}}@media (min-width:1200px){.cases-custom-grid a.loop-card.loop-card-case .info h3.title{font-size:45px;margin:0 0 23px}}.cases-custom-grid a.loop-card.loop-card-case .info .excerpt{text-decoration:none}.cases-custom-grid a.loop-card.loop-card-case .info .read-more{text-decoration:underline;transition:opacity .4s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity .4s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1);transition-delay:.2s;opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.cases-custom-grid a.loop-card.loop-card-case.size-full-width .image{overflow:hidden;padding-bottom:55%;width:98%;transition:width 1s}.cases-custom-grid a.loop-card.loop-card-case.size-full-width .image img,.cases-custom-grid a.loop-card.loop-card-case.square-circle .image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:1024px){.cases-custom-grid a.loop-card.loop-card-case.size-full-width .image{padding-bottom:43%}}.cases-custom-grid a.loop-card.loop-card-case.rounded-top .image,.cases-custom-grid a.loop-card.loop-card-case.square-circle .image,.cases-custom-grid a.loop-card.loop-card-case.two-half-circles .image{overflow:hidden;padding-bottom:100%;-webkit-mask-image:url(/wp-content/plugins/theme8blocks/images/solid-circle.svg);mask-image:url(/wp-content/plugins/theme8blocks/images/solid-circle.svg);-webkit-mask-size:97%;mask-size:97%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.cases-custom-grid a.loop-card.loop-card-case.square-circle .image img{-webkit-transform:scale(1.04);transform:scale(1.04);opacity:0;transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1),-webkit-transform 1.5s cubic-bezier(.16,1,.3,1)}.cases-custom-grid a.loop-card.loop-card-case.rounded-top .image,.cases-custom-grid a.loop-card.loop-card-case.two-half-circles .image{-webkit-mask-image:url(/wp-content/plugins/theme8blocks/images/two-half-circles.svg);mask-image:url(/wp-content/plugins/theme8blocks/images/two-half-circles.svg);-webkit-mask-size:100%;mask-size:100%;transition:opacity 2s,transform 2s cubic-bezier(.16,1,.3,1);transition:opacity 2s,transform 2s cubic-bezier(.16,1,.3,1),-webkit-transform 2s cubic-bezier(.16,1,.3,1)}.cases-custom-grid a.loop-card.loop-card-case.two-half-circles .image img{-webkit-transform:scale(1.08);transform:scale(1.08);transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics.in-view .image img,.cases-custom-grid a.loop-card.loop-card-case.two-half-circles.in-view .image,.cases-custom-grid a.loop-card.loop-card-case.two-half-circles.in-view .image img{opacity:1;-webkit-transform:none;transform:none}.cases-custom-grid a.loop-card.loop-card-case.rounded-top .image{-webkit-mask-image:url(/wp-content/plugins/theme8blocks/images/rounded-top-rectangle.svg);mask-image:url(/wp-content/plugins/theme8blocks/images/rounded-top-rectangle.svg);-webkit-mask-size:auto 96%;mask-size:auto 96%;-webkit-mask-position:left center;mask-position:left center;transition:opacity 2s,transform 2s cubic-bezier(.16,1,.3,1),mask-size 1s;transition:opacity 2s,transform 2s cubic-bezier(.16,1,.3,1),mask-size 1s,-webkit-transform 2s cubic-bezier(.16,1,.3,1),-webkit-mask-size 1s}.cases-custom-grid a.loop-card.loop-card-case.rounded-top .image img,.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image img,.cases-custom-grid a.loop-card.loop-card-case.two-half-circles .image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cases-custom-grid a.loop-card.loop-card-case.rounded-top.in-view .image{opacity:1;-webkit-transform:none;transform:none;-webkit-mask-size:auto 100%;mask-size:auto 100%}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap{overflow:visible;position:relative}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{content:"";position:absolute;border-radius:50%;background-color:#fff;width:60px;height:60px;right:0;-webkit-transform:translateX(50%) translateY(-15%);transform:translateX(50%) translateY(-15%);transition:transform 3s;transition:transform 3s,-webkit-transform 3s;top:45%}@media (min-width:1024px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{width:80px;height:80px;top:40%}}@media (min-width:1200px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{width:120px;height:120px;top:38%}}@media (min-width:1440px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{width:150px;height:150px;top:34%}}@media (min-width:1650px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{width:220px;height:220px;top:34%}}@media (min-width:2000px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{width:333px;height:333px}}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image{overflow:hidden;padding-bottom:100%;z-index:2}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image img{-webkit-transform:scale(1.02);transform:scale(1.02);transition:opacity 2s,transform 1.5s cubic-bezier(.16,1,.3,1);transition:opacity 2s,transform 1.5s cubic-bezier(.16,1,.3,1),-webkit-transform 1.5s cubic-bezier(.16,1,.3,1)}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image:after{content:"";position:absolute;right:0;-webkit-transform:translateX(50%) translateY(15%);transform:translateX(50%) translateY(15%);transition:transform 3s;transition:transform 3s,-webkit-transform 3s;top:22%;border-radius:50%;background-color:#fff;width:100px;height:100px}@media (min-width:1024px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image:after{width:120px;height:120px}}@media (min-width:1200px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image:after{width:150px;height:150px}}@media (min-width:1440px){.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image:after{width:180px;height:180px}}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics.in-view .image-wrap:after,.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics.in-view .image:after{-webkit-transform:translateX(50%);transform:translateX(50%)}@media (min-width:640px){.cases-custom-grid a.loop-card.loop-card-case{padding-right:40px}}@media (min-width:1024px){.cases-custom-grid a.loop-card.loop-card-case{margin:0 0 70px;padding-right:50px}}@media (min-width:1200px){.cases-custom-grid a.loop-card.loop-card-case{padding-right:80px}}@media (min-width:1440px){.cases-custom-grid a.loop-card.loop-card-case{padding-right:100px}}@media (min-width:1650px){.cases-custom-grid a.loop-card.loop-card-case{margin:0 0 120px;padding-right:150px}}@media (min-width:2000px){.cases-custom-grid a.loop-card.loop-card-case{margin:0 0 150px;padding-right:180px}}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes splashtagblink{0%,to{-webkit-transform:none;transform:none}20%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes splashtagblink{0%,to{-webkit-transform:none;transform:none}20%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes circlelogo{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}to{-webkit-transform:rotate(325deg);transform:rotate(325deg)}}@keyframes circlelogo{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}to{-webkit-transform:rotate(325deg);transform:rotate(325deg)}}@-webkit-keyframes circlearrowlink{0%{tranform:none;-webkit-mask-position:center;mask-position:center}80%{-webkit-transform:translateX(80%);transform:translateX(80%);-webkit-mask-position:80%center;mask-position:80%center}80.1%{opacity:0}80.2%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-mask-position:-100%;mask-position:-100%;opacity:1}to{-webkit-transform:none;transform:none;-webkit-mask-position:center;mask-position:center}}@keyframes circlearrowlink{0%{tranform:none;-webkit-mask-position:center;mask-position:center}80%{-webkit-transform:translateX(80%);transform:translateX(80%);-webkit-mask-position:80%center;mask-position:80%center}80.1%{opacity:0}80.2%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-mask-position:-100%;mask-position:-100%;opacity:1}to{-webkit-transform:none;transform:none;-webkit-mask-position:center;mask-position:center}}@-webkit-keyframes backarrowlink{0%{tranform:none}80%{-webkit-transform:translateX(-80%) rotate(180deg);transform:translateX(-80%) rotate(180deg)}80.1%{opacity:0}80.2%{-webkit-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg);opacity:1}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes backarrowlink{0%{tranform:none}80%{-webkit-transform:translateX(-80%) rotate(180deg);transform:translateX(-80%) rotate(180deg)}80.1%{opacity:0}80.2%{-webkit-transform:translateX(100%) rotate(180deg);transform:translateX(100%) rotate(180deg);opacity:1}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes burgerblink{0%,to{border-color:#f0ebe7}10%{border:5px solid #29e689;width:35px;height:35px}}@keyframes burgerblink{0%,to{border-color:#f0ebe7}10%{border:5px solid #29e689;width:35px;height:35px}}@-webkit-keyframes robotleft{0%,to{-webkit-transform:translateX(15px);transform:translateX(15px)}50%{-webkit-transform:rotate(2deg) translateX(15px);transform:rotate(2deg) translateX(15px)}}@keyframes robotleft{0%,to{-webkit-transform:translateX(15px);transform:translateX(15px)}50%{-webkit-transform:rotate(2deg) translateX(15px);transform:rotate(2deg) translateX(15px)}}@-webkit-keyframes robotright{0%,to{-webkit-transform:translateX(-15px);transform:translateX(-15px)}50%{-webkit-transform:rotate(-2deg) translateX(-15px);transform:rotate(-2deg) translateX(-15px)}}@keyframes robotright{0%,to{-webkit-transform:translateX(-15px);transform:translateX(-15px)}50%{-webkit-transform:rotate(-2deg) translateX(-15px);transform:rotate(-2deg) translateX(-15px)}}html{line-height:1.15;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:100%}body{background:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{box-sizing:content-box;overflow:visible;clear:both;max-width:75rem;height:0;margin:1.25rem auto}code,kbd,pre,samp{font-size:1em}pre,samp{font-family:monospace,monospace}a,small{line-height:inherit}a{background-color:transparent;color:#1779ba;text-decoration:none;cursor:pointer}abbr[title]{-webkit-text-decoration:underline dotted}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}button,input,optgroup{font-size:100%;margin:0}input,optgroup{line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}[type=reset]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{margin:0;padding:0;border:0}legend{color:inherit;display:table;white-space:normal;max-width:100%;margin-bottom:.5rem}progress{vertical-align:baseline}textarea{overflow:auto;min-height:50px}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:0}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&smalllarge=22.5em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=103.125em&largest=125em"}*,::after,::before{box-sizing:inherit}select{box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week]{border:1px solid #cacaca;border-radius:0}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}select:focus,textarea:focus{outline:0;background-color:#fefefe;box-shadow:0 0 5px #cacaca}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],select:disabled,textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;line-height:1.5;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0 0 0 0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding:.5rem 1.5rem .5rem .5rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0 ){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#f9ecea}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.form-error,.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}blockquote,dd,div,dl,dt,form,header.site .grid-container.main nav.cta ul li,header.site .grid-container.main nav.main>ul>li,li,ol,pre,td,th,ul{margin:0;padding:0}.theme8blocks-team .team-section .category-title,div#search-form-layer .wrap .title,h1,h2,h3,h4,h5,h6,p{padding:0}.form-error,p{margin-bottom:1rem}p{text-rendering:optimizeLegibility}b,em,i,strong{line-height:inherit}em,i{font-style:italic}b,strong{font-weight:700}.h1,.h2,.h3,.h4,.h5,.h6,.theme8blocks-team .team-section .category-title,div#search-form-layer .wrap .title,h1,h2,h3,h4,h5,h6{font-style:normal;text-rendering:optimizeLegibility}.h5,.h6,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;color:inherit}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,.theme8blocks-team .team-section .category-title small,div#search-form-layer .wrap .title small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem;margin-bottom:.5rem}.h2,div#search-form-layer .wrap .title,h2{font-size:1.25rem;margin-bottom:.5rem}.h3,.h4,.theme8blocks-team .team-section .category-title,h3,h4{font-size:1.1875rem;margin-bottom:.5rem}.h4,h4{font-size:1.125rem}h5{margin:0}.h5,.h6,h5,h6{line-height:1.4;margin-bottom:.5rem}.h5,h5{font-size:1.0625rem}.h5{margin-top:0}.h6,h6{font-size:1rem}h6{margin:0}.h6{margin-top:0}@media print,screen and (min-width:40em){.h1,h1{font-size:3rem}.h2,div#search-form-layer .wrap .title,h2{font-size:2.5rem}.h3,.theme8blocks-team .team-section .category-title,h3{font-size:1.9375rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a img{border:0}dl,ol,ul{list-style-position:outside;line-height:1.6;margin-bottom:1rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}.subheader,blockquote,blockquote p{line-height:1.6;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure,kbd{margin:0}kbd{padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-block,.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a}.code-inline,code{display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:22.5em){.smalllarge-text-left{text-align:left}.smalllarge-text-right{text-align:right}.smalllarge-text-center{text-align:center}.smalllarge-text-justify{text-align:justify}}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width:90em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}@media screen and (min-width:103.125em){.xxxlarge-text-left{text-align:left}.xxxlarge-text-right{text-align:right}.xxxlarge-text-center{text-align:center}.xxxlarge-text-justify{text-align:justify}}@media screen and (min-width:125em){.largest-text-left{text-align:left}.largest-text-right{text-align:right}.largest-text-center{text-align:center}.largest-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;color:#000!important;-webkit-print-color-adjust:economy;print-color-adjust:economy;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" ("attr(href)")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" ("attr(title)")"}blockquote,pre{border:1px solid #8a8a8a}thead{display:table-header-group}blockquote,img,pre,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.theme8blocks-team .team-section .category-title,div#search-form-layer .wrap .title,h2,h3,p{orphans:3;widows:3}.theme8blocks-team .team-section .category-title,div#search-form-layer .wrap .title,h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container,.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem;max-width:2400px;margin-left:auto;margin-right:auto}@media print,screen and (min-width:22.5em){.grid-container{padding-right:1.875rem;padding-left:1.875rem}}@media print,screen and (min-width:40em){.grid-container{padding-right:1.875rem;padding-left:1.875rem}}@media print,screen and (min-width:64em){.grid-container{padding-right:4.375rem;padding-left:4.375rem}}@media screen and (min-width:75em){.grid-container{padding-right:4.375rem;padding-left:4.375rem}}.grid-container.fluid{max-width:100%}@media print,screen and (min-width:22.5em){.grid-container.fluid{padding-right:1.875rem;padding-left:1.875rem}}@media print,screen and (min-width:40em){.grid-container.fluid{padding-right:1.875rem;padding-left:1.875rem}}@media print,screen and (min-width:64em){.grid-container.fluid{padding-right:4.375rem;padding-left:4.375rem}}@media screen and (min-width:75em){.grid-container.fluid{padding-right:4.375rem;padding-left:4.375rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell,.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.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-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:22.5em){.grid-x>.smalllarge-1,.grid-x>.smalllarge-10,.grid-x>.smalllarge-11,.grid-x>.smalllarge-12,.grid-x>.smalllarge-2,.grid-x>.smalllarge-3,.grid-x>.smalllarge-4,.grid-x>.smalllarge-5,.grid-x>.smalllarge-6,.grid-x>.smalllarge-7,.grid-x>.smalllarge-8,.grid-x>.smalllarge-9,.grid-x>.smalllarge-full,.grid-x>.smalllarge-shrink{flex-basis:auto}}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.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-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.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-full,.grid-x>.large-shrink{flex-basis:auto}}@media screen and (min-width:75em){.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{flex-basis:auto}}@media screen and (min-width:103.125em){.grid-x>.xxxlarge-1,.grid-x>.xxxlarge-10,.grid-x>.xxxlarge-11,.grid-x>.xxxlarge-12,.grid-x>.xxxlarge-2,.grid-x>.xxxlarge-3,.grid-x>.xxxlarge-4,.grid-x>.xxxlarge-5,.grid-x>.xxxlarge-6,.grid-x>.xxxlarge-7,.grid-x>.xxxlarge-8,.grid-x>.xxxlarge-9,.grid-x>.xxxlarge-full,.grid-x>.xxxlarge-shrink{flex-basis:auto}}@media screen and (min-width:125em){.grid-x>.largest-1,.grid-x>.largest-10,.grid-x>.largest-11,.grid-x>.largest-12,.grid-x>.largest-2,.grid-x>.largest-3,.grid-x>.largest-4,.grid-x>.largest-5,.grid-x>.largest-6,.grid-x>.largest-7,.grid-x>.largest-8,.grid-x>.largest-9,.grid-x>.largest-full,.grid-x>.largest-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.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{flex:0 0 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:22.5em){.grid-x>.smalllarge-auto{flex:1 1 0;width:auto}.grid-x>.smalllarge-1,.grid-x>.smalllarge-10,.grid-x>.smalllarge-11,.grid-x>.smalllarge-12,.grid-x>.smalllarge-2,.grid-x>.smalllarge-3,.grid-x>.smalllarge-4,.grid-x>.smalllarge-5,.grid-x>.smalllarge-6,.grid-x>.smalllarge-7,.grid-x>.smalllarge-8,.grid-x>.smalllarge-9,.grid-x>.smalllarge-shrink{flex:0 0 auto}.grid-x>.smalllarge-shrink{width:auto}.grid-x>.smalllarge-1{width:8.3333333333%}.grid-x>.smalllarge-2{width:16.6666666667%}.grid-x>.smalllarge-3{width:25%}.grid-x>.smalllarge-4{width:33.3333333333%}.grid-x>.smalllarge-5{width:41.6666666667%}.grid-x>.smalllarge-6{width:50%}.grid-x>.smalllarge-7{width:58.3333333333%}.grid-x>.smalllarge-8{width:66.6666666667%}.grid-x>.smalllarge-9{width:75%}.grid-x>.smalllarge-10{width:83.3333333333%}.grid-x>.smalllarge-11{width:91.6666666667%}.grid-x>.smalllarge-12{width:100%}}@media print,screen and (min-width:40em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.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-shrink{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:64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.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-shrink{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%}}@media screen and (min-width:75em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width:90em){.grid-x>.xxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.3333333333%}.grid-x>.xxlarge-2{width:16.6666666667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.3333333333%}.grid-x>.xxlarge-5{width:41.6666666667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.3333333333%}.grid-x>.xxlarge-8{width:66.6666666667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.3333333333%}.grid-x>.xxlarge-11{width:91.6666666667%}.grid-x>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.grid-x>.xxxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxxlarge-1,.grid-x>.xxxlarge-10,.grid-x>.xxxlarge-11,.grid-x>.xxxlarge-12,.grid-x>.xxxlarge-2,.grid-x>.xxxlarge-3,.grid-x>.xxxlarge-4,.grid-x>.xxxlarge-5,.grid-x>.xxxlarge-6,.grid-x>.xxxlarge-7,.grid-x>.xxxlarge-8,.grid-x>.xxxlarge-9,.grid-x>.xxxlarge-shrink{flex:0 0 auto}.grid-x>.xxxlarge-shrink{width:auto}.grid-x>.xxxlarge-1{width:8.3333333333%}.grid-x>.xxxlarge-2{width:16.6666666667%}.grid-x>.xxxlarge-3{width:25%}.grid-x>.xxxlarge-4{width:33.3333333333%}.grid-x>.xxxlarge-5{width:41.6666666667%}.grid-x>.xxxlarge-6{width:50%}.grid-x>.xxxlarge-7{width:58.3333333333%}.grid-x>.xxxlarge-8{width:66.6666666667%}.grid-x>.xxxlarge-9{width:75%}.grid-x>.xxxlarge-10{width:83.3333333333%}.grid-x>.xxxlarge-11{width:91.6666666667%}.grid-x>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.grid-x>.largest-auto{flex:1 1 0;width:auto}.grid-x>.largest-1,.grid-x>.largest-10,.grid-x>.largest-11,.grid-x>.largest-12,.grid-x>.largest-2,.grid-x>.largest-3,.grid-x>.largest-4,.grid-x>.largest-5,.grid-x>.largest-6,.grid-x>.largest-7,.grid-x>.largest-8,.grid-x>.largest-9,.grid-x>.largest-shrink{flex:0 0 auto}.grid-x>.largest-shrink{width:auto}.grid-x>.largest-1{width:8.3333333333%}.grid-x>.largest-2{width:16.6666666667%}.grid-x>.largest-3{width:25%}.grid-x>.largest-4{width:33.3333333333%}.grid-x>.largest-5{width:41.6666666667%}.grid-x>.largest-6{width:50%}.grid-x>.largest-7{width:58.3333333333%}.grid-x>.largest-8{width:66.6666666667%}.grid-x>.largest-9{width:75%}.grid-x>.largest-10{width:83.3333333333%}.grid-x>.largest-11{width:91.6666666667%}.grid-x>.largest-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,.grid-margin-x>.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:22.5em){.grid-margin-x>.smalllarge-auto,.grid-margin-x>.smalllarge-shrink{width:auto}.grid-margin-x>.smalllarge-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.smalllarge-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.smalllarge-3{width:calc(25% - 2.5rem)}.grid-margin-x>.smalllarge-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.smalllarge-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.smalllarge-6{width:calc(50% - 2.5rem)}.grid-margin-x>.smalllarge-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.smalllarge-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.smalllarge-9{width:calc(75% - 2.5rem)}.grid-margin-x>.smalllarge-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.smalllarge-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.smalllarge-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width:40em){.grid-margin-x>.medium-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:64em){.grid-margin-x>.large-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)}}@media screen and (min-width:75em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 2.5rem)}.grid-margin-x>.xlarge-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 2.5rem)}.grid-margin-x>.xlarge-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 2.5rem)}.grid-margin-x>.xlarge-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 2.5rem)}}@media screen and (min-width:90em){.grid-margin-x>.xxlarge-auto,.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.xxlarge-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 2.5rem)}.grid-margin-x>.xxlarge-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.xxlarge-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 2.5rem)}.grid-margin-x>.xxlarge-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.xxlarge-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 2.5rem)}.grid-margin-x>.xxlarge-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.xxlarge-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 2.5rem)}}@media screen and (min-width:103.125em){.grid-margin-x>.xxxlarge-auto,.grid-margin-x>.xxxlarge-shrink{width:auto}.grid-margin-x>.xxxlarge-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.xxxlarge-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.xxxlarge-3{width:calc(25% - 2.5rem)}.grid-margin-x>.xxxlarge-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.xxxlarge-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.xxxlarge-6{width:calc(50% - 2.5rem)}.grid-margin-x>.xxxlarge-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.xxxlarge-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.xxxlarge-9{width:calc(75% - 2.5rem)}.grid-margin-x>.xxxlarge-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.xxxlarge-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.xxxlarge-12{width:calc(100% - 2.5rem)}}@media screen and (min-width:125em){.grid-margin-x>.largest-auto,.grid-margin-x>.largest-shrink{width:auto}.grid-margin-x>.largest-1{width:calc(8.3333333333% - 2.5rem)}.grid-margin-x>.largest-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.largest-3{width:calc(25% - 2.5rem)}.grid-margin-x>.largest-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.largest-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.largest-6{width:calc(50% - 2.5rem)}.grid-margin-x>.largest-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.largest-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.largest-9{width:calc(75% - 2.5rem)}.grid-margin-x>.largest-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.largest-11{width:calc(91.6666666667% - 2.5rem)}.grid-margin-x>.largest-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}.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:22.5em){.smalllarge-up-1>.cell{width:100%}.smalllarge-up-2>.cell{width:50%}.smalllarge-up-3>.cell{width:33.3333333333%}.smalllarge-up-4>.cell{width:25%}.smalllarge-up-5>.cell{width:20%}.smalllarge-up-6>.cell{width:16.6666666667%}.smalllarge-up-7>.cell{width:14.2857142857%}.smalllarge-up-8>.cell{width:12.5%}}@media print,screen and (min-width:40em){.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:64em){.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%}}@media screen and (min-width:75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:103.125em){.xxxlarge-up-1>.cell{width:100%}.xxxlarge-up-2>.cell{width:50%}.xxxlarge-up-3>.cell{width:33.3333333333%}.xxxlarge-up-4>.cell{width:25%}.xxxlarge-up-5>.cell{width:20%}.xxxlarge-up-6>.cell{width:16.6666666667%}.xxxlarge-up-7>.cell{width:14.2857142857%}.xxxlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:125em){.largest-up-1>.cell{width:100%}.largest-up-2>.cell{width:50%}.largest-up-3>.cell{width:33.3333333333%}.largest-up-4>.cell{width:25%}.largest-up-5>.cell{width:20%}.largest-up-6>.cell{width:16.6666666667%}.largest-up-7>.cell{width:14.2857142857%}.largest-up-8>.cell{width:12.5%}}.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:22.5em){.grid-margin-x.smalllarge-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.smalllarge-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.smalllarge-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.smalllarge-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.smalllarge-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.smalllarge-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.smalllarge-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.smalllarge-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media print,screen and (min-width:40em){.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:64em){.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)}}@media screen and (min-width:75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media screen and (min-width:90em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media screen and (min-width:103.125em){.grid-margin-x.xxxlarge-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.xxxlarge-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.xxxlarge-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.xxxlarge-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.xxxlarge-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.xxxlarge-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.xxxlarge-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.xxxlarge-up-8>.cell{width:calc(12.5% - 2.5rem)}}@media screen and (min-width:125em){.grid-margin-x.largest-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.largest-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.largest-up-3>.cell{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x.largest-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.largest-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.largest-up-6>.cell{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x.largest-up-7>.cell{width:calc(14.2857142857% - 2.5rem)}.grid-margin-x.largest-up-8>.cell{width:calc(12.5% - 2.5rem)}}.small-margin-collapse,.small-margin-collapse>.cell,.small-padding-collapse{margin-right:0;margin-left:0}.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:22.5em){.small-margin-collapse>.smalllarge-1{width:8.3333333333%}.small-margin-collapse>.smalllarge-2{width:16.6666666667%}.small-margin-collapse>.smalllarge-3{width:25%}.small-margin-collapse>.smalllarge-4{width:33.3333333333%}.small-margin-collapse>.smalllarge-5{width:41.6666666667%}.small-margin-collapse>.smalllarge-6{width:50%}.small-margin-collapse>.smalllarge-7{width:58.3333333333%}.small-margin-collapse>.smalllarge-8{width:66.6666666667%}.small-margin-collapse>.smalllarge-9{width:75%}.small-margin-collapse>.smalllarge-10{width:83.3333333333%}.small-margin-collapse>.smalllarge-11{width:91.6666666667%}.small-margin-collapse>.smalllarge-12{width:100%}}@media print,screen and (min-width:40em){.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:64em){.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 screen and (min-width:75em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.small-margin-collapse>.xxxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxxlarge-3{width:25%}.small-margin-collapse>.xxxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxxlarge-6{width:50%}.small-margin-collapse>.xxxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxxlarge-9{width:75%}.small-margin-collapse>.xxxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.small-margin-collapse>.largest-1{width:8.3333333333%}.small-margin-collapse>.largest-2{width:16.6666666667%}.small-margin-collapse>.largest-3{width:25%}.small-margin-collapse>.largest-4{width:33.3333333333%}.small-margin-collapse>.largest-5{width:41.6666666667%}.small-margin-collapse>.largest-6{width:50%}.small-margin-collapse>.largest-7{width:58.3333333333%}.small-margin-collapse>.largest-8{width:66.6666666667%}.small-margin-collapse>.largest-9{width:75%}.small-margin-collapse>.largest-10{width:83.3333333333%}.small-margin-collapse>.largest-11{width:91.6666666667%}.small-margin-collapse>.largest-12{width:100%}}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:22.5em){.smalllarge-margin-collapse,.smalllarge-margin-collapse>.cell{margin-right:0;margin-left:0}.smalllarge-margin-collapse>.small-1{width:8.3333333333%}.smalllarge-margin-collapse>.small-2{width:16.6666666667%}.smalllarge-margin-collapse>.small-3{width:25%}.smalllarge-margin-collapse>.small-4{width:33.3333333333%}.smalllarge-margin-collapse>.small-5{width:41.6666666667%}.smalllarge-margin-collapse>.small-6{width:50%}.smalllarge-margin-collapse>.small-7{width:58.3333333333%}.smalllarge-margin-collapse>.small-8{width:66.6666666667%}.smalllarge-margin-collapse>.small-9{width:75%}.smalllarge-margin-collapse>.small-10{width:83.3333333333%}.smalllarge-margin-collapse>.small-11{width:91.6666666667%}.smalllarge-margin-collapse>.small-12{width:100%}.smalllarge-margin-collapse>.smalllarge-1{width:8.3333333333%}.smalllarge-margin-collapse>.smalllarge-2{width:16.6666666667%}.smalllarge-margin-collapse>.smalllarge-3{width:25%}.smalllarge-margin-collapse>.smalllarge-4{width:33.3333333333%}.smalllarge-margin-collapse>.smalllarge-5{width:41.6666666667%}.smalllarge-margin-collapse>.smalllarge-6{width:50%}.smalllarge-margin-collapse>.smalllarge-7{width:58.3333333333%}.smalllarge-margin-collapse>.smalllarge-8{width:66.6666666667%}.smalllarge-margin-collapse>.smalllarge-9{width:75%}.smalllarge-margin-collapse>.smalllarge-10{width:83.3333333333%}.smalllarge-margin-collapse>.smalllarge-11{width:91.6666666667%}.smalllarge-margin-collapse>.smalllarge-12{width:100%}}@media print,screen and (min-width:40em){.smalllarge-margin-collapse>.medium-1{width:8.3333333333%}.smalllarge-margin-collapse>.medium-2{width:16.6666666667%}.smalllarge-margin-collapse>.medium-3{width:25%}.smalllarge-margin-collapse>.medium-4{width:33.3333333333%}.smalllarge-margin-collapse>.medium-5{width:41.6666666667%}.smalllarge-margin-collapse>.medium-6{width:50%}.smalllarge-margin-collapse>.medium-7{width:58.3333333333%}.smalllarge-margin-collapse>.medium-8{width:66.6666666667%}.smalllarge-margin-collapse>.medium-9{width:75%}.smalllarge-margin-collapse>.medium-10{width:83.3333333333%}.smalllarge-margin-collapse>.medium-11{width:91.6666666667%}.smalllarge-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.smalllarge-margin-collapse>.large-1{width:8.3333333333%}.smalllarge-margin-collapse>.large-2{width:16.6666666667%}.smalllarge-margin-collapse>.large-3{width:25%}.smalllarge-margin-collapse>.large-4{width:33.3333333333%}.smalllarge-margin-collapse>.large-5{width:41.6666666667%}.smalllarge-margin-collapse>.large-6{width:50%}.smalllarge-margin-collapse>.large-7{width:58.3333333333%}.smalllarge-margin-collapse>.large-8{width:66.6666666667%}.smalllarge-margin-collapse>.large-9{width:75%}.smalllarge-margin-collapse>.large-10{width:83.3333333333%}.smalllarge-margin-collapse>.large-11{width:91.6666666667%}.smalllarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.smalllarge-margin-collapse>.xlarge-1{width:8.3333333333%}.smalllarge-margin-collapse>.xlarge-2{width:16.6666666667%}.smalllarge-margin-collapse>.xlarge-3{width:25%}.smalllarge-margin-collapse>.xlarge-4{width:33.3333333333%}.smalllarge-margin-collapse>.xlarge-5{width:41.6666666667%}.smalllarge-margin-collapse>.xlarge-6{width:50%}.smalllarge-margin-collapse>.xlarge-7{width:58.3333333333%}.smalllarge-margin-collapse>.xlarge-8{width:66.6666666667%}.smalllarge-margin-collapse>.xlarge-9{width:75%}.smalllarge-margin-collapse>.xlarge-10{width:83.3333333333%}.smalllarge-margin-collapse>.xlarge-11{width:91.6666666667%}.smalllarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.smalllarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.smalllarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.smalllarge-margin-collapse>.xxlarge-3{width:25%}.smalllarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.smalllarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.smalllarge-margin-collapse>.xxlarge-6{width:50%}.smalllarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.smalllarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.smalllarge-margin-collapse>.xxlarge-9{width:75%}.smalllarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.smalllarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.smalllarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.smalllarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.smalllarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.smalllarge-margin-collapse>.xxxlarge-3{width:25%}.smalllarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.smalllarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.smalllarge-margin-collapse>.xxxlarge-6{width:50%}.smalllarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.smalllarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.smalllarge-margin-collapse>.xxxlarge-9{width:75%}.smalllarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.smalllarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.smalllarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.smalllarge-margin-collapse>.largest-1{width:8.3333333333%}.smalllarge-margin-collapse>.largest-2{width:16.6666666667%}.smalllarge-margin-collapse>.largest-3{width:25%}.smalllarge-margin-collapse>.largest-4{width:33.3333333333%}.smalllarge-margin-collapse>.largest-5{width:41.6666666667%}.smalllarge-margin-collapse>.largest-6{width:50%}.smalllarge-margin-collapse>.largest-7{width:58.3333333333%}.smalllarge-margin-collapse>.largest-8{width:66.6666666667%}.smalllarge-margin-collapse>.largest-9{width:75%}.smalllarge-margin-collapse>.largest-10{width:83.3333333333%}.smalllarge-margin-collapse>.largest-11{width:91.6666666667%}.smalllarge-margin-collapse>.largest-12{width:100%}}@media print,screen and (min-width:22.5em){.smalllarge-padding-collapse{margin-right:0;margin-left:0}.smalllarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-right:0;margin-left:0}.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%}.medium-margin-collapse>.smalllarge-1{width:8.3333333333%}.medium-margin-collapse>.smalllarge-2{width:16.6666666667%}.medium-margin-collapse>.smalllarge-3{width:25%}.medium-margin-collapse>.smalllarge-4{width:33.3333333333%}.medium-margin-collapse>.smalllarge-5{width:41.6666666667%}.medium-margin-collapse>.smalllarge-6{width:50%}.medium-margin-collapse>.smalllarge-7{width:58.3333333333%}.medium-margin-collapse>.smalllarge-8{width:66.6666666667%}.medium-margin-collapse>.smalllarge-9{width:75%}.medium-margin-collapse>.smalllarge-10{width:83.3333333333%}.medium-margin-collapse>.smalllarge-11{width:91.6666666667%}.medium-margin-collapse>.smalllarge-12{width:100%}.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:64em){.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 screen and (min-width:75em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.medium-margin-collapse>.xxxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxxlarge-3{width:25%}.medium-margin-collapse>.xxxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxxlarge-6{width:50%}.medium-margin-collapse>.xxxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxxlarge-9{width:75%}.medium-margin-collapse>.xxxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.medium-margin-collapse>.largest-1{width:8.3333333333%}.medium-margin-collapse>.largest-2{width:16.6666666667%}.medium-margin-collapse>.largest-3{width:25%}.medium-margin-collapse>.largest-4{width:33.3333333333%}.medium-margin-collapse>.largest-5{width:41.6666666667%}.medium-margin-collapse>.largest-6{width:50%}.medium-margin-collapse>.largest-7{width:58.3333333333%}.medium-margin-collapse>.largest-8{width:66.6666666667%}.medium-margin-collapse>.largest-9{width:75%}.medium-margin-collapse>.largest-10{width:83.3333333333%}.medium-margin-collapse>.largest-11{width:91.6666666667%}.medium-margin-collapse>.largest-12{width:100%}}@media print,screen and (min-width:40em){.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:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-right:0;margin-left:0}.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%}.large-margin-collapse>.smalllarge-1{width:8.3333333333%}.large-margin-collapse>.smalllarge-2{width:16.6666666667%}.large-margin-collapse>.smalllarge-3{width:25%}.large-margin-collapse>.smalllarge-4{width:33.3333333333%}.large-margin-collapse>.smalllarge-5{width:41.6666666667%}.large-margin-collapse>.smalllarge-6{width:50%}.large-margin-collapse>.smalllarge-7{width:58.3333333333%}.large-margin-collapse>.smalllarge-8{width:66.6666666667%}.large-margin-collapse>.smalllarge-9{width:75%}.large-margin-collapse>.smalllarge-10{width:83.3333333333%}.large-margin-collapse>.smalllarge-11{width:91.6666666667%}.large-margin-collapse>.smalllarge-12{width:100%}.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%}.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 screen and (min-width:75em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.large-margin-collapse>.xxxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxxlarge-3{width:25%}.large-margin-collapse>.xxxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxxlarge-6{width:50%}.large-margin-collapse>.xxxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxxlarge-9{width:75%}.large-margin-collapse>.xxxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.large-margin-collapse>.largest-1{width:8.3333333333%}.large-margin-collapse>.largest-2{width:16.6666666667%}.large-margin-collapse>.largest-3{width:25%}.large-margin-collapse>.largest-4{width:33.3333333333%}.large-margin-collapse>.largest-5{width:41.6666666667%}.large-margin-collapse>.largest-6{width:50%}.large-margin-collapse>.largest-7{width:58.3333333333%}.large-margin-collapse>.largest-8{width:66.6666666667%}.large-margin-collapse>.largest-9{width:75%}.large-margin-collapse>.largest-10{width:83.3333333333%}.large-margin-collapse>.largest-11{width:91.6666666667%}.large-margin-collapse>.largest-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:75em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}.xlarge-margin-collapse>.smalllarge-1{width:8.3333333333%}.xlarge-margin-collapse>.smalllarge-2{width:16.6666666667%}.xlarge-margin-collapse>.smalllarge-3{width:25%}.xlarge-margin-collapse>.smalllarge-4{width:33.3333333333%}.xlarge-margin-collapse>.smalllarge-5{width:41.6666666667%}.xlarge-margin-collapse>.smalllarge-6{width:50%}.xlarge-margin-collapse>.smalllarge-7{width:58.3333333333%}.xlarge-margin-collapse>.smalllarge-8{width:66.6666666667%}.xlarge-margin-collapse>.smalllarge-9{width:75%}.xlarge-margin-collapse>.smalllarge-10{width:83.3333333333%}.xlarge-margin-collapse>.smalllarge-11{width:91.6666666667%}.xlarge-margin-collapse>.smalllarge-12{width:100%}.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.xlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.xlarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxxlarge-3{width:25%}.xlarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxxlarge-6{width:50%}.xlarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxxlarge-9{width:75%}.xlarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.xlarge-margin-collapse>.largest-1{width:8.3333333333%}.xlarge-margin-collapse>.largest-2{width:16.6666666667%}.xlarge-margin-collapse>.largest-3{width:25%}.xlarge-margin-collapse>.largest-4{width:33.3333333333%}.xlarge-margin-collapse>.largest-5{width:41.6666666667%}.xlarge-margin-collapse>.largest-6{width:50%}.xlarge-margin-collapse>.largest-7{width:58.3333333333%}.xlarge-margin-collapse>.largest-8{width:66.6666666667%}.xlarge-margin-collapse>.largest-9{width:75%}.xlarge-margin-collapse>.largest-10{width:83.3333333333%}.xlarge-margin-collapse>.largest-11{width:91.6666666667%}.xlarge-margin-collapse>.largest-12{width:100%}}@media screen and (min-width:75em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse,.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}.xxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxlarge-margin-collapse>.small-12{width:100%}.xxlarge-margin-collapse>.smalllarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.smalllarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.smalllarge-3{width:25%}.xxlarge-margin-collapse>.smalllarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.smalllarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.smalllarge-6{width:50%}.xxlarge-margin-collapse>.smalllarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.smalllarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.smalllarge-9{width:75%}.xxlarge-margin-collapse>.smalllarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.smalllarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.smalllarge-12{width:100%}.xxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxlarge-margin-collapse>.medium-12{width:100%}.xxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxlarge-margin-collapse>.large-12{width:100%}.xxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}.xxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:103.125em){.xxlarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxxlarge-3{width:25%}.xxlarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxxlarge-6{width:50%}.xxlarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxxlarge-9{width:75%}.xxlarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.xxlarge-margin-collapse>.largest-1{width:8.3333333333%}.xxlarge-margin-collapse>.largest-2{width:16.6666666667%}.xxlarge-margin-collapse>.largest-3{width:25%}.xxlarge-margin-collapse>.largest-4{width:33.3333333333%}.xxlarge-margin-collapse>.largest-5{width:41.6666666667%}.xxlarge-margin-collapse>.largest-6{width:50%}.xxlarge-margin-collapse>.largest-7{width:58.3333333333%}.xxlarge-margin-collapse>.largest-8{width:66.6666666667%}.xxlarge-margin-collapse>.largest-9{width:75%}.xxlarge-margin-collapse>.largest-10{width:83.3333333333%}.xxlarge-margin-collapse>.largest-11{width:91.6666666667%}.xxlarge-margin-collapse>.largest-12{width:100%}}@media screen and (min-width:90em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:103.125em){.xxxlarge-margin-collapse,.xxxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}.xxxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxxlarge-margin-collapse>.small-3{width:25%}.xxxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxxlarge-margin-collapse>.small-6{width:50%}.xxxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxxlarge-margin-collapse>.small-9{width:75%}.xxxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxxlarge-margin-collapse>.small-12{width:100%}.xxxlarge-margin-collapse>.smalllarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.smalllarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.smalllarge-3{width:25%}.xxxlarge-margin-collapse>.smalllarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.smalllarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.smalllarge-6{width:50%}.xxxlarge-margin-collapse>.smalllarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.smalllarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.smalllarge-9{width:75%}.xxxlarge-margin-collapse>.smalllarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.smalllarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.smalllarge-12{width:100%}.xxxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxxlarge-margin-collapse>.medium-3{width:25%}.xxxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxxlarge-margin-collapse>.medium-6{width:50%}.xxxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxxlarge-margin-collapse>.medium-9{width:75%}.xxxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxxlarge-margin-collapse>.medium-12{width:100%}.xxxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxxlarge-margin-collapse>.large-3{width:25%}.xxxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxxlarge-margin-collapse>.large-6{width:50%}.xxxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxxlarge-margin-collapse>.large-9{width:75%}.xxxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxxlarge-margin-collapse>.large-12{width:100%}.xxxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.xlarge-3{width:25%}.xxxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.xlarge-6{width:50%}.xxxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.xlarge-9{width:75%}.xxxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.xlarge-12{width:100%}.xxxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.xxlarge-3{width:25%}.xxxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.xxlarge-6{width:50%}.xxxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.xxlarge-9{width:75%}.xxxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.xxlarge-12{width:100%}.xxxlarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-3{width:25%}.xxxlarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-6{width:50%}.xxxlarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-9{width:75%}.xxxlarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:125em){.xxxlarge-margin-collapse>.largest-1{width:8.3333333333%}.xxxlarge-margin-collapse>.largest-2{width:16.6666666667%}.xxxlarge-margin-collapse>.largest-3{width:25%}.xxxlarge-margin-collapse>.largest-4{width:33.3333333333%}.xxxlarge-margin-collapse>.largest-5{width:41.6666666667%}.xxxlarge-margin-collapse>.largest-6{width:50%}.xxxlarge-margin-collapse>.largest-7{width:58.3333333333%}.xxxlarge-margin-collapse>.largest-8{width:66.6666666667%}.xxxlarge-margin-collapse>.largest-9{width:75%}.xxxlarge-margin-collapse>.largest-10{width:83.3333333333%}.xxxlarge-margin-collapse>.largest-11{width:91.6666666667%}.xxxlarge-margin-collapse>.largest-12{width:100%}}@media screen and (min-width:103.125em){.xxxlarge-padding-collapse{margin-right:0;margin-left:0}.xxxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:125em){.largest-margin-collapse,.largest-margin-collapse>.cell,.largest-padding-collapse{margin-right:0;margin-left:0}.largest-margin-collapse>.small-1{width:8.3333333333%}.largest-margin-collapse>.small-2{width:16.6666666667%}.largest-margin-collapse>.small-3{width:25%}.largest-margin-collapse>.small-4{width:33.3333333333%}.largest-margin-collapse>.small-5{width:41.6666666667%}.largest-margin-collapse>.small-6{width:50%}.largest-margin-collapse>.small-7{width:58.3333333333%}.largest-margin-collapse>.small-8{width:66.6666666667%}.largest-margin-collapse>.small-9{width:75%}.largest-margin-collapse>.small-10{width:83.3333333333%}.largest-margin-collapse>.small-11{width:91.6666666667%}.largest-margin-collapse>.small-12{width:100%}.largest-margin-collapse>.smalllarge-1{width:8.3333333333%}.largest-margin-collapse>.smalllarge-2{width:16.6666666667%}.largest-margin-collapse>.smalllarge-3{width:25%}.largest-margin-collapse>.smalllarge-4{width:33.3333333333%}.largest-margin-collapse>.smalllarge-5{width:41.6666666667%}.largest-margin-collapse>.smalllarge-6{width:50%}.largest-margin-collapse>.smalllarge-7{width:58.3333333333%}.largest-margin-collapse>.smalllarge-8{width:66.6666666667%}.largest-margin-collapse>.smalllarge-9{width:75%}.largest-margin-collapse>.smalllarge-10{width:83.3333333333%}.largest-margin-collapse>.smalllarge-11{width:91.6666666667%}.largest-margin-collapse>.smalllarge-12{width:100%}.largest-margin-collapse>.medium-1{width:8.3333333333%}.largest-margin-collapse>.medium-2{width:16.6666666667%}.largest-margin-collapse>.medium-3{width:25%}.largest-margin-collapse>.medium-4{width:33.3333333333%}.largest-margin-collapse>.medium-5{width:41.6666666667%}.largest-margin-collapse>.medium-6{width:50%}.largest-margin-collapse>.medium-7{width:58.3333333333%}.largest-margin-collapse>.medium-8{width:66.6666666667%}.largest-margin-collapse>.medium-9{width:75%}.largest-margin-collapse>.medium-10{width:83.3333333333%}.largest-margin-collapse>.medium-11{width:91.6666666667%}.largest-margin-collapse>.medium-12{width:100%}.largest-margin-collapse>.large-1{width:8.3333333333%}.largest-margin-collapse>.large-2{width:16.6666666667%}.largest-margin-collapse>.large-3{width:25%}.largest-margin-collapse>.large-4{width:33.3333333333%}.largest-margin-collapse>.large-5{width:41.6666666667%}.largest-margin-collapse>.large-6{width:50%}.largest-margin-collapse>.large-7{width:58.3333333333%}.largest-margin-collapse>.large-8{width:66.6666666667%}.largest-margin-collapse>.large-9{width:75%}.largest-margin-collapse>.large-10{width:83.3333333333%}.largest-margin-collapse>.large-11{width:91.6666666667%}.largest-margin-collapse>.large-12{width:100%}.largest-margin-collapse>.xlarge-1{width:8.3333333333%}.largest-margin-collapse>.xlarge-2{width:16.6666666667%}.largest-margin-collapse>.xlarge-3{width:25%}.largest-margin-collapse>.xlarge-4{width:33.3333333333%}.largest-margin-collapse>.xlarge-5{width:41.6666666667%}.largest-margin-collapse>.xlarge-6{width:50%}.largest-margin-collapse>.xlarge-7{width:58.3333333333%}.largest-margin-collapse>.xlarge-8{width:66.6666666667%}.largest-margin-collapse>.xlarge-9{width:75%}.largest-margin-collapse>.xlarge-10{width:83.3333333333%}.largest-margin-collapse>.xlarge-11{width:91.6666666667%}.largest-margin-collapse>.xlarge-12{width:100%}.largest-margin-collapse>.xxlarge-1{width:8.3333333333%}.largest-margin-collapse>.xxlarge-2{width:16.6666666667%}.largest-margin-collapse>.xxlarge-3{width:25%}.largest-margin-collapse>.xxlarge-4{width:33.3333333333%}.largest-margin-collapse>.xxlarge-5{width:41.6666666667%}.largest-margin-collapse>.xxlarge-6{width:50%}.largest-margin-collapse>.xxlarge-7{width:58.3333333333%}.largest-margin-collapse>.xxlarge-8{width:66.6666666667%}.largest-margin-collapse>.xxlarge-9{width:75%}.largest-margin-collapse>.xxlarge-10{width:83.3333333333%}.largest-margin-collapse>.xxlarge-11{width:91.6666666667%}.largest-margin-collapse>.xxlarge-12{width:100%}.largest-margin-collapse>.xxxlarge-1{width:8.3333333333%}.largest-margin-collapse>.xxxlarge-2{width:16.6666666667%}.largest-margin-collapse>.xxxlarge-3{width:25%}.largest-margin-collapse>.xxxlarge-4{width:33.3333333333%}.largest-margin-collapse>.xxxlarge-5{width:41.6666666667%}.largest-margin-collapse>.xxxlarge-6{width:50%}.largest-margin-collapse>.xxxlarge-7{width:58.3333333333%}.largest-margin-collapse>.xxxlarge-8{width:66.6666666667%}.largest-margin-collapse>.xxxlarge-9{width:75%}.largest-margin-collapse>.xxxlarge-10{width:83.3333333333%}.largest-margin-collapse>.xxxlarge-11{width:91.6666666667%}.largest-margin-collapse>.xxxlarge-12{width:100%}.largest-margin-collapse>.largest-1{width:8.3333333333%}.largest-margin-collapse>.largest-2{width:16.6666666667%}.largest-margin-collapse>.largest-3{width:25%}.largest-margin-collapse>.largest-4{width:33.3333333333%}.largest-margin-collapse>.largest-5{width:41.6666666667%}.largest-margin-collapse>.largest-6{width:50%}.largest-margin-collapse>.largest-7{width:58.3333333333%}.largest-margin-collapse>.largest-8{width:66.6666666667%}.largest-margin-collapse>.largest-9{width:75%}.largest-margin-collapse>.largest-10{width:83.3333333333%}.largest-margin-collapse>.largest-11{width:91.6666666667%}.largest-margin-collapse>.largest-12{width:100%}.largest-padding-collapse>.cell{padding-right:0;padding-left:0}}.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:22.5em){.smalllarge-offset-0{margin-left:0}.grid-margin-x>.smalllarge-offset-0{margin-left:calc(0 + 2.5rem/2)}.smalllarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.smalllarge-offset-1{margin-left:calc(8.3333333333% + 2.5rem/2)}.smalllarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.smalllarge-offset-2{margin-left:calc(16.6666666667% + 2.5rem/2)}.smalllarge-offset-3{margin-left:25%}.grid-margin-x>.smalllarge-offset-3{margin-left:calc(25% + 2.5rem/2)}.smalllarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.smalllarge-offset-4{margin-left:calc(33.3333333333% + 2.5rem/2)}.smalllarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.smalllarge-offset-5{margin-left:calc(41.6666666667% + 2.5rem/2)}.smalllarge-offset-6{margin-left:50%}.grid-margin-x>.smalllarge-offset-6{margin-left:calc(50% + 2.5rem/2)}.smalllarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.smalllarge-offset-7{margin-left:calc(58.3333333333% + 2.5rem/2)}.smalllarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.smalllarge-offset-8{margin-left:calc(66.6666666667% + 2.5rem/2)}.smalllarge-offset-9{margin-left:75%}.grid-margin-x>.smalllarge-offset-9{margin-left:calc(75% + 2.5rem/2)}.smalllarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.smalllarge-offset-10{margin-left:calc(83.3333333333% + 2.5rem/2)}.smalllarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.smalllarge-offset-11{margin-left:calc(91.6666666667% + 2.5rem/2)}}@media print,screen and (min-width:40em){.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:64em){.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)}}@media screen and (min-width:75em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0 + 2.5rem/2)}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.3333333333% + 2.5rem/2)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.6666666667% + 2.5rem/2)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + 2.5rem/2)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.3333333333% + 2.5rem/2)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.6666666667% + 2.5rem/2)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + 2.5rem/2)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.3333333333% + 2.5rem/2)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.6666666667% + 2.5rem/2)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + 2.5rem/2)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.3333333333% + 2.5rem/2)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.6666666667% + 2.5rem/2)}}@media screen and (min-width:90em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:calc(0 + 2.5rem/2)}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.3333333333% + 2.5rem/2)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.6666666667% + 2.5rem/2)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + 2.5rem/2)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.3333333333% + 2.5rem/2)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.6666666667% + 2.5rem/2)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + 2.5rem/2)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.3333333333% + 2.5rem/2)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.6666666667% + 2.5rem/2)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + 2.5rem/2)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.3333333333% + 2.5rem/2)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.6666666667% + 2.5rem/2)}}@media screen and (min-width:103.125em){.xxxlarge-offset-0{margin-left:0}.grid-margin-x>.xxxlarge-offset-0{margin-left:calc(0 + 2.5rem/2)}.xxxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxxlarge-offset-1{margin-left:calc(8.3333333333% + 2.5rem/2)}.xxxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxxlarge-offset-2{margin-left:calc(16.6666666667% + 2.5rem/2)}.xxxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxxlarge-offset-3{margin-left:calc(25% + 2.5rem/2)}.xxxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxxlarge-offset-4{margin-left:calc(33.3333333333% + 2.5rem/2)}.xxxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxxlarge-offset-5{margin-left:calc(41.6666666667% + 2.5rem/2)}.xxxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxxlarge-offset-6{margin-left:calc(50% + 2.5rem/2)}.xxxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxxlarge-offset-7{margin-left:calc(58.3333333333% + 2.5rem/2)}.xxxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxxlarge-offset-8{margin-left:calc(66.6666666667% + 2.5rem/2)}.xxxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxxlarge-offset-9{margin-left:calc(75% + 2.5rem/2)}.xxxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxxlarge-offset-10{margin-left:calc(83.3333333333% + 2.5rem/2)}.xxxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxxlarge-offset-11{margin-left:calc(91.6666666667% + 2.5rem/2)}}@media screen and (min-width:125em){.largest-offset-0{margin-left:0}.grid-margin-x>.largest-offset-0{margin-left:calc(0 + 2.5rem/2)}.largest-offset-1{margin-left:8.3333333333%}.grid-margin-x>.largest-offset-1{margin-left:calc(8.3333333333% + 2.5rem/2)}.largest-offset-2{margin-left:16.6666666667%}.grid-margin-x>.largest-offset-2{margin-left:calc(16.6666666667% + 2.5rem/2)}.largest-offset-3{margin-left:25%}.grid-margin-x>.largest-offset-3{margin-left:calc(25% + 2.5rem/2)}.largest-offset-4{margin-left:33.3333333333%}.grid-margin-x>.largest-offset-4{margin-left:calc(33.3333333333% + 2.5rem/2)}.largest-offset-5{margin-left:41.6666666667%}.grid-margin-x>.largest-offset-5{margin-left:calc(41.6666666667% + 2.5rem/2)}.largest-offset-6{margin-left:50%}.grid-margin-x>.largest-offset-6{margin-left:calc(50% + 2.5rem/2)}.largest-offset-7{margin-left:58.3333333333%}.grid-margin-x>.largest-offset-7{margin-left:calc(58.3333333333% + 2.5rem/2)}.largest-offset-8{margin-left:66.6666666667%}.grid-margin-x>.largest-offset-8{margin-left:calc(66.6666666667% + 2.5rem/2)}.largest-offset-9{margin-left:75%}.grid-margin-x>.largest-offset-9{margin-left:calc(75% + 2.5rem/2)}.largest-offset-10{margin-left:83.3333333333%}.grid-margin-x>.largest-offset-10{margin-left:calc(83.3333333333% + 2.5rem/2)}.largest-offset-11{margin-left:91.6666666667%}.grid-margin-x>.largest-offset-11{margin-left:calc(91.6666666667% + 2.5rem/2)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.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-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:22.5em){.grid-y>.smalllarge-1,.grid-y>.smalllarge-10,.grid-y>.smalllarge-11,.grid-y>.smalllarge-12,.grid-y>.smalllarge-2,.grid-y>.smalllarge-3,.grid-y>.smalllarge-4,.grid-y>.smalllarge-5,.grid-y>.smalllarge-6,.grid-y>.smalllarge-7,.grid-y>.smalllarge-8,.grid-y>.smalllarge-9,.grid-y>.smalllarge-full,.grid-y>.smalllarge-shrink{flex-basis:auto}}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.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-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.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-full,.grid-y>.large-shrink{flex-basis:auto}}@media screen and (min-width:75em){.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{flex-basis:auto}}@media screen and (min-width:103.125em){.grid-y>.xxxlarge-1,.grid-y>.xxxlarge-10,.grid-y>.xxxlarge-11,.grid-y>.xxxlarge-12,.grid-y>.xxxlarge-2,.grid-y>.xxxlarge-3,.grid-y>.xxxlarge-4,.grid-y>.xxxlarge-5,.grid-y>.xxxlarge-6,.grid-y>.xxxlarge-7,.grid-y>.xxxlarge-8,.grid-y>.xxxlarge-9,.grid-y>.xxxlarge-full,.grid-y>.xxxlarge-shrink{flex-basis:auto}}@media screen and (min-width:125em){.grid-y>.largest-1,.grid-y>.largest-10,.grid-y>.largest-11,.grid-y>.largest-12,.grid-y>.largest-2,.grid-y>.largest-3,.grid-y>.largest-4,.grid-y>.largest-5,.grid-y>.largest-6,.grid-y>.largest-7,.grid-y>.largest-8,.grid-y>.largest-9,.grid-y>.largest-full,.grid-y>.largest-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.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{flex:0 0 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%}.cell .grid-y.grid-frame,.grid-y>.small-12,header.site .grid-container.main a.logo.svg{height:100%}@media print,screen and (min-width:22.5em){.grid-y>.smalllarge-auto{flex:1 1 0;height:auto}.grid-y>.smalllarge-1,.grid-y>.smalllarge-10,.grid-y>.smalllarge-11,.grid-y>.smalllarge-12,.grid-y>.smalllarge-2,.grid-y>.smalllarge-3,.grid-y>.smalllarge-4,.grid-y>.smalllarge-5,.grid-y>.smalllarge-6,.grid-y>.smalllarge-7,.grid-y>.smalllarge-8,.grid-y>.smalllarge-9,.grid-y>.smalllarge-shrink{flex:0 0 auto}.grid-y>.smalllarge-shrink{height:auto}.grid-y>.smalllarge-1{height:8.3333333333%}.grid-y>.smalllarge-2{height:16.6666666667%}.grid-y>.smalllarge-3{height:25%}.grid-y>.smalllarge-4{height:33.3333333333%}.grid-y>.smalllarge-5{height:41.6666666667%}.grid-y>.smalllarge-6{height:50%}.grid-y>.smalllarge-7{height:58.3333333333%}.grid-y>.smalllarge-8{height:66.6666666667%}.grid-y>.smalllarge-9{height:75%}.grid-y>.smalllarge-10{height:83.3333333333%}.grid-y>.smalllarge-11{height:91.6666666667%}.grid-y>.smalllarge-12{height:100%}}@media print,screen and (min-width:40em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.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-shrink{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:64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.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-shrink{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%}}@media screen and (min-width:75em){.grid-y>.xlarge-auto{flex:1 1 0;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width:90em){.grid-y>.xxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.3333333333%}.grid-y>.xxlarge-2{height:16.6666666667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.3333333333%}.grid-y>.xxlarge-5{height:41.6666666667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.3333333333%}.grid-y>.xxlarge-8{height:66.6666666667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.3333333333%}.grid-y>.xxlarge-11{height:91.6666666667%}.grid-y>.xxlarge-12{height:100%}}@media screen and (min-width:103.125em){.grid-y>.xxxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxxlarge-1,.grid-y>.xxxlarge-10,.grid-y>.xxxlarge-11,.grid-y>.xxxlarge-12,.grid-y>.xxxlarge-2,.grid-y>.xxxlarge-3,.grid-y>.xxxlarge-4,.grid-y>.xxxlarge-5,.grid-y>.xxxlarge-6,.grid-y>.xxxlarge-7,.grid-y>.xxxlarge-8,.grid-y>.xxxlarge-9,.grid-y>.xxxlarge-shrink{flex:0 0 auto}.grid-y>.xxxlarge-shrink{height:auto}.grid-y>.xxxlarge-1{height:8.3333333333%}.grid-y>.xxxlarge-2{height:16.6666666667%}.grid-y>.xxxlarge-3{height:25%}.grid-y>.xxxlarge-4{height:33.3333333333%}.grid-y>.xxxlarge-5{height:41.6666666667%}.grid-y>.xxxlarge-6{height:50%}.grid-y>.xxxlarge-7{height:58.3333333333%}.grid-y>.xxxlarge-8{height:66.6666666667%}.grid-y>.xxxlarge-9{height:75%}.grid-y>.xxxlarge-10{height:83.3333333333%}.grid-y>.xxxlarge-11{height:91.6666666667%}.grid-y>.xxxlarge-12{height:100%}}@media screen and (min-width:125em){.grid-y>.largest-auto{flex:1 1 0;height:auto}.grid-y>.largest-1,.grid-y>.largest-10,.grid-y>.largest-11,.grid-y>.largest-12,.grid-y>.largest-2,.grid-y>.largest-3,.grid-y>.largest-4,.grid-y>.largest-5,.grid-y>.largest-6,.grid-y>.largest-7,.grid-y>.largest-8,.grid-y>.largest-9,.grid-y>.largest-shrink{flex:0 0 auto}.grid-y>.largest-shrink{height:auto}.grid-y>.largest-1{height:8.3333333333%}.grid-y>.largest-2{height:16.6666666667%}.grid-y>.largest-3{height:25%}.grid-y>.largest-4{height:33.3333333333%}.grid-y>.largest-5{height:41.6666666667%}.grid-y>.largest-6{height:50%}.grid-y>.largest-7{height:58.3333333333%}.grid-y>.largest-8{height:66.6666666667%}.grid-y>.largest-9{height:75%}.grid-y>.largest-10{height:83.3333333333%}.grid-y>.largest-11{height:91.6666666667%}.grid-y>.largest-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}@media print,screen and (min-width:22.5em){.grid-margin-y>.smalllarge-auto,.grid-margin-y>.smalllarge-shrink{height:auto}.grid-margin-y>.smalllarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.smalllarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.smalllarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.smalllarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:40em){.grid-margin-y>.medium-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:64em){.grid-margin-y>.large-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)}}@media screen and (min-width:75em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 2.5rem)}}@media screen and (min-width:90em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xxlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xxlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xxlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 2.5rem)}}@media screen and (min-width:103.125em){.grid-margin-y>.xxxlarge-auto,.grid-margin-y>.xxxlarge-shrink{height:auto}.grid-margin-y>.xxxlarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xxxlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xxxlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xxxlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-12{height:calc(100% - 2.5rem)}}@media screen and (min-width:125em){.grid-margin-y>.largest-auto,.grid-margin-y>.largest-shrink{height:auto}.grid-margin-y>.largest-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.largest-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.largest-3{height:calc(25% - 2.5rem)}.grid-margin-y>.largest-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.largest-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.largest-6{height:calc(50% - 2.5rem)}.grid-margin-y>.largest-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.largest-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.largest-9{height:calc(75% - 2.5rem)}.grid-margin-y>.largest-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.largest-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.largest-12{height:calc(100% - 2.5rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame,table{width:100%}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block{overflow-x:auto;max-width:100%}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width:22.5em){.smalllarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .smalllarge-grid-frame{width:100%}.smalllarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.smalllarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.smalllarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.smalllarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:75em){.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:90em){.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:103.125em){.xxxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxxlarge-grid-frame{width:100%}.xxxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xxxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxxlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:125em){.largest-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .largest-grid-frame{width:100%}.largest-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.largest-cell-block-container{display:flex;flex-direction:column;max-height:100%}.largest-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.largest-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}@media print,screen and (min-width:22.5em){.grid-y.smalllarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:75em){.grid-y.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:90em){.grid-y.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:103.125em){.grid-y.xxxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:125em){.grid-y.largest-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width:22.5em){.cell .grid-y.smalllarge-grid-frame{height:100%}}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:75em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xxlarge-grid-frame{height:100%}}@media screen and (min-width:103.125em){.cell .grid-y.xxxlarge-grid-frame{height:100%}}@media screen and (min-width:125em){.cell .grid-y.largest-grid-frame{height:100%}}.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,.grid-margin-y>.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:22.5em){.grid-margin-y>.smalllarge-auto,.grid-margin-y>.smalllarge-shrink{height:auto}.grid-margin-y>.smalllarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.smalllarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.smalllarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.smalllarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.smalllarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.smalllarge-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width:40em){.grid-margin-y>.medium-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:64em){.grid-margin-y>.large-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)}}@media screen and (min-width:75em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 2.5rem)}}@media screen and (min-width:90em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xxlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xxlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xxlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xxlarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 2.5rem)}}@media screen and (min-width:103.125em){.grid-margin-y>.xxxlarge-auto,.grid-margin-y>.xxxlarge-shrink{height:auto}.grid-margin-y>.xxxlarge-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xxxlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xxxlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xxxlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xxxlarge-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.xxxlarge-12{height:calc(100% - 2.5rem)}}@media screen and (min-width:125em){.grid-margin-y>.largest-auto,.grid-margin-y>.largest-shrink{height:auto}.grid-margin-y>.largest-1{height:calc(8.3333333333% - 2.5rem)}.grid-margin-y>.largest-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.largest-3{height:calc(25% - 2.5rem)}.grid-margin-y>.largest-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.largest-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.largest-6{height:calc(50% - 2.5rem)}.grid-margin-y>.largest-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.largest-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.largest-9{height:calc(75% - 2.5rem)}.grid-margin-y>.largest-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.largest-11{height:calc(91.6666666667% - 2.5rem)}.grid-margin-y>.largest-12{height:calc(100% - 2.5rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 2.5rem)}@media print,screen and (min-width:22.5em){.grid-margin-y.smalllarge-grid-frame{height:calc(100vh + 2.5rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 2.5rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 2.5rem)}}@media screen and (min-width:75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 2.5rem)}}@media screen and (min-width:90em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 2.5rem)}}@media screen and (min-width:103.125em){.grid-margin-y.xxxlarge-grid-frame{height:calc(100vh + 2.5rem)}}@media screen and (min-width:125em){.grid-margin-y.largest-grid-frame{height:calc(100vh + 2.5rem)}}table{border-collapse:collapse;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}caption{font-weight:700}tfoot,thead{color:#0a0a0a}thead{background:#f8f8f8}tfoot{background:#f1f1f1}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}caption,tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media print,screen and (max-width:63.99875em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:" ";flex-basis:0;order:1}.clearfix::after{clear:both}.align-left,.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right,.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center,.align-center.vertical.menu>li>a{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:22.5em){.smalllarge-order-1{order:1}.smalllarge-order-2{order:2}.smalllarge-order-3{order:3}.smalllarge-order-4{order:4}.smalllarge-order-5{order:5}.smalllarge-order-6{order:6}}@media print,screen and (min-width:40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width:75em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width:90em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}@media screen and (min-width:103.125em){.xxxlarge-order-1{order:1}.xxxlarge-order-2{order:2}.xxxlarge-order-3{order:3}.xxxlarge-order-4{order:4}.xxxlarge-order-5{order:5}.xxxlarge-order-6{order:6}}@media screen and (min-width:125em){.largest-order-1{order:1}.largest-order-2{order:2}.largest-order-3{order:3}.largest-order-4{order:4}.largest-order-5{order:5}.largest-order-6{order:6}}.flex-container,header.site .grid-container.main nav.main{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row,div#nav-layer .wrap .language-links .wpml-ls ul{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:22.5em){.smalllarge-flex-container{display:flex}.smalllarge-flex-child-auto{flex:1 1 auto}.smalllarge-flex-child-grow{flex:1 0 auto}.smalllarge-flex-child-shrink{flex:0 1 auto}.smalllarge-flex-dir-row{flex-direction:row}.smalllarge-flex-dir-row-reverse{flex-direction:row-reverse}.smalllarge-flex-dir-column{flex-direction:column}.smalllarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:75em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:103.125em){.xxxlarge-flex-container{display:flex}.xxxlarge-flex-child-auto{flex:1 1 auto}.xxxlarge-flex-child-grow{flex:1 0 auto}.xxxlarge-flex-child-shrink{flex:0 1 auto}.xxxlarge-flex-dir-row{flex-direction:row}.xxxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxxlarge-flex-dir-column{flex-direction:column}.xxxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:125em){.largest-flex-container{display:flex}.largest-flex-child-auto{flex:1 1 auto}.largest-flex-child-grow{flex:1 0 auto}.largest-flex-child-shrink{flex:0 1 auto}.largest-flex-dir-row{flex-direction:row}.largest-flex-dir-row-reverse{flex-direction:row-reverse}.largest-flex-dir-column{flex-direction:column}.largest-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:22.49875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:22.5em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:22.5em){.hide-for-smalllarge{display:none!important}}@media screen and (max-width:22.49875em){.show-for-smalllarge{display:none!important}}@media print,screen and (min-width:22.5em) and (max-width:39.99875em){.hide-for-smalllarge-only{display:none!important}}@media screen and (max-width:22.49875em),screen and (min-width:40em){.show-for-smalllarge-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}@media screen and (min-width:75em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:74.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:75em) and (max-width:89.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:74.99875em),screen and (min-width:90em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:90em) and (max-width:103.12375em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:89.99875em),screen and (min-width:103.125em){.show-for-xxlarge-only{display:none!important}}@media screen and (min-width:103.125em){.hide-for-xxxlarge{display:none!important}}@media screen and (max-width:103.12375em){.show-for-xxxlarge{display:none!important}}@media screen and (min-width:103.125em) and (max-width:124.99875em){.hide-for-xxxlarge-only{display:none!important}}@media screen and (max-width:103.12375em),screen and (min-width:125em){.show-for-xxxlarge-only{display:none!important}}@media screen and (min-width:125em){.hide-for-largest{display:none!important}}@media screen and (max-width:124.99875em){.show-for-largest{display:none!important}}@media screen and (min-width:125em){.hide-for-largest-only{display:none!important}}@media screen and (max-width:124.99875em){.show-for-largest-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode,.is-stuck .show-for-sticky{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.is-stuck .hide-for-sticky,.show-for-sticky{display:none}.block-editor-rich-text__editable.wp-block-button__link:focus,.button:focus,.wp-block-buttons .wp-block-button a.wp-block-button__link:focus,a.button:focus,button[type=submit]:focus,input[type=submit]:focus{text-decoration:none}.block-editor-rich-text__editable.wp-block-button__link,.block-editor-rich-text__editable.wp-block-button__link.hollow,.button,.button.hollow,.is-style-outline .block-editor-rich-text__editable.wp-block-button__link,.is-style-outline .button,.is-style-outline .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-style-outline a.button,.is-style-outline button[type=submit],.is-style-outline input[type=submit],.wp-block-buttons .wp-block-button a.wp-block-button__link,.wp-block-buttons .wp-block-button a.wp-block-button__link.hollow,a.button,a.button.hollow,button[type=submit],button[type=submit].hollow,input[type=submit],input[type=submit].hollow{position:relative;display:inline-flex;justify-content:center;align-items:center;min-width:100px;min-height:28px;font-size:15px;font-weight:400;color:#006e66;background:0 0;border:1px solid #006e66;border-radius:50px;padding:0 20px 2px;line-height:1;transition:background .5s,color .4s,border .5s,opacity .3s,transform .6s cubic-bezier(.34,1.56,.64,1);transition:background .5s,color .4s,border .5s,opacity .3s,transform .6s cubic-bezier(.34,1.56,.64,1),-webkit-transform .6s cubic-bezier(.34,1.56,.64,1);cursor:pointer;text-decoration:none}.block-editor-rich-text__editable.wp-block-button__link.hollow.hover,.block-editor-rich-text__editable.wp-block-button__link.hollow:hover,.block-editor-rich-text__editable.wp-block-button__link.hover,.block-editor-rich-text__editable.wp-block-button__link:hover,.button.hollow.hover,.button.hollow:hover,.button.hover,.button:hover,.is-style-outline .block-editor-rich-text__editable.wp-block-button__link.hover,.is-style-outline .block-editor-rich-text__editable.wp-block-button__link:hover,.is-style-outline .button.hover,.is-style-outline .button:hover,.is-style-outline .wp-block-buttons .wp-block-button a.wp-block-button__link.hover,.is-style-outline .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.is-style-outline a.button.hover,.is-style-outline a.button:hover,.is-style-outline button[type=submit].hover,.is-style-outline button[type=submit]:hover,.is-style-outline input[type=submit].hover,.is-style-outline input[type=submit]:hover,.wp-block-buttons .wp-block-button a.wp-block-button__link.hollow.hover,.wp-block-buttons .wp-block-button a.wp-block-button__link.hollow:hover,.wp-block-buttons .wp-block-button a.wp-block-button__link.hover,.wp-block-buttons .wp-block-button a.wp-block-button__link:hover,a.button.hollow.hover,a.button.hollow:hover,a.button.hover,a.button:hover,button[type=submit].hollow.hover,button[type=submit].hollow:hover,button[type=submit].hover,button[type=submit]:hover,input[type=submit].hollow.hover,input[type=submit].hollow:hover,input[type=submit].hover,input[type=submit]:hover{color:#006e66;background:0 0;border-color:#29e689;-webkit-transform:translateX(2px);transform:translateX(2px)}.block-editor-rich-text__editable.wp-block-button__link.hollow:active,.block-editor-rich-text__editable.wp-block-button__link:active,.button.hollow:active,.button:active,.is-style-outline .block-editor-rich-text__editable.wp-block-button__link:active,.is-style-outline .button:active,.is-style-outline .wp-block-buttons .wp-block-button a.wp-block-button__link:active,.is-style-outline a.button:active,.is-style-outline button[type=submit]:active,.is-style-outline input[type=submit]:active,.wp-block-buttons .wp-block-button a.wp-block-button__link.hollow:active,.wp-block-buttons .wp-block-button a.wp-block-button__link:active,a.button.hollow:active,a.button:active,button[type=submit].hollow:active,button[type=submit]:active,input[type=submit].hollow:active,input[type=submit]:active{text-decoration:none}@font-face{ font-family:"Aeonik";src:url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-Regular.woff2)format("woff2"),url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap }@font-face{ font-family:"Aeonik";src:url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-RegularItalic.woff2)format("woff2"),url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-RegularItalic.woff)format("woff");font-weight:400;font-style:italic;font-display:swap }@font-face{ font-family:"Aeonik";src:url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-Bold.woff2)format("woff2"),url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap }@font-face{ font-family:"Aeonik";src:url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-BoldItalic.woff2)format("woff2"),url(/wp-content/themes/patentgruppen/fonts/woff/Aeonik-BoldItalic.woff)format("woff");font-weight:700;font-style:italic;font-display:swap }body{color:#006e66}body,p{font-family:"Aeonik",sans-serif;font-size:15px;font-weight:400;line-height:1.2;font-style:normal}@media screen and (min-width:75em){body,p{font-size:17px}}@media screen and (min-width:90em){body,p{font-size:20px}}@media screen and (min-width:125em){body,p{font-size:25px}}p{color:#006e66;margin:0 0 15px}@media print,screen and (min-width:64em){p{margin:0 0 20px}}@media screen and (min-width:103.125em){p{margin:0 0 20px}}a,a:active,a:focus{color:#006e66;outline:0;text-decoration:underline;font-weight:400;transition:color .3s,opacity .3s,text-decoration .5s;transition:color .3s,opacity .3s,text-decoration .5s,-webkit-text-decoration .5s}a:active:hover,a:focus:hover,a:hover{color:#006e66;text-decoration-color:#29e689}.h1,.h2,h1,h2{margin:0 0 20px}.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-family:"Aeonik",sans-serif;font-size:25px;font-weight:400;color:#006e66;line-height:1.2}.h1.page-title,.h2.page-title,div#search-form-layer .wrap .page-title.title,h1.page-title,h2.page-title{font-size:30px}@media print,screen and (min-width:64em){.h1.page-title,.h2.page-title,div#search-form-layer .wrap .page-title.title,h1.page-title,h2.page-title{font-size:50px}}@media screen and (min-width:75em){.h1.page-title,.h2.page-title,div#search-form-layer .wrap .page-title.title,h1.page-title,h2.page-title{font-size:55px}}@media screen and (min-width:90em){.h1.page-title,.h2.page-title,div#search-form-layer .wrap .page-title.title,h1.page-title,h2.page-title{font-size:60px}}@media print,screen and (min-width:40em){.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-size:35px}}@media print,screen and (min-width:64em){.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-size:45px}}@media screen and (min-width:75em){.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-size:60px}}@media screen and (min-width:90em){.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-size:65px}}@media screen and (min-width:103.125em){.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-size:70px}}@media screen and (min-width:125em){.h1,.h2,div#search-form-layer .wrap .title,h1,h2{font-size:80px}}.h3,h3{margin:0 0 15px}.h3,.theme8blocks-team .team-section .category-title,h3{font-family:"Aeonik",sans-serif;font-size:20px;font-weight:400;color:#006e66;line-height:1.2}@media print,screen and (min-width:40em){.h3,.theme8blocks-team .team-section .category-title,h3{font-size:24px}}@media print,screen and (min-width:64em){.h3,.theme8blocks-team .team-section .category-title,h3{font-size:26px}}@media screen and (min-width:75em){.h3,.theme8blocks-team .team-section .category-title,h3{font-size:30px;margin:0 0 25px}}@media screen and (min-width:90em){.h3,.theme8blocks-team .team-section .category-title,h3{font-size:32px}}@media screen and (min-width:103.125em){.h3,.theme8blocks-team .team-section .category-title,h3{font-size:35px}}.h4,h4{font-family:"Aeonik",sans-serif;font-size:17px;margin:0 0 15px;font-weight:400;color:#006e66;line-height:1.2}@media screen and (min-width:75em){.h4,h4{margin:0 0 25px}}.theme8blocks-team .team-section .category-title b,.theme8blocks-team .team-section .category-title em,.theme8blocks-team .team-section .category-title i,.theme8blocks-team .team-section .category-title strong,div#search-form-layer .wrap .title b,div#search-form-layer .wrap .title em,div#search-form-layer .wrap .title i,div#search-form-layer .wrap .title strong,h1 b,h1 em,h1 i,h1 strong,h2 b,h2 em,h2 i,h2 strong,h3 b,h3 em,h3 i,h3 strong,h4 b,h4 em,h4 i,h4 strong{font-weight:400;font-style:normal;color:#29e689}.explainer{color:#29e689;font-weight:700;font-size:1.2em;line-height:1.2}@media screen and (min-width:75em){.explainer{font-size:1.4em}}.text ul{margin:40px 0;padding:0;list-style:none}.text ul li{line-height:1.2;margin:0 0 25px}.text ul li:before{content:"—";line-height:1.1;font-weight:700;display:block}@media screen and (min-width:75em){.text ul li{margin:0 0 30px}.text ul{margin:70px 0}}.text .theme8blocks-team .team-section .category-title,.text h3,.text h4,.theme8blocks-team .team-section .text .category-title{margin:0;font-weight:700;font-size:15px;line-height:1.2}@media screen and (min-width:75em){.text .theme8blocks-team .team-section .category-title,.text h3,.text h4,.theme8blocks-team .team-section .text .category-title{font-size:17px}}@media screen and (min-width:90em){.text .theme8blocks-team .team-section .category-title,.text h3,.text h4,.theme8blocks-team .team-section .text .category-title{font-size:20px}}@media screen and (min-width:125em){.text .theme8blocks-team .team-section .category-title,.text h3,.text h4,.theme8blocks-team .team-section .text .category-title{font-size:25px}}.cp-lightest{background:#fff}.cp-lightest,.cp-lightest .pre-title,.cp-lightest .sub-title,.cp-lightest .theme8blocks-team .team-section .category-title,.cp-lightest a,.cp-lightest a:active,.cp-lightest a:active:hover,.cp-lightest a:hover,.cp-lightest a:visited,.cp-lightest a:visited:hover,.cp-lightest blockquote,.cp-lightest div#search-form-layer .wrap .title,.cp-lightest h1,.cp-lightest h2,.cp-lightest h3,.cp-lightest h4,.cp-lightest h5,.cp-lightest label,.cp-lightest p,.theme8blocks-team .team-section .cp-lightest .category-title,div#search-form-layer .wrap .cp-lightest .title{color:#006e66}.cp-lightest .block-editor-rich-text__editable.wp-block-button__link,.cp-lightest .button,.cp-lightest .wp-block-buttons .wp-block-button a.wp-block-button__link,.cp-lightest a.button,.cp-lightest a.button:active,.cp-lightest a.button:focus,.cp-lightest button[type=submit],.cp-lightest input[type=submit]{background:0 0;color:#006e66;border-color:#006e66}.cp-lightest .block-editor-rich-text__editable.wp-block-button__link:hover,.cp-lightest .button:hover,.cp-lightest .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.cp-lightest a.button:active:hover,.cp-lightest a.button:focus:hover,.cp-lightest a.button:hover,.cp-lightest button[type=submit]:hover,.cp-lightest input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-lightest .block-editor-rich-text__editable.wp-block-button__link.hollow,.cp-lightest .button.hollow,.cp-lightest .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow,.cp-lightest a.button.hollow,.cp-lightest a.button:active.hollow,.cp-lightest a.button:focus.hollow,.cp-lightest button[type=submit].hollow,.cp-lightest input[type=submit].hollow,.is-style-outline .cp-lightest .block-editor-rich-text__editable.wp-block-button__link,.is-style-outline .cp-lightest .button,.is-style-outline .cp-lightest .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-style-outline .cp-lightest a.button,.is-style-outline .cp-lightest a.button:active,.is-style-outline .cp-lightest a.button:focus,.is-style-outline .cp-lightest button[type=submit],.is-style-outline .cp-lightest input[type=submit]{border-color:transparent;color:transparent}.cp-lightest .block-editor-rich-text__editable.wp-block-button__link.hollow:hover,.cp-lightest .button.hollow:hover,.cp-lightest .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow:hover,.cp-lightest a.button.hollow:hover,.cp-lightest a.button:active.hollow:hover,.cp-lightest a.button:focus.hollow:hover,.cp-lightest button[type=submit].hollow:hover,.cp-lightest input[type=submit].hollow:hover,.is-style-outline .cp-lightest .block-editor-rich-text__editable.wp-block-button__link:hover,.is-style-outline .cp-lightest .button:hover,.is-style-outline .cp-lightest .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.is-style-outline .cp-lightest a.button:active:hover,.is-style-outline .cp-lightest a.button:focus:hover,.is-style-outline .cp-lightest a.button:hover,.is-style-outline .cp-lightest button[type=submit]:hover,.is-style-outline .cp-lightest input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-lightest .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{background:0 0;color:transparent}.cp-lightest .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-lightest .background:after,.cp-lightest .overlay:after,.cp-lightest .swiper-pagination span{background:#006e66}.cp-light-grey,.cp-lightest.collage .collage-element,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content{background:#f4f4f4}.cp-lightest .swiper-button-next,.cp-lightest .swiper-button-prev,.cp-lightest.collage .collage-element,.cp-lightest.collage .collage-element .theme8blocks-team .team-section .category-title,.cp-lightest.collage .collage-element div#search-form-layer .wrap .title,.cp-lightest.collage .collage-element h1,.cp-lightest.collage .collage-element h2,.cp-lightest.collage .collage-element h3,.cp-lightest.collage .collage-element p,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .category-title,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h1,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h2,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h3,.cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content p,.theme8blocks-team .team-section .cp-lightest.collage .collage-element .category-title,.theme8blocks-team .team-section .cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .category-title,div#search-form-layer .wrap .cp-lightest.collage .collage-element .title,div#search-form-layer .wrap .cp-lightest.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .title{color:#006e66}.cp-lightest.theme8blocks-slider .swiper-slide,body.page-color-profile-light{background:#fff}.cp-base-green .swiper-pagination span.swiper-pagination-bullet-active,.cp-darker-green .swiper-pagination span.swiper-pagination-bullet-active,.cp-darkest-green .swiper-pagination span.swiper-pagination-bullet-active,.cp-lightest .swiper-pagination span.swiper-pagination-bullet-active{background:#29e689}.cp-light-grey.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a .label,.cp-lightest.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a .label,.cp-sand.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a .label{border:2px solid #006e66;color:#006e66}.cp-light-grey.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a.current .label,.cp-light-grey.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a:hover .label,.cp-lightest.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a.current .label,.cp-lightest.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a:hover .label{background-color:#006e66;color:#f4f4f4}svg.section-divider.cp-lightest{background:0 0;fill:#fff}.cp-light-grey .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link,.cp-sand .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{background:0 0}.cp-light-grey.theme8blocks-slider .swiper-slide{background:#f4f4f4}svg.section-divider.cp-light-grey{background:0 0;fill:#f4f4f4}.cp-base-green .swiper-pagination span,.cp-darker-green .swiper-pagination span,.cp-darkest-green .swiper-pagination span,.cp-sand,.cp-sand.theme8blocks-slider .swiper-slide{background:#f0ebe7}.cp-sand.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a.current .label,.cp-sand.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a:hover .label{background-color:#006e66;color:#f0ebe7}svg.section-divider.cp-sand{background:0 0;fill:#f0ebe7}.cp-base-green{background:#006e66;color:#f0ebe7}.cp-base-green .pre-title,.cp-base-green .sub-title,.cp-base-green .theme8blocks-team .team-section .category-title,.cp-base-green a,.cp-base-green a:active,.cp-base-green a:active:hover,.cp-base-green a:hover,.cp-base-green a:visited,.cp-base-green a:visited:hover,.cp-base-green blockquote,.cp-base-green div#search-form-layer .wrap .title,.cp-base-green h1,.cp-base-green h2,.cp-base-green h3,.cp-base-green h4,.cp-base-green h5,.cp-base-green label,.cp-base-green p,.theme8blocks-team .team-section .cp-base-green .category-title,div#search-form-layer .wrap .cp-base-green .title{color:#f0ebe7}.cp-base-green .block-editor-rich-text__editable.wp-block-button__link,.cp-base-green .button,.cp-base-green .wp-block-buttons .wp-block-button a.wp-block-button__link,.cp-base-green a.button,.cp-base-green a.button:active,.cp-base-green a.button:focus,.cp-base-green button[type=submit],.cp-base-green input[type=submit]{background:0 0;color:#f0ebe7;border-color:#f0ebe7}.cp-base-green .block-editor-rich-text__editable.wp-block-button__link:hover,.cp-base-green .button:hover,.cp-base-green .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.cp-base-green a.button:active:hover,.cp-base-green a.button:focus:hover,.cp-base-green a.button:hover,.cp-base-green button[type=submit]:hover,.cp-base-green input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-base-green .block-editor-rich-text__editable.wp-block-button__link.hollow,.cp-base-green .button.hollow,.cp-base-green .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow,.cp-base-green a.button.hollow,.cp-base-green a.button:active.hollow,.cp-base-green a.button:focus.hollow,.cp-base-green button[type=submit].hollow,.cp-base-green input[type=submit].hollow,.is-style-outline .cp-base-green .block-editor-rich-text__editable.wp-block-button__link,.is-style-outline .cp-base-green .button,.is-style-outline .cp-base-green .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-style-outline .cp-base-green a.button,.is-style-outline .cp-base-green a.button:active,.is-style-outline .cp-base-green a.button:focus,.is-style-outline .cp-base-green button[type=submit],.is-style-outline .cp-base-green input[type=submit]{border-color:transparent;color:transparent}.cp-base-green .block-editor-rich-text__editable.wp-block-button__link.hollow:hover,.cp-base-green .button.hollow:hover,.cp-base-green .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow:hover,.cp-base-green a.button.hollow:hover,.cp-base-green a.button:active.hollow:hover,.cp-base-green a.button:focus.hollow:hover,.cp-base-green button[type=submit].hollow:hover,.cp-base-green input[type=submit].hollow:hover,.is-style-outline .cp-base-green .block-editor-rich-text__editable.wp-block-button__link:hover,.is-style-outline .cp-base-green .button:hover,.is-style-outline .cp-base-green .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.is-style-outline .cp-base-green a.button:active:hover,.is-style-outline .cp-base-green a.button:focus:hover,.is-style-outline .cp-base-green a.button:hover,.is-style-outline .cp-base-green button[type=submit]:hover,.is-style-outline .cp-base-green input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-base-green .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{background:0 0;color:transparent}.cp-base-green .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-base-green .background:after,.cp-base-green .overlay:after,.cp-base-green.collage .collage-element,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content{background:#004644}.cp-base-green .swiper-button-next,.cp-base-green .swiper-button-prev,.cp-base-green.collage .collage-element,.cp-base-green.collage .collage-element .theme8blocks-team .team-section .category-title,.cp-base-green.collage .collage-element div#search-form-layer .wrap .title,.cp-base-green.collage .collage-element h1,.cp-base-green.collage .collage-element h2,.cp-base-green.collage .collage-element h3,.cp-base-green.collage .collage-element p,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .category-title,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h1,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h2,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h3,.cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content p,.theme8blocks-team .team-section .cp-base-green.collage .collage-element .category-title,.theme8blocks-team .team-section .cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .category-title,div#search-form-layer .wrap .cp-base-green.collage .collage-element .title,div#search-form-layer .wrap .cp-base-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .title{color:#f0ebe7}.cp-base-green.theme8blocks-slider .swiper-slide,.cp-darker-green .background:after,.cp-darker-green .overlay:after,.cp-darkest-green .background:after,.cp-darkest-green .overlay:after{background:#006e66}.cp-base-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a .label,.cp-darker-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a .label,.cp-darkest-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a .label{border:2px solid #f0ebe7;color:#f0ebe7}.cp-base-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a.current .label,.cp-base-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a:hover .label{background-color:#f0ebe7;color:#006e66}svg.section-divider.cp-base-green{background:0 0;fill:#006e66}.cp-darker-green{background:#165d5c;color:#f0ebe7}.cp-darker-green .pre-title,.cp-darker-green .sub-title,.cp-darker-green .theme8blocks-team .team-section .category-title,.cp-darker-green a,.cp-darker-green a:active,.cp-darker-green a:active:hover,.cp-darker-green a:hover,.cp-darker-green a:visited,.cp-darker-green a:visited:hover,.cp-darker-green blockquote,.cp-darker-green div#search-form-layer .wrap .title,.cp-darker-green h1,.cp-darker-green h2,.cp-darker-green h3,.cp-darker-green h4,.cp-darker-green h5,.cp-darker-green label,.cp-darker-green p,.theme8blocks-team .team-section .cp-darker-green .category-title,div#search-form-layer .wrap .cp-darker-green .title{color:#f0ebe7}.cp-darker-green .block-editor-rich-text__editable.wp-block-button__link,.cp-darker-green .button,.cp-darker-green .wp-block-buttons .wp-block-button a.wp-block-button__link,.cp-darker-green a.button,.cp-darker-green a.button:active,.cp-darker-green a.button:focus,.cp-darker-green button[type=submit],.cp-darker-green input[type=submit]{background:0 0;color:#f0ebe7;border-color:#f0ebe7}.cp-darker-green .block-editor-rich-text__editable.wp-block-button__link:hover,.cp-darker-green .button:hover,.cp-darker-green .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.cp-darker-green a.button:active:hover,.cp-darker-green a.button:focus:hover,.cp-darker-green a.button:hover,.cp-darker-green button[type=submit]:hover,.cp-darker-green input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-darker-green .block-editor-rich-text__editable.wp-block-button__link.hollow,.cp-darker-green .button.hollow,.cp-darker-green .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow,.cp-darker-green a.button.hollow,.cp-darker-green a.button:active.hollow,.cp-darker-green a.button:focus.hollow,.cp-darker-green button[type=submit].hollow,.cp-darker-green input[type=submit].hollow,.is-style-outline .cp-darker-green .block-editor-rich-text__editable.wp-block-button__link,.is-style-outline .cp-darker-green .button,.is-style-outline .cp-darker-green .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-style-outline .cp-darker-green a.button,.is-style-outline .cp-darker-green a.button:active,.is-style-outline .cp-darker-green a.button:focus,.is-style-outline .cp-darker-green button[type=submit],.is-style-outline .cp-darker-green input[type=submit]{border-color:transparent;color:transparent}.cp-darker-green .block-editor-rich-text__editable.wp-block-button__link.hollow:hover,.cp-darker-green .button.hollow:hover,.cp-darker-green .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow:hover,.cp-darker-green a.button.hollow:hover,.cp-darker-green a.button:active.hollow:hover,.cp-darker-green a.button:focus.hollow:hover,.cp-darker-green button[type=submit].hollow:hover,.cp-darker-green input[type=submit].hollow:hover,.is-style-outline .cp-darker-green .block-editor-rich-text__editable.wp-block-button__link:hover,.is-style-outline .cp-darker-green .button:hover,.is-style-outline .cp-darker-green .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.is-style-outline .cp-darker-green a.button:active:hover,.is-style-outline .cp-darker-green a.button:focus:hover,.is-style-outline .cp-darker-green a.button:hover,.is-style-outline .cp-darker-green button[type=submit]:hover,.is-style-outline .cp-darker-green input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-darker-green .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{background:0 0;color:transparent}.cp-darker-green .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-darker-green.collage .collage-element,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content,.cp-darkest-green{background:#004644}.cp-darker-green .swiper-button-next,.cp-darker-green .swiper-button-prev,.cp-darker-green.collage .collage-element,.cp-darker-green.collage .collage-element .theme8blocks-team .team-section .category-title,.cp-darker-green.collage .collage-element div#search-form-layer .wrap .title,.cp-darker-green.collage .collage-element h1,.cp-darker-green.collage .collage-element h2,.cp-darker-green.collage .collage-element h3,.cp-darker-green.collage .collage-element p,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .category-title,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h1,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h2,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h3,.cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content p,.theme8blocks-team .team-section .cp-darker-green.collage .collage-element .category-title,.theme8blocks-team .team-section .cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .category-title,div#search-form-layer .wrap .cp-darker-green.collage .collage-element .title,div#search-form-layer .wrap .cp-darker-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .title{color:#f0ebe7}.cp-darker-green.theme8blocks-slider .swiper-slide{background:#165d5c}.cp-darker-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a.current .label,.cp-darker-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a:hover .label{background-color:#f0ebe7;color:#165d5c}svg.section-divider.cp-darker-green{background:0 0;fill:#165d5c}.cp-darkest-green,.cp-darkest-green blockquote,.cp-darkest-green h4,.cp-darkest-green h5,.cp-darkest-green label,.cp-darkest-green p{color:#fff}.cp-darkest-green .pre-title,.cp-darkest-green .sub-title,.cp-darkest-green .theme8blocks-team .team-section .category-title,.cp-darkest-green a,.cp-darkest-green a:active,.cp-darkest-green a:active:hover,.cp-darkest-green a:hover,.cp-darkest-green a:visited,.cp-darkest-green a:visited:hover,.cp-darkest-green div#search-form-layer .wrap .title,.cp-darkest-green h1,.cp-darkest-green h2,.cp-darkest-green h3,.theme8blocks-team .team-section .cp-darkest-green .category-title,div#search-form-layer .wrap .cp-darkest-green .title{color:#f0ebe7}.cp-darkest-green .block-editor-rich-text__editable.wp-block-button__link,.cp-darkest-green .button,.cp-darkest-green .wp-block-buttons .wp-block-button a.wp-block-button__link,.cp-darkest-green a.button,.cp-darkest-green a.button:active,.cp-darkest-green a.button:focus,.cp-darkest-green button[type=submit],.cp-darkest-green input[type=submit]{background:0 0;color:#f0ebe7;border-color:#f0ebe7}.cp-darkest-green .block-editor-rich-text__editable.wp-block-button__link:hover,.cp-darkest-green .button:hover,.cp-darkest-green .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.cp-darkest-green a.button:active:hover,.cp-darkest-green a.button:focus:hover,.cp-darkest-green a.button:hover,.cp-darkest-green button[type=submit]:hover,.cp-darkest-green input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-darkest-green .block-editor-rich-text__editable.wp-block-button__link.hollow,.cp-darkest-green .button.hollow,.cp-darkest-green .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow,.cp-darkest-green a.button.hollow,.cp-darkest-green a.button:active.hollow,.cp-darkest-green a.button:focus.hollow,.cp-darkest-green button[type=submit].hollow,.cp-darkest-green input[type=submit].hollow,.is-style-outline .cp-darkest-green .block-editor-rich-text__editable.wp-block-button__link,.is-style-outline .cp-darkest-green .button,.is-style-outline .cp-darkest-green .wp-block-buttons .wp-block-button a.wp-block-button__link,.is-style-outline .cp-darkest-green a.button,.is-style-outline .cp-darkest-green a.button:active,.is-style-outline .cp-darkest-green a.button:focus,.is-style-outline .cp-darkest-green button[type=submit],.is-style-outline .cp-darkest-green input[type=submit]{border-color:transparent;color:transparent}.cp-darkest-green .block-editor-rich-text__editable.wp-block-button__link.hollow:hover,.cp-darkest-green .button.hollow:hover,.cp-darkest-green .wp-block-buttons .wp-block-button a.wp-block-button__link.hollow:hover,.cp-darkest-green a.button.hollow:hover,.cp-darkest-green a.button:active.hollow:hover,.cp-darkest-green a.button:focus.hollow:hover,.cp-darkest-green button[type=submit].hollow:hover,.cp-darkest-green input[type=submit].hollow:hover,.is-style-outline .cp-darkest-green .block-editor-rich-text__editable.wp-block-button__link:hover,.is-style-outline .cp-darkest-green .button:hover,.is-style-outline .cp-darkest-green .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,.is-style-outline .cp-darkest-green a.button:active:hover,.is-style-outline .cp-darkest-green a.button:focus:hover,.is-style-outline .cp-darkest-green a.button:hover,.is-style-outline .cp-darkest-green button[type=submit]:hover,.is-style-outline .cp-darkest-green input[type=submit]:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-darkest-green .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link{background:0 0;color:transparent}.cp-darkest-green .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover{background:#29e689;color:#006e66;border-color:#29e689}.cp-darkest-green.collage .collage-element,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content{background:#004644}.cp-darkest-green .swiper-button-next,.cp-darkest-green .swiper-button-prev,.cp-darkest-green.collage .collage-element,.cp-darkest-green.collage .collage-element .theme8blocks-team .team-section .category-title,.cp-darkest-green.collage .collage-element div#search-form-layer .wrap .title,.cp-darkest-green.collage .collage-element h1,.cp-darkest-green.collage .collage-element h2,.cp-darkest-green.collage .collage-element h3,.cp-darkest-green.collage .collage-element p,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .category-title,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h1,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h2,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content h3,.cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content p,.theme8blocks-team .team-section .cp-darkest-green.collage .collage-element .category-title,.theme8blocks-team .team-section .cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .category-title,div#nav-layer .wrap nav.cta a,div#search-form-layer .wrap .cp-darkest-green.collage .collage-element .title,div#search-form-layer .wrap .cp-darkest-green.theme8blocks-slider.boxed-content .swiper-slide .grid-container .slide-content .title{color:#f0ebe7}.cp-darkest-green.theme8blocks-slider .swiper-slide{background:#004644}.cp-darkest-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a.current .label,.cp-darkest-green.theme8blocks.theme8blocks-layout .theme8blocks.theme8blocks-services .list a:hover .label{background-color:#f0ebe7;color:#004644}svg.section-divider.cp-darkest-green{background:0 0;fill:#004644}.no-margin{margin:0}.theme8blocks-team .team-section .category-title span,div#search-form-layer .wrap .title span,h1 span,h2 span,h3 span,h4 span{display:inline-block;opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px);color:#29e689}.theme8blocks-team .team-section .in-view.category-title span,div#search-form-layer .wrap .in-view.title span,h1.in-view span,h2.in-view span,h3.in-view span,h4.in-view span{opacity:1;-webkit-transform:none;transform:none;transition:opacity 1s,transform 1.5s cubic-bezier(.16,1,.3,1);transition:opacity 1s,transform 1.5s cubic-bezier(.16,1,.3,1),-webkit-transform 1.5s cubic-bezier(.16,1,.3,1)}.theme8blocks-team .team-section .in-view.category-title span:nth-child(2),div#search-form-layer .wrap .in-view.title span:nth-child(2),h1.in-view span:nth-child(2),h2.in-view span:nth-child(2),h3.in-view span:nth-child(2),h4.in-view span:nth-child(2){transition-delay:.06s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(3),div#search-form-layer .wrap .in-view.title span:nth-child(3),h1.in-view span:nth-child(3),h2.in-view span:nth-child(3),h3.in-view span:nth-child(3),h4.in-view span:nth-child(3){transition-delay:.09s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(4),div#search-form-layer .wrap .in-view.title span:nth-child(4),h1.in-view span:nth-child(4),h2.in-view span:nth-child(4),h3.in-view span:nth-child(4),h4.in-view span:nth-child(4){transition-delay:.12s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(5),div#search-form-layer .wrap .in-view.title span:nth-child(5),h1.in-view span:nth-child(5),h2.in-view span:nth-child(5),h3.in-view span:nth-child(5),h4.in-view span:nth-child(5){transition-delay:.15s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(6),div#search-form-layer .wrap .in-view.title span:nth-child(6),h1.in-view span:nth-child(6),h2.in-view span:nth-child(6),h3.in-view span:nth-child(6),h4.in-view span:nth-child(6){transition-delay:.18s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(7),div#search-form-layer .wrap .in-view.title span:nth-child(7),h1.in-view span:nth-child(7),h2.in-view span:nth-child(7),h3.in-view span:nth-child(7),h4.in-view span:nth-child(7){transition-delay:.21s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(8),div#search-form-layer .wrap .in-view.title span:nth-child(8),h1.in-view span:nth-child(8),h2.in-view span:nth-child(8),h3.in-view span:nth-child(8),h4.in-view span:nth-child(8){transition-delay:.24s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(9),div#search-form-layer .wrap .in-view.title span:nth-child(9),h1.in-view span:nth-child(9),h2.in-view span:nth-child(9),h3.in-view span:nth-child(9),h4.in-view span:nth-child(9){transition-delay:.27s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(10),div#search-form-layer .wrap .in-view.title span:nth-child(10),h1.in-view span:nth-child(10),h2.in-view span:nth-child(10),h3.in-view span:nth-child(10),h4.in-view span:nth-child(10){transition-delay:.3s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(11),div#search-form-layer .wrap .in-view.title span:nth-child(11),h1.in-view span:nth-child(11),h2.in-view span:nth-child(11),h3.in-view span:nth-child(11),h4.in-view span:nth-child(11){transition-delay:.33s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(12),div#search-form-layer .wrap .in-view.title span:nth-child(12),h1.in-view span:nth-child(12),h2.in-view span:nth-child(12),h3.in-view span:nth-child(12),h4.in-view span:nth-child(12){transition-delay:.36s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(13),div#search-form-layer .wrap .in-view.title span:nth-child(13),h1.in-view span:nth-child(13),h2.in-view span:nth-child(13),h3.in-view span:nth-child(13),h4.in-view span:nth-child(13){transition-delay:.39s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(14),div#search-form-layer .wrap .in-view.title span:nth-child(14),h1.in-view span:nth-child(14),h2.in-view span:nth-child(14),h3.in-view span:nth-child(14),h4.in-view span:nth-child(14){transition-delay:.42s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(15),div#search-form-layer .wrap .in-view.title span:nth-child(15),h1.in-view span:nth-child(15),h2.in-view span:nth-child(15),h3.in-view span:nth-child(15),h4.in-view span:nth-child(15){transition-delay:.45s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(16),div#search-form-layer .wrap .in-view.title span:nth-child(16),h1.in-view span:nth-child(16),h2.in-view span:nth-child(16),h3.in-view span:nth-child(16),h4.in-view span:nth-child(16){transition-delay:.48s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(17),div#search-form-layer .wrap .in-view.title span:nth-child(17),h1.in-view span:nth-child(17),h2.in-view span:nth-child(17),h3.in-view span:nth-child(17),h4.in-view span:nth-child(17){transition-delay:.51s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(18),div#search-form-layer .wrap .in-view.title span:nth-child(18),h1.in-view span:nth-child(18),h2.in-view span:nth-child(18),h3.in-view span:nth-child(18),h4.in-view span:nth-child(18){transition-delay:.54s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(19),div#search-form-layer .wrap .in-view.title span:nth-child(19),h1.in-view span:nth-child(19),h2.in-view span:nth-child(19),h3.in-view span:nth-child(19),h4.in-view span:nth-child(19){transition-delay:.57s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(20),div#search-form-layer .wrap .in-view.title span:nth-child(20),h1.in-view span:nth-child(20),h2.in-view span:nth-child(20),h3.in-view span:nth-child(20),h4.in-view span:nth-child(20){transition-delay:.6s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(21),div#search-form-layer .wrap .in-view.title span:nth-child(21),h1.in-view span:nth-child(21),h2.in-view span:nth-child(21),h3.in-view span:nth-child(21),h4.in-view span:nth-child(21){transition-delay:.63s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(22),div#search-form-layer .wrap .in-view.title span:nth-child(22),h1.in-view span:nth-child(22),h2.in-view span:nth-child(22),h3.in-view span:nth-child(22),h4.in-view span:nth-child(22){transition-delay:.66s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(23),div#search-form-layer .wrap .in-view.title span:nth-child(23),h1.in-view span:nth-child(23),h2.in-view span:nth-child(23),h3.in-view span:nth-child(23),h4.in-view span:nth-child(23){transition-delay:.69s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(24),div#search-form-layer .wrap .in-view.title span:nth-child(24),h1.in-view span:nth-child(24),h2.in-view span:nth-child(24),h3.in-view span:nth-child(24),h4.in-view span:nth-child(24){transition-delay:.72s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(25),div#search-form-layer .wrap .in-view.title span:nth-child(25),h1.in-view span:nth-child(25),h2.in-view span:nth-child(25),h3.in-view span:nth-child(25),h4.in-view span:nth-child(25){transition-delay:.75s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(26),div#search-form-layer .wrap .in-view.title span:nth-child(26),h1.in-view span:nth-child(26),h2.in-view span:nth-child(26),h3.in-view span:nth-child(26),h4.in-view span:nth-child(26){transition-delay:.78s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(27),div#search-form-layer .wrap .in-view.title span:nth-child(27),h1.in-view span:nth-child(27),h2.in-view span:nth-child(27),h3.in-view span:nth-child(27),h4.in-view span:nth-child(27){transition-delay:.81s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(28),div#search-form-layer .wrap .in-view.title span:nth-child(28),h1.in-view span:nth-child(28),h2.in-view span:nth-child(28),h3.in-view span:nth-child(28),h4.in-view span:nth-child(28){transition-delay:.84s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(29),div#search-form-layer .wrap .in-view.title span:nth-child(29),h1.in-view span:nth-child(29),h2.in-view span:nth-child(29),h3.in-view span:nth-child(29),h4.in-view span:nth-child(29){transition-delay:.87s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(30),div#search-form-layer .wrap .in-view.title span:nth-child(30),h1.in-view span:nth-child(30),h2.in-view span:nth-child(30),h3.in-view span:nth-child(30),h4.in-view span:nth-child(30){transition-delay:.9s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(31),div#search-form-layer .wrap .in-view.title span:nth-child(31),h1.in-view span:nth-child(31),h2.in-view span:nth-child(31),h3.in-view span:nth-child(31),h4.in-view span:nth-child(31){transition-delay:.93s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(32),div#search-form-layer .wrap .in-view.title span:nth-child(32),h1.in-view span:nth-child(32),h2.in-view span:nth-child(32),h3.in-view span:nth-child(32),h4.in-view span:nth-child(32){transition-delay:.96s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(33),div#search-form-layer .wrap .in-view.title span:nth-child(33),h1.in-view span:nth-child(33),h2.in-view span:nth-child(33),h3.in-view span:nth-child(33),h4.in-view span:nth-child(33){transition-delay:.99s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(34),div#search-form-layer .wrap .in-view.title span:nth-child(34),h1.in-view span:nth-child(34),h2.in-view span:nth-child(34),h3.in-view span:nth-child(34),h4.in-view span:nth-child(34){transition-delay:1.02s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(35),div#search-form-layer .wrap .in-view.title span:nth-child(35),h1.in-view span:nth-child(35),h2.in-view span:nth-child(35),h3.in-view span:nth-child(35),h4.in-view span:nth-child(35){transition-delay:1.05s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(36),div#search-form-layer .wrap .in-view.title span:nth-child(36),h1.in-view span:nth-child(36),h2.in-view span:nth-child(36),h3.in-view span:nth-child(36),h4.in-view span:nth-child(36){transition-delay:1.08s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(37),div#search-form-layer .wrap .in-view.title span:nth-child(37),h1.in-view span:nth-child(37),h2.in-view span:nth-child(37),h3.in-view span:nth-child(37),h4.in-view span:nth-child(37){transition-delay:1.11s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(38),div#search-form-layer .wrap .in-view.title span:nth-child(38),h1.in-view span:nth-child(38),h2.in-view span:nth-child(38),h3.in-view span:nth-child(38),h4.in-view span:nth-child(38){transition-delay:1.14s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(39),div#search-form-layer .wrap .in-view.title span:nth-child(39),h1.in-view span:nth-child(39),h2.in-view span:nth-child(39),h3.in-view span:nth-child(39),h4.in-view span:nth-child(39){transition-delay:1.17s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(40),div#search-form-layer .wrap .in-view.title span:nth-child(40),h1.in-view span:nth-child(40),h2.in-view span:nth-child(40),h3.in-view span:nth-child(40),h4.in-view span:nth-child(40){transition-delay:1.2s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(41),div#search-form-layer .wrap .in-view.title span:nth-child(41),h1.in-view span:nth-child(41),h2.in-view span:nth-child(41),h3.in-view span:nth-child(41),h4.in-view span:nth-child(41){transition-delay:1.23s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(42),div#search-form-layer .wrap .in-view.title span:nth-child(42),h1.in-view span:nth-child(42),h2.in-view span:nth-child(42),h3.in-view span:nth-child(42),h4.in-view span:nth-child(42){transition-delay:1.26s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(43),div#search-form-layer .wrap .in-view.title span:nth-child(43),h1.in-view span:nth-child(43),h2.in-view span:nth-child(43),h3.in-view span:nth-child(43),h4.in-view span:nth-child(43){transition-delay:1.29s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(44),div#search-form-layer .wrap .in-view.title span:nth-child(44),h1.in-view span:nth-child(44),h2.in-view span:nth-child(44),h3.in-view span:nth-child(44),h4.in-view span:nth-child(44){transition-delay:1.32s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(45),div#search-form-layer .wrap .in-view.title span:nth-child(45),h1.in-view span:nth-child(45),h2.in-view span:nth-child(45),h3.in-view span:nth-child(45),h4.in-view span:nth-child(45){transition-delay:1.35s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(46),div#search-form-layer .wrap .in-view.title span:nth-child(46),h1.in-view span:nth-child(46),h2.in-view span:nth-child(46),h3.in-view span:nth-child(46),h4.in-view span:nth-child(46){transition-delay:1.38s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(47),div#search-form-layer .wrap .in-view.title span:nth-child(47),h1.in-view span:nth-child(47),h2.in-view span:nth-child(47),h3.in-view span:nth-child(47),h4.in-view span:nth-child(47){transition-delay:1.41s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(48),div#search-form-layer .wrap .in-view.title span:nth-child(48),h1.in-view span:nth-child(48),h2.in-view span:nth-child(48),h3.in-view span:nth-child(48),h4.in-view span:nth-child(48){transition-delay:1.44s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(49),div#search-form-layer .wrap .in-view.title span:nth-child(49),h1.in-view span:nth-child(49),h2.in-view span:nth-child(49),h3.in-view span:nth-child(49),h4.in-view span:nth-child(49){transition-delay:1.47s}.theme8blocks-team .team-section .in-view.category-title span:nth-child(50),div#search-form-layer .wrap .in-view.title span:nth-child(50),h1.in-view span:nth-child(50),h2.in-view span:nth-child(50),h3.in-view span:nth-child(50),h4.in-view span:nth-child(50){transition-delay:1.5s}.tag{line-height:1;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;border-radius:50px;font-weight:400;padding:0 20px 1px;border-width:2px;border-style:solid;height:32px;font-size:16px}.tag.small{padding:0 16px 1px;font-size:15px;height:28px;border-width:1px}.tag.focus,.tag.sand{border-color:#f0ebe7;background-color:transparent}.tag.focus{border-color:#29e689;color:#29e689}.tag.base{border-color:#006e66;color:#fff;background-color:#006e66}@media screen and (min-width:75em){.tag{height:49px;padding:0 35px 1px;font-size:22px}}@media screen and (min-width:103.125em){.tag{font-size:25px}}a.tag.sand{transition:border .3s,background .3s,color .1s}a.tag.sand:active,a.tag.sand:focus,a.tag.sand:hover{border-color:#29e689;background-color:#29e689;color:#006e66}.video-link .play:before{content:"";font-family:"Font Awesome 6 Free";font-size:60px}@media screen and (min-width:75em){.video-link .play:before{font-size:80px}}section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand){max-width:2360px;margin-left:20px;margin-right:20px}section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand) .theme8blocks{margin:0}@media print,screen and (min-width:22.5em){section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand){max-width:2340px;margin-left:30px;margin-right:30px}}@media print,screen and (min-width:40em){section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand){max-width:2340px;margin-left:30px;margin-right:30px}}@media print,screen and (min-width:64em){section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand){max-width:2260px;margin-left:70px;margin-right:70px}}@media screen and (min-width:75em){section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand){max-width:2260px;margin-left:70px;margin-right:70px}}@media only screen and (min-width:2400px){section.page-content .theme8blocks:not(.alignfull,.cp-lightest,.expand){margin-left:auto;margin-right:auto}}section.page-content>.grid-container .theme8blocks{margin-left:0;margin-right:0}.background img,.background video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.wp-block-image{width:100%;margin-top:0;margin-bottom:0}.wp-block-image img{width:100%}.wp-block-gallery{display:flex;flex-wrap:wrap}.wp-block-columns{margin:0}@media only screen and (min-width:782px){.wp-block-columns .wp-block-column{margin:0}.wp-block-columns .wp-block-column:nth-child(2n){margin:0 0 0 40px}}.theme8blocks.height-small{padding:20px 0}@media print,screen and (min-width:64em){.theme8blocks.height-small{padding:30px 0}}@media screen and (min-width:90em){.theme8blocks.height-small{padding:40px 0}}.theme8blocks.height-medium,section.page-content{padding:40px 0}@media print,screen and (min-width:40em){.theme8blocks.height-medium{padding:50px 0}}@media print,screen and (min-width:64em){.theme8blocks.height-medium{padding:80px 0}}@media screen and (min-width:75em){.theme8blocks.height-medium{padding:90px 0}}@media screen and (min-width:90em){.theme8blocks.height-medium{padding:110px 0}}@media screen and (min-width:103.125em){.theme8blocks.height-medium{padding:120px 0}}@media screen and (min-width:125em){.theme8blocks.height-medium{padding:140px 0}}.theme8blocks.height-large{padding:70px 0}@media print,screen and (min-width:64em){.theme8blocks.height-large{padding:80px 0}}@media screen and (min-width:75em){.theme8blocks.height-large{padding:90px 0}}@media screen and (min-width:90em){.theme8blocks.height-large{padding:110px 0}}@media screen and (min-width:103.125em){.theme8blocks.height-large{padding:120px 0}}@media screen and (min-width:125em){.theme8blocks.height-large{padding:140px 0}}.theme8blocks.height-xlarge{padding:60px 0;min-height:200px}@media print,screen and (min-width:64em){.theme8blocks.height-xlarge{padding:90px 0}}@media screen and (min-width:90em){.theme8blocks.height-xlarge{padding:130px 0}}@media screen and (min-width:103.125em){.theme8blocks.height-xlarge{padding:150px 0}}@media screen and (min-width:125em){.theme8blocks.height-xlarge{padding:200px 0}}.theme8blocks.height-xxlarge{padding:70px 0;min-height:200px}@media print,screen and (min-width:64em){.theme8blocks.height-xxlarge{padding:100px 0}}@media screen and (min-width:90em){.theme8blocks.height-xxlarge{padding:150px 0}}@media screen and (min-width:103.125em){.theme8blocks.height-xxlarge{padding:200px 0}}@media screen and (min-width:125em){.theme8blocks.height-xxlarge{padding:230px 0}}.theme8blocks.height-full{height:100vh}.wp-block-columns .wp-block-column,.wp-block-columns .wp-block-column figure{margin:0}.wp-block-columns .wp-block-column:not(:first-child){margin:40px 0 0}@media only screen and (min-width:600px){.wp-block-columns .wp-block-column{margin:0}.wp-block-columns .wp-block-column:nth-child(2n){margin:0 0 0 40px}}@media only screen and (min-width:600px) and (max-width:781px){.wp-block-columns .wp-block-column:nth-child(2n){margin-left:40px}.wp-block-columns .wp-block-column:nth-child(3),.wp-block-columns .wp-block-column:nth-child(4){margin-top:40px}}@media only screen and (min-width:782px){.wp-block-columns .wp-block-column:not(:first-child){margin:0 0 0 40px}}@media only screen and (max-width:599px){.theme8blocks-layout.mobile-reverse-order .wp-block-columns .wp-block-column{margin:40px 0 0}.theme8blocks-layout.mobile-reverse-order .wp-block-columns .wp-block-column:not(:first-child){order:-1;margin:0}}.explainer{text-align:center;margin:0 auto}.home .explainer{font-size:1.1em}@media screen and (min-width:75em){.home .explainer{font-size:1.3em}}@media print,screen and (min-width:64em){.explainer{max-width:90%}}@media screen and (min-width:75em){.explainer{max-width:1100px}}.theme8blocks.animate{transition:opacity .8s,transform .8s;transition:opacity .8s,transform .8s,-webkit-transform .8s;transition-delay:.02s}.theme8blocks.animate.animation-default,.theme8blocks.animate.animation-fade-in{opacity:0}.theme8blocks.animate.animation-default .content,.theme8blocks.animate.animation-default .wp-block-columns .wp-block-column:nth-child(1){opacity:0;transition:transform .8s;transition:transform .8s,-webkit-transform .8s;-webkit-transform:translateY(7px);transform:translateY(7px)}.theme8blocks.animate.animation-default .media,.theme8blocks.animate.animation-default .wp-block-columns .wp-block-column:nth-child(2){opacity:0;transition:transform .8s;transition:transform .8s,-webkit-transform .8s;-webkit-transform:translateY(-7px);transform:translateY(-7px)}.theme8blocks.animate.animation-fade-in .content{opacity:0;transition:opacity 1s;transition-delay:.2s}.theme8blocks.animate.animation-fade-in .media{opacity:0;transition:opacity 1s;transition-delay:.1s;-webkit-transform:scale(.8);transform:scale(.8)}.theme8blocks.animate.animation-slide-up{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.theme8blocks.animate.animation-slide-up .media{opacity:0;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:translateY(50px);transform:translateY(50px)}.theme8blocks.animate.animation-slide-up .content{opacity:0;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:translateY(20px);transform:translateY(20px)}.theme8blocks.animate.animation-slide-down{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.theme8blocks.animate.animation-slide-down .content,.theme8blocks.animate.animation-slide-down .media{opacity:0;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform:translateY(-50px);transform:translateY(-50px)}.theme8blocks.animate.animation-slide-down .content{-webkit-transform:translateY(-20px);transform:translateY(-20px)}.theme8blocks.animate.animation-focus-in{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}.theme8blocks.animate.animation-focus-in .content,.theme8blocks.animate.animation-focus-in .media{opacity:0;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s;transition-delay:.2s;-webkit-transform:scale(.98);transform:scale(.98)}.theme8blocks.animate.animation-focus-in .media{transition-delay:.1s}.theme8blocks.animate.in-view,.theme8blocks.animate.in-view .content,.theme8blocks.animate.in-view .media,.theme8blocks.animate.in-view .wp-block-columns .wp-block-column:nth-child(1),.theme8blocks.animate.in-view .wp-block-columns .wp-block-column:nth-child(2){opacity:1;-webkit-transform:none;transform:none}.theme8blocks-spacer{height:30px}@media print,screen and (min-width:40em){.theme8blocks-spacer{height:40px}}@media print,screen and (min-width:64em){.theme8blocks-spacer{height:50px}}@media screen and (min-width:75em){.theme8blocks-spacer{height:65px}}@media screen and (min-width:90em){.theme8blocks-spacer{height:73px}}@media screen and (min-width:103.125em){.theme8blocks-spacer{height:80px}}.theme8blocks-spacer.small{height:20px}@media print,screen and (min-width:64em){.theme8blocks-spacer.small{height:25px}}@media screen and (min-width:90em){.theme8blocks-spacer.small{height:30px}}.theme8blocks-spacer.large{height:60px}@media print,screen and (min-width:40em){.theme8blocks-spacer.large{height:70px}}@media print,screen and (min-width:64em){.theme8blocks-spacer.large{height:80px}}@media screen and (min-width:75em){.theme8blocks-spacer.large{height:100px}}@media screen and (min-width:90em){.theme8blocks-spacer.large{height:130px}}@media screen and (min-width:103.125em){.theme8blocks-spacer.large{height:150px}}.theme8blocks-videosplash{background:#006e66;height:80vh;min-height:500px}.theme8blocks-videosplash video{opacity:.3}.theme8blocks-videosplash .content{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:all 1s}.theme8blocks-videosplash .content *,.theme8blocks-videosplash a.scroll-link{color:#fff}.theme8blocks-videosplash .content div#search-form-layer .wrap .title,.theme8blocks-videosplash .content h1.title,.theme8blocks-videosplash .content h2.title,div#search-form-layer .wrap .theme8blocks-videosplash .content .title{font-size:30px}@media print,screen and (min-width:64em){.theme8blocks-videosplash .content div#search-form-layer .wrap .title,.theme8blocks-videosplash .content h1.title,.theme8blocks-videosplash .content h2.title,div#search-form-layer .wrap .theme8blocks-videosplash .content .title{font-size:35px}}@media screen and (min-width:75em){.theme8blocks-videosplash .content div#search-form-layer .wrap .title,.theme8blocks-videosplash .content h1.title,.theme8blocks-videosplash .content h2.title,div#search-form-layer .wrap .theme8blocks-videosplash .content .title{font-size:50px}}@media screen and (min-width:103.125em){.theme8blocks-videosplash .content div#search-form-layer .wrap .title,.theme8blocks-videosplash .content h1.title,.theme8blocks-videosplash .content h2.title,div#search-form-layer .wrap .theme8blocks-videosplash .content .title{font-size:60px}}@media screen and (min-width:125em){.theme8blocks-videosplash .content div#search-form-layer .wrap .title,.theme8blocks-videosplash .content h1.title,.theme8blocks-videosplash .content h2.title,div#search-form-layer .wrap .theme8blocks-videosplash .content .title{font-size:70px}}.theme8blocks-videosplash.in-view .content{opacity:1;-webkit-transform:none;transform:none}@media screen and (min-width:75em){.theme8blocks-videosplash{min-height:600px}}.theme8blocks-slider .animater .data{opacity:0;transition:opacity .5s}.theme8blocks-slider.in-view .animater .data{opacity:1}.theme8blocks-slider .swiper-slide{min-height:600px;max-height:1000px}@media screen and (min-width:103.125em){.theme8blocks-slider .swiper-slide{min-height:700px;max-height:1400px}}.theme8blocks-slider.height-70vh .swiper-slide{height:70vh}.theme8blocks-slider.height-70vh-minus-header .swiper-slide{height:calc(70vh - 130px)}@media print,screen and (min-width:40em){.theme8blocks-slider.height-70vh-minus-header .swiper-slide{height:calc(70vh - 130px)}}@media print,screen and (min-width:64em){.theme8blocks-slider.height-70vh-minus-header .swiper-slide{height:calc(70vh - 130px)}}@media screen and (min-width:75em){.theme8blocks-slider.height-70vh-minus-header .swiper-slide{height:calc(70vh - 150px)}}@media screen and (min-width:90em){.theme8blocks-slider.height-70vh-minus-header .swiper-slide{height:calc(70vh - 150px)}}.theme8blocks-slider.height-80vh .swiper-slide{height:80vh}.theme8blocks-slider.height-80vh-minus-header .swiper-slide{height:calc(80vh - 130px)}@media print,screen and (min-width:40em){.theme8blocks-slider.height-80vh-minus-header .swiper-slide{height:calc(80vh - 130px)}}@media print,screen and (min-width:64em){.theme8blocks-slider.height-80vh-minus-header .swiper-slide{height:calc(80vh - 130px)}}@media screen and (min-width:75em){.theme8blocks-slider.height-80vh-minus-header .swiper-slide{height:calc(80vh - 150px)}}@media screen and (min-width:90em){.theme8blocks-slider.height-80vh-minus-header .swiper-slide{height:calc(80vh - 150px)}}.theme8blocks-slider.height-90vh .swiper-slide{height:90vh}.theme8blocks-slider.height-90vh-minus-header .swiper-slide{height:calc(90vh - 130px)}@media print,screen and (min-width:40em){.theme8blocks-slider.height-90vh-minus-header .swiper-slide{height:calc(90vh - 130px)}}@media print,screen and (min-width:64em){.theme8blocks-slider.height-90vh-minus-header .swiper-slide{height:calc(90vh - 130px)}}@media screen and (min-width:75em){.theme8blocks-slider.height-90vh-minus-header .swiper-slide{height:calc(90vh - 150px)}}@media screen and (min-width:90em){.theme8blocks-slider.height-90vh-minus-header .swiper-slide{height:calc(90vh - 150px)}}.theme8blocks-slider.height-100vh .swiper-slide{height:100vh}.theme8blocks-slider.height-100vh-minus-header .swiper-slide{height:calc(100vh - 130px)}@media print,screen and (min-width:40em){.theme8blocks-slider.height-100vh-minus-header .swiper-slide{height:calc(100vh - 130px)}}@media print,screen and (min-width:64em){.theme8blocks-slider.height-100vh-minus-header .swiper-slide{height:calc(100vh - 130px)}}@media screen and (min-width:75em){.theme8blocks-slider.height-100vh-minus-header .swiper-slide{height:calc(100vh - 150px)}}@media screen and (min-width:90em){.theme8blocks-slider.height-100vh-minus-header .swiper-slide{height:calc(100vh - 150px)}}.theme8blocks-slider.text-align-center .swiper-slide .grid-container .slide-content{text-align:center}.theme8blocks-slider.text-align-right .swiper-slide .grid-container .slide-content{text-align:right}.theme8blocks-slider.content-h-pos-center .swiper-slide .grid-container .slide-content{margin-left:auto;margin-right:auto}.theme8blocks-slider.content-h-pos-right .swiper-slide .grid-container .slide-content{margin-left:auto}.theme8blocks-slider.content-v-pos-top .swiper-slide .grid-container{justify-content:flex-start}.theme8blocks-slider.content-v-pos-top .swiper-slide .grid-container .slide-content{margin-top:50px}@media print,screen and (min-width:64em){.theme8blocks-slider.content-v-pos-top .swiper-slide .grid-container .slide-content{margin-top:100px}}.theme8blocks-slider.content-v-pos-center .swiper-slide .grid-container{justify-content:center}.theme8blocks-slider.content-v-pos-bottom .swiper-slide .grid-container{justify-content:flex-end}.theme8blocks-slider.content-v-pos-bottom .swiper-slide .grid-container .slide-content{margin-bottom:50px}@media print,screen and (min-width:64em){.theme8blocks-slider.content-v-pos-bottom .swiper-slide .grid-container .slide-content{margin-bottom:100px}}.theme8blocks-slider .swiper-slide .grid-container .slide-content{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);transition:all .6s;max-width:900px}.theme8blocks-slider .swiper-slide .grid-container .slide-content .buttons{opacity:0;-webkit-transform:translateX(-15px);transform:translateX(-15px);transition:all .8s}.theme8blocks-slider .swiper-slide.swiper-slide-active .grid-container .slide-content,.theme8blocks-slider .swiper-slide.swiper-slide-active .grid-container .slide-content .buttons{opacity:1;-webkit-transform:none;transform:none}.theme8blocks-slider .swiper-slide .grid-container{box-sizing:border-box}.theme8blocks-slider .swiper-slide .grid-container .slide-content>*{margin:0 0 15px}.theme8blocks-slider .swiper-slide .grid-container .slide-content>:last-child{margin-bottom:0}.theme8blocks-slider .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .category-title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h1,.theme8blocks-slider .swiper-slide .grid-container .slide-content h2,.theme8blocks-slider .swiper-slide .grid-container .slide-content h3,.theme8blocks-team .team-section .theme8blocks-slider .swiper-slide .grid-container .slide-content .category-title{line-height:1.5}.theme8blocks-slider .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .title.category-title,.theme8blocks-slider .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h1.title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h2.title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h3.title,.theme8blocks-team .team-section .theme8blocks-slider .swiper-slide .grid-container .slide-content .title.category-title,div#search-form-layer .wrap .theme8blocks-slider .swiper-slide .grid-container .slide-content .title{font-size:40px;line-height:1.1}@media screen and (min-width:75em){.theme8blocks-slider .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .title.category-title,.theme8blocks-slider .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h1.title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h2.title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h3.title,.theme8blocks-team .team-section .theme8blocks-slider .swiper-slide .grid-container .slide-content .title.category-title,div#search-form-layer .wrap .theme8blocks-slider .swiper-slide .grid-container .slide-content .title{font-size:60px}}@media screen and (min-width:125em){.theme8blocks-slider .swiper-slide .grid-container .slide-content .theme8blocks-team .team-section .title.category-title,.theme8blocks-slider .swiper-slide .grid-container .slide-content div#search-form-layer .wrap .title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h1.title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h2.title,.theme8blocks-slider .swiper-slide .grid-container .slide-content h3.title,.theme8blocks-team .team-section .theme8blocks-slider .swiper-slide .grid-container .slide-content .title.category-title,div#search-form-layer .wrap .theme8blocks-slider .swiper-slide .grid-container .slide-content .title{font-size:70px}}.theme8blocks-slider .swiper-slide .grid-container .slide-content .pre-title,.theme8blocks-slider .swiper-slide .grid-container .slide-content .sub-title{font-weight:700;font-size:15px}@media screen and (min-width:75em){.theme8blocks-slider .swiper-slide .grid-container .slide-content .pre-title,.theme8blocks-slider .swiper-slide .grid-container .slide-content .sub-title{font-size:17px}}.swiper-horizontal[data-slider-pagination="1"]{padding-bottom:50px}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0}.swiper-pagination .swiper-pagination-bullet{background:#006e66}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#004644}.swiper-button-next,.swiper-button-prev{display:none;position:absolute;z-index:3;transition:opacity .4s,transform .5s cubic-bezier(.34,1.56,.64,1);transition:opacity .4s,transform .5s cubic-bezier(.34,1.56,.64,1),-webkit-transform .5s cubic-bezier(.34,1.56,.64,1);overflow:hidden;width:50px;height:50px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.swiper-button-prev:before{content:"";min-width:50px;width:50px;min-height:50px;height:50px;border-radius:50%}.swiper-button-prev:after{position:absolute}.swiper-button-next:after,.swiper-button-next:before,.swiper-button-prev:after{content:"";min-width:50px;width:50px;min-height:50px;height:50px;border-radius:50%}.swiper-button-next:after{position:absolute}.swiper-button-next:before,.swiper-button-prev:before{position:absolute;background-color:#006e66}.swiper-button-next:after,.swiper-button-prev:after{background-color:#f0ebe7;-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/arrow-right.svg);mask-image:url(/wp-content/themes/patentgruppen/images/arrow-right.svg);-webkit-mask-size:24px;mask-size:24px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}@media print,screen and (min-width:64em){.swiper-button-next,.swiper-button-prev{display:block}}.swiper-button-prev{left:-5px}.swiper-button-prev:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media print,screen and (min-width:22.5em){.swiper-button-prev{left:5px}}@media print,screen and (min-width:40em){.swiper-button-prev{left:5px}}@media print,screen and (min-width:64em){.swiper-button-prev{left:45px}}@media screen and (min-width:75em){.swiper-button-prev{left:45px}}.swiper-button-next{right:-5px}.swiper-button-next:hover:after{-webkit-animation-name:circlearrowlink;animation-name:circlearrowlink;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@media print,screen and (min-width:22.5em){.swiper-button-next{right:5px}}@media print,screen and (min-width:40em){.swiper-button-next{right:5px}}@media print,screen and (min-width:64em){.swiper-button-next{right:45px}}@media screen and (min-width:75em){.swiper-button-next{right:45px}}.theme8blocks-teasergrid .section-content{margin:0 auto 30px;max-width:700px}.theme8blocks-team .team-section .theme8blocks-teasergrid .section-content .category-title,.theme8blocks-teasergrid .section-content .theme8blocks-team .team-section .category-title,.theme8blocks-teasergrid .section-content div#search-form-layer .wrap .title,.theme8blocks-teasergrid .section-content h1,.theme8blocks-teasergrid .section-content h2,.theme8blocks-teasergrid .section-content h3,div#search-form-layer .wrap .theme8blocks-teasergrid .section-content .title{margin-top:0}@media screen and (min-width:75em){.theme8blocks-teasergrid .section-content{margin-bottom:50px}}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell{opacity:0;-webkit-transform:scale(.9);transform:scale(.9);transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(1){transition-delay:.08s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(2){transition-delay:.16s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(3){transition-delay:.24s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(4){transition-delay:.32s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(5){transition-delay:.4s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(6){transition-delay:.48s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(7){transition-delay:.56s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(8){transition-delay:.64s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(9){transition-delay:.72s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(10){transition-delay:.8s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(11){transition-delay:.88s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(12){transition-delay:.96s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(13){transition-delay:1.04s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(14){transition-delay:1.12s}.theme8blocks-teasergrid .elements.in-view-watcher .grid-x .cell:nth-child(15){transition-delay:1.2s}.theme8blocks-team .team-filters.in-view a,.theme8blocks-teasergrid .elements.in-view-watcher.in-view .grid-x .cell,.theme8blocks.theme8blocks-team .team-card.in-view .image{opacity:1;-webkit-transform:none;transform:none}.theme8blocks-teasergrid .element,.theme8blocks-teasergrid a.element{display:block}.theme8blocks-teasergrid .element .icon,.theme8blocks-teasergrid a.element .icon{font-size:100px;transition:all .3s}.theme8blocks-teasergrid a.element:hover .icon,.topbar .some a.some-link:hover i,div#nav-layer .wrap .some a:hover i{-webkit-transform:scale(1.1);transform:scale(1.1)}.theme8blocks-navgrid ul.menu li.menu-item.current-menu-item>ul>li>a{justify-content:center;align-items:center;text-align:center;height:100px;background:#ececec;margin:1px;transition:all .5s}.theme8blocks-navgrid ul.menu li.menu-item.current-menu-item>ul>li>a:hover{background:#e7e7e7}.theme8blocks.theme8blocks-team .team-card{margin-bottom:50px}.theme8blocks-team .team-filters a,.theme8blocks.theme8blocks-team .team-card .image{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);transition:opacity 1.4s,transform 1.4s cubic-bezier(.16,1,.3,1);transition:opacity 1.4s,transform 1.4s cubic-bezier(.16,1,.3,1),-webkit-transform 1.4s cubic-bezier(.16,1,.3,1)}@media screen and (min-width:75em){.theme8blocks.theme8blocks-team .team-card{margin-bottom:70px}}@media screen and (min-width:125em){.theme8blocks.theme8blocks-team .team-card{margin-bottom:120px}}.theme8blocks-team .team-filters{margin:0 0 50px;display:flex;flex-wrap:wrap}.theme8blocks-team .team-filters.in-view a{transition-delay:none}.theme8blocks-team .team-filters a{margin:0 15px 12px 0;text-decoration:none;white-space:nowrap;transition:opacity 1s,background .2s,border .2s,color .2s,transform .6s cubic-bezier(.16,1,.3,1);transition:opacity 1s,background .2s,border .2s,color .2s,transform .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1)}.theme8blocks-team .team-filters a:nth-child(1),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(1){transition-delay:.02s}.theme8blocks-team .team-filters a:nth-child(1):hover,.theme8blocks-team .team-filters a:nth-child(10):hover,.theme8blocks-team .team-filters a:nth-child(11):hover,.theme8blocks-team .team-filters a:nth-child(12):hover,.theme8blocks-team .team-filters a:nth-child(13):hover,.theme8blocks-team .team-filters a:nth-child(14):hover,.theme8blocks-team .team-filters a:nth-child(15):hover,.theme8blocks-team .team-filters a:nth-child(2):hover,.theme8blocks-team .team-filters a:nth-child(3):hover,.theme8blocks-team .team-filters a:nth-child(4):hover,.theme8blocks-team .team-filters a:nth-child(5):hover,.theme8blocks-team .team-filters a:nth-child(6):hover,.theme8blocks-team .team-filters a:nth-child(7):hover,.theme8blocks-team .team-filters a:nth-child(8):hover,.theme8blocks-team .team-filters a:nth-child(9):hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.theme8blocks-team .team-filters a:nth-child(2),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(2){transition-delay:.04s}.theme8blocks-team .team-filters a:nth-child(3),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(3){transition-delay:.06s}.theme8blocks-team .team-filters a:nth-child(4),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(4){transition-delay:.08s}.theme8blocks-team .team-filters a:nth-child(5){transition-delay:.1s}.theme8blocks-team .team-filters a:nth-child(6){transition-delay:.12s}.theme8blocks-team .team-filters a:nth-child(7){transition-delay:.14s}.theme8blocks-team .team-filters a:nth-child(8){transition-delay:.16s}.theme8blocks-team .team-filters a:nth-child(9){transition-delay:.18s}.theme8blocks-team .team-filters a:nth-child(10){transition-delay:.2s}.theme8blocks-team .team-filters a:nth-child(11){transition-delay:.22s}.theme8blocks-team .team-filters a:nth-child(12){transition-delay:.24s}.theme8blocks-team .team-filters a:nth-child(13){transition-delay:.26s}.theme8blocks-team .team-filters a:nth-child(14){transition-delay:.28s}.theme8blocks-team .team-filters a:nth-child(15){transition-delay:.3s}.theme8blocks-team .team-filters a.active{color:#006e66;background-color:#29e689;border-color:#29e689}@media screen and (min-width:75em){.theme8blocks-team .team-filters a{margin:0 25px 18px 0}.theme8blocks-team .team-filters{margin:0 0 70px}}@media screen and (min-width:90em){.theme8blocks-team .team-filters{margin:0 0 100px}}@media screen and (min-width:103.125em){.theme8blocks-team .team-filters{margin:0 0 135px}}.theme8blocks-team .team-section{margin:0 0 50px}.theme8blocks-loop.sticky_scroll .posts-col .loop-card:last-child,.theme8blocks-team .team-section:last-child{margin-bottom:0}.theme8blocks-team .team-section .category-title,div#search-form-layer .wrap .title{margin:0 0 15px}.image-format-3-4 .team-card .image.format{padding-bottom:122%}.team-card,.team-popup{display:flex;flex-direction:column;justify-content:flex-start;text-decoration:none}.team-card a.image,.team-popup a.image{display:block;overflow:hidden}.team-card a.image img,.team-popup a.image img{display:block;transition:transform 1s cubic-bezier(.16,1,.3,1);transition:transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}.team-card a.image:hover img,.team-popup a.image:hover img{-webkit-transform:scale(1.03) rotate(.5deg);transform:scale(1.03) rotate(.5deg)}.team-card .image,.team-popup .image{width:100%;position:relative;margin:0 0 30px}.team-card .image img{height:100%;position:absolute}.team-card .image img,.team-popup .image img{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width:75em){.team-card .image,.team-popup .image{margin:0 0 50px}}.team-card .content,.team-popup .content{margin:20px 0 0;display:flex;flex-direction:column;flex-grow:1}.team-card .content .name,.team-popup .content .name{color:#29e689;font-size:20px;margin:0}.team-card .content .info,.team-popup .content .info{margin:15px 0 0;font-size:15px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.team-card .content .info .title,.team-popup .content .info .title{margin:17px 0}#nav-layer .widgets.top>*,.team-card .content .info .description,.team-popup .content .info .description{margin:0 0 20px}.team-card .content .info a.email,.team-card .content .info a.phone,.team-popup .content .info a.email,.team-popup .content .info a.phone{font-weight:700;text-decoration:none;transition:color .7s}.team-card .content .info a.email:hover,.team-card .content .info a.phone:hover,.team-popup .content .info a.email:hover,.team-popup .content .info a.phone:hover,.theme8blocks-frontsplash.in-view h1 b,.theme8blocks-frontsplash.in-view h1 i,.theme8blocks-frontsplash.in-view h1 strong{color:#29e689}.team-card .content .info .read-more,.team-popup .content .info .read-more{margin:27px 0 0-3px;display:inline-flex;align-self:flex-start;justify-self:flex-start;width:auto}.image-format-natural .team-card .image.format img,.image-format-natural .team-popup .image.format img,.theme8blocks-gallery.image-format-natural .image.format img{position:relative;width:100%;height:auto}.team-popup .image,.team-popup .image.format{height:auto;padding:0}.team-popup .image img,.team-popup .image.format img{height:auto;position:relative}.theme8blocks-gallery .image.format{position:relative;overflow:hidden}.theme8blocks-gallery .image.format img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0}.theme8blocks-gallery.expand-out-of-screen,.theme8blocks-loop.slider .overflow,.theme8blocks-loop.slider.expand-out-of-screen{overflow:hidden}.theme8blocks-gallery.expand-out-of-screen .collection.swiper,.theme8blocks-loop.slider.expand-out-of-screen .overflow{overflow:visible}@media print,screen and (min-width:64em){.theme8blocks-loop.sticky_scroll .text-wrap .text div#search-form-layer .wrap .title:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h1:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h2:first-of-type,div#search-form-layer .wrap .theme8blocks-loop.sticky_scroll .text-wrap .text .title:first-of-type{font-size:80px}}@media screen and (min-width:90em){.theme8blocks-loop.sticky_scroll .text-wrap .text div#search-form-layer .wrap .title:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h1:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h2:first-of-type,div#search-form-layer .wrap .theme8blocks-loop.sticky_scroll .text-wrap .text .title:first-of-type{font-size:100px}}@media screen and (min-width:125em){.theme8blocks-loop.sticky_scroll .text-wrap .text div#search-form-layer .wrap .title:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h1:first-of-type,.theme8blocks-loop.sticky_scroll .text-wrap .text h2:first-of-type,div#search-form-layer .wrap .theme8blocks-loop.sticky_scroll .text-wrap .text .title:first-of-type{font-size:120px}}.theme8blocks-loop.sticky_scroll .posts-col .loop-card{margin:0 0 30px}@media print,screen and (min-width:64em){.theme8blocks-loop.sticky_scroll .posts-col .loop-card{margin:0 0 50px}}@media screen and (min-width:75em){.theme8blocks-loop.sticky_scroll .posts-col .loop-card{margin:0 0 70px}}@media screen and (min-width:125em){.theme8blocks-loop.sticky_scroll .posts-col .loop-card{margin:0 0 90px}}.loop-card.loop-card-post a{text-decoration:none}.loop-card.loop-card-post .image.no-image{background:#f0ebe7 url(/wp-content/themes/patentgruppen/images/circle-logo.svg)no-repeat center/50%;transition:background 1s cubic-bezier(.16,1,.3,1)}.loop-card.loop-card-post .image,.loop-card.loop-card-post a.image{background-color:transparent;overflow:hidden;margin:0}.loop-card.loop-card-post .image:hover,.loop-card.loop-card-post a.image:hover{background-size:52%}.loop-card.loop-card-post .image:hover img,.loop-card.loop-card-post a.image:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.loop-card.loop-card-post .image img,.loop-card.loop-card-post a.image img{width:100%;transition:transform 1s cubic-bezier(.16,1,.3,1);transition:transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}.loop-card.loop-card-post .image,.loop-card.loop-card-post a.image,.loop-card.loop-card-post a.title-link{position:relative;display:flex;flex-direction:column;justify-content:flex-end}.loop-card.loop-card-post .info{padding:50px 0 0}@media screen and (min-width:75em){.loop-card.loop-card-post .info{padding:73px 0 0}}.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post{margin:0 0 50px}.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post .info{padding:30px 0 0}@media screen and (min-width:75em){.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post .info{padding:40px 0 0}}@media screen and (min-width:90em){.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post .info{padding:50px 0 0}}@media screen and (min-width:103.125em){.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post .info{padding:60px 0 0}}@media screen and (min-width:125em){.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post .info{padding:70px 0 0}}@media screen and (min-width:75em){.theme8blocks-loop.grid.image-format-natural .loop-card.loop-card-post{margin:0 0 70px}}.theme8blocks-loop.slider.image-format-natural .loop-card.loop-card-post{padding-right:80px}.theme8blocks-loop.slider.image-format-natural .loop-card.loop-card-post a.image{padding-bottom:100%}.theme8blocks-loop.slider.image-format-natural .loop-card.loop-card-post a.image img{position:absolute;left:0;top:auto;bottom:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}@media print,screen and (min-width:64em){.theme8blocks-loop.slider.image-format-natural .loop-card.loop-card-post{padding-right:0}}.loop-card.loop-card-post .theme8blocks-team .team-section .category-title,.loop-card.loop-card-post h3,.theme8blocks-team .team-section .loop-card.loop-card-post .category-title{text-decoration:none;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.loop-card.loop-card-post .theme8blocks-team .team-section .category-title:hover,.loop-card.loop-card-post h3:hover,.theme8blocks-team .team-section .loop-card.loop-card-post .category-title:hover{-webkit-transform:translateX(2px);transform:translateX(2px)}.loop-card.loop-card-post .excerpt,.loop-card.loop-card-post .excerpt p{font-size:15px}@media screen and (min-width:75em){.loop-card.loop-card-post .excerpt,.loop-card.loop-card-post .excerpt p{font-size:16px}}@media screen and (min-width:103.125em){.loop-card.loop-card-post .excerpt,.loop-card.loop-card-post .excerpt p{font-size:20px}}.maplabel{background-color:#c00;border:10px solid green;color:#ff0}.theme8blocks-default,.theme8blocks-map{overflow:hidden}.theme8blocks-map .map{opacity:0}.theme8blocks-map .map.rendered{opacity:1}.theme8blocks-map.small .map{height:250px}.theme8blocks-map.medium .map{height:500px}.theme8blocks-map.large .map{height:600px;max-height:90vh}@media print,screen and (min-width:64em){.theme8blocks-map.large .map{height:600px}}@media screen and (min-width:75em){.theme8blocks-map.large .map{height:700px}}@media screen and (min-width:90em){.theme8blocks-map.large .map{height:750px}}@media screen and (min-width:103.125em){.theme8blocks-map.large .map{height:1000px}}@media screen and (min-width:125em){.theme8blocks-map.large .map{height:1110px;max-height:90vh;min-height:75vh}}.theme8blocks-map .directions{text-decoration:none}.theme8blocks-map .directions:focus,.theme8blocks-map .directions:hover{text-decoration:none}.theme8blocks-default .grid-container{position:relative;z-index:2}.theme8blocks-default .masked-media{position:relative;display:block;overflow:hidden;margin-right:-20px;-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/default-section-mask.svg);mask-image:url(/wp-content/themes/patentgruppen/images/default-section-mask.svg);-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right top;mask-position:right top}.theme8blocks-default .masked-media:after{content:"";display:block;padding-bottom:123%}.theme8blocks-default .masked-media .image{width:100%;height:100%}.theme8blocks-default .masked-media img,.theme8blocks-default .masked-media video{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-transform:scale(1.15);transform:scale(1.15)}@media print,screen and (min-width:64em){.theme8blocks-default .masked-media img,.theme8blocks-default .masked-media video{-webkit-transform:scale(1);transform:scale(1)}}@media print,screen and (min-width:22.5em){.theme8blocks-default .masked-media{margin-right:-30px}}@media print,screen and (max-width:39.99875em){.theme8blocks-default .masked-media{width:400px;max-width:100%}}@media screen and (min-width:640px){.theme8blocks-default .masked-media{margin-right:calc((50vw - 100% - 20px)*-1);width:calc(100% + 50vw - 100% - 20px);max-width:calc(100% + 50vw - 100% - 20px)}}@media print,screen and (min-width:64em){.theme8blocks-default .masked-media{margin-bottom:250px}}@media screen and (min-width:150em){.theme8blocks-default .masked-media{margin-right:calc((50vw - 100% - 20px)*-1 + 1px)}}@media (min-width:3200px){.theme8blocks-default .masked-media{width:calc(100% + 300px);max-width:calc(100% + 300px);margin-right:calc((3200px - 200%)/2*-1 + 20px)}}.theme8blocks-default.circle-image,div#nav-layer .wrap nav ul li,header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>.level-wrap .grid-container,header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>.level-wrap .grid-container>ul>li{padding:0}.theme8blocks-default.circle-image .media{display:flex;justify-content:flex-end}.theme8blocks-default .media .featured,.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.title{position:relative}.theme8blocks-default .content-cell{display:flex;flex-direction:column;justify-content:center;padding-bottom:55px}.theme8blocks-default .content-cell .content>*{margin:0 0 10px}.theme8blocks-default .content-cell .content>:last-child{margin-bottom:0}@media print,screen and (min-width:64em){.theme8blocks-default .content-cell .content>*{margin:0 0 15px}}.theme8blocks-default .content-cell .text{margin:40px 0 0}.theme8blocks-default .content-cell .text p:first-child{margin-top:0}.arrow-banner .banner-text p:last-child,.theme8blocks-default .content-cell .text p:last-child{margin-bottom:0}@media screen and (min-width:103.125em){.theme8blocks-default .content-cell .text{margin:60px 0 0}}.theme8blocks-default .content-cell .links{margin:40px 0 0}@media screen and (min-width:103.125em){.theme8blocks-default .content-cell .links{margin:60px 0 0}}@media print,screen and (min-width:40em){.theme8blocks-default .content-cell{padding:80px 0}}@media print,screen and (min-width:64em){.theme8blocks-default .content-cell{padding:100px 0 150px}}@media screen and (min-width:90em){.theme8blocks-default .content-cell{padding:150px 0 250px}}@media screen and (min-width:125em){.theme8blocks-default .content-cell{padding:200px 0 370px}}.theme8blocks-audioplayer a.audio-file:after{content:"";font-family:"Font Awesome 6 Free"}.theme8blocks-audioplayer a.audio-file.active:after{content:"";font-family:"Font Awesome 6 Free"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before div#search-form-layer .wrap .groupedcontent-element>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.title:before{content:"";position:absolute;left:0;top:0}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.title{padding-left:30px}@media print,screen and (min-width:40em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.title{padding-left:40px}}@media print,screen and (min-width:64em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.title{padding-left:45px}}@media screen and (min-width:75em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before .groupedcontent-element>div>.title{padding-left:50px}}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-check .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-check .groupedcontent-element>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-check .groupedcontent-element>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-check .groupedcontent-element>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-check .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-check div#search-form-layer .wrap .groupedcontent-element>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-check .groupedcontent-element>div>.title:before{content:"";font-family:"Font Awesome 6 Free"}.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div{padding-bottom:10px}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title{padding-left:40px}@media print,screen and (min-width:40em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title{padding-left:50px}}@media print,screen and (min-width:64em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title{padding-left:50px}}@media screen and (min-width:75em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.groupedcontent-element-content,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title{padding-left:65px}}@media print,screen and (min-width:64em){.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div{padding-bottom:20px}}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title:before{width:30px;height:30px;border-radius:50%;background:#006e66;color:#f4f4f4;display:flex;justify-content:center;align-items:center;font-size:.6em;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media print,screen and (min-width:40em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title:before{width:35px;height:35px}}@media print,screen and (min-width:64em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title:before{width:40px;height:40px}}@media screen and (min-width:75em){.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element>div>.title:before{width:50px;height:50px}}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(1)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(1)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(1)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(1)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(1)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(1)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(1)>div>.title:before{content:"1"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(2)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(2)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(2)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(2)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(2)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(2)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(2)>div>.title:before{content:"2"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(3)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(3)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(3)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(3)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(3)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(3)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(3)>div>.title:before{content:"3"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(4)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(4)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(4)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(4)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(4)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(4)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(4)>div>.title:before{content:"4"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(5)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(5)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(5)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(5)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(5)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(5)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(5)>div>.title:before{content:"5"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(6)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(6)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(6)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(6)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(6)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(6)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(6)>div>.title:before{content:"6"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(7)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(7)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(7)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(7)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(7)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(7)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(7)>div>.title:before{content:"7"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(8)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(8)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(8)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(8)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(8)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(8)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(8)>div>.title:before{content:"8"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(9)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(9)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(9)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(9)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(9)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(9)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(9)>div>.title:before{content:"9"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(10)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(10)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(10)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(10)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(10)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(10)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(10)>div>.title:before{content:"10"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(11)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(11)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(11)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(11)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(11)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(11)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(11)>div>.title:before{content:"11"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(12)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(12)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(12)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(12)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(12)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(12)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(12)>div>.title:before{content:"12"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(13)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(13)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(13)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(13)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(13)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(13)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(13)>div>.title:before{content:"13"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(14)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(14)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(14)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(14)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(14)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(14)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(14)>div>.title:before{content:"14"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(15)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(15)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(15)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(15)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(15)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(15)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(15)>div>.title:before{content:"15"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(16)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(16)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(16)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(16)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(16)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(16)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(16)>div>.title:before{content:"16"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(17)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(17)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(17)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(17)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(17)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(17)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(17)>div>.title:before{content:"17"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(18)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(18)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(18)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(18)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(18)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(18)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(18)>div>.title:before{content:"18"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(19)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(19)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(19)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(19)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(19)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(19)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(19)>div>.title:before{content:"19"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(20)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(20)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(20)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(20)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(20)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(20)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(20)>div>.title:before{content:"20"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(21)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(21)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(21)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(21)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(21)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(21)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(21)>div>.title:before{content:"21"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(22)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(22)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(22)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(22)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(22)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(22)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(22)>div>.title:before{content:"22"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(23)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(23)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(23)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(23)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(23)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(23)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(23)>div>.title:before{content:"23"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(24)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(24)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(24)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(24)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(24)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(24)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(24)>div>.title:before{content:"24"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(25)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(25)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(25)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(25)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(25)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(25)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(25)>div>.title:before{content:"25"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(26)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(26)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(26)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(26)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(26)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(26)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(26)>div>.title:before{content:"26"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(27)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(27)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(27)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(27)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(27)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(27)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(27)>div>.title:before{content:"27"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(28)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(28)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(28)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(28)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(28)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(28)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(28)>div>.title:before{content:"28"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(29)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(29)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(29)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(29)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(29)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(29)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(29)>div>.title:before{content:"29"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(30)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(30)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(30)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(30)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(30)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(30)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(30)>div>.title:before{content:"30"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(31)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(31)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(31)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(31)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(31)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(31)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(31)>div>.title:before{content:"31"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(32)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(32)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(32)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(32)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(32)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(32)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(32)>div>.title:before{content:"32"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(33)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(33)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(33)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(33)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(33)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(33)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(33)>div>.title:before{content:"33"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(34)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(34)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(34)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(34)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(34)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(34)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(34)>div>.title:before{content:"34"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(35)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(35)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(35)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(35)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(35)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(35)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(35)>div>.title:before{content:"35"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(36)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(36)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(36)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(36)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(36)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(36)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(36)>div>.title:before{content:"36"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(37)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(37)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(37)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(37)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(37)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(37)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(37)>div>.title:before{content:"37"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(38)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(38)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(38)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(38)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(38)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(38)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(38)>div>.title:before{content:"38"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(39)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(39)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(39)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(39)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(39)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(39)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(39)>div>.title:before{content:"39"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(40)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(40)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(40)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(40)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(40)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(40)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(40)>div>.title:before{content:"40"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(41)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(41)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(41)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(41)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(41)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(41)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(41)>div>.title:before{content:"41"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(42)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(42)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(42)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(42)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(42)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(42)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(42)>div>.title:before{content:"42"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(43)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(43)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(43)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(43)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(43)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(43)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(43)>div>.title:before{content:"43"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(44)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(44)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(44)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(44)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(44)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(44)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(44)>div>.title:before{content:"44"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(45)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(45)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(45)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(45)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(45)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(45)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(45)>div>.title:before{content:"45"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(46)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(46)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(46)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(46)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(46)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(46)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(46)>div>.title:before{content:"46"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(47)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(47)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(47)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(47)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(47)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(47)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(47)>div>.title:before{content:"47"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(48)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(48)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(48)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(48)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(48)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(48)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(48)>div>.title:before{content:"48"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(49)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(49)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(49)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(49)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(49)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(49)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(49)>div>.title:before{content:"49"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(50)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(50)>div>h2:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(50)>div>h3:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(50)>div>h4:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .theme8blocks-team .team-section .groupedcontent-element:nth-child(50)>div>.category-title:before,.theme8blocks.theme8blocks-groupedcontent.icon-before-title-number div#search-form-layer .wrap .groupedcontent-element:nth-child(50)>div>.title:before,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-before-title-number .groupedcontent-element:nth-child(50)>div>.title:before{content:"50"}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-after .groupedcontent-element>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after .groupedcontent-element>div>h2:after,.theme8blocks.theme8blocks-groupedcontent.icon-after .groupedcontent-element>div>h3:after,.theme8blocks.theme8blocks-groupedcontent.icon-after .groupedcontent-element>div>h4:after,.theme8blocks.theme8blocks-groupedcontent.icon-after .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after div#search-form-layer .wrap .groupedcontent-element>div>.title:after,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-after .groupedcontent-element>div>.title:after{content:""}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element>div>h2:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element>div>h3:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element>div>h4:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus div#search-form-layer .wrap .groupedcontent-element>div>.title:after,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element>div>.title:after{content:"+";font-family:"Font Awesome 6 Free";display:inline-block;margin-left:10px;transition:transform .6s cubic-bezier(.16,1,.3,1);transition:transform .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1);font-weight:900}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element.active>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element.active>div>h2:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element.active>div>h3:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element.active>div>h4:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .theme8blocks-team .team-section .groupedcontent-element.active>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus div#search-form-layer .wrap .groupedcontent-element.active>div>.title:after,div#nav-layer .wrap nav.cta li.menu-item-has-children.expanded>a:after,div#nav-layer .wrap nav.main li.menu-item-has-children.expanded>a:after,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.expanded>a:after,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-after-title-plus .groupedcontent-element.active>div>.title:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element>div>h2:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element>div>h3:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element>div>h4:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .theme8blocks-team .team-section .groupedcontent-element>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down div#search-form-layer .wrap .groupedcontent-element>div>.title:after,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element>div>.title:after{content:"";font-family:"Font Awesome 6 Free";display:inline-block;margin-left:10px;transition:transform .6s cubic-bezier(.16,1,.3,1);transition:transform .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1);font-weight:900}.theme8blocks-team .team-section .theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element.active>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element.active>div>h2:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element.active>div>h3:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element.active>div>h4:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .theme8blocks-team .team-section .groupedcontent-element.active>div>.category-title:after,.theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down div#search-form-layer .wrap .groupedcontent-element.active>div>.title:after,div#search-form-layer .wrap .theme8blocks.theme8blocks-groupedcontent.icon-after-title-arrow-down .groupedcontent-element.active>div>.title:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before .groupedcontent-element>.acf-innerblocks-container{padding-bottom:10px;position:relative}.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before .groupedcontent-element>.acf-innerblocks-container:before{content:"";background:#006e66;width:1px;position:absolute;left:10px;top:40px;bottom:0}@media print,screen and (min-width:64em){.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before .groupedcontent-element>.acf-innerblocks-container:before{left:15px}}.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before .groupedcontent-element:last-of-type>.acf-innerblocks-container{padding-bottom:0}.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before .groupedcontent-element:last-of-type>.acf-innerblocks-container:before{display:none}.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before.icon-before-title-number .groupedcontent-element>.acf-innerblocks-container{padding-bottom:20px}.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before.icon-before-title-number .groupedcontent-element>.acf-innerblocks-container:before{left:15px;top:30px;bottom:10px}@media print,screen and (min-width:40em){.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before.icon-before-title-number .groupedcontent-element>.acf-innerblocks-container:before{left:17px;top:35px}}@media print,screen and (min-width:64em){.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before.icon-before-title-number .groupedcontent-element>.acf-innerblocks-container:before{left:20px;top:50px;bottom:20px}}@media screen and (min-width:75em){.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before.icon-before-title-number .groupedcontent-element>.acf-innerblocks-container:before{left:25px}}@media print,screen and (min-width:64em){.theme8blocks.theme8blocks-groupedcontent.has-connector-line.icon-before.icon-before-title-number .groupedcontent-element>.acf-innerblocks-container{padding-bottom:30px}}.theme8blocks-frontsplash{background-color:#006e66;overflow:hidden;min-height:100vh;max-height:1300px}.theme8blocks-frontsplash .content-cell{margin-top:200px;margin-bottom:150px}@media print,screen and (min-width:40em){.theme8blocks-frontsplash .content-cell{margin-top:150px;margin-bottom:150px}}.theme8blocks-frontsplash .background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.theme8blocks-frontsplash .background .image,.theme8blocks-frontsplash .background .opacity,.theme8blocks-frontsplash .background .video,.theme8blocks-frontsplash .background .video video,.theme8blocks-frontsplash .background img,.theme8blocks-frontsplash .background video{width:100%;height:100%;position:absolute;top:0;left:0}.theme8blocks-frontsplash .background .image{opacity:0;transition:opacity 2s,transform 5s ease,filter 1s;transition:opacity 2s,transform 5s ease,filter 1s,-webkit-transform 5s ease,-webkit-filter 1s}.theme8blocks-frontsplash .background .image .opacity{-o-object-fit:cover;object-fit:cover}.theme8blocks-frontsplash .background .image.active{opacity:1;-webkit-transform:none;transform:none;-webkit-filter:none;filter:none}.theme8blocks-frontsplash .background .video{-o-object-position:fit;object-position:fit;opacity:0;transition:opacity 1s}.theme8blocks-frontsplash .grid-container .grid-x{position:relative;z-index:2}.theme8blocks-frontsplash,.theme8blocks-frontsplash a,.theme8blocks-frontsplash div#search-form-layer .wrap .title,.theme8blocks-frontsplash h1,.theme8blocks-frontsplash h2,div#search-form-layer .wrap .theme8blocks-frontsplash .title{color:#f0ebe7;text-decoration:none}.theme8blocks-frontsplash h1{line-height:1.2;font-weight:400;font-size:25px;margin:0;opacity:0;-webkit-transform:scale(.99);transform:scale(.99);transition:opacity 2s,transform 1.5s cubic-bezier(.34,1.56,.64,1);transition:opacity 2s,transform 1.5s cubic-bezier(.34,1.56,.64,1),-webkit-transform 1.5s cubic-bezier(.34,1.56,.64,1);transition-delay:.2s}.theme8blocks-frontsplash div#search-form-layer .wrap .tag.title,.theme8blocks-frontsplash h2.tag,div#search-form-layer .wrap .theme8blocks-frontsplash .tag.title{margin:0 0 18px;opacity:0;transition:opacity 2s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity 2s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1);-webkit-transform:translateX(-10px);transform:translateX(-10px);transition-delay:.5s;-webkit-animation-name:splashtagblink;animation-name:splashtagblink;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.5s;animation-delay:1.5s}@media screen and (min-width:75em){.theme8blocks-frontsplash div#search-form-layer .wrap .tag.title,.theme8blocks-frontsplash h2.tag,div#search-form-layer .wrap .theme8blocks-frontsplash .tag.title{margin:0 0 20px}}.theme8blocks-frontsplash h1 b,.theme8blocks-frontsplash h1 i,.theme8blocks-frontsplash h1 strong{color:#f0ebe7;transition:color 1s;transition-delay:1s;font-style:normal;font-weight:400}@media print,screen and (min-width:40em){.theme8blocks-frontsplash h1{font-size:30px}}@media print,screen and (min-width:64em){.theme8blocks-frontsplash h1{font-size:34px}}@media screen and (min-width:75em){.theme8blocks-frontsplash h1{font-size:40px}}@media screen and (min-width:90em){.theme8blocks-frontsplash h1{font-size:45px}}@media screen and (min-width:103.125em){.theme8blocks-frontsplash h1{font-size:55px}}@media screen and (min-width:1800px) and (min-height:900px){.theme8blocks-frontsplash h1{font-size:60px}}@media screen and (min-width:2000px) and (min-height:1000px){.theme8blocks-frontsplash h1{font-size:80px}}.theme8blocks-frontsplash a.link{display:inline-flex;position:relative;text-decoration:none;font-weight:400;font-size:24px;margin:45px 0 0;opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);transition:color .2s,opacity 1s,transform 1s cubic-bezier(.34,1.56,.64,1);transition:color .2s,opacity 1s,transform 1s cubic-bezier(.34,1.56,.64,1),-webkit-transform 1s cubic-bezier(.34,1.56,.64,1);transition-delay:1s}.theme8blocks-frontsplash a.link>span{display:block;border-radius:50%;background-color:#f0ebe7;width:36px;height:36px;margin:0 0 0 25px;overflow:hidden}.theme8blocks-frontsplash a.link>span span{display:block;width:100%;height:100%;background-color:#006e66;-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/arrow-right.svg);mask-image:url(/wp-content/themes/patentgruppen/images/arrow-right.svg);-webkit-mask-size:18px;mask-size:18px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.theme8blocks-frontsplash a.link:hover{color:#29e689;transition:color .3s}.theme8blocks-frontsplash a.link:hover span span{-webkit-animation-name:circlearrowlink;animation-name:circlearrowlink;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.in-view .theme8blocks-frontsplash a.link{transition-delay:0s}@media screen and (min-width:103.125em){.theme8blocks-frontsplash a.link{margin:65px 0 0}}.theme8blocks-frontsplash .circle-logo{position:absolute;z-index:1;right:-63px;bottom:-140px;width:355px;height:355px}.theme8blocks-frontsplash .circle-logo:after{content:"";display:block;width:100%;height:100%;background:url(/wp-content/themes/patentgruppen/images/circle-logo.svg);opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2);transition:opacity 2s,transform 1s,filter 1s;transition:opacity 2s,transform 1s,filter 1s,-webkit-transform 1s,-webkit-filter 1s;-webkit-filter:blur(1.5rem);filter:blur(1.5rem)}@media print,screen and (min-width:40em){.theme8blocks-frontsplash .circle-logo{width:500px;height:500px;bottom:-350px}}@media print,screen and (min-width:64em){.theme8blocks-frontsplash .circle-logo{width:550px;height:550px;bottom:-400px}}@media screen and (min-width:75em){.theme8blocks-frontsplash .circle-logo{width:650px;height:650px;bottom:-430px}}@media screen and (min-width:90em){.theme8blocks-frontsplash .circle-logo{width:700px;height:700px}}@media screen and (min-width:103.125em){.theme8blocks-frontsplash .circle-logo{width:819px;height:819px;bottom:-550px}}@media screen and (min-width:125em){.theme8blocks-frontsplash .circle-logo{width:1100px;height:1100px;bottom:-700px}}.theme8blocks-frontsplash .news{position:absolute;z-index:2;left:0;right:0;bottom:0;overflow:hidden;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;transition:transform 1s cubic-bezier(.16,1,.3,1),background .5s,color .5s,opacity .2s;transition:transform 1s cubic-bezier(.16,1,.3,1),background .5s,color .5s,opacity .2s,-webkit-transform 1s cubic-bezier(.16,1,.3,1);transition-delay:1.5s;-webkit-transform:translateY(100%);transform:translateY(100%);background-color:#f4f4f4;min-height:57px;padding:10px 0;color:#006e66;font-size:15px;line-height:1.1}.theme8blocks-frontsplash .news .items .item{position:absolute;display:flex;flex-wrap:wrap;opacity:0;font-weight:700;-webkit-transform:translateX(-10px);transform:translateX(-10px);visibility:hidden;transition:opacity 1s,transform 1.5s;transition:opacity 1s,transform 1.5s,-webkit-transform 1.5s}.theme8blocks-frontsplash .news .items .item .title{width:100%}@media print,screen and (min-width:40em){.theme8blocks-frontsplash .news .items .item .title{width:auto}}.theme8blocks-frontsplash .news .items .item .link-label{font-weight:400;text-decoration:underline;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;display:flex;justify-content:center;align-items:center}@media print,screen and (min-width:40em){.theme8blocks-frontsplash .news .items .item .link-label{margin:0 0 0 12px;width:auto}}.theme8blocks-frontsplash .news .items .item.active{visibility:visible;opacity:1;position:relative;-webkit-transform:none;transform:none}.theme8blocks-frontsplash .news:hover .link-label{-webkit-transform:translateX(2px);transform:translateX(2px)}@media print,screen and (min-width:40em){.theme8blocks-frontsplash .news{font-size:18px}}@media print,screen and (min-width:64em){.theme8blocks-frontsplash .news{font-size:20px}}.theme8blocks-frontsplash.in-view .circle-logo{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-animation-name:circlelogo;animation-name:circlelogo;-webkit-animation-duration:70s;animation-duration:70s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.theme8blocks-frontsplash.in-view .circle-logo:after,.theme8blocks-frontsplash.in-view .news,.theme8blocks-frontsplash.in-view .video,.theme8blocks-frontsplash.in-view a.link,.theme8blocks-frontsplash.in-view div#search-form-layer .wrap .tag.title,.theme8blocks-frontsplash.in-view h1,.theme8blocks-frontsplash.in-view h2.tag,div#search-form-layer .wrap .theme8blocks-frontsplash.in-view .tag.title{opacity:1;-webkit-transform:none;transform:none;-webkit-filter:none;filter:none}.theme8blocks.theme8blocks-services,.theme8blocks.theme8blocks-services.vertical-with-excerpts a .excerpt p,section.page-content .theme8blocks.theme8blocks-services{margin:0}.theme8blocks.theme8blocks-services .list{display:flex;flex-wrap:wrap}.theme8blocks.theme8blocks-services .list a{transition:opacity 1s,transform 1.5s;transition:opacity 1s,transform 1.5s,-webkit-transform 1.5s}.theme8blocks.theme8blocks-services .list a:nth-child(1){transition-delay:.05s}.theme8blocks.theme8blocks-services .list a:nth-child(2),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(5){transition-delay:.1s}.theme8blocks.theme8blocks-services .list a:nth-child(3){transition-delay:.15s}.theme8blocks.theme8blocks-services .list a:nth-child(4){transition-delay:.2s}.theme8blocks.theme8blocks-services .list a:nth-child(5){transition-delay:.25s}.theme8blocks.theme8blocks-services .list a:nth-child(6){transition-delay:.3s}.theme8blocks.theme8blocks-services .list a:nth-child(7){transition-delay:.35s}.theme8blocks.theme8blocks-services .list a:nth-child(8){transition-delay:.4s}.theme8blocks.theme8blocks-services .list a:nth-child(9){transition-delay:.45s}.theme8blocks.theme8blocks-services .list a:nth-child(10){transition-delay:.5s}.theme8blocks.theme8blocks-services .list a:nth-child(11){transition-delay:.55s}.theme8blocks.theme8blocks-services .list a:nth-child(12){transition-delay:.6s}.theme8blocks.theme8blocks-services .list a:nth-child(13){transition-delay:.65s}.theme8blocks.theme8blocks-services .list a:nth-child(14){transition-delay:.7s}.theme8blocks.theme8blocks-services .list a:nth-child(15){transition-delay:.75s}.theme8blocks.theme8blocks-services .list a:nth-child(16){transition-delay:.8s}.theme8blocks.theme8blocks-services .list a:nth-child(17){transition-delay:.85s}.theme8blocks.theme8blocks-services .list a:nth-child(18){transition-delay:.9s}.theme8blocks.theme8blocks-services .list a:nth-child(19){transition-delay:.95s}.theme8blocks.theme8blocks-services .list a:nth-child(20){transition-delay:1s}.theme8blocks.theme8blocks-services .list a.in-view{opacity:1;-webkit-transform:none;transform:none}.theme8blocks.theme8blocks-services .list a.current .label,.theme8blocks.theme8blocks-services .list a:hover .label{transition-delay:0;color:#006e66;border-color:#f0ebe7;background-color:#f0ebe7}.theme8blocks.theme8blocks-services a{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);text-decoration:none}.theme8blocks.theme8blocks-services a .label{font-size:24px;display:inline-flex;justify-content:center;align-items:center;align-self:flex-start;min-height:48px;border-radius:100px;border:2px solid #f0ebe7;padding:5px 27px 8px;transition:color .5s,border .5s,background .5s,transform .3s cubic-bezier(.34,1.56,.64,1);transition:color .5s,border .5s,background .5s,transform .3s cubic-bezier(.34,1.56,.64,1),-webkit-transform .3s cubic-bezier(.34,1.56,.64,1)}@media screen and (min-width:75em){.theme8blocks.theme8blocks-services a .label{font-size:28px;min-height:60px;padding:5px 40px 11px}}@media screen and (min-width:90em){.theme8blocks.theme8blocks-services a .label{font-size:32px;min-height:70px;padding:5px 35px 11px}}@media screen and (min-width:103.125em){.theme8blocks.theme8blocks-services a .label{font-size:40px;min-height:75px;padding:5px 40px 8px}}.theme8blocks.theme8blocks-services.tags .list{flex-direction:column}@media print,screen and (min-width:40em){.theme8blocks.theme8blocks-services.tags .list{flex-direction:row}}.theme8blocks.theme8blocks-services.tags a .label{margin:0 0 25px}@media print,screen and (min-width:40em){.theme8blocks.theme8blocks-services.tags a .label{margin:0 25px 25px 0}}@media screen and (min-width:75em){.theme8blocks.theme8blocks-services.tags a .label{margin:0 35px 35px 0}}.theme8blocks.theme8blocks-services.vertical-with-excerpts a{-webkit-transform:none;transform:none;opacity:1;width:100%;display:flex;flex-direction:column;margin:0 0 40px}@media print,screen and (min-width:64em){.theme8blocks.theme8blocks-services.vertical-with-excerpts a .label-wrap{width:33.3%;display:flex;flex-direction:column;justify-content:center}}.theme8blocks.theme8blocks-services.vertical-with-excerpts a .excerpt{margin:20px 0 0;max-width:236px}@media print,screen and (min-width:40em){.theme8blocks.theme8blocks-services.vertical-with-excerpts a .excerpt{max-width:450px}}@media print,screen and (min-width:64em){.theme8blocks.theme8blocks-services.vertical-with-excerpts a .excerpt{max-width:660px;width:66.6%;margin:0;display:flex;flex-direction:column;justify-content:center}.theme8blocks.theme8blocks-services.vertical-with-excerpts a{flex-direction:row;margin:0 0 60px}}@media screen and (min-width:90em){.theme8blocks.theme8blocks-services.vertical-with-excerpts a{margin:0 0 70px}}@media screen and (min-width:103.125em){.theme8blocks.theme8blocks-services.vertical-with-excerpts a{margin:0 0 80px}}section.page-content .theme8blocks.theme8blocks-logowall{margin:0}.arrow-banner,.theme8blocks-linkbar,html.no-scroll body{overflow:hidden}.theme8blocks-linkbar.in-view .grid-container,div#nav-layer .wrap .language-links div.globe svg{-webkit-transform:none;transform:none}.theme8blocks-linkbar .grid-container{position:relative;-webkit-transform:translateX(-50px);transform:translateX(-50px);transition:transform 3s cubic-bezier(.16,1,.3,1);transition:transform 3s cubic-bezier(.16,1,.3,1),-webkit-transform 3s cubic-bezier(.16,1,.3,1)}@media screen and (min-width:75em){.theme8blocks-linkbar .grid-container a.wrap:hover{-webkit-transform:translateX(2px);transform:translateX(2px)}}.theme8blocks-linkbar .grid-container a.wrap,.theme8blocks-linkbar .grid-container div.wrap{display:block;text-decoration:none;position:relative;transition:transform .5s cubic-bezier(.34,1.56,.64,1);transition:transform .5s cubic-bezier(.34,1.56,.64,1),-webkit-transform .5s cubic-bezier(.34,1.56,.64,1)}.theme8blocks-linkbar .grid-container a.wrap .circle,.theme8blocks-linkbar .grid-container div.wrap .circle{width:0;height:0;border-radius:50%;background-color:#f0ebe7;position:absolute;z-index:1;right:55px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:width .3s,height .3s,transform .3s,background 3s,margin .3s;transition:width .3s,height .3s,transform .3s,background 3s,margin .3s,-webkit-transform .3s;display:flex;justify-content:center;align-items:center}.theme8blocks-linkbar .grid-container a.wrap .circle svg,.theme8blocks-linkbar .grid-container div.wrap .circle svg{width:20px;transition:opacity .2s,width .7s cubic-bezier(.34,1.56,.64,1)}@media screen and (min-width:75em){.theme8blocks-linkbar .grid-container a.wrap .circle svg,.theme8blocks-linkbar .grid-container div.wrap .circle svg{width:0}}@media print,screen and (min-width:64em){.theme8blocks-linkbar .grid-container a.wrap .circle,.theme8blocks-linkbar .grid-container div.wrap .circle{right:70px}}@media screen and (min-width:90em){.theme8blocks-linkbar .grid-container a.wrap .circle,.theme8blocks-linkbar .grid-container div.wrap .circle{right:90px}}@media screen and (min-width:103.125em){.theme8blocks-linkbar .grid-container a.wrap .circle,.theme8blocks-linkbar .grid-container div.wrap .circle{right:105px}}.theme8blocks-linkbar .grid-container .text{position:relative;z-index:1;color:#f0ebe7;background-color:#004644;border-top-right-radius:200px;border-bottom-right-radius:200px;max-width:1400px;padding:31px 130px 31px 0}.theme8blocks-linkbar .grid-container .text b,.theme8blocks-linkbar .grid-container .text em,.theme8blocks-linkbar .grid-container .text i,.theme8blocks-linkbar .grid-container .text strong{text-transform:none;font-weight:400;font-style:normal;color:#29e689}.theme8blocks-linkbar .grid-container .text:before{content:"";background-color:#004644;position:absolute;top:0;bottom:0;left:-50vw;right:99%}.theme8blocks-linkbar .grid-container .text .wrap{max-width:800px}@media print,screen and (min-width:40em){.theme8blocks-linkbar .grid-container .text{font-size:20px;width:80%;padding:40px 20% 40px 0}}@media print,screen and (min-width:64em){.theme8blocks-linkbar .grid-container .text{width:80%;padding:50px 20% 50px 0;font-size:25px}}@media screen and (min-width:75em){.theme8blocks-linkbar .grid-container .text{font-size:30px;width:80%;padding:60px 20% 60px 0}}@media screen and (min-width:103.125em){.theme8blocks-linkbar .grid-container .text{width:75%;font-size:35px;padding:86px 25% 86px 0}}.theme8blocks-linkbar.in-view .grid-container a.wrap .circle,.theme8blocks-linkbar.in-view .grid-container div.wrap .circle{width:34px;height:34px}.theme8blocks-linkbar.in-view .grid-container a.wrap:hover .circle,.theme8blocks-linkbar.in-view .grid-container div.wrap:hover .circle{width:40px;height:40px;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-right:-3px}.theme8blocks-linkbar.in-view .grid-container a.wrap:hover .circle svg,.theme8blocks-linkbar.in-view .grid-container div.wrap:hover .circle svg{opacity:1;visibility:visible;width:22px}@media screen and (min-width:75em){.theme8blocks-linkbar.in-view .grid-container a.wrap:hover .circle svg,.theme8blocks-linkbar.in-view .grid-container div.wrap:hover .circle svg{width:35px}.theme8blocks-linkbar.in-view .grid-container a.wrap:hover .circle,.theme8blocks-linkbar.in-view .grid-container div.wrap:hover .circle{width:70px;height:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-right:-8px}}.theme8blocks-punchline .bar .theme8blocks-team .team-section .text.category-title a,.theme8blocks-punchline .bar .theme8blocks-team .team-section .text.category-title em,.theme8blocks-punchline .bar .theme8blocks-team .team-section .text.category-title i,.theme8blocks-punchline .bar .theme8blocks-team .team-section .text.category-title strong,.theme8blocks-punchline .bar h3.text a,.theme8blocks-punchline .bar h3.text em,.theme8blocks-punchline .bar h3.text i,.theme8blocks-punchline .bar h3.text strong,.theme8blocks-team .team-section .theme8blocks-punchline .bar .text.category-title a,.theme8blocks-team .team-section .theme8blocks-punchline .bar .text.category-title em,.theme8blocks-team .team-section .theme8blocks-punchline .bar .text.category-title i,.theme8blocks-team .team-section .theme8blocks-punchline .bar .text.category-title strong,header.site .quick-bar a:hover i{color:#29e689}.theme8blocks-punchline .bar .lock{opacity:0;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .2s;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .2s,-webkit-transform .6s cubic-bezier(.16,1,.3,1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}.theme8blocks-punchline.in-view .bar .lock,div#nav-layer .wrap nav.cta li.menu-item-has-children.current-menu-ancestor>ul.sub-menu>li,div#nav-layer .wrap nav.cta li.menu-item-has-children.current-menu-item>ul.sub-menu>li,div#nav-layer .wrap nav.cta li.menu-item-has-children.expanded>ul.sub-menu>li,div#nav-layer .wrap nav.main li.menu-item-has-children.current-menu-ancestor>ul.sub-menu>li,div#nav-layer .wrap nav.main li.menu-item-has-children.current-menu-item>ul.sub-menu>li,div#nav-layer .wrap nav.main li.menu-item-has-children.expanded>ul.sub-menu>li,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.current-menu-ancestor>ul.sub-menu>li,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.current-menu-item>ul.sub-menu>li,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.expanded>ul.sub-menu>li{opacity:1;-webkit-transform:none;transform:none}.cases-custom-grid a.loop-card.loop-card-case .info .excerpt,.cases-custom-grid a.loop-card.loop-card-case .info .read-more,.cases-custom-grid a.loop-card.loop-card-case .info .theme8blocks-team .team-section .title.category-title,.cases-custom-grid a.loop-card.loop-card-case .info h3.title,.theme8blocks-team .team-section .cases-custom-grid a.loop-card.loop-card-case .info .title.category-title{color:#006e66}.cases-custom-grid a.loop-card.loop-card-case.square-circle .image-wrap{background-color:#004644}.cases-custom-grid a.loop-card.loop-card-case.square-circle.light-green .image-wrap{background-color:#29e689}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image-wrap:after{background-color:#feefe7}.cases-custom-grid a.loop-card.loop-card-case.square-with-graphics .image:after{background-color:#f4f4f4}.cases-custom-grid a.loop-card.loop-card-case:hover .info .theme8blocks-team .team-section .title.category-title,.cases-custom-grid a.loop-card.loop-card-case:hover .info h3.title,.theme8blocks-team .team-section .cases-custom-grid a.loop-card.loop-card-case:hover .info .title.category-title{-webkit-transform:translateX(5px);transform:translateX(5px);color:#004644;transition:color .3s,transform 1s;transition:color .3s,transform 1s,-webkit-transform 1s}.arrow-banner{display:block;position:relative;background-color:#006e66;padding:50px 0}.arrow-banner,.arrow-banner:focus,.arrow-banner:hover{text-decoration:none}.arrow-banner .background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;transition:opacity .5s}.arrow-banner .background img{width:100%;height:105%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform 1.2s cubic-bezier(.16,1,.3,1);transition:transform 1.2s cubic-bezier(.16,1,.3,1),-webkit-transform 1.2s cubic-bezier(.16,1,.3,1)}.arrow-banner .grid-container,body.single.single-case blockquote p,body.single.single-post.page-color-profile-default section.page-content .featured img,header.site{position:relative;z-index:2}.arrow-banner .theme8blocks-team .team-section .category-title,.arrow-banner a,.arrow-banner div#search-form-layer .wrap .title,.arrow-banner h1,.arrow-banner h2,.arrow-banner h3,.arrow-banner p,.theme8blocks-team .team-section .arrow-banner .category-title,div#search-form-layer .wrap .arrow-banner .title{color:#fff}.arrow-banner div#search-form-layer .wrap .banner-title.title,.arrow-banner h2.banner-title,div#search-form-layer .wrap .arrow-banner .banner-title.title{line-height:1.06}@media print,screen and (max-width:63.99875em){.arrow-banner div#search-form-layer .wrap .banner-title.title,.arrow-banner h2.banner-title,div#search-form-layer .wrap .arrow-banner .banner-title.title{font-size:35px}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.arrow-banner div#search-form-layer .wrap .banner-title.title,.arrow-banner h2.banner-title,div#search-form-layer .wrap .arrow-banner .banner-title.title{font-size:45px}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.arrow-banner div#search-form-layer .wrap .banner-title.title,.arrow-banner h2.banner-title,div#search-form-layer .wrap .arrow-banner .banner-title.title{font-size:50px}}.arrow-banner .banner-text,.arrow-banner div#search-form-layer .wrap .banner-title.title,.arrow-banner h2.banner-title,div#search-form-layer .wrap .arrow-banner .banner-title.title{max-width:550px}.arrow-banner .banner-text{margin:30px 0 0}.arrow-banner .cell.link-col,.arrow-banner .cell.text-col{display:flex;flex-direction:column;justify-content:center}.arrow-banner .cell.link-col{justify-content:flex-end}.arrow-banner .cell.link-col .link-title{color:#29e689;text-decoration:underline;font-size:25px;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media screen and (min-width:75em){.arrow-banner .cell.link-col .link-title{font-size:35px}}.arrow-banner:hover{text-decoration:none}.arrow-banner:hover .background{opacity:.08}.arrow-banner:hover .background img{-webkit-transform:scale(1.01);transform:scale(1.01)}.arrow-banner:hover .link-title{-webkit-transform:translateX(2px);transform:translateX(2px)}.arrow-banner.has-link .arrows{display:block}.arrow-banner .arrows{display:none;margin:0 0 50px}.arrow-banner .arrows .circle-arrow{background-color:#f0ebe7;border-radius:50%;position:relative}.arrow-banner .arrows .circle-arrow:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);background:url(/wp-content/themes/patentgruppen/images/arrow-right.svg)no-repeat center/50%}.arrow-banner .arrows .circle-arrow.arrow1{width:50px;height:50px;margin:0 0 15px 170px}@media screen and (min-width:75em){.arrow-banner .arrows .circle-arrow.arrow1{width:72px;height:72px;margin:0 0 15px 170px}}.arrow-banner .arrows .circle-arrow.arrow2{width:100px;height:100px;position:relative;z-index:2}@media screen and (min-width:75em){.arrow-banner .arrows .circle-arrow.arrow2{width:135px;height:135px;margin:0 0 0-50px}}.arrow-banner .arrows .circle-arrow.arrow3{width:160px;height:160px;background-color:#29e689;margin:-60px 0 0 30px}@media screen and (min-width:75em){.arrow-banner .arrows .circle-arrow.arrow3{width:200px;height:200px;margin:-60px 0 0}}@media print,screen and (min-width:64em){.arrow-banner{padding:70px 0}}@media screen and (min-width:90em){.arrow-banner{padding:86px 0}}@media screen and (min-width:125em){.arrow-banner{padding:120px 0}}.theme8blocks.theme8blocks-backlinkbanner>a{display:block;text-decoration:none;padding:70px 0}@media screen and (min-width:75em){.theme8blocks.theme8blocks-backlinkbanner>a{padding:80px 0}}@media screen and (min-width:90em){.theme8blocks.theme8blocks-backlinkbanner>a{padding:90px 0}}@media screen and (min-width:103.125em){.theme8blocks.theme8blocks-backlinkbanner>a{padding:105px 0}}.theme8blocks.theme8blocks-backlinkbanner .link-title{margin:20px 0 0;display:inline-flex;align-items:center;justify-content:center}.theme8blocks.theme8blocks-backlinkbanner .link-title div.arrow{position:relative;overflow:hidden;width:45px;height:45px;min-width:45px;min-height:45px;border-radius:50%;background-color:#f0ebe7;margin:0 0 0 30px;display:flex;justify-content:center;align-items:center}.theme8blocks.theme8blocks-backlinkbanner .link-title div.arrow:after{content:"";width:100%;height:100%;background:url(/wp-content/themes/patentgruppen/images/arrow-right.svg)no-repeat center/22px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:75em){.theme8blocks.theme8blocks-backlinkbanner .link-title div.arrow{margin:0 0 0 43px}}.theme8blocks.theme8blocks-backlinkbanner .link-title:hover div.arrow:after{-webkit-animation-name:backarrowlink;animation-name:backarrowlink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@media screen and (min-width:75em){.theme8blocks.theme8blocks-backlinkbanner .link-title{margin:60px 0 0}}@media screen and (min-width:103.125em){.theme8blocks.theme8blocks-backlinkbanner .link-title{margin:70px 0 0}}.info-bar{padding:10px 0;text-align:center;background:#29e689}.info-bar,.info-bar a,.info-bar p,header.site .quick-bar a{color:#006e66;font-size:15px}.info-bar p{margin:0}.info-bar a,header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>.level-wrap .grid-container>ul>li>a:hover{text-decoration:underline}.info-bar,.info-bar .grid-container,header.site .grid-container.main a.logo img{width:100%}header.site{z-index:7;display:flex;flex-direction:column;background:0 0;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s,-webkit-transform .5s cubic-bezier(.16,1,.3,1);height:130px}@media print,screen and (min-width:40em){header.site{height:130px}}@media print,screen and (min-width:64em){header.site{height:130px}}@media screen and (min-width:75em){header.site{height:150px}}@media screen and (min-width:90em){header.site{height:150px}}.nav-layer-is-active header.site,.search-layer-is-active header.site{transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}header.site.fixed{z-index:9;transition:height .5s ease,transform .5s cubic-bezier(0,.55,.45,1);transition:height .5s ease,transform .5s cubic-bezier(0,.55,.45,1),-webkit-transform .5s cubic-bezier(0,.55,.45,1)}header.site.fixed a.nav-toggle-icon{transition:transform .1s,opacity .2s;transition:transform .1s,opacity .2s,-webkit-transform .1s}@media print,screen and (max-width:74.99875em){header.site.fixed a.nav-toggle-icon{right:-6px}}@media screen and (min-width:75em){header.site.fixed a.nav-toggle-icon{opacity:0;position:absolute;visibility:hidden;right:70px}}.scrolled header.site.fixed .grid-container.main a.logo{transition:opacity 1s;opacity:0}.scrolled.nav-layer-is-active header.site.fixed .grid-container.main a.logo{-webkit-transform:translateY(122px);transform:translateY(122px);transition:transform .2s,opacity 5s;transition:transform .2s,opacity 5s,-webkit-transform .2s;transition-delay:.2s;opacity:1}@media screen and (min-width:75em){.scrolled.nav-layer-is-active header.site.fixed .grid-container.main a.logo{-webkit-transform:translateY(155px);transform:translateY(155px)}}.header-ready.scroll-down header.site.fixed-dynamic,.scrolled header.site.fixed{-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:height .5s ease,transform .4s;transition:height .5s ease,transform .4s,-webkit-transform .4s}.scrolled header.site.fixed .quick-bar{-webkit-transform:translateY(-100%);transform:translateY(-100%);height:0;opacity:0}.scrolled header.site.fixed a.nav-toggle-icon{opacity:1;visibility:visible;transition:transform .7s cubic-bezier(.34,1.56,.64,1),opacity 1s;transition:transform .7s cubic-bezier(.34,1.56,.64,1),opacity 1s,-webkit-transform .7s cubic-bezier(.34,1.56,.64,1);-webkit-transform:translateY(120px) scale(1);transform:translateY(120px) scale(1);transition-delay:1s}@media screen and (min-width:75em){.scrolled header.site.fixed a.nav-toggle-icon{transition-delay:1.2s;-webkit-transform:translateY(150px);transform:translateY(150px)}}header.site.fixed,header.site.fixed-dynamic{position:fixed;top:0;left:0;right:0;max-width:3200px;margin:0 auto}.header-ready.scroll-down header.site.fixed-dynamic{transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.header-ready.scroll-up header.site.fixed-dynamic{transition:transform 1s cubic-bezier(.16,1,.3,1);transition:transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1);-webkit-transform:none;transform:none}header.site .quick-bar{background:#f4f4f4;transition:transform .3s cubic-bezier(.16,1,.3,1),height 1s,opacity .3s;transition:transform .3s cubic-bezier(.16,1,.3,1),height 1s,opacity .3s,-webkit-transform .3s cubic-bezier(.16,1,.3,1)}header.site .quick-bar .grid-container{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}header.site .quick-bar .grid-container>*{margin:0 0 0 30px;padding-top:15px;padding-bottom:15px}header.site .quick-bar a{display:block;text-decoration:none;line-height:1}header.site .quick-bar a i{transition:color .3s}header.site .quick-bar a:hover{color:#00554e}header.site nav.quick ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;flex-wrap:wrap}header.site nav.quick ul li{padding:0;margin:0 0 0 15px}header.site .contact a:first-child,header.site nav.quick ul li:first-child{margin-left:0}div#nav-layer .wrap nav.quick ul,header.site .contact,header.site .some{display:flex;flex-direction:row;flex-wrap:wrap}header.site .contact a{margin:0 0 0 15px;font-weight:400;display:flex;flex-direction:row;align-items:center}div#nav-layer .wrap .contact a i,header.site .contact a i{margin:0 5px 0 0}header.site .some a{margin:0 0 0 10px;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:18px}header.site .some a:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}header.site .some a:first-child{margin-left:0}header.site .grid-container.main{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-grow:1;width:100%}header.site .grid-container.main .main-nav-wrap{flex-grow:1}header.site .grid-container.main .actions-wrap{display:flex;align-items:center}header.site .grid-container.main .actions-wrap>*{margin:0 0 0 15px}@media screen and (min-width:75em){header.site .grid-container.main .actions-wrap>*{margin:0 0 0 22px}}.nav-layer-is-active header.site .grid-container.main .actions-wrap{padding-right:5px}header.site .grid-container.main a.logo{display:block;position:relative;z-index:999;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;max-width:100%;margin:14px 0 0;width:150px}header.site .grid-container.main a.logo.svg path{transition:opacity 1s,fill .3s;fill:#fff}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(6){transition-delay:.12s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(7){transition-delay:.14s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(8){transition-delay:.16s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(9){transition-delay:.18s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(1),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(10){transition-delay:.2s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(11){transition-delay:.22s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(12){transition-delay:.24s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(13){transition-delay:.26s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(14){transition-delay:.28s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(15){transition-delay:.3s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(16){transition-delay:.32s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(17){transition-delay:.34s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(18){transition-delay:.36s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(19){transition-delay:.38s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(2),header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(20){transition-delay:.4s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(21){transition-delay:.42s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(22){transition-delay:.44s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(23){transition-delay:.46s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(24){transition-delay:.48s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(25){transition-delay:.5s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(26){transition-delay:.52s}header.site .grid-container.main a.logo.svg #svg-logo-tagline path:nth-child(27){transition-delay:.54s}@media screen and (min-width:75em){header.site .grid-container.main a.logo.svg #svg-logo-tagline path{opacity:1}}.page-color-profile-light header.site .grid-container.main a.logo.svg path{fill:#006e66}.page-color-profile-light header.site .grid-container.main a.logo.svg:hover path{fill:#004644}.nav-layer-is-active .page-color-profile-light header.site .grid-container.main a.logo.svg path{fill:#f0ebe7}.nav-layer-is-active .page-color-profile-light header.site .grid-container.main a.logo.svg:hover path{fill:#29e689}header.site .grid-container.main a.logo.text{font-size:30px;height:100%;display:flex;align-items:center}@media print,screen and (min-width:22.5em){header.site .grid-container.main a.logo{width:170px}}@media print,screen and (min-width:40em){header.site .grid-container.main a.logo{width:170px}}@media print,screen and (min-width:64em){header.site .grid-container.main a.logo{width:170px}}@media screen and (min-width:75em){header.site .grid-container.main a.logo{width:170px}}@media screen and (min-width:103.125em){header.site .grid-container.main a.logo{width:170px}}@media screen and (min-width:75em){header.site .grid-container.main a.logo{margin:10px 0 0}}.home header.site .grid-container.main nav.main:hover>ul>li>a,header.site .grid-container.main nav.main:hover>ul>li>a{opacity:.5}.home header.site .grid-container.main nav.main:hover>ul>li:hover>a,header.site .grid-container.main nav.main:hover>ul>li:hover>a{opacity:1}header.site .grid-container.main nav.cta ul,header.site .grid-container.main nav.main>ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:row}header.site .grid-container.main nav.main>ul>li a{position:relative;color:#f0ebe7;display:flex;text-decoration:none;font-size:15px;line-height:1;padding:14px 25px 15px;font-weight:400;opacity:.5;transition:opacity .4s}.page-color-profile-light header.site .grid-container.main nav.main>ul>li a,div#nav-layer .wrap .language-links .wpml-ls ul li.wpml-ls-current-language a{color:#006e66}@media screen and (min-width:90em){header.site .grid-container.main nav.main>ul>li a{padding:14px 44px 15px}}.home .language-links div.globe,.home header.site .grid-container.main nav.main>ul>li>a,header.site .grid-container.main nav.main>ul>li.current-menu-ancestor>a,header.site .grid-container.main nav.main>ul>li.current-menu-item>a,header.site .grid-container.main nav.main>ul>li>a:hover{opacity:1}header.site .grid-container.main nav.main>ul>li:hover>div.level-wrap{opacity:1;visibility:visible;z-index:7;-webkit-transform:none;transform:none}header.site .grid-container.main nav.main>ul>li>div.level-wrap{position:absolute;width:100vw;left:0;opacity:0;visibility:hidden;z-index:-1;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:opacity .2s,transform 1s cubic-bezier(0,.55,.45,1);transition:opacity .2s,transform 1s cubic-bezier(0,.55,.45,1),-webkit-transform 1s cubic-bezier(0,.55,.45,1)}.nav-layer-is-active .grid-container.main .language-links,.scrolled header.site .grid-container.main nav.main>ul>li>div.level-wrap,.search-layer-is-active .grid-container.main .language-links,header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>.level-wrap .grid-container>ul>li>a ul{display:none}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container{width:100%;margin:0 auto}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul{position:relative;margin:0;padding:50px;display:flex;flex-direction:row;flex-wrap:wrap;box-shadow:0 30px 30px rgba(0,0,0,.05)}.scrolled header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul{margin:15px 0 0}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul:before{content:"";position:absolute;top:30px;bottom:0;left:0;right:0;background:rgba(240,235,231,.9)}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;padding:80px 30px 50px 0}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>a{padding:0;font-size:15px;font-weight:400;color:#006e66;opacity:1;display:block;transition:color .5s}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li.current-menu-item>a,header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>a:hover{color:#004644}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li .description{font-size:16px;margin:15px 0 0}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>.level-wrap .grid-container>ul{list-style:none;margin:20px 0 0;padding:0}header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li>.level-wrap .grid-container>ul>li>a{display:block;line-height:1.1;font-weight:400;font-size:18px;padding:5px 0}@media print,screen and (min-width:64em){header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li{width:33.33%}}@media screen and (min-width:75em){header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li{width:25%}}@media screen and (min-width:90em){header.site .grid-container.main nav.main>ul>li>div.level-wrap>.grid-container>ul>li{width:20%}}header.site .grid-container.main nav.cta ul li a{font-weight:400;line-height:1;position:relative;display:flex}header.site a.search-trigger{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:20px}@media screen and (min-width:75em){header.site a.search-trigger{font-size:25px}}@media print,screen and (min-width:64em){header.site.has-centered-logo .grid-container.main .main-nav-wrap{display:flex;justify-content:flex-start}header.site.has-centered-logo .grid-container.main .actions-wrap{justify-content:flex-end}header.site.has-centered-logo .grid-container.main .actions-wrap,header.site.has-centered-logo .grid-container.main .main-nav-wrap{width:calc(50% - 85px)}header.site.has-centered-logo .grid-container.main .main-nav-wrap{order:-1;flex-grow:0}}header.site .grid-container.main nav.main{margin:0 0 0 30px}@media screen and (min-width:75em){header.site .grid-container.main nav.main{margin:0 0 0 50px}}header.site.has-centered-main-nav .grid-container.main nav.main{margin:0 15px;justify-content:center}header.site.has-right-main-nav .grid-container.main nav.main{margin:0 15px 0 0;justify-content:flex-end}.scrolled-a-little header.site .grid-container.main a.logo.svg #svg-logo-tagline path{opacity:0}.language-links{line-height:1;font-size:20px}.language-links div.globe{width:25px;height:25px;transition:opacity .4s;position:relative;display:block;line-height:1;cursor:pointer}.language-links div.globe svg{-webkit-transform:none;transform:none;margin:0;padding:0;width:100%;height:100%}.language-links div.globe svg *{stroke:#f0ebe7}.page-color-profile-light .language-links div.globe svg *{stroke:#006e66}@media screen and (min-width:75em){.language-links div.globe{opacity:.5;width:18px;height:18px}}.language-links:focus div.globe,.language-links:hover div.globe{opacity:1}.language-links:focus .wpml-ls,.language-links:hover .wpml-ls{opacity:1;visibility:visible;-webkit-transform:none;transform:none}.language-links:focus .wpml-ls ul li a,.language-links:hover .wpml-ls ul li a{opacity:1;-webkit-transform:none;transform:none}.language-links .wpml-ls{position:absolute;opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);padding:0;margin:0 0 0-1px;transition:opacity .5s,transform .5s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform .5s cubic-bezier(.16,1,.3,1),-webkit-transform .5s cubic-bezier(.16,1,.3,1)}.language-links .wpml-ls:before{content:"";width:1px;background-color:#f0ebe7;height:100%;position:absolute;left:calc(50% - .5px);top:0}.language-links .wpml-ls ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.language-links .wpml-ls ul li{position:relative;margin:9px 0 0}.language-links .wpml-ls ul li a{font-weight:400;font-size:9px;padding:0;display:block;color:#f0ebe7;display:flex;justify-content:center;align-items:center;width:25px;height:25px;border-radius:50%;background-color:#006e66;border:1px solid #f0ebe7;-webkit-transform:scale(0);transform:scale(0);transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s,-webkit-transform .3s cubic-bezier(.34,1.56,.64,1)}.language-links .wpml-ls ul li a:focus,.language-links .wpml-ls ul li a:hover{text-decoration:none;color:#29e689}@media screen and (min-width:75em){.language-links .wpml-ls ul li a{width:20px;height:20px}}.language-links .wpml-ls ul li:last-child{margin-right:0}.language-links .wpml-ls ul li.wpml-ls-current-language,.page-color-profile-light .language-links .wpml-ls ul li.wpml-ls-current-language,div#nav-layer .wrap nav.cta ul.sub-menu>li.current-menu-item>a,div#nav-layer .wrap nav.main ul.sub-menu>li.current-menu-item>a,div#nav-layer .wrap nav.main-extra ul.sub-menu>li.current-menu-item>a{color:#29e689}.language-links .wpml-ls ul li.wpml-ls-current-language a,.page-color-profile-light .language-links .wpml-ls ul li a{background-color:#fff;color:#006e66}.page-color-profile-light .language-links .wpml-ls ul li.wpml-ls-current-language a{background-color:#006e66;color:#fff}@media screen and (min-width:75em){.language-links .wpml-ls{margin:0 0 0-2px}}header.site a.nav-toggle-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:40px;width:40px;height:40px;position:relative;z-index:999;border-radius:50%}.nav-toggle-dark header.site a.nav-toggle-icon span.inner-circle{border-color:#004644}.nav-toggle-dark header.site a.nav-toggle-icon div.line,.nav-toggle-dark header.site a.nav-toggle-icon:after,.nav-toggle-dark header.site a.nav-toggle-icon:before{background-color:#004644}.nav-layer-is-active .nav-toggle-dark header.site a.nav-toggle-icon,body.single.single-post section.page-content,div#nav-layer:before{background-color:#006e66}.nav-layer-is-active .nav-toggle-dark header.site a.nav-toggle-icon span.inner-circle{border-color:#f0ebe7}.nav-layer-is-active .nav-toggle-dark header.site a.nav-toggle-icon div.line,.nav-layer-is-active .nav-toggle-dark header.site a.nav-toggle-icon:after,.nav-layer-is-active .nav-toggle-dark header.site a.nav-toggle-icon:before{background-color:#f0ebe7}header.site a.nav-toggle-icon span.inner-circle{border:1px solid #f0ebe7;border-radius:50%;width:27px;height:27px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transition:width .2s,height .2s,border-color .5s}header.site a.nav-toggle-icon div.line,header.site a.nav-toggle-icon:after,header.site a.nav-toggle-icon:before{content:"";height:1px;background:#f0ebe7;border-radius:0;margin:1.5px 0;width:11px;transition:transform 1s cubic-bezier(.16,1,.3,1),background .5s;transition:transform 1s cubic-bezier(.16,1,.3,1),background .5s,-webkit-transform 1s cubic-bezier(.16,1,.3,1);-webkit-transform-origin:center;transform-origin:center}header.site a.nav-toggle-icon:after{transition:transform .3s,background .5s;transition:transform .3s,background .5s,-webkit-transform .3s}header.site a.nav-toggle-icon.three-lines-last-short:after,header.site a.nav-toggle-icon.two-lines-last-short:after{width:85%}header.site a.nav-toggle-icon.three-lines-skewed div.line{-webkit-transform:translateX(10%);transform:translateX(10%)}header.site a.nav-toggle-icon span.close-label{opacity:0;position:absolute;left:7px;display:flex;align-items:center;justify-content:center;width:25px;transition:width .3s cubic-bezier(.34,1.56,.64,1);line-height:1;color:#f0ebe7;font-size:12px;text-indent:25%;white-space:nowrap;text-decoration:none;font-weight:400;border:1px solid #f0ebe7;border-radius:50px;height:27px}.nav-layer-is-active header.site a.nav-toggle-icon{margin-right:46px!important}.nav-layer-is-active header.site a.nav-toggle-icon span.close-label{opacity:1;width:85px}.nav-layer-is-active header.site a.nav-toggle-icon span.inner-circle{opacity:1;width:25px;height:25px;border-color:#f0ebe7}.nav-layer-is-active header.site a.nav-toggle-icon:after,.nav-layer-is-active header.site a.nav-toggle-icon:before{margin:0;width:11px}.nav-layer-is-active header.site a.nav-toggle-icon:before{-webkit-transform:rotate(-45deg) translateY(50%);transform:rotate(-45deg) translateY(50%)}.nav-layer-is-active header.site a.nav-toggle-icon:after{-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%)}.nav-layer-is-active header.site a.nav-toggle-icon div.line,footer.site .contact br,footer.site ul.menu ul{display:none}.nav-layer-is-active header.site a.nav-toggle-icon:hover span.inner-circle{border-color:#f0ebe7;width:25px;height:25px;-webkit-animation:none;animation:none}@media screen and (min-width:75em){header.site a.nav-toggle-icon:hover span.inner-circle{-webkit-animation-name:burgerblink;animation-name:burgerblink;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-iteration-count:1;animation-iteration-count:1}}a.cart-link{font-weight:400;line-height:1}div#nav-layer,div#search-form-layer{position:fixed;left:0;right:0;top:0;bottom:0;visibility:hidden;opacity:0;z-index:-1;display:flex;flex-direction:column}div#search-form-layer{-webkit-transform:scale(.95);transform:scale(.95);background:#f4f4f4;justify-content:center;align-items:center;padding:20px}.nav-layer-is-active div#nav-layer,.search-layer-is-active div#search-form-layer{transition:transform .3s cubic-bezier(.68,-.6,.32,1.6),opacity .2s;transition:transform .3s cubic-bezier(.68,-.6,.32,1.6),opacity .2s,-webkit-transform .3s cubic-bezier(.68,-.6,.32,1.6);opacity:1;visibility:visible;-webkit-transform:none;transform:none;z-index:9}div#search-form-layer .wrap{box-sizing:border-box;max-width:100%}div#search-form-layer .wrap a.search-close{position:absolute;z-index:3;top:20px;right:20px;font-size:40px}@media print,screen and (min-width:64em){div#search-form-layer .wrap a.search-close{top:70px;right:70px}}@media screen and (min-width:75em){div#search-form-layer .wrap a.search-close{top:70px;right:70px}}div#search-form-layer .wrap form{width:500px;margin:0;padding:0;max-width:100%}div#nav-layer{overflow-y:auto;-webkit-overflow-scrolling:touch;background:#006e66;padding:110px 0 0}div#nav-layer:before{content:"";opacity:.8;position:fixed;top:0;right:0;left:0;height:110px;z-index:2}.nav-layer-is-active div#nav-layer{z-index:8}.nav-layer-is-active div#nav-layer .wrap>.elm{opacity:1;-webkit-transform:none;transform:none;transition:opacity 1s,transform 1s cubic-bezier(.34,1.56,.64,1);transition:opacity 1s,transform 1s cubic-bezier(.34,1.56,.64,1),-webkit-transform 1s cubic-bezier(.34,1.56,.64,1)}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(3){transition-delay:.6s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(4){transition-delay:.8s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(5){transition-delay:1s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(6){transition-delay:1.2s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(7){transition-delay:1.4s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(8){transition-delay:1.6s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(9){transition-delay:1.8s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(10){transition-delay:2s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(11){transition-delay:2.2s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(12){transition-delay:2.4s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(13){transition-delay:2.6s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(14){transition-delay:2.8s}.nav-layer-is-active div#nav-layer .wrap>.elm:nth-child(15){transition-delay:3s}div#nav-layer .wrap{display:flex;flex-direction:column;margin:auto;width:2400px;max-width:100%;padding:0 20px 110px}div#nav-layer .wrap a.nav-layer-close{position:fixed;z-index:3;top:20px;right:20px;font-size:40px}@media print,screen and (min-width:22.5em){div#nav-layer .wrap a.nav-layer-close{right:30px}}@media print,screen and (min-width:64em){div#nav-layer .wrap a.nav-layer-close{top:70px;right:70px}}@media screen and (min-width:75em){div#nav-layer .wrap a.nav-layer-close{top:70px;right:70px}}div#nav-layer .wrap>.elm{margin:0 0 25px;opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px)}.topbar .text p:last-child,div#nav-layer .wrap>.elm:last-child{margin-bottom:0}@media screen and (min-width:75em){div#nav-layer .wrap>.elm{margin:0 0 40px}}body.single.single-case .meta ul,div#nav-layer .wrap nav ul{list-style:none;margin:0;padding:0}div#nav-layer .wrap nav ul li a{position:relative;color:#f0ebe7;line-height:1;font-weight:400;font-size:22px;display:block}@media print,screen and (min-width:64em){div#nav-layer .wrap nav ul li a{font-size:24px}}@media screen and (min-width:75em){div#nav-layer .wrap nav ul li a{font-size:26px}}div#nav-layer .wrap nav ul li ul{margin:5px 0 20px 15px}div#nav-layer .wrap nav ul li ul li a{font-size:18px}@media print,screen and (min-width:64em){div#nav-layer .wrap nav ul li ul li a{font-size:20px}}div#nav-layer .wrap nav.main>ul>li.current-menu-ancestor>a:before,div#nav-layer .wrap nav.main>ul>li.current-menu-item>a:before{content:"";position:absolute;border:1px solid #f0ebe7;border-radius:50px;max-width:600px;top:2px;right:-20px;bottom:-2px;left:-20px}@media screen and (min-width:75em){div#nav-layer .wrap nav.main>ul>li.current-menu-ancestor>a:before,div#nav-layer .wrap nav.main>ul>li.current-menu-item>a:before{right:-23px;left:-23px}}div#nav-layer .wrap nav.cta ul li a,div#nav-layer .wrap nav.main ul li a,div#nav-layer .wrap nav.main-extra ul li a{padding:12px 0;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;font-weight:400;line-height:1.1;font-size:30px;transition:color .7s,transform .8s;transition:color .7s,transform .8s,-webkit-transform .8s}@media print,screen and (min-width:22.5em){div#nav-layer .wrap nav.cta ul li a,div#nav-layer .wrap nav.main ul li a,div#nav-layer .wrap nav.main-extra ul li a{font-size:30px}}@media print,screen and (min-width:64em){div#nav-layer .wrap nav.cta ul li a,div#nav-layer .wrap nav.main ul li a,div#nav-layer .wrap nav.main-extra ul li a{font-size:40px}}@media screen and (min-width:103.125em){div#nav-layer .wrap nav.cta ul li a,div#nav-layer .wrap nav.main ul li a,div#nav-layer .wrap nav.main-extra ul li a{font-size:52px}}div#nav-layer .wrap nav.cta ul li>a:hover,div#nav-layer .wrap nav.main ul li>a:hover,div#nav-layer .wrap nav.main-extra ul li>a:hover{color:#29e689;-webkit-transform:translateX(1px);transform:translateX(1px)}div#nav-layer .wrap nav.cta li.menu-item-has-children>a:after,div#nav-layer .wrap nav.main li.menu-item-has-children>a:after,div#nav-layer .wrap nav.main-extra li.menu-item-has-children>a:after{content:"+";-webkit-transform:rotate(90deg);transform:rotate(90deg);display:block;margin:0 0-6px 10px}div#nav-layer .wrap nav.cta ul.sub-menu,div#nav-layer .wrap nav.main ul.sub-menu,div#nav-layer .wrap nav.main-extra ul.sub-menu{visibility:hidden;height:0;overflow:hidden;position:absolute;margin:0}div#nav-layer .wrap nav.cta ul.sub-menu>li,div#nav-layer .wrap nav.main ul.sub-menu>li,div#nav-layer .wrap nav.main-extra ul.sub-menu>li{opacity:0;-webkit-transform:translateY(-5px);transform:translateY(-5px);transition:opacity .3s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity .3s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}div#nav-layer .wrap nav.cta ul.sub-menu>li a,div#nav-layer .wrap nav.main ul.sub-menu>li a,div#nav-layer .wrap nav.main-extra ul.sub-menu>li a{font-size:20px;padding:5px 0}div#nav-layer .wrap nav.cta li.menu-item-has-children.current-menu-ancestor>ul.sub-menu,div#nav-layer .wrap nav.cta li.menu-item-has-children.current-menu-item>ul.sub-menu,div#nav-layer .wrap nav.cta li.menu-item-has-children.expanded>ul.sub-menu,div#nav-layer .wrap nav.main li.menu-item-has-children.current-menu-ancestor>ul.sub-menu,div#nav-layer .wrap nav.main li.menu-item-has-children.current-menu-item>ul.sub-menu,div#nav-layer .wrap nav.main li.menu-item-has-children.expanded>ul.sub-menu,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.current-menu-ancestor>ul.sub-menu,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.current-menu-item>ul.sub-menu,div#nav-layer .wrap nav.main-extra li.menu-item-has-children.expanded>ul.sub-menu{visibility:visible;height:auto;overflow:visible;position:relative;padding:10px 0 20px}div#nav-layer .wrap nav.main-extra{transition-delay:.1s}div#nav-layer .wrap a.search-trigger.elm{display:block;font-size:24px}div#nav-layer .wrap nav.cta{position:relative;padding:15px 0 0}div#nav-layer .wrap nav.cta:before{content:"";height:1px;background-color:#f0ebe7;position:absolute;top:0;left:50px;right:50%;opacity:0;transition:opacity .2s,left 1s,right 2s cubic-bezier(.16,1,.3,1)}.nav-layer-is-active div#nav-layer .wrap nav.cta:before{left:0;right:0;opacity:1}@media screen and (min-width:75em){div#nav-layer .wrap nav.cta{margin:10px 0 0;padding:40px 0 0}}div#nav-layer .wrap nav.quick ul li a{display:block;font-size:18px;margin:0 10px 0 0}div#nav-layer .wrap nav.quick ul li:last-child a{margin-right:0}div#nav-layer .wrap .contact{display:flex;flex-direction:column}div#nav-layer .wrap .contact a{display:flex;flex-direction:row;align-items:center;margin:0 0 6px;color:#f0ebe7;line-height:1;font-weight:400}div#nav-layer .wrap .contact a:last-child{margin:0}div#nav-layer .wrap .some{display:flex;flex-direction:row;align-items:center;margin:0 20px 0 0}.topbar .some a.some-link,div#nav-layer .wrap .some a{margin:0 10px 0 0;font-size:11px;width:27px;height:27px;display:flex;justify-content:center;align-items:center;color:#f0ebe7;border:1px solid #f0ebe7;text-decoration:none;border-radius:50%;font-weight:900;transition:background .7s}.topbar .some a.some-link i,div#nav-layer .wrap .some a i{transition:transform .5s cubic-bezier(.16,1,.3,1);transition:transform .5s cubic-bezier(.16,1,.3,1),-webkit-transform .5s cubic-bezier(.16,1,.3,1)}.topbar .some a.some-link:hover,div#nav-layer .wrap .some a:hover{background-color:#165d5c;border-color:#165d5c}div#nav-layer .wrap .language-links{position:relative;min-width:100px}div#nav-layer .wrap .language-links div.globe{width:25px;height:25px}div#nav-layer .wrap .language-links .wpml-ls{-webkit-transform:none;transform:none;top:-1px;left:40px}div#nav-layer .wrap .language-links .wpml-ls:before{width:100%;height:1px;left:-15px;top:12px}div#nav-layer .wrap .language-links .wpml-ls ul li{margin:0 9px 0 0}div#nav-layer .wrap .language-links .wpml-ls ul li a{color:#f0ebe7;width:25px;height:25px}div#nav-layer .wrap .nav-layer-footer{opacity:0;-webkit-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px);transition:opacity 2s,transform 2s;transition:opacity 2s,transform 2s,-webkit-transform 2s;background-color:rgba(0,110,102,.9);position:fixed;left:50%;bottom:0;right:0;height:110px;width:2400px;max-width:100%;padding:0 20px;display:flex;flex-direction:row;align-items:center}.nav-layer-is-active div#nav-layer .wrap .nav-layer-footer{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media print,screen and (min-width:22.5em){div#nav-layer .wrap .nav-layer-footer{padding:0 30px}}@media print,screen and (min-width:64em){div#nav-layer .wrap .nav-layer-footer{padding:0 70px}}@media screen and (min-width:75em){div#nav-layer .wrap .nav-layer-footer{padding:0 70px}}@media print,screen and (min-width:22.5em){div#nav-layer .wrap{padding:0 30px 110px}}@media print,screen and (min-width:64em){div#nav-layer .wrap{padding:0 70px 110px}}@media screen and (min-width:75em){div#nav-layer .wrap{padding:0 70px 110px}}#nav-layer .widgets.bottom>*{margin:20px 0 0}body{margin:0;padding:0;background:#006e66}.main-wrap{max-width:3200px;margin:0 auto;background:#fff}body::-webkit-scrollbar{width:2px}body::-webkit-scrollbar-track{box-shadow:none}body::-webkit-scrollbar-thumb{background-color:#29e689;outline:1px solid #29e689}body.admin-bar header.site.fixed,body.admin-bar header.site.fixed-dynamic{top:46px}@media print,screen and (min-width:64em){body.admin-bar header.site.fixed,body.admin-bar header.site.fixed-dynamic{top:32px}}.scrolled body.admin-bar header.site.fixed,.scrolled body.admin-bar header.site.fixed-dynamic{top:0}@media print,screen and (min-width:64em){.scrolled body.admin-bar header.site.fixed,.scrolled body.admin-bar header.site.fixed-dynamic{top:32px}}html.no-scroll{overflow:hidden;padding-right:2px}.dummy-image{position:absolute;top:0;width:100%;height:100%;background:#29e689;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px}.dummy-image span{font-size:30px;font-weight:700;opacity:.2;color:#006e66}.sticky{position:-webkit-sticky;position:sticky;top:30px}.header-fixed .sticky{padding-top:130px}@media print,screen and (min-width:40em){.header-fixed .sticky{padding-top:130px}}@media print,screen and (min-width:64em){.header-fixed .sticky{padding-top:130px}}@media screen and (min-width:75em){.header-fixed .sticky{padding-top:150px}}@media screen and (min-width:90em){.header-fixed .sticky{padding-top:150px}}.breadcrumbs,.woocommerce-breadcrumb{margin:0 0 15px;display:flex;flex-wrap:wrap}.breadcrumbs a,.breadcrumbs span,.woocommerce-breadcrumb a,.woocommerce-breadcrumb span{font-weight:400;color:#006e66;opacity:.5;font-size:.9em}.breadcrumbs a:after,.breadcrumbs span:after,.woocommerce-breadcrumb a:after,.woocommerce-breadcrumb span:after{content:"»";margin:0 4px;opacity:.5;color:#006e66}@media screen and (min-width:75em){.breadcrumbs a:after,.breadcrumbs span:after,.woocommerce-breadcrumb a:after,.woocommerce-breadcrumb span:after{margin:0 6px}}.breadcrumbs a:last-child:after,.breadcrumbs span:last-child:after,.woocommerce-breadcrumb a:last-child:after,.woocommerce-breadcrumb span:last-child:after{display:none}.breadcrumbs a.active,.breadcrumbs span.active,.woocommerce-breadcrumb a.active,.woocommerce-breadcrumb span.active{font-weight:700;color:#006e66;opacity:1}@media screen and (min-width:75em){.breadcrumbs a,.breadcrumbs span,.woocommerce-breadcrumb a,.woocommerce-breadcrumb span{font-size:1em}}@media print,screen and (min-width:40em){.breadcrumbs,.woocommerce-breadcrumb{justify-content:flex-end}}@media print,screen and (min-width:64em){.breadcrumbs,.woocommerce-breadcrumb{margin:0 0 30px}}.no-content-padding-top section.page-content{padding-top:0}.no-content-padding-bottom section.page-content{padding-bottom:0}@media print,screen and (min-width:40em){section.page-content{padding:50px 0}}@media print,screen and (min-width:64em){section.page-content{padding:80px 0}}@media screen and (min-width:75em){section.page-content{padding:90px 0}}@media screen and (min-width:90em){section.page-content{padding:110px 0}}@media screen and (min-width:103.125em){section.page-content{padding:120px 0}}@media screen and (min-width:125em){section.page-content{padding:140px 0}}.sidebar{padding:30px 0 0}@media print,screen and (min-width:40em){.sidebar{padding:0}}section.bottom>*,section.page-content>*{max-width:2400px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media print,screen and (min-width:22.5em){section.bottom>*,section.page-content>*{padding-left:30px;padding-right:30px}}@media print,screen and (min-width:40em){section.bottom>*,section.page-content>*{padding-left:30px;padding-right:30px}}@media print,screen and (min-width:64em){section.bottom>*,section.page-content>*{padding-left:70px;padding-right:70px}}@media screen and (min-width:75em){section.bottom>*,section.page-content>*{padding-left:70px;padding-right:70px}section.bottom.can-alignwide>.alignwide,section.page-content.can-alignwide>.alignwide{max-width:2460px}}@media screen and (min-width:90em){section.bottom.can-alignwide>.alignwide,section.page-content.can-alignwide>.alignwide{max-width:2520px}}section.bottom.can-alignfull>.alignfull,section.page-content.can-alignfull>.alignfull{max-width:100%;padding-left:0;padding-right:0}section.bottom{background:#fff}hr,hr.wp-block-separator{border:0;position:relative}hr.wp-block-separator:after,hr:after{content:"";display:block;height:3px;background:#29e689;margin:0 auto;max-width:2360px}@media print,screen and (min-width:22.5em){hr.wp-block-separator:after,hr:after{max-width:2340px}}@media print,screen and (min-width:40em){hr.wp-block-separator:after,hr:after{max-width:2340px}}@media print,screen and (min-width:64em){hr.wp-block-separator:after,hr:after{max-width:2260px}}@media screen and (min-width:75em){hr.wp-block-separator:after,hr:after{max-width:2260px}}hr.alignfull:after,hr.wp-block-separator.alignfull:after{max-width:100%}.topbar{background-color:#006e66;position:relative;overflow:hidden;min-height:80vh;display:flex;flex-direction:column;justify-content:center;padding-top:130px;padding-bottom:130px}.topbar>.grid-container{width:100%}@media print,screen and (min-width:40em){.topbar{padding-top:130px;padding-bottom:130px}}@media print,screen and (min-width:64em){.topbar{padding-top:130px;padding-bottom:130px}}@media screen and (min-width:75em){.topbar{padding-top:150px;padding-bottom:150px}}@media screen and (min-width:90em){.topbar{padding-top:150px;padding-bottom:150px}}@media print,screen and (max-width:63.99875em){.topbar.has-media-in-column{padding-bottom:50px}}.topbar .grid-container.content-wrap{margin-top:55px}@media screen and (min-width:75em){.topbar .grid-container.content-wrap{margin-top:70px}}@media screen and (min-width:103.125em){.topbar .grid-container.content-wrap{margin-top:80px}}@media screen and (min-width:125em){.topbar .grid-container.content-wrap{margin-top:100px}}.theme8blocks-team .team-section .topbar .tag.category-title,.topbar .theme8blocks-team .team-section .tag.category-title,.topbar h3.tag{opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px);transition:transform 1s cubic-bezier(.34,1.56,.64,1),opacity .2s;transition:transform 1s cubic-bezier(.34,1.56,.64,1),opacity .2s,-webkit-transform 1s cubic-bezier(.34,1.56,.64,1);transition-delay:.4s}.topbar h1.page-title{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:transform 2s cubic-bezier(.16,1,.3,1),opacity 1.5s;transition:transform 2s cubic-bezier(.16,1,.3,1),opacity 1.5s,-webkit-transform 2s cubic-bezier(.16,1,.3,1);margin:0;font-size:35px;font-weight:400;line-height:1.2}.topbar .some{display:flex;margin:15px 0 0;opacity:0;transition:opacity .6s;transition-delay:.5s}@media screen and (min-width:75em){.topbar .some{margin:30px 0 0}}@media screen and (min-width:103.125em){.topbar .some{margin:40px 0 0}}.topbar .text{opacity:0;transition:opacity 1.5s,transform 1s;transition:opacity 1.5s,transform 1s,-webkit-transform 1s;transition-delay:.2s;margin:40px 0 0}.theme8blocks-team .team-section .topbar.in-view .tag.category-title,.topbar.in-view .media-below-wrap,.topbar.in-view .media-below-wrap:after,.topbar.in-view .media-in-col,.topbar.in-view .some,.topbar.in-view .text,.topbar.in-view .theme8blocks-team .team-section .tag.category-title,.topbar.in-view h1.page-title,.topbar.in-view h3.tag,a.arrow-circle:hover:before{-webkit-transform:none;transform:none;opacity:1}.theme8blocks-team .team-section .topbar .category-title,.topbar,.topbar .theme8blocks-team .team-section .category-title,.topbar div#search-form-layer .wrap .title,.topbar h1,.topbar h2,.topbar h3,.topbar p,body.single.single-post section.page-content,body.single.single-post section.page-content a,body.single.single-post section.page-content h1,body.single.single-post section.page-content p,div#search-form-layer .wrap .topbar .title{color:#f0ebe7}@media print,screen and (min-width:40em){.topbar h1.page-title{font-size:45px}}@media print,screen and (min-width:64em){.topbar h1.page-title{font-size:50px}}@media screen and (min-width:75em){.topbar h1.page-title{font-size:50px}}@media screen and (min-width:90em){.topbar h1.page-title{font-size:60px}}@media screen and (min-width:103.125em){.topbar h1.page-title{font-size:65px}}@media screen and (min-width:125em){.topbar h1.page-title{font-size:80px}}@media print,screen and (min-width:64em){.topbar .text.right-column-text{margin-top:5px}}@media screen and (min-width:75em){.topbar .text.right-column-text{margin-top:7px}}@media screen and (min-width:103.125em){.topbar .text.right-column-text{margin-top:10px}}@media screen and (min-width:125em){.topbar .text.right-column-text{margin-top:12px}}.topbar .media-in-col{position:relative;overflow:hidden;border-top-left-radius:100px;border-bottom-left-radius:100px;height:200px;opacity:0;-webkit-transform:scale(1.01);transform:scale(1.01);transition:opacity 1s,transform 2s;transition:opacity 1s,transform 2s,-webkit-transform 2s;transition-delay:.3s;margin:40px -20px 0 0}.topbar .media-in-col .image,.topbar .media-in-col .video,a.arrow-circle:before{width:100%;height:100%}@media screen and (min-width:75em){.topbar .media-in-col .image{-webkit-transform:scale(1.25);transform:scale(1.25)}}.topbar .media-in-col img,.topbar .media-in-col video{position:absolute;top:0;left:0}@media print,screen and (min-width:40em){.topbar .media-in-col{height:300px;border-top-left-radius:500px;border-bottom-left-radius:500px}}@media print,screen and (min-width:64em){.topbar .media-in-col{margin:10px 0 0}}@media screen and (min-width:75em){.topbar .media-in-col{height:320px}}@media screen and (min-width:103.125em){.topbar .media-in-col{height:360px}}@media screen and (min-width:125em){.topbar .media-in-col{height:420px}}@media print,screen and (min-width:22.5em){.topbar .media-in-col{margin-right:-30px}}@media print,screen and (min-width:40em){.topbar .media-in-col{margin-right:-30px}}@media print,screen and (min-width:64em){.topbar .media-in-col{margin-right:calc((50vw - 100% - 20px)*-1)}}.topbar .media-below-wrap{position:relative;margin:30px 0 0;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:opacity 1s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity 1s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}.topbar .media-below-wrap .tagline{display:none;transition:opacity 1.5s,transform 1s;transition:opacity 1.5s,transform 1s,-webkit-transform 1s;transition-delay:1s;opacity:0;color:#fff;font-weight:400;font-size:20px;position:absolute;right:55px;bottom:50px;-webkit-transform:translateX(100%) rotate(-90deg) scale(1.2);transform:translateX(100%) rotate(-90deg) scale(1.2);margin-left:30px;-webkit-transform-origin:left bottom;transform-origin:left bottom}@media print,screen and (min-width:64em){.topbar .media-below-wrap .tagline{display:block}}@media screen and (min-width:90em){.topbar .media-below-wrap .tagline{font-size:30px;right:71px;bottom:60px}}@media screen and (min-width:103.125em){.topbar .media-below-wrap .tagline{font-size:45px;right:65px;bottom:65px}}@media screen and (min-width:125em){.topbar .media-below-wrap .tagline{font-size:58px;right:60px;bottom:65px}}.topbar .media-below-wrap.in-view .tagline{opacity:1;-webkit-transform:translateX(100%) rotate(-90deg) scale(1);transform:translateX(100%) rotate(-90deg) scale(1)}.topbar .media-below-wrap:after{content:"";opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:opacity .4s,transform .5s cubic-bezier(.34,1.56,.64,1);transition:opacity .4s,transform .5s cubic-bezier(.34,1.56,.64,1),-webkit-transform .5s cubic-bezier(.34,1.56,.64,1);transition-delay:.7s;width:25px;height:25px;position:absolute;z-index:2;top:calc(21.5% + 15px);right:15px;background:url(/wp-content/themes/patentgruppen/images/pg.svg)no-repeat center/contain}@media print,screen and (min-width:64em){.topbar .media-below-wrap:after{width:50px;height:50px;top:calc(21.5% + 40px);right:40px}}@media screen and (min-width:90em){.topbar .media-below-wrap:after{width:63px;height:63px;top:calc(21.5% + 56px);right:56px}}.topbar .media-below-wrap .media-below{position:relative;-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/topbar-image-mask.svg);mask-image:url(/wp-content/themes/patentgruppen/images/topbar-image-mask.svg);-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center top;mask-position:center top;padding-bottom:68%}.topbar .media-below-wrap .media-below .image,.topbar .media-below-wrap .media-below .video{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.topbar .media-below-wrap .media-below img,.topbar .media-below-wrap .media-below video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media print,screen and (min-width:40em){.topbar .media-below-wrap .media-below{padding-bottom:68%}}@media print,screen and (min-width:64em){.topbar .media-below-wrap{margin:-90px 0 0}}@media screen and (min-width:75em){.topbar .media-below-wrap{margin:-110px 0 0}}.topbar.has-media-below{padding-bottom:0}@media print,screen and (min-width:64em){.topbar.has-media-below .grid-x .cell:first-child{padding-bottom:140px}}@media screen and (min-width:75em){.topbar.has-media-below .grid-x .cell:first-child{padding-bottom:170px}}@media screen and (min-width:103.125em){.topbar.has-media-below .grid-x .cell:first-child{padding-bottom:200px}}@media screen and (min-width:125em){.topbar.has-media-below .grid-x .cell:first-child{padding-bottom:230px}}.page-color-profile-light .topbar{background:#fff}.page-color-profile-light .topbar div#search-form-layer .wrap .title,.page-color-profile-light .topbar h1,.page-color-profile-light .topbar h2,.page-color-profile-light .topbar p,div#search-form-layer .wrap .page-color-profile-light .topbar .title{color:#006e66}.page-color-profile-light .topbar .theme8blocks-team .team-section .tag.category-title,.page-color-profile-light .topbar h3.tag,.theme8blocks-team .team-section .page-color-profile-light .topbar .tag.category-title{background:#29e689;color:#006e66}body.error404 .topbar{height:100vh;overflow:visible;transition:background 1s;background-color:#165d5c}body.error404 .topbar.in-view,footer.site a.scroll-to-top:before{background-color:#004644}body.error404 .topbar>.grid-container,footer.site{position:relative}body.error404 .topbar .grid-container.content-wrap{margin-top:-100px}@media screen and (min-width:75em){body.error404 .topbar .grid-container.content-wrap{margin-top:-50px}}.error-svg{position:absolute;right:0;bottom:-10px;width:50vw;max-width:1200px}.error-svg svg{width:100%;max-height:70vh}.error-svg svg path#left-arm,.error-svg svg path#left-hand,.error-svg svg path#right-arm,.error-svg svg path#right-hand{-webkit-animation-name:robotleft;animation-name:robotleft;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:right bottom;transform-origin:right bottom}.error-svg svg path#right-arm,.error-svg svg path#right-hand{-webkit-animation-name:robotright;animation-name:robotright;-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-animation-delay:1s;animation-delay:1s}a.arrow-circle{overflow:hidden}a.arrow-circle:before{content:"";background-color:#29e689;opacity:0;position:absolute;border-radius:50%;-webkit-transform:scale(0) translateY(10%);transform:scale(0) translateY(10%);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity 1s;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity 1s,-webkit-transform .6s cubic-bezier(.16,1,.3,1)}footer.site{padding:65px 0;background:#006e66;max-width:3200px;margin:0 auto}footer.site .background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;overflow:hidden;-webkit-filter:grayscale(1);filter:grayscale(1)}.topbar .media-in-col img,.topbar .media-in-col video,footer.site .background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}footer.site .grid-container{position:relative;z-index:1}@media print,screen and (min-width:64em){footer.site .grid-container .cell:first-child{padding-right:100px}}footer.site .grid-container .cell:last-child div.footer-nav{display:flex;flex-direction:column}footer.site .grid-container .cell:last-child div.footer-nav>a,footer.site .grid-container .cell:last-child div.footer-nav>div{display:block;margin:12px 0 0;white-space:nowrap}@media screen and (min-width:90em){footer.site .grid-container .cell:last-child div.footer-nav>a,footer.site .grid-container .cell:last-child div.footer-nav>div{margin:0 0 0 68px}footer.site .grid-container .cell:last-child div.footer-nav>a:first-child,footer.site .grid-container .cell:last-child div.footer-nav>div:first-child{margin:0}footer.site .grid-container .cell:last-child div.footer-nav{flex-direction:row}}@media print,screen and (max-width:63.99875em){footer.site .grid-container .cell:last-child{padding-right:100px;margin-top:100px}}@media print,screen and (min-width:64em){footer.site .grid-container .cell:last-child{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;text-align:right}}footer.site,footer.site a,footer.site li,footer.site p{color:#fff}footer.site,footer.site a,footer.site p{font-size:15px;line-height:1.2}.theme-card .excerpt p,a.theme-card .excerpt p,footer.site p{margin:0}footer.site a{text-decoration:none;transition:color .6s,transform .6s;transition:color .6s,transform .6s,-webkit-transform .6s}footer.site a:hover{text-decoration:none;color:#29e689;-webkit-transform:translateX(1px);transform:translateX(1px)}div#search-form-layer .wrap footer.site .title,footer.site div#search-form-layer .wrap .title,footer.site h1,footer.site h2{margin:0;color:#29e689;font-size:25px;font-weight:400}.theme8blocks-team .team-section footer.site .category-title,footer.site .theme8blocks-team .team-section .category-title,footer.site h3{color:#29e689;font-size:15px;font-weight:400;margin:28px 0 0}footer.site h4{margin:0;color:#29e689}@media screen and (min-width:75em){.theme8blocks-team .team-section footer.site .category-title,footer.site .theme8blocks-team .team-section .category-title,footer.site h3{margin:59px 0 0}}footer.site .contact.main{margin:35px 0 65px}footer.site .contact.main,footer.site .contact.main a{font-size:22px;line-height:1.4}@media print,screen and (min-width:40em){footer.site .contact.main,footer.site .contact.main a{font-size:25px}}footer.site .contact.main div.fax{display:flex;flex-wrap:nowrap;width:100%}@media screen and (min-width:75em){footer.site .contact.main{margin:30px 0 60px}}@media screen and (min-width:103.125em){footer.site .contact.main{margin:35px 0 100px}}footer.site .contact a{display:block}footer.site .some{display:flex;flex-direction:column}footer.site .some a{margin:0 6px 0 0;display:block;line-height:1;transition:color .3s,transform .3s;transition:color .3s,transform .3s,-webkit-transform .3s}footer.site .some a i{width:30px;height:30px}footer.site .some a:last-child{margin-right:0}footer.site .some a:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}footer.site .some a:hover i{background:#1be481}footer.site ul.menu{list-style:none;margin:0}footer.site ul.menu li{padding:0;margin:0}footer.site ul.menu li a{display:block;transition:color .5s,transform .3s cubic-bezier(.16,1,.3,1);transition:color .5s,transform .3s cubic-bezier(.16,1,.3,1),-webkit-transform .3s cubic-bezier(.16,1,.3,1)}footer.site ul.menu li a:hover{-webkit-transform:translateX(1px);transform:translateX(1px)}footer.site a.scroll-to-top{position:absolute;bottom:22px;right:20px;display:flex;justify-content:center;align-items:center;width:73px;height:73px;border:1px solid #f0ebe7;border-radius:50%;transition:border-color 3s}footer.site a.scroll-to-top svg{width:36px;height:24px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:transform .5s;transition:transform .5s,-webkit-transform .5s}footer.site a.scroll-to-top svg *{fill:#f0ebe7;transition:fill .4s}footer.site a.scroll-to-top:hover{border:2px solid #004644}footer.site a.scroll-to-top:hover svg{-webkit-transform:rotate(-90deg) translateX(2px);transform:rotate(-90deg) translateX(2px)}@media print,screen and (min-width:22.5em){footer.site a.scroll-to-top{right:30px}}@media print,screen and (min-width:64em){footer.site a.scroll-to-top{right:70px;bottom:auto;top:25px}}@media screen and (min-width:75em){footer.site a.scroll-to-top{right:70px}}footer.site .grid-container .cell:first-child{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:opacity .5s,transform 2s cubic-bezier(.34,1.56,.64,1);transition:opacity .5s,transform 2s cubic-bezier(.34,1.56,.64,1),-webkit-transform 2s cubic-bezier(.34,1.56,.64,1)}footer.site .footer-nav{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:opacity 1s,transform .8s;transition:opacity 1s,transform .8s,-webkit-transform .8s;transition-delay:.6s}footer.site a.scroll-to-top{opacity:0;-webkit-transform:scale(0) translateY(100px);transform:scale(0) translateY(100px);transition:opacity .5s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1);transition-delay:.2s}footer.site a.scroll-to-top.in-view{opacity:1;-webkit-transform:none;transform:none}footer.site.in-view .footer-nav,footer.site.in-view .grid-container .cell:first-child{opacity:1;-webkit-transform:none;transform:none}@media screen and (min-width:75em){footer.site{padding:110px 0}}@media screen and (min-width:90em){footer.site{padding:135px 0}}.theme-loop{margin-bottom:-40px}.theme-loop .cell .theme-card{margin-bottom:40px}.archive-content{margin:0 0 30px}.theme-card,a.theme-card{display:flex;flex-direction:column;font-weight:400}.theme-card .card-top,a.theme-card .card-top{margin:0 0 15px}@media screen and (min-width:75em){.theme-card .card-top,a.theme-card .card-top{margin:0 0 20px}}.theme-card .image,a.theme-card .image{background:#f4f4f4;position:relative;overflow:hidden}.theme-card .image:before,a.theme-card .image:before{content:"";display:block;padding-bottom:60%}.theme-card .image img,a.theme-card .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0;transition:opacity .3s,transform .7s cubic-bezier(0,.55,.45,1);transition:opacity .3s,transform .7s cubic-bezier(0,.55,.45,1),-webkit-transform .7s cubic-bezier(0,.55,.45,1)}.theme-card .image .terms,a.theme-card .image .terms{position:absolute;z-index:2;top:30px;right:30px}.theme-card .image .terms.tags,a.theme-card .image .terms.tags{top:auto;bottom:30px}.theme-card .image .terms span,a.theme-card .image .terms span{background:#29e689;color:#006e66;font-size:13px;text-transform:uppercase;padding:4px 6px;line-height:1;margin-right:1px}.theme-card .categories,.theme-card .tags,a.theme-card .categories,a.theme-card .tags{display:flex;flex-wrap:wrap}.theme-card .categories span,.theme-card .tags span,a.theme-card .categories span,a.theme-card .tags span{font-weight:400;margin:0 10px 0 0}.theme-card .categories span:last-child,.theme-card .tags span:last-child,a.theme-card .categories span:last-child,a.theme-card .tags span:last-child{margin-right:0}.theme-card .card-bottom,a.theme-card .card-bottom{padding:30px}.theme-card .card-bottom>*,a.theme-card .card-bottom>*{margin:15px 0 0}@media screen and (min-width:75em){.theme-card .card-bottom>*,a.theme-card .card-bottom>*{margin:20px 0 0}}.theme-card .meta,a.theme-card .meta{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between}.theme-card .meta>*,a.theme-card .meta>*{margin:0 15px 0 0}@media print,screen and (min-width:64em){.theme-card .meta,a.theme-card .meta{flex-direction:row}}.theme-card .excerpt,a.theme-card .excerpt{font-weight:400}.theme-card .link,a.theme-card .link{transition:transform .3s cubic-bezier(0,.55,.45,1);transition:transform .3s cubic-bezier(0,.55,.45,1),-webkit-transform .3s cubic-bezier(0,.55,.45,1)}.theme-card:hover .image img,a.theme-card:hover .image img{-webkit-transform:scale(1.02);transform:scale(1.02)}.theme-card:hover .link,a.theme-card:hover .link,body.single-teammember .competencies ul li{-webkit-transform:translateX(2px);transform:translateX(2px);transition:background .6s,color .3s,border .3s,opacity .3s,transform .3s;transition:background .6s,color .3s,border .3s,opacity .3s,transform .3s,-webkit-transform .3s}body.single section.page-content>.grid-container{margin-top:110px}@media print,screen and (min-width:64em){body.single section.page-content>.grid-container{margin-top:70px}}@media screen and (min-width:125em){body.single section.page-content>.grid-container{margin-top:80px}}@media print,screen and (min-width:40em){body.single-teammember .page-content>.grid-container>.grid-x>.cell:first-child{order:2}body.single-teammember .page-content>.grid-container>.grid-x>.cell:last-child{order:1}}body.single-teammember .featured.image{position:relative;overflow:hidden;background-color:#006e66;width:calc(100% + 20px);-webkit-mask-size:100%auto;mask-size:100%auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}body.single-teammember .featured.image:after{content:"";display:block;padding-bottom:100%;position:relative;z-index:2}body.single-teammember .featured.image svg{position:absolute;top:0;right:0;bottom:0;left:0}body.single-teammember .featured.image svg path{opacity:0;transition:opacity 1s}body.single-teammember .featured.image.in-view svg path{opacity:1;fill:#006e66}body.single-teammember .featured.image.image-mask-top{-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/employee-svgs/top.svg);mask-image:url(/wp-content/themes/patentgruppen/images/employee-svgs/top.svg)}body.single-teammember .featured.image.image-mask-top:after{padding-bottom:89.6%}body.single-teammember .featured.image.image-mask-center{-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/employee-svgs/middle.svg);mask-image:url(/wp-content/themes/patentgruppen/images/employee-svgs/middle.svg)}body.single-teammember .featured.image.image-mask-center:after{padding-bottom:100%}body.single-teammember .featured.image.image-mask-bottom{-webkit-mask-image:url(/wp-content/themes/patentgruppen/images/employee-svgs/bottom.svg);mask-image:url(/wp-content/themes/patentgruppen/images/employee-svgs/bottom.svg)}body.single-teammember .featured.image.image-mask-bottom:after{padding-bottom:112%}body.single-teammember .featured.image img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 35%;object-position:50% 35%;-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0;transition:filter .6s,opacity 1s,transform 4s cubic-bezier(.16,1,.3,1);transition:filter .6s,opacity 1s,transform 4s cubic-bezier(.16,1,.3,1),-webkit-filter .6s,-webkit-transform 4s cubic-bezier(.16,1,.3,1)}@media print,screen and (min-width:22.5em){body.single-teammember .featured.image{width:calc(100% + 30px)}}@media print,screen and (min-width:40em){body.single-teammember .featured.image{margin-top:5px;width:calc(100% + 30px)}}@media print,screen and (min-width:64em){body.single-teammember .featured.image{width:calc(100% + 70px)}}@media screen and (min-width:75em){body.single-teammember .featured.image{width:calc(100% + 70px)}}@media screen and (min-width:125em){body.single-teammember .featured.image{width:calc(100% + 70px)}}body.single-teammember .content{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);transition:opacity .5s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}body.single-teammember .content h1.page-title{font-weight:700;padding-right:15px}body.single-teammember .content .meta{margin:40px 0 0;font-size:15px}@media screen and (min-width:75em){body.single-teammember .content .meta{margin:55px 0 0}}body.single-teammember .content .text{margin:30px 0 0;font-size:15px}body.single-teammember .content .text p,form label{font-size:15px}@media screen and (min-width:75em){body.single-teammember .content .text{margin:40px 0 0}}@media print,screen and (min-width:40em){body.single-teammember .content .meta,body.single-teammember .content .text{max-width:90%}}@media screen and (min-width:75em){body.single-teammember .content .meta,body.single-teammember .content .text{max-width:70%}}@media screen and (min-width:90em){body.single-teammember .content .meta,body.single-teammember .content .text{max-width:60%}}body.single-teammember .content .contact{margin:30px 0 0}body.single-teammember .content .contact a{display:block;text-decoration:none;font-weight:700;font-size:15px;transition:color .5s,text-decoration-color 2x}body.single-teammember .content .contact a:hover,body.single.single-service .employees-bar .contact-card a.email:hover{color:#004644;text-decoration:underline;text-decoration-color:#29e689}@media screen and (min-width:75em){body.single-teammember .content .contact{margin:40px 0 0}}body.single-teammember .content a.linkedin{margin:30px 0 0;display:flex;justify-content:center;align-items:center;font-size:15px;border-radius:50%;border:1px solid #006e66;width:34px;height:34px;text-decoration:none;line-height:1;font-weight:900;transition:background .2s,color .2s,transform .3s cubic-bezier(.16,1,.3,1);transition:background .2s,color .2s,transform .3s cubic-bezier(.16,1,.3,1),-webkit-transform .3s cubic-bezier(.16,1,.3,1)}body.single-teammember .content a.linkedin:hover{background-color:#006e66;color:#29e689;-webkit-transform:scale(1.2);transform:scale(1.2)}@media screen and (min-width:75em){body.single-teammember .content a.linkedin{margin:40px 0 0}}body.single-teammember .competencies{margin:40px 0 0;padding:30px 0 0;border-top:1px solid #006e66}body.single-teammember .competencies .list-wrap{opacity:0;transition:opacity .7s,transform .4s;transition:opacity .7s,transform .4s,-webkit-transform .4s}body.single-teammember .competencies .tag{margin:0 0 15px;padding-left:19px;padding-right:19px}@media screen and (min-width:75em){body.single-teammember .competencies .tag{margin:0 0 21px}}body.single-teammember .competencies ul{list-style:none;padding:0;margin:0 0 40px}body.single-teammember .competencies ul li{padding:0;margin:0;font-size:15px;opacity:0;transition:opacity .5s,transform 1s;transition:opacity .5s,transform 1s,-webkit-transform 1s}body.single-teammember .competencies ul li:nth-child(1){transition-delay:.03s}body.single-teammember .competencies ul li:nth-child(2){transition-delay:.06s}body.single-teammember .competencies ul li:nth-child(3){transition-delay:.09s}body.single-teammember .competencies ul li:nth-child(4){transition-delay:.12s}body.single-teammember .competencies ul li:nth-child(5){transition-delay:.15s}body.single-teammember .competencies ul li:nth-child(6){transition-delay:.18s}body.single-teammember .competencies ul li:nth-child(7){transition-delay:.21s}body.single-teammember .competencies ul li:nth-child(8){transition-delay:.24s}body.single-teammember .competencies ul li:nth-child(9){transition-delay:.27s}body.single-teammember .competencies ul li:nth-child(10){transition-delay:.3s}body.single-teammember .competencies ul li:nth-child(11){transition-delay:.33s}body.single-teammember .competencies ul li:nth-child(12){transition-delay:.36s}body.single-teammember .competencies ul li:nth-child(13){transition-delay:.39s}body.single-teammember .competencies ul li:nth-child(14){transition-delay:.42s}body.single-teammember .competencies ul li:nth-child(15){transition-delay:.45s}body.single-teammember .competencies ul li:nth-child(16){transition-delay:.48s}body.single-teammember .competencies ul li:nth-child(17){transition-delay:.51s}body.single-teammember .competencies ul li:nth-child(18){transition-delay:.54s}body.single-teammember .competencies ul li:nth-child(19){transition-delay:.57s}body.single-teammember .competencies ul li:nth-child(20){transition-delay:.6s}body.single-teammember .competencies ul li:nth-child(21){transition-delay:.63s}body.single-teammember .competencies ul li:nth-child(22){transition-delay:.66s}body.single-teammember .competencies ul li:nth-child(23){transition-delay:.69s}body.single-teammember .competencies ul li:nth-child(24){transition-delay:.72s}body.single-teammember .competencies ul li:nth-child(25){transition-delay:.75s}body.single-teammember .competencies ul li:nth-child(26){transition-delay:.78s}body.single-teammember .competencies ul li:nth-child(27){transition-delay:.81s}body.single-teammember .competencies ul li:nth-child(28){transition-delay:.84s}body.single-teammember .competencies ul li:nth-child(29){transition-delay:.87s}body.single-teammember .competencies ul li:nth-child(30){transition-delay:.9s}@media screen and (min-width:75em){body.single-teammember .competencies ul{margin:0 0 50px}body.single-teammember .competencies{margin:70px 0 0;padding:40px 0 0}}body.single-teammember .page-content.in-view .competencies .list-wrap,body.single-teammember .page-content.in-view .competencies .list-wrap ul li,body.single-teammember .page-content.in-view .content,body.single-teammember .page-content.in-view .featured.image img{opacity:1;-webkit-transform:none;transform:none;-webkit-filter:none;filter:none}body.single.single-post.page-color-profile-light section.page-content{background-color:#fff;color:#006e66}body.single.single-post.page-color-profile-light section.page-content a,body.single.single-post.page-color-profile-light section.page-content h1,body.single.single-post.page-color-profile-light section.page-content p{color:#006e66}body.single.single-post.page-color-profile-light section.page-content .meta,body.single.single-post.page-color-profile-light section.page-content .meta a{color:#573c6e}body.single.single-post.page-color-profile-default section.page-content{overflow:hidden}body.single.single-post.page-color-profile-default section.page-content .button,body.single.single-post.page-color-profile-default section.page-content .wp-block-button__link{border-color:#29e689;color:#29e689}body.single.single-post.page-color-profile-default section.page-content .button:hover,body.single.single-post.page-color-profile-default section.page-content .wp-block-button__link:hover{border-color:#f0ebe7;color:#f0ebe7}body.single.single-post.page-color-profile-default section.page-content .featured{padding-bottom:80px;position:relative}body.single.single-post.page-color-profile-default section.page-content .featured .circle-large{width:100px;height:200px;right:-100px;position:absolute;z-index:3;bottom:100px;overflow:hidden}body.single.single-post.page-color-profile-default section.page-content .featured .circle-large:after{content:"";background-color:#165d5c;width:200px;height:200px;border-radius:50%;position:absolute;top:0;right:0}@media screen and (min-width:90em){body.single.single-post.page-color-profile-default section.page-content .featured .circle-large:after{width:525px;height:525px}body.single.single-post.page-color-profile-default section.page-content .featured .circle-large{width:262.5px;height:525px;right:-262.5px}}body.single.single-post.page-color-profile-default section.page-content .featured .circle{width:60px;height:120px;position:absolute;z-index:3;right:0;bottom:50px;overflow:hidden}body.single.single-post.page-color-profile-default section.page-content .featured .circle:after{content:"";background-color:#004644;width:120px;height:120px;border-radius:50%;position:absolute;top:0;left:0}@media print,screen and (min-width:64em){body.single.single-post.page-color-profile-default section.page-content .featured .circle:after{width:200px;height:200px}}@media screen and (min-width:90em){body.single.single-post.page-color-profile-default section.page-content .featured .circle:after{width:266px;height:266px}}@media print,screen and (min-width:64em){body.single.single-post.page-color-profile-default section.page-content .featured .circle{width:100px;height:200px;bottom:100px}}@media screen and (min-width:90em){body.single.single-post.page-color-profile-default section.page-content .featured .circle{width:133px;height:266px}}@media screen and (min-width:75em){body.single.single-post.page-color-profile-default section.page-content .featured{padding-bottom:100px}}@media screen and (min-width:90em){body.single.single-post.page-color-profile-default section.page-content .featured{padding-bottom:150px}}@media screen and (min-width:103.125em){body.single.single-post.page-color-profile-default section.page-content .featured{padding-bottom:180px}}body.single.single-post .shapes{position:relative;height:100%;display:none}body.single.single-post .shapes>div{opacity:0;transition:opacity 3s,width 1.5s cubic-bezier(.16,1,.3,1),margin 2s cubic-bezier(.16,1,.3,1)}body.single.single-post .shapes.in-view>div{opacity:1;margin:0}body.single.single-post .shapes.in-view>div.circle{width:35%}body.single.single-post .shapes .circle{position:absolute;left:0;bottom:0;width:20%;border-radius:50%;background-color:#23827b;transition-delay:.3s}body.single.single-post .shapes .circle:after{content:"";display:block;padding-bottom:100%}body.single.single-post .shapes .bar-large{position:absolute;left:15%;top:15på;right:-50vw;height:200px;margin:0 0 0 10%;border-top-left-radius:300px;border-bottom-left-radius:300px;background-color:#165d5c;transition-delay:.4s}@media screen and (min-width:75em){body.single.single-post .shapes .bar-large{height:240px}}@media screen and (min-width:103.125em){body.single.single-post .shapes .bar-large{height:270px}}@media screen and (min-width:125em){body.single.single-post .shapes .bar-large{height:494px}}body.single.single-post .shapes .bar-small{position:absolute;left:70%;top:40%;right:-50vw;height:100px;margin:0 0 0-10%;border-top-left-radius:300px;transition-delay:.2s;border-bottom-left-radius:300px;background-color:#004644}@media screen and (min-width:75em){body.single.single-post .shapes .bar-small{height:150px}}@media screen and (min-width:103.125em){body.single.single-post .shapes .bar-small{height:170px}}@media screen and (min-width:125em){body.single.single-post .shapes .bar-small{height:228px}}@media print,screen and (min-width:40em){body.single.single-post .shapes{display:block}}body.single.single-post section.page-content .meta,body.single.single-post section.page-content .meta a{color:#29e689}body.single.single-post section.page-content .featured.in-view img,body.single.single-post section.page-content .gallery a.gallery-image.in-view img,body.single.single-post section.page-content.in-view .meta,body.single.single-post section.page-content.in-view .text-body,body.single.single-post section.page-content.in-view h1.post-title{opacity:1;-webkit-transform:none;transform:none}body.single.single-post section.page-content .grid-container{margin-bottom:30px}body.single.single-post section.page-content .text-body,body.single.single-post section.page-content h1.post-title{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1),-webkit-transform 1.5s cubic-bezier(.16,1,.3,1)}body.single.single-post section.page-content .text-body{transition-delay:.1s}@media screen and (min-width:75em){body.single.single-post section.page-content .text-body{padding-right:17.5%}}body.single.single-post section.page-content .meta{margin:40px 0 30px;opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1),-webkit-transform 1.5s cubic-bezier(.16,1,.3,1);transition-delay:.05s;text-decoration:none;font-size:15px}body.single.single-post section.page-content .meta a{text-decoration:none;font-size:15px}@media screen and (min-width:75em){body.single.single-post section.page-content .meta{margin:50px 0 30px}}@media screen and (min-width:103.125em){body.single.single-post section.page-content .meta{margin:75px 0 30px}}body.single.single-post section.page-content .featured{display:flex}body.single.single-post section.page-content .featured img{width:100%;opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px);transition:opacity 1s,transform 1s cubic-bezier(0,.55,.45,1);transition:opacity 1s,transform 1s cubic-bezier(0,.55,.45,1),-webkit-transform 1s cubic-bezier(0,.55,.45,1)}@media print,screen and (min-width:40em){body.single.single-post section.page-content .featured{margin:10px 0 0}}@media print,screen and (min-width:64em){body.single.single-post section.page-content .featured{margin:13px 0 0}}@media screen and (min-width:75em){body.single.single-post section.page-content .featured{margin:15px 0 0}}@media screen and (min-width:90em){body.single.single-post section.page-content .featured{margin:20px 0 0}}@media screen and (min-width:125em){body.single.single-post section.page-content .featured{margin:25px 0 0}}body.single.single-post section.page-content .gallery.has-featured{margin-top:30px}@media screen and (min-width:75em){body.single.single-post section.page-content .gallery.has-featured{margin-top:50px}}body.single.single-post section.page-content .gallery a.gallery-image{display:block;margin:0 0 30px}body.single.single-post section.page-content .gallery a.gallery-image:last-child{margin-bottom:0}body.single.single-post section.page-content .gallery a.gallery-image img{width:100%;display:block;opacity:0;-webkit-transform:translateY(80px) scale(.95);transform:translateY(80px) scale(.95);transition:opacity 1s,transform 1s cubic-bezier(.16,1,.3,1);transition:opacity 1s,transform 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}@media screen and (min-width:75em){body.single.single-post section.page-content .gallery a.gallery-image{margin:0 0 50px}}body.single.single-service .tag,body.single.single-service h1.title{opacity:0;transition:opacity .5s,transform .8s cubic-bezier(.16,1,.3,1);transition:opacity .5s,transform .8s cubic-bezier(.16,1,.3,1),-webkit-transform .8s cubic-bezier(.16,1,.3,1)}body.single.single-service .tag{margin:0 0 20px;-webkit-transform:translateY(5px);transform:translateY(5px);transition-delay:.2s}body.single.single-service h1.title{margin:0;-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media print,screen and (min-width:40em){body.single.single-service h1.title{position:-webkit-sticky;position:sticky;top:40px}}@media screen and (min-width:75em){body.single.single-service h1.title{top:70px}}body.single.single-service .text{padding-top:15px;opacity:0;transition:opacity .3s;transition-delay:.1s}@media print,screen and (min-width:40em){body.single.single-service .text{padding-top:12px}}@media print,screen and (min-width:64em){body.single.single-service .text{padding-top:16px}}@media screen and (min-width:75em){body.single.single-service .text{padding-top:20px}}body.single.single-service .employees-bar{background-color:#f4f4f4;padding:60px 0}body.single.single-service .employees-bar .grid-x .cell:nth-child(1) .contact-card{transition-delay:.04s}body.single.single-service .employees-bar .grid-x .cell:nth-child(2) .contact-card{transition-delay:.08s}body.single.single-service .employees-bar .grid-x .cell:nth-child(3) .contact-card{transition-delay:.12s}body.single.single-service .employees-bar .grid-x .cell:nth-child(4) .contact-card{transition-delay:.16s}body.single.single-service .employees-bar .grid-x .cell:nth-child(5) .contact-card{transition-delay:.2s}body.single.single-service .employees-bar .grid-x .cell:nth-child(6) .contact-card{transition-delay:.24s}body.single.single-service .employees-bar .grid-x .cell:nth-child(7) .contact-card{transition-delay:.28s}body.single.single-service .employees-bar .grid-x .cell:nth-child(8) .contact-card{transition-delay:.32s}body.single.single-service .employees-bar .cta-bar-title{margin:0 0 40px}@media screen and (min-width:75em){body.single.single-service .employees-bar .cta-bar-title{margin:0 0 75px}}body.single.single-service .employees-bar .contact-card{font-size:15px;-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;max-width:550px;margin:0 auto 50px}body.single.single-service .employees-bar .contact-card.in-view{transition:transform 4s cubic-bezier(.16,1,.3,1),opacity 1s;transition:transform 4s cubic-bezier(.16,1,.3,1),opacity 1s,-webkit-transform 4s cubic-bezier(.16,1,.3,1);opacity:1;-webkit-transform:none;transform:none}body.single.single-service .employees-bar .contact-card .image{position:relative;padding-bottom:122%}body.single.single-service .employees-bar .contact-card .image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.single.single-service .employees-bar .contact-card .name{margin:40px 0 0;font-size:20px}@media screen and (min-width:75em){body.single.single-service .employees-bar .contact-card .name{margin:50px 0 0}}@media screen and (min-width:103.125em){body.single.single-service .employees-bar .contact-card .name{margin:75px 0 0}}body.single.single-service .employees-bar .contact-card .meta{margin:20px 0 0}body.single.single-service .employees-bar .contact-card a.email{display:block;margin:20px 0 0;text-decoration:none;font-weight:700;transition:color .5s,text-decoration-color 2x}@media screen and (min-width:75em){body.single.single-service .employees-bar{padding:80px 0}}@media screen and (min-width:103.125em){body.single.single-service .employees-bar{padding:100px 0}}@media screen and (min-width:125em){body.single.single-service .employees-bar{padding:130px 0}}body.single.single-case .text-and-images .banner.in-view img,body.single.single-service section.page-content.in-view .tag,body.single.single-service section.page-content.in-view .text,body.single.single-service section.page-content.in-view h1.title{opacity:1;-webkit-transform:none;transform:none}body.single.single-case .page-content{overflow:hidden}body.single.single-case .quote-name{position:relative;z-index:2;font-size:15px}body.single.single-case .quote-name:after{content:"";display:none;width:104px;height:100px;background:url(/wp-content/themes/patentgruppen/images/quote.svg)no-repeat center/contain;position:absolute;left:0;top:0;-webkit-transform:translateX(calc((100% + 50px)*-1));transform:translateX(calc((100% + 50px)*-1))}@media screen and (min-width:125em){body.single.single-case .quote-name:after{display:block}}body.single.single-case blockquote{position:relative;border:0;padding:0;margin:20px 0 0}body.single.single-case blockquote p:first-child:before{content:"“";display:inline-block}body.single.single-case blockquote p:last-child:after{content:"”";display:inline-block}body.single.single-case blockquote,body.single.single-case blockquote p{color:#006e66;line-height:1.2;opacity:1;font-size:25px}@media print,screen and (min-width:64em){body.single.single-case blockquote,body.single.single-case blockquote p{font-size:30px}}@media screen and (min-width:90em){body.single.single-case blockquote,body.single.single-case blockquote p{font-size:35px}}@media screen and (min-width:103.125em){body.single.single-case blockquote,body.single.single-case blockquote p{font-size:45px}}@media screen and (min-width:75em){body.single.single-case blockquote{margin:32px 0 0}}body.single.single-case .cell.quote-cell{order:2}@media print,screen and (min-width:40em){body.single.single-case .cell.quote-cell{order:1}}body.single.single-case .cell.logo-cell{order:1;display:flex;flex-direction:column}@media print,screen and (min-width:40em){body.single.single-case .cell.logo-cell{order:2;align-items:flex-end}}body.single.single-case .case-logo{max-height:67px;max-width:185px}body.single.single-case .case-logo img{width:100%}@media screen and (min-width:125em){body.single.single-case .case-logo{max-height:110px;max-width:240px}}body.single.single-case .meta{margin:40px 0 0;color:#573c6e;font-size:15px;display:flex}body.single.single-case .meta .meta-section{padding:0 40px 0 0}body.single.single-case .meta .meta-section:last-child,body.single.single-case .text-and-images .gallery img:last-child{margin:0}body.single.single-case .meta .meta-section .label{font-weight:700}@media print,screen and (min-width:40em){body.single.single-case .meta .meta-section{margin:0 0 20px;padding:0}}body.single.single-case .meta ul li{margin:0;padding:0;line-height:1.2}@media print,screen and (min-width:40em){body.single.single-case .meta{text-align:right;flex-direction:column}}@media screen and (min-width:75em){body.single.single-case .meta{margin:70px 0 0}}@media screen and (min-width:103.125em){body.single.single-case .meta{margin:96px 0 0}}body.single.single-case .text-and-images{position:relative;margin-top:50px}body.single.single-case .text-and-images.has-banner{margin-top:0}body.single.single-case .text-and-images .banner{display:block;position:relative;z-index:2;padding-bottom:50%;width:calc(100% + 40px);margin:30px -20px;overflow:hidden;background-color:#573c6e}body.single.single-case .text-and-images .banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s,transform 2s cubic-bezier(.16,1,.3,1);transition:opacity 1s,transform 2s cubic-bezier(.16,1,.3,1),-webkit-transform 2s cubic-bezier(.16,1,.3,1);-webkit-transform:scale(1.05);transform:scale(1.05)}@media print,screen and (min-width:22.5em){body.single.single-case .text-and-images .banner{margin:30px -30px;width:calc(100% + 60px)}}@media print,screen and (min-width:64em){body.single.single-case .text-and-images .banner{width:100%;margin:50px 0}}@media screen and (min-width:75em){body.single.single-case .text-and-images .banner{padding-bottom:40%;margin:80px 0 50px}}@media screen and (min-width:103.125em){body.single.single-case .text-and-images .banner{margin:120px 0 50px}}@media screen and (min-width:125em){body.single.single-case .text-and-images .banner{margin:195px 0 50px}}body.single.single-case .text-and-images .text{position:relative;z-index:2}@media print,screen and (min-width:40em){body.single.single-case .text-and-images.has-banner .text{padding:30px 0 0}}@media print,screen and (min-width:64em){body.single.single-case .text-and-images.has-banner .text{padding:50px 0 0}}@media screen and (min-width:75em){body.single.single-case .text-and-images.has-banner .text{padding:90px 0 0}}body.single.single-case .text-and-images .website.button{margin:30px 0 0}@media screen and (min-width:75em){body.single.single-case .text-and-images .website.button{margin:45px 0 0}}body.single.single-case .text-and-images.in-view .gallery{opacity:1;-webkit-transform:none;transform:none}body.single.single-case .text-and-images .gallery{position:relative;margin:20px 0 0;-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0;transition:transform 1s cubic-bezier(.34,1.56,.64,1),opacity 1s;transition:transform 1s cubic-bezier(.34,1.56,.64,1),opacity 1s,-webkit-transform 1s cubic-bezier(.34,1.56,.64,1)}body.single.single-case .text-and-images .gallery:before{content:"";background-color:#f0ebe7;width:180px;position:absolute;bottom:0;top:-100px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-top-left-radius:300px;border-top-right-radius:300px}@media print,screen and (min-width:40em){body.single.single-case .text-and-images .gallery:before{width:120px;top:-70px}}@media print,screen and (min-width:64em){body.single.single-case .text-and-images .gallery:before{top:-130px;width:220px}}@media screen and (min-width:75em){body.single.single-case .text-and-images .gallery:before{top:-200px;width:290px}}@media screen and (min-width:103.125em){body.single.single-case .text-and-images .gallery:before{top:-285px;width:380px}}body.single.single-case .text-and-images .gallery img{margin:0 0 30px;position:relative;z-index:2}@media print,screen and (min-width:64em){body.single.single-case .text-and-images .gallery img{margin:0 0 50px}}@media print,screen and (min-width:40em){body.single.single-case .text-and-images .gallery{margin:0}body.single.single-case .text-and-images.has-banner .gallery:before{top:-600px}}@media print,screen and (min-width:64em){body.single.single-case .text-and-images.has-banner .gallery:before{top:-800px}}@media screen and (min-width:75em){body.single.single-case .text-and-images.has-banner .gallery:before{top:-900px}}@media screen and (min-width:90em){body.single.single-case .text-and-images.has-banner .gallery:before{top:-950px}}@media screen and (min-width:103.125em){body.single.single-case .text-and-images.has-banner .gallery:before{top:-1070px}}@media screen and (min-width:125em){body.single.single-case .text-and-images.has-banner .gallery:before{top:-1300px}}@media screen and (min-width:75em){body.single.single-case .text-and-images{margin:75px 0 0}}@media screen and (min-width:90em){body.single.single-case .text-and-images{margin:120px 0 0}}@media screen and (min-width:103.125em){body.single.single-case .text-and-images{margin:140px 0 0}}@media screen and (min-width:125em){body.single.single-case .text-and-images{margin:170px 0 0}}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{box-shadow:none;border:1px solid #006e66;border-radius:2px;background:0 0;font-size:15px;margin:0}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:.4;color:#006e66}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{opacity:.4;color:#006e66}input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{opacity:.4;color:#006e66}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus{transition:background .5s;background:#006e66;color:#f4f4f4;border:1px solid #006e66}@media screen and (min-width:75em){input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:18px}}input[type=email],input[type=number],input[type=password],input[type=text]{height:45px;padding:0 15px}textarea{height:300px;padding:10px 15px}@media screen and (min-width:75em){form label{font-size:17px}}.frm_screen_reader,.frm_verify{display:none}.frm_fields_container .frm_half.frm_first{padding-right:15px}@media print,screen and (min-width:40em){.frm_fields_container .frm_half{width:50%;float:left}}.frm_fields_container .frm_full{clear:both}.frm_fields_container .frm_form_field{margin:0 0 20px}.frm_error{padding:0 15px;margin:5px 0 0;color:tomato}.contact-page-info .cell{margin-bottom:40px}@media print,screen and (min-width:64em){.contact-page-info .cell{margin-bottom:0}}.contact-page-info.in-view-watcher .cell{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.contact-page-info.in-view .cell{opacity:1;-webkit-transform:none;transform:none;transition:opacity .7s,transform 1s cubic-bezier(.34,1.56,.64,1);transition:opacity .7s,transform 1s cubic-bezier(.34,1.56,.64,1),-webkit-transform 1s cubic-bezier(.34,1.56,.64,1)}.contact-page-info.in-view .cell:nth-child(2){transition-delay:.1s}.contact-page-info.in-view .cell:nth-child(3){transition-delay:.2s}.contact-page-info.in-view .cell:nth-child(4){transition-delay:.3s}.contact-page-info,.contact-page-info .theme8blocks-team .team-section .category-title,.contact-page-info h3,.theme8blocks-team .team-section .contact-page-info .category-title{font-size:15px}.contact-page-info a,.contact-page-info a:focus{text-decoration:none}.contact-page-info a{transition:text-decoration .6s;transition:text-decoration .6s,-webkit-text-decoration .6s;display:block}.contact-page-info a:hover{text-decoration:underline;text-decoration-color:#29e689}.contact-page-info .theme8blocks-team .team-section .category-title,.contact-page-info h3,.theme8blocks-team .team-section .contact-page-info .category-title{color:#fff;margin:0 0 15px;font-weight:700}.contact-page-info .address .theme8blocks-team .team-section .category-title,.contact-page-info .address h3,.theme8blocks-team .team-section .contact-page-info .address .category-title{color:#29e689;margin:0;font-weight:400}.contact-page-info .address .contact,.contact-page-info .address .fax{margin:16px 0 0}