Make WordPress Themes

Changeset 249211


Ignore:
Timestamp:
11/16/2024 04:28:18 PM (12 months ago)
Author:
themedropbox
Message:

New version of WeCodeArt - 6.5.5

Location:
wecodeart/6.5.5
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wecodeart/6.5.5/assets/cache/wp-components.css

    r235027 r249211  
    1 .wp-close{--wp--close-color:var(--wp--preset--color--black);--wp--close-icon:transparent url('data:image/svg+xml;utf8,%09%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E %3Cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3E %3C/svg%3E') center/1em auto no-repeat;--wp--close-opacity:.5;--wp--close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--wp--close-color);background:var(--wp--close-icon);border:0;border-radius:.25rem;opacity:var(--wp--close-opacity);cursor:pointer}.theme-is-dark .wp-close{filter:var(--wp--close-white-filter)}.wp-close:hover{color:var(--wp--close-color);text-decoration:none;opacity:.75}.wp-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(35,136,237,0.25);opacity:1}.wp-close:is(.disabled,:disabled){pointer-events:none;user-select:none;opacity:.25}.wp-modal{--wp--modal-zindex:1055;--wp--modal-width:550px;--wp--modal-padding:1rem;--wp--modal-margin:.5rem;--wp--modal-color:;--wp--modal-bg:rgb(var(--wp--background--rgb,255,255,255));--wp--modal-border-color:var(--wp--preset--color--accent);--wp--modal-border-width:1px;--wp--modal-border-radius:.5rem;--wp--modal-box-shadow:0 .125rem .25rem rgba(0,0,0,0.075);--wp--modal-inner-border-radius:calc(0.5rem - 1px);--wp--modal-header-bg:var(--wp--preset--color--accent);--wp--modal-header-padding-x:1rem;--wp--modal-header-padding-y:1rem;--wp--modal-header-padding:1rem 1rem;--wp--modal-header-border-color:var(--wp--modal-border-color);--wp--modal-header-border-width:1px;--wp--modal-title-line-height:1.5;--wp--modal-footer-gap:.5rem;--wp--modal-footer-bg:;--wp--modal-footer-border-color:var(--wp--modal-border-color);--wp--modal-footer-border-width:1px;--wp--modal-backdrop-filter:;position:fixed;top:0;left:0;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;z-index:var(--wp--modal-zindex);backdrop-filter:var(--wp--modal-backdrop-filter)}.theme-is-dark .wp-modal{--wp--modal-bg:rgb(var(--wp--background--rgb,0,0,0))}.wp-modal__dialog{position:relative;width:auto;margin:var(--wp--modal-margin);pointer-events:none}.wp-modal:where(.fade) .wp-modal__dialog{transition:transform 0.3s ease-out;transform:translate(0,-50px)}.wp-modal:where(.show) .wp-modal__dialog{transform:none}.wp-modal--static .wp-modal__dialog{transform:scale(1.02)}.wp-modal__dialog--scrollable{height:calc(100% - var(--wp--modal-margin) * 2)}.wp-modal__dialog--scrollable .wp-modal__content{max-height:100%;overflow:hidden}.wp-modal__dialog--scrollable .wp-modal__body{overflow-y:auto}.wp-modal__dialog--centered{display:flex;align-items:center;min-height:calc(100% - var(--wp--modal-margin) * 2)}.wp-modal__content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--wp--modal-color);pointer-events:auto;background-color:var(--wp--modal-bg);background-clip:padding-box;border:var(--wp--modal-border-width) solid var(--wp--modal-border-color);border-radius:var(--wp--modal-border-radius);outline:0}.wp-modal__header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--wp--modal-header-padding);border-bottom:var(--wp--modal-header-border-width) solid var(--wp--modal-header-border-color);border-top-left-radius:var(--wp--modal-inner-border-radius);border-top-right-radius:var(--wp--modal-inner-border-radius);background-color:var(--wp--modal-header-bg)}.wp-modal__header .wp-close{padding:calc(var(--wp--modal-header-padding-y) * 0.5) calc(var(--wp--modal-header-padding-x) * 0.5);margin:calc(-0.5 * var(--wp--modal-header-padding-y)) calc(-0.5 * var(--wp--modal-header-padding-x)) calc(-0.5 * var(--wp--modal-header-padding-y)) auto}.wp-modal__title{margin-top:0;margin-bottom:0;font-weight:400;line-height:var(--wp--modal-title-line-height)}.wp-modal__body{position:relative;flex:1 1 auto;padding:var(--wp--modal-padding)}.wp-modal__footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--wp--modal-padding) - var(--wp--modal-footer-gap) * 0.5);background-color:var(--wp--modal-footer-bg);border-top:var(--wp--modal-footer-border-width) solid var(--wp--modal-footer-border-color);border-bottom-right-radius:var(--wp--modal-inner-border-radius);border-bottom-left-radius:var(--wp--modal-inner-border-radius)}.wp-modal__footer>*{margin:calc(var(--wp--modal-footer-gap) * 0.5)}.wp-modal--fullscreen{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen :is(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen .wp-modal__body{overflow-y:auto}@media (max-width:992px){.wp-modal--fullscreen\:lg .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:lg .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:lg :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:lg .wp-modal__body{overflow-y:auto}}@media (max-width:768px){.wp-modal--fullscreen\:md .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:md .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:md :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:md .wp-modal__body{overflow-y:auto}}@media (max-width:640px){.wp-modal--fullscreen\:sm .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:sm .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:sm :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:sm .wp-modal__body{overflow-y:auto}}@media (max-width:1200px){.wp-modal--fullscreen\:xl .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:xl .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:xl :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:xl .wp-modal__body{overflow-y:auto}}@media (max-width:1440px){.wp-modal--fullscreen\:xxl .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:xxl .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:xxl :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:xxl .wp-modal__body{overflow-y:auto}}@media (min-width:640px){.wp-modal{--wp--modal-margin:1.75rem;--wp--modal-box-shadow:0 .5rem 1rem rgba(0,0,0,0.15);--wp--modal-backdrop-filter:blur(5px)}.wp-modal__dialog{max-width:var(--wp--modal-width);margin-right:auto;margin-left:auto}.wp-modal--sm{--wp--modal-width:300px}}@media (min-width:992px){.wp-modal--lg,.wp-modal--xl{--wp--modal-width:800px}}@media (min-width:1200px){.wp-modal--xl{--wp--modal-width:1140px}}@media (prefers-reduced-motion:reduce){.wp-modal.fade .wp-modal__dialog{transition:none}}.wp-toast{--wp--toast-zindex:1090;--wp--toast-padding-x:.75rem;--wp--toast-padding-y:.5rem;--wp--toast-spacing:var(--wp--style--block-gap);--wp--toast-max-width:350px;--wp--toast-font-size:var(--wp--preset--font-size--small);--wp--toast-color:inherit;--wp--toast-bg:var(--wp--preset--color--accent);--wp--toast-border-width:1px;--wp--toast-border-color:rgba(var(--wp--background--rgb,200,200,200),.5);--wp--toast-border-radius:.25rem;--wp--toast-box-shadow:var(--wp--preset--shadow--natural);--wp--toast-header-color:inherit;--wp--toast-header-bg:transparent;--wp--toast-header-border-color:var(--wp--toast-border-color);--wp--toast-body-bg:rgba(255,255,255,.5);width:var(--wp--toast-max-width);max-width:100%;font-size:var(--wp--toast-font-size);color:var(--wp--toast-color);pointer-events:auto;background-color:var(--wp--toast-bg);background-clip:padding-box;border:var(--wp--toast-border-width) solid var(--wp--toast-border-color);box-shadow:var(--wp--toast-box-shadow);border-radius:var(--wp--toast-border-radius)}.wp-toast.showing{opacity:0;transform:translate3d(0,25px,0)}.wp-toast.fade{transition:all .3s}.wp-toast.show{transform:none}.wp-toast:not(.show){display:none}.wp-toast__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wp--toast-padding-y) var(--wp--toast-padding-x);color:var(--wp--toast-header-color);background-color:var(--wp--toast-header-bg);background-clip:padding-box;border-bottom:var(--wp--toast-border-width) solid var(--wp--toast-header-border-color);border-top-left-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width));border-top-right-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width))}.wp-toast__header .wp-close{margin-right:calc(-.5 * var(--wp--toast-padding-x));margin-left:var(--wp--toast-padding-x)}.wp-toast__body{padding:var(--wp--toast-padding-x);background-color:var(--wp--toast-body-bg);border-bottom-left-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width));border-bottom-right-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width));word-wrap:break-word}.wp-site-toasts{--wp--toast-zindex:1090;position:absolute;z-index:var(--wp--toast-zindex);width:max-content;max-width:100%;pointer-events:none}.wp-site-toasts>:not(:first-child){margin-top:var(--wp--toast-spacing)}.navbar-toggler{--wp--navbar-toggler-padding-y:0;--wp--navbar-toggler-padding-x:0;--wp--navbar-toggler-font-size:1.25rem;--wp--navbar-toggler-icon-bg:url('data:image/svg+xml;utf8,%09%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E %3Cpath stroke=%27black%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E %3C/svg%3E');--wp--navbar-toggler-border-color:rgba(var(--wp--emphasis-color-rgb),0);--wp--navbar-toggler-border-radius:.375rem;--wp--navbar-toggler-focus-width:.25rem;--wp--navbar-toggler-transition:box-shadow 0.15s ease-in-out;padding:var(--wp--navbar-toggler-padding-y) var(--wp--navbar-toggler-padding-x);background-color:transparent;color:var(--wp--navbar-color);font-size:var(--wp--navbar-toggler-font-size,1.25rem);line-height:1;border:1px solid var(--wp--navbar-toggler-border-color,transparent);border-radius:var(--wp--navbar-toggler-border-radius,.25rem);transition:var(--wp--navbar-toggler-transition,box-shadow 0.15s ease-in-out)}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--wp--navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--wp--navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}:where(.theme-is-dark,.navbar-dark) .navbar-toggler-icon{filter:invert(1) grayscale(100%) brightness(200%)}.wp-lightbox-container{position:relative;display:flex;flex-direction:column}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover + button{opacity:1}.wp-lightbox-container button{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:rgb(90 90 90 / 25%);backdrop-filter:blur(20px) saturate(180%);border:none;border-radius:0;padding:0;opacity:0;text-align:center;transition:opacity 0.2s ease;cursor:zoom-in;z-index:5}.wp-lightbox-container button:focus-visible{outline:3px auto rgb(90 90 90 / 25%);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:where(:hover,:focus,:not(:hover):not(:active):not(.has-background)){background-color:rgb(90 90 90 / 25%);border:none}.wp-lightbox-overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;visibility:hidden;overflow:hidden;cursor:zoom-out;z-index:100000}.has-scrollbar .wp-lightbox-overlay .close-button{right:1rem}.wp-lightbox-overlay .close-button{position:absolute;top:0;right:0;padding:0;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;z-index:5000000;cursor:pointer}.wp-lightbox-overlay::where(:hover,:focus,:not(:hover):not(:active):not(.has-background)){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{position:absolute;overflow:hidden;top:50%;left:50%;transform-origin:top left;transform:translate(-50%,-50%);width:var(--wp--lightbox-container-width);height:var(--wp--lightbox-container-height);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin:0!important;box-sizing:border-box;transform-origin:0 0;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{min-width:var(--wp--lightbox-image-width);min-height:var(--wp--lightbox-image-height);width:var(--wp--lightbox-image-width);height:var(--wp--lightbox-image-height)}.wp-lightbox-overlay .wp-block-image img[src=""]{display:none}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{border:none;background:none}.wp-lightbox-overlay .scrim{width:100%;height:100%;position:absolute;z-index:2000000;background-color:rgb(255,255,255);opacity:0.9}.wp-lightbox-overlay.active{visibility:visible;animation:both turn-on-visibility 0.25s}.wp-lightbox-overlay.active img{animation:both turn-on-visibility 0.35s}.wp-lightbox-overlay:is(.show-closing-animation,.hideanimationenabled):not(.active){animation:both turn-off-visibility 0.35s}.wp-lightbox-overlay:is(.show-closing-animation,.hideanimationenabled):not(.active) img{animation:both turn-off-visibility 0.25s}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active){animation:none}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1,1)}}@keyframes lightbox-zoom-out{0%{visibility:visible;transform:translate(-50%,-50%) scale(1,1)}99%{visibility:visible}to{visibility:hidden;transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}}.wp-offcanvas{--wp--offcanvas-zindex:1045;--wp--offcanvas-width:400px;--wp--offcanvas-height:30vh;--wp--offcanvas-padding-x:1rem;--wp--offcanvas-padding-y:1rem;--wp--offcanvas-border-color:rgb(var(--wp--background--rgb,255,255,255));--wp--offcanvas-color:;--wp--offcanvas-bg:rgb(var(--wp--background--rgb,255,255,255));--wp--offcanvas-transition:transform 0.3s ease-in-out;position:fixed;bottom:0;display:flex;flex-direction:column;visibility:hidden;background-color:var(--wp--offcanvas-bg);background-clip:padding-box;color:var(--wp--offcanvas-color);transition:var(--wp--offcanvas-transition);z-index:var(--wp--offcanvas-zindex);margin:0!important;max-width:100%!important;outline:0}.wp-offcanvas:is(.showing,.show:not(.hiding)){transform:none}.wp-offcanvas:is(.showing,.hiding,.show){visibility:visible}.theme-is-dark .wp-offcanvas{--wp--offcanvas-border-color:rgb(var(--wp--background--rgb,0,0,0));--wp--offcanvas-bg:rgb(var(--wp--background--rgb,37,37,41))}.wp-offcanvas__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wp--offcanvas-padding-y) var(--wp--offcanvas-padding-x)}.wp-offcanvas__header .wp-close{padding:calc(var(--wp--offcanvas-padding-y) * .5) calc(var(--wp--offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--wp--offcanvas-padding-y));margin-left:calc(-.5 * var(--wp--offcanvas-padding-x));margin-right:calc(-.5 * var(--wp--offcanvas-padding-x));margin-bottom:calc(-.5 * var(--wp--offcanvas-padding-y))}:is(.wp-offcanvas--start,.wp-offcanvas--top,.wp-offcanvas--bottom) .wp-close{margin-left:auto}.wp-offcanvas__title{margin:0;line-height:1.5}.wp-offcanvas__body{flex-grow:1;padding:var(--wp--offcanvas-padding-y) var(--wp--offcanvas-padding-x);overflow-y:auto}.wp-offcanvas:where(.wp-offcanvas--start,.wp-offcanvas--end){top:0;width:var(--wp--offcanvas-width)}.wp-offcanvas:where(.wp-offcanvas--start){left:0;border-right:1px solid var(--wp--offcanvas-border-color);transform:translateX(-100%)}.wp-offcanvas:where(.wp-offcanvas--end){right:0;border-left:1px solid var(--wp--offcanvas-border-color);transform:translateX(100%)}.wp-offcanvas:where(.wp-offcanvas--top,.wp-offcanvas--bottom){right:0;left:0;height:var(--wp--offcanvas-height);max-width:none!important;max-height:100%}.wp-offcanvas:where(.wp-offcanvas--top){top:0;bottom:auto;border-bottom:1px solid var(--wp--offcanvas-border-color);transform:translateY(-100%)}.wp-offcanvas:where(.wp-offcanvas--bottom){border-top:1px solid var(--wp--offcanvas-border-color);transform:translateY(100%)}@media (min-width:992px){.wp-offcanvas.lg\:wp-offcanvas--expand,.wp-offcanvas.lg\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.lg\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:768px){.wp-offcanvas.md\:wp-offcanvas--expand,.wp-offcanvas.md\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.md\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:640px){.wp-offcanvas.sm\:wp-offcanvas--expand,.wp-offcanvas.sm\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.sm\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:1200px){.wp-offcanvas.xl\:wp-offcanvas--expand,.wp-offcanvas.xl\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.xl\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:1440px){.wp-offcanvas.xxl\:wp-offcanvas--expand,.wp-offcanvas.xxl\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.xxl\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}.has-parallax{--wp--animation:__backgroundPosition;--wp--easing:linear;--wp--offset:-250px;--wp--range:0 calc(100vh + max(var(--wp--offset) * -1,0));animation-timeline:view();animation-range:var(--wp--range);animation-name:var(--wp--animation);animation-timing-function:var(--wp--easing);animation-direction:forwards;animation-duration:1ms}@keyframes __backgroundPosition{to{background-position:50% calc(50% + var(--wp--offset))}}@keyframes __translate3d{to{transform:translate3d(var(--wp--offset-x,0),var(--wp--offset),var(--wp--offset-z,0))}}.wp-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;margin:0!important;max-width:100vw!important;background-color:var(--wp--backdrop--background,var(--wp--preset--color--black,#000));z-index:var(--wp--backdrop--zindex,1040)}.wp-backdrop.fade{opacity:0}.wp-backdrop.show{opacity:var(--wp--backdrop--opacity,.5)}.fade{transition:opacity 0.15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){:is(.fade,.collapsing,.collapsing.collapse-horizontal){transition:none}}.has-decoration{position:relative;z-index:1}.has-decoration *{text-decoration:none}.has-decoration[class*=is-style-]::after{content:'';position:absolute;margin:0;left:0;right:0;bottom:-.5em;height:1em;width:100%;background:var(--wp--preset--color--primary,currentColor);z-index:-1;pointer-events:none}.has-decoration.is-style-underline::after{content:none}.has-decoration.is-style-brush::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 381 14%27%3E %3Cpath d=%27M2.6 12.7A6.2 6.2 0 0 1 0 9.8V9a4 4 0 0 1 3-2 56.5 56.5 0 0 0 2-.4 5.2 5.2 0 0 1 2-.3A3 3 0 0 0 8 6c.2 0 .6.2.9-.2H9l3.3-.3 1.4-.2c.5 0 1 .2 1.3-.2h.3a27.6 27.6 0 0 0 3.7-.3 13.7 13.7 0 0 0 1.7-.2c.5 0 1 .1 1.6-.3 1.3.2 2.6-.2 3.8-.2 1.3 0 2.6-.4 4-.2 1-.5 2-.1 3-.3 1.3-.2 2.5 0 3.8-.3s2.5 0 3.7-.2c1.7-.3 3.3 0 5-.2a24.6 24.6 0 0 1 3.9-.2c1 0 2.1-.4 3.2-.3a11.2 11.2 0 0 0 3.3 0 40.2 40.2 0 0 1 5.8-.2c1.3 0 2.5-.3 3.9-.3a17 17 0 0 0 3.8 0c2.3-.4 4.5 0 6.8-.2 2.6-.3 5.2 0 7.8-.3a42.7 42.7 0 0 1 3.4-.2 33.4 33.4 0 0 0 3.5 0c3-.4 5.8 0 8.7-.3l4.3-.2a36.8 36.8 0 0 0 4.3 0 46.5 46.5 0 0 1 5.2-.2 48 48 0 0 0 5.2 0 60.7 60.7 0 0 1 6.6-.2h6.6c3.8-.4 7.5-.2 11.3-.3h34.1c1.1 0 2.2.4 3.3.3 1-.1 2.1 0 3.2 0h6.5a19.5 19.5 0 0 1 3.4 0 38.7 38.7 0 0 0 6 0c2 0 3.9-.2 5.7 0 3 .3 6.1 0 9.1.2 2.3.3 4.7 0 7 .3 2.2.2 4.4 0 6.7.2 2.3.3 4.7 0 7 .2 3 .4 6 .1 9 .2a10.7 10.7 0 0 0 3.5.3h3.5c1.6-.1 3 .3 4.6.2a22.1 22.1 0 0 1 4.5 0c2.3.4 4.5 0 6.7.3 2.3.3 4.5 0 6.7.2 2 .3 3.8 0 5.7.3 1.8.3 3.7 0 5.6.2 1.6.3 3.3 0 4.9.3 1.6.2 3.2 0 4.8.2 1.5.2 3 0 4.5.2 1.4.3 2.8 0 4.1.3 1.5.2 3 0 4.3.2 1.5.3 3 0 4.3.3 1.5.2 3 0 4.5.2 1.4.2 2.8 0 4.2.2 1.2.2 2.4 0 3.6.2 1.3.3 2.6 0 3.8.3 1 .2 2 0 3 .2 1.3.3 2.6 0 3.9.3 1 .1 2 0 3 .2 1.2.2 2.3 0 3.3.2 1.1.2 2.2 0 3.3.3 1 .2 2 0 3 .2s2 0 3 .2a23 23 0 0 0 2.5.3 8.6 8.6 0 0 0 1.6.2 2.4 2.4 0 0 1 1.5.2h.4c1.2 0 2.5 0 3.7.3a18.6 18.6 0 0 1 2 .2c.7.2 1.4 0 2 .3.6.2 1.2 0 1.8.2a6 6 0 0 0 1.8.2c.5 0 .9.3 1.4.3a1.3 1.3 0 0 1 1.2.2h.1l3.4.2a34.2 34.2 0 0 0 3.4.3 2.3 2.3 0 0 1 1.3.6l2.6 2.2v.9h-.4l-.1.5a.8.8 0 0 1-.2 0 7.2 7.2 0 0 1-2.7-.4.7.7 0 0 0-.2 0 19.7 19.7 0 0 1-3.1-.3 8.5 8.5 0 0 1-2.6-.5 3.8 3.8 0 0 0-.7-.2 6.4 6.4 0 0 0-1 0h-3.6a53.3 53.3 0 0 1-5.5-.3c-.9-.1-1.8 0-2.7-.2-1-.2-1.9 0-2.8-.3a18.4 18.4 0 0 0-2.5-.2 8.6 8.6 0 0 0-1.6-.2 2.3 2.3 0 0 1-1.6-.2h-.1l-4.7-.3-2.4-.2a13.2 13.2 0 0 1-2.4 0 17.4 17.4 0 0 0-3.8-.2 16.2 16.2 0 0 0-2.4-.3 6.7 6.7 0 0 1-2.4 0 23.2 23.2 0 0 0-3.8-.2l-2.4-.3a14.6 14.6 0 0 1-2.5 0c-1.5-.3-3 0-4.5-.2-1.6-.3-3.3 0-4.9-.3-1.4-.2-2.7 0-4-.2-2-.3-3.8 0-5.7-.3-1.7-.2-3.4 0-5.1-.2-1.9-.3-3.7 0-5.5-.2-2-.3-3.8 0-5.7-.3-2.2-.3-4.4 0-6.5-.2-2.1-.3-4.1 0-6.1-.2-2.6-.4-5.2 0-7.8-.3a49.8 49.8 0 0 0-3.4-.2 33.4 33.4 0 0 1-3.4 0c-2.8-.4-5.5 0-8.2-.3-2.5-.2-5.1.1-7.6-.2-2.7-.3-5.5 0-8.2-.2-2.8-.3-5.6 0-8.3-.2-4-.3-8 0-12.1-.2-2.6-.2-5.1-.1-7.7-.2h-23a19.5 19.5 0 0 1-3.3 0 37.1 37.1 0 0 0-5.9-.2 49.7 49.7 0 0 0-6 0c-3 .3-5.9.2-8.8.2h-17.8a106.7 106.7 0 0 1-5.5.3 54.8 54.8 0 0 0-5.6 0c-2.8.3-5.6 0-8.4.2-2.5.3-5 0-7.6.3-2.6.3-5.1 0-7.7.2-2.1.3-4.3 0-6.4.3a46 46 0 0 1-4.8.1h-4.8c-1.7 0-3.4-.3-5.1-.2a7.2 7.2 0 0 1-1.2-.2 8.1 8.1 0 0 1-1.1-.2 5.1 5.1 0 0 0-2.6.2 7.9 7.9 0 0 1-2 .4 13.7 13.7 0 0 0-1.7.3c-.5 0-1.1-.2-1.6.2H77a17 17 0 0 0-4 .3c-1.5.2-3 0-4.4.2-1.2.2-2.5 0-3.6.2-1.3.3-2.5 0-3.7.3-1.5.3-3 0-4.4.2-1.2.2-2.5 0-3.8.3-1.2.2-2.4 0-3.5.2a19.8 19.8 0 0 1-2.9.2l-1.4.2a5.7 5.7 0 0 0-1.5 0 17.2 17.2 0 0 1-2.1.3c-1 .2-2 0-3 .2-.8.2-1.7 0-2.4.3-.8.2-1.7 0-2.4.2a17 17 0 0 1-3 .2l-1.4.2a7.1 7.1 0 0 0-1.4 0 15.3 15.3 0 0 1-2.5.3c-1.2.2-2.5 0-3.6.3-1 .1-1.8 0-2.7.2-.8.2-1.6.1-2.4.2l-1.3.3a2.5 2.5 0 0 0-1.4.2c-.3.2-1 0-1.4 0-.6.3-1.3.1-2 .3a6.7 6.7 0 0 1-2 .2h-2a19.5 19.5 0 0 1-3.3-.6l-.3-.1a2 2 0 0 0-.6 0Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-brush-secondary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 117 12%27%3E %3Cpath d=%27M51.3.8c24.9.4 67.8 2.3 67.8 2.3s-33.6.1-67.5 1.7C14.1 6.5 4.7 11.7 4.7 11.7s-6.4-4-4.3-7C2.1 2.5 26.9.4 51.3.8z%27 /%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-pencil::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1412 136%27%3E %3Cpath d=%27M2.9 51.31c1.54 1.59 3.55 2.42 5.67 2.93 9.55 2.69 12.36 4.04 30.44 7.8-3 .3-5.73.44-8.57 3.08a9.83 9.83 0 0 0-2.07 10.92c.83 2.7 3.33 4.22 5.31 6.05 10.97 9.24 37.74 12.54 57.74 16.6 28.32 5.7 56.66 11.52 85.37 14.86 23.26 11.61 80.27 14.32 103.75 15.4 34.52 2.19 69.08 3.36 103.65 3.76 121.04 6.36 242.43.51 363.58.82 271.97-15.76 111.74-7.14 354.24-27.85 46.28-2.18 92.54-4.84 138.71-8.85 12.39-1.12 31.77-2.4 34.68-3.76 3.32-1.16 5.52-4.34 6.02-7.77 123.48-7.79 121.13-7.18 123.45-8.4 4.59-1.61 7.1-7.14 5.79-11.8a10.12 10.12 0 0 0-9.64-7.34c-46.89.01-33.59-2.78-103.06 3.46l10.94-1.87c1.99-.76 4.08-1.67 5.19-3.58 4.19-4.72 2.14-13.98-5.64-15.77-3.38-2.63-6.42-2-14.13-2.11-4.56-.7-9.13-1.34-13.72-1.81 34.64-5.34 46.49-8.03 55.99-12.31 2.43-1.11 4.63-2.64 6.94-3.97 14.45-7.01 3.34-24.98-8.18-18.36-2.71 1.43-5.2 3.25-7.94 4.62-11.02 4.17-22.83 5.68-34.36 7.85-36.51 6.23-65.21 9.47-105.27 13.24-39.97 3.44-79.94 7.17-120.01 9.1-112.89 6.65-225.89 10.72-338.92 13.94-139.42 4.28-72.29 2.74-238.74 3.83-152.12.02-105.22.84-209.3-3.14-24.84-.9-33.26-1.91-65.79-4.63-17.2-1.82-43.29-7.05-66.97-9.27-4.21-.16-8.68-1.39-12.64.37a9.33 9.33 0 0 0-5.97 7.81l-.03.26c-68.56-8.07-86.97-8.7-119.44-11.18a7.6 7.6 0 0 0-3.85.86 9.31 9.31 0 0 0-5.97 7.81c-.59 3.07.64 6.15 2.75 8.4Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-lines::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1729 149%27%3E %3Cpath d=%27M1689.89 26.59a4479.17 4479.17 0 0 0-89.64-7.41C1354.1.45 1106.56-5.76 859.92 5.93c-227.31-4.25-454.79 8.96-681.36 27.95C121.94 38.9 65.1 40.2 8.38 42.12c-16.57 2.86-5.23 26.39 5.6 14.46 160.76-1.27 331.82-27.38 620.54-34.8A4574.9 4574.9 0 0 0 498.9 36.57C376.43 52.24 253.01 65.21 132.88 94.51c-36.16 8.94-71.67 20.31-106.69 32.95-7.14 4.4-27.74 3.63-24.98 15.62 1.99 7.19 13.63 7.05 18.04 2.59 143.67-54.58 297.49-70.64 448.88-90.24 129.01-16.82 258.61-28.01 388.46-34.27 285.02 6.07 570.13 38.15 848.22 100.65 3.84 1.09 8.24-1.32 9.23-5.24 1.98-7.31-5.66-9.96-11.42-10.6-48.05-10.76-96.18-21.26-144.56-30.43-160.68-28.2-322.86-46.78-485.4-60.19l-2.34-.16c161.55-1.33 323.21 4.35 484.31 15.71 37.11 2.65 125.06 8.85 164.97 13.96a7.58 7.58 0 0 0 8.45-6.41c.94-13.18-23.48-8.77-38.14-11.86Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-lines-secondary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1283 132%27%3E %3Cpath d=%27M1282.46 5.79c-.91-3.88-5.18-6.65-9.04-5.54-104.37 29.02-193.78 56.87-361.6 74.53-268.41 28.16-539.6 14.6-803.08-26.38C94.9 47.97-.34 26.24.08 41.38c-1.56 14.21 19.47 12.91 29.6 17.24 32.82 8.6 66.1 15.33 99.4 21.81 238.99 44.43 482.98 55.29 725.63 49.01 92.37-4.11 185.68-9.96 275.51-33.09 18.68-6.31 42.79-9.21 55.18-25.89 6.76-13.28-12.41-21.16-13.83-6.12-17.69 11.67-39.31 15.61-59.45 21.34-114.56 25.18-245.31 30.46-361.99 30.36-191.39.45-383.13-10.13-572-42.21 277.31 36.42 560.77 44.96 837.82 2.23 104.21-15.4 195.11-42.74 260.97-61.22a7.57 7.57 0 0 0 5.54-9.05Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration[class*=is-style-oval]{--wp--offset:.25em;display:inline-block;margin-left:var(--wp--offset);margin-right:var(--wp--offset)}.has-decoration[class*=is-style-oval]::after{top:-.25em;left:-.5em;right:-.5em;bottom:-.25em;width:initial;max-width:initial;height:initial}.has-decoration.is-style-oval::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1240 600%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M460.3 531c-106.7-3.3-217.2-12.7-315.6-56.5C88 448.7 32.7 394.4 37 327.8c3.2-36 29-64 53.5-88.3C191.8 144.2 332.1 108 465.9 86.2c164-25.2 332-22.5 495.8 2.7 15.7.9 175 34.4 136.2 49.7 73.3 30.4 139 103 86.1 181.7-32.6 46.3-85.7 73.2-135.4 97.6C963 457 870.8 479.5 779 498.6c-104.8 21.1-211.5 35-318.5 32.5Zm28.5-16.5c155.2 2.7 623.7-69.6 687.7-223.9 28.8-82.1-66-134.7-132.5-153a1727.2 1727.2 0 0 0-139-33.7c-6.6-1.8-18.7-1-17.8-10.6-216.3-22.4-493-11.6-689 89.6-56.6 31.2-163.8 103-138.7 178.2 13.4 45.7 52 79.2 94 98.8 105 45.6 222.2 53.2 335.3 54.6Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-oval-secondary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27110 70 1980 660%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M1136 719c-183.3-3.2-366-25-546-59.7a1894.8 1894.8 0 0 1-186.9-44c-52.6-16-105.5-34.8-151.3-66-31.2-23.1-65.8-42.5-91.1-72.8-51.6-56-55.7-137.1-2.2-193.5 61.2-64 150.8-89.7 233.5-113.6 118.3-32.7 240.9-42.7 362-57.7 329.5-54.7 673-38.4 993 58.3-11.7-5.7-5.7-17.6 5.5-12a3350 3350 0 0 1 30.3 24.2c13.2 4.2 26 9.4 39 14.4 95.4 38.6 253.7 112.3 258 230.2-1.9 111-194.4 170.1-282.6 199.2-81.6 24.4-165.4 39.6-248 60.5-135.7 27.7-274.9 34.7-413.2 32.5Zm-61.1-24c133.1 3.5 266.5-2.5 398.9-17.5 51.3-6.4 102.6-13.6 153.4-23.5a770 770 0 0 0 170.4-70c-168.5 51-344.3 73-519.3 85.8-179.1 11-359.2 11.9-538-4 110.9 15.7 222.6 25.8 334.6 29.3Zm-178.5-32.2c191.7 6 384 0 574.3-24.7 124.8-16.3 249.5-39.7 368.5-81.3 95.9-68 162.5-184.4 47-271l-48-40.8c-33.6-13-68.2-23.3-102.8-33.4-3.5 3.5-9.3 1-11.4-3-139-39.9-283.5-53.3-427.5-60.3-247.7-11-496.5 10.7-739.8 58A1909.1 1909.1 0 0 0 388 248c-24.4 8-48.8 16.1-72.5 26-18 11.4-35 24.2-51.4 37.7-38 32.4-76.3 77.4-69.5 130.8 7 14.5 16.7 27.6 27.8 39.3 155.2 149 467.1 171.3 674 181Zm942.2-88.6a638 638 0 0 1-104.4 56c90.5-24.4 295.9-83.4 326.1-179.8 29-120.2-155.9-208-246.8-243.2 11.3 9 22 19.1 33.7 27.6 21.9 8 43 17.7 64.1 27.7 32.3 16 63.5 35.2 89.7 60.2 59.4 54.8 57.6 125.7-8.6 173.8-28.6 22-61.5 37.5-94.4 51.8-19.5 9.3-42 13.2-59.4 25.9ZM254 532.2a640.1 640.1 0 0 0 54.3 27 365.2 365.2 0 0 1-93.3-65c10.8 14.5 23 29.3 39 38Zm1651.3-248c98.3 78 58.8 185-23.5 256.5 206.6-78.5 185.6-195.9-3.3-279.2l26.8 22.7ZM195.5 491.6c-13.3-21.5-16.3-46.8-24-70.4-16-79.6 66.5-128.3 129-155 96.8-59.8 205.1-98.7 315.4-125.7-128.1 17.6-410 59.6-469.4 186.4-29.2 58.5 1.5 126.2 49 164.7Zm-8.8-107.1-.7 3.6c11.5-29.3 32-53.8 55-74.8-24.5 17.2-48.1 41-54.3 71.2ZM397 229.4c-5.3 2.3-10.5 4.8-15.6 7.5 143-43 291-66.3 439.2-83.8a2987.2 2987.2 0 0 1 519.8-14.3c-193.6-22.1-389.2-28-583.5-12.5-45 3.6-88.9 15.6-132.7 25.6A1235.4 1235.4 0 0 0 397 229.4Zm1336.8-31.2c25.6 7 51.1 14.5 76.2 23.2l-34-28c-20-6.9-40-13.6-60.4-19.3a1814 1814 0 0 0-135.3-34.2 2254.7 2254.7 0 0 0-695.7-33.4c196.8-6.7 394 7.8 588.6 37.5 36.4 5.8 72.7 12.1 109 19 50.9 8.8 104.7 12.5 151.6 35.2Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-oval-tertiary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27140 55 920 390%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M560.2 440.3C450 436 259 425.6 184 337.4 32.8 200.6 351.7 116.6 447 94.1c128.7-28.7 263.4-46.6 394.5-24.8 37.4 6 74.9 14.6 108.8 32 60 19.7 128.2 71.3 98.4 142-10.9 26.7-31.2 48.5-53.7 66-23 29.2-53.7 50.9-86.6 67.6-107.5 52-230 64.7-348.3 63.4Zm-29.3-17.8c112 4.4 226.9-4.7 332.4-44.7-151.4 50-314.8 52.7-471.6 30.8 46.1 7.2 92.6 11.7 139.2 14Zm-9.2-18.7c119.3 4.6 241-7 353.5-48.8a440.7 440.7 0 0 0 79.4-39.3 92.8 92.8 0 0 0 42-46c29.5-59.2 7.9-120-50.2-150.3-1 4.9-7.8 5.8-11.2 2.7-3.5-3.7-6.2-8.3-10.8-11-38.4-11.3-78-17.2-117.8-20.5-174.9-10-386.4 27.7-541 111.5C219.9 226.9 158 270.5 201 327c87.7 60.7 216.6 69.9 320.8 76.7ZM166.3 278c10.4-55 78.8-85.4 124.1-108.6-3.5-3.9-.9-9.6 3.8-11C334 144.8 374 132 414 119.1c-61.7 16.8-266.4 75.2-247.8 159Zm861.7-88a115.2 115.2 0 0 1 .6 48.2 70 70 0 0 0-8.1-70.2c3.2 7 5.7 14.5 7.5 22Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-marker{--wp--offset:.25em;display:inline-block;color:white;margin-left:var(--wp--offset);margin-right:var(--wp--offset)}.has-decoration.is-style-marker::after{max-width:initial;width:initial;height:1.5em;left:calc(-1 * var(--wp--offset));right:calc(-1 * var(--wp--offset));bottom:.025em;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 400 60%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M3.518915 27.827324c55.429038 4.081 111.581115 5.822 167.117815 2.867 22.70911-1.208 45.39827-.601 68.126-.778 28.38172-.223 56.76078-1.024 85.13721-1.33 24.17378-.261 48.4273.571 72.58114.571%27 stroke=%27%23000%27 stroke-width=%2755%27 /%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-rotator{--wp--duration:1s;--wp--letter--duration:.5s;--wp--letter--delay:100ms;position:relative;display:inline-flex;will-change:width;transition:width var(--wp--duration) ease-in-out;overflow:hidden}.has-rotator.changed{overflow:clip}.has-rotator.changing{overflow:visible}.has-rotator.letters span{transition-duration:calc(var(--wp--letter--delay) * var(--wp--letters) + var(--wp--letter--duration))}.has-rotator span{display:inline-block;position:absolute;white-space:nowrap;perspective:inherit;left:0;top:0;transition-duration:var(--wp--duration)}.has-rotator span:first-child{position:relative}.has-rotator i{display:inline-block;font-weight:inherit;font-style:normal;transition-duration:var(--wp--letter--duration)}.has-rotator--slide{--wp--duration:1s;--wp--direction:-1;--wp--letter--duration:1s}.has-rotator--slide.down{--wp--direction:1}.has-rotator--slide span{opacity:0}.has-rotator--slide span:first-child:not([class]){opacity:1}.has-rotator--slide span.active{animation:__slide-in var(--wp--duration) forwards}.has-rotator--slide span.inactive{animation:__slide-out var(--wp--duration) forwards}.has-rotator--slide.letters span{opacity:1;transform:none;animation:none}.has-rotator--slide.letters i{opacity:0}.has-rotator--slide.letters span:first-child:not([class]) i,.has-rotator--slide.letters span.inactive i{opacity:1}.has-rotator--slide.letters span.active i{animation:__slide-in var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--slide.letters span.inactive i{animation:__slide-out var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __slide-in{0%{opacity:0;transform:translate3d(0,calc(var(--wp--direction,1) * -100%),0)}65%{opacity:1;transform:translate3d(0,calc(var(--wp--direction,1) * 20%),0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes __slide-out{0%{opacity:1;transform:translate3d(0,0,0)}65%{opacity:0;transform:translate3d(0,calc(var(--wp--direction) * 120%),0)}100%{opacity:0;transform:translate3d(0,calc(var(--wp--direction) * 100%),0)}}.has-rotator--zoom{--wp--duration:.8s;--wp--direction:-1;perspective:300px}.has-rotator--zoom span{opacity:0}.has-rotator--zoom span:first-child:not([class]){opacity:1}.has-rotator--zoom span.active{animation:__zoom-in var(--wp--duration) forwards}.has-rotator--zoom span.inactive{animation:__zoom-out var(--wp--duration) forwards}.has-rotator--zoom.letters span{opacity:1;transform:none;animation:none}.has-rotator--zoom.letters span i{opacity:0}.has-rotator--zoom.letters span:first-child:not([class]) i,.has-rotator--zoom.letters span.inactive i{opacity:1;transform:translate3d(0,0,0)}.has-rotator--zoom.letters span.active i{animation:__zoom-in var(--wp--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--zoom.letters span.inactive i{animation:__zoom-out var(--wp--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __zoom-in{0%{opacity:0;transform:translateZ(calc(var(--wp--direction) * 100px))}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes __zoom-out{0%{opacity:1;transform:translate3d(0,0,0)}100%{opacity:0;transform:translateZ(calc(var(--wp--direction) * 100px))}}.has-rotator--scale{--wp--duration:1s;--wp--letter--duration:.6s}.has-rotator--scale span{opacity:0;transform:scale(0)}.has-rotator--scale span:first-child:not([class]){opacity:1;transform:scale(1)}.has-rotator--scale span.active{animation:__scale-in var(--wp--duration) forwards}.has-rotator--scale span.inactive{animation:__scale-out var(--wp--duration) forwards}.has-rotator--scale.letters span{opacity:1;transform:none;animation:none}.has-rotator--scale.letters i{opacity:0;transform:scale(0)}.has-rotator--scale.letters span:first-child:not([class]) i,.has-rotator--scale.letters span.inactive i{opacity:1;transform:scale(1)}.has-rotator--scale.letters span.active i{animation:__scale-in var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--scale.letters span.inactive i{animation:__scale-out var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __scale-in{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@keyframes __scale-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0)}}.has-rotator--rotate{--wp--duration:1s;--wp--letter--duration:.5s;--wp--rotate-x:1;--wp--rotate-y:0;--wp--degrees:180deg;perspective:300px}.has-rotator--rotate.inverse{--wp--degrees:-180deg}.has-rotator--rotate.y{--wp--rotate-x:0;--wp--rotate-y:1}.has-rotator--rotate.from-top :is(span,i){transform-origin:50% 0%}.has-rotator--rotate.from-left :is(span,i){transform-origin:0% 50%}.has-rotator--rotate.from-right :is(span,i){transform-origin:100% 50%}.has-rotator--rotate.from-bottom :is(span,i){transform-origin:50% 100%}.has-rotator--rotate span{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,var(--wp--degrees));transform-origin:50% 50%;transform-style:preserve-3d;backface-visibility:hidden}.has-rotator--rotate span:first-child:not([class]){transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,0)}.has-rotator--rotate span.active{animation:__rotate-in var(--wp--duration) forwards}.has-rotator--rotate span.inactive{animation:__rotate-out var(--wp--duration) forwards}.has-rotator--rotate.letters span{transform:none;animation:none}.has-rotator--rotate.letters :where(i){transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,var(--wp--degrees));transform-style:preserve-3d;transform-origin:50% 50%;backface-visibility:hidden}.has-rotator--rotate.letters span:first-child:not([class]) i,.has-rotator--rotate.letters span.inactive i{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,0)}.has-rotator--rotate.letters span.active i{animation:__rotate-in var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--rotate.letters span.inactive i{animation:__rotate-out var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __rotate-in{0%{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,var(--wp--degrees))}100%{transform:rotate3d(0,0,0,0)}}@keyframes __rotate-out{0%{transform:rotate3d(0,0,0,0)}100%{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,calc(-1 * var(--wp--degrees)))}}.has-floating{text-decoration:1px underline dotted;cursor:help}.has-floating:focus{outline:1px dotted}.has-floating[data-plugin=popover],.has-floating[data-wp-context*=popover]{cursor:pointer}.wp-floating{--wp--floating--zindex:80;--wp--floating--max-width:500px;--wp--floating--padding-x:.5rem;--wp--floating--padding-y:.25rem;--wp--floating--margin:initial;--wp--floating--font-size:var(--wp--preset--font-size--small);--wp--floating--color:var(--wp--preset--color--dark);--wp--floating--border-radius:3px;--wp--floating--bg:var(--wp--preset--color--while);--wp--floating--opacity:1;z-index:var(--wp--floating--zindex);display:block;margin:var(--wp--floating--margin);font-family:var(--wp--preset--font-family--base);font-size:var(--wp--floating--font-size);font-style:normal;font-weight:400;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;line-height:1.5;line-break:auto;word-break:normal;white-space:normal;word-spacing:normal;word-wrap:break-word;opacity:0}.wp-floating.show{opacity:var(--wp--floating--opacity)}:is(.wp-floating__head,.wp-floating__body):empty{display:none}.wp-floating__body{max-width:var(--wp--floating--max-width);padding:var(--wp--floating--padding-y) var(--wp--floating--padding-x);color:var(--wp--floating--color);text-align:var(--wp--floating--text-align,start);background-color:var(--wp--floating--bg);border-radius:var(--wp--floating--border-radius)}.wp-floating__arrow{position:absolute;display:block;width:var(--wp--floating--arrow-width);height:var(--wp--floating--arrow-height)}.wp-floating--tooltip{--wp--floating--text-align:center;--wp--floating--max-width:200px;--wp--floating--color:var(--wp--preset--color--white);--wp--floating--bg:var(--wp--preset--color--dark);--wp--floating--opacity:.9;--wp--floating--arrow-width:.8rem;--wp--floating--arrow-height:.4rem}.wp-floating--tooltip .wp-floating__arrow::before{position:absolute;content:'';border-color:transparent;border-style:solid}.wp-floating--tooltip.wp-floating--top .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=top] .wp-floating__arrow{bottom:calc(-1 * var(--wp--floating--arrow-height))}.wp-floating--tooltip.wp-floating--top .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=top] .wp-floating__arrow::before{top:-1px;border-width:var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * 0.5) 0;border-top-color:var(--wp--floating--bg)}.wp-floating--tooltip.wp-floating--end .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=right] .wp-floating__arrow{left:calc(-1 * var(--wp--floating--arrow-height));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--tooltip.wp-floating--end .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=right] .wp-floating__arrow::before{right:-1px;border-width:calc(var(--wp--floating--arrow-width) * 0.5) var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * 0.5) 0;border-right-color:var(--wp--floating--bg)}.wp-floating--tooltip.wp-floating--bottom .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=bottom] .wp-floating__arrow{top:calc(-1 * var(--wp--floating--arrow-height))}.wp-floating--tooltip.wp-floating--bottom .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=bottom] .wp-floating__arrow::before{bottom:-1px;border-width:0 calc(var(--wp--floating--arrow-width) * 0.5) var(--wp--floating--arrow-height);border-bottom-color:var(--wp--floating--bg)}.wp-floating--tooltip.wp-floating--start .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=left] .wp-floating__arrow{right:calc(-1 * var(--wp--floating--arrow-height));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--tooltip.wp-floating--start .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=left] .wp-floating__arrow::before{left:-1px;border-width:calc(var(--wp--floating--arrow-width) * 0.5) 0 calc(var(--wp--floating--arrow-width) * 0.5) var(--wp--floating--arrow-height);border-left-color:var(--wp--floating--bg)}.wp-floating--popover{--wp--floating--zindex:70;--wp--floating--max-width:275px;--wp--floating--padding-x:1rem;--wp--floating--padding-y:1rem;--wp--floating--color:var(--wp--preset--color--dark);--wp--floating--border-radius:5px;--wp--floating--bg:var(--wp--preset--color--white);--wp--floating--opacity:1;--wp--floating--text-align:left;--wp--floating--arrow-width:1rem;--wp--floating--arrow-height:.5rem;--wp--floating--header-padding-x:1rem;--wp--floating--header-padding-y:.5rem;--wp--floating--header-font-size:1rem;--wp--floating--header-font-weight:500;--wp--floating--header-color:inherit;--wp--floating--header-bg:var(--wp--preset--color--accent);--wp--floating--border-width:1px;--wp--floating--border-color:var(--wp--preset--color--accent);--wp--floating--arrow-border:var(--wp--floating--border-color);--wp--floating--box-shadow:0 0 5px rgba(0,0,0,.1);background-color:var(--wp--floating--bg);background-clip:padding-box;border:var(--wp--floating--border-width) solid var(--wp--floating--border-color);border-radius:var(--wp--floating--border-radius);box-shadow:var(--wp--floating--box-shadow)}.wp-floating--popover .wp-floating__head{padding:var(--wp--floating--header-padding-y) var(--wp--floating--header-padding-x);margin:0;font-size:var(--wp--floating--header-font-size);font-weight:var(--wp--floating--header-font-weight);color:var(--wp--floating--header-color);background-color:var(--wp--floating--header-bg);border-bottom:var(--wp--floating--border-width) solid var(--wp--floating--border-color);border-top-left-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width));border-top-right-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width))}.wp-floating--popover .wp-floating__head:last-child{border-bottom-width:0;border-bottom-left-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width));border-bottom-right-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width))}.wp-floating--popover .wp-floating__arrow::before,.wp-floating--popover .wp-floating__arrow::after{content:'';position:absolute;display:block;border-color:transparent;border-style:solid;border-width:0}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow{bottom:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width))}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::after{border-width:var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * .5) 0}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::before{top:calc(-1 * var(--wp--floating--border-width));border-top-color:var(--wp--floating--arrow-border)}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::after{bottom:calc(2 * var(--wp--floating--border-width));border-top-color:var(--wp--floating--bg)}.wp-floating--popover.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow{left:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::after{border-width:calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * .5) 0}.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::before{border-right-color:var(--wp--floating--arrow-border)}.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::after{left:var(--wp--floating--border-width);border-right-color:var(--wp--floating--bg)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow{top:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width))}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::after{border-width:0 calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::before{top:var(--wp--floating--border-width);border-bottom-color:var(--wp--floating--border-color)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::after{top:calc(2 * var(--wp--floating--border-width));border-bottom-color:var(--wp--floating--bg)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__head::before{content:'';position:absolute;top:calc(-1 * var(--wp--floating--arrow-height) + var(--wp--floating--border-width));left:50%;display:block;width:var(--wp--floating--arrow-width);margin-left:calc(-.5 * var(--wp--floating--arrow-width));border-color:transparent;border-style:solid;border-width:0 calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height);border-bottom-color:var(--wp--floating--header-bg)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow{right:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::after{border-width:calc(var(--wp--floating--arrow-width) * .5) 0 calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::before{border-left-color:var(--wp--floating--arrow-border)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::after{right:var(--wp--floating--border-width);border-left-color:var(--wp--floating--bg)}
     1.wp-close{--wp--close-color:var(--wp--preset--color--black);--wp--close-icon:transparent url('data:image/svg+xml;utf8,%09%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E %3Cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3E %3C/svg%3E') center/1em auto no-repeat;--wp--close-opacity:.5;--wp--close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--wp--close-color);background:var(--wp--close-icon);border:0;border-radius:.25rem;opacity:var(--wp--close-opacity);cursor:pointer}.theme-is-dark .wp-close{filter:var(--wp--close-white-filter)}.wp-close:hover{color:var(--wp--close-color);text-decoration:none;opacity:.75}.wp-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(35,136,237,0.25);opacity:1}.wp-close:is(.disabled,:disabled){pointer-events:none;user-select:none;opacity:.25}.wp-modal{--wp--modal-zindex:1055;--wp--modal-width:550px;--wp--modal-padding:1rem;--wp--modal-margin:.5rem;--wp--modal-color:;--wp--modal-bg:rgb(var(--wp--background--rgb,255,255,255));--wp--modal-border-color:var(--wp--preset--color--accent);--wp--modal-border-width:1px;--wp--modal-border-radius:.5rem;--wp--modal-box-shadow:0 .125rem .25rem rgba(0,0,0,0.075);--wp--modal-inner-border-radius:calc(0.5rem - 1px);--wp--modal-header-bg:var(--wp--preset--color--accent);--wp--modal-header-padding-x:1rem;--wp--modal-header-padding-y:1rem;--wp--modal-header-padding:1rem 1rem;--wp--modal-header-border-color:var(--wp--modal-border-color);--wp--modal-header-border-width:1px;--wp--modal-title-line-height:1.5;--wp--modal-footer-gap:.5rem;--wp--modal-footer-bg:;--wp--modal-footer-border-color:var(--wp--modal-border-color);--wp--modal-footer-border-width:1px;--wp--modal-backdrop-filter:;position:fixed;top:0;left:0;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;z-index:var(--wp--modal-zindex);backdrop-filter:var(--wp--modal-backdrop-filter)}.theme-is-dark .wp-modal{--wp--modal-bg:rgb(var(--wp--background--rgb,35,35,35))}.wp-modal__dialog{position:relative;width:auto;margin:var(--wp--modal-margin);pointer-events:none}.wp-modal:where(.fade) .wp-modal__dialog{transition:transform 0.3s ease-out;transform:translate(0,-50px)}.wp-modal:where(.show) .wp-modal__dialog{transform:none}.wp-modal--static .wp-modal__dialog{transform:scale(1.02)}.wp-modal__dialog--scrollable{height:calc(100% - var(--wp--modal-margin) * 2)}.wp-modal__dialog--scrollable .wp-modal__content{max-height:100%;overflow:hidden}.wp-modal__dialog--scrollable .wp-modal__body{overflow-y:auto}.wp-modal__dialog--centered{display:flex;align-items:center;min-height:calc(100% - var(--wp--modal-margin) * 2)}.wp-modal__content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--wp--modal-color);pointer-events:auto;background-color:var(--wp--modal-bg);background-clip:padding-box;border:var(--wp--modal-border-width) solid var(--wp--modal-border-color);border-radius:var(--wp--modal-border-radius);outline:0}.wp-modal__header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--wp--modal-header-padding);border-bottom:var(--wp--modal-header-border-width) solid var(--wp--modal-header-border-color);border-top-left-radius:var(--wp--modal-inner-border-radius);border-top-right-radius:var(--wp--modal-inner-border-radius);background-color:var(--wp--modal-header-bg)}.wp-modal__header .wp-close{padding:calc(var(--wp--modal-header-padding-y) * 0.5) calc(var(--wp--modal-header-padding-x) * 0.5);margin:calc(-0.5 * var(--wp--modal-header-padding-y)) calc(-0.5 * var(--wp--modal-header-padding-x)) calc(-0.5 * var(--wp--modal-header-padding-y)) auto}.wp-modal__title{margin-top:0;margin-bottom:0;font-weight:400;line-height:var(--wp--modal-title-line-height)}.wp-modal__body{position:relative;flex:1 1 auto;padding:var(--wp--modal-padding)}.wp-modal__footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--wp--modal-padding) - var(--wp--modal-footer-gap) * 0.5);background-color:var(--wp--modal-footer-bg);border-top:var(--wp--modal-footer-border-width) solid var(--wp--modal-footer-border-color);border-bottom-right-radius:var(--wp--modal-inner-border-radius);border-bottom-left-radius:var(--wp--modal-inner-border-radius)}.wp-modal__footer>*{margin:calc(var(--wp--modal-footer-gap) * 0.5)}.wp-modal--fullscreen{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen :is(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen .wp-modal__body{overflow-y:auto}@media (max-width:992px){.wp-modal--fullscreen\:lg .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:lg .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:lg :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:lg .wp-modal__body{overflow-y:auto}}@media (max-width:768px){.wp-modal--fullscreen\:md .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:md .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:md :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:md .wp-modal__body{overflow-y:auto}}@media (max-width:640px){.wp-modal--fullscreen\:sm .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:sm .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:sm :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:sm .wp-modal__body{overflow-y:auto}}@media (max-width:1200px){.wp-modal--fullscreen\:xl .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:xl .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:xl :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:xl .wp-modal__body{overflow-y:auto}}@media (max-width:1440px){.wp-modal--fullscreen\:xxl .wp-modal__dialog{width:100vw;max-width:none;height:100%;margin:0}.wp-modal--fullscreen\:xxl .wp-modal__content{height:100%;border:0;border-radius:0}.wp-modal--fullscreen\:xxl :where(.wp-modal__header,.wp-modal__footer){border-radius:0}.wp-modal--fullscreen\:xxl .wp-modal__body{overflow-y:auto}}@media (min-width:640px){.wp-modal{--wp--modal-margin:1.75rem;--wp--modal-box-shadow:0 .5rem 1rem rgba(0,0,0,0.15)}.wp-modal__dialog{max-width:var(--wp--modal-width);margin-right:auto;margin-left:auto}.wp-modal--sm{--wp--modal-width:300px}}@media (min-width:992px){.wp-modal--lg,.wp-modal--xl{--wp--modal-width:800px}}@media (min-width:1200px){.wp-modal--xl{--wp--modal-width:1140px}}@media (prefers-reduced-motion:reduce){.wp-modal.fade .wp-modal__dialog{transition:none}}.wp-toast{--wp--toast-zindex:1090;--wp--toast-padding-x:.75rem;--wp--toast-padding-y:.5rem;--wp--toast-spacing:var(--wp--style--block-gap);--wp--toast-max-width:350px;--wp--toast-font-size:var(--wp--preset--font-size--small);--wp--toast-color:inherit;--wp--toast-bg:var(--wp--preset--color--accent);--wp--toast-border-width:1px;--wp--toast-border-color:rgba(var(--wp--background--rgb,200,200,200),.5);--wp--toast-border-radius:.25rem;--wp--toast-box-shadow:var(--wp--preset--shadow--natural);--wp--toast-header-color:inherit;--wp--toast-header-bg:transparent;--wp--toast-header-border-color:var(--wp--toast-border-color);--wp--toast-body-bg:rgba(255,255,255,.5);width:var(--wp--toast-max-width);max-width:100%;font-size:var(--wp--toast-font-size);color:var(--wp--toast-color);pointer-events:auto;background-color:var(--wp--toast-bg);background-clip:padding-box;border:var(--wp--toast-border-width) solid var(--wp--toast-border-color);box-shadow:var(--wp--toast-box-shadow);border-radius:var(--wp--toast-border-radius)}.wp-toast.showing{opacity:0;transform:translate3d(0,25px,0)}.wp-toast.fade{transition:all .3s}.wp-toast.show{transform:none}.wp-toast:not(.show){display:none}.wp-toast__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wp--toast-padding-y) var(--wp--toast-padding-x);color:var(--wp--toast-header-color);background-color:var(--wp--toast-header-bg);background-clip:padding-box;border-bottom:var(--wp--toast-border-width) solid var(--wp--toast-header-border-color);border-top-left-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width));border-top-right-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width))}.wp-toast__header .wp-close{margin-right:calc(-.5 * var(--wp--toast-padding-x));margin-left:var(--wp--toast-padding-x)}.wp-toast__body{padding:var(--wp--toast-padding-x);background-color:var(--wp--toast-body-bg);border-bottom-left-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width));border-bottom-right-radius:calc(var(--wp--toast-border-radius) - var(--wp--toast-border-width));word-wrap:break-word}.wp-site-toasts{--wp--toast-zindex:1090;position:absolute;z-index:var(--wp--toast-zindex);width:max-content;max-width:100%;pointer-events:none}.wp-site-toasts>:not(:first-child){margin-top:var(--wp--toast-spacing)}.navbar-toggler{--wp--navbar-toggler-padding-y:0;--wp--navbar-toggler-padding-x:0;--wp--navbar-toggler-font-size:1.25rem;--wp--navbar-toggler-icon-bg:url('data:image/svg+xml;utf8,%09%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E %3Cpath stroke=%27black%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E %3C/svg%3E');--wp--navbar-toggler-border-color:rgba(var(--wp--emphasis-color-rgb),0);--wp--navbar-toggler-border-radius:.375rem;--wp--navbar-toggler-focus-width:.25rem;--wp--navbar-toggler-transition:box-shadow 0.15s ease-in-out;padding:var(--wp--navbar-toggler-padding-y) var(--wp--navbar-toggler-padding-x);background-color:transparent;color:var(--wp--navbar-color);font-size:var(--wp--navbar-toggler-font-size,1.25rem);line-height:1;border:1px solid var(--wp--navbar-toggler-border-color,transparent);border-radius:var(--wp--navbar-toggler-border-radius,.25rem);transition:var(--wp--navbar-toggler-transition,box-shadow 0.15s ease-in-out)}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--wp--navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--wp--navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}:where(.theme-is-dark,.navbar-dark) .navbar-toggler-icon{filter:invert(1) grayscale(100%) brightness(200%)}.wp-lightbox-container{position:relative;display:flex;flex-direction:column}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover + button{opacity:1}.wp-lightbox-container button{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:rgb(90 90 90 / 25%);backdrop-filter:blur(20px) saturate(180%);border:none;border-radius:0;padding:2px;opacity:0;text-align:center;transition:opacity 0.2s ease;cursor:zoom-in;z-index:5}.wp-lightbox-container button:focus-visible{outline:3px auto rgb(90 90 90 / 25%);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:where(:hover,:focus,:not(:hover):not(:active):not(.has-background)){background-color:rgb(90 90 90 / 25%);border:none}.wp-lightbox-overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;visibility:hidden;overflow:hidden;cursor:zoom-out;z-index:100000}.has-scrollbar .wp-lightbox-overlay .close-button{right:1rem}.wp-lightbox-overlay .close-button{position:absolute;top:0;right:0;padding:0;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;z-index:5000000;cursor:pointer}.wp-lightbox-overlay::where(:hover,:focus,:not(:hover):not(:active):not(.has-background)){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{position:absolute;overflow:hidden;top:50%;left:50%;transform-origin:top left;transform:translate(-50%,-50%);width:var(--wp--lightbox-container-width);height:var(--wp--lightbox-container-height);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin:0!important;box-sizing:border-box;transform-origin:0 0;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{min-width:var(--wp--lightbox-image-width);min-height:var(--wp--lightbox-image-height);width:var(--wp--lightbox-image-width);height:var(--wp--lightbox-image-height)}.wp-lightbox-overlay .wp-block-image img[src=""]{display:none}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{border:none;background:none}.wp-lightbox-overlay .scrim{width:100%;height:100%;position:absolute;z-index:2000000;background-color:rgb(255,255,255);opacity:0.9}.wp-lightbox-overlay.active{visibility:visible;animation:both turn-on-visibility 0.25s}.wp-lightbox-overlay.active img{animation:both turn-on-visibility 0.35s}.wp-lightbox-overlay:is(.show-closing-animation,.hideanimationenabled):not(.active){animation:both turn-off-visibility 0.35s}.wp-lightbox-overlay:is(.show-closing-animation,.hideanimationenabled):not(.active) img{animation:both turn-off-visibility 0.25s}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active){animation:none}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom:is(.show-closing-animation,.hideanimationenabled):not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1,1)}}@keyframes lightbox-zoom-out{0%{visibility:visible;transform:translate(-50%,-50%) scale(1,1)}99%{visibility:visible}to{visibility:hidden;transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}}.wp-offcanvas{--wp--offcanvas-zindex:1045;--wp--offcanvas-width:400px;--wp--offcanvas-height:30vh;--wp--offcanvas-padding-x:1rem;--wp--offcanvas-padding-y:1rem;--wp--offcanvas-border-color:rgb(var(--wp--background--rgb,255,255,255));--wp--offcanvas-color:;--wp--offcanvas-bg:rgb(var(--wp--background--rgb,255,255,255));--wp--offcanvas-transition:transform 0.3s ease-in-out;position:fixed;bottom:0;display:flex;flex-direction:column;visibility:hidden;background-color:var(--wp--offcanvas-bg);background-clip:padding-box;color:var(--wp--offcanvas-color);transition:var(--wp--offcanvas-transition);z-index:var(--wp--offcanvas-zindex);margin:0!important;max-width:100%!important;outline:0}.wp-offcanvas:is(.showing,.show:not(.hiding)){transform:none}.wp-offcanvas:is(.showing,.hiding,.show){visibility:visible}.theme-is-dark .wp-offcanvas{--wp--offcanvas-border-color:rgb(var(--wp--background--rgb,0,0,0));--wp--offcanvas-bg:rgb(var(--wp--background--rgb,37,37,41))}.wp-offcanvas__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wp--offcanvas-padding-y) var(--wp--offcanvas-padding-x)}.wp-offcanvas__header .wp-close{padding:calc(var(--wp--offcanvas-padding-y) * .5) calc(var(--wp--offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--wp--offcanvas-padding-y));margin-left:calc(-.5 * var(--wp--offcanvas-padding-x));margin-right:calc(-.5 * var(--wp--offcanvas-padding-x));margin-bottom:calc(-.5 * var(--wp--offcanvas-padding-y))}:is(.wp-offcanvas--start,.wp-offcanvas--top,.wp-offcanvas--bottom) .wp-close{margin-left:auto}.wp-offcanvas__title{margin:0;line-height:1.5}.wp-offcanvas__body{flex-grow:1;padding:var(--wp--offcanvas-padding-y) var(--wp--offcanvas-padding-x);overflow-y:auto}.wp-offcanvas:where(.wp-offcanvas--start,.wp-offcanvas--end){top:0;width:var(--wp--offcanvas-width)}.wp-offcanvas:where(.wp-offcanvas--start){left:0;border-right:1px solid var(--wp--offcanvas-border-color);transform:translateX(-100%)}.wp-offcanvas:where(.wp-offcanvas--end){right:0;border-left:1px solid var(--wp--offcanvas-border-color);transform:translateX(100%)}.wp-offcanvas:where(.wp-offcanvas--top,.wp-offcanvas--bottom){right:0;left:0;height:var(--wp--offcanvas-height);max-width:none!important;max-height:100%}.wp-offcanvas:where(.wp-offcanvas--top){top:0;bottom:auto;border-bottom:1px solid var(--wp--offcanvas-border-color);transform:translateY(-100%)}.wp-offcanvas:where(.wp-offcanvas--bottom){border-top:1px solid var(--wp--offcanvas-border-color);transform:translateY(100%)}@media (min-width:992px){.wp-offcanvas.lg\:wp-offcanvas--expand,.wp-offcanvas.lg\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.lg\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:768px){.wp-offcanvas.md\:wp-offcanvas--expand,.wp-offcanvas.md\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.md\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:640px){.wp-offcanvas.sm\:wp-offcanvas--expand,.wp-offcanvas.sm\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.sm\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:1200px){.wp-offcanvas.xl\:wp-offcanvas--expand,.wp-offcanvas.xl\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.xl\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}@media (min-width:1440px){.wp-offcanvas.xxl\:wp-offcanvas--expand,.wp-offcanvas.xxl\:wp-offcanvas--expand .wp-offcanvas__body{all:inherit;padding:0}.wp-offcanvas.xxl\:wp-offcanvas--expand .wp-offcanvas__header{display:none}}.has-parallax{--wp--animation:__backgroundPosition;--wp--easing:linear;--wp--offset:-250px;--wp--range:0 calc(100vh + max(var(--wp--offset) * -1,0));animation-timeline:view();animation-range:var(--wp--range);animation-name:var(--wp--animation);animation-timing-function:var(--wp--easing);animation-direction:forwards;animation-duration:1ms}@keyframes __backgroundPosition{to{background-position:50% calc(50% + var(--wp--offset))}}@keyframes __translate3d{to{transform:translate3d(var(--wp--offset-x,0),var(--wp--offset),var(--wp--offset-z,0))}}.wp-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;margin:0!important;max-width:100vw!important;background-color:var(--wp--backdrop--background,var(--wp--preset--color--black,#000));z-index:var(--wp--backdrop--zindex,1040)}.wp-backdrop.fade{opacity:0}.wp-backdrop.show{opacity:var(--wp--backdrop--opacity,.5)}.fade{transition:opacity 0.15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){:is(.fade,.collapsing,.collapsing.collapse-horizontal){transition:none}}.has-decoration{position:relative;z-index:1}.has-decoration *{text-decoration:none}.has-decoration[class*=is-style-]::after{content:'';position:absolute;margin:0;left:0;right:0;bottom:-.5em;height:1em;width:100%;background:var(--wp--preset--color--primary,currentColor);z-index:-1;pointer-events:none}.has-decoration.is-style-underline::after{content:none}.has-decoration.is-style-brush::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 381 14%27%3E %3Cpath d=%27M2.6 12.7A6.2 6.2 0 0 1 0 9.8V9a4 4 0 0 1 3-2 56.5 56.5 0 0 0 2-.4 5.2 5.2 0 0 1 2-.3A3 3 0 0 0 8 6c.2 0 .6.2.9-.2H9l3.3-.3 1.4-.2c.5 0 1 .2 1.3-.2h.3a27.6 27.6 0 0 0 3.7-.3 13.7 13.7 0 0 0 1.7-.2c.5 0 1 .1 1.6-.3 1.3.2 2.6-.2 3.8-.2 1.3 0 2.6-.4 4-.2 1-.5 2-.1 3-.3 1.3-.2 2.5 0 3.8-.3s2.5 0 3.7-.2c1.7-.3 3.3 0 5-.2a24.6 24.6 0 0 1 3.9-.2c1 0 2.1-.4 3.2-.3a11.2 11.2 0 0 0 3.3 0 40.2 40.2 0 0 1 5.8-.2c1.3 0 2.5-.3 3.9-.3a17 17 0 0 0 3.8 0c2.3-.4 4.5 0 6.8-.2 2.6-.3 5.2 0 7.8-.3a42.7 42.7 0 0 1 3.4-.2 33.4 33.4 0 0 0 3.5 0c3-.4 5.8 0 8.7-.3l4.3-.2a36.8 36.8 0 0 0 4.3 0 46.5 46.5 0 0 1 5.2-.2 48 48 0 0 0 5.2 0 60.7 60.7 0 0 1 6.6-.2h6.6c3.8-.4 7.5-.2 11.3-.3h34.1c1.1 0 2.2.4 3.3.3 1-.1 2.1 0 3.2 0h6.5a19.5 19.5 0 0 1 3.4 0 38.7 38.7 0 0 0 6 0c2 0 3.9-.2 5.7 0 3 .3 6.1 0 9.1.2 2.3.3 4.7 0 7 .3 2.2.2 4.4 0 6.7.2 2.3.3 4.7 0 7 .2 3 .4 6 .1 9 .2a10.7 10.7 0 0 0 3.5.3h3.5c1.6-.1 3 .3 4.6.2a22.1 22.1 0 0 1 4.5 0c2.3.4 4.5 0 6.7.3 2.3.3 4.5 0 6.7.2 2 .3 3.8 0 5.7.3 1.8.3 3.7 0 5.6.2 1.6.3 3.3 0 4.9.3 1.6.2 3.2 0 4.8.2 1.5.2 3 0 4.5.2 1.4.3 2.8 0 4.1.3 1.5.2 3 0 4.3.2 1.5.3 3 0 4.3.3 1.5.2 3 0 4.5.2 1.4.2 2.8 0 4.2.2 1.2.2 2.4 0 3.6.2 1.3.3 2.6 0 3.8.3 1 .2 2 0 3 .2 1.3.3 2.6 0 3.9.3 1 .1 2 0 3 .2 1.2.2 2.3 0 3.3.2 1.1.2 2.2 0 3.3.3 1 .2 2 0 3 .2s2 0 3 .2a23 23 0 0 0 2.5.3 8.6 8.6 0 0 0 1.6.2 2.4 2.4 0 0 1 1.5.2h.4c1.2 0 2.5 0 3.7.3a18.6 18.6 0 0 1 2 .2c.7.2 1.4 0 2 .3.6.2 1.2 0 1.8.2a6 6 0 0 0 1.8.2c.5 0 .9.3 1.4.3a1.3 1.3 0 0 1 1.2.2h.1l3.4.2a34.2 34.2 0 0 0 3.4.3 2.3 2.3 0 0 1 1.3.6l2.6 2.2v.9h-.4l-.1.5a.8.8 0 0 1-.2 0 7.2 7.2 0 0 1-2.7-.4.7.7 0 0 0-.2 0 19.7 19.7 0 0 1-3.1-.3 8.5 8.5 0 0 1-2.6-.5 3.8 3.8 0 0 0-.7-.2 6.4 6.4 0 0 0-1 0h-3.6a53.3 53.3 0 0 1-5.5-.3c-.9-.1-1.8 0-2.7-.2-1-.2-1.9 0-2.8-.3a18.4 18.4 0 0 0-2.5-.2 8.6 8.6 0 0 0-1.6-.2 2.3 2.3 0 0 1-1.6-.2h-.1l-4.7-.3-2.4-.2a13.2 13.2 0 0 1-2.4 0 17.4 17.4 0 0 0-3.8-.2 16.2 16.2 0 0 0-2.4-.3 6.7 6.7 0 0 1-2.4 0 23.2 23.2 0 0 0-3.8-.2l-2.4-.3a14.6 14.6 0 0 1-2.5 0c-1.5-.3-3 0-4.5-.2-1.6-.3-3.3 0-4.9-.3-1.4-.2-2.7 0-4-.2-2-.3-3.8 0-5.7-.3-1.7-.2-3.4 0-5.1-.2-1.9-.3-3.7 0-5.5-.2-2-.3-3.8 0-5.7-.3-2.2-.3-4.4 0-6.5-.2-2.1-.3-4.1 0-6.1-.2-2.6-.4-5.2 0-7.8-.3a49.8 49.8 0 0 0-3.4-.2 33.4 33.4 0 0 1-3.4 0c-2.8-.4-5.5 0-8.2-.3-2.5-.2-5.1.1-7.6-.2-2.7-.3-5.5 0-8.2-.2-2.8-.3-5.6 0-8.3-.2-4-.3-8 0-12.1-.2-2.6-.2-5.1-.1-7.7-.2h-23a19.5 19.5 0 0 1-3.3 0 37.1 37.1 0 0 0-5.9-.2 49.7 49.7 0 0 0-6 0c-3 .3-5.9.2-8.8.2h-17.8a106.7 106.7 0 0 1-5.5.3 54.8 54.8 0 0 0-5.6 0c-2.8.3-5.6 0-8.4.2-2.5.3-5 0-7.6.3-2.6.3-5.1 0-7.7.2-2.1.3-4.3 0-6.4.3a46 46 0 0 1-4.8.1h-4.8c-1.7 0-3.4-.3-5.1-.2a7.2 7.2 0 0 1-1.2-.2 8.1 8.1 0 0 1-1.1-.2 5.1 5.1 0 0 0-2.6.2 7.9 7.9 0 0 1-2 .4 13.7 13.7 0 0 0-1.7.3c-.5 0-1.1-.2-1.6.2H77a17 17 0 0 0-4 .3c-1.5.2-3 0-4.4.2-1.2.2-2.5 0-3.6.2-1.3.3-2.5 0-3.7.3-1.5.3-3 0-4.4.2-1.2.2-2.5 0-3.8.3-1.2.2-2.4 0-3.5.2a19.8 19.8 0 0 1-2.9.2l-1.4.2a5.7 5.7 0 0 0-1.5 0 17.2 17.2 0 0 1-2.1.3c-1 .2-2 0-3 .2-.8.2-1.7 0-2.4.3-.8.2-1.7 0-2.4.2a17 17 0 0 1-3 .2l-1.4.2a7.1 7.1 0 0 0-1.4 0 15.3 15.3 0 0 1-2.5.3c-1.2.2-2.5 0-3.6.3-1 .1-1.8 0-2.7.2-.8.2-1.6.1-2.4.2l-1.3.3a2.5 2.5 0 0 0-1.4.2c-.3.2-1 0-1.4 0-.6.3-1.3.1-2 .3a6.7 6.7 0 0 1-2 .2h-2a19.5 19.5 0 0 1-3.3-.6l-.3-.1a2 2 0 0 0-.6 0Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-brush-secondary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 117 12%27%3E %3Cpath d=%27M51.3.8c24.9.4 67.8 2.3 67.8 2.3s-33.6.1-67.5 1.7C14.1 6.5 4.7 11.7 4.7 11.7s-6.4-4-4.3-7C2.1 2.5 26.9.4 51.3.8z%27 /%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-pencil::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1412 136%27%3E %3Cpath d=%27M2.9 51.31c1.54 1.59 3.55 2.42 5.67 2.93 9.55 2.69 12.36 4.04 30.44 7.8-3 .3-5.73.44-8.57 3.08a9.83 9.83 0 0 0-2.07 10.92c.83 2.7 3.33 4.22 5.31 6.05 10.97 9.24 37.74 12.54 57.74 16.6 28.32 5.7 56.66 11.52 85.37 14.86 23.26 11.61 80.27 14.32 103.75 15.4 34.52 2.19 69.08 3.36 103.65 3.76 121.04 6.36 242.43.51 363.58.82 271.97-15.76 111.74-7.14 354.24-27.85 46.28-2.18 92.54-4.84 138.71-8.85 12.39-1.12 31.77-2.4 34.68-3.76 3.32-1.16 5.52-4.34 6.02-7.77 123.48-7.79 121.13-7.18 123.45-8.4 4.59-1.61 7.1-7.14 5.79-11.8a10.12 10.12 0 0 0-9.64-7.34c-46.89.01-33.59-2.78-103.06 3.46l10.94-1.87c1.99-.76 4.08-1.67 5.19-3.58 4.19-4.72 2.14-13.98-5.64-15.77-3.38-2.63-6.42-2-14.13-2.11-4.56-.7-9.13-1.34-13.72-1.81 34.64-5.34 46.49-8.03 55.99-12.31 2.43-1.11 4.63-2.64 6.94-3.97 14.45-7.01 3.34-24.98-8.18-18.36-2.71 1.43-5.2 3.25-7.94 4.62-11.02 4.17-22.83 5.68-34.36 7.85-36.51 6.23-65.21 9.47-105.27 13.24-39.97 3.44-79.94 7.17-120.01 9.1-112.89 6.65-225.89 10.72-338.92 13.94-139.42 4.28-72.29 2.74-238.74 3.83-152.12.02-105.22.84-209.3-3.14-24.84-.9-33.26-1.91-65.79-4.63-17.2-1.82-43.29-7.05-66.97-9.27-4.21-.16-8.68-1.39-12.64.37a9.33 9.33 0 0 0-5.97 7.81l-.03.26c-68.56-8.07-86.97-8.7-119.44-11.18a7.6 7.6 0 0 0-3.85.86 9.31 9.31 0 0 0-5.97 7.81c-.59 3.07.64 6.15 2.75 8.4Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-lines::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1729 149%27%3E %3Cpath d=%27M1689.89 26.59a4479.17 4479.17 0 0 0-89.64-7.41C1354.1.45 1106.56-5.76 859.92 5.93c-227.31-4.25-454.79 8.96-681.36 27.95C121.94 38.9 65.1 40.2 8.38 42.12c-16.57 2.86-5.23 26.39 5.6 14.46 160.76-1.27 331.82-27.38 620.54-34.8A4574.9 4574.9 0 0 0 498.9 36.57C376.43 52.24 253.01 65.21 132.88 94.51c-36.16 8.94-71.67 20.31-106.69 32.95-7.14 4.4-27.74 3.63-24.98 15.62 1.99 7.19 13.63 7.05 18.04 2.59 143.67-54.58 297.49-70.64 448.88-90.24 129.01-16.82 258.61-28.01 388.46-34.27 285.02 6.07 570.13 38.15 848.22 100.65 3.84 1.09 8.24-1.32 9.23-5.24 1.98-7.31-5.66-9.96-11.42-10.6-48.05-10.76-96.18-21.26-144.56-30.43-160.68-28.2-322.86-46.78-485.4-60.19l-2.34-.16c161.55-1.33 323.21 4.35 484.31 15.71 37.11 2.65 125.06 8.85 164.97 13.96a7.58 7.58 0 0 0 8.45-6.41c.94-13.18-23.48-8.77-38.14-11.86Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-lines-secondary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1283 132%27%3E %3Cpath d=%27M1282.46 5.79c-.91-3.88-5.18-6.65-9.04-5.54-104.37 29.02-193.78 56.87-361.6 74.53-268.41 28.16-539.6 14.6-803.08-26.38C94.9 47.97-.34 26.24.08 41.38c-1.56 14.21 19.47 12.91 29.6 17.24 32.82 8.6 66.1 15.33 99.4 21.81 238.99 44.43 482.98 55.29 725.63 49.01 92.37-4.11 185.68-9.96 275.51-33.09 18.68-6.31 42.79-9.21 55.18-25.89 6.76-13.28-12.41-21.16-13.83-6.12-17.69 11.67-39.31 15.61-59.45 21.34-114.56 25.18-245.31 30.46-361.99 30.36-191.39.45-383.13-10.13-572-42.21 277.31 36.42 560.77 44.96 837.82 2.23 104.21-15.4 195.11-42.74 260.97-61.22a7.57 7.57 0 0 0 5.54-9.05Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration[class*=is-style-oval]{--wp--offset:.25em;display:inline-block;margin-left:var(--wp--offset);margin-right:var(--wp--offset)}.has-decoration[class*=is-style-oval]::after{top:-.25em;left:-.5em;right:-.5em;bottom:-.25em;width:initial;max-width:initial;height:initial}.has-decoration.is-style-oval::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1240 600%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M460.3 531c-106.7-3.3-217.2-12.7-315.6-56.5C88 448.7 32.7 394.4 37 327.8c3.2-36 29-64 53.5-88.3C191.8 144.2 332.1 108 465.9 86.2c164-25.2 332-22.5 495.8 2.7 15.7.9 175 34.4 136.2 49.7 73.3 30.4 139 103 86.1 181.7-32.6 46.3-85.7 73.2-135.4 97.6C963 457 870.8 479.5 779 498.6c-104.8 21.1-211.5 35-318.5 32.5Zm28.5-16.5c155.2 2.7 623.7-69.6 687.7-223.9 28.8-82.1-66-134.7-132.5-153a1727.2 1727.2 0 0 0-139-33.7c-6.6-1.8-18.7-1-17.8-10.6-216.3-22.4-493-11.6-689 89.6-56.6 31.2-163.8 103-138.7 178.2 13.4 45.7 52 79.2 94 98.8 105 45.6 222.2 53.2 335.3 54.6Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-oval-secondary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27110 70 1980 660%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M1136 719c-183.3-3.2-366-25-546-59.7a1894.8 1894.8 0 0 1-186.9-44c-52.6-16-105.5-34.8-151.3-66-31.2-23.1-65.8-42.5-91.1-72.8-51.6-56-55.7-137.1-2.2-193.5 61.2-64 150.8-89.7 233.5-113.6 118.3-32.7 240.9-42.7 362-57.7 329.5-54.7 673-38.4 993 58.3-11.7-5.7-5.7-17.6 5.5-12a3350 3350 0 0 1 30.3 24.2c13.2 4.2 26 9.4 39 14.4 95.4 38.6 253.7 112.3 258 230.2-1.9 111-194.4 170.1-282.6 199.2-81.6 24.4-165.4 39.6-248 60.5-135.7 27.7-274.9 34.7-413.2 32.5Zm-61.1-24c133.1 3.5 266.5-2.5 398.9-17.5 51.3-6.4 102.6-13.6 153.4-23.5a770 770 0 0 0 170.4-70c-168.5 51-344.3 73-519.3 85.8-179.1 11-359.2 11.9-538-4 110.9 15.7 222.6 25.8 334.6 29.3Zm-178.5-32.2c191.7 6 384 0 574.3-24.7 124.8-16.3 249.5-39.7 368.5-81.3 95.9-68 162.5-184.4 47-271l-48-40.8c-33.6-13-68.2-23.3-102.8-33.4-3.5 3.5-9.3 1-11.4-3-139-39.9-283.5-53.3-427.5-60.3-247.7-11-496.5 10.7-739.8 58A1909.1 1909.1 0 0 0 388 248c-24.4 8-48.8 16.1-72.5 26-18 11.4-35 24.2-51.4 37.7-38 32.4-76.3 77.4-69.5 130.8 7 14.5 16.7 27.6 27.8 39.3 155.2 149 467.1 171.3 674 181Zm942.2-88.6a638 638 0 0 1-104.4 56c90.5-24.4 295.9-83.4 326.1-179.8 29-120.2-155.9-208-246.8-243.2 11.3 9 22 19.1 33.7 27.6 21.9 8 43 17.7 64.1 27.7 32.3 16 63.5 35.2 89.7 60.2 59.4 54.8 57.6 125.7-8.6 173.8-28.6 22-61.5 37.5-94.4 51.8-19.5 9.3-42 13.2-59.4 25.9ZM254 532.2a640.1 640.1 0 0 0 54.3 27 365.2 365.2 0 0 1-93.3-65c10.8 14.5 23 29.3 39 38Zm1651.3-248c98.3 78 58.8 185-23.5 256.5 206.6-78.5 185.6-195.9-3.3-279.2l26.8 22.7ZM195.5 491.6c-13.3-21.5-16.3-46.8-24-70.4-16-79.6 66.5-128.3 129-155 96.8-59.8 205.1-98.7 315.4-125.7-128.1 17.6-410 59.6-469.4 186.4-29.2 58.5 1.5 126.2 49 164.7Zm-8.8-107.1-.7 3.6c11.5-29.3 32-53.8 55-74.8-24.5 17.2-48.1 41-54.3 71.2ZM397 229.4c-5.3 2.3-10.5 4.8-15.6 7.5 143-43 291-66.3 439.2-83.8a2987.2 2987.2 0 0 1 519.8-14.3c-193.6-22.1-389.2-28-583.5-12.5-45 3.6-88.9 15.6-132.7 25.6A1235.4 1235.4 0 0 0 397 229.4Zm1336.8-31.2c25.6 7 51.1 14.5 76.2 23.2l-34-28c-20-6.9-40-13.6-60.4-19.3a1814 1814 0 0 0-135.3-34.2 2254.7 2254.7 0 0 0-695.7-33.4c196.8-6.7 394 7.8 588.6 37.5 36.4 5.8 72.7 12.1 109 19 50.9 8.8 104.7 12.5 151.6 35.2Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-oval-tertiary::after{-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27140 55 920 390%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M560.2 440.3C450 436 259 425.6 184 337.4 32.8 200.6 351.7 116.6 447 94.1c128.7-28.7 263.4-46.6 394.5-24.8 37.4 6 74.9 14.6 108.8 32 60 19.7 128.2 71.3 98.4 142-10.9 26.7-31.2 48.5-53.7 66-23 29.2-53.7 50.9-86.6 67.6-107.5 52-230 64.7-348.3 63.4Zm-29.3-17.8c112 4.4 226.9-4.7 332.4-44.7-151.4 50-314.8 52.7-471.6 30.8 46.1 7.2 92.6 11.7 139.2 14Zm-9.2-18.7c119.3 4.6 241-7 353.5-48.8a440.7 440.7 0 0 0 79.4-39.3 92.8 92.8 0 0 0 42-46c29.5-59.2 7.9-120-50.2-150.3-1 4.9-7.8 5.8-11.2 2.7-3.5-3.7-6.2-8.3-10.8-11-38.4-11.3-78-17.2-117.8-20.5-174.9-10-386.4 27.7-541 111.5C219.9 226.9 158 270.5 201 327c87.7 60.7 216.6 69.9 320.8 76.7ZM166.3 278c10.4-55 78.8-85.4 124.1-108.6-3.5-3.9-.9-9.6 3.8-11C334 144.8 374 132 414 119.1c-61.7 16.8-266.4 75.2-247.8 159Zm861.7-88a115.2 115.2 0 0 1 .6 48.2 70 70 0 0 0-8.1-70.2c3.2 7 5.7 14.5 7.5 22Z%27/%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-decoration.is-style-marker{--wp--offset:.25em;display:inline-block;color:white;margin-left:var(--wp--offset);margin-right:var(--wp--offset)}.has-decoration.is-style-marker::after{max-width:initial;width:initial;height:1.5em;left:calc(-1 * var(--wp--offset));right:calc(-1 * var(--wp--offset));bottom:.025em;-webkit-mask:url('data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 400 60%27 preserveAspectRatio=%27none%27%3E %3Cpath d=%27M3.518915 27.827324c55.429038 4.081 111.581115 5.822 167.117815 2.867 22.70911-1.208 45.39827-.601 68.126-.778 28.38172-.223 56.76078-1.024 85.13721-1.33 24.17378-.261 48.4273.571 72.58114.571%27 stroke=%27%23000%27 stroke-width=%2755%27 /%3E %3C/svg%3E') center 100%;-webkit-mask-repeat:no-repeat}.has-rotator{--wp--duration:1s;--wp--letter--duration:.5s;--wp--letter--delay:100ms;position:relative;display:inline-flex;will-change:width;transition:width var(--wp--duration) ease-in-out;overflow:hidden}.has-rotator.changed{overflow:clip}.has-rotator.changing{overflow:visible}.has-rotator.letters span{transition-duration:calc(var(--wp--letter--delay) * var(--wp--letters) + var(--wp--letter--duration))}.has-rotator span{display:inline-block;position:absolute;white-space:nowrap;perspective:inherit;left:0;top:0;transition-duration:var(--wp--duration)}.has-rotator span:first-child{position:relative}.has-rotator i{display:inline-block;font-weight:inherit;font-style:normal;transition-duration:var(--wp--letter--duration)}.has-rotator--slide{--wp--duration:1s;--wp--direction:-1;--wp--letter--duration:1s}.has-rotator--slide.down{--wp--direction:1}.has-rotator--slide span{opacity:0}.has-rotator--slide span:first-child:not([class]){opacity:1}.has-rotator--slide span.active{animation:__slide-in var(--wp--duration) forwards}.has-rotator--slide span.inactive{animation:__slide-out var(--wp--duration) forwards}.has-rotator--slide.letters span{opacity:1;transform:none;animation:none}.has-rotator--slide.letters i{opacity:0}.has-rotator--slide.letters span:first-child:not([class]) i,.has-rotator--slide.letters span.inactive i{opacity:1}.has-rotator--slide.letters span.active i{animation:__slide-in var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--slide.letters span.inactive i{animation:__slide-out var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __slide-in{0%{opacity:0;transform:translate3d(0,calc(var(--wp--direction,1) * -100%),0)}65%{opacity:1;transform:translate3d(0,calc(var(--wp--direction,1) * 20%),0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes __slide-out{0%{opacity:1;transform:translate3d(0,0,0)}65%{opacity:0;transform:translate3d(0,calc(var(--wp--direction) * 120%),0)}100%{opacity:0;transform:translate3d(0,calc(var(--wp--direction) * 100%),0)}}.has-rotator--zoom{--wp--duration:.8s;--wp--direction:-1;perspective:300px}.has-rotator--zoom span{opacity:0}.has-rotator--zoom span:first-child:not([class]){opacity:1}.has-rotator--zoom span.active{animation:__zoom-in var(--wp--duration) forwards}.has-rotator--zoom span.inactive{animation:__zoom-out var(--wp--duration) forwards}.has-rotator--zoom.letters span{opacity:1;transform:none;animation:none}.has-rotator--zoom.letters span i{opacity:0}.has-rotator--zoom.letters span:first-child:not([class]) i,.has-rotator--zoom.letters span.inactive i{opacity:1;transform:translate3d(0,0,0)}.has-rotator--zoom.letters span.active i{animation:__zoom-in var(--wp--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--zoom.letters span.inactive i{animation:__zoom-out var(--wp--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __zoom-in{0%{opacity:0;transform:translateZ(calc(var(--wp--direction) * 100px))}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes __zoom-out{0%{opacity:1;transform:translate3d(0,0,0)}100%{opacity:0;transform:translateZ(calc(var(--wp--direction) * 100px))}}.has-rotator--scale{--wp--duration:1s;--wp--letter--duration:.6s}.has-rotator--scale span{opacity:0;transform:scale(0)}.has-rotator--scale span:first-child:not([class]){opacity:1;transform:scale(1)}.has-rotator--scale span.active{animation:__scale-in var(--wp--duration) forwards}.has-rotator--scale span.inactive{animation:__scale-out var(--wp--duration) forwards}.has-rotator--scale.letters span{opacity:1;transform:none;animation:none}.has-rotator--scale.letters i{opacity:0;transform:scale(0)}.has-rotator--scale.letters span:first-child:not([class]) i,.has-rotator--scale.letters span.inactive i{opacity:1;transform:scale(1)}.has-rotator--scale.letters span.active i{animation:__scale-in var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--scale.letters span.inactive i{animation:__scale-out var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __scale-in{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@keyframes __scale-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0)}}.has-rotator--rotate{--wp--duration:1s;--wp--letter--duration:.5s;--wp--rotate-x:1;--wp--rotate-y:0;--wp--degrees:180deg;perspective:300px}.has-rotator--rotate.inverse{--wp--degrees:-180deg}.has-rotator--rotate.y{--wp--rotate-x:0;--wp--rotate-y:1}.has-rotator--rotate.from-top :is(span,i){transform-origin:50% 0%}.has-rotator--rotate.from-left :is(span,i){transform-origin:0% 50%}.has-rotator--rotate.from-right :is(span,i){transform-origin:100% 50%}.has-rotator--rotate.from-bottom :is(span,i){transform-origin:50% 100%}.has-rotator--rotate span{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,var(--wp--degrees));transform-origin:50% 50%;transform-style:preserve-3d;backface-visibility:hidden}.has-rotator--rotate span:first-child:not([class]){transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,0)}.has-rotator--rotate span.active{animation:__rotate-in var(--wp--duration) forwards}.has-rotator--rotate span.inactive{animation:__rotate-out var(--wp--duration) forwards}.has-rotator--rotate.letters span{transform:none;animation:none}.has-rotator--rotate.letters :where(i){transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,var(--wp--degrees));transform-style:preserve-3d;transform-origin:50% 50%;backface-visibility:hidden}.has-rotator--rotate.letters span:first-child:not([class]) i,.has-rotator--rotate.letters span.inactive i{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,0)}.has-rotator--rotate.letters span.active i{animation:__rotate-in var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}.has-rotator--rotate.letters span.inactive i{animation:__rotate-out var(--wp--letter--duration) calc(var(--wp--letter--delay) * var(--index)) forwards}@keyframes __rotate-in{0%{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,var(--wp--degrees))}100%{transform:rotate3d(0,0,0,0)}}@keyframes __rotate-out{0%{transform:rotate3d(0,0,0,0)}100%{transform:rotate3d(var(--wp--rotate-x),var(--wp--rotate-y),0,calc(-1 * var(--wp--degrees)))}}.has-floating{text-decoration:1px underline dotted;cursor:help}.has-floating:focus{outline:1px dotted}.has-floating[data-plugin=popover],.has-floating[data-wp-context*=popover]{cursor:pointer}.wp-floating{--wp--floating--zindex:80;--wp--floating--max-width:500px;--wp--floating--padding-x:.5rem;--wp--floating--padding-y:.25rem;--wp--floating--margin:initial;--wp--floating--font-size:var(--wp--preset--font-size--small);--wp--floating--color:var(--wp--preset--color--dark);--wp--floating--border-radius:3px;--wp--floating--bg:var(--wp--preset--color--while);--wp--floating--opacity:1;z-index:var(--wp--floating--zindex);display:block;margin:var(--wp--floating--margin);font-family:var(--wp--preset--font-family--base);font-size:var(--wp--floating--font-size);font-style:normal;font-weight:400;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;line-height:1.5;line-break:auto;word-break:normal;white-space:normal;word-spacing:normal;word-wrap:break-word;opacity:0}.wp-floating.show{opacity:var(--wp--floating--opacity)}:is(.wp-floating__head,.wp-floating__body):empty{display:none}.wp-floating__body{max-width:var(--wp--floating--max-width);padding:var(--wp--floating--padding-y) var(--wp--floating--padding-x);color:var(--wp--floating--color);text-align:var(--wp--floating--text-align,start);background-color:var(--wp--floating--bg);border-radius:var(--wp--floating--border-radius)}.wp-floating__arrow{position:absolute;display:block;width:var(--wp--floating--arrow-width);height:var(--wp--floating--arrow-height)}.wp-floating--tooltip{--wp--floating--text-align:center;--wp--floating--max-width:200px;--wp--floating--color:var(--wp--preset--color--white);--wp--floating--bg:var(--wp--preset--color--dark);--wp--floating--opacity:.9;--wp--floating--arrow-width:.8rem;--wp--floating--arrow-height:.4rem}.wp-floating--tooltip .wp-floating__arrow::before{position:absolute;content:'';border-color:transparent;border-style:solid}.wp-floating--tooltip.wp-floating--top .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=top] .wp-floating__arrow{bottom:calc(-1 * var(--wp--floating--arrow-height))}.wp-floating--tooltip.wp-floating--top .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=top] .wp-floating__arrow::before{top:-1px;border-width:var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * 0.5) 0;border-top-color:var(--wp--floating--bg)}.wp-floating--tooltip.wp-floating--end .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=right] .wp-floating__arrow{left:calc(-1 * var(--wp--floating--arrow-height));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--tooltip.wp-floating--end .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=right] .wp-floating__arrow::before{right:-1px;border-width:calc(var(--wp--floating--arrow-width) * 0.5) var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * 0.5) 0;border-right-color:var(--wp--floating--bg)}.wp-floating--tooltip.wp-floating--bottom .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=bottom] .wp-floating__arrow{top:calc(-1 * var(--wp--floating--arrow-height))}.wp-floating--tooltip.wp-floating--bottom .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=bottom] .wp-floating__arrow::before{bottom:-1px;border-width:0 calc(var(--wp--floating--arrow-width) * 0.5) var(--wp--floating--arrow-height);border-bottom-color:var(--wp--floating--bg)}.wp-floating--tooltip.wp-floating--start .wp-floating__arrow,.wp-floating--tooltip.wp-floating--auto[data-placement^=left] .wp-floating__arrow{right:calc(-1 * var(--wp--floating--arrow-height));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--tooltip.wp-floating--start .wp-floating__arrow::before,.wp-floating--tooltip.wp-floating--auto[data-placement^=left] .wp-floating__arrow::before{left:-1px;border-width:calc(var(--wp--floating--arrow-width) * 0.5) 0 calc(var(--wp--floating--arrow-width) * 0.5) var(--wp--floating--arrow-height);border-left-color:var(--wp--floating--bg)}.wp-floating--popover{--wp--floating--zindex:70;--wp--floating--max-width:275px;--wp--floating--padding-x:1rem;--wp--floating--padding-y:1rem;--wp--floating--color:var(--wp--preset--color--dark);--wp--floating--border-radius:5px;--wp--floating--bg:var(--wp--preset--color--white);--wp--floating--opacity:1;--wp--floating--text-align:left;--wp--floating--arrow-width:1rem;--wp--floating--arrow-height:.5rem;--wp--floating--header-padding-x:1rem;--wp--floating--header-padding-y:.5rem;--wp--floating--header-font-size:1rem;--wp--floating--header-font-weight:500;--wp--floating--header-color:inherit;--wp--floating--header-bg:var(--wp--preset--color--accent);--wp--floating--border-width:1px;--wp--floating--border-color:var(--wp--preset--color--accent);--wp--floating--arrow-border:var(--wp--floating--border-color);--wp--floating--box-shadow:0 0 5px rgba(0,0,0,.1);background-color:var(--wp--floating--bg);background-clip:padding-box;border:var(--wp--floating--border-width) solid var(--wp--floating--border-color);border-radius:var(--wp--floating--border-radius);box-shadow:var(--wp--floating--box-shadow)}.wp-floating--popover .wp-floating__head{padding:var(--wp--floating--header-padding-y) var(--wp--floating--header-padding-x);margin:0;font-size:var(--wp--floating--header-font-size);font-weight:var(--wp--floating--header-font-weight);color:var(--wp--floating--header-color);background-color:var(--wp--floating--header-bg);border-bottom:var(--wp--floating--border-width) solid var(--wp--floating--border-color);border-top-left-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width));border-top-right-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width))}.wp-floating--popover .wp-floating__head:last-child{border-bottom-width:0;border-bottom-left-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width));border-bottom-right-radius:calc(var(--wp--floating--border-radius) - var(--wp--floating--border-width))}.wp-floating--popover .wp-floating__arrow::before,.wp-floating--popover .wp-floating__arrow::after{content:'';position:absolute;display:block;border-color:transparent;border-style:solid;border-width:0}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow{bottom:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width))}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::after{border-width:var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * .5) 0}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::before{top:calc(-1 * var(--wp--floating--border-width));border-top-color:var(--wp--floating--arrow-border)}.wp-floating--popover.wp-floating--auto[data-placement^=top]>.wp-floating__arrow::after{bottom:calc(2 * var(--wp--floating--border-width));border-top-color:var(--wp--floating--bg)}.wp-floating--popover.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow{left:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::after{border-width:calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height) calc(var(--wp--floating--arrow-width) * .5) 0}.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::before{border-right-color:var(--wp--floating--arrow-border)}.wp-floating--popover.wp-floating--auto[data-placement^=right]>.wp-floating__arrow::after{left:var(--wp--floating--border-width);border-right-color:var(--wp--floating--bg)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow{top:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width))}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::after{border-width:0 calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::before{top:var(--wp--floating--border-width);border-bottom-color:var(--wp--floating--border-color)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__arrow::after{top:calc(2 * var(--wp--floating--border-width));border-bottom-color:var(--wp--floating--bg)}.wp-floating--popover.wp-floating--auto[data-placement^=bottom]>.wp-floating__head::before{content:'';position:absolute;top:calc(-1 * var(--wp--floating--arrow-height) + var(--wp--floating--border-width));left:50%;display:block;width:var(--wp--floating--arrow-width);margin-left:calc(-.5 * var(--wp--floating--arrow-width));border-color:transparent;border-style:solid;border-width:0 calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height);border-bottom-color:var(--wp--floating--header-bg)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow{right:calc(-1 * (var(--wp--floating--arrow-height)) - var(--wp--floating--border-width));width:var(--wp--floating--arrow-height);height:var(--wp--floating--arrow-width)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::before,.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::after{border-width:calc(var(--wp--floating--arrow-width) * .5) 0 calc(var(--wp--floating--arrow-width) * .5) var(--wp--floating--arrow-height)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::before{border-left-color:var(--wp--floating--arrow-border)}.wp-floating--popover.wp-floating--auto[data-placement^=left]>.wp-floating__arrow::after{right:var(--wp--floating--border-width);border-left-color:var(--wp--floating--bg)}
  • wecodeart/6.5.5/assets/cache/wp-utilities.css

    r223589 r249211  
    1 .align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-baseline{vertical-align:baseline!important}.align-sub{vertical-align:sub!important}.align-super{vertical-align:super!important}.align-text-top{vertical-align:text-top!important}.align-text-bottom{vertical-align:text-bottom!important}.border{border:1px solid var(--wp--preset--color--accent)!important}.border-0{border-width:0!important}.border-top{border-top:1px solid var(--wp--preset--color--accent)!important}.border-top-0{border-top:0!important}.border-bottom{border-bottom:1px solid var(--wp--preset--color--accent)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid var(--wp--preset--color--accent)!important}.border-start-0{border-left:0!important}.border-end{border-right:1px solid var(--wp--preset--color--accent)!important}.border-end-0{border-right:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.rounded{-webkit-border-radius:.25rem!important;-moz-border-radius:.25rem!important;border-radius:.25rem!important}.rounded-0{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.rounded-1{-webkit-border-radius:.5rem!important;-moz-border-radius:.5rem!important;border-radius:.5rem!important}.rounded-2{-webkit-border-radius:1rem!important;-moz-border-radius:1rem!important;border-radius:1rem!important}.rounded-3{-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;border-radius:1.5rem!important}.rounded-circle{-webkit-border-radius:50%!important;-moz-border-radius:50%!important;border-radius:50%!important}.rounded-pill{-webkit-border-radius:50px!important;-moz-border-radius:50px!important;border-radius:50px!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-start{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-table-row{display:table-row!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.has-text-align-left{text-align:left!important}.has-text-align-center{text-align:center!important}.has-text-align-justify{text-align:justify!important}.has-text-align-right{text-align:right!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.g-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-0{--wp--style--block-gap:0!important;gap:0!important}.g-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-auto{column-gap:auto!important}.gx-0{column-gap:0!important}.gx-1{column-gap:.5rem!important}.gx-2{column-gap:.75rem!important}.gx-3{column-gap:1rem!important}.gx-4{column-gap:2rem!important}.gx-5{column-gap:3rem!important}.gy-auto{row-gap:auto!important}.gy-0{row-gap:0!important}.gy-1{row-gap:.5rem!important}.gy-2{row-gap:.75rem!important}.gy-3{row-gap:1rem!important}.gy-4{row-gap:2rem!important}.gy-5{row-gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.justify-content-stretch{justify-content:stretch!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.place-items-start{place-items:start!important}.place-items-center{place-items:center!important}.place-items-end{place-items:end!important}.place-items-stretch{place-items:stretch!important}.place-content-start{place-content:start!important}.place-content-center{place-content:center!important}.place-content-end{place-content:end!important}.place-content-between{place-content:space-between!important}.place-content-around{place-content:space-around!important}.place-content-evenly{place-content:space-evenly!important}.place-content-stretch{place-content:stretch!important}.place-self-start{place-self:start!important}.place-self-center{place-self:center!important}.place-self-end{place-self:end!important}.place-self-stretch{place-self:stretch!important}.m-auto{margin:auto!important}.m-0{margin:0!important}.m-1{margin:.5rem!important}.m-2{margin:.75rem!important}.m-3{margin:1rem!important}.m-4{margin:2rem!important}.m-5{margin:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:2rem!important;margin-right:2rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-auto{margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:.75rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:2rem!important}.mt-5{margin-top:3rem!important}.mb-auto{margin-bottom:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:.75rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:2rem!important}.mb-5{margin-bottom:3rem!important}.ms-auto{margin-left:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.5rem!important}.ms-2{margin-left:.75rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:2rem!important}.ms-5{margin-left:3rem!important}.offset-1{margin-left:8.33333333%!important}.offset-2{margin-left:16.66666667%!important}.offset-3{margin-left:25%!important}.offset-4{margin-left:33.33333333%!important}.offset-5{margin-left:41.66666667%!important}.offset-6{margin-left:50%!important}.offset-7{margin-left:58.33333333%!important}.offset-8{margin-left:66.66666667%!important}.offset-9{margin-left:75%!important}.offset-10{margin-left:83.33333333%!important}.offset-11{margin-left:91.66666667%!important}.offset-0{margin-left:0!important}.me-auto{margin-right:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.5rem!important}.me-2{margin-right:.75rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:2rem!important}.me-5{margin-right:3rem!important}.p-auto{padding:auto!important}.p-0{padding:0!important}.p-1{padding:.5rem!important}.p-2{padding:.75rem!important}.p-3{padding:1rem!important}.p-4{padding:2rem!important}.p-5{padding:3rem!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:2rem!important;padding-right:2rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-auto{padding-top:auto!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:.75rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:3rem!important}.pb-auto{padding-bottom:auto!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:.75rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:3rem!important}.ps-auto{padding-left:auto!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.5rem!important}.ps-2{padding-left:.75rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:2rem!important}.ps-5{padding-left:3rem!important}.pe-auto{pointer-events:auto!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.5rem!important}.pe-2{padding-right:.75rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:2rem!important}.pe-5{padding-right:3rem!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.text-opacity-0{--wp--text-opacity:0!important}.text-opacity-25{--wp--text-opacity:.25!important}.text-opacity-50{--wp--text-opacity:.5!important}.text-opacity-75{--wp--text-opacity:.75!important}.text-opacity-100{--wp--text-opacity:1!important}.bg-opacity-0{--wp--bg-opacity:0!important}.bg-opacity-25{--wp--bg-opacity:.25!important}.bg-opacity-50{--wp--bg-opacity:.5!important}.bg-opacity-75{--wp--bg-opacity:.75!important}.bg-opacity-100{--wp--bg-opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-clip{overflow:clip!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:99!important}.pe-none{pointer-events:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.position-fixed{position:fixed!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{grid-column-start:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.inset-0{inset:0!important}.inset-1{inset:1rem!important}.shadow-none{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.shadow-xs{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--y,0px)/2) calc(var(--wp--custom--box-shadow--y,0px)/2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--y,0px)/2) calc(var(--wp--custom--box-shadow--y,0px)/2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--y,0px)/2) calc(var(--wp--custom--box-shadow--y,0px)/2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-sm{-webkit-box-shadow:var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-md{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 1.5) calc(var(--wp--custom--box-shadow--y,0px) * 1.5) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 1.5) calc(var(--wp--custom--box-shadow--y,0px) * 1.5) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 1.5) calc(var(--wp--custom--box-shadow--y,0px) * 1.5) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-lg{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 2) calc(var(--wp--custom--box-shadow--y,0px) * 2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 2) calc(var(--wp--custom--box-shadow--y,0px) * 2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 2) calc(var(--wp--custom--box-shadow--y,0px) * 2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-xl{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 3) calc(var(--wp--custom--box-shadow--y,0px) * 3) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 3) calc(var(--wp--custom--box-shadow--y,0px) * 3) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 3) calc(var(--wp--custom--box-shadow--y,0px) * 3) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-xxl{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 4) calc(var(--wp--custom--box-shadow--y,0px) * 4) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 4) calc(var(--wp--custom--box-shadow--y,0px) * 4) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 4) calc(var(--wp--custom--box-shadow--y,0px) * 4) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-outlined{-webkit-box-shadow:white var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px) -.5px,var(--wp--custom--box-shadow--color,currentColor) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px)!important;-moz-box-shadow:white var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px) -.5px,var(--wp--custom--box-shadow--color,currentColor) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px)!important;box-shadow:white var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px) -.5px,var(--wp--custom--box-shadow--color,currentColor) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px)!important}.shadow-sharp{-webkit-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),white 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;-moz-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),white 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),white 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important}.shadow-crisp{-webkit-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),black 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;-moz-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),black 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),black 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important}.shadow{-webkit-box-shadow:var(--wp--preset--shadow--natural)!important;-moz-box-shadow:var(--wp--preset--shadow--natural)!important;box-shadow:var(--wp--preset--shadow--natural)!important}.h-auto{height:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.w-auto{width:auto!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.vw-100{width:100vw!important}.col-1{width:8.33333333%!important}.col-2{width:16.66666667%!important}.col-3{width:25%!important}.col-4{width:33.33333333%!important}.col-5{width:41.66666667%!important}.col-6{width:50%!important}.col-7{width:58.33333333%!important}.col-8{width:66.66666667%!important}.col-9{width:75%!important}.col-10{width:83.33333333%!important}.col-11{width:91.66666667%!important}.col-12{width:100%!important}.col-auto{width:auto!important}.span-1{grid-column:auto/span 1!important}.span-2{grid-column:auto/span 2!important}.span-3{grid-column:auto/span 3!important}.span-4{grid-column:auto/span 4!important}.span-5{grid-column:auto/span 5!important}.span-6{grid-column:auto/span 6!important}.span-7{grid-column:auto/span 7!important}.span-8{grid-column:auto/span 8!important}.span-9{grid-column:auto/span 9!important}.span-10{grid-column:auto/span 10!important}.span-11{grid-column:auto/span 11!important}.span-12{grid-column:auto/span 12!important}.start-1{grid-column-start:1!important}.start-2{grid-column-start:2!important}.start-3{grid-column-start:3!important}.start-4{grid-column-start:4!important}.start-5{grid-column-start:5!important}.start-6{grid-column-start:6!important}.start-7{grid-column-start:7!important}.start-8{grid-column-start:8!important}.start-9{grid-column-start:9!important}.start-10{grid-column-start:10!important}.min-vh-100{min-height:100vh!important}.min-vw-100{min-width:100vw!important}.translate-middle{-webkit-transform:translate3d(-50%,-50%,0)!important;-moz-transform:translate3d(-50%,-50%,0)!important;-ms-transform:translate3d(-50%,-50%,0)!important;-o-transform:translate3d(-50%,-50%,0)!important;transform:translate3d(-50%,-50%,0)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;-moz-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;-o-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.flip{-webkit-transform:scaleX(-1) scaleY(-1)!important;-moz-transform:scaleX(-1) scaleY(-1)!important;-ms-transform:scaleX(-1) scaleY(-1)!important;-o-transform:scaleX(-1) scaleY(-1)!important;transform:scaleX(-1) scaleY(-1)!important}.flip-x{-webkit-transform:scaleX(-1)!important;-moz-transform:scaleX(-1)!important;-ms-transform:scaleX(-1)!important;-o-transform:scaleX(-1)!important;transform:scaleX(-1)!important}.flip-y{-webkit-transform:scaleY(-1)!important;-moz-transform:scaleY(-1)!important;-ms-transform:scaleY(-1)!important;-o-transform:scaleY(-1)!important;transform:scaleY(-1)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.visibility-visible{visibility:visible!important}.visibility-hidden{visibility:hidden!important}@media (min-width:640px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-block{display:block!important}.d-sm-inline-block{display:inline-block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-table-row{display:table-row!important}.has-text-align-sm-left{text-align:left!important}.has-text-align-sm-center{text-align:center!important}.has-text-align-sm-justify{text-align:justify!important}.has-text-align-sm-right{text-align:right!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column{flex-direction:column!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.g-sm-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-sm-0{--wp--style--block-gap:0!important;gap:0!important}.g-sm-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-sm-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-sm-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-sm-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-sm-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-sm-auto{column-gap:auto!important}.gx-sm-0{column-gap:0!important}.gx-sm-1{column-gap:.5rem!important}.gx-sm-2{column-gap:.75rem!important}.gx-sm-3{column-gap:1rem!important}.gx-sm-4{column-gap:2rem!important}.gx-sm-5{column-gap:3rem!important}.gy-sm-auto{row-gap:auto!important}.gy-sm-0{row-gap:0!important}.gy-sm-1{row-gap:.5rem!important}.gy-sm-2{row-gap:.75rem!important}.gy-sm-3{row-gap:1rem!important}.gy-sm-4{row-gap:2rem!important}.gy-sm-5{row-gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.justify-content-sm-stretch{justify-content:stretch!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.place-items-sm-start{place-items:start!important}.place-items-sm-center{place-items:center!important}.place-items-sm-end{place-items:end!important}.place-items-sm-stretch{place-items:stretch!important}.place-content-sm-start{place-content:start!important}.place-content-sm-center{place-content:center!important}.place-content-sm-end{place-content:end!important}.place-content-sm-between{place-content:space-between!important}.place-content-sm-around{place-content:space-around!important}.place-content-sm-evenly{place-content:space-evenly!important}.place-content-sm-stretch{place-content:stretch!important}.place-self-sm-start{place-self:start!important}.place-self-sm-center{place-self:center!important}.place-self-sm-end{place-self:end!important}.place-self-sm-stretch{place-self:stretch!important}.m-sm-auto{margin:auto!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.5rem!important}.m-sm-2{margin:.75rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:2rem!important}.m-sm-5{margin:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-sm-auto{margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.5rem!important}.mt-sm-2{margin-top:.75rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:2rem!important}.mt-sm-5{margin-top:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.5rem!important}.mb-sm-2{margin-bottom:.75rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:2rem!important}.mb-sm-5{margin-bottom:3rem!important}.ms-sm-auto{margin-left:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.5rem!important}.ms-sm-2{margin-left:.75rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:2rem!important}.ms-sm-5{margin-left:3rem!important}.offset-sm-1{margin-left:8.33333333%!important}.offset-sm-2{margin-left:16.66666667%!important}.offset-sm-3{margin-left:25%!important}.offset-sm-4{margin-left:33.33333333%!important}.offset-sm-5{margin-left:41.66666667%!important}.offset-sm-6{margin-left:50%!important}.offset-sm-7{margin-left:58.33333333%!important}.offset-sm-8{margin-left:66.66666667%!important}.offset-sm-9{margin-left:75%!important}.offset-sm-10{margin-left:83.33333333%!important}.offset-sm-11{margin-left:91.66666667%!important}.offset-sm-0{margin-left:0!important}.me-sm-auto{margin-right:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.5rem!important}.me-sm-2{margin-right:.75rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:2rem!important}.me-sm-5{margin-right:3rem!important}.p-sm-auto{padding:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.5rem!important}.p-sm-2{padding:.75rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:2rem!important}.p-sm-5{padding:3rem!important}.px-sm-auto{padding-left:auto!important;padding-right:auto!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:2rem!important;padding-right:2rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-auto{padding-top:auto!important;padding-bottom:auto!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-auto{padding-top:auto!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.5rem!important}.pt-sm-2{padding-top:.75rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:3rem!important}.pb-sm-auto{padding-bottom:auto!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.5rem!important}.pb-sm-2{padding-bottom:.75rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-auto{padding-left:auto!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.5rem!important}.ps-sm-2{padding-left:.75rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:2rem!important}.ps-sm-5{padding-left:3rem!important}.pe-sm-auto{padding-right:auto!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.5rem!important}.pe-sm-2{padding-right:.75rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:2rem!important}.pe-sm-5{padding-right:3rem!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:99!important}.col-sm-1{width:8.33333333%!important}.col-sm-2{width:16.66666667%!important}.col-sm-3{width:25%!important}.col-sm-4{width:33.33333333%!important}.col-sm-5{width:41.66666667%!important}.col-sm-6{width:50%!important}.col-sm-7{width:58.33333333%!important}.col-sm-8{width:66.66666667%!important}.col-sm-9{width:75%!important}.col-sm-10{width:83.33333333%!important}.col-sm-11{width:91.66666667%!important}.col-sm-12{width:100%!important}.col-sm-auto{width:auto!important}.span-sm-1{grid-column:auto/span 1!important}.span-sm-2{grid-column:auto/span 2!important}.span-sm-3{grid-column:auto/span 3!important}.span-sm-4{grid-column:auto/span 4!important}.span-sm-5{grid-column:auto/span 5!important}.span-sm-6{grid-column:auto/span 6!important}.span-sm-7{grid-column:auto/span 7!important}.span-sm-8{grid-column:auto/span 8!important}.span-sm-9{grid-column:auto/span 9!important}.span-sm-10{grid-column:auto/span 10!important}.span-sm-11{grid-column:auto/span 11!important}.span-sm-12{grid-column:auto/span 12!important}.start-sm-0{grid-column-start:0!important}.start-sm-1{grid-column-start:1!important}.start-sm-2{grid-column-start:2!important}.start-sm-3{grid-column-start:3!important}.start-sm-4{grid-column-start:4!important}.start-sm-5{grid-column-start:5!important}.start-sm-6{grid-column-start:6!important}.start-sm-7{grid-column-start:7!important}.start-sm-8{grid-column-start:8!important}.start-sm-9{grid-column-start:9!important}.start-sm-10{grid-column-start:10!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-block{display:block!important}.d-md-inline-block{display:inline-block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-table-row{display:table-row!important}.has-text-align-md-left{text-align:left!important}.has-text-align-md-center{text-align:center!important}.has-text-align-md-justify{text-align:justify!important}.has-text-align-md-right{text-align:right!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column{flex-direction:column!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.g-md-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-md-0{--wp--style--block-gap:0!important;gap:0!important}.g-md-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-md-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-md-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-md-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-md-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-md-auto{column-gap:auto!important}.gx-md-0{column-gap:0!important}.gx-md-1{column-gap:.5rem!important}.gx-md-2{column-gap:.75rem!important}.gx-md-3{column-gap:1rem!important}.gx-md-4{column-gap:2rem!important}.gx-md-5{column-gap:3rem!important}.gy-md-auto{row-gap:auto!important}.gy-md-0{row-gap:0!important}.gy-md-1{row-gap:.5rem!important}.gy-md-2{row-gap:.75rem!important}.gy-md-3{row-gap:1rem!important}.gy-md-4{row-gap:2rem!important}.gy-md-5{row-gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.justify-content-md-stretch{justify-content:stretch!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.place-items-md-start{place-items:start!important}.place-items-md-center{place-items:center!important}.place-items-md-end{place-items:end!important}.place-items-md-stretch{place-items:stretch!important}.place-content-md-start{place-content:start!important}.place-content-md-center{place-content:center!important}.place-content-md-end{place-content:end!important}.place-content-md-between{place-content:space-between!important}.place-content-md-around{place-content:space-around!important}.place-content-md-evenly{place-content:space-evenly!important}.place-content-md-stretch{place-content:stretch!important}.place-self-md-start{place-self:start!important}.place-self-md-center{place-self:center!important}.place-self-md-end{place-self:end!important}.place-self-md-stretch{place-self:stretch!important}.m-md-auto{margin:auto!important}.m-md-0{margin:0!important}.m-md-1{margin:.5rem!important}.m-md-2{margin:.75rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:2rem!important}.m-md-5{margin:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:2rem!important;margin-right:2rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-md-auto{margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.5rem!important}.mt-md-2{margin-top:.75rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:2rem!important}.mt-md-5{margin-top:3rem!important}.mb-md-auto{margin-bottom:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.5rem!important}.mb-md-2{margin-bottom:.75rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:2rem!important}.mb-md-5{margin-bottom:3rem!important}.ms-md-auto{margin-left:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.5rem!important}.ms-md-2{margin-left:.75rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:2rem!important}.ms-md-5{margin-left:3rem!important}.offset-md-1{margin-left:8.33333333%!important}.offset-md-2{margin-left:16.66666667%!important}.offset-md-3{margin-left:25%!important}.offset-md-4{margin-left:33.33333333%!important}.offset-md-5{margin-left:41.66666667%!important}.offset-md-6{margin-left:50%!important}.offset-md-7{margin-left:58.33333333%!important}.offset-md-8{margin-left:66.66666667%!important}.offset-md-9{margin-left:75%!important}.offset-md-10{margin-left:83.33333333%!important}.offset-md-11{margin-left:91.66666667%!important}.offset-md-0{margin-left:0!important}.me-md-auto{margin-right:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.5rem!important}.me-md-2{margin-right:.75rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:2rem!important}.me-md-5{margin-right:3rem!important}.p-md-auto{padding:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.5rem!important}.p-md-2{padding:.75rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:2rem!important}.p-md-5{padding:3rem!important}.px-md-auto{padding-left:auto!important;padding-right:auto!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:2rem!important;padding-right:2rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-auto{padding-top:auto!important;padding-bottom:auto!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-auto{padding-top:auto!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.5rem!important}.pt-md-2{padding-top:.75rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:3rem!important}.pb-md-auto{padding-bottom:auto!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.5rem!important}.pb-md-2{padding-bottom:.75rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-auto{padding-left:auto!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.5rem!important}.ps-md-2{padding-left:.75rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:2rem!important}.ps-md-5{padding-left:3rem!important}.pe-md-auto{padding-right:auto!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.5rem!important}.pe-md-2{padding-right:.75rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:2rem!important}.pe-md-5{padding-right:3rem!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:99!important}.col-md-1{width:8.33333333%!important}.col-md-2{width:16.66666667%!important}.col-md-3{width:25%!important}.col-md-4{width:33.33333333%!important}.col-md-5{width:41.66666667%!important}.col-md-6{width:50%!important}.col-md-7{width:58.33333333%!important}.col-md-8{width:66.66666667%!important}.col-md-9{width:75%!important}.col-md-10{width:83.33333333%!important}.col-md-11{width:91.66666667%!important}.col-md-12{width:100%!important}.col-md-auto{width:auto!important}.span-md-1{grid-column:auto/span 1!important}.span-md-2{grid-column:auto/span 2!important}.span-md-3{grid-column:auto/span 3!important}.span-md-4{grid-column:auto/span 4!important}.span-md-5{grid-column:auto/span 5!important}.span-md-6{grid-column:auto/span 6!important}.span-md-7{grid-column:auto/span 7!important}.span-md-8{grid-column:auto/span 8!important}.span-md-9{grid-column:auto/span 9!important}.span-md-10{grid-column:auto/span 10!important}.span-md-11{grid-column:auto/span 11!important}.span-md-12{grid-column:auto/span 12!important}.start-md-0{grid-column-start:0!important}.start-md-1{grid-column-start:1!important}.start-md-2{grid-column-start:2!important}.start-md-3{grid-column-start:3!important}.start-md-4{grid-column-start:4!important}.start-md-5{grid-column-start:5!important}.start-md-6{grid-column-start:6!important}.start-md-7{grid-column-start:7!important}.start-md-8{grid-column-start:8!important}.start-md-9{grid-column-start:9!important}.start-md-10{grid-column-start:10!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-block{display:block!important}.d-lg-inline-block{display:inline-block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-table-row{display:table-row!important}.has-text-align-lg-left{text-align:left!important}.has-text-align-lg-center{text-align:center!important}.has-text-align-lg-justify{text-align:justify!important}.has-text-align-lg-right{text-align:right!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column{flex-direction:column!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.g-lg-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-lg-0{--wp--style--block-gap:0!important;gap:0!important}.g-lg-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-lg-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-lg-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-lg-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-lg-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-lg-auto{column-gap:auto!important}.gx-lg-0{column-gap:0!important}.gx-lg-1{column-gap:.5rem!important}.gx-lg-2{column-gap:.75rem!important}.gx-lg-3{column-gap:1rem!important}.gx-lg-4{column-gap:2rem!important}.gx-lg-5{column-gap:3rem!important}.gy-lg-auto{row-gap:auto!important}.gy-lg-0{row-gap:0!important}.gy-lg-1{row-gap:.5rem!important}.gy-lg-2{row-gap:.75rem!important}.gy-lg-3{row-gap:1rem!important}.gy-lg-4{row-gap:2rem!important}.gy-lg-5{row-gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.justify-content-lg-stretch{justify-content:stretch!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.place-items-lg-start{place-items:start!important}.place-items-lg-center{place-items:center!important}.place-items-lg-end{place-items:end!important}.place-items-lg-stretch{place-items:stretch!important}.place-content-lg-start{place-content:start!important}.place-content-lg-center{place-content:center!important}.place-content-lg-end{place-content:end!important}.place-content-lg-between{place-content:space-between!important}.place-content-lg-around{place-content:space-around!important}.place-content-lg-evenly{place-content:space-evenly!important}.place-content-lg-stretch{place-content:stretch!important}.place-self-lg-start{place-self:start!important}.place-self-lg-center{place-self:center!important}.place-self-lg-end{place-self:end!important}.place-self-lg-stretch{place-self:stretch!important}.m-lg-auto{margin:auto!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.5rem!important}.m-lg-2{margin:.75rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:2rem!important}.m-lg-5{margin:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-lg-auto{margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.5rem!important}.mt-lg-2{margin-top:.75rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:2rem!important}.mt-lg-5{margin-top:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.5rem!important}.mb-lg-2{margin-bottom:.75rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:2rem!important}.mb-lg-5{margin-bottom:3rem!important}.ms-lg-auto{margin-left:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.5rem!important}.ms-lg-2{margin-left:.75rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:2rem!important}.ms-lg-5{margin-left:3rem!important}.offset-lg-1{margin-left:8.33333333%!important}.offset-lg-2{margin-left:16.66666667%!important}.offset-lg-3{margin-left:25%!important}.offset-lg-4{margin-left:33.33333333%!important}.offset-lg-5{margin-left:41.66666667%!important}.offset-lg-6{margin-left:50%!important}.offset-lg-7{margin-left:58.33333333%!important}.offset-lg-8{margin-left:66.66666667%!important}.offset-lg-9{margin-left:75%!important}.offset-lg-10{margin-left:83.33333333%!important}.offset-lg-11{margin-left:91.66666667%!important}.offset-lg-0{margin-left:0!important}.me-lg-auto{margin-right:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.5rem!important}.me-lg-2{margin-right:.75rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:2rem!important}.me-lg-5{margin-right:3rem!important}.p-lg-auto{padding:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.5rem!important}.p-lg-2{padding:.75rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:2rem!important}.p-lg-5{padding:3rem!important}.px-lg-auto{padding-left:auto!important;padding-right:auto!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:2rem!important;padding-right:2rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-auto{padding-top:auto!important;padding-bottom:auto!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-auto{padding-top:auto!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.5rem!important}.pt-lg-2{padding-top:.75rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:3rem!important}.pb-lg-auto{padding-bottom:auto!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.5rem!important}.pb-lg-2{padding-bottom:.75rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-auto{padding-left:auto!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.5rem!important}.ps-lg-2{padding-left:.75rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:2rem!important}.ps-lg-5{padding-left:3rem!important}.pe-lg-auto{padding-right:auto!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.5rem!important}.pe-lg-2{padding-right:.75rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:2rem!important}.pe-lg-5{padding-right:3rem!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:99!important}.col-lg-1{width:8.33333333%!important}.col-lg-2{width:16.66666667%!important}.col-lg-3{width:25%!important}.col-lg-4{width:33.33333333%!important}.col-lg-5{width:41.66666667%!important}.col-lg-6{width:50%!important}.col-lg-7{width:58.33333333%!important}.col-lg-8{width:66.66666667%!important}.col-lg-9{width:75%!important}.col-lg-10{width:83.33333333%!important}.col-lg-11{width:91.66666667%!important}.col-lg-12{width:100%!important}.col-lg-auto{width:auto!important}.span-lg-1{grid-column:auto/span 1!important}.span-lg-2{grid-column:auto/span 2!important}.span-lg-3{grid-column:auto/span 3!important}.span-lg-4{grid-column:auto/span 4!important}.span-lg-5{grid-column:auto/span 5!important}.span-lg-6{grid-column:auto/span 6!important}.span-lg-7{grid-column:auto/span 7!important}.span-lg-8{grid-column:auto/span 8!important}.span-lg-9{grid-column:auto/span 9!important}.span-lg-10{grid-column:auto/span 10!important}.span-lg-11{grid-column:auto/span 11!important}.span-lg-12{grid-column:auto/span 12!important}.start-lg-0{grid-column-start:0!important}.start-lg-1{grid-column-start:1!important}.start-lg-2{grid-column-start:2!important}.start-lg-3{grid-column-start:3!important}.start-lg-4{grid-column-start:4!important}.start-lg-5{grid-column-start:5!important}.start-lg-6{grid-column-start:6!important}.start-lg-7{grid-column-start:7!important}.start-lg-8{grid-column-start:8!important}.start-lg-9{grid-column-start:9!important}.start-lg-10{grid-column-start:10!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-block{display:block!important}.d-xl-inline-block{display:inline-block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-table-row{display:table-row!important}.has-text-align-xl-left{text-align:left!important}.has-text-align-xl-center{text-align:center!important}.has-text-align-xl-justify{text-align:justify!important}.has-text-align-xl-right{text-align:right!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column{flex-direction:column!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.g-xl-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-xl-0{--wp--style--block-gap:0!important;gap:0!important}.g-xl-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-xl-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-xl-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-xl-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-xl-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-xl-auto{column-gap:auto!important}.gx-xl-0{column-gap:0!important}.gx-xl-1{column-gap:.5rem!important}.gx-xl-2{column-gap:.75rem!important}.gx-xl-3{column-gap:1rem!important}.gx-xl-4{column-gap:2rem!important}.gx-xl-5{column-gap:3rem!important}.gy-xl-auto{row-gap:auto!important}.gy-xl-0{row-gap:0!important}.gy-xl-1{row-gap:.5rem!important}.gy-xl-2{row-gap:.75rem!important}.gy-xl-3{row-gap:1rem!important}.gy-xl-4{row-gap:2rem!important}.gy-xl-5{row-gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.justify-content-xl-stretch{justify-content:stretch!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.place-items-xl-start{place-items:start!important}.place-items-xl-center{place-items:center!important}.place-items-xl-end{place-items:end!important}.place-items-xl-stretch{place-items:stretch!important}.place-content-xl-start{place-content:start!important}.place-content-xl-center{place-content:center!important}.place-content-xl-end{place-content:end!important}.place-content-xl-between{place-content:space-between!important}.place-content-xl-around{place-content:space-around!important}.place-content-xl-evenly{place-content:space-evenly!important}.place-content-xl-stretch{place-content:stretch!important}.place-self-xl-start{place-self:start!important}.place-self-xl-center{place-self:center!important}.place-self-xl-end{place-self:end!important}.place-self-xl-stretch{place-self:stretch!important}.m-xl-auto{margin:auto!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.5rem!important}.m-xl-2{margin:.75rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:2rem!important}.m-xl-5{margin:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-xl-auto{margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.5rem!important}.mt-xl-2{margin-top:.75rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:2rem!important}.mt-xl-5{margin-top:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.5rem!important}.mb-xl-2{margin-bottom:.75rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:2rem!important}.mb-xl-5{margin-bottom:3rem!important}.ms-xl-auto{margin-left:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.5rem!important}.ms-xl-2{margin-left:.75rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:2rem!important}.ms-xl-5{margin-left:3rem!important}.offset-xl-1{margin-left:8.33333333%!important}.offset-xl-2{margin-left:16.66666667%!important}.offset-xl-3{margin-left:25%!important}.offset-xl-4{margin-left:33.33333333%!important}.offset-xl-5{margin-left:41.66666667%!important}.offset-xl-6{margin-left:50%!important}.offset-xl-7{margin-left:58.33333333%!important}.offset-xl-8{margin-left:66.66666667%!important}.offset-xl-9{margin-left:75%!important}.offset-xl-10{margin-left:83.33333333%!important}.offset-xl-11{margin-left:91.66666667%!important}.offset-xl-0{margin-left:0!important}.me-xl-auto{margin-right:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.5rem!important}.me-xl-2{margin-right:.75rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:2rem!important}.me-xl-5{margin-right:3rem!important}.p-xl-auto{padding:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.5rem!important}.p-xl-2{padding:.75rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:2rem!important}.p-xl-5{padding:3rem!important}.px-xl-auto{padding-left:auto!important;padding-right:auto!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:2rem!important;padding-right:2rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-auto{padding-top:auto!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.5rem!important}.pt-xl-2{padding-top:.75rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:2rem!important}.pt-xl-5{padding-top:3rem!important}.pb-xl-auto{padding-bottom:auto!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.5rem!important}.pb-xl-2{padding-bottom:.75rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-auto{padding-left:auto!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.5rem!important}.ps-xl-2{padding-left:.75rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:2rem!important}.ps-xl-5{padding-left:3rem!important}.pe-xl-auto{padding-right:auto!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.5rem!important}.pe-xl-2{padding-right:.75rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:2rem!important}.pe-xl-5{padding-right:3rem!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:99!important}.col-xl-1{width:8.33333333%!important}.col-xl-2{width:16.66666667%!important}.col-xl-3{width:25%!important}.col-xl-4{width:33.33333333%!important}.col-xl-5{width:41.66666667%!important}.col-xl-6{width:50%!important}.col-xl-7{width:58.33333333%!important}.col-xl-8{width:66.66666667%!important}.col-xl-9{width:75%!important}.col-xl-10{width:83.33333333%!important}.col-xl-11{width:91.66666667%!important}.col-xl-12{width:100%!important}.col-xl-auto{width:auto!important}.span-xl-1{grid-column:auto/span 1!important}.span-xl-2{grid-column:auto/span 2!important}.span-xl-3{grid-column:auto/span 3!important}.span-xl-4{grid-column:auto/span 4!important}.span-xl-5{grid-column:auto/span 5!important}.span-xl-6{grid-column:auto/span 6!important}.span-xl-7{grid-column:auto/span 7!important}.span-xl-8{grid-column:auto/span 8!important}.span-xl-9{grid-column:auto/span 9!important}.span-xl-10{grid-column:auto/span 10!important}.span-xl-11{grid-column:auto/span 11!important}.span-xl-12{grid-column:auto/span 12!important}.start-xl-0{grid-column-start:0!important}.start-xl-1{grid-column-start:1!important}.start-xl-2{grid-column-start:2!important}.start-xl-3{grid-column-start:3!important}.start-xl-4{grid-column-start:4!important}.start-xl-5{grid-column-start:5!important}.start-xl-6{grid-column-start:6!important}.start-xl-7{grid-column-start:7!important}.start-xl-8{grid-column-start:8!important}.start-xl-9{grid-column-start:9!important}.start-xl-10{grid-column-start:10!important}}@media (min-width:1440px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-block{display:block!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-table-row{display:table-row!important}.has-text-align-xxl-left{text-align:left!important}.has-text-align-xxl-center{text-align:center!important}.has-text-align-xxl-justify{text-align:justify!important}.has-text-align-xxl-right{text-align:right!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.g-xxl-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-xxl-0{--wp--style--block-gap:0!important;gap:0!important}.g-xxl-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-xxl-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-xxl-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-xxl-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-xxl-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-xxl-auto{column-gap:auto!important}.gx-xxl-0{column-gap:0!important}.gx-xxl-1{column-gap:.5rem!important}.gx-xxl-2{column-gap:.75rem!important}.gx-xxl-3{column-gap:1rem!important}.gx-xxl-4{column-gap:2rem!important}.gx-xxl-5{column-gap:3rem!important}.gy-xxl-auto{row-gap:auto!important}.gy-xxl-0{row-gap:0!important}.gy-xxl-1{row-gap:.5rem!important}.gy-xxl-2{row-gap:.75rem!important}.gy-xxl-3{row-gap:1rem!important}.gy-xxl-4{row-gap:2rem!important}.gy-xxl-5{row-gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.justify-content-xxl-stretch{justify-content:stretch!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.place-items-xxl-start{place-items:start!important}.place-items-xxl-center{place-items:center!important}.place-items-xxl-end{place-items:end!important}.place-items-xxl-stretch{place-items:stretch!important}.place-content-xxl-start{place-content:start!important}.place-content-xxl-center{place-content:center!important}.place-content-xxl-end{place-content:end!important}.place-content-xxl-between{place-content:space-between!important}.place-content-xxl-around{place-content:space-around!important}.place-content-xxl-evenly{place-content:space-evenly!important}.place-content-xxl-stretch{place-content:stretch!important}.place-self-xxl-start{place-self:start!important}.place-self-xxl-center{place-self:center!important}.place-self-xxl-end{place-self:end!important}.place-self-xxl-stretch{place-self:stretch!important}.m-xxl-auto{margin:auto!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.5rem!important}.m-xxl-2{margin:.75rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:2rem!important}.m-xxl-5{margin:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-xxl-auto{margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.5rem!important}.mt-xxl-2{margin-top:.75rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:2rem!important}.mt-xxl-5{margin-top:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.5rem!important}.mb-xxl-2{margin-bottom:.75rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:2rem!important}.mb-xxl-5{margin-bottom:3rem!important}.ms-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.5rem!important}.ms-xxl-2{margin-left:.75rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:2rem!important}.ms-xxl-5{margin-left:3rem!important}.offset-xxl-1{margin-left:8.33333333%!important}.offset-xxl-2{margin-left:16.66666667%!important}.offset-xxl-3{margin-left:25%!important}.offset-xxl-4{margin-left:33.33333333%!important}.offset-xxl-5{margin-left:41.66666667%!important}.offset-xxl-6{margin-left:50%!important}.offset-xxl-7{margin-left:58.33333333%!important}.offset-xxl-8{margin-left:66.66666667%!important}.offset-xxl-9{margin-left:75%!important}.offset-xxl-10{margin-left:83.33333333%!important}.offset-xxl-11{margin-left:91.66666667%!important}.offset-xxl-0{margin-left:0!important}.me-xxl-auto{margin-right:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.5rem!important}.me-xxl-2{margin-right:.75rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:2rem!important}.me-xxl-5{margin-right:3rem!important}.p-xxl-auto{padding:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.5rem!important}.p-xxl-2{padding:.75rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:2rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-auto{padding-left:auto!important;padding-right:auto!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-auto{padding-top:auto!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.5rem!important}.pt-xxl-2{padding-top:.75rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:2rem!important}.pt-xxl-5{padding-top:3rem!important}.pb-xxl-auto{padding-bottom:auto!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.5rem!important}.pb-xxl-2{padding-bottom:.75rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:2rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-auto{padding-left:auto!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.5rem!important}.ps-xxl-2{padding-left:.75rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:2rem!important}.ps-xxl-5{padding-left:3rem!important}.pe-xxl-auto{padding-right:auto!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.5rem!important}.pe-xxl-2{padding-right:.75rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:2rem!important}.pe-xxl-5{padding-right:3rem!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:99!important}.col-xxl-1{width:8.33333333%!important}.col-xxl-2{width:16.66666667%!important}.col-xxl-3{width:25%!important}.col-xxl-4{width:33.33333333%!important}.col-xxl-5{width:41.66666667%!important}.col-xxl-6{width:50%!important}.col-xxl-7{width:58.33333333%!important}.col-xxl-8{width:66.66666667%!important}.col-xxl-9{width:75%!important}.col-xxl-10{width:83.33333333%!important}.col-xxl-11{width:91.66666667%!important}.col-xxl-12{width:100%!important}.col-xxl-auto{width:auto!important}.span-xxl-1{grid-column:auto/span 1!important}.span-xxl-2{grid-column:auto/span 2!important}.span-xxl-3{grid-column:auto/span 3!important}.span-xxl-4{grid-column:auto/span 4!important}.span-xxl-5{grid-column:auto/span 5!important}.span-xxl-6{grid-column:auto/span 6!important}.span-xxl-7{grid-column:auto/span 7!important}.span-xxl-8{grid-column:auto/span 8!important}.span-xxl-9{grid-column:auto/span 9!important}.span-xxl-10{grid-column:auto/span 10!important}.span-xxl-11{grid-column:auto/span 11!important}.span-xxl-12{grid-column:auto/span 12!important}.start-xxl-0{grid-column-start:0!important}.start-xxl-1{grid-column-start:1!important}.start-xxl-2{grid-column-start:2!important}.start-xxl-3{grid-column-start:3!important}.start-xxl-4{grid-column-start:4!important}.start-xxl-5{grid-column-start:5!important}.start-xxl-6{grid-column-start:6!important}.start-xxl-7{grid-column-start:7!important}.start-xxl-8{grid-column-start:8!important}.start-xxl-9{grid-column-start:9!important}.start-xxl-10{grid-column-start:10!important}}
     1.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-baseline{vertical-align:baseline!important}.align-sub{vertical-align:sub!important}.align-super{vertical-align:super!important}.align-text-top{vertical-align:text-top!important}.align-text-bottom{vertical-align:text-bottom!important}.border{border:1px solid var(--wp--preset--color--accent)!important}.border-0{border-width:0!important}.border-top{border-top:1px solid var(--wp--preset--color--accent)!important}.border-top-0{border-top:0!important}.border-bottom{border-bottom:1px solid var(--wp--preset--color--accent)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid var(--wp--preset--color--accent)!important}.border-start-0{border-left:0!important}.border-end{border-right:1px solid var(--wp--preset--color--accent)!important}.border-end-0{border-right:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.rounded{-webkit-border-radius:.25rem!important;-moz-border-radius:.25rem!important;border-radius:.25rem!important}.rounded-0{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.rounded-1{-webkit-border-radius:.5rem!important;-moz-border-radius:.5rem!important;border-radius:.5rem!important}.rounded-2{-webkit-border-radius:1rem!important;-moz-border-radius:1rem!important;border-radius:1rem!important}.rounded-3{-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;border-radius:1.5rem!important}.rounded-circle{-webkit-border-radius:50%!important;-moz-border-radius:50%!important;border-radius:50%!important}.rounded-pill{-webkit-border-radius:50px!important;-moz-border-radius:50px!important;border-radius:50px!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-start{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-table-row{display:table-row!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.has-text-align-left{text-align:left!important}.has-text-align-center{text-align:center!important}.has-text-align-justify{text-align:justify!important}.has-text-align-right{text-align:right!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.g-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-0{--wp--style--block-gap:0!important;gap:0!important}.g-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-auto{column-gap:auto!important}.gx-0{column-gap:0!important}.gx-1{column-gap:.5rem!important}.gx-2{column-gap:.75rem!important}.gx-3{column-gap:1rem!important}.gx-4{column-gap:2rem!important}.gx-5{column-gap:3rem!important}.gy-auto{row-gap:auto!important}.gy-0{row-gap:0!important}.gy-1{row-gap:.5rem!important}.gy-2{row-gap:.75rem!important}.gy-3{row-gap:1rem!important}.gy-4{row-gap:2rem!important}.gy-5{row-gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.justify-content-stretch{justify-content:stretch!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.place-items-start{place-items:start!important}.place-items-center{place-items:center!important}.place-items-end{place-items:end!important}.place-items-stretch{place-items:stretch!important}.place-content-start{place-content:start!important}.place-content-center{place-content:center!important}.place-content-end{place-content:end!important}.place-content-between{place-content:space-between!important}.place-content-around{place-content:space-around!important}.place-content-evenly{place-content:space-evenly!important}.place-content-stretch{place-content:stretch!important}.place-self-start{place-self:start!important}.place-self-center{place-self:center!important}.place-self-end{place-self:end!important}.place-self-stretch{place-self:stretch!important}.m-auto{margin:auto!important}.m-0{margin:0!important}.m-1{margin:.5rem!important}.m-2{margin:.75rem!important}.m-3{margin:1rem!important}.m-4{margin:2rem!important}.m-5{margin:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:2rem!important;margin-right:2rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-auto{margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:.75rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:2rem!important}.mt-5{margin-top:3rem!important}.mb-auto{margin-bottom:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:.75rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:2rem!important}.mb-5{margin-bottom:3rem!important}.ms-auto{margin-left:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.5rem!important}.ms-2{margin-left:.75rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:2rem!important}.ms-5{margin-left:3rem!important}.offset-1{margin-left:8.33333333%!important}.offset-2{margin-left:16.66666667%!important}.offset-3{margin-left:25%!important}.offset-4{margin-left:33.33333333%!important}.offset-5{margin-left:41.66666667%!important}.offset-6{margin-left:50%!important}.offset-7{margin-left:58.33333333%!important}.offset-8{margin-left:66.66666667%!important}.offset-9{margin-left:75%!important}.offset-10{margin-left:83.33333333%!important}.offset-11{margin-left:91.66666667%!important}.offset-0{margin-left:0!important}.me-auto{margin-right:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.5rem!important}.me-2{margin-right:.75rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:2rem!important}.me-5{margin-right:3rem!important}.p-auto{padding:auto!important}.p-0{padding:0!important}.p-1{padding:.5rem!important}.p-2{padding:.75rem!important}.p-3{padding:1rem!important}.p-4{padding:2rem!important}.p-5{padding:3rem!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:2rem!important;padding-right:2rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-auto{padding-top:auto!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:.75rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:3rem!important}.pb-auto{padding-bottom:auto!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:.75rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:3rem!important}.ps-auto{padding-left:auto!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.5rem!important}.ps-2{padding-left:.75rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:2rem!important}.ps-5{padding-left:3rem!important}.pe-auto{pointer-events:auto!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.5rem!important}.pe-2{padding-right:.75rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:2rem!important}.pe-5{padding-right:3rem!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.text-opacity-0{--wp--text-opacity:0!important}.text-opacity-25{--wp--text-opacity:.25!important}.text-opacity-50{--wp--text-opacity:.5!important}.text-opacity-75{--wp--text-opacity:.75!important}.text-opacity-100{--wp--text-opacity:1!important}.bg-opacity-0{--wp--bg-opacity:0!important}.bg-opacity-25{--wp--bg-opacity:.25!important}.bg-opacity-50{--wp--bg-opacity:.5!important}.bg-opacity-75{--wp--bg-opacity:.75!important}.bg-opacity-100{--wp--bg-opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-clip{overflow:clip!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:99!important}.pe-none{pointer-events:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.position-fixed{position:fixed!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{grid-column-start:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.inset-0{inset:0!important}.inset-1{inset:1rem!important}.shadow-xs{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--y,0px)/2) calc(var(--wp--custom--box-shadow--y,0px)/2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--y,0px)/2) calc(var(--wp--custom--box-shadow--y,0px)/2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--y,0px)/2) calc(var(--wp--custom--box-shadow--y,0px)/2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-sm{-webkit-box-shadow:var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-md{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 1.5) calc(var(--wp--custom--box-shadow--y,0px) * 1.5) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 1.5) calc(var(--wp--custom--box-shadow--y,0px) * 1.5) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 1.5) calc(var(--wp--custom--box-shadow--y,0px) * 1.5) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-lg{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 2) calc(var(--wp--custom--box-shadow--y,0px) * 2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 2) calc(var(--wp--custom--box-shadow--y,0px) * 2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 2) calc(var(--wp--custom--box-shadow--y,0px) * 2) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-xl{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 3) calc(var(--wp--custom--box-shadow--y,0px) * 3) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 3) calc(var(--wp--custom--box-shadow--y,0px) * 3) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 3) calc(var(--wp--custom--box-shadow--y,0px) * 3) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-xxl{-webkit-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 4) calc(var(--wp--custom--box-shadow--y,0px) * 4) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;-moz-box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 4) calc(var(--wp--custom--box-shadow--y,0px) * 4) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important;box-shadow:calc(var(--wp--custom--box-shadow--x,0px) * 4) calc(var(--wp--custom--box-shadow--y,0px) * 4) var(--wp--custom--box-shadow--blur,0px) var(--wp--custom--box-shadow--spread,0px) var(--wp--custom--box-shadow--color,currentColor)!important}.shadow-outlined{-webkit-box-shadow:white var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px) -.5px,var(--wp--custom--box-shadow--color,currentColor) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px)!important;-moz-box-shadow:white var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px) -.5px,var(--wp--custom--box-shadow--color,currentColor) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px)!important;box-shadow:white var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px) -.5px,var(--wp--custom--box-shadow--color,currentColor) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px)!important}.shadow-sharp{-webkit-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),white 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;-moz-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),white 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),white 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important}.shadow-crisp{-webkit-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),black 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;-moz-box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),black 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important;box-shadow:color-mix(in oklab,var(--wp--custom--box-shadow--color,currentColor),black 50%) var(--wp--custom--box-shadow--x,0px) var(--wp--custom--box-shadow--y,0px) var(--wp--custom--box-shadow--spread,0px)!important}.shadow{-webkit-box-shadow:var(--wp--preset--shadow--natural)!important;-moz-box-shadow:var(--wp--preset--shadow--natural)!important;box-shadow:var(--wp--preset--shadow--natural)!important}.shadow-none{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.h-auto{height:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.w-auto{width:auto!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.vw-100{width:100vw!important}.col-1{width:8.33333333%!important}.col-2{width:16.66666667%!important}.col-3{width:25%!important}.col-4{width:33.33333333%!important}.col-5{width:41.66666667%!important}.col-6{width:50%!important}.col-7{width:58.33333333%!important}.col-8{width:66.66666667%!important}.col-9{width:75%!important}.col-10{width:83.33333333%!important}.col-11{width:91.66666667%!important}.col-12{width:100%!important}.col-auto{width:auto!important}.span-1{grid-column:auto/span 1!important}.span-2{grid-column:auto/span 2!important}.span-3{grid-column:auto/span 3!important}.span-4{grid-column:auto/span 4!important}.span-5{grid-column:auto/span 5!important}.span-6{grid-column:auto/span 6!important}.span-7{grid-column:auto/span 7!important}.span-8{grid-column:auto/span 8!important}.span-9{grid-column:auto/span 9!important}.span-10{grid-column:auto/span 10!important}.span-11{grid-column:auto/span 11!important}.span-12{grid-column:auto/span 12!important}.start-1{grid-column-start:1!important}.start-2{grid-column-start:2!important}.start-3{grid-column-start:3!important}.start-4{grid-column-start:4!important}.start-5{grid-column-start:5!important}.start-6{grid-column-start:6!important}.start-7{grid-column-start:7!important}.start-8{grid-column-start:8!important}.start-9{grid-column-start:9!important}.start-10{grid-column-start:10!important}.min-vh-100{min-height:100vh!important}.min-vw-100{min-width:100vw!important}.translate-middle{-webkit-transform:translate3d(-50%,-50%,0)!important;-moz-transform:translate3d(-50%,-50%,0)!important;-ms-transform:translate3d(-50%,-50%,0)!important;-o-transform:translate3d(-50%,-50%,0)!important;transform:translate3d(-50%,-50%,0)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;-moz-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;-o-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.flip{-webkit-transform:scaleX(-1) scaleY(-1)!important;-moz-transform:scaleX(-1) scaleY(-1)!important;-ms-transform:scaleX(-1) scaleY(-1)!important;-o-transform:scaleX(-1) scaleY(-1)!important;transform:scaleX(-1) scaleY(-1)!important}.flip-x{-webkit-transform:scaleX(-1)!important;-moz-transform:scaleX(-1)!important;-ms-transform:scaleX(-1)!important;-o-transform:scaleX(-1)!important;transform:scaleX(-1)!important}.flip-y{-webkit-transform:scaleY(-1)!important;-moz-transform:scaleY(-1)!important;-ms-transform:scaleY(-1)!important;-o-transform:scaleY(-1)!important;transform:scaleY(-1)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.visibility-visible{visibility:visible!important}.visibility-hidden{visibility:hidden!important}@media (min-width:640px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-block{display:block!important}.d-sm-inline-block{display:inline-block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-table-row{display:table-row!important}.has-text-align-sm-left{text-align:left!important}.has-text-align-sm-center{text-align:center!important}.has-text-align-sm-justify{text-align:justify!important}.has-text-align-sm-right{text-align:right!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column{flex-direction:column!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.g-sm-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-sm-0{--wp--style--block-gap:0!important;gap:0!important}.g-sm-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-sm-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-sm-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-sm-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-sm-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-sm-auto{column-gap:auto!important}.gx-sm-0{column-gap:0!important}.gx-sm-1{column-gap:.5rem!important}.gx-sm-2{column-gap:.75rem!important}.gx-sm-3{column-gap:1rem!important}.gx-sm-4{column-gap:2rem!important}.gx-sm-5{column-gap:3rem!important}.gy-sm-auto{row-gap:auto!important}.gy-sm-0{row-gap:0!important}.gy-sm-1{row-gap:.5rem!important}.gy-sm-2{row-gap:.75rem!important}.gy-sm-3{row-gap:1rem!important}.gy-sm-4{row-gap:2rem!important}.gy-sm-5{row-gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.justify-content-sm-stretch{justify-content:stretch!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.place-items-sm-start{place-items:start!important}.place-items-sm-center{place-items:center!important}.place-items-sm-end{place-items:end!important}.place-items-sm-stretch{place-items:stretch!important}.place-content-sm-start{place-content:start!important}.place-content-sm-center{place-content:center!important}.place-content-sm-end{place-content:end!important}.place-content-sm-between{place-content:space-between!important}.place-content-sm-around{place-content:space-around!important}.place-content-sm-evenly{place-content:space-evenly!important}.place-content-sm-stretch{place-content:stretch!important}.place-self-sm-start{place-self:start!important}.place-self-sm-center{place-self:center!important}.place-self-sm-end{place-self:end!important}.place-self-sm-stretch{place-self:stretch!important}.m-sm-auto{margin:auto!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.5rem!important}.m-sm-2{margin:.75rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:2rem!important}.m-sm-5{margin:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-sm-auto{margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.5rem!important}.mt-sm-2{margin-top:.75rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:2rem!important}.mt-sm-5{margin-top:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.5rem!important}.mb-sm-2{margin-bottom:.75rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:2rem!important}.mb-sm-5{margin-bottom:3rem!important}.ms-sm-auto{margin-left:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.5rem!important}.ms-sm-2{margin-left:.75rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:2rem!important}.ms-sm-5{margin-left:3rem!important}.offset-sm-1{margin-left:8.33333333%!important}.offset-sm-2{margin-left:16.66666667%!important}.offset-sm-3{margin-left:25%!important}.offset-sm-4{margin-left:33.33333333%!important}.offset-sm-5{margin-left:41.66666667%!important}.offset-sm-6{margin-left:50%!important}.offset-sm-7{margin-left:58.33333333%!important}.offset-sm-8{margin-left:66.66666667%!important}.offset-sm-9{margin-left:75%!important}.offset-sm-10{margin-left:83.33333333%!important}.offset-sm-11{margin-left:91.66666667%!important}.offset-sm-0{margin-left:0!important}.me-sm-auto{margin-right:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.5rem!important}.me-sm-2{margin-right:.75rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:2rem!important}.me-sm-5{margin-right:3rem!important}.p-sm-auto{padding:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.5rem!important}.p-sm-2{padding:.75rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:2rem!important}.p-sm-5{padding:3rem!important}.px-sm-auto{padding-left:auto!important;padding-right:auto!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:2rem!important;padding-right:2rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-auto{padding-top:auto!important;padding-bottom:auto!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-auto{padding-top:auto!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.5rem!important}.pt-sm-2{padding-top:.75rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:3rem!important}.pb-sm-auto{padding-bottom:auto!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.5rem!important}.pb-sm-2{padding-bottom:.75rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-auto{padding-left:auto!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.5rem!important}.ps-sm-2{padding-left:.75rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:2rem!important}.ps-sm-5{padding-left:3rem!important}.pe-sm-auto{padding-right:auto!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.5rem!important}.pe-sm-2{padding-right:.75rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:2rem!important}.pe-sm-5{padding-right:3rem!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:99!important}.col-sm-1{width:8.33333333%!important}.col-sm-2{width:16.66666667%!important}.col-sm-3{width:25%!important}.col-sm-4{width:33.33333333%!important}.col-sm-5{width:41.66666667%!important}.col-sm-6{width:50%!important}.col-sm-7{width:58.33333333%!important}.col-sm-8{width:66.66666667%!important}.col-sm-9{width:75%!important}.col-sm-10{width:83.33333333%!important}.col-sm-11{width:91.66666667%!important}.col-sm-12{width:100%!important}.col-sm-auto{width:auto!important}.span-sm-1{grid-column:auto/span 1!important}.span-sm-2{grid-column:auto/span 2!important}.span-sm-3{grid-column:auto/span 3!important}.span-sm-4{grid-column:auto/span 4!important}.span-sm-5{grid-column:auto/span 5!important}.span-sm-6{grid-column:auto/span 6!important}.span-sm-7{grid-column:auto/span 7!important}.span-sm-8{grid-column:auto/span 8!important}.span-sm-9{grid-column:auto/span 9!important}.span-sm-10{grid-column:auto/span 10!important}.span-sm-11{grid-column:auto/span 11!important}.span-sm-12{grid-column:auto/span 12!important}.start-sm-0{grid-column-start:0!important}.start-sm-1{grid-column-start:1!important}.start-sm-2{grid-column-start:2!important}.start-sm-3{grid-column-start:3!important}.start-sm-4{grid-column-start:4!important}.start-sm-5{grid-column-start:5!important}.start-sm-6{grid-column-start:6!important}.start-sm-7{grid-column-start:7!important}.start-sm-8{grid-column-start:8!important}.start-sm-9{grid-column-start:9!important}.start-sm-10{grid-column-start:10!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-block{display:block!important}.d-md-inline-block{display:inline-block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-table-row{display:table-row!important}.has-text-align-md-left{text-align:left!important}.has-text-align-md-center{text-align:center!important}.has-text-align-md-justify{text-align:justify!important}.has-text-align-md-right{text-align:right!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column{flex-direction:column!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.g-md-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-md-0{--wp--style--block-gap:0!important;gap:0!important}.g-md-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-md-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-md-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-md-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-md-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-md-auto{column-gap:auto!important}.gx-md-0{column-gap:0!important}.gx-md-1{column-gap:.5rem!important}.gx-md-2{column-gap:.75rem!important}.gx-md-3{column-gap:1rem!important}.gx-md-4{column-gap:2rem!important}.gx-md-5{column-gap:3rem!important}.gy-md-auto{row-gap:auto!important}.gy-md-0{row-gap:0!important}.gy-md-1{row-gap:.5rem!important}.gy-md-2{row-gap:.75rem!important}.gy-md-3{row-gap:1rem!important}.gy-md-4{row-gap:2rem!important}.gy-md-5{row-gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.justify-content-md-stretch{justify-content:stretch!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.place-items-md-start{place-items:start!important}.place-items-md-center{place-items:center!important}.place-items-md-end{place-items:end!important}.place-items-md-stretch{place-items:stretch!important}.place-content-md-start{place-content:start!important}.place-content-md-center{place-content:center!important}.place-content-md-end{place-content:end!important}.place-content-md-between{place-content:space-between!important}.place-content-md-around{place-content:space-around!important}.place-content-md-evenly{place-content:space-evenly!important}.place-content-md-stretch{place-content:stretch!important}.place-self-md-start{place-self:start!important}.place-self-md-center{place-self:center!important}.place-self-md-end{place-self:end!important}.place-self-md-stretch{place-self:stretch!important}.m-md-auto{margin:auto!important}.m-md-0{margin:0!important}.m-md-1{margin:.5rem!important}.m-md-2{margin:.75rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:2rem!important}.m-md-5{margin:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:2rem!important;margin-right:2rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-md-auto{margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.5rem!important}.mt-md-2{margin-top:.75rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:2rem!important}.mt-md-5{margin-top:3rem!important}.mb-md-auto{margin-bottom:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.5rem!important}.mb-md-2{margin-bottom:.75rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:2rem!important}.mb-md-5{margin-bottom:3rem!important}.ms-md-auto{margin-left:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.5rem!important}.ms-md-2{margin-left:.75rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:2rem!important}.ms-md-5{margin-left:3rem!important}.offset-md-1{margin-left:8.33333333%!important}.offset-md-2{margin-left:16.66666667%!important}.offset-md-3{margin-left:25%!important}.offset-md-4{margin-left:33.33333333%!important}.offset-md-5{margin-left:41.66666667%!important}.offset-md-6{margin-left:50%!important}.offset-md-7{margin-left:58.33333333%!important}.offset-md-8{margin-left:66.66666667%!important}.offset-md-9{margin-left:75%!important}.offset-md-10{margin-left:83.33333333%!important}.offset-md-11{margin-left:91.66666667%!important}.offset-md-0{margin-left:0!important}.me-md-auto{margin-right:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.5rem!important}.me-md-2{margin-right:.75rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:2rem!important}.me-md-5{margin-right:3rem!important}.p-md-auto{padding:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.5rem!important}.p-md-2{padding:.75rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:2rem!important}.p-md-5{padding:3rem!important}.px-md-auto{padding-left:auto!important;padding-right:auto!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:2rem!important;padding-right:2rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-auto{padding-top:auto!important;padding-bottom:auto!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-auto{padding-top:auto!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.5rem!important}.pt-md-2{padding-top:.75rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:3rem!important}.pb-md-auto{padding-bottom:auto!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.5rem!important}.pb-md-2{padding-bottom:.75rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-auto{padding-left:auto!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.5rem!important}.ps-md-2{padding-left:.75rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:2rem!important}.ps-md-5{padding-left:3rem!important}.pe-md-auto{padding-right:auto!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.5rem!important}.pe-md-2{padding-right:.75rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:2rem!important}.pe-md-5{padding-right:3rem!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:99!important}.col-md-1{width:8.33333333%!important}.col-md-2{width:16.66666667%!important}.col-md-3{width:25%!important}.col-md-4{width:33.33333333%!important}.col-md-5{width:41.66666667%!important}.col-md-6{width:50%!important}.col-md-7{width:58.33333333%!important}.col-md-8{width:66.66666667%!important}.col-md-9{width:75%!important}.col-md-10{width:83.33333333%!important}.col-md-11{width:91.66666667%!important}.col-md-12{width:100%!important}.col-md-auto{width:auto!important}.span-md-1{grid-column:auto/span 1!important}.span-md-2{grid-column:auto/span 2!important}.span-md-3{grid-column:auto/span 3!important}.span-md-4{grid-column:auto/span 4!important}.span-md-5{grid-column:auto/span 5!important}.span-md-6{grid-column:auto/span 6!important}.span-md-7{grid-column:auto/span 7!important}.span-md-8{grid-column:auto/span 8!important}.span-md-9{grid-column:auto/span 9!important}.span-md-10{grid-column:auto/span 10!important}.span-md-11{grid-column:auto/span 11!important}.span-md-12{grid-column:auto/span 12!important}.start-md-0{grid-column-start:0!important}.start-md-1{grid-column-start:1!important}.start-md-2{grid-column-start:2!important}.start-md-3{grid-column-start:3!important}.start-md-4{grid-column-start:4!important}.start-md-5{grid-column-start:5!important}.start-md-6{grid-column-start:6!important}.start-md-7{grid-column-start:7!important}.start-md-8{grid-column-start:8!important}.start-md-9{grid-column-start:9!important}.start-md-10{grid-column-start:10!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-block{display:block!important}.d-lg-inline-block{display:inline-block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-table-row{display:table-row!important}.has-text-align-lg-left{text-align:left!important}.has-text-align-lg-center{text-align:center!important}.has-text-align-lg-justify{text-align:justify!important}.has-text-align-lg-right{text-align:right!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column{flex-direction:column!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.g-lg-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-lg-0{--wp--style--block-gap:0!important;gap:0!important}.g-lg-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-lg-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-lg-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-lg-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-lg-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-lg-auto{column-gap:auto!important}.gx-lg-0{column-gap:0!important}.gx-lg-1{column-gap:.5rem!important}.gx-lg-2{column-gap:.75rem!important}.gx-lg-3{column-gap:1rem!important}.gx-lg-4{column-gap:2rem!important}.gx-lg-5{column-gap:3rem!important}.gy-lg-auto{row-gap:auto!important}.gy-lg-0{row-gap:0!important}.gy-lg-1{row-gap:.5rem!important}.gy-lg-2{row-gap:.75rem!important}.gy-lg-3{row-gap:1rem!important}.gy-lg-4{row-gap:2rem!important}.gy-lg-5{row-gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.justify-content-lg-stretch{justify-content:stretch!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.place-items-lg-start{place-items:start!important}.place-items-lg-center{place-items:center!important}.place-items-lg-end{place-items:end!important}.place-items-lg-stretch{place-items:stretch!important}.place-content-lg-start{place-content:start!important}.place-content-lg-center{place-content:center!important}.place-content-lg-end{place-content:end!important}.place-content-lg-between{place-content:space-between!important}.place-content-lg-around{place-content:space-around!important}.place-content-lg-evenly{place-content:space-evenly!important}.place-content-lg-stretch{place-content:stretch!important}.place-self-lg-start{place-self:start!important}.place-self-lg-center{place-self:center!important}.place-self-lg-end{place-self:end!important}.place-self-lg-stretch{place-self:stretch!important}.m-lg-auto{margin:auto!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.5rem!important}.m-lg-2{margin:.75rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:2rem!important}.m-lg-5{margin:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-lg-auto{margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.5rem!important}.mt-lg-2{margin-top:.75rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:2rem!important}.mt-lg-5{margin-top:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.5rem!important}.mb-lg-2{margin-bottom:.75rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:2rem!important}.mb-lg-5{margin-bottom:3rem!important}.ms-lg-auto{margin-left:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.5rem!important}.ms-lg-2{margin-left:.75rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:2rem!important}.ms-lg-5{margin-left:3rem!important}.offset-lg-1{margin-left:8.33333333%!important}.offset-lg-2{margin-left:16.66666667%!important}.offset-lg-3{margin-left:25%!important}.offset-lg-4{margin-left:33.33333333%!important}.offset-lg-5{margin-left:41.66666667%!important}.offset-lg-6{margin-left:50%!important}.offset-lg-7{margin-left:58.33333333%!important}.offset-lg-8{margin-left:66.66666667%!important}.offset-lg-9{margin-left:75%!important}.offset-lg-10{margin-left:83.33333333%!important}.offset-lg-11{margin-left:91.66666667%!important}.offset-lg-0{margin-left:0!important}.me-lg-auto{margin-right:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.5rem!important}.me-lg-2{margin-right:.75rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:2rem!important}.me-lg-5{margin-right:3rem!important}.p-lg-auto{padding:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.5rem!important}.p-lg-2{padding:.75rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:2rem!important}.p-lg-5{padding:3rem!important}.px-lg-auto{padding-left:auto!important;padding-right:auto!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:2rem!important;padding-right:2rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-auto{padding-top:auto!important;padding-bottom:auto!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-auto{padding-top:auto!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.5rem!important}.pt-lg-2{padding-top:.75rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:3rem!important}.pb-lg-auto{padding-bottom:auto!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.5rem!important}.pb-lg-2{padding-bottom:.75rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-auto{padding-left:auto!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.5rem!important}.ps-lg-2{padding-left:.75rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:2rem!important}.ps-lg-5{padding-left:3rem!important}.pe-lg-auto{padding-right:auto!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.5rem!important}.pe-lg-2{padding-right:.75rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:2rem!important}.pe-lg-5{padding-right:3rem!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:99!important}.col-lg-1{width:8.33333333%!important}.col-lg-2{width:16.66666667%!important}.col-lg-3{width:25%!important}.col-lg-4{width:33.33333333%!important}.col-lg-5{width:41.66666667%!important}.col-lg-6{width:50%!important}.col-lg-7{width:58.33333333%!important}.col-lg-8{width:66.66666667%!important}.col-lg-9{width:75%!important}.col-lg-10{width:83.33333333%!important}.col-lg-11{width:91.66666667%!important}.col-lg-12{width:100%!important}.col-lg-auto{width:auto!important}.span-lg-1{grid-column:auto/span 1!important}.span-lg-2{grid-column:auto/span 2!important}.span-lg-3{grid-column:auto/span 3!important}.span-lg-4{grid-column:auto/span 4!important}.span-lg-5{grid-column:auto/span 5!important}.span-lg-6{grid-column:auto/span 6!important}.span-lg-7{grid-column:auto/span 7!important}.span-lg-8{grid-column:auto/span 8!important}.span-lg-9{grid-column:auto/span 9!important}.span-lg-10{grid-column:auto/span 10!important}.span-lg-11{grid-column:auto/span 11!important}.span-lg-12{grid-column:auto/span 12!important}.start-lg-0{grid-column-start:0!important}.start-lg-1{grid-column-start:1!important}.start-lg-2{grid-column-start:2!important}.start-lg-3{grid-column-start:3!important}.start-lg-4{grid-column-start:4!important}.start-lg-5{grid-column-start:5!important}.start-lg-6{grid-column-start:6!important}.start-lg-7{grid-column-start:7!important}.start-lg-8{grid-column-start:8!important}.start-lg-9{grid-column-start:9!important}.start-lg-10{grid-column-start:10!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-block{display:block!important}.d-xl-inline-block{display:inline-block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-table-row{display:table-row!important}.has-text-align-xl-left{text-align:left!important}.has-text-align-xl-center{text-align:center!important}.has-text-align-xl-justify{text-align:justify!important}.has-text-align-xl-right{text-align:right!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column{flex-direction:column!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.g-xl-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-xl-0{--wp--style--block-gap:0!important;gap:0!important}.g-xl-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-xl-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-xl-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-xl-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-xl-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-xl-auto{column-gap:auto!important}.gx-xl-0{column-gap:0!important}.gx-xl-1{column-gap:.5rem!important}.gx-xl-2{column-gap:.75rem!important}.gx-xl-3{column-gap:1rem!important}.gx-xl-4{column-gap:2rem!important}.gx-xl-5{column-gap:3rem!important}.gy-xl-auto{row-gap:auto!important}.gy-xl-0{row-gap:0!important}.gy-xl-1{row-gap:.5rem!important}.gy-xl-2{row-gap:.75rem!important}.gy-xl-3{row-gap:1rem!important}.gy-xl-4{row-gap:2rem!important}.gy-xl-5{row-gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.justify-content-xl-stretch{justify-content:stretch!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.place-items-xl-start{place-items:start!important}.place-items-xl-center{place-items:center!important}.place-items-xl-end{place-items:end!important}.place-items-xl-stretch{place-items:stretch!important}.place-content-xl-start{place-content:start!important}.place-content-xl-center{place-content:center!important}.place-content-xl-end{place-content:end!important}.place-content-xl-between{place-content:space-between!important}.place-content-xl-around{place-content:space-around!important}.place-content-xl-evenly{place-content:space-evenly!important}.place-content-xl-stretch{place-content:stretch!important}.place-self-xl-start{place-self:start!important}.place-self-xl-center{place-self:center!important}.place-self-xl-end{place-self:end!important}.place-self-xl-stretch{place-self:stretch!important}.m-xl-auto{margin:auto!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.5rem!important}.m-xl-2{margin:.75rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:2rem!important}.m-xl-5{margin:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-xl-auto{margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.5rem!important}.mt-xl-2{margin-top:.75rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:2rem!important}.mt-xl-5{margin-top:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.5rem!important}.mb-xl-2{margin-bottom:.75rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:2rem!important}.mb-xl-5{margin-bottom:3rem!important}.ms-xl-auto{margin-left:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.5rem!important}.ms-xl-2{margin-left:.75rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:2rem!important}.ms-xl-5{margin-left:3rem!important}.offset-xl-1{margin-left:8.33333333%!important}.offset-xl-2{margin-left:16.66666667%!important}.offset-xl-3{margin-left:25%!important}.offset-xl-4{margin-left:33.33333333%!important}.offset-xl-5{margin-left:41.66666667%!important}.offset-xl-6{margin-left:50%!important}.offset-xl-7{margin-left:58.33333333%!important}.offset-xl-8{margin-left:66.66666667%!important}.offset-xl-9{margin-left:75%!important}.offset-xl-10{margin-left:83.33333333%!important}.offset-xl-11{margin-left:91.66666667%!important}.offset-xl-0{margin-left:0!important}.me-xl-auto{margin-right:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.5rem!important}.me-xl-2{margin-right:.75rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:2rem!important}.me-xl-5{margin-right:3rem!important}.p-xl-auto{padding:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.5rem!important}.p-xl-2{padding:.75rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:2rem!important}.p-xl-5{padding:3rem!important}.px-xl-auto{padding-left:auto!important;padding-right:auto!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:2rem!important;padding-right:2rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-auto{padding-top:auto!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.5rem!important}.pt-xl-2{padding-top:.75rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:2rem!important}.pt-xl-5{padding-top:3rem!important}.pb-xl-auto{padding-bottom:auto!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.5rem!important}.pb-xl-2{padding-bottom:.75rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-auto{padding-left:auto!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.5rem!important}.ps-xl-2{padding-left:.75rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:2rem!important}.ps-xl-5{padding-left:3rem!important}.pe-xl-auto{padding-right:auto!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.5rem!important}.pe-xl-2{padding-right:.75rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:2rem!important}.pe-xl-5{padding-right:3rem!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:99!important}.col-xl-1{width:8.33333333%!important}.col-xl-2{width:16.66666667%!important}.col-xl-3{width:25%!important}.col-xl-4{width:33.33333333%!important}.col-xl-5{width:41.66666667%!important}.col-xl-6{width:50%!important}.col-xl-7{width:58.33333333%!important}.col-xl-8{width:66.66666667%!important}.col-xl-9{width:75%!important}.col-xl-10{width:83.33333333%!important}.col-xl-11{width:91.66666667%!important}.col-xl-12{width:100%!important}.col-xl-auto{width:auto!important}.span-xl-1{grid-column:auto/span 1!important}.span-xl-2{grid-column:auto/span 2!important}.span-xl-3{grid-column:auto/span 3!important}.span-xl-4{grid-column:auto/span 4!important}.span-xl-5{grid-column:auto/span 5!important}.span-xl-6{grid-column:auto/span 6!important}.span-xl-7{grid-column:auto/span 7!important}.span-xl-8{grid-column:auto/span 8!important}.span-xl-9{grid-column:auto/span 9!important}.span-xl-10{grid-column:auto/span 10!important}.span-xl-11{grid-column:auto/span 11!important}.span-xl-12{grid-column:auto/span 12!important}.start-xl-0{grid-column-start:0!important}.start-xl-1{grid-column-start:1!important}.start-xl-2{grid-column-start:2!important}.start-xl-3{grid-column-start:3!important}.start-xl-4{grid-column-start:4!important}.start-xl-5{grid-column-start:5!important}.start-xl-6{grid-column-start:6!important}.start-xl-7{grid-column-start:7!important}.start-xl-8{grid-column-start:8!important}.start-xl-9{grid-column-start:9!important}.start-xl-10{grid-column-start:10!important}}@media (min-width:1440px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-block{display:block!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-table-row{display:table-row!important}.has-text-align-xxl-left{text-align:left!important}.has-text-align-xxl-center{text-align:center!important}.has-text-align-xxl-justify{text-align:justify!important}.has-text-align-xxl-right{text-align:right!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.g-xxl-auto{--wp--style--block-gap:auto!important;gap:auto!important}.g-xxl-0{--wp--style--block-gap:0!important;gap:0!important}.g-xxl-1{--wp--style--block-gap:.5rem!important;gap:.5rem!important}.g-xxl-2{--wp--style--block-gap:.75rem!important;gap:.75rem!important}.g-xxl-3{--wp--style--block-gap:1rem!important;gap:1rem!important}.g-xxl-4{--wp--style--block-gap:2rem!important;gap:2rem!important}.g-xxl-5{--wp--style--block-gap:3rem!important;gap:3rem!important}.gx-xxl-auto{column-gap:auto!important}.gx-xxl-0{column-gap:0!important}.gx-xxl-1{column-gap:.5rem!important}.gx-xxl-2{column-gap:.75rem!important}.gx-xxl-3{column-gap:1rem!important}.gx-xxl-4{column-gap:2rem!important}.gx-xxl-5{column-gap:3rem!important}.gy-xxl-auto{row-gap:auto!important}.gy-xxl-0{row-gap:0!important}.gy-xxl-1{row-gap:.5rem!important}.gy-xxl-2{row-gap:.75rem!important}.gy-xxl-3{row-gap:1rem!important}.gy-xxl-4{row-gap:2rem!important}.gy-xxl-5{row-gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.justify-content-xxl-stretch{justify-content:stretch!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.place-items-xxl-start{place-items:start!important}.place-items-xxl-center{place-items:center!important}.place-items-xxl-end{place-items:end!important}.place-items-xxl-stretch{place-items:stretch!important}.place-content-xxl-start{place-content:start!important}.place-content-xxl-center{place-content:center!important}.place-content-xxl-end{place-content:end!important}.place-content-xxl-between{place-content:space-between!important}.place-content-xxl-around{place-content:space-around!important}.place-content-xxl-evenly{place-content:space-evenly!important}.place-content-xxl-stretch{place-content:stretch!important}.place-self-xxl-start{place-self:start!important}.place-self-xxl-center{place-self:center!important}.place-self-xxl-end{place-self:end!important}.place-self-xxl-stretch{place-self:stretch!important}.m-xxl-auto{margin:auto!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.5rem!important}.m-xxl-2{margin:.75rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:2rem!important}.m-xxl-5{margin:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-2{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-2{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.mt-xxl-auto{margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.5rem!important}.mt-xxl-2{margin-top:.75rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:2rem!important}.mt-xxl-5{margin-top:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.5rem!important}.mb-xxl-2{margin-bottom:.75rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:2rem!important}.mb-xxl-5{margin-bottom:3rem!important}.ms-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.5rem!important}.ms-xxl-2{margin-left:.75rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:2rem!important}.ms-xxl-5{margin-left:3rem!important}.offset-xxl-1{margin-left:8.33333333%!important}.offset-xxl-2{margin-left:16.66666667%!important}.offset-xxl-3{margin-left:25%!important}.offset-xxl-4{margin-left:33.33333333%!important}.offset-xxl-5{margin-left:41.66666667%!important}.offset-xxl-6{margin-left:50%!important}.offset-xxl-7{margin-left:58.33333333%!important}.offset-xxl-8{margin-left:66.66666667%!important}.offset-xxl-9{margin-left:75%!important}.offset-xxl-10{margin-left:83.33333333%!important}.offset-xxl-11{margin-left:91.66666667%!important}.offset-xxl-0{margin-left:0!important}.me-xxl-auto{margin-right:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.5rem!important}.me-xxl-2{margin-right:.75rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:2rem!important}.me-xxl-5{margin-right:3rem!important}.p-xxl-auto{padding:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.5rem!important}.p-xxl-2{padding:.75rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:2rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-auto{padding-left:auto!important;padding-right:auto!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-2{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-2{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-auto{padding-top:auto!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.5rem!important}.pt-xxl-2{padding-top:.75rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:2rem!important}.pt-xxl-5{padding-top:3rem!important}.pb-xxl-auto{padding-bottom:auto!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.5rem!important}.pb-xxl-2{padding-bottom:.75rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:2rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-auto{padding-left:auto!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.5rem!important}.ps-xxl-2{padding-left:.75rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:2rem!important}.ps-xxl-5{padding-left:3rem!important}.pe-xxl-auto{padding-right:auto!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.5rem!important}.pe-xxl-2{padding-right:.75rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:2rem!important}.pe-xxl-5{padding-right:3rem!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:99!important}.col-xxl-1{width:8.33333333%!important}.col-xxl-2{width:16.66666667%!important}.col-xxl-3{width:25%!important}.col-xxl-4{width:33.33333333%!important}.col-xxl-5{width:41.66666667%!important}.col-xxl-6{width:50%!important}.col-xxl-7{width:58.33333333%!important}.col-xxl-8{width:66.66666667%!important}.col-xxl-9{width:75%!important}.col-xxl-10{width:83.33333333%!important}.col-xxl-11{width:91.66666667%!important}.col-xxl-12{width:100%!important}.col-xxl-auto{width:auto!important}.span-xxl-1{grid-column:auto/span 1!important}.span-xxl-2{grid-column:auto/span 2!important}.span-xxl-3{grid-column:auto/span 3!important}.span-xxl-4{grid-column:auto/span 4!important}.span-xxl-5{grid-column:auto/span 5!important}.span-xxl-6{grid-column:auto/span 6!important}.span-xxl-7{grid-column:auto/span 7!important}.span-xxl-8{grid-column:auto/span 8!important}.span-xxl-9{grid-column:auto/span 9!important}.span-xxl-10{grid-column:auto/span 10!important}.span-xxl-11{grid-column:auto/span 11!important}.span-xxl-12{grid-column:auto/span 12!important}.start-xxl-0{grid-column-start:0!important}.start-xxl-1{grid-column-start:1!important}.start-xxl-2{grid-column-start:2!important}.start-xxl-3{grid-column-start:3!important}.start-xxl-4{grid-column-start:4!important}.start-xxl-5{grid-column-start:5!important}.start-xxl-6{grid-column-start:6!important}.start-xxl-7{grid-column-start:7!important}.start-xxl-8{grid-column-start:8!important}.start-xxl-9{grid-column-start:9!important}.start-xxl-10{grid-column-start:10!important}}
  • wecodeart/6.5.5/assets/minified/js/modules/offcanvas.min.js

    r245728 r249211  
    1 import{store as e,getContext as t,getElement as E,getConfig as i,withScope as r}from"@wordpress/interactivity";let{hooks:{applyFilters:n}}=wp,{fn:{isDisabled:a,executeAfterTransition:o,validateConfig:l},Events:s,Backdrop:d,FocusTrap:g,ScrollBar:N,Selector:c}=wecodeart,NAME="offcanvas",NAMESPACE=`wecodeart/${NAME}`,DATA_KEY=`wp.${NAME}`,EVENT_KEY=`.${DATA_KEY}`,ESCAPE_KEY="Escape",EVENT_SHOW=`show${EVENT_KEY}`,EVENT_SHOWN=`shown${EVENT_KEY}`,EVENT_HIDE=`hide${EVENT_KEY}`,EVENT_HIDE_PREVENTED=`hidePrevented${EVENT_KEY}`,EVENT_HIDDEN=`hidden${EVENT_KEY}`,{state:f,actions:h,callbacks:T}=e(NAMESPACE,{state:{},actions:{toggle(){let e=t();e.isOpen?h.hide(e):h.show(e)},show(e=t()){if(e.isOpen)return;let i=s.trigger(e.relatedElement,EVENT_SHOW,{relatedTarget:E().ref});if(i.defaultPrevented)return;let{classes:r,scroll:n}=T.getConfig();e._backdrop.show(),n||new N().hide(),e.relatedElement.setAttribute("aria-modal",!0),e.relatedElement.setAttribute("role","dialog"),e.relatedElement.classList.add(r?.showing),T.onShow(e.relatedElement),e.isOpen=!0},hide(e=t(),E){if(!1===e.isOpen)return;let i=s.trigger(e.relatedElement,EVENT_HIDE,{relatedTarget:E});if(i.defaultPrevented)return;let{classes:r}=T.getConfig();e._focustrap.deactivate(),e.relatedElement.blur(),e.relatedElement.classList.add(r?.hiding),e._backdrop.hide(),T.onHide(e.relatedElement),e.isOpen=!1}},callbacks:{onShow(e){let E=t(),{classes:i,scroll:r,backdrop:n}=T.getConfig();o(()=>{(!r||n)&&E._focustrap.activate(),e.classList.add(i?.show),e.classList.remove(i?.showing),s.trigger(e,EVENT_SHOWN)},e,!0)},onHide(e){let{classes:t,scroll:E}=T.getConfig();o(()=>{e.classList.remove(t?.show,t?.hiding),e.removeAttribute("aria-modal"),e.removeAttribute("role"),E||new N().reset(),s.trigger(e,EVENT_HIDDEN)},e,!0)},onInit(){let{backdrop:e,keyboard:i}=T.getConfig(),{ref:n}=E(),o=t(),l=c.findOne(`#${n.getAttribute("aria-controls")}`);o.relatedElement=l;let N=()=>{if("static"===e){s.trigger(l,EVENT_HIDE_PREVENTED);return}h.hide(o,"backdrop")};o._backdrop=new d({isVisible:Boolean(e),isAnimated:!0,rootElement:l.parentNode,clickCallback:Boolean(e)?r(N):null}),o._focustrap=new g({trapElement:l}),s.on(l,`click.dismiss${EVENT_KEY}`,`[data-wp-close="${NAME}"]`,function(){!a(this)&&r(h.hide(o,this))}),s.on(document,`keydown.dismiss${EVENT_KEY}`,({key:e})=>{if(e===ESCAPE_KEY){if(i){r(h.hide(o,ESCAPE_KEY));return}s.trigger(n,EVENT_HIDE_PREVENTED)}}),o.isOpen&&(o.isOpen=!1,h.show(o))},getConfig(){let e=t(),E={...f,...e};return n("wecodeart.interactive.config",E,NAME)},validateConfig:()=>l(NAME,T.getConfig(),i(NAMESPACE))}});
     1import{store as e,getContext as t,getElement as r,getConfig as E,withScope as a}from"@wordpress/interactivity";let{fn:{isDisabled:l,executeAfterTransition:i,validateConfig:o},Events:d,Backdrop:s,FocusTrap:n,ScrollBar:c,Selector:N}=wecodeart,NAME="offcanvas",NAMESPACE=`wecodeart/${NAME}`,DATA_KEY=`wp.${NAME}`,EVENT_KEY=`.${DATA_KEY}`,ESCAPE_KEY="Escape",EVENT_SHOW=`show${EVENT_KEY}`,EVENT_SHOWN=`shown${EVENT_KEY}`,EVENT_HIDE=`hide${EVENT_KEY}`,EVENT_HIDE_PREVENTED=`hidePrevented${EVENT_KEY}`,EVENT_HIDDEN=`hidden${EVENT_KEY}`,{state:h,actions:p,callbacks:g}=e(NAMESPACE,{state:{get useKeyboard(){return t().keyboard||h.keyboard},get hasBackdrop(){return t().backdrop||h.backdrop},get allowScroll(){return t().scroll||h.scroll}},actions:{toggle(){let e=t();e.isOpen?p.hide():p.show()},show(){let e=t();if(e.isOpen)return;let E=d.trigger(e.relatedElement,EVENT_SHOW,{relatedTarget:r().ref});if(E.defaultPrevented)return;let{classes:a}=h;e._backdrop.show(),h.allowScroll||new c().hide(),e.relatedElement.setAttribute("aria-modal",!0),e.relatedElement.setAttribute("role","dialog"),e.relatedElement.classList.add(a?.showing),g.onShow(e.relatedElement),e.isOpen=!0},hide(e){let r=t();if(!1===r.isOpen)return;let E=d.trigger(r.relatedElement,EVENT_HIDE,{relatedTarget:e});if(E.defaultPrevented)return;let{classes:a}=h;r._focustrap.deactivate(),r.relatedElement.blur(),r.relatedElement.classList.add(a?.hiding),r._backdrop.hide(),g.onHide(r.relatedElement),r.isOpen=!1}},callbacks:{onShow(e){let r=t(),{classes:E}=h;i(a(()=>{(!h.allowScroll||h.hasBackdrop)&&r._focustrap.activate(),e.classList.add(E?.show),e.classList.remove(E?.showing),d.trigger(e,EVENT_SHOWN)}),e,!0)},onHide(e){let{classes:t}=h;i(a(()=>{e.classList.remove(t?.show,t?.hiding),e.removeAttribute("aria-modal"),e.removeAttribute("role"),h.allowScroll||new c().reset(),d.trigger(e,EVENT_HIDDEN)}),e,!0)},onInit(){let{ref:e}=r(),E=t(),i=N.findOne(`#${e.getAttribute("aria-controls")}`);E.relatedElement=i;let o=()=>{if("static"===h.hasBackdrop){d.trigger(i,EVENT_HIDE_PREVENTED);return}p.hide("backdrop")};E._backdrop=new s({isVisible:Boolean(h.hasBackdrop),isAnimated:!0,rootElement:i.parentNode,clickCallback:Boolean(h.hasBackdrop)?a(o):null}),E._focustrap=new n({trapElement:i}),d.on(i,`click.dismiss${EVENT_KEY}`,`[data-wp-close="${NAME}"]`,a(({target:e})=>{!l(e)&&p.hide(e)})),d.on(document,`keydown.dismiss${EVENT_KEY}`,a(({key:t})=>{if(t===ESCAPE_KEY){if(h.useKeyboard){p.hide(ESCAPE_KEY);return}d.trigger(e,EVENT_HIDE_PREVENTED)}})),E.isOpen&&(E.isOpen=!1,p.show())},validateConfig:()=>o(NAME,{...h,...t()},E(NAMESPACE))}});
  • wecodeart/6.5.5/assets/minified/js/modules/toast.min.js

    r233440 r249211  
    1 import{store as e,getContext as t,getElement as n,getConfig as o}from"@wordpress/interactivity";let{hooks:{applyFilters:l}}=wp,{fn:{validateConfig:a},plugins:{Toast:s},Template:i}=wecodeart;if(void 0===s)throw TypeError("WeCodeArt's Toast require core Toast plugin - please enqueue it.");let NAME="toast",NAMESPACE=`wecodeart/${NAME}`;function createToastElement({header:e="",content:t="",className:n="",close:o=!0}){let l=document.getElementById("wp-toast-template").innerHTML,a=new i({content:{".wp-toast__header-text":e,".wp-toast__body":t,".wp-close":!0===Boolean(o)?" ":null},extraClass:n,template:l});return a.toHtml()}let{state:r,actions:d,callbacks:c}=e(NAMESPACE,{state:{elements:[]},actions:{add({show:e=!0,...t}){r.elements.unshift({show:e,...t})}},callbacks:{onAdd(){let{ref:e}=n(),{options:t}=c.getConfig();r.elements.filter(({show:e})=>!1!==e).map((n,o)=>{let l=createToastElement(n);e.appendChild(l);let a=new s(l,{...t,...n});a.show(),n.show=!1,r.elements[o]=n})},getConfig(){let e=t(),n={...r,...e};return l("wecodeart.interactive.config",n,NAME)},validateConfig:()=>a(NAME,c.getConfig(),o(NAMESPACE))}});
     1import{store as e,getContext as t,getElement as l,getConfig as a}from"@wordpress/interactivity";let{fn:{validateConfig:n},plugins:{Toast:o},Template:s}=wecodeart;if(void 0===o)throw TypeError("WeCodeArt's Toast require core Toast plugin - please enqueue it.");let NAME="toast",NAMESPACE=`wecodeart/${NAME}`;function createToastElement({header:e="",content:t="",className:l="",close:a=!0}){let n=document.getElementById("wp-toast-template").innerHTML,o=new s({content:{".wp-toast__header-text":e,".wp-toast__body":t,".wp-close":!0===Boolean(a)?" ":null},extraClass:l,template:n});return o.toHtml()}let{state:r}=e(NAMESPACE,{state:{elements:[]},actions:{add({show:e=!0,...t}){r.elements.unshift({show:e,...t})}},callbacks:{onAdd(){let{ref:e}=l(),{options:a}=t();r.elements.filter(({show:e})=>!1!==e).map((t,l)=>{let n=createToastElement(t);e.appendChild(n);let s=new o(n,{...a,...t});s.show(),t.show=!1,r.elements[l]=t})},validateConfig:()=>n(NAME,{...r,...t()},a(NAMESPACE))}});
  • wecodeart/6.5.5/assets/unminified/js/modules/offcanvas.js

    r245728 r249211  
    11import { store, getContext, getElement, getConfig, withScope } from '@wordpress/interactivity';
    2 
    3 const {
    4     hooks: {
    5         applyFilters
    6     }
    7 } = wp;
    82
    93const {
     
    3428const { state, actions, callbacks } = store(NAMESPACE, {
    3529    state: {
     30        get useKeyboard() {
     31            return getContext().keyboard || state.keyboard;
     32        },
     33        get hasBackdrop() {
     34            return getContext().backdrop || state.backdrop;
     35        },
     36        get allowScroll() {
     37            return getContext().scroll || state.scroll;
     38        }
    3639    },
    3740    actions: {
     
    4043
    4144            if (context.isOpen) {
    42                 actions.hide(context);
     45                actions.hide();
    4346            } else {
    44                 actions.show(context);
     47                actions.show();
    4548            }
    4649        },
    47         show(context = getContext()) {
     50        show() {
     51            const context = getContext();
     52
    4853            if (context.isOpen) {
    4954                return;
     
    5863            }
    5964
    60             const { classes, scroll } = callbacks.getConfig();
     65            const { classes } = state;
    6166
    6267            context._backdrop.show();
    6368
    64             if (!scroll) {
     69            if (!state.allowScroll) {
    6570                new ScrollBar().hide();
    6671            }
     
    7479            context.isOpen = true;
    7580        },
    76         hide(context = getContext(), element) {
     81        hide(element) {
     82            const context = getContext();
     83
    7784            if (context.isOpen === false) {
    7885                return;
     
    8794            }
    8895
    89             const { classes } = callbacks.getConfig();
     96            const { classes } = state;
    9097
    9198            context._focustrap.deactivate();
     
    102109        onShow: (collapsedEl) => {
    103110            const context = getContext();
    104             const { classes, scroll, backdrop } = callbacks.getConfig();
     111            const { classes } = state;
    105112
    106             executeAfterTransition(() => {
    107                 if (!scroll || backdrop) {
     113            executeAfterTransition(withScope(() => {
     114                if (!state.allowScroll || state.hasBackdrop) {
    108115                    context._focustrap.activate();
    109116                }
     
    113120                Events.trigger(collapsedEl, EVENT_SHOWN);
    114121
    115             }, collapsedEl, true);
     122            }), collapsedEl, true);
    116123        },
    117124        onHide: (collapsedEl) => {
    118             const { classes, scroll } = callbacks.getConfig();
     125            const { classes } = state;
    119126
    120             executeAfterTransition(() => {
     127            executeAfterTransition(withScope(() => {
    121128                collapsedEl.classList.remove(classes?.show, classes?.hiding);
    122129                collapsedEl.removeAttribute('aria-modal');
    123130                collapsedEl.removeAttribute('role');
    124131
    125                 if (!scroll) {
     132                if (!state.allowScroll) {
    126133                    new ScrollBar().reset();
    127134                }
    128135
    129136                Events.trigger(collapsedEl, EVENT_HIDDEN);
    130             }, collapsedEl, true);
     137            }), collapsedEl, true);
    131138        },
    132139        onInit: () => {
    133             const { backdrop, keyboard } = callbacks.getConfig();
    134140            const { ref } = getElement();
    135141            const context = getContext();
     
    138144
    139145            const clickCallback = () => {
    140                 if (backdrop === 'static') {
     146                if (state.hasBackdrop === 'static') {
    141147                    Events.trigger(relatedElement, EVENT_HIDE_PREVENTED);
    142148                    return;
    143149                }
    144150
    145                 actions.hide(context, 'backdrop');
     151                actions.hide('backdrop');
    146152            }
    147153
    148154            context._backdrop = new Backdrop({
    149                 isVisible: Boolean(backdrop),
     155                isVisible: Boolean(state.hasBackdrop),
    150156                isAnimated: true,
    151157                rootElement: relatedElement.parentNode,
    152                 clickCallback: Boolean(backdrop) ? withScope(clickCallback) : null
     158                clickCallback: Boolean(state.hasBackdrop) ? withScope(clickCallback) : null
    153159            });
    154160
     
    156162
    157163            // Button click dismiss
    158             Events.on(relatedElement, `click.dismiss${EVENT_KEY}`, `[data-wp-close="${NAME}"]`, function () {
    159                 if (isDisabled(this)) {
     164            Events.on(relatedElement, `click.dismiss${EVENT_KEY}`, `[data-wp-close="${NAME}"]`, withScope(({ target }) => {
     165                if (isDisabled(target)) {
    160166                    return;
    161167                }
    162168
    163                 withScope(actions.hide(context, this));
    164             });
     169                actions.hide(target);
     170            }));
    165171
    166172            // Escape dismiss
    167             Events.on(document, `keydown.dismiss${EVENT_KEY}`, ({ key }) => {
     173            Events.on(document, `keydown.dismiss${EVENT_KEY}`, withScope(({ key }) => {
    168174                if (key !== ESCAPE_KEY) {
    169175                    return;
    170176                }
    171177
    172                 if (keyboard) {
    173                     withScope(actions.hide(context, ESCAPE_KEY));
     178                if (state.useKeyboard) {
     179                    actions.hide(ESCAPE_KEY);
    174180                    return;
    175181                }
    176182
    177183                Events.trigger(ref, EVENT_HIDE_PREVENTED);
    178             });
     184            }));
    179185
    180186            // Is opened by default?
    181187            if (context.isOpen) {
    182188                context.isOpen = false;
    183                 actions.show(context);
     189                actions.show();
    184190            }
    185191        },
    186         getConfig: () => {
    187             const context = getContext();
    188             const config = { ...state, ...context };
    189 
    190             return applyFilters('wecodeart.interactive.config', config, NAME);
    191         },
    192         validateConfig: () => validateConfig(NAME, callbacks.getConfig(), getConfig(NAMESPACE)),
     192        validateConfig: () => validateConfig(NAME, { ...state, ...getContext() }, getConfig(NAMESPACE)),
    193193    }
    194194});
  • wecodeart/6.5.5/assets/unminified/js/modules/toast.js

    r233440 r249211  
    11import { store, getContext, getElement, getConfig } from '@wordpress/interactivity';
    2 
    3 const {
    4     hooks: {
    5         applyFilters
    6     }
    7 } = wp;
    82
    93const {
     
    4539}
    4640
    47 const { state, actions, callbacks } = store(NAMESPACE, {
     41const { state } = store(NAMESPACE, {
    4842    state: {
    4943        elements: [],
     
    5751        onAdd() {
    5852            const { ref } = getElement();
    59             const { options } = callbacks.getConfig();
     53            const { options } = getContext();
    6054
    6155            state.elements.filter(({ show }) => show !== false).map((toast, i) => {
     
    7064            });
    7165        },
    72         getConfig: () => {
    73             const context = getContext();
    74             const config = { ...state, ...context };
    75 
    76             return applyFilters('wecodeart.interactive.config', config, NAME);
    77         },
    78         validateConfig: () => validateConfig(NAME, callbacks.getConfig(), getConfig(NAMESPACE)),
     66        validateConfig: () => validateConfig(NAME, { ...state, ...getContext() }, getConfig(NAMESPACE)),
    7967    }
    8068});
  • wecodeart/6.5.5/changelog.txt

    r242717 r249211  
     1v6.5.5
     2- Updated - Bump cookies module to version 1.0.3 for some module admin improvements
     3- Updated - .wp-modal backdrop filter default to none (very expensive on browsers without hardware acceleration enabled)
     4- Updated - core/image lightbox toggle button padding to 2px
     5- Updated - Custom WP Accordion block simplified assets enquee (via block.json core API)
     6- Updated - Offcanvas WP Interactivity API fixed to work with WP 6.7
     7- Removed - theme.json box-shadow option for none (there is a default/core option)
     8- Added - Google Translate module for automated translations using Google's API
     9
     10v6.5.4
     11- Updated - minor corrections to buttons CSS reset
     12- Fixed - Offcanvas module close on click and escape key (issue with scope)
     13
    114v6.5.3
    215- Changed - page-sidebar.html now encapsulates the sidebar into an offcanvas container for mobile
  • wecodeart/6.5.5/inc/app.php

    r242717 r249211  
    159159                'more'          => 'https://github.com/BicanMarianValeriu/wca-accordion/',
    160160                'source'        => 'github',
    161                 'version'       => '1.0.4',
     161                'version'       => '1.0.5',
    162162                'destination'   => 'accordion',
    163163                'type'          => 'module',
     
    179179                'more'          => 'https://www.wecodeart.com/integrations/formatting-options/',
    180180                'source'        => 'github',
    181                 'version'       => '1.0.7',
     181                'version'       => '1.0.8',
    182182                'destination'   => 'formatting',
    183183                'type'          => 'module',
     
    219219                'more'          => 'https://github.com/BicanMarianValeriu/wca-cookies/',
    220220                'source'        => 'github',
    221                 'version'       => '1.0.2',
     221                'version'       => '1.0.4',
    222222                'destination'   => 'cookies',
     223                'type'          => 'module',
     224            ],
     225            [
     226                'slug'          => 'BicanMarianValeriu/wca-translate',
     227                'title'         => esc_html__( 'WCA: Translate', 'wecodeart' ),
     228                'description'   => esc_html__( 'Translate your website using Google Translate Element API.', 'wecodeart' ),
     229                'more'          => 'https://github.com/BicanMarianValeriu/wca-translate/',
     230                'source'        => 'github',
     231                'version'       => '1.0.0',
     232                'destination'   => 'translate',
    223233                'type'          => 'module',
    224234            ],
  • wecodeart/6.5.5/inc/support/styles/components/class-lightbox.php

    r225011 r249211  
    1010 * @copyright   Copyright (c) 2024, WeCodeArt Framework
    1111 * @since       6.2.8
    12  * @version     6.4.4
     12 * @version     6.5.5
    1313 */
    1414
     
    6767                border: none;
    6868                border-radius: 0;
    69                 padding: 0;
     69                padding: 2px;
    7070                opacity: 0;
    7171                text-align: center;
  • wecodeart/6.5.5/inc/support/styles/components/class-modal.php

    r233440 r249211  
    1010 * @copyright   Copyright (c) 2024, WeCodeArt Framework
    1111 * @since       6.1.5
    12  * @version     6.4.5
     12 * @version     6.5.5
    1313 */
    1414
     
    8282
    8383            .theme-is-dark .wp-modal {
    84                 --wp--modal-bg: rgb(var(--wp--background--rgb, 0,0,0));
     84                --wp--modal-bg: rgb(var(--wp--background--rgb, 35,35,35));
    8585            }
    8686           
     
    241241                    --wp--modal-margin: 1.75rem;
    242242                    --wp--modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    243                     --wp--modal-backdrop-filter: blur(5px);
    244243                }
    245244           
  • wecodeart/6.5.5/patterns/el-media-text-right.html

    r188351 r249211  
    22<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile is-image-fill">
    33    <div class="wp-block-media-text__content">
    4         <!-- wp:heading {"level":6,"textColor":"primary","className":"mb-0"} -->
    5         <h6 class="wp-block-heading mb-0 has-primary-color has-text-color">Ut hendrerit semper</h6>
     4        <!-- wp:heading {"level":6,"textColor":"primary","className":"my-0"} -->
     5        <h6 class="wp-block-heading my-0 has-primary-color has-text-color">Ut hendrerit semper</h6>
    66        <!-- /wp:heading -->
    7         <!-- wp:heading -->
    8         <h2 class="wp-block-heading">Fringilla Lacus Nec</h2>
     7        <!-- wp:heading {"className":"mt-0"} -->
     8        <h2 class="wp-block-heading mt-0">Fringilla Lacus Nec</h2>
    99        <!-- /wp:heading -->
    1010        <!-- wp:paragraph -->
  • wecodeart/6.5.5/patterns/el-media-text.html

    r195141 r249211  
    33    <figure class="wp-block-media-text__media"></figure>
    44    <div class="wp-block-media-text__content">
    5         <!-- wp:heading {"level":6,"textColor":"primary","className":"mb-0"} -->
    6         <h6 class="wp-block-heading mb-0 has-primary-color has-text-color">Ut hendrerit semper</h6>
     5        <!-- wp:heading {"level":6,"textColor":"primary","className":"my-0"} -->
     6        <h6 class="wp-block-heading my-0 has-primary-color has-text-color">Ut hendrerit semper</h6>
    77        <!-- /wp:heading -->
    8         <!-- wp:heading -->
    9         <h2 class="wp-block-heading">Fringilla Lacus Nec</h2>
     8        <!-- wp:heading {"className":"mt-0"} -->
     9        <h2 class="wp-block-heading mt-0">Fringilla Lacus Nec</h2>
    1010        <!-- /wp:heading -->
    1111        <!-- wp:paragraph -->
  • wecodeart/6.5.5/style.css

    r245728 r249211  
    55Author URI: https://www.wecodeart.com/about/
    66Description: A simple WordPress theme framework focused on SEO and speed (perfect 100% PageSpeed scores) while still being fully customizable via Full Site Editing. It also works perfectly with all page builder plugins.
    7 Version: 6.5.4
     7Version: 6.5.5
    88Requires PHP: 7.4
    99Requires at least: 6.5
    10 Tested up to: 6.6
     10Tested up to: 6.7
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wecodeart/6.5.5/theme.json

    r235709 r249211  
    220220            "presets": [
    221221                {
    222                     "name": "None",
    223                     "slug": "none",
    224                     "shadow": "none"
    225                 },
    226                 {
    227222                    "name": "XS Small",
    228223                    "slug": "xs",
Note: See TracChangeset for help on using the changeset viewer.