.wp-dark-mode-support-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:50}.wp-dark-mode-support-modal .overlay{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.wp-dark-mode-support-modal .modal{--tw-bg-opacity:1;--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.375rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);gap:1.5rem;max-width:32rem;outline:2px solid transparent;outline-offset:2px;padding:1.5rem;position:relative;width:100%;z-index:9999}.wp-dark-mode-support-modal .header,.wp-dark-mode-support-modal .modal{display:flex;flex-direction:column}.wp-dark-mode-support-modal .header{align-items:flex-start;gap:.75rem}.wp-dark-mode-support-modal .close-button{cursor:pointer;opacity:.5;position:absolute;right:.75rem;top:1.25rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-support-modal .close-button:hover{opacity:1}.wp-dark-mode-support-modal .link-list{display:flex;flex-direction:column;font-size:.875rem;gap:1rem;letter-spacing:.025em;line-height:1.25rem;padding-top:.5rem}.wp-dark-mode-support-modal .link-list-item{--tw-bg-opacity:1;align-items:center;background-color:rgb(249 250 251/var(--tw-bg-opacity,1));border-radius:.25rem;cursor:pointer;display:flex;font-weight:500;gap:1rem;letter-spacing:.025em;padding:1rem;position:relative;transition-duration:75ms;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-switch.wp-dark-mode-support-modal .link-list-item .dark,.wp-dark-mode-switch.wp-dark-mode-support-modal .link-list-item .light{border-radius:9999px;height:var(--wpdm-switch-size,80px);overflow:hidden;width:var(--wpdm-switch-size,80px)}.wp-dark-mode-support-modal .link-list-item:hover{opacity:1}.wp-dark-mode-support-modal .link-list-item-icon{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;display:flex;height:3rem;justify-content:center;width:3.5rem}.wp-dark-mode-support-modal .link-list-item-text{align-items:flex-start;display:flex;flex-direction:column;gap:.625rem}.wp-dark-mode-support-modal .link-list-item-text span{display:inline-flex;font-size:.75rem;line-height:1rem}.wp-dark-mode-support-modal .link-list-item-text span:first-child{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1));font-weight:600;white-space:nowrap}.wp-dark-mode-support-modal .link-list-item-text span:last-child{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1));font-weight:400}.wp-dark-mode-support-modal .link-list-item-arrow{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1));display:inline-flex;margin-top:-.625rem;opacity:0;position:absolute;right:2rem;top:50%;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:50}.wp-dark-mode-support-modal .link-list-item:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);--tw-shadow-color:#e5e7eb;--tw-shadow:var(--tw-shadow-colored);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.wp-dark-mode-support-modal .link-list-item:hover .link-list-item-arrow{opacity:1;right:2rem}[data-wp-dark-mode-active][data-wp-dark-mode-animation=fade-in]{animation:fade .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=pulse]{animation:pulse .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=flip]{animation:flip .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=roll]{animation:roll .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-left]{animation:slide-left .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-up]{animation:slide-up .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-down]{animation:slide-down .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-right]{animation:slide-right .6s}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}to{transform:perspective(400px) rotateY(180deg)}}@keyframes roll{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-up{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.bounce-in{animation:bounce-in .3s}@keyframes bounce-in{0%{transform:scale(.6)}50%{transform:scale(1.2)}to{transform:scale(1)}}.bounce-out{animation:bounce-out .3s}@keyframes bounce-out{0%{transform:scale(1.2)}50%{transform:scale(.6)}to{transform:scale(0)}}.fade-in{animation:fade-in .3s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-out{animation:fade-out .3s}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.scale-in{animation:scale-in .2s}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}.scale-out{animation:scale-out .2s}@keyframes scale-out{0%{transform:scale(1)}to{transform:scale(0)}}.wp-dark-mode-active .wp-dark-mode-link a,[data-wp-dark-mode] .wp-dark-mode-link a{color:var(--wpdm-link,"blue")}.wp-dark-mode-active .wp-dark-mode-link a:hover,[data-wp-dark-mode] .wp-dark-mode-link a:hover{color:var(--wpdm-link-hover,"blue")}.wp-dark-mode-active .wp-dark-mode-input,[data-wp-dark-mode] .wp-dark-mode-input{background:var(--wpdm-input-bg,"#222");border:2px solid var(--wpdm-input-text,"black");color:var(--wpdm-input-text,"black")}.wp-dark-mode-active .wp-dark-mode-input::-moz-placeholder,[data-wp-dark-mode] .wp-dark-mode-input::-moz-placeholder{color:var(--wpdm-input-placeholder,"black")}.wp-dark-mode-active .wp-dark-mode-input::placeholder,[data-wp-dark-mode] .wp-dark-mode-input::placeholder{color:var(--wpdm-input-placeholder,"black")}.wp-dark-mode-active .wp-dark-mode-button,[data-wp-dark-mode] .wp-dark-mode-button{background:var(--wpdm-button-bg,"#222");border:2px solid var(--wpdm-button-border,"black");color:var(--wpdm-button-text,"black")}.wp-dark-mode-active .wp-dark-mode-button:hover,[data-wp-dark-mode] .wp-dark-mode-button:hover{background:var(--wpdm-button-hover-bg,"#222");color:var(--wpdm-button-hover-text,"black")}.wp-dark-mode-switch-10,.wp-dark-mode-switch-11,.wp-dark-mode-switch-12,.wp-dark-mode-switch-2,.wp-dark-mode-switch-20,.wp-dark-mode-switch-21,.wp-dark-mode-switch-22,.wp-dark-mode-switch-3,.wp-dark-mode-switch-4,.wp-dark-mode-switch-5,.wp-dark-mode-switch-6,.wp-dark-mode-switch-7,.wp-dark-mode-switch-8,.wp-dark-mode-switch-9,.wp-dark-mode-switch-normal{align-items:center;cursor:pointer;display:inline-flex;gap:.25rem;justify-content:center;z-index:auto}.wp-dark-mode-switch-10 *,.wp-dark-mode-switch-11 *,.wp-dark-mode-switch-12 *,.wp-dark-mode-switch-2 *,.wp-dark-mode-switch-20 *,.wp-dark-mode-switch-21 *,.wp-dark-mode-switch-22 *,.wp-dark-mode-switch-3 *,.wp-dark-mode-switch-4 *,.wp-dark-mode-switch-5 *,.wp-dark-mode-switch-6 *,.wp-dark-mode-switch-7 *,.wp-dark-mode-switch-8 *,.wp-dark-mode-switch-9 *,.wp-dark-mode-switch-normal *{cursor:pointer}.wp-dark-mode-switch-10>span,.wp-dark-mode-switch-11>span,.wp-dark-mode-switch-12>span,.wp-dark-mode-switch-20>span,.wp-dark-mode-switch-21>span,.wp-dark-mode-switch-22>span,.wp-dark-mode-switch-2>span,.wp-dark-mode-switch-3>span,.wp-dark-mode-switch-4>span,.wp-dark-mode-switch-5>span,.wp-dark-mode-switch-6>span,.wp-dark-mode-switch-7>span,.wp-dark-mode-switch-8>span,.wp-dark-mode-switch-9>span,.wp-dark-mode-switch-normal>span{align-items:center;display:inline-flex;font-size:.75rem;justify-content:center;line-height:1rem;text-align:center;white-space:nowrap}.wp-dark-mode-switch-10>._track,.wp-dark-mode-switch-11>._track,.wp-dark-mode-switch-12>._track,.wp-dark-mode-switch-20>._track,.wp-dark-mode-switch-21>._track,.wp-dark-mode-switch-22>._track,.wp-dark-mode-switch-2>._track,.wp-dark-mode-switch-3>._track,.wp-dark-mode-switch-4>._track,.wp-dark-mode-switch-5>._track,.wp-dark-mode-switch-6>._track,.wp-dark-mode-switch-7>._track,.wp-dark-mode-switch-8>._track,.wp-dark-mode-switch-9>._track,.wp-dark-mode-switch-normal>._track{align-items:center;border-radius:9999px;display:inline-flex;gap:.125rem;height:calc(34px*var(--wpdm-switch-scale, 1));justify-content:space-between;padding:calc(2px*var(--wpdm-switch-scale, 1));position:relative;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:calc(75px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-10>._track>._thumb,.wp-dark-mode-switch-11>._track>._thumb,.wp-dark-mode-switch-12>._track>._thumb,.wp-dark-mode-switch-20>._track>._thumb,.wp-dark-mode-switch-21>._track>._thumb,.wp-dark-mode-switch-22>._track>._thumb,.wp-dark-mode-switch-2>._track>._thumb,.wp-dark-mode-switch-3>._track>._thumb,.wp-dark-mode-switch-4>._track>._thumb,.wp-dark-mode-switch-5>._track>._thumb,.wp-dark-mode-switch-6>._track>._thumb,.wp-dark-mode-switch-7>._track>._thumb,.wp-dark-mode-switch-8>._track>._thumb,.wp-dark-mode-switch-9>._track>._thumb,.wp-dark-mode-switch-normal>._track>._thumb{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);align-items:center;border-radius:9999px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:inline-flex;height:calc(34px*var(--wpdm-switch-scale, 1) - 2px*var(--wpdm-switch-scale, 1)*2);justify-content:center;left:calc(2px*var(--wpdm-switch-scale, 1))!important;position:absolute;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:calc(34px*var(--wpdm-switch-scale, 1) - 2px*var(--wpdm-switch-scale, 1)*2)}.wp-dark-mode-switch-10>._track>._thumb>._icon,.wp-dark-mode-switch-11>._track>._thumb>._icon,.wp-dark-mode-switch-12>._track>._thumb>._icon,.wp-dark-mode-switch-20>._track>._thumb>._icon,.wp-dark-mode-switch-21>._track>._thumb>._icon,.wp-dark-mode-switch-22>._track>._thumb>._icon,.wp-dark-mode-switch-2>._track>._thumb>._icon,.wp-dark-mode-switch-3>._track>._thumb>._icon,.wp-dark-mode-switch-4>._track>._thumb>._icon,.wp-dark-mode-switch-5>._track>._thumb>._icon,.wp-dark-mode-switch-6>._track>._thumb>._icon,.wp-dark-mode-switch-7>._track>._thumb>._icon,.wp-dark-mode-switch-8>._track>._thumb>._icon,.wp-dark-mode-switch-9>._track>._thumb>._icon,.wp-dark-mode-switch-normal>._track>._thumb>._icon{--tw-translate-y:-50%;align-items:center;display:inline-flex;justify-content:center;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content}.wp-dark-mode-switch-10>._track>._thumb>._icon img,.wp-dark-mode-switch-10>._track>._thumb>._icon svg,.wp-dark-mode-switch-11>._track>._thumb>._icon img,.wp-dark-mode-switch-11>._track>._thumb>._icon svg,.wp-dark-mode-switch-12>._track>._thumb>._icon img,.wp-dark-mode-switch-12>._track>._thumb>._icon svg,.wp-dark-mode-switch-20>._track>._thumb>._icon img,.wp-dark-mode-switch-20>._track>._thumb>._icon svg,.wp-dark-mode-switch-21>._track>._thumb>._icon img,.wp-dark-mode-switch-21>._track>._thumb>._icon svg,.wp-dark-mode-switch-22>._track>._thumb>._icon img,.wp-dark-mode-switch-22>._track>._thumb>._icon svg,.wp-dark-mode-switch-2>._track>._thumb>._icon img,.wp-dark-mode-switch-2>._track>._thumb>._icon svg,.wp-dark-mode-switch-3>._track>._thumb>._icon img,.wp-dark-mode-switch-3>._track>._thumb>._icon svg,.wp-dark-mode-switch-4>._track>._thumb>._icon img,.wp-dark-mode-switch-4>._track>._thumb>._icon svg,.wp-dark-mode-switch-5>._track>._thumb>._icon img,.wp-dark-mode-switch-5>._track>._thumb>._icon svg,.wp-dark-mode-switch-6>._track>._thumb>._icon img,.wp-dark-mode-switch-6>._track>._thumb>._icon svg,.wp-dark-mode-switch-7>._track>._thumb>._icon img,.wp-dark-mode-switch-7>._track>._thumb>._icon svg,.wp-dark-mode-switch-8>._track>._thumb>._icon img,.wp-dark-mode-switch-8>._track>._thumb>._icon svg,.wp-dark-mode-switch-9>._track>._thumb>._icon img,.wp-dark-mode-switch-9>._track>._thumb>._icon svg,.wp-dark-mode-switch-normal>._track>._thumb>._icon img,.wp-dark-mode-switch-normal>._track>._thumb>._icon svg{background-color:transparent;max-width:100%;width:60%}.wp-dark-mode-switch-10>._track>._icon,.wp-dark-mode-switch-11>._track>._icon,.wp-dark-mode-switch-12>._track>._icon,.wp-dark-mode-switch-20>._track>._icon,.wp-dark-mode-switch-21>._track>._icon,.wp-dark-mode-switch-22>._track>._icon,.wp-dark-mode-switch-2>._track>._icon,.wp-dark-mode-switch-3>._track>._icon,.wp-dark-mode-switch-4>._track>._icon,.wp-dark-mode-switch-5>._track>._icon,.wp-dark-mode-switch-6>._track>._icon,.wp-dark-mode-switch-7>._track>._icon,.wp-dark-mode-switch-8>._track>._icon,.wp-dark-mode-switch-9>._track>._icon,.wp-dark-mode-switch-normal>._track>._icon{align-items:center;display:inline-flex;justify-content:center;margin-left:calc(2px*var(--wpdm-switch-scale, 1));margin-right:calc(2px*var(--wpdm-switch-scale, 1));width:-moz-fit-content;width:fit-content}.wp-dark-mode-switch-10>._track>._icon img,.wp-dark-mode-switch-10>._track>._icon svg,.wp-dark-mode-switch-11>._track>._icon img,.wp-dark-mode-switch-11>._track>._icon svg,.wp-dark-mode-switch-12>._track>._icon img,.wp-dark-mode-switch-12>._track>._icon svg,.wp-dark-mode-switch-20>._track>._icon img,.wp-dark-mode-switch-20>._track>._icon svg,.wp-dark-mode-switch-21>._track>._icon img,.wp-dark-mode-switch-21>._track>._icon svg,.wp-dark-mode-switch-22>._track>._icon img,.wp-dark-mode-switch-22>._track>._icon svg,.wp-dark-mode-switch-2>._track>._icon img,.wp-dark-mode-switch-2>._track>._icon svg,.wp-dark-mode-switch-3>._track>._icon img,.wp-dark-mode-switch-3>._track>._icon svg,.wp-dark-mode-switch-4>._track>._icon img,.wp-dark-mode-switch-4>._track>._icon svg,.wp-dark-mode-switch-5>._track>._icon img,.wp-dark-mode-switch-5>._track>._icon svg,.wp-dark-mode-switch-6>._track>._icon img,.wp-dark-mode-switch-6>._track>._icon svg,.wp-dark-mode-switch-7>._track>._icon img,.wp-dark-mode-switch-7>._track>._icon svg,.wp-dark-mode-switch-8>._track>._icon img,.wp-dark-mode-switch-8>._track>._icon svg,.wp-dark-mode-switch-9>._track>._icon img,.wp-dark-mode-switch-9>._track>._icon svg,.wp-dark-mode-switch-normal>._track>._icon img,.wp-dark-mode-switch-normal>._track>._icon svg{max-width:100%;width:80%}.wp-dark-mode-switch-10>._icon,.wp-dark-mode-switch-11>._icon,.wp-dark-mode-switch-12>._icon,.wp-dark-mode-switch-20>._icon,.wp-dark-mode-switch-21>._icon,.wp-dark-mode-switch-22>._icon,.wp-dark-mode-switch-2>._icon,.wp-dark-mode-switch-3>._icon,.wp-dark-mode-switch-4>._icon,.wp-dark-mode-switch-5>._icon,.wp-dark-mode-switch-6>._icon,.wp-dark-mode-switch-7>._icon,.wp-dark-mode-switch-8>._icon,.wp-dark-mode-switch-9>._icon,.wp-dark-mode-switch-normal>._icon{align-items:center;display:inline-flex;justify-content:center;width:-moz-fit-content;width:fit-content}.wp-dark-mode-switch-10>._icon img,.wp-dark-mode-switch-10>._icon svg,.wp-dark-mode-switch-11>._icon img,.wp-dark-mode-switch-11>._icon svg,.wp-dark-mode-switch-12>._icon img,.wp-dark-mode-switch-12>._icon svg,.wp-dark-mode-switch-20>._icon img,.wp-dark-mode-switch-20>._icon svg,.wp-dark-mode-switch-21>._icon img,.wp-dark-mode-switch-21>._icon svg,.wp-dark-mode-switch-22>._icon img,.wp-dark-mode-switch-22>._icon svg,.wp-dark-mode-switch-2>._icon img,.wp-dark-mode-switch-2>._icon svg,.wp-dark-mode-switch-3>._icon img,.wp-dark-mode-switch-3>._icon svg,.wp-dark-mode-switch-4>._icon img,.wp-dark-mode-switch-4>._icon svg,.wp-dark-mode-switch-5>._icon img,.wp-dark-mode-switch-5>._icon svg,.wp-dark-mode-switch-6>._icon img,.wp-dark-mode-switch-6>._icon svg,.wp-dark-mode-switch-7>._icon img,.wp-dark-mode-switch-7>._icon svg,.wp-dark-mode-switch-8>._icon img,.wp-dark-mode-switch-8>._icon svg,.wp-dark-mode-switch-9>._icon img,.wp-dark-mode-switch-9>._icon svg,.wp-dark-mode-switch-normal>._icon img,.wp-dark-mode-switch-normal>._icon svg{background-color:transparent;max-width:100%;width:50%!important}.active.wp-dark-mode-switch-10 ._track ._thumb,.active.wp-dark-mode-switch-11 ._track ._thumb,.active.wp-dark-mode-switch-12 ._track ._thumb,.active.wp-dark-mode-switch-2 ._track ._thumb,.active.wp-dark-mode-switch-20 ._track ._thumb,.active.wp-dark-mode-switch-21 ._track ._thumb,.active.wp-dark-mode-switch-22 ._track ._thumb,.active.wp-dark-mode-switch-3 ._track ._thumb,.active.wp-dark-mode-switch-4 ._track ._thumb,.active.wp-dark-mode-switch-5 ._track ._thumb,.active.wp-dark-mode-switch-6 ._track ._thumb,.active.wp-dark-mode-switch-7 ._track ._thumb,.active.wp-dark-mode-switch-8 ._track ._thumb,.active.wp-dark-mode-switch-9 ._track ._thumb,.wp-dark-mode-switch-normal.active ._track ._thumb{margin-right:calc(4px*var(--wpdm-switch-scale, 1))!important;transform:translateX(calc(75px*var(--wpdm-switch-scale, 1) - 34px*var(--wpdm-switch-scale, 1)))}.wp-dark-mode-switch-14:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-15:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-16:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-17:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-18:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-19:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-special:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19){height:calc(108px*var(--wpdm-switch-scale, 1))!important;width:calc(46px*var(--wpdm-switch-scale, 1))!important}.horizontal.wp-dark-mode-switch-14,.horizontal.wp-dark-mode-switch-15,.horizontal.wp-dark-mode-switch-16,.horizontal.wp-dark-mode-switch-17,.wp-dark-mode-switch-18,.wp-dark-mode-switch-19,.wp-dark-mode-switch-special.horizontal{height:calc(46px*var(--wpdm-switch-scale, 1))!important;width:calc(108px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-14,.wp-dark-mode-switch-15,.wp-dark-mode-switch-16,.wp-dark-mode-switch-17,.wp-dark-mode-switch-18,.wp-dark-mode-switch-19,.wp-dark-mode-switch-special{align-items:center!important;border:calc(2px*var(--wpdm-switch-scale, 1)) solid #4a5568!important;border-radius:8px!important;cursor:pointer!important;display:inline-flex!important;flex-direction:column!important;justify-content:center!important;z-index:auto!important}.wp-dark-mode-switch-14>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-15>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-16>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-17>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-18>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-19>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-special>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;--tw-divide-opacity:1!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-color:rgb(75 85 99/var(--tw-divide-opacity,1))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.wp-dark-mode-switch-14,.wp-dark-mode-switch-15,.wp-dark-mode-switch-16,.wp-dark-mode-switch-17,.wp-dark-mode-switch-18,.wp-dark-mode-switch-19,.wp-dark-mode-switch-special{--tw-border-opacity:1!important;--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;border-color:rgb(75 85 99/var(--tw-border-opacity,1))!important;border-width:1px!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important;overflow:hidden!important}.wp-dark-mode-switch-14 ._font,.wp-dark-mode-switch-14 ._scheme,.wp-dark-mode-switch-15 ._font,.wp-dark-mode-switch-15 ._scheme,.wp-dark-mode-switch-16 ._font,.wp-dark-mode-switch-16 ._scheme,.wp-dark-mode-switch-17 ._font,.wp-dark-mode-switch-17 ._scheme,.wp-dark-mode-switch-18 ._font,.wp-dark-mode-switch-18 ._scheme,.wp-dark-mode-switch-19 ._font,.wp-dark-mode-switch-19 ._scheme,.wp-dark-mode-switch-special ._font,.wp-dark-mode-switch-special ._scheme{align-items:center!important;display:inline-flex!important;font-size:1.5rem!important;font-weight:500!important;height:50%!important;justify-content:center!important;line-height:2rem!important;position:relative!important;text-align:center!important;width:100%!important}.wp-dark-mode-switch-14 ._font ._icon,.wp-dark-mode-switch-14 ._scheme ._icon,.wp-dark-mode-switch-15 ._font ._icon,.wp-dark-mode-switch-15 ._scheme ._icon,.wp-dark-mode-switch-16 ._font ._icon,.wp-dark-mode-switch-16 ._scheme ._icon,.wp-dark-mode-switch-17 ._font ._icon,.wp-dark-mode-switch-17 ._scheme ._icon,.wp-dark-mode-switch-18 ._font ._icon,.wp-dark-mode-switch-18 ._scheme ._icon,.wp-dark-mode-switch-19 ._font ._icon,.wp-dark-mode-switch-19 ._scheme ._icon,.wp-dark-mode-switch-special ._font ._icon,.wp-dark-mode-switch-special ._scheme ._icon{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.wp-dark-mode-switch-14 ._font ._icon img,.wp-dark-mode-switch-14 ._font ._icon svg,.wp-dark-mode-switch-14 ._scheme ._icon img,.wp-dark-mode-switch-14 ._scheme ._icon svg,.wp-dark-mode-switch-15 ._font ._icon img,.wp-dark-mode-switch-15 ._font ._icon svg,.wp-dark-mode-switch-15 ._scheme ._icon img,.wp-dark-mode-switch-15 ._scheme ._icon svg,.wp-dark-mode-switch-16 ._font ._icon img,.wp-dark-mode-switch-16 ._font ._icon svg,.wp-dark-mode-switch-16 ._scheme ._icon img,.wp-dark-mode-switch-16 ._scheme ._icon svg,.wp-dark-mode-switch-17 ._font ._icon img,.wp-dark-mode-switch-17 ._font ._icon svg,.wp-dark-mode-switch-17 ._scheme ._icon img,.wp-dark-mode-switch-17 ._scheme ._icon svg,.wp-dark-mode-switch-18 ._font ._icon img,.wp-dark-mode-switch-18 ._font ._icon svg,.wp-dark-mode-switch-18 ._scheme ._icon img,.wp-dark-mode-switch-18 ._scheme ._icon svg,.wp-dark-mode-switch-19 ._font ._icon img,.wp-dark-mode-switch-19 ._font ._icon svg,.wp-dark-mode-switch-19 ._scheme ._icon img,.wp-dark-mode-switch-19 ._scheme ._icon svg,.wp-dark-mode-switch-special ._font ._icon img,.wp-dark-mode-switch-special ._font ._icon svg,.wp-dark-mode-switch-special ._scheme ._icon img,.wp-dark-mode-switch-special ._scheme ._icon svg{max-width:100%;width:40%}.wp-dark-mode-switch-14 ._font ._icon:last-child,.wp-dark-mode-switch-14 ._scheme ._icon:last-child,.wp-dark-mode-switch-15 ._font ._icon:last-child,.wp-dark-mode-switch-15 ._scheme ._icon:last-child,.wp-dark-mode-switch-16 ._font ._icon:last-child,.wp-dark-mode-switch-16 ._scheme ._icon:last-child,.wp-dark-mode-switch-17 ._font ._icon:last-child,.wp-dark-mode-switch-17 ._scheme ._icon:last-child,.wp-dark-mode-switch-18 ._font ._icon:last-child,.wp-dark-mode-switch-18 ._scheme ._icon:last-child,.wp-dark-mode-switch-19 ._font ._icon:last-child,.wp-dark-mode-switch-19 ._scheme ._icon:last-child,.wp-dark-mode-switch-special ._font ._icon:last-child,.wp-dark-mode-switch-special ._scheme ._icon:last-child{display:none}.wp-dark-mode-switch-14 ._scheme.active,.wp-dark-mode-switch-15 ._scheme.active,.wp-dark-mode-switch-16 ._scheme.active,.wp-dark-mode-switch-17 ._scheme.active,.wp-dark-mode-switch-18 ._scheme.active,.wp-dark-mode-switch-19 ._scheme.active,.wp-dark-mode-switch-special ._scheme.active{--tw-text-opacity:1!important;background:#000!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.wp-dark-mode-switch-14 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-15 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-16 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-17 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-18 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-19 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-special ._scheme.active ._icon:first-child{display:none}.wp-dark-mode-switch-14 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-15 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-16 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-17 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-18 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-19 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-special ._scheme.active ._icon:last-child{display:inline-flex}.wp-dark-mode-switch-14 ._font.active,.wp-dark-mode-switch-15 ._font.active,.wp-dark-mode-switch-16 ._font.active,.wp-dark-mode-switch-17 ._font.active,.wp-dark-mode-switch-18 ._font.active,.wp-dark-mode-switch-19 ._font.active,.wp-dark-mode-switch-special ._font.active{--tw-text-opacity:1!important;background:#000!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.wp-dark-mode-switch-14 ._font.active ._icon:first-child,.wp-dark-mode-switch-15 ._font.active ._icon:first-child,.wp-dark-mode-switch-16 ._font.active ._icon:first-child,.wp-dark-mode-switch-17 ._font.active ._icon:first-child,.wp-dark-mode-switch-18 ._font.active ._icon:first-child,.wp-dark-mode-switch-19 ._font.active ._icon:first-child,.wp-dark-mode-switch-special ._font.active ._icon:first-child{display:none}.wp-dark-mode-switch-14 ._font.active ._icon:last-child,.wp-dark-mode-switch-15 ._font.active ._icon:last-child,.wp-dark-mode-switch-16 ._font.active ._icon:last-child,.wp-dark-mode-switch-17 ._font.active ._icon:last-child,.wp-dark-mode-switch-18 ._font.active ._icon:last-child,.wp-dark-mode-switch-19 ._font.active ._icon:last-child,.wp-dark-mode-switch-special ._font.active ._icon:last-child{display:inline-flex}._hide,.active.wp-dark-mode-switch-10 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-11 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-12 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-2 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-20 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-21 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-22 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-3 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-4 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-5 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-6 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-7 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-8 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-9 ._track ._thumb ._icon:first-child,.wp-dark-mode-switch-10>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-11>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-12>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-20>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-21>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-22>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-2>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-3>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-4>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-5>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-6>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-7>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-8>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-9>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-normal.active ._track ._thumb ._icon:first-child,.wp-dark-mode-switch-normal>._track>._thumb>._icon:nth-child(2){animation:hide .1s forwards}._show,.active.wp-dark-mode-switch-10 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-11 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-12 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-2 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-20 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-21 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-22 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-3 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-4 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-5 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-6 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-7 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-8 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-9 ._track ._thumb ._icon:nth-child(2),.wp-dark-mode-switch-normal.active ._track ._thumb ._icon:nth-child(2){animation:show .1s forwards}@keyframes hide{0%{opacity:1}to{display:none!important;opacity:0}}@keyframes show{0%{opacity:0}to{display:inline-flex;opacity:1}}.wp-dark-mode-switch-cta{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);font-size:.875rem;line-height:1.25rem;padding:.75rem;white-space:nowrap}.wp-dark-mode-switch .dark,.wp-dark-mode-switch .light{width:var(--wpdm-switch-size,80px)}.wp-dark-mode-switch .dark img,.wp-dark-mode-switch .dark svg,.wp-dark-mode-switch .light img,.wp-dark-mode-switch .light svg{max-width:100%}.wp-dark-mode-switch .light{display:block}.wp-dark-mode-switch .dark,.wp-dark-mode-switch.active .light{display:none}.wp-dark-mode-switch.active .dark{display:block}.wp-dark-mode-switch.rounded .dark,.wp-dark-mode-switch.rounded .light{border-radius:9999px;height:var(--wpdm-switch-size,80px);overflow:hidden;width:var(--wpdm-switch-size,80px)}.wp-dark-mode-switch{cursor:pointer;z-index:auto}.wp-dark-mode-switch,.wp-dark-mode-switch>div{align-items:center;display:inline-flex;justify-content:center}.wp-dark-mode-switch>div{height:100%;width:100%}.wp-dark-mode-floating-switch{align-items:center;display:flex;gap:.5rem;position:fixed;z-index:9999999999}.wp-dark-mode-floating-switch-hidden{display:none!important;height:0;margin:0;padding:0;pointer-events:none;width:0}.wp-dark-mode-floating-switch.reverse{flex-direction:row-reverse}.wp-dark-mode-floating-switch.top-left{left:20px;top:20px}.wp-dark-mode-floating-switch.top-right{right:20px;top:20px}.wp-dark-mode-floating-switch.bottom-left{bottom:20px;left:20px}.wp-dark-mode-floating-switch.bottom-right{bottom:20px;right:20px}@media (max-width:480px){.wp-dark-mode-floating-switch.wp-dark-mode-hide-mobile{display:none!important}}@media (min-width:481px) and (max-width:1024px){.wp-dark-mode-floating-switch.wp-dark-mode-hide-tablet{display:none!important}}@media (min-width:1025px){.wp-dark-mode-floating-switch.wp-dark-mode-hide-desktop{display:none!important}}.wp-dark-mode-switch-effect-wobble{animation:wobble 1s linear 2}@keyframes wobble{0%{transform:rotate(0deg)}15%{transform:rotate(-5deg)}30%{transform:rotate(3deg)}45%{transform:rotate(-3deg)}60%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}to{transform:rotate(0deg)}}.wp-dark-mode-switch-effect-vibrate{animation:vibrate .3s linear 4}@keyframes vibrate{0%{transform:translateX(0)}25%{transform:translateX(2px)}50%{transform:translateX(-2px)}75%{transform:translateX(2px)}to{transform:translateX(0)}}.wp-dark-mode-switch-effect-flicker{animation:flicker .6s linear 1}@keyframes flicker{0%{opacity:1}25%{opacity:.5}50%{opacity:1}75%{opacity:.5}to{opacity:1}}.wp-dark-mode-switch-effect-shake{animation:shake .3s linear 1}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(0)}75%{transform:translate(2px)}to{transform:translate(0)}}.wp-dark-mode-switch-effect-jello{animation:jello .9s 1}@keyframes jello{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.wp-dark-mode-switch-effect-bounce{animation:bounce 1s linear 1}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}55%{transform:translateY(0)}65%{transform:translateY(-15px)}75%{transform:translateY(0)}}.wp-dark-mode-switch-effect-heartbeat{animation:heartbeat 1s linear 1}@keyframes heartbeat{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}.wp-dark-mode-switch-effect-blink{animation:blink .3s linear 1}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.wp-dark-mode-switch-1,.wp-dark-mode-switch-13{display:inline-flex}.wp-dark-mode-switch-1 ._track,.wp-dark-mode-switch-13 ._track{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background:#555;border-radius:calc(15px*var(--wpdm-switch-scale, 1))!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:hsla(0,0%,100%,.996);height:calc(60px*var(--wpdm-switch-scale, 1))!important;width:calc(60px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-1 ._track ._icon,.wp-dark-mode-switch-13 ._track ._icon{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important;width:100%!important}.wp-dark-mode-switch-1 ._track ._icon:first-child,.wp-dark-mode-switch-13 ._track ._icon:first-child{display:inline-flex!important}.wp-dark-mode-switch-1 ._track ._icon:nth-child(2),.wp-dark-mode-switch-13 ._track ._icon:nth-child(2){display:none!important}.wp-dark-mode-switch-1 ._track ._icon img,.wp-dark-mode-switch-1 ._track ._icon svg,.wp-dark-mode-switch-13 ._track ._icon img,.wp-dark-mode-switch-13 ._track ._icon svg{height:60%!important;width:60%!important}.active.wp-dark-mode-switch-13 ._track,.wp-dark-mode-switch-1.active ._track{background:#ececec;color:#8b5cf6}.active.wp-dark-mode-switch-13 ._track ._icon:nth-child(2),.wp-dark-mode-switch-1.active ._track ._icon:nth-child(2){display:inline-flex!important}.active.wp-dark-mode-switch-13 ._track ._icon:first-child,.wp-dark-mode-switch-1.active ._track ._icon:first-child{display:none!important}.wp-dark-mode-switch-2 ._track{background:#ececec;border-radius:9999px;width:-moz-fit-content!important;width:fit-content!important}.wp-dark-mode-switch-2 ._track span{font-size:calc(12px*var(--wpdm-switch-scale, 1));font-weight:500;padding:0 calc(15px*var(--wpdm-switch-scale, 1));text-align:center;white-space:nowrap;width:50%;z-index:10}.wp-dark-mode-switch-2 ._track ._thumb{background:#fff!important;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:50%!important}.wp-dark-mode-switch-2.active ._track{color:#35353b!important}.wp-dark-mode-switch-2.active ._thumb{background:#35353b;transform:translateX(calc(100% - 2px*var(--wpdm-switch-scale, 1)*2 - 1px))!important}.wp-dark-mode-switch-10 ._track,.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-22 ._track,.wp-dark-mode-switch-3 ._track,.wp-dark-mode-switch-4 ._track,.wp-dark-mode-switch-5 ._track,.wp-dark-mode-switch-6 ._track,.wp-dark-mode-switch-7 ._track,.wp-dark-mode-switch-8 ._track,.wp-dark-mode-switch-9 ._track{--tw-text-opacity:1;background:#39393d!important;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-10 ._track ._thumb,.wp-dark-mode-switch-11 ._track ._thumb,.wp-dark-mode-switch-12 ._track ._thumb,.wp-dark-mode-switch-22 ._track ._thumb,.wp-dark-mode-switch-3 ._track ._thumb,.wp-dark-mode-switch-4 ._track ._thumb,.wp-dark-mode-switch-5 ._track ._thumb,.wp-dark-mode-switch-6 ._track ._thumb,.wp-dark-mode-switch-7 ._track ._thumb,.wp-dark-mode-switch-8 ._track ._thumb,.wp-dark-mode-switch-9 ._track ._thumb{background:#fff!important}.active.wp-dark-mode-switch-10 ._track,.active.wp-dark-mode-switch-11 ._track,.active.wp-dark-mode-switch-12 ._track,.active.wp-dark-mode-switch-22 ._track,.active.wp-dark-mode-switch-4 ._track,.active.wp-dark-mode-switch-5 ._track,.active.wp-dark-mode-switch-6 ._track,.active.wp-dark-mode-switch-7 ._track,.active.wp-dark-mode-switch-8 ._track,.active.wp-dark-mode-switch-9 ._track,.wp-dark-mode-switch-3.active ._track{--tw-text-opacity:1;background:#fff!important;color:rgb(55 65 81/var(--tw-text-opacity,1))}.active.wp-dark-mode-switch-10 ._thumb,.active.wp-dark-mode-switch-11 ._thumb,.active.wp-dark-mode-switch-12 ._thumb,.active.wp-dark-mode-switch-22 ._thumb,.active.wp-dark-mode-switch-4 ._thumb,.active.wp-dark-mode-switch-5 ._thumb,.active.wp-dark-mode-switch-6 ._thumb,.active.wp-dark-mode-switch-7 ._thumb,.active.wp-dark-mode-switch-8 ._thumb,.active.wp-dark-mode-switch-9 ._thumb,.wp-dark-mode-switch-3.active ._thumb{background:#39393d!important}.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-4 ._track,.wp-dark-mode-switch-6 ._track,.wp-dark-mode-switch-7 ._track{background:#ea580c!important;width:calc(75px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-11 ._icon,.wp-dark-mode-switch-12 ._icon,.wp-dark-mode-switch-4 ._icon,.wp-dark-mode-switch-6 ._icon,.wp-dark-mode-switch-7 ._icon{width:calc(20px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-11 ._icon img,.wp-dark-mode-switch-11 ._icon svg,.wp-dark-mode-switch-12 ._icon img,.wp-dark-mode-switch-12 ._icon svg,.wp-dark-mode-switch-4 ._icon img,.wp-dark-mode-switch-4 ._icon svg,.wp-dark-mode-switch-6 ._icon img,.wp-dark-mode-switch-6 ._icon svg,.wp-dark-mode-switch-7 ._icon img,.wp-dark-mode-switch-7 ._icon svg{width:100%!important}.active.wp-dark-mode-switch-11,.active.wp-dark-mode-switch-12,.active.wp-dark-mode-switch-6,.active.wp-dark-mode-switch-7,.wp-dark-mode-switch-4.active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.active.wp-dark-mode-switch-11 ._track,.active.wp-dark-mode-switch-12 ._track,.active.wp-dark-mode-switch-6 ._track,.active.wp-dark-mode-switch-7 ._track,.wp-dark-mode-switch-4.active ._track{background:#545454!important}.active.wp-dark-mode-switch-11 ._track ._thumb,.active.wp-dark-mode-switch-12 ._track ._thumb,.active.wp-dark-mode-switch-6 ._track ._thumb,.active.wp-dark-mode-switch-7 ._track ._thumb,.wp-dark-mode-switch-4.active ._track ._thumb{background:#fff!important}.wp-dark-mode-switch-5 ._track{background-color:linear-gradient(90deg,#f59e0b 4.27%,#f8681e 106.71%)!important;color:#fff!important;height:calc(8px*var(--wpdm-switch-scale, 1))!important;width:calc(75px*var(--wpdm-switch-scale, 1)*1.2)!important}.wp-dark-mode-switch-5 ._track ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-5 ._track ._thumb{align-items:center;background:#ea580c!important;display:flex;justify-content:center;margin-left:calc(7.5px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-5.active ._track{background-color:linear-gradient(90deg,#2875dc -19.51%,#73abff)!important}.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-6 ._track,.wp-dark-mode-switch-7 ._track{width:calc(75px*var(--wpdm-switch-scale, 1)*1)}.wp-dark-mode-switch-11 ._track ._thumb,.wp-dark-mode-switch-12 ._track ._thumb,.wp-dark-mode-switch-6 ._track ._thumb,.wp-dark-mode-switch-7 ._track ._thumb{background-color:transparent!important}.wp-dark-mode-switch-11 ._track ._thumb ._icon,.wp-dark-mode-switch-12 ._track ._thumb ._icon,.wp-dark-mode-switch-6 ._track ._thumb ._icon,.wp-dark-mode-switch-7 ._track ._thumb ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-11 ._track ._thumb ._icon img,.wp-dark-mode-switch-11 ._track ._thumb ._icon svg,.wp-dark-mode-switch-12 ._track ._thumb ._icon img,.wp-dark-mode-switch-12 ._track ._thumb ._icon svg,.wp-dark-mode-switch-6 ._track ._thumb ._icon img,.wp-dark-mode-switch-6 ._track ._thumb ._icon svg,.wp-dark-mode-switch-7 ._track ._thumb ._icon img,.wp-dark-mode-switch-7 ._track ._thumb ._icon svg{width:90%!important}.active.wp-dark-mode-switch-11 ._track,.active.wp-dark-mode-switch-12 ._track,.active.wp-dark-mode-switch-7 ._track,.wp-dark-mode-switch-6.active ._track{background-color:linear-gradient(276.67deg,#2875dc 2.77%,#73abff 163.19%),linear-gradient(0deg,#ea580c,#ea580c)}.active.wp-dark-mode-switch-11 ._track ._thumb,.active.wp-dark-mode-switch-12 ._track ._thumb,.active.wp-dark-mode-switch-7 ._track ._thumb,.wp-dark-mode-switch-6.active ._track ._thumb{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-7 ._track{width:calc(75px*var(--wpdm-switch-scale, 1)*1)!important}.wp-dark-mode-switch-8 ._track{background:linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%)!important}.wp-dark-mode-switch-8.active ._track{--tw-text-opacity:1;background:linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-8.active ._track ._thumb{background:#fff!important}.wp-dark-mode-switch-9 ._track{background:linear-gradient(180deg,#6ee470,#2fc031)!important}.wp-dark-mode-switch-9 ._track ._thumb{--tw-text-opacity:1!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;background-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important;height:calc(34px*var(--wpdm-switch-scale, 1)*.7*var(--wpdm-switch-scale, 1))!important;margin-left:calc(2px*var(--wpdm-switch-scale, 1)*2*var(--wpdm-switch-scale, 1))!important;width:calc(34px*var(--wpdm-switch-scale, 1)*.7*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-9 ._track ._thumb ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-9 ._track ._thumb ._icon img,.wp-dark-mode-switch-9 ._track ._thumb ._icon svg{width:90%!important}.wp-dark-mode-switch-9.active ._track{--tw-text-opacity:1;background:linear-gradient(180deg,#6ee470,#2fc031)!important;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-9.active ._track ._thumb{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;margin-left:.25rem!important}.wp-dark-mode-switch-10 ._track{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:transparent;background:#e5e7eb!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.wp-dark-mode-switch-10 ._track>._icon{color:#f59e0b!important;height:calc(34px*var(--wpdm-switch-scale, 1))!important;margin-left:-.125rem!important;position:relative!important;transition-delay:.1s!important;width:calc(34px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-10 ._track>._icon img,.wp-dark-mode-switch-10 ._track>._icon svg{width:50%!important}.wp-dark-mode-switch-10 ._track ._thumb{color:#f59e0b!important}.wp-dark-mode-switch-10 ._track ._thumb ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-10.active ._track{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity,1));background-color:#6b7280!important}.wp-dark-mode-switch-10.active ._track>._icon{color:#ffed8c!important}.wp-dark-mode-switch-11 ._track{background-color:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important;border:calc(3px*var(--wpdm-switch-scale, 1)) solid #2b3ccc;width:calc(75px*var(--wpdm-switch-scale, 1) - 3px)!important}.wp-dark-mode-switch-11 ._track ._thumb{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.wp-dark-mode-switch-11 ._track ._thumb ._icon svg{width:70%!important}.wp-dark-mode-switch-11.active ._track{background:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important}.wp-dark-mode-switch-11.active ._track ._thumb{transform:translateX(calc(75px*var(--wpdm-switch-scale, 1) - 6px - 34px*var(--wpdm-switch-scale, 1)))!important}.wp-dark-mode-switch-12 ._track{background-color:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important}.wp-dark-mode-switch-12 ._track ._thumb{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.wp-dark-mode-switch-12.active ._track{background:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important}.wp-dark-mode-switch-13.active ._icon{color:#2563eb!important}.wp-dark-mode-switch-14 ._font.active,.wp-dark-mode-switch-14 ._scheme.active{background-color:#1e3a8a!important}.wp-dark-mode-switch-18,.wp-dark-mode-switch-19{flex-direction:row!important;height:scaled(46px)!important;width:scaled(108px)!important}.wp-dark-mode-switch-18>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-19>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;--tw-divide-x-reverse:0!important;border-width:calc(0px*(1 - var(--tw-divide-y-reverse))) calc(1px*var(--tw-divide-x-reverse)) calc(0px*var(--tw-divide-y-reverse)) calc(1px*(1 - var(--tw-divide-x-reverse)))!important}.wp-dark-mode-switch-18 ._font,.wp-dark-mode-switch-18 ._scheme,.wp-dark-mode-switch-19 ._font,.wp-dark-mode-switch-19 ._scheme{height:100%!important;width:50%!important}.wp-dark-mode-switch-18 ._icon,.wp-dark-mode-switch-19 ._icon{width:70%!important}.wp-dark-mode-switch-20 ._track{--width-of-switch:calc(56px*var(--wpdm-switch-scale, 1));--height-of-switch:calc(32px*var(--wpdm-switch-scale, 1));--size-of-icon:calc(22.4px*var(--wpdm-switch-scale, 1));--slider-offset:calc(4.8px*var(--wpdm-switch-scale, 1));background:#f4f4f5!important;border-radius:calc(30px*var(--wpdm-switch-scale, 1));display:block;height:var(--height-of-switch);position:relative;transition:.4s;width:var(--width-of-switch)}.wp-dark-mode-switch-20 ._thumb{background:linear-gradient(40deg,#ff0080,#ff8c00 70%)!important;border-radius:calc(20px*var(--wpdm-switch-scale, 1));height:var(--size-of-icon);left:var(--slider-offset);position:absolute;top:50%;transform:translateY(-50%) scale(.8);transition:.4s;width:var(--size-of-icon)}.wp-dark-mode-switch-20.active ._track{background:#303136}.wp-dark-mode-switch-20.active ._thumb{background:transparent!important;box-shadow:inset -3px -2px 5px -2px #8983f7,inset -10px -4px 0 0 #a3dafb!important;left:calc(100% - var(--size-of-icon) - var(--slider-offset) - var(--size-of-icon)*20/100)!important;transform:translateY(-50%) scale(.8)!important}.wp-dark-mode-switch-21 .theme-switch{--toggle-size:14px;--container-width:calc(5.625em*var(--wpdm-switch-scale, 1));--container-height:calc(2.5em*var(--wpdm-switch-scale, 1));--container-radius:calc(6.25em*var(--wpdm-switch-scale, 1));--container-light-bg:#3d7eae;--container-night-bg:#1d1f2c;--circle-container-diameter:calc(3.375em*var(--wpdm-switch-scale, 1));--sun-moon-diameter:calc(2.125em*var(--wpdm-switch-scale, 1));--sun-bg:#ecca2f;--moon-bg:#c4c9d1;--spot-color:#959db1;--circle-container-offset:calc((var(--circle-container-diameter) - var(--container-height))/2*-1);--stars-color:#fff;--clouds-color:#f3fdff;--back-clouds-color:#aacadf;--transition:.5s cubic-bezier(0,-0.02,0.4,1.25);--circle-transition:.3s cubic-bezier(0,-0.02,0.35,1.17)}.wp-dark-mode-switch-21 .theme-switch,.wp-dark-mode-switch-21 .theme-switch *,.wp-dark-mode-switch-21 .theme-switch :after,.wp-dark-mode-switch-21 .theme-switch :before{box-sizing:border-box;font-size:var(--toggle-size);margin:0;padding:0}.wp-dark-mode-switch-21 .theme-switch__container{background:var(--container-light-bg)!important;border-radius:var(--container-radius);box-shadow:0 calc(-.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25),0 calc(.062em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.94);cursor:pointer;height:var(--container-height);overflow:hidden;position:relative;transition:var(--transition);width:var(--container-width)}.wp-dark-mode-switch-21 .theme-switch__container:before{border-radius:var(--container-radius);box-shadow:0 calc(.05em*var(--wpdm-switch-scale, 1)) calc(.187em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25) inset,0 calc(.05em*var(--wpdm-switch-scale, 1)) calc(.187em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25) inset;content:"";inset:0;position:absolute;z-index:1}.wp-dark-mode-switch-21 .theme-switch__checkbox{display:none}.wp-dark-mode-switch-21 .theme-switch__circle-container{background:hsla(0,0%,100%,.1)!important;border-radius:var(--container-radius);box-shadow:inset 0 0 0 calc(3.375em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1),inset 0 0 0 calc(3.375em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1),0 0 0 calc(.625em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1),0 0 0 calc(1.25em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1);display:flex;height:var(--circle-container-diameter);left:var(--circle-container-offset);pointer-events:none;position:absolute;top:var(--circle-container-offset);transition:var(--circle-transition);width:var(--circle-container-diameter)}.wp-dark-mode-switch-21 .theme-switch__sun-moon-container{background:var(--sun-bg)!important;border-radius:var(--container-radius);box-shadow:calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 rgba(254,255,239,.61) inset,0 calc(-.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 #a1872a inset;filter:drop-shadow(calc(.062em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25)) drop-shadow(0 calc(.062em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25));height:var(--sun-moon-diameter);margin-bottom:auto!important;margin:auto;overflow:hidden;pointer-events:auto;position:relative;transition:var(--transition);width:var(--sun-moon-diameter);z-index:2}.wp-dark-mode-switch-21 .theme-switch__moon{background:var(--moon-bg)!important;border-radius:inherit;box-shadow:calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 rgba(254,255,239,.61) inset,0 calc(-.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 #969696 inset;height:100%;margin-bottom:auto!important;position:relative;transform:translateX(100%);transition:var(--transition);width:100%}.wp-dark-mode-switch-21 .theme-switch__spot{background:var(--spot-color);border-radius:var(--container-radius);box-shadow:0 calc(.0312em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25) inset;height:calc(.75em*var(--wpdm-switch-scale, 1));left:calc(.312em*var(--wpdm-switch-scale, 1));position:absolute;top:calc(.75em*var(--wpdm-switch-scale, 1));width:calc(.75em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__spot:nth-of-type(2){height:calc(.375em*var(--wpdm-switch-scale, 1));left:calc(1.375em*var(--wpdm-switch-scale, 1));top:calc(.937em*var(--wpdm-switch-scale, 1));width:calc(.375em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__spot:nth-last-of-type(3){height:calc(.25em*var(--wpdm-switch-scale, 1));left:calc(.812em*var(--wpdm-switch-scale, 1));top:calc(.312em*var(--wpdm-switch-scale, 1));width:calc(.25em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__clouds{background:var(--clouds-color)!important;border-radius:var(--container-radius);bottom:calc(-.625em*var(--wpdm-switch-scale, 1));box-shadow:calc(.937em*var(--wpdm-switch-scale, 1)) calc(.312em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(-.312em*var(--wpdm-switch-scale, 1)) calc(-.312em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(1.437em*var(--wpdm-switch-scale, 1)) calc(.375em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(.5em*var(--wpdm-switch-scale, 1)) calc(-.125em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(2.187em*var(--wpdm-switch-scale, 1)) 0 var(--clouds-color),calc(1.25em*var(--wpdm-switch-scale, 1)) calc(-.062em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(2.937em*var(--wpdm-switch-scale, 1)) calc(.312em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(2em*var(--wpdm-switch-scale, 1)) calc(-.312em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(3.625em*var(--wpdm-switch-scale, 1)) calc(-.062em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(2.625em*var(--wpdm-switch-scale, 1)) 0 var(--back-clouds-color),calc(4.5em*var(--wpdm-switch-scale, 1)) calc(-.312em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(3.375em*var(--wpdm-switch-scale, 1)) calc(-.437em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(4.625em*var(--wpdm-switch-scale, 1)) calc(-1.75em*var(--wpdm-switch-scale, 1)) 0 calc(.437em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(4em*var(--wpdm-switch-scale, 1)) calc(-.625em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(4.125em*var(--wpdm-switch-scale, 1)) calc(-2.125em*var(--wpdm-switch-scale, 1)) 0 calc(.437em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color);height:calc(1.25em*var(--wpdm-switch-scale, 1));left:calc(.312em*var(--wpdm-switch-scale, 1));position:absolute;transition:.5s cubic-bezier(0,-.02,.4,1.25);width:calc(1.25em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__stars-container{color:var(--stars-color);height:auto;left:calc(.312em*var(--wpdm-switch-scale, 1));position:absolute;top:-100%;transition:var(--transition);width:calc(2.75em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21.active .theme-switch__container{background:var(--container-night-bg)!important}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__circle-container{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter))}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__circle-container:hover{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - .187em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__circle-container:hover{left:calc(var(--circle-container-offset) + .187em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__moon{transform:translate(0)}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__clouds{bottom:calc(-4.062em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__stars-container{top:50%;transform:translateY(-50%)}.wp-dark-mode-switch-22{gap:.5rem}.wp-dark-mode-switch-22 ._track{background:#f29f05!important;box-shadow:1px 1px 1.6px 0 hsla(0,0%,100%,.478);width:calc(75px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-22 ._track ._thumb{background:#fdfdfd!important;height:calc(34px*var(--wpdm-switch-scale, 1) - 4px*var(--wpdm-switch-scale, 1)*1.5);left:calc(3px*var(--wpdm-switch-scale, 1))!important;width:calc(34px*var(--wpdm-switch-scale, 1) - 4px*var(--wpdm-switch-scale, 1)*1.5)}.wp-dark-mode-switch-22 ._icon{width:calc(25px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-22 ._icon img,.wp-dark-mode-switch-22 ._icon svg{width:100%!important}.wp-dark-mode-switch-22 ._icon:first-child{opacity:0}.wp-dark-mode-switch-22 ._icon:last-child{opacity:1}.wp-dark-mode-switch-22.active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-22.active ._track{background-image:url("data:image/webp;base64,UklGRvrnAABXRUJQVlA4IO7nAADwZQOdASoABSADPkkkjkWioiER+UzEKASEs7d+ECdNM94BqK/RPPvl0cGA9PlA/Tv9Z6DP5z/V/+lqRlCeGRgkPgddRBoyj/ymO0/ke8Ach9RP5v+5/k++LkH49+//v/7ef4f9y/o1498D/eP3f/Hf6D/GftV9yn+ryO7d81jn3/k/5v/P/+n/CfNj/g/+L2r/r3/s/nn9DP8e/pX+z/uf+h/7v+U/////+ub2H/u56pv6x/ev+9/nf3/+Yj/qft97+f8h/u/+v7gv9b/wv/l/dz35/Zu/eX2Ff2X/9Xrt/uP8N39W/2f7efBD/Qv8P/6Pz/+QD/1e2P/AP/x1k/wn+S/1Hpb+q/xP+O/yP7mf3b0//RPbo9uv8X9FV1/4L/R8yv5f9+/0P9y/dX/A/uf+Kvvg8Of2L71vud+QX8h/nH+c/vP7m/3H95fv77p/bZ5CU5nqC+6n1P/Q/4H/Qf+j/IfN1+Z/zfRr+I/1P++/xn5Q/YD/Pf6r/qv7x+93+R///2n/6vDR/Of9L/p/8D4Av5h/Y/+V/hP8/+3f1N/6f/l/0H+h/cz3x/s3+i/7v+X/1f7g/Yb/L/61/w/7t/nP/x/rP/////vf/+X72fLP9vv/77sf7Hf/Qd/tKZROGwVKfAVxNwss4cq9fkWcBioo46/52n0j9HUi3E3VZ1QaHeD3Dx/4aMZyVlD1kIYYC2r6SZYE24dCVAGyOyqGAvcbKIMfv7XrY4wNQXsjmXF8D9M2+KUBnbfWG5SSJPohSh+NojmpZrGFKmO6mqZl3E3AtVj5I+ehRM60l/c1j8FFxvWIaKMzVb6hIyNdoKk2CjzWF3JuGWy7nTn8ABux6FVGw06uVuSQ7pCluSML0EhppqikCVioX08nT9flTzaVkrvaK3zK7nZ6wNdO0UosXg/ZrliD0iY0T59Ejtab5sopZ1cuBy2ImgzI2II6kdlUH2K4//naf9Nl12x5kW6jAcQ48Xy1L3RL77oERm07TVxOutLUqPwxxmdkNEDEVldBI7KmNhs90LFvxcnDUW+GPOqDR9DqjKYAHGl8CR68HqAX+OEB+qXtqkPn4Q2SzQmEEpiu7if9Rnn9qFG6HaCDQ34OdnfpCHdza0ya5xDzLpHl6MVL0JqswGUawK5lEccyjSjbp2xhr1bqkChFTDU2+lYNk8RDW6UIW7tHe6nKMz6C3DrZUMhAReSP90NOeE6mq4ipMAwCsWSi4U/xZ9t0KT3i0lm1nRWs4/FreC1SfU7CKvHASoThT6aq/ah1sjBqoxUlh6wxwiwahfDLIgn4fGdDlcCOLdSQaPemDVJwLyxqYXOd1bguvXJuQQOntxVRjRIIiRm5eUIBZn3NUT2V5kjklWuQoCq8aYm8jQ/kwoi3h7ZJ0DBA7JyMbUOqWo1OqIOp5m6501ZejbkTahvuMQkFOzDDV98b56tASix9KP3//fTgvCJr35YEW6HVlE8mXhcaj+DeAPLHWkKfj3d9f+Sl7kQV2pBEWJbG2Jyu89wMXXJVw2bH1IbIyDqnr7D/lKGhE+0jTMsKzKCCeJtSjNPYILJa4Q27JoxU6mljhx0I+hVWNeF5DcPyyLgFsUs2cYomeIHbM5JlJGaIvge0ZtkuWuWX/2rVJttN3L312P2BrbENMLu2NHLatziYl2u6Q5z7i+SYbyfypo3iP3BbmWBPm+V+bssLdMyATyT1nRGkrDiUgDDCIVvzHqW9z1SCm413Xj8kg1elzpo7Dt9l7qveFJsmapyJ/zKIesHwpIWk9VLDqK4OCQyEBKh1TJNaBXz2YWodUpVV5Repc6hZ4mrM2yqEZsWXKHdUSlfzgp0h1wY8rS+GE9La10dB4PBH8+xsZ6OnEz7Hjb5DDKkA5m7jUCPXdcivzN4NBc+onxVU56wYwkp4SPvhhKpNiFbyULgwu2NFviOSmuP4Jw61dQ9fekb17BR2tnah1ZXJCU+PKLUFuSQATdiOoQmVLhgTjqR6VZjUH7eeliPFCn35VUcZbIlyL7daSDRT9ZBex8NCggvYvbeoqLerQSa1hKKBRdbKYx8LmaMxwlKjJ/pSowHPrIcbS+vGEnVwKJlkLRY8ZyAk9oOrPXxBfcdd773k7JJaUHoxqOJRqONVBE2HqVXrkRIdVHahvWdgXXBUVmPl4zeeHfpvfHs8UFSeoINTJHaFA6XJMGVk8qo3+L66mMvTSBeumeZmXIY78Tn+zCJHJoXHYKadjnntgfI/5EqxAlwo7C2wwaXWyoYeYdWVQcgogAF2ogjCZf7n77Dlcizwu6mF3UuCyNNNoS3jF4eBjuz93hGvGyNvVPge/I4lzLEqNDgOEWm+Vn7xo/bzJdJS6Vp8MQgoY/kZ6ZRgG5iWSJeaNA5ty01JWF7fXQQGXu5ZQr01T/jP3E7602vhCA7YcmiOrDf3TVlxsv85HZQ5m5BKivRHyY8TQEJ2ruf+1CRm0wvgi5TBIjRGbS5CqumW7hHqpBEMzrRupU4BE36VCU33ZUOv1etkwV7gU4mdpo5fb+7vlx1CcF2TOVE78Sn6pUinvqz0Xhe3x81u04RY3atNqAUt/XkWJKvz+ftWq7OknzE9ZYsWpXm5DiVEbKhik2RnnSQDRSry72OeqSRVbff3G43Exc33E5Z/s+htOeBcjXhfN8xrFEiQCJK6cKVLFwXwCBI8IV4fvRwFF13tdC+U1G1DqjqAlQ63ZE4fiBjWpdp6o8NE0tkCM2CWmdoVw+AJSa103BNLtjDd1kk6GyOxkHnUjHWK8XXqVJaZOj4rhw1gfLqm3WGUJpdUUGWmkwj/+Jly9++13ClpaUR2v7QGtTTHJR1Rh4fUONy0hDjXhR11DFZ4/7slF40sALZDZhe0szL+ICtltcOzHhsrLBeA4ufbr7Vedf8IYWytNEy6vR2R7Oki8lXhfwjV1q0wGBV4QB1rIaEypERnYZkSaRBSSl418Lnz8C9wXbHMxWQGXp+sJKmNFt8WB/d6KnWChpkBAwfygjlQDFAVwnTkSsHcLnWCQKviVOPGIDiRu3o3BWDUg0PbqXscdU+B/CtRJ/tmgicvjLfvisxiiSmsLKoxnQ3qTaL2chzWyOQFZf/w6xeOtHqGQgJUDFK2Q2bG1DrZTR9qQ/sjsqhkHYTA0joswt65RwRhxUZ0tPz4kjhmBt8BGMV5kFEfEG32Y1EgmGdA+i/NQbXqr8elwdoDv2xgg0Dlp/FPneFvThw49kbDIYWEPX3vrtYWleNFXRHPrMjSdAn0g2raV6ysDVjiAel6p+4JlR4o2lEVCcPBpu8EJF5+2VQyEBKh1sqGQgAQKXEBIzjQV2x4WuTQ/KBxNnJmLqRw8HWcRfMp8bCAcvhAZBP21dkcOtlQiRioS0V3YmO1xyuy9l1MO2eTzX8lX0JFE8f4OY+6zJZysDj+XjV1J/NL+JykAnF0FQGISqRNqamcultML4H7gu2N/kFm0Zrvf2vxtWhNXxVVBUqTOMcJDYIoJiURoll3w0+C41qtR+ew2Xkl3uBZH62aZ7ufhp1JiVV9ejJb/YXu5XhMSdFdx3NY/2C+hZuvg9OfpWptEALJew1X8BeToojMPh5V83076ISAvlHibGw4gHs2uZ7aHq0A+ayEBKZdnyh++rHLf/FLhcqGLbGGvreOge37hASp/K5dOHGyW205kgBvZD/sIzBuRHnFgIE7S656hl7cKoZfDRCuZ6lGipJ6a0OoNjWQtQ0EBv8atlj6BN/gwEjg9lxg3oTLYGivihkH4KtriSZXX3CvThIGqINAuyuSEZ4ghASodbJjRl2xj/WY/zHjE1OWWCbk7eYBgvoczImAXUyZZ3WDr68X/rzsO2tkIiL3MghScx7AbP2XBKd5fEfJ4CzWO+kQfm5vuln4aUuploC8wqOuCzfRRkO0pE49aRy/9rlXg5nu1oBRukLC4bwgyI1MayPyF4YLWgipGOKkgD6jtQ62QthmCE8+TvAcJtv6J8HRly6q7C+o43Ykzw7lm9kaEINwHlEw+PianU+B/cvGPBywU1f2/6wVRff63F4FLhwjKlDUe8B0T3LJQxJvuiWyv+HAI+B4lZaAlQDfZrIgfqef8niIeN/7KM6PbrQg3wfMMX19Zrjgr/GU5cHepbHPYk8zBDIBjyDHy9TXm43eZwgHgA0urJ2l1spmnsROBWIQrx1N0hiaSQGnIKXfpWH53g765sK9CqzfgWUxS62VDEZ/kYbtDHexe7XWKkGk+3jzoF8olqHHwkVu3xo6bnzsi4Kb6Z9jR3IEXTODw44uFDyfwLgLvUoEuGNs1F9AxnpP31TwjuIVA+T132smS5nNEyLKvuvPTPgqWkYwzhjhm7g68KPuzzPFKe/670VjoG2La+vprGvEvSH9EkgC3rZZoi+B+4LssYdwBbYuR6yKkHgnZOWrknaU/VfzJCw4Rt5QA+Rqpd2a0O031OZYAujfXypKOcS/yciRUuaiO8ANShZ2FvSLsuQmaUej9cK46KAgpPMLbTHEUTMwm1Deu9J8Eo1r1N++hrFpTWnxdEMe747GEDMBosmGDDKhkICVDrZFLO1DhqcBU3/cvj8dF1qszy0OQuXR+KLgnTkwlddGMPCjWeS0uWJT9D56/wgOYBhUKJX/UbOrsTcvNJ80jhB5eGHfi4R4Xn8KM59uyAT2d6LpbdBZCXbVpCZi7ajWyZ30TtM4U4TSb5OfS90N4kdhGQgJUOtXDG+UkbIWaQTf/rh8oyIJIk4QgMZB5UjmenOlVkAal9UYHgn+IXNLBsvxxoo82k/msyjgPsQXbzjOuf89CJqWy4WN/y8OIlDjhGP/dV0x0JdR884TCcZGslJnCBJOYzPscIIfWymhW5T8D9wXa/qyeDTGuCXIZERZJW17+w0TkHiKH/Pq1U+kGyuKnglvZWc6NhK2wN//nyqawlNcSQZgGd9D2ocvA/i9SaKhHZen6t2fh9/ANu/KWeQDRdwXl93jHFqCqXWyj5Rhjgu2OD/4M1Q/ZqUarJHXTnnixefZ5utmZcXzOTC/837J0spPjQdQ4gqgaAnySbDQTQDOdYR3f+eHseB+qXCuwGzwV18XidmK9kpuHndnOlTxH1pbrV7lZr9uAlg00Cr2qIxsW3WSqCqR+uiBwapRd/8ZHQ6kezSbFkj6twQ/+8vBQMhMB2GtGa0jrrrh0nfI/wwXroW6k5uiFAyR+sfyGqPU9fnBnW3QVvo2WXmwQUOsN8qr0rvfhI/PATS33it/r+jCed4fecLV3kTjf4zyhngjni6EcjLdNZZ3Dq04R9GC+2clmvwsezitGQdh2UiS4BdAkAbFwp8uQj/4w5CZHFJguiBcc+61pFYYqMw6zTmepk9XMEetrXRJGgpRzeLq/GOYm4k4llRTNScsQJpywIlAFu/m5e9wnkgj2THQOnVTD+//9G32+bWNqep9aLHdx88cfzBTupiw7Y8z8Xm160K8ZB5Dorz6e1iQTUHuBLDX/yaWGEp6umQcSGHihgT/HpGWXuIbp9mOLa1T3gSuAXK9sbRaEo53kfhdvnGsrG1cduMUJId2aZWxy3YcPwJFGwrwB/WadQmRauKWOym60j9bPLcOwG6xh7kKTIZEYdSdsvXABmXBTV8OU0m62BAIANajmQy+nXw8X9ZbzQIq3MBAUaL6wEEHXr0KVMtGqOHMaqIP2m81XWWRdnZeypg0D5fhmMhcEb/+FyYIdhPjtaKLNxayV/A/cF2x8h6qAuiCGft3DrYDpIyL/DMXXBHiUVrfB2ehY+R1kA5uFikbzvgihiHuljTkuvohwgkFncH+ZPCnX7LTWMZ3bgEqqLvvlWvcbK1xmIk5DFRvJA1m78+B7Dr7ORdgavtj05H7yLB+kdHyA/Fl1sp8K3mC6QG/5nWNscKdwS61jKJ8Eo/J7X1J8MwTM5a1IoIfE5SQbEdbhvHF0Je2TJ/N+25nrkewnXED4yg+WvhUf8tJJHNm5Y8OibeZJFzlqSq/p5Yte0ek3iJ5hNRs7PYkYiTvdg84Nk1Ezz2wgS7bJyU7iII0Qxi0KWDcuH83D6GEQzilJMxod7jbypTEaFthSMsBfFgUIvSBz7MdyjTDRj3Cq7129H9wXbGqd9jmWsmuFyarRxWSns1X7srJK9EmWowe2038btl2j20Y9dultTmd03KSEKkJGH6x4F2iylZeiFz4Z4r//asmIyKwRnY0nY5LlJQBzNUTKMvzIhAtk+5UMRqSO23nJPPaXDEOmLfl6s1L+/tnK98JLyYphpJghlf7Eth+4JVO1DqlqkkoXbHCfmyZfQXSEH73ZWBLISzy9C4tcLeGRkIWo7984vI5Ur120Yfts17wEz2uJ+gbj4GNjATyn+B4fcgbzbVUdcu6OCJyvnlsNHTAGnJeYT6y3HkxLwhClHYI1bGZjaYXwP3BdscICVDrZUMhASjHI/zSJjyMAr2EijhszGoWaB+mWle9ASewr5yU2N3xteYEK+R/b7tisGnXhFrxJsI2fpgyUAW4xbshPzveyKGz1h3x/QvZvmgIcbig477OlF84wo+tTiQegoj8WX30A/oBepZxOqe7yXkcPjmpHUxA/NGn1HcS6RcsE8KXyJkfpeqBdkFCzQ5w4VfkPcs1goQ3kYPxlRh771teE2JN5e1gyE5EwtXbbZG/+1FIW/+xZ4KOgsB+CBaudZGhlbzISR5LWjtFuHymP+W48aAX4jMgEiiFUz3K1T8IbrPusl1RiAhGQhBKDPE5qOtQGvjkva9dEnppNPNIxt6yru83Iw8KRE/Qqu9ilgsllW5XNvXYUtZHaf5WsnHqrMbubtF7VjxYpDH+mRRJYP3CEeQ4qqX8knc12jreBJuKkGhO56UfwXZqBo3+W2lPzRvWyoZO8wMh4auLn7yK+my88yZAtYkl7XGqk9wb0o1RNLhNt2kEVwbuzbkf2QXKWznpxgJdhaBCfTgt4LT2e8eP/wmmo52mYkwWxpwmkdUVI5dWv1AQh1H/5TDCZ42hFQGLAvZDNxt3AvJCEnTqDyP3IKIwo/GvVIuZNSPt6v1DWpdk7bqev7RdDjewcD6f5c5DMMv9yNKO7f2vbsMOpYvpPDwS1ErpF4K6VImOgkJlh4FpOW1ui/Vi22EoYJkm6xaHetXUMhARTyZp2heHZHQYccJ1O7R+o1yxPaRbesz9cWRfQ0wvDDZHPfs4xmIWZkdcRAsdS+de91lAEe2RV6jz3S3B4qICj/RhIxe31s19gSfZBH5ex4smHmv6shCXMjHWRLn9Pxs4HgiQFOKKsV7/2OZ/sRkHg4P5MYhe8U6e9zv+lGr/tfkG7W1ybUGRQ6sVPWrGY5qMinTjyliUao1ORyMk0GgNiErXg59c+fWTMVAn5yWgD7RImyXlMSbWZmYMim+0q4TI4kdRq7AnOxVKt7R+gMfiMnRI8TPIO6g458BT/8UTJn2fxJlL1CBk2c0sMcTEKb/CHVCPf3BoIqJelA42kdQkYqETfAgLgUuc9kXhB/4+fnX/BBvdXM2AAAclmNQIg5M+KCEHqKkbn9Al9h4J2i24cRlfcyR2X/dEIwya11WTNJhOr34eXOBaFVmq+PCR2HYpz57JKeb3YEIi+3IERVt9vA+vQJHZVDJ+ARDo+2gQp/gft3kZTHYPUnd9irGsXMWV1VKpRiDewAl0REhJY0BFoTj/egPgsiSiHCfEsMweu5S20KzceMTFdL0Leqyu8bC+/1zmLr7j/VD/38rEPqIFemDrFH86dmKAEqZUWj41gG2TVbcUvZVDH9ubhX2AFAA9ZIHw83zzV9NNvWjdjS+zgdqAP1KVEHyeebzCs4G6D2zjwjgLpRwm7+WScheY7Sq7xz/Ciqqx26jrv2xoBjWpDL3Bdm2f1FK4wR/9q5Y3/SdoD7DdlNdy3ZEhEZoZ/TC+K/1VSAyk3ew9KbYZe9kNohxAhcQ7irBpevLkcOtkawEZTz2dnkXSVGapCWC5s9uuNJyuo6tJ37X9oBy12SEaxDVC67VtyZ4C/q6qPawRX7aCdaFPWyW9mYpH7glU7VGP0ONaSh+rCegOjBhlM09gutXUvNUqjYg+/+JvHqvv3BvITyTUaX9jhdkpwslI7KHI/UOI42aYhzGP6EAfAREbJntn7EPWmma3vIc4DZnNzhTAEQZu5nqKVRSftNaIXdQp/AUFBkPKIBRbUyUVvFPKhNZdiVU4ZKfOnAOEaYXwQMKq2VElqmo+DG/3yhaxacXSYbeIZJlHNfe90A0xg/d9ZIGbIqIgYBp8VSGSA2YlAHuMhQJLEX1xSNzzdCNhb0eMmBseLnjciOICjtywrfxGpuU5cj+qtUPbvoCscoQ1VnvbgLv4phLP/yMXZYb6XKsYudQwRMb9J34hk6b6Tlo6OfhKhp9PX5d3pHBm8NoXaEVa6Ll9+B5M/Y9cDdGoVuFltNl+F+wzQuB8qGj7X5dVoB6lZZeDXr7KgQvpl5btDBL6LtvCURc3+LK0PbG/cniZ3GiO35wGMGhopBFGlVzduXWyMJTcbM4H1IpXAQCAnaBaYlsY/8AcD+QbvG0WX8KWwZXR5L2s09ziw6XVwzKW5XL5rHmWIaJdqtT6COl0eCDMb990iaGOzRgl1v069ZcqonvGGEbuwD88XyJcCR7qR7paiK3DO0L1rZxeKJkhvPS7y8asW1lIo/DRho6htkuNLlL3gIQD93DZh5lPVlVuYNrBj3Ly8gUjcMaQ3nx+yG2bLe0nF46SxrAmZ/SmcBW1QoYDmH0fH4RT5zeCAVOMOtnLufhGJowe4ysQQYTC+RDFSL6jH5tZ4Dm6naK2/cFdiUkFo+fA/eAFSvcWXB2WEPeo1p1UmCBduN8t8/2fr7oV/o5yekBNbSP5R1X5fQAoCMMZGoj6zAcsajwwD9C7HvUXwmHI6F/fC69YezgkVii62U4/Xcl1bjVXK4YzqUxMtWhOdlM3txTgAip3172Tje3iv2mGmQa3EFkPugJKlIOqnZMSP0tppCQZPDAjon/G8EL0J3LSBuUJn1AD9d37ioULeLK67s5q/F/6CKIZJXqoFe4Lg2jeUAukdoAPA+KXfuhABI7K1Gg978Kkz+30wCx89nvzAeB+3WgVjqX2d6xpalrNO7x3g3FnF4snHEhglY9swvggVr82epm9RJUfXh7yFRiViZEw7YJ95yFP2QTeyAtg0oaLP/wHDIPsSV4q/gnG6wbO9pOnn8nGiUHQU5HM2phowI9BoM5hNHFmEkFthzRjkwQmx3MCOFHiJMDK4WrFaJM9O9YspuC7YzdT0e8PVoCiB4Qoynq6+/u8Sqca4Z9ss6bLk2P9JDmMAAD+9+XL7SJBNT0pdqIzNe79h6Q4aD+lTxFTKY9hTsO+/nWPrdIrqCN8liWdI32MXp8/StomOqXCLaT/LBqtKtUhA8P21L2miRJh/Dco2spqoTlmY+5+zJ0HphlrVUYyf+ftIfit5xU4DetX6a7EvZriheQe7R3AtkYrZLt9A4PySi/NxqP+sOsLaxAo6l+tRwdcWwu5drqn71ifOT+a4fo9kZAyP6BCU5azi+/EwMzFQKXcqnkhXP80tMn/RzI5CKEDfyY7awsaVqwD0RTuo4fNJtP2GIDt0HqB5fvKdlV3WQoBNgljbBMGGG/wY2nsR7JmSnBHzxCy/F18aXu8+sjOnI7WPNpZPesu+YQ38pXlZhBKaizxxsBYswTZ+nNlCsHfEXhADCEO56aSFyehnd4RlHseVvByjxIqhmTZZZnarAX8hvQsvfeK/QnHdl1UvSeZ9GLkpeQ3AwBIdXvCkdASk/2usnk6LmtATuF5nK6JTgspWSkZLrn1ofVNb9a5O1F98xGU2UJX2QDkNXanqMUfUzUVSPg4ovi+oiQbYClghBgF+t8GagMl0vkA2aiA4Z27ghM7V+3ALuELefcAFJcXq18vGG+FwwKxCj9EQITCfJGxLZqJpOEz/fzWVTUd1BDj2j8yf3I3OFLAetTJBvLSoWRZHHdwa02acL5viNePzAA5xc87uNshRlp1JIoDUdXiAWef3yFJJD1pSw1hTzY6segvu0SWTnNqvscN3xQQ1LReDTJpogjxORKAqCwdeKUE5Pzr+rx/B98UgVO9Z7E3nOfuJgB7NFCHwdBOzERuZErbryusNI+Q7AdrRh4+cIqDDWPfwo7AXqvSCDCeBYN9c+w5wTmFTGIygaERazLOwBjXnwimI8GPLS+50v4PwtLq62V2rI+hwMjHsG83rj7vGe+ufp/vmTFUa1uKOr93U86NEga4q5RQ5LYwL+B9gIkygqjVYS/ZzxJa1oIDQCge5sguChpZhluadZy8WK1/jWl0Zk4K21QOYUrsWg/AmDAgE2CqgScrH1T5uj+gUOKYZtUVkHMTfRieDVt8XQaDTlMwimSdwm2oJ+WEbo8reQdVMIFPqFa20N/9WM1E+2LJrvAYwvOQAuMic76H92PrJ4PiP/dFoPIf3v/Z4Ms6B8UpP+bwDJdQQd1gaGwdl5AEAwRQZBqcl03PaLMH/0RIusCCfBd7FFTJUeHwgfniBer6fsZI3sjAuzdvhZ+MrVhzVWZs/JhWpsRLfATutTUe53xlV49PYSiZnymxSHnfYGfwaZKF657V2z9IE4AvCgFxiUL6dfH9Wq5L0zQrVrc9fptV+AhxKb5ubyE93pLS3oDqszMYlcBcEIV33KMIF9g+5/pKD6UVmM9k9x3EA9VdKWtgOEbY4p6oe48t7mqsueJRXPGOASFh5B0JHQpSGwDFIFTafC0JWgFLrzZu42IwXe/AkrNDv4/8oa+6OMfz9060nvo08ATXKN9ERbngP6990bRDk4PJM8yXzLvPgfe+Yjsa2Amo583iBlaB3LS7r09Bore3msccLEIys7hL0cDjeHFFRfeDfzCroOvSPXDABFIeQoWHDtivEVJKP3dAR+8x3/uJOJcE2DOo3JsedFui5iPEB6PKmHOnZ0oajvAXVpOW22L0nUIeXD1jTN+pKeZ3kz0XEQ+9jMljdNP5GruUixvbzzkLr4uWspWlpZ1giiGEUPm3+DQeuXg5KhUzTG+QaZz2X/KOOTiZ4ZIbTMYihfvrIP/4a0XMicDBP5RTq/zobtq7WvVEgcuR9U1tL227MsntsxhOExbL3fkeMK3vn6HDgFAEqcDgoWxi8ekOY/0zjWhsTWMSGwJT/JHbZ5IOM8iL71NYlr/uNoeWkPx6uveDO7KtFZ5AGDdto1iWdlv0nFDHEJbbHqQ7l15xyXnDc9weXeN9ShRsxnzERiJHkhGklZYpP2rNjrKFBDDZPivyGamCeNHJytJlvZyreYRUtRsNi2JpzIAmq88sNvzeVAEhwWl/+95fu7j8OYJhzvsCmc05f/xMQ2Q/+Zuq3o9hG2Cf+U30LKDkE8BEs1/7Z5sVdX6Z+AIqUVm9hwunYJvi/rADNziduwXA5HSY6PPUGCdhH4yp3HqQvyfpeg9HEv6MVYcbGaxN3JFKfJXtrjdlYyHSCzznWZqMfMSUfwkVUdiNUnFjXO24YJHBJN1VwTVyyFmjat47NSXz7SNQ67gEXk4mJdojCS+qSF/g+KF61cWsuD6SURGmdEn76NZ0rcfIIWxZmvuzgr2C2FSurnX8f2JLlna2Gga/fFWh+rHc/j3jx9RKU54RhIddzOWh/eo3AqjxOwEGs6mCNiLILg7pUtvdd9SL+Okopd7eO8UpCbU83mGqY6KWBe5veR0aSF39WbfZD7P5g7CDGrXDBy+3xQmn7fRPrPbJ7ZVSVjPQCzfLJJ78m1Gt0tftSRleh6MGZcYqtSJT6WfsCgF58Rxt+NGw4acHRMl0hnTXU1cELZkk0O7HXdiOtwX0qHrG9V0V65rZBPQmGKmMCv/LQwOZj/ZNbxQBUkyTu7e9K4UBY5aI5omdaQrdeofngdhDNwAIZMQyptJ3HFJBT/eB66RKKMJG23I4vXzDvMbjf5OKMMnCkCc5QHGUA5pqE2FDv60RRLNyUqU4einWQmqN3FVEuuwM8owpPSFPKzBJMPOZ58SugL4CbBOfkDEXNNVbyRojN6C09HiCcJZc2eM5288vCnxSqdkRTRyDwxeJlkgYu0RedLblqsT6k40l0bRPZOanUfLVEnSHF4+iMq4I0Cf3P67MxQD/k7WJgcNxQMUqYbHg9I3Fdp8v8PIPEUgV+9FM6hRV3UB3VJeIa7z04mKHxYpAfrCniXWIxSzdcCLRUR7u1m0Ium9/UCzv/hk4wBqJcNpmcU4WbRYF9C77dhfMhMKnNx2jVlwKQ3wSiqV3b1DHCHmI2wVON9wBXpD/d7MYyguURp5RmTPo7v8RfZjf4kwN+Jh/Zkhs4vn4pkk6ICcoLzvRrN5SI6jwH43YXEgKEwUfkNsStt6977lGMdBn3Cpe1BGWNRy1JDvG99RPKEadkMebBAQucHVgRu07q5ALjSkjA1VLGtto/x+0gXo7aw24iw8VGd8vm/LHdKT/d2rlldkcziAz+BFPSbP4dyGd7g/LZB3KMR/bhOIl5krq05Ti+rGLALwAUaGEnqa+rAAuIGl/EON59TYjvkx6JuGa7L22GNTw0QTRkqINti+JTNIWwe0Xem9oTbhI7n74WGDoJ4mjtPrm17cCT7+8k68keyTfYAxQpC32/H0C6AesHG0x93XiXRBDpgecIN9N5wbE33lo5BZRge6uxhOP2h2spXnwPr0UYlCLOHQvPJmghiYzVc2pbkPyB7HOl3dQhKcgn//JJmBDIuZVqXh4GOECwv9bYZh/aLjeirCrECZKuLWdFOKDEidaj4aHPFzf99P0PRqE2suLav9H72y5YNWDmu2G7E5+BGBU9llOxiobXL/XwYN7F40pJDQr9+65McrGYChPFpcT5+Yhhbzy9hd5GgrU72vDq7eShdLGVFuZO0DzLqq7qQyhgmybv0ItrMnqYppezjSWutxV4FHlpuUNpb0x8xIXVD/5LbpjePEjVXoyqumFiGyb49vB9+J15G7E8kKacd14cqPfPGDxBE+z3IDZ3daCOiUh9RB9/G/D9dE8rS3pTNRxU6ZTPMWdiLNUNcXEIXMDgf8MOlA6gwcecRFElbHtqTirbxl++3c5nRdTfk4W6fT/vspimLkYR+kkRC7T5tzPl9vvlBYq5H/moyh1iV6hwiGudZ7S3KK077d0IQF91iEHy7r1jGMUPspeBL9zhkju/maO70HKKhDx32HlQNQ4NQBogxO6aT45wrLviwAS9jW5lQOmniNq6kxwWXjTT4S8EQ3l79lS1dumg+8wscz9o8vzfEjkH2NjkmZi22kDb7jUjPxF1mXB/PEvDv7Al8rZ+Pp8Uqo5i2h4ROWmXJqYVbEU5LaEIyhFi9fOjc8eHE36+BdLG0aByVr5ny9g+/47pjuWnpE6K0H+TpS+JV505YgmXxJJLUyn7hkFWIeMWnAai/r3Soxcb+uZdXBCAAZZriass/CfFBQHZx247+doQ4IC6S+IG0V17l0BtPltStuoIP0Wv1eqQJGgTQX0Mh7cDURCHZUX4R5i6bJYwX+ju6Il+VJOnjy0zK5l70/BwqBeG0POfYWVAXfH0zXt80VNNot3B6TwgNQ2Afx8GjLr0eVoxBAJieHUEPd+9MPN3QNJnWIHQ+EpK3jns74UTQ4b3mb4z9I0b81OqzT1iNE5UXKhEPwRDqArJumq0knBGARvMlIPgNRN5Qoq65oANVbDLGJBMDXRGEXnWJHx8+Vpc/r3h/3A9ElK9mON8xSmmCGmruFa2hWt7YPFkhGbYJNXGXSCCwaSPai+JYHI6NIwxS8OmGXkUtegN2lU/z7pn1RESfHblFoPUR5HWAX8T6uPaTsZZHo7tzWVofXtRhlZj6OvJpBn1MT1dPkO3amxL4PZtcXlmtlEP9jK0QxbqNy7Pc2hQB4S/mRPv5TSTeypTivIBZ/B29uMfcbyueKfFkmFBYVhjq0XPd9p3Ru9Nl+N2Pr02Z5UGLuWR0uje6eJ/iKM6Hd0vsQxx0hbBTNLoeugVamlONpz8vBhsar/kber86TOxrA29tZLBu4wDG53V8+NGFicu9c1QzQDDAdNxIffhpckqiB0O/+DMGSt4tSCi4gTz2J8KbAv/MuqCqAFbdEWDqtd8jxdQ99waZmVTP8HEtcmkpogt0hOAlvxCWe5pIOLV8Yd3xaGwJNdmSyy8ZGVVn45EmVealxKSLLvx91hs50Cl6OCxCFiAz+nfX9/buKKx/wZZzoAfqa5Rmf1vk0GpWksik6oxDtX/ChDM/oePvrT65YNX/6BrYQBPau1v4a1mb+UoNjzc3eFYAGfym7zSFJ3hVa+Vj0I3Iz7Tz3pZZgERe88DuDKRc6fptAeRkOpa0s04imn9/dcpxkP92BrrVYCU345NiyXZAbuPUebkW/2xn49Jjj7VDJvrd/sDbgdk2XRzyexg7qBLqn8f7d2Y9cv5EfPHKGDsgqB6hfk/hAyMIOfPI92XEHZe+yVkS+MqWWN+3c/RnZK4k5QM7sbMOMyWBZ3Rlfx7ZKGV/VV8hFPyd/SBJxqCVL5vQ+uE1TAJSxrnWKB01By1lgUxuLE0CIUQ9YWzZ9/Q9cMy7zCrn3fMB7V8Asa+iAIlWlFX4DBLDST8gqDoMDqreUF5KLLKESP4fcI6UswcRTSUGeegHcxYUzdlm/ZW5S+v+WXCIpf2JebKreIxbAkdbXTfWIy43xsSVToG9itqHr8BMGqKS7/9ZDY8nXfRSSiDjFvNNQLnAK1EyRd229g1DxvLN7d/HNdkebnIy5JYVMKx8jxQF18RkwqHjbn+ZgDnyGBC65tojprHLcvw1bXv/bXt+wUdpYNerzR0aj+V8E4NAxL3+xAtcW6TPaStqc1aDbNjGUaZITC8yPIdwpsqolLfKnZLUsR/8UgPwpkGK4QIOfR7uVqZqEm/9EJL4TbiSRC5mDLyeXhz7EAGG2DBhCRbv8Rnm6cNiNv0wTyxznqIPdS+BLNtewN9EjvzRyae2mVA1rjNDIlenG49S3sxs7XqlTqkgp8pBLoTv/70GpqF/1HAp40xKCz4dOiQ7ycBib8gIxyvFmYLcqQOAhgSah1z637ES5jeUikTNwGYBF5GDKX3DwiWoX/pJ1dBKONzp324r2CvfUZJO/Wf3gsd4RXhyivFmJsv8Hx0srNuM1rqsXl/lthtggS54laufHmu5m7vnV5B9GOL+io/tgunoWhCgyHFCHPyQopNOlJYE4XcC5T/rgInJGwmJN+e+UgOx1cJAlh6NfVNa1nxLh/JDlkcYToI/EAG5aC2byRdI2oHGG/DK0OK+istmOejFJfytp1Xz/EaIw09wjC8J27VLP9qqjeDPL9/wZ6pL+xlkPmIOA+pFk2qzFDsrLStBttQS/GSL+bEnrWbShlgi/DIIgZpBcFygDzbf5eNrx2QAdNvaLrU1rsLmt3dgakPTwDOcRHIN8eI2zLFv8yG3K0HZPdyu/Sqhb+7nns/vRE15DZiBgsVStK9CCmAiIM+IkV32JIQUHISFA7t7p5lUU84zlCVrojwxz+/UeArRoZdfY2Zqnnfe8CtpoLkfqAKC+iC+dhcc9PMVmgYpxYjYtmiWoEIjlb6bHqoBPs09bFpIyoaF19nH5RawcVw5ConQ0PGPl0Wob4x0vQkg5TTePt0nv+JChcOhcAQSk69VAt/6e96OTi4zlIBuuFQxE7IeP2tww0ZDJ0B/7YMFQd+CPjSYAwjgFtHPO7XqLosN6xlrDlr6EdOzZH0uWtAhrVFhVB/NkqWs1l4mqut/P5IQfQJH81sc5B4Nm3Hiv80TcKJ/VVuMI+fgtGONsyMGS0X+YDfGF+crMvBr11NtihhvQZw+uhJobPfVr/2Ql9xx7FIP5ve+nUwxZcOByIqtqJRAUtzRqXmLXlcQbSQ5L4Q+xzL7aedL/fFRuxRBp9/xE8ByNQ5xatzbAUND/dHtPaGuxlJ0bGzJS6hgn0QfcgMPxNKh1dwG3b3dkxL9neMEjaIV2FiwWxprVYlGR26l34HUdV7vBp39PaSgfMB5BDFH26xGcnAFJr9FLHYlw5hCHsmacD2Kw0OcFQ8LnXvlJiDOMzSq3QCdmH9jZ8J+lYsNJIdLAvTq7g07adT1urtUz4OorP0Z+56T2GYehzZW1UilIUVKrTN3IwSig6XS+sXBYZGlBLEoQUjHdJBWLsnGxLKDR/8WNcipD6Auc3zAeq36LJTDNGDlkXGNr8u7x3SJJmmOL5kRuji6Wdl4++8qo3TmZnG5t+gEg7aQGKLDllZGAliGRfScgMYgWJiNpdVru+mWKXrQnotBkNMLISRHkv9QHVMqZrGz+vJbH4Maam6izbIMT4+KOBkBoEOiYbrOExVNUve9+nU8mP9dhMTBcDKD/wilCxniG3EUTp7gl83kOXPhbOMnZmCP2xvxk9vLi5HijkIE/ZmNz8OOpkdBrbd8qsxgRTiEo4HKilzb7qhzr8LwZcUBStfisUcMLhOHRuFAKdA77IIaOQrEiSBtuFlLPbLu7dKK9uv9rP9Xe8hEOwBiJOiBQXlR++fo0LsHC68GeE++OtDmxdK1gAxrD6cK9jFZV2q1Km70C76L8ZKkOsy12KT8orA+pu9JxVkJDoSKvZmVrf77w7myVPWmSaVnOs3Qe7O+u0UKr4PjirEyi/pXWw2gSMH6L4pMVGITTxntYUA50eZwb0e6k9xt36L82DkSqQuy0o2zvFnzDGjyS5ZkP2zRS0lPOi5ddpSsY+ost+7sjG1ul6ZM2IYqx2r8Wg6hknlegmKx4TPtcp1KeTTgkMWau286Zd2OAaHKAqqKzxwGDcDg49z8UseTu8H6DEpMgNdH6Rsf0nNt507usE8v2h7J3+WbWSaNYNEIWf2MoDPDJyHfhktnhmaNtf95irqIvbkrVDJrv6RViAxsHYepVrtx/UIRaGt/jMpcWOJPtamn7nkPd8KBz4Kb05YXowQd73e8kaMfF8A4fC14tNI171NB/hOxAzIZIBexuiiv3mkf4R/AHus1Gl574cyNtvxiVu5lp/J2SZJi1oYxeejyeyDTSZB5jmSKhg5DW+tb2nMgAqrruhiqoaoHTRO89DWizQrVEwmx2bxK/ZyCPpQr7ixTvN6sRlpqQI+vtbNtSVjjrzDSb6WZl/2+d/6nygrUS19N/PLVGqjQ+Tw1KgrW41yNwA0QB1c4AK5yJFhgialKHjxOb+svWAPGZpS7ck8LEG8AMNECq76XqA44dL9QF9SoQ0fqSgC5sJnixqoAh7EabzWKDo7mqZtKYZyVmKkMuLRyQnOWmsQm0RFG62XDmvNqyEktEiahrXX6Hr/A6iJbx8vr1XsyziFejwKTNiMFSdqtg4IiR9sNq3YpFvGh+rYVsMy5JnKFN1LBWCOd1QmO0FOZ1pNgMTfwc8lvQ13j5dQSqBAk/uMD1sT5MY+45GnK61VxUh+S6NCG6XMKr69/FXW41Xm++gDjn/QjBPgkNmcrBEQxmpPyFEV2NI1tQo/Ktf9BD6DgEEYj3552HjG7nw3fcUQ1NP7SXIrZMwoFO80aeusJmmI/apR7q5T34D7cAmMEf6UohBmv5z101Z9vHOf6pxvqvYutIFHLkbyLq1NRb/ojikVSrFVadiav+9lfNY2Iw3h5e71Tke+oMWjCgeSy6XAzXETbkxe2hwCYKn+f2e4vKwineQ8BTMQjS/mCvkLUf0pCqxVDkX2hbkc8orhRAafL4vu0G21KMwTvyghMocLkHtbhxDxKyWSNB7Uretc4iLuSS/md16pAdufE1cJIAAvi2Omf2lq6j4imKJo/BRAbrA7HJzXZLb9voyed4LFhbAkfYZNJNy2CGbZk0COS/VhVFsxeu/zqCaNdnPz4gg9IyOMqNnPRx53K1EhwV/FyZIR9/Z227rnCOImdkQ4zWhpPivc3S0IJHmFXz8FybHP7IE7OijouFGQgIg2rh1rhbv4c9qGCcHruSFEdAO9uei6LB0EESKBEzqZ9pnDb/cACO5ArY3resbdKVrBmnUn8EUibJqQXPIViRMXmpiAe9Pdz1Ua4KSU+FhJfKV4SwfCqdKVNQWsPwFnTxkBIatIGUKUvd/dDGbvSP6XJTghjJ+MT9kU522FSsKghv1zIBPtkiz7FdcxYc0R/+xxlqOscW2L+bPq6q6Nc4nnmHE/Xlue78uaasiBS/Y6cf/pO7K0ctcPooijuol0N9+5+zveSpS//ZdriU56YwLTnxfFvPcsOd6S6UjBYwHWyYgf7aIkhe3iIuUUV5I4HygtP+4PAR2mHXUbsvA9DGOP7Mi+GfzP+ey3fCE9xLaQDyfhTLfFcmfoXtsy7mpKKQ505+tcKhSsbh4XFtH5FMmXiU3gmCX9eYTGfO2+gvEcv/Iifb+/EIgLHYiPwM7NyO+ZgaM1ns9Zfq3MgFEEJeeyvsUgCBTFWMG1EbJI/WWESgFnWH+slED0mB4LxUbf3hWT5R8/g+pW63cn6KjxyVKKOl08m4/Rdkhqw4RFb8PtIwE/nPFhgR1bREEIlhymCBTSH51HbBEZyxJ8aht6mHHtvvblhPVZ5GF5Iobcwv8YXqliFnOMe5qWLEQh0Ir2IQRUw7tRK4kMi09K1+jZIc4XijwjqxcCVCcGSWKSam/bq62ajyrTBQzdFIiGqDJUauMfgDb+fNITFPpGIOt8qa75O0XxRdaCk+DZOb+67Wg2A68PWeQpbCTyWALXG0BKeCAAPf0vJun/9Y6+qcB/ut5sedz6JKB7Ct9FJq/6BRIqE7Hj3Ha6VLQo2g+V2G1R2t+njNi2L5OPKTobw+HnAHy9okY9NrLjWQjICkzx7w+TmgKIXelej0QZUGgyOiRLzQKDBfV2mftH9NpK6mOx6AC5Zpxj9sCaRSd+lqLx0ao6ZM7o76ybZ9EcAAl/hBsfm5jEumEauCdM02WhB32YC+lsieiWaFrxfAqq93gCFbHoIa4Ysu4De/hPfFx/WNyvjE79o163BLpHEVaSGUq5GSOsqQLE917vlU+s+h7OxkDr9UTf7o7vkP5Q4wPQbpCtO8m1Q/NpBZkA8j6MiD2qyxILBxz8w9KP5KcyZyTgeo9GleL8oBZs0c/VNtxsnUIi/6rpsBisGfY4B2PAAgAzqw2xN3RVaH0UO4O07kJZtLyHpkzyQAOg6erPjpNg+Clyrvq5SPuAktn6CEjTfTx29EuUop0/ezIwvzTHZW461MT44fpH988dtCKoLNQIG9q5i9yvQk6FiYTYQQNhV+m1s7sCLj7yIIIyLhgppvORSeLT74tCHJIYTOPgT1l99RSYJ6FofY29m3GsclkscdIk0f5OnF+F4wWwbnSBEdgk4W/7u0XqzEwWLSzy2MISBGOupBfOunrBlK2CSqOb0lJz6u9hiPaqjMxwuIcvwEPScP5APrInbar7uEYyH0SCLNpkaR1MstQu03jgJaKFsG01iyIHucf9yZfod3Ez4Mxvzsy6UMbGUZojUx8NoouzJiQ3FYEkrSHU9/pSLilm84XPNQPvPIINuTu9zoKF2d+P06CSO4rM3FsqKD7ZDbMOdZ6HoVSl0+Q51FR2M/a9zNDGBXeojVn7XeY84jDCV7YTxDl8uHgHJlofx1yeBDHAYHJMJEB0ZE8O6OKUVF+VSv96X3qcFERXkuXs/ROzHDKdZ2jTf6ImougRJ+L+U+0DvaInWthH76Ch7uT+ZcT81FE5tJgjbFx8C/Vm+pvjcPGfOh97CRPezdwySbOrYsd9UpRdajwZ6pkwDqtVpFOS49N2MTz/+4sUkRHF98OMal/MTWnuwEjcQx7RumzsmwV19YHZ6buUqQ6Ly7eQ7+PO8iEAACbWHQDu/5EK7hwFInTGsPCaAde94Ka6LMyAapi00pzrLOjerf3FKKECYUJbpfm2gZzrxXl846eFRRdhzaACe/rHklWU2TOAC1ctKsfE34JOP/GUWH6WRU31nEHrj/jK3UB/RkOhYG3r56LEz9MVD6i+IsCRf8xo1mi9kJdhkB+onX6y3fFZ9Aiy3YckN2ldXnwGUFSFSAjuJRb9BbnfM2ZSzZvL0fS04eQdwadZM5OoXp8/Y8hU4la2ML32EImiR1u0Ouw9yg893jt99JOqFGJq5Fj8FfdgqkvByab6WAK8B9NK7rO3h/GC8qBB8UeMiiHDlEQxpM662VKQj9sgp/LiEj+NTkS6/utEo8BucoIAYTVYD17f+03ix1ehv3jd7Kh1xwMP9t2Bli/fDHnG3d4IWxCCj073EM+6k7R61z4Ur8uJVyYtW5ZZYChETCK6LzRhAQcnex+03BGsBGwWIPVW5wLCALDN32WiJeoBWwRbSrwLb7kxeHKUh/Xt20sVtEND7UzVg5OCrMKiqxl6l2kh+0FKZxnjwjv8tzEynW3u17HDoq2v55DwtTgU8Qlt+Chl4V0vRjtnchDN0IeXbYfnatZbBGn63ClDRrpBDl1b8Hs7e78Cys34vqS9AvCLgi9iRy+KQBGseMEOuxArieTgFqbsHt4OxWkjq8yi0ZQ0wZhMXfJDsirbHNu0ocq/mbFJbumm2keqMGTJNEh8x9nbLUqWYs+cRGTmdEi+UzPLaiQ2k5KEPRf1uH9//5NA9E5OfECdfj/yuWalOe/MvWHA4C5nqh+yAy06mfLbWzgRPw/V8CnQcYaym2hjXz2E4LNmuI2yC2gioMyKwWRl+inCgL+508TTYXjevuZZMpAgzTJHYhwvazUcoa6SSs8pOjhfWSY073irlWL3JGTp+MVFmuV18Uufngx7bwtVM5HK3RRU09qc7sMbeVTKfRsJDP5UUu+NRlSgk8R4XLIvyg0vtZS/e/M1ib30Ltws1A0hXb+F/h/aZgSD81BHJu7qvXbNfJBP0ixixCtF9HpgJubmu8ydCOGQmbfs+VwtWipszfFfTAY+JS7UEAmSQgZcOSEL2McD//hGIz8L7PZthDv/TZ31sW64HNSV3TNuqLX0juUxW1kaXzJwHt+0wthejjH5CgQS9sEKkes0w/Syym86Bde9uP2+Bx5xYynvfjcIJpLSMnwgPR8PD9yZN0xAFYGz5ExDQ3oKhAgP0BEbOMzXVrZ6iEU+dZO9NGgXJ+XpPwPerUt53VsYslGsO0MFjlO5KfLFCTnvM0B76CbhXditPP0RgFu7cVSKxXBNdRNiup9IBpXnbcgjx3BVNMVfExEc3QmpehJor64aho1P/ZXAs+u7u8nwu4ZVuqzObrbGBfAVvei73ivkewLewDgDMGOZ2p/CCTONIJmEYdcJ+rifCDb0Yu4/X1PFicN0AeKqObhQlzZtisSy2th8kkF8de2dxybs5B1AVKoya97UfAIxNyl6jc4k8NYV9pp/cgRnzGm35EwuFiSN9g3WaIcVbZrinxoKoC78Gb3tD61RGRhSMhSaRdl//FAg7D4sE5TcrKGSTpDrbDC+/v5EEgOYYRK284Sl4f+oMBskUkJX3TBZwXU8nfULTHqynN+WGCO73rNoNleQrh/3G5DmHt2ViUyLMYLWVdVv0QK6TlR98ulBmVrtsyN/7yBOyxcg7ojeMv6M79O1yj/NsncIAl2NGYK12JoaTjA2IdD4G8mBrj2uuLqLWejU+YFpu+2LxQO5rBIFJtqwEZ5PVMxC+LeMaAH66crtWALfYjfWwVkbC4QF8Pp+cjkWjmNpMkLl+uN1doIFCHGic7IKiTKizL8gAJITe2EBPPj0TbVwV2ZISKMxEfozdIZFijFPzPl+pFGBUXS2bqIi4jkNy7JKqR+3HqEI2MSvd9AWn9PNKGgjDCkpVemqjJsnByTxJ11PBeLgiSGWB+UJahyDqt/zkjLtKIp7u4L7ztyCZAvwPZmnpVpAs685vHpu7EorPlnap49E7139L376Q2Uxi4tDv8Q4wUc4uGtsJ6qtwt8TepLju+zZVAMYiUe3etuFscZg+Ipo6HG7j+/A4DO/4Gn+8G5JWbgGPSYfOo3az+ABlCwCIVM5WWGwUAQH5BGLqFha1Y/X+gGgDtesDQRFcEMGwcvcG1H4LrvH/MubF87u+h2me/zwOkjLGtvZP/KjTs685nqdiUbKVWxy3bYP4awc7nUJdjpOQjemuXWpgWjf6E3r2wyDAtlIoq8ffkJfhuTsR99OTRXDokq0sU262QjK2yNOsU/+6Pknvrlcc6itqRF7ibCtA6sHYA9WY1/ypfuG43DOJYFvpjVC6WxGgsMEVvWvH/emn864NHHGPHo75X9aDoK/hHan4MfKIY+hYn5J29sfxttEhczrYqPVfY8Sg/ttF021Djn5+dRswOKOYUufjO49iANzY23Xg4F5wMJvo+3LCtCKOPs1EO+gk+WymJZ92eifn8FG9+5jO/F54GwsGlcD4oMHtD9RabS4/qWWt7SADn4IIBcgreZvfNhtCVroay0t0DirmnD6v3emJQ1ClBYhsyI/7lDd4Z2PFf/pqKEIJh8SerjZPKJ80LkGkUjXfKl2GO1roCJrdjsSgMcC4iPeVvFlWseE0Sjgbs9GH25efooQEnAmkDbQ30sPTQn6BH7DTaqntyBRCFyDw5fL9eWfFJPf9EA5athPExPj+hLcvTVQEhWk/UCCb0cVCqRvpBuAZXTVqOybtirSa4127sUNpV5mnGplbqFE8GtulhMlp7DdnEgPwu8qXFCW43doAkdp4+m3c4C+j7iJCSaBEB3m6qJ9yLND2vV8KGn3U1A8zhm+PDJT6c7u8lg7RwEvpfc4KxOhC5OJs8ET2iSKWM2NFCXshivj2bYh9o3qvtgl0tT9uNpnsV7mIqvL+ymaq9fdqGl+z05+Wh7vS0QAyCt+Wz5xZvuyKuUCYtF3qYVrDK7euds0WG11c8mK3UDd6ImWA2TXA1x3lkjxNxS2CeJYl6ANo/r9yEF+nkbFEt5TszulrRKM5VfFQDOuh27/huX3MPnqdNGt0GZMGZ6Iwe/VxKScFrIgGeTCdUuIKDxfVNJq2QtlqNg3F76QrqJIAarUudeFkirI4TefL1yxyshQ3xzeJacVEEHaiuh00VXqJDS4uFibf1SBFriSNjyT9SSxuSuxf6z1/DrQp49TPmJNKRM4f3yHGdokhK083a/p6GVe0NvTpRFsO38prQUQWluK3BWHmtwYSswBL+kA2yrSM6rVIn7hmGxl94ifxdGfxr1tjTBFMzcJ9wyaTCf6mfhzJBPxla468kRiVCUzEi8f3Al0xmDZ8vSLxaWB+2EMiwgip+yuNyfHqipywvyK9M3gmMn/Qg/vj0JuNwVO61GdxywBiPBudjPRfnqMv3TRFnuWWFBhSENVgP8q37hFNgDd74DiTuOpW8hNgAGaJ9ErOM/OFbiSauFaNXVU41dazSFN1mJiLfhfpI6m3hVgZVqN7X3YIcpp0l4IAw0Nk50mu8/Kj4TuRDrbR30dyLChtE8C/pctSSaZh3GseB2Wjx713LrZdpcttToKBwJqRq+8+Q69YL4AEcBDJ+ySMy+6ds1NDmTTCanq+rzboYaDqBDJBjdztng/XAWR4CxuKTF0cUsDiboAD730aqz+BzfBlhD2ddy2oLiJD+kkHodt0lHPmQQdpyRH8q0tDa1cC7ma5RaGUzCVfOpXXX/cXnbU9e6yZ2Ze+p/x/gCoblu6LcHTRbd2ITXrszoaGI9AACs0U1mKtjtGAQJEyPMpjU+m5KSWPdUtiAbcawHoVHbCykFhTVDVhuSZrrfohxiCg+NDTvwBo22QavgvlOd5puOkHFjBcMK/NmhppvsagPD/3VldJGAQ5GbB8kAKPgphX+E4G4mHfCitNOikJcRIYFYkcg8vDj2QyizBNKDjzLKplnQpCEquNLAcvCBiyhDUnUwRA4SX+6Y+AHS8I1yPY7ct3HgjUfE9xBHsMM/PFJh4LMbJ0+KRaFe+oydp4J0kbjf32Eieevgp2PxodvKdfCErhVnvSc8VKBl8hNH/PZlX6+ck3XcPGhI57fYnZgPe8MpRk1j54NE7sO5oq1mQlUp8zeEc9ZeNA+yv6mKDyIGW6y5W5KHv3nbW+SA53yyVCd3ZHga1RL2lFKS9TOvBtkcvH/3UXuPifS0XfaKrPwGdowEoOGSmptbkLGlO3jFaED1SG1wAUGM+zso+LLqILp4Kgpl/gmh5KOARzN7NVLEtCwDsmpZUivLyU3X9+HLwuD8iGzx0snM5cDgy89nJ7R4gBwnKUghLpI5pO54z76KeL13pTTvDorQbAI8+s5nFwBPruXxbo0E96wKVHmy663zorObjVoQTrG3mPF9gSY8S/2KxZVJron2X7V+XZPtWLX8FBot2CY+/x311Pz6maTwQSvlS5Xa4UM759po7ZYzkvE8GMaPyWf/Vv0ZBAFtSei+gFWMLB/C4EoZslQuIcsCNFWbLo+JAxz5rlF3GtVY121r28lbGBQt+VsmJzsEGV6B9hGE/58rqc/p5bUKW/Ipm8lQtTcYImYFIAA8HHbV4sTlRTOM2bRPTz4XHRE/jaTWA/2DGJfSsdvpoQM0kqC+0sgBp2aumdYU0PWZwgSGkum/GfqhjCjgNS049hu05cBRV0fRWpuNd5zoQKxwpC7cNDwMcSWSkdah10Xda6PCwBAQmjy2xvwmur9pdFr1jOsS8JF9jbrF6Z3CPKT97libzIfR9wN20dZQhZb24QRYYIA6UA3UJ2cokkipSqzgBx1r4vcIAAAdRtz93KHjls4nOwJAQfKg9ciD+3jqdEqZIlLtJlm/hroX1ZIcZ6DWbOvKI7qOFoQBOYSVtaNS7EAXjlpiPlQTap1mWgy2POpa2rtHR61IpXY1rwmhY0BrGXugWGMonb1537KGKe5imXKiLeUZNiVjUjdPe2/T0T3OoDzpoqU7G++u43Bui6/RL0CZm6DslPwz80BRjngBcu+Eq1Sx6qEGtVm48EjqRs+Y2Iv2L5I9Y//0UyBu0E3FI08COMTVLH9ytFGMfsQdBiV3ZSlji2gGVq8bHhBxVpSSZ62UOSoIbrEyp6s8TaVNaLEo2JePS4xNkDwJhU47kjgLofDVZAse7RGO7ihiErWdqM66vMupwk1nNhB3pmitOIV+PJ5OKudD7DkEtJxlTYeGlWnsIBjz5tGm3p1fksBiS5LwvUEJ/BNPLxJN1Cx1bYZCDrXN8KXQHKX1VoxWA4dpJx2wP/eeDUGuFAASq7MListRqXqls3+4KN2AmbnOLmZx2fkysYI8bKGLFJ8KpbUvWqrQ1IwkdAnXhdNPzQfS7Qxg/7UQFkg6EsUsXK2GpIFzXhj9eLQwMRLM54L/AD/hoier9MVfQFHx55hvSUEa/tgTEMLpK/yVRtxz9ENy2SsyItpaWs/M/CIpSvx/a4WQn2RdODWt1J7SkHESIqan5yPIKzGxsqReRxwU7pp+c21iY7OZ5npp+OAa3fXuDT0GJj6WlJ/p7lOQQ9cNm1h164FLy95IyJ1jvRvluQ9d51QziO/jeJvej93JW/s/lbFLJBCmkRuhIvtNOR9bnSOlzmokxUsAVxzsRipW66o+FXQpkuDjJgK+dorLI8auedNYNcw9Ej42aRWemxyjjFDVLkNG56IhUhToaoUHtpYnQrxkzvVeQFAmFVShB2MG6QJRvjkadOK2t3keUIwdO4BMKLzwnAgvLPL3Srdrgdd/hxuVTwiHTByoY5LkfMqZjmaiIqlxS+gYafEqx6fPdi/9Nw1XYz2Q7uXQg4yh11NlC2syuhsbf45xu1PC5W2tSqpPN+sgZq1XOv+7LkDT8Z4Stf9hx217NMCYx/eg3O3tdQIzf5849DIcsXfNTfWV/KK1/1n9wTKeH/hoTchLdhDLq9nc1wwsJ6wbfMCdmT1nkHGK8pbPJRp6nQ9ei9jvVEYJWR92OtFOrBCYL/9EkV6pEF6jWJVcg+Ge1CQIKphKKl//mjME2oiiNSViSH8Ca/oMP07Ijsa/9m3rHloeGe4mmQHk56yv/uwmSA3NhFCwqQrSXQOeAHyLqVOm0DF2JSiGwkJBvfzEbdwqaQWLy9YyQmC3WPDHuhru+1ul8x7fK0tTLJTL0bxNKL+xmphFMj6OFfh5LZorayY+qOThorc/XqIFDFXPvQBU8H+h7VcamHC36z0p0U7P7XZ8jKb6wIUjqDcOKIWruwb2a3qzAwr8fTDc0VLncy8SobzGDwlzoec0Ni+oQXVlmD6Yh/lhHqTJycURT2mq83zeYUjKe5Kxw8pW7j+IxhWg2u1bUf3yf14fNA6waz4fpLoh03WJBjwlzNombIuN8bzz0Yy8XdLmJ3Oq30PL34ve7KPlQmOuVH1whfdYq/0S5i40ZeP35u1l3vtI+5iSohjIEO+uTh5iM++gYnvnfFLRF7JwcD8tUvY5wsRFBxe4CfchaTwPeB3FywSV8UbrAQV57Xwcdkrfs65Ph5woyBq46wtdzwa2djgK8Jl7fWT+XlpDYH7F0nbHrXiW7mVYmlTbN1Y+6x/IFCnfTXlhhqFz9QIbfHhZujQr6ngf6HLQsBgc5Pq352OLyQ0U/UBk68wHhUfckFLA36FfVVs3V18TWhaFTnBKXDMeoll3qusMSfq1Pgn9mgUwacV03cPDG+Qw0YrDcTzN5TzZRm2ZHwYIHoz9B8vWqzgDLc7Y2v44gibDxnsJtAsk3SqZHDxzJ1n/WHt2o6xnMYl/Ntfh/yc/e0ov2DoSREOb6GbnAsfNCRGposlGJZXqrTIoAESiCdoTQZNovde0TPh9yjPUxz4aX4NcANcCidPEsD3JWkGr2DJ9dEmJQ26+uXgPiJOs4zp8IPN+n/BfH+Uk+f1k9cc8q3Eo2GRXkQ7EyKq/2TJN0pu86N7t7iEMEvxCTU9Biong9FBvV5lVbYLHzxhB/R9yYnVRs4AvdTwg5JAOOVU/b+OHnSafmDWjKQL6zXb80PsCxRsdnJvajjvPV7AYnbAkm/OvX81R18IA+8plqyhB9evPh6ZLoxzAaZJSyD/71h9woSLR/0+2EtXvfyScYew2RJ1TX3Mr7V3Vet2KUzU+IDXJZrwRF87qpfgwxf3SJLSTosAVULEae5clKCHnK9RuS6kO4ZR7gTg83tocQoEKhSezBe6pBNRAE/p6IGrBCBPAU7kJHtXYNrqV0yNkicPf5HXOrfJDF7WoMHWGNMqIf3heSqCGpjOwiIbNutguG5JcX9enGNKFByWxKV7CkHoFsNRPc7C7wNIDhhD0iiAAcle26tMSC9jdnXnJo5yEAG0JU9qE+sJ4l7FVyjJ8cZsv3x5T7yO7jFnHc69Xn/cS4f3AcWxN+MHtPEhYUuyCmJ2nLBlHjDiEIVBuVIjd8ajyliMXrBCesTj8UmbW1jKHb+cd35uQIgAAABsXksS2Nb0xhIF1T5CMw9vg8Jol8N27G+8phmqYqxLi0o3QwYetYK0H/oJWw/DDV3TEL2BgtzIQ0F9G/IjVBQkwC9AWL3zIBLa04OJ7T1sFWvnV9P1GGVL0oRkQTyhYJFus8gRX8qEfjVlXJE2JRE7gAiDQtocCezZr8cslG5qIsl81JxNWTP5CANEMQIREM7xxqoL1en2B0Dgj1dBdpjaCMQAADbY0+oASUEPwUAcJ27eqynp23dhAzNmZAOwA8AJ2yz2CJRF0ZxpgPWZHOKYhMTxIJABomrydV1h31TYsk0PGLgfNXkB1Y+MXEsCdO+pk00yhqweC24C0uNppsnThtEEN3KUtRZu2ZcQO5MA4SBs7figusIjMZdT26YF1rOJMdNfNva9Hh7VKuvy/klmZ3PvVG37Jzp4ZMwNN+ueE15XZqaUuq3ojzVHZNSTdpD1qJyIGOuH4jiigGWn4f7e5t2Ei7L8WKh1gjj3PsDobKDxNMzJKghn8PTWQnsxZLiCb7bvfGZHo20QlBtygir41vGvY+Ii0rCKpkxTuUrX52h3ri8vSDQGWLhzXs22/ca/r0VTKcrcNNkLuAGHjQvjiJHlwcyS/tAUC+r36L7EjeVs8P+yqzHyZiOB7EZsM7pitg/p3jJU6RekkbBLjeedqUtgbmIJ80oRkUTvCfCQ+ehGEfbn6r3+nE6JBO84FFR+0pG5h//y78BuDiD7CBMuSmw8BaDp5BUoPahFv+L8kFZWbwZTfp8+SNuv4FzMw7LwH6EDVSes3X2o0Zrij2BS6xWr+x/sugsoZweX42vs0W/cBi0mq3jqyKniSNU/J1KroZ6NKqeDquMn84JvpGyjxISW+hSrq+iCvQXX6aJ7JAWejX8JNcHgOMKLcFZINsF4lv3EKL7KOZGsbE6y3/WmuR4YUS6x0YJyImk9teJaic0VtVeUz4zjUPcSK6ExaE5wrNFfiZ4SCCy6K+8CUOpSMq123DSpMC56hrSdT14myPQILZkpB4yCsE2iK/9u4JLltSlg6Mdt496jXyYAq/u1GVQez0vTKDrZKHAa09s4NThO7I2XSCZiu3U2+IktJql5Zlr7cRr5VWrOc0HEDr+IkTAnuBq0KCZE34Hzp7mEhk2Z9iR3BsVprq+YgWpErCjJa8PfYU34t4RyR7Ds2Qeoa79YE7ObNpAfI1YQChMiHT0onGapmMtTFUQNvVT11+DBq3gEOlApyPTQiHMig4ZP7kPLR25e2vyrscwJ/iuj+M9mbpL/3vDhucNgugnBKdaks6CmLVSsrF/94+0/xyfoE++hcgMCmWOByIZ/3hyAUh0ejx4hgUE4gAAAAACZiHpW1NwBJwsGx/l7Tj0Qe50TDtMi8I0uleVmhgt/2ogHXCoTtq1+4s412KdWWlxKRTzMptxx3thjBIpDKNnqjiHqVpoGAczUjBP2xNy+fdeqWdc17lWJJvgfKXRQHaVOq8qg+LOqHJcIR3ARfi6Mmtqu1G2itCtWlTYjUjtjLZ434i/o366cA5mySQGkvsCeaGMiSu9G4Gaz4eMly3ICqk3oUpwn4isaOVxz0d415tw8zhXehM1Fu3lmTAqDhI+sF5U87WIv8qtNExbZ2iQi+xg9+2ecpwJ74+5FFcxssuU9NWP3WMLR6eYZlSuRspf7HzsTkJSYeWIFUhuHNwE2ePKx0uou6FOEpHMW8b/ecWawsm+Ai2IFRODe31Z1vZqrOJxSvreBu2IcDEOQT0/mxHRkNHcHdVSO+fEFxVbuwmnkY4D0xg0PfNKff8hjk3ushegrJOmXmxWUu1fHo1qRseN5lgqCboohCc/8911EyyjC4lk3vkZKMG2WhJ3rcBOX3j8gF97b4EpMgXJBVxnvgACzZWTVrQ46AtxxacahbRG4teBwskJunpiLFxxTgkPULHQew2pgGFQzX4xlXQDqRpK6rSK/aNQKeG7DP5hshJktLaV1Tm03PjUcs1EzKyy26IM/4uKDpIwtwTCG6zPxS1StUwyT6mEXM4Fw84b8xbdQ2GKcxvqXl1dA0JXtkv1+6FvlwL9f0bNA1rD3r3CR9CK599DrMJj3FKS0AGONduLSmB2K6idtrg6FmgDG8lmLKfuPHDbxS0WqoHzWwzuVC9fqph8Gb/4FqxM5Er6SLHkZ8FuM2G1gUhCb17FFFvbjM596tVllwsgcLAA8Msu2ikENgGcVrmwWgwdiuotzU36L7QGqE3DesNkKGT5XCbdj+GkM0LO61h9ms+GjUmxVD8mqqUkxLXrliKs2Vefag9PtjKXlN5rGahiH7aYq+6Ngqr6UfwG2nK3yJXUSFqUMpfbNmEWcAMmgAHyAb84CyniHMmLRnUGNiUUdC2lUbRw5TZ9EV9wk9aqMyFCMWWajT7MhGtQ+O1CxUtD6zGwkpnmCatSR1o1FJbNDoAFOQELVcI66zkwUxYMKHAScYK6MtbGq+uuHme3cCgU2QAADPimB+04s0AQWITiI1qM+VS2HuFYy11YND9oMY2BAUiZj/sfTNqp2KvRnsLzbXRZWp5/17lmP1xhucq94IoH3Lgz13pLKvYTMVDpS/iY44wy/dsmR5ZWt5Z6zVxG69TmgDf2JS8JoikrSG+lH0oiB331fqCjMS687E2nb1Svxg1BBkqMZI05Qm7UT+GfAk+3FxIaXH6p0a3lIm8iN7m/BQIRdYiu7NYPV/vX+q+q/wx3OkNDNI2DDnBCYmjJB2w4oGWad4vzeZn4s6tQ6yx1Q6MpXyUCzuWFgOJp1nG0Sy+/FhrUzyu+4c4SsREMI8FsYuodOeF6AMBBP6Ox4lPBkhHcAmbV8vqiePRO11gt5gwKMeKIK3CNkHyIhG+TB/tIWVmYowqP/GIc1hywYpeB7BN9Mo6OE5GB0v9bOJ+I6gVP+C/m85BMrOp/hcrMIfX3f5RDWt296omr+Eiffhj9znB8GBjNKECC4XFTZZ6tkyaAZYrqkWEhCvx7pZcmBGp71qIDCZdj+kNZUwAFBoysoBT9dL8CNA4VUTMqCDPXLytfNll/kY/CtJ0rZKM8C/Ny0VsfUXo8THmqI2zvUtbIGBt4Df/CJ2kFFhY+uOPiPadzHUMy2tQ73u++qKCZScr/uqxWPaKbr4JJFr735p2as61xgWABU1yCkjDaufDMmVYhxbJ0MZ/U3V9OyeN3EuG/HWVZ1lwpgVb1TzTNCcfu7rBDNJcQOFrUXE+UC7QQ8DFgPv9lARtnx8kDyBSVZZFfzScTVlQ4MajA0bfuJvqCx/EwrhYG5OK023cMTVMTkwjWjM1rq0kEMcjMHFddQPJqQgz/jrYKJke93QmofglFKgMEts6H6rbxNXKDCRqX0cbVwA1D3z33n14g8XK5WSKfjMtTG2QPsWsWEhhszUNH5U1OdqFotcpyded4pPLM7eQ9l6DQiR2ZqosyD/SC4hE9vjrdumQ4GYg3/UKbVqfErsQROTlZ/1lZuhw2V14LmI/Rr26uPFGYDZ+SuQv+aXCIH3QI4qZC+IPZm31QEkNHSfW1vGRERqm4Gaf+7YhceitOigh+GpT3p7rAhA0ZTTfYmwY5F1n4OqraFE8rN5K2pMug76vYUSa4pqLxF20bmXMd8Q8/ULbIwn37e1ZXf1HW0/qkBjN7jOz9UKGcUAlyCYhLPx3Oc68rHePN+2CB/0r+i5e7CJoiz3GsA+kS2JWXOxXqAjOSl0XXtW16ScZknqAG5BAd6/LgGEGuIsv+G/hqtMBD9EVsm/2V6Zw0HE1iUCu0t7Pqc2QeWf/K+pEHrO095r9cnXe3FQeM2Hpiua3QrjSJGWpYfkWizwIwJv3Ki1vWSkrzla7Nwbv0MshBDAniWv2Ojwc+YbUsHGXPRBwvoLyKiWXz6Hw90/glz+vJUi82uwCB6GfcSEAAAAAAnDBewSLP40tlG6gbOPl4F8LJnfhTfpUblB8NZAoA0VVP+zCSiFYHjxan63hqHtwnmJ5+HZOQt9sC70fNMMqbmkIT2tLEAYFD69Lsq2rnnGyWNmVVpXZFq1d2q302WUYcaVA4BP7z8rMAX66MPu189mIIuagnCbDjv+z61Fi8Oyywq97AvOYgewLi/BiIjljtiOLJCkpC5mB4iis+THCOxUmp5F4sdYykL72oLwhrNtRJuYJd/6GHhH7vGQuqNVOWtMZzlWoFFtPki3E9pr90H6NuQTpMOShyv7Sc2yRoJkxN2MfUJVug3/fIeYWMfUMaz9W5SEWwQ3dmcVNH1u3LPhhMc4X3yVQV+SJjlpy+D4RBEmkDqEcEWMkzZk3jgFqRtF1L85IP8bQQfWLcXLk978vFdmd/nvLhd3tJwq1X99CrHAijIDeXQZxAJH6/ahadptGJVS2V2m6ikorCHBwsFuQY83JUZIMdJYW62cdSZJ4Ps8nw3mtZhfe9rN6ojCGs6MgAeh8+4G7fVkzGHxkjRVGc8S41WY3IKWilDKVOfq5rTmA0rsi9YcrV9/BEQdJHuKSZynSOEHLvkkQx4i2BOuzmkynLw5R0Qrk3e9tfCB2AleE9qvkkvZJvAHLCjPccJWxjUizOhumMxMiSNXoMBV1/qJaj1z4jtKpHqa526sN6w7o7X0AeSHKi1memYZBeBbtN33gus8aYHCdVeyddB6mAa5dcfdjYF5MEbGsANmBqITuxPW/K1LEsyS+vuFdFR/YM6kF9dr612HvIsDbM/2K7xjM/N5BFXJFFAcZub3vYS3vg/bFa9Io4eW7OZWX3WwQj1fCyZCIpbBD2P7acxsJYGjWEdFMvNSbBzCSKdTdypI2U6JZbuyG/3DwE1AFZzRSAqBFbdgar5AXf/sJd+a+Eb1rQADOW4NZXz54U23drAP89fTpG6WOmygNjqhtW3lLJGdSMGiVNbd6+Goz1K1zk2YeDaHEr2piJaqe0Ic1QMXwmGwI8dT6W0KTFuyHA5m6FpBDcohIFyy13k0W55nm27L1ecXHqzidgvDElmx3KAYD4JBwYhLzcLltbQ7KnjrXvjMhTt0P15FTTkAI1+011Dmy+Iuur5dAsuPS+AAABR+gK+jTfrDCWa26sM2bPU/hTYK8SRONia29Ww6VY4H2KnXirlhmfv5gdTPLHSuDDSwHcCnk662gLWUMGQT24+LAXp0/1MvtQOTU487epJOX2WgMbaed96HG8IPP/IMKwtyIyLgzn/KkzKXQHsi+X6moQUg6Y8muBc/zx/v4Ko09lYp2lykQG2QbKE8TnR9bgcfHhfdqnQ7ziwA/F4WETd0cTNRZou8ffmixa69J95CrFLvxBpFcffaOZ3ErV9us9GqpxNHIdo0iYRdzcwQ1yfNg9pb5mBm4aQUUf/l1pjMRk/aTa8aPQ+6CKVlpua8xfJXix9pymil+WrrP9KetUCcrq2h2vibF6mx4iDdA9/kie6AfsCVCFcanlq4xLBQaCerGsDoHmZzDtvdA8wmzsJC28wOEtHUAeGdowEIpSh8c/Nfs/eoPIW7EPgwrus8FQagk542pcwCC2oWe85QsavmB0Utwiqkm5E0Us/U5RB+jAzHJySKxLJKt9rgxeaOhnCRLvuLTXW/12p/lX/hdCaNGKdZteydggkW8XryUhXrxShviZCYAaMwwqprnKN2vtdDs1EtoyoM51qqQ0LvGkQIplGKYP8YUCX/th/sKWqELvt6/i/POUhQ6MyTspKJJKZuPt5drOUU8i/sJMhanxjZbVJO7NX3rv1nABk75RB8BDvDxhFaZizgkJPbCKQzMKkeaUN3RYqifRL0mlAG8xi9cMQybVS/8BxDZiLSnWbbx00htoBY3nCnVYcaPbTgdIbFQDcSTt5Cvs/xMiA8lXJzeldV22HT+Xgo337KUT4xd4CeWAof15jK/Muk9ZjGWVEnVmXUNx2hgCazjKXT/Xuprkcsbzn5Uf3ljmZm+fjqc8qO/lRI0h7cBbdu9IPyaJMW6TqEWl3diKJvtW7gSyz5kCDjc7wwA1i6kLvwmeRijQhqn6FPV7cId3lYTU1Ice50ft8BtNdfhOahg5nYZSzBOj66Kw3FcYsNn4QdqQUKiiXeNS2r3flcz3E1cQL+LnqDdxkh5dZZyWRDMXRiBaqXI/Gl6oddccy67Lp2vYPRgRYzxU5ZzWchwCUdIFpwAT7LO36ZgWdFoTzzmI7DGSyjjaFs7arqHYgObYRKHxxHPZraktfOk/w4G95losSHFbGg0qbg6dgjUNaUK24k23lBrg9zWlqAznHjfcgI6kCh8SjmKw68jrocIDp5YydpGOrwx3oul5l9sPjL9Ak2dSQ+Rt4C29c4h0bzNVoo3HmFmWqOaZDGb5Gvgjnt0AcjVRPn32VY6wFz622qH2mNIl456k2OEVPLxrK+skR+nPJoqgxCzuE1UZirPPApg6WwyzYItU7xBtpunupqqz5rtbTMUqa2lSku2J/07wSObNLDxkpwscfs8XLXddA7XUra1vJo6BqH0AdOKjohiElCEexDZVJDE5uaL6SfLg2dHKgGvGpCB54C2NBAFeGfWJHHEiGrW57w+ky14As89jw3YgU4id0hwh6F16gzPj93U7o4Qg6sBeWKroqfxq1WNclnPgAbtEB/S7MlFsKVZp5CKM46k8qTCMor3vjH7dB3oOgaDsNVX/YJd8+6zl4l2H9virLrl1AUFSzBrmKeuVQPvTUuWrRDBaxlfgvttDcZSEXEFoscbA4cCT1oTA0AcxsMlryM9MTgCZWNfYnucNrNoxl8f7RbC8oLsMhhm68DoUZBSWenatKPyCuxXYC3tgAAAFpNaGTRzsu71XDRuW6naN6Xn7y76t9rogD7+ZvEXeKE8ROX4Xdx2CQRhOCtAeQL1nTOOFpKzoU0sxXePwr0aOr+Qne1sgs+iy4udXq2urThnCNBNkfpLYQGyHBTq90kq/+k41KOgldhNBp8XsF+vaR4++eKd/INzIuSAvlUHoZdkZ6dUL3n4hDRkzfhcS9GAZj1CG1pTfqWlu3RjrR610PR7FKwPcqUUobSvI38dlWN7ogXn7U/G7iJJ/8ITuCTLFC4ZhdPDR6RiltBuc2D5G41b3Bwnd1oTaLd7GKjKbPvTBU38f09wMa6G8rB9N3kuvySRP/vL5gYKEMUCYkYkrIDQUiX+wMY/19XKRqumM5BuS+uGb3N26AtexcCsuYiIpVRF75utMKtrlL7/GKSIUIAtpyuaRdAY92Yhr8+Ul65kj+Y3ft2T2odP4v5zSlRBpes9AlSeKD+nZH4VigN1Q7wxpjd8kaPdf0VuUj2qrSpPGxjJTGjdlxJF+sG71E35+wOn+aSnTVISsff95QMmhJU8oSzo5BLXNfyLvbBrTq+K4j8CyLTPcbK5hRxA34JyayaqOo5lJTUI85qJ714ywwmy6dfip8RRJWIT/88ky7FKpj1UYm9M8s0hdkbOVkKmhczKREvZVtclP6DE3mXTROhzx8R8RU6RZpQJEGdFmPhDwinDlNwK1ODMRiejWgVywLbqEuB+GfqUOjsEX3XdsWcWCRr0XGDvlU4HeuJmJgVmZbY8u2OARoEPLQj9C+ZfEibyX0IlT5MMy1VVpiap0cpYLawGbfW+HQprrVQG9WrAJJBYejw6pqlkj72BO2B5fRTR6tm/4S3VFoEx2BDZeQ5m7go5yU2M2XcwRr9tjNDgXFJ8aAvpqGdhId3KYsQjsz+u8V3+zVZ6Jkf+KNtZIwj1nY/t4zKzIvJJE445KruoByH40aqiSgA6hg9s+yQZ3rnZG+DroXeaFKGqMAiTgB6ZtrwAAgQvD82nz1Eyp4+Z+Zba6b7sf7KrK47Hfm3gwruF2221FIcc77nPL5KK+t2wYvLGfX4R6izgB6iNJQKG9OHWxOXHsKEFA3y8zLZwyy/uwTWJUIDJ63YgSl0QGREGhNYGZAiRqZu+g+oZdYVmAAyidmrJHImADAA+uVu2pNZXNrYLkv+2glI2h2xsb/l8giwDNi82baW3k+FzAE1NCgCYKOVSNMLyZUvXaUqIZgfSBLUaMoH7JnO1ENkQFmFFA+qFK6m0PO4mtKYGxA14JI2zKfwUo0P1P4+CmQpyI/sapoH4np3KUvC43BAnetOyQsyJHpw4TPndgioW1owh7IWzVbV94aMrw3v8Q0YmtbeySQbJ33aAH8dfmWwz0jR2q+02QnHKcbRZ99qRvZ/Z5OT3IJO34X/GVNFBnLgAuu0Jjd5+ONuN7BzKC7ulBelQDEcZPYtriv5rPRmRau4ziAJFUnw3cTnN0XKcdtnFt7fV8A63OP6O4XtQyDruHz3ulDEcHxJdeowA8sW2JJhD0z6Ycpw5M5o+9V+GFuB1RlEuCIhwhidwCu09IUbOlp71ObsBkB9m+Sjz5Rj500OIujdfnR8uDRTWqk/F0MfzJ0d83AEyq0svpKuCmpiaTzWiNd7hIveoGYCc09n2jj1l16ICOlgl6QeAdz2CqP+mJoL7faVf/CAgQs4tYg+U1bJVHapYhwzgkHbP3DAoQ8PZXSHEFNv5n5O3/4seoDvBjIokAY+ooTPxPoQutl1HApkj3xr5WtFhEDCryFNHZX2i8VvehU2DIyr7XRx7N6yEyeqOuZVuuxUgDa/mW/kUlyIl8Ro0fSxkTDDTY0BiiCBT2vK8PPv+718s7X/ldcn4jdO5mZ5ToQa52wF1g3V9YCN6+5moHLnldbzlgvngZ0EFQsh6D7zdCc3dxoxn7PhUZ1kFUIRm/T8EqWZ59lVl/unpGyaQvgDBN4jqsFCEN8v7w55DCGlHh/PN23vPG4ILf06E2uG7ND4A9fJXdiHE70LTVE0GoyuQH4lPUX7a+BKDOj8+hmCjo4y7CkJx9/FSsCtW87JqVHBbQS4QDWlZ+k971FeZTVjGF0Dy+xt8Wh/XRK0AN1pT6bK+WnhWJYJrwQCatet9MTEoo/M0SAdlz0xUwYDbhzLkCtWGnsPC7Jic3tlPVrC1gSFAkbcd+0e2aG/M74ydMrnzS1V77N9E8NC+vlNOPVr9ZrBsNk2do1NXCKDCYu9OvqyqzZpvSQ78+AoblJMSHDrxw/XUNf69xRqnTWM4OO+y5c0OSg6j0QXEQ3lpufBGSsKg7MN4Jl/RbIFY+FRopRC+tvMwuX18Eg3zIzs0Nw9DiAAl4FDERTtrT0wq4oonmS3LKUF631pUQRASOooV0/qPQCI3WbhM33j2ykED95NjWzYKYyrBCIx5fOixWKZI5jUPv+V4yWBbr4ON/BFK+oB0Q3e8qIFof4a0SOkdeJAKh75340LLEWtdYgF595CKRjOaBBJLKsH+qB8j/xiNNumssOm7d5hQJPNza3cBCwUgeTIAKOY0te1Vjb2EVJHUHabn12PwaSqjGbtcfBHc8iZQ/g+xS3hBHaT8soyrJzvNeGW71nS76PI2Iu0aa1LkPnQdJiebNTdxEdP864MoXG2UJCyN+Rlf25RZn/ap+7KRAxQAQ4usUBpF/WM4la7BYbbW1dWz0YGVswfI9rAYQa2kLE04M0KLAzV9ZYey0jJlgf9CrY8AYo8PIBMWrYNc9sMfhRbaZ3eiQCMuDznbckvsy8vmtwJVltmSuzpKXDy68NYH1QIATi2roEgB1EpafpIYj8FJhn1JQy3bVBV/i/TYFRgI+Ik536+W5hFo7fo/ITdyE4/tx1CMq6O6/W9mSONi6rlAKRKGdLn2pFeqxpt9NwHzt23gs3jPYMPez5z3v40lz+XjUhija/PiI4IDY9DV6y1pVg/J2BLg7lhzZ9QN9F9FoM1VJJiYwGCKmKwx4sZqp4WndxU45790WsVld/2tnzEm/NZE6dz5G41r2hykNV4sbGnfxTnXRUhunkK7aH8yCb27eS46YHSp9uh9nQYOjheHBPyTm/UZ2/4IywRXQDcNSG7XjpWEL+mJ6CfOrI1frU2ZUg2lgEJuSwD1v/WzL0Z3EQ5gZekHXY9XdsZH+Yu5ky09PiougjdVhrkb1AgDBu5QKzuW8kP7QjeGrUsY5ffTvshCiViYBHAm/gE0j4Ir7VwvIpSAOtqk3mRouBmUz5GOa5wNsfRVtk0KADJOdCJictfxiPDBaIadOWgACrw+zQITF0D/0E8zTXtr0yP9adU/OTTyhHAEgbx5zJqSV20WezCIS8umbr5GRoutBdopbmZ49Vr1UkXo6rudRR5HAou6UOdx09+Q3Es5pdA78Uz1TsGCoZPT2CYZyLjQyiYGgc+vo4UiEf2LTnnyQEX5J5wMvnUpTLJ3+/x2SxCmidUFymoMaUIZn0u5j1AJJvyEiBjZyAg1YuuSFlovwHTNJdLFWEjkZktbYb2Drn7mKRLu0ioAwbG9libxjl2fstrMDFOjst+inhG6qUf+q0uDy7vVtiU/ufl8gWSvqR6YO2I3UpTNiWlRX/Cz/RXXs02r6ETFV0wn6jlyUaxz6VQMD/q4IO+OFAIyc0xLqwClU5dXhCVqZZAH6AE/pqrFVgn4HjiNnnCUBNWe3CHQN/H53aReK1O0204fWIChg+9uhJnsV51+G8OCdRjOJ0iIL7DRLN5nhyYIDQJCU3Oo5mKbWAexzpxwopuN9UfTV0tHv8NNO0Jc/xnRuxO6dP15b5yJmFoB80cPWwSE/pK6VjhsX2dvWs1DyY/YciUx4Cdt+yQn/4UI30b1dk5BdIsQnvS7e52B9Lehv3mflpJpQh5qTwUbfEY/U6b182958/V1lyuWivkfOX0fmxhxWT4TIZIUFbx5+ILN2MWyORTSfqu567UAB2CPQme/MW6g0FRc5/DFWY9ptfIOsm0B5r65Yra05d015Poh1dHaJMF0A4vFvsp6QQQTpjAChRJ1OJZcMFkMOOEusfFs9SGCwDQTONf9Xnz5iuXemC9Spj8zGlm6YYLwMvocuU6JQECb1iDlP9eWoh1oeuJ/hMU5WftQa89xYu/ggOlFN34QxjqI7S+aCTf2/xWqo08BHaysA5vM5iIDvw9rUb/6EPuNZtx0kr9JoJUJ9rnxQpVeCwqL2ayNzK1gHtMZrfcL41RE1BEbViWutwVUbvuQB/lJXZ5UL7PQ0CX+8UcjkvGtkLMqH9HBG5qqgpG+XU5Sqn7NVRRWJk0GBfjTKU0Xgfp+Nei5nB4U9F6vcg1DHYGKe+4mPy8zZTUK8H33s0e0AAUifvZGl3zOgAYk2fY0Mkio7KuPVBex8JQUsg1FtnJ9rrZr/JN/IJMetYGQpaQVegeqA5qsQs5kXflUHqxHPfMVrT6OtqEu+cgDbByxoTCxN7sKM7pVR3FArb2vLDegNY/QCtvIWyQJmx35X6VHXL3u4ZlePdmN/+SnK3ghWODDBnGXADPz9kpGjxPBjClKzYt8RCkDsn+CitnZmNx1rW3EGjd49AyR6VrHZmOp5H9wgxE05DZL3V3sl3VGSoKSn2sBcgRsLHaq5GnPy02NRdN4CYWSu6YgUKOG1lim/ABbLl4FdxX+SsElO9W2AQmHfXz+4AJt/Vl9lOS5k+HSfnT2ogwcgxVRoU1sYCVHTsZqbE7fp0zIgjsiX8hC5FRXaZpbcQn0MDUxBFBSh6wvn2PugzNzgfqHAmooquC5ioJG8jI9qrumXDclnhww/HGyTsw1PmoE0TMiDy5dpDP+lY3ImDLvjxdc+P6HD/B6GTzFSE0QTnPFs6StldXv3nQkMYnvnswUd6++fc6RbKm04Tjj4rAYJFoQWe6sTzccDv/AczPuA4k7ocq71nq1A42V22Dv0iFI9WQpYCAclZIFYZVcXpuHqwZ/9G3G4YX/bsX8QtKiqiux19F6TkVDsLx9qsnA2ohrh11ONSk6q1DDRyaps0rwtjvxOiEOl+BC4wT/4aV4lTfCrecZwzQUWFp7181yrf8G3/VmNAputFSrpLvQIU+DowZmPoptG8qX3zXf7BKY/rQxFxvPxPOhkDx07X5AqKljA/0deH2qeQZgap40In66yO2Vxj/jeVuXRZ5aj6BigspKSbrftKbOPI5jq0QLhE6W56d29lDds6qY6/8OMXuHFQBpZYwDrDBzjn3wBaKKQQ5scbq1evM1YtsP0Eh5z2k5rqccgbpVbSNuAJ4SteUirwUiXCt0UhIkppQrlHVHMSf18aUmj51zNlGnV1rzkMABgpNqYIxR/DjJK1bRdITStf1mmuvSMDtKPT/PJxi+09SK+N3E+lHp9kHx4TeCrD426/d7CD/YfenZpCGyG+lOc7oUVkJfIy9UoFyq8yxB78ZVWzTvpZN6Oihb8absNeXovFDKg5g3DDkRgzE25yRdCHqT228B8eP4m8MdLPnBOysupPwT9XECjGBCfF7AiUiCDAK04eXRvWQmZ4oc6ERX9XN0XXzIluDiHfdqSRIedleaArBR4dc9jQ9HYKW1hMvu/TxgAAAAAMg8y2/9TiA1MGzLZtXELKElCK1T/XNdJq8tVjPaiB6liCpfAG2+oUxpjBPcFjEV6bCcbDt4aiHITmvxgE+W2Q7vvIpz5M8V263MK6caWd/wKMKQd0MYirUl6wDc43AbzHLX/gT81cSjZYAlsO1icO0OQjo8NazGlpoStY14RDsiDt1juIoMiHQLqTmUJdNczlUGMIXop3RgtzbLz5iDsxiOM3kjmYUd7ywDlDxKfewt7ErCn2ygbDmYHyo2xJhULGxhP1pTf4O4Spit6onD51SiWgQ6acw3aRR2ys0gJiaojDTxjGeHlUCZR0bAlscKCRzubEaqa5EOOXxIVXHz2g46ZIzr53iQIKw6v0Rrg4dHSC8axldRU3VCC6Ftlswomha7JGTqHr4f3HzZtMKahObiZm1b31WSDDbei0165GRxeZ/zIOC8jTZm4yeBXwhHgtmmc5GDsQ+4k12bValEEyuiP9I82VKH8oohpnSHAD4335AM7p4wEN4vQ4u4wCqcuucQ77CTBZArn/3uvCxkOHs67325mhbYkFE58bLq/4IY1VpL0Xi/jp/9D3tlDrqslR2rB9ap5bPDzXaYC6VCWyttz1FadJOed34wouKoL4iLfhdqK6Q/FhZ9XQypcOH0KhnyF7UQSbPK0Vk1ky2kz9dJSvnLQiO85SYi6n018ZvpZknE+ixOR3i0Yp8I1BtxeZRFrBgzWb7eHjx4xSdnkDxINRmapgZAVWDcB/MAeGR2ild7yZGsZKULgS5HRM9QQDA6A0MGDWdBuyGWuhl8hqOMROetT5Z+pYsEundfum5LcrqsMln9yo0QX/f3Ey7+fZHO4+KML9sFc2A1NlfiSqewZdqODwG2jNdr0FHLUW/M/f9SNXpRFE8rgCdanXqk6t3YA9X7ZKXuFvquiiTV3f1n5M03+R19RRdwPBDQZ88/ENsY7ISOkWbmiDbsOx6SovPHtQaXXHr9uWyoneemONbVkJO7PEnpAPXmuvq8XSCRuUGU92r5Kp3u9R6rSrGnbBqpa13hisxa3O7TpUz78XXrKq7Rfrpku9aZYlfvjvGc3qkzs2WKMLBt/VVjUADnZ8h22N5FvDY8pRwY2fQT0WMB7YGS9sx1Ol3K54/Rwm+o44/MQhXF33xMfgcnjFBkrc+kKmt2aaFeJXfRmErGAAALN9gSGL9L++J83tjnYwSZcUxBsW26aweriZI/HGFazc78zUITM0y5gnky4Bh0+7ZWzJXDLooxRKgBue1ajaenpKTGe0Y+AJKhRSAHr0xjc0PN4+UF8B/apfM4qLw+Z4amhxbmp3oM99yqyzHYH1hGxPgfCVD1IPym+nJy83s9+Ewsk9JHi9Dwgq3x/g7Uzx9af2UwtGTMGL4G5CNcnQ0UdJW6B2o2zkG0bcz67jnrW2LJJt5M0qrzOSBNYmcVWnpcaLpmVjcNoSRZd7YHXtF8CzeCdITyWcF6ET+MYr8I5L/MMEK4saMmTC4fFTJOMSCUjDrd8Q51edzsLLkr9nOFmrowJtlpmlSym0wBpdVJfdfnqKXlnKowqe849oQzeJCvzI3JnE6qJOUbEbiHgA3OviOdbLJ7DZsUgbaR7GKUpPGGS/h2hkD47Rs4pynuYBktxeEM/I6EXK6kkYxmZUW/VLzwxDwadzFPmU0ONiRumvbvyBGKa4+GpwiTD5uAFmHG7Y4E67Wke4O82IXY8kBcrhoC5aG8IVOHiaaVn6kDFIuPYPik8yssKb7uOrjw/7mkdZv/YHZfWvAym793gQmljIJK/czSiaurlcnxGqYJPzV3QbLOyTlFq/cJ6+OhJntG8HiGIwcMvThdpTxAuezRD0zdZmG59/p+2CVQlH/NvNSTvvZF8cnhdfB3vc9GJwRU5/2KEY8Z0StOnBfRk83rloZ3q9B3bvC1/u0MVm6jKhH3Tk8IKLupzd9sulAFko4JeRLGas57l6IngC95R0nYqx58PnzgN7862x749r+qgz9qj6oqgMLNdqm0kUGu1HJgsKu+/ECM8bfsj/8betygOBuIdHigZMH5TUJ7CyALzw3ECzrfabcjBwfsINK7HLwEFLz1Ck1A37jC9yESrzk4sZSpVC0MhoZyFcT8N8muPO1vK4zWNYD0rIKCwotWqSznvHZFjwFZ8dN7aYTZ/jUQQ80ZrQDax6N+gys7mp5+Mvw2iFRjBvuNE1yqjYAmUTPNp6DNhkTYXL4rpcGTrQqLJuY8vsBzqzXGGTa26oansms+53u6ooS3QxpHnFJXXMbCzOsTRDlbdRrAAboKOhePFU8I25jvWsRgq9EAAnya8UViPN0h//BVsbpsnebSQtWDNNfBMgw7APN0jFruO0SwPeSr7cuNzIzr30G3GWlUYCqEIjsPRz1Lcw0Gv3PB/YmwA+M16bl1sXCLWhMdjzdffuit8uX0wEDQSm3mWlYyz8g38vZy7b95FS9paMFAaKTEWzmAbfhhKT9F7hJroUMu+FdYzZlrw79Ux/+Pgb2p+Jt+4IWPzTQE8gdiOBzB8eM+SgGl4bW4+W2WgBt+xI5eitY1PxMb16fzLShkEjSwTYxjjwnA4LnOumwwvg4JPOhQZpLOMeb2rAOkoPUjrKn+hqUri54FBn+Sw+ql/towqnRYGsvkakyci+9AhWmb6k+juGKRC66PvJsM28oHnzVtKpD4asAAyjjYKwpc+fZhriR2ZkWsesYqzkYLvLd7bCvjv+ze+s7ne+6hShqPO5wEMp+HdKP6yU9hw/0+4u0PqEce+FAh+3AkuMirRnTtYxD0ECf8ok6+3/FqoW+sRvYMvPtld5XzbM4339H//n1hcZ1EHoIKlgLf7WYm0reQ6aVKOvpE8vVDP+f9CR/+ry7l/7lyHEZeBymmfkoUu34D36/z+H6fhHKL8sytdH3w+I+y3OIHgniXb5q21cVjhQlee17C9FjiwWBcF433ptHaL8iaKV7cwXfu9fxmYO9kMP0s735HD9M2XyLHX/YgrHEJyvUR63f6M+TcE0tMME6vN5c3tz85AhS9IQWb3RnqZ/v20wHUymovCZqFievhHV8+16wcfWLTGggybF0bVUFIRYj9/qbIusRzKHdvhD8M3Ub2U2zfn6nR/8EswDtvKp7h5nxIunLJo7M4qRwmsCCOBAzl6vWNDazdommL2VttMgPN2x9D6WHuhMlPV2e1iEXOgvgM+M2mrVzzbrS3jKchK/KkodQ4MAil0AZbgDcAER518QJMLSMJbrPqgpi+g3MP+wtxjA7uB0eSlP4AaXDQzwaByMAIMvS/60p7PWM/fhdOx9dUpIpD8Fq8loUT1Ly23WTnYTtMBGH35rsiMlAUDRCx+ABJyVFMOueWt3PtZ9uFyySnxXTU7xkh8ierTHuLNWl2EWxm8VAEfo9k6eM/uzfn7hVgsWEul33kaPxvD7Vuxvg/gZxMZhkIBrWC5bnX9AKggVr5dTcg8w65IleqUUufKXqRW/rb6dhtsg5YNyCjYPOBYtt+1p6ipzvHxqIT6hDx2XqaJoX/TM2+HDYBixs3iy1m+uGfi2Mh+UHB2KTQ/+TWsZCHtQMsLjVANmckrY3pLYdKoiPm+4fLBubTMUlQx1AWOFkaIQYhaikrPzq7VY60jYmHfctLrzNOiAoSC1W2Lovjm7Zsn2x49TFDAcC88OxZRz3Uz1UpwkRVyZoBh1CK0a5fFsjsFlhgFwYPt4LAkeO4+arsVj/BqCdmpQiGyapNw8NR1odJkSdEo7vomfdt8s66rhGXeA22FkQBOlQ8IezTSCWhIjFDBWgDZ6gQ4WsYZXYqUklbNjw8weJiljI5E4HFp9/nmbgyreSMCHJ5YG269yL1d2m2ivIPWlc4JY1u4jjvUbUCsvOpWGEjbdlPEFLKsaQ4dA6Rx5D6wHzher2/I3LlVz3GyKfoGMOjSIjb2VBTfYpJsBcXAA29FYvgvdsMMwQrEuaYDEulMlIZIVNuNpNzM5jAeNORxrVs0KB8jreqSihDMw8cjsSIbhhSjC5mdsAFAID4BeIUd0y26ywswkwdqJRXjYBJejImxy40myKFagZGyv1JnfkkEeUSYU/5TFfcFAXy1S9e3vmy+OTYjbWmgIAPpGMgQeVkkahCY7KZpTXAuK04QOAGSTsUCHQ5HNbdHREwt2GDtLKqoSulmrUpfZA/lv7JLbj3pZfWZrvcbgxmdvxkbBl3a2stnxxG+RVW4QYHu1AuxCBeenKYTQIvwsoAAYqybihhs95l/mGJoSKp2VC8aLrbj1xHcy4e64rGMFIUY0zDC1vw/Q+OxPTBU7fBgKzXv2JdAUiH5j0xHJo/tU4MMaRHxZ+QZA+0hah74kHVXOsWiyfcm2SQ7FaXWdqy5dQhjtrfZhUFlLhlw60GQshKaBtg5fTq7cQEwH1Qqa1DkyN04Dtmvgz/E3ePVitFbY9f7R+NvZC5QSNOVU1QmaCFIWGBb2VyqJifS5qiUP21j0N4lpk7WzqR5HJmJgSP4dv3XPH05IoovViE7RQvgf7iaSxjugmI/rdigaYY5CKUOyVoslSQo5b3M4Cdg/f2s9O0kfELiUTs869yclT9tOXIQnHU+djTN/a4a11yqCKX9Vv5I6H1PAd29aUoRSJgPKo+pjaOhjbOWz5NnMx90YxWQ4xSFmGKui4x/NuTmUNai19rviqu1E1l9Sh57XAi4DxfiUK/yjDz83T2g+rWSAvWp7QfDXOYtytSwMWfTVzRbblH80GtNWA/bM3H0tNUX+ZgZInjGQAdYR5J2P/otfMyRSsPJSxHUYdbiGv6ExBBeUAktKETycbsyEQFkPjc7lDa+wXXeTtfOjSH6ZX3tmbOz2a+Fsc8n/DgpZAlZLdUxiYLVIdHCWEJ3zS57K3SyB/OYlXVwjYyBCDMA4l/67rMNZ4x8fSWIGGiUGq1TK4JDspmH5nAMPNIT1IeBdMbrutYEFRXMnd1JMEyTKHfZcLlm5FPx4gQH9rLnQ6Dyz39swbVaJrNacKgq9Cl8Y8DHQclfDfl3L7nLDbn8wJ1BEv4yXEZbLsbqBnEhoVfVuPFItO/sJsocnUq0E5wj+PkCxFtC95Jb5g5X6N8AcLy5pg8wJ0DfA4017W1VwCxJlvuH1CcmVl6UYYttFSVlaHIF6mTYG7vXCG/nXArNhYHAeLJdyERXa31031Ad9qMIphEcFa5BAfwJp74TyzY8eAIuzoVXMAJtdPXYfa9QjqUkrD3T4L29lfcWSxLpV05KWmKj6vZXBavZ0QNt0GXHZ2nTl0R/ghTl4V3fwaMVQr8xphRfbhuhk+rqsBep8MiPiPF608zlMPtPrvRUKkqnvW6YPBF53TfyQJPy+cRuxPkPQkQ+Cx9+2AnTPuvmRsufvvf4hS67ai9iC1xoVFEOIAjjZeKTUQWnRwiwNWoLRirPgEdB+7K67607Z72rn8pIIC4rX9b6MWEy80C8TBjIyiRXtmUz02xfiTY/kkCGT2tOur6csIwaLjINphclxNDhySamIeE2Yre+9hFZaJLG2upRyVsPdIOYQ5f6G0W0WP0xta3SAvierML4tIsyxkn9c323pbN7KleMvkjeGUb9hCPHM98o9YEX6Kxb/E2nZ2/PYt/sv8as4OOanT/aVsjx07ECTr10W9Mo7mABK9c1nU2zoMA9TzItjdzbBjwpDfFcDEabz4YQd710kvsHtiajYwfAKAQWrePZarC7sU+LXJI2XtTuApky/5NrMqJx8j2zBG8N+M6x+o1GeD1vKUI2rPkeOTxfJcIsnZX59lB3TAUtCd7akWhOJwHBQGdeTuAK5IK+jocymds9Z9xBF+RRhieQ5W609OFkzl+0PtAcyEthwreJ8ZHaX77CQfqsIogT/Oy5DSP4f5UjRCzW8w27SVrmw6IaCvLR+dwQE5vVW0w6OnxWFEz7LBPkDIrgcwevEsg11iFJwfmHe9o5zBN4RhO7aW7YFwDLyOmMGJnyUinJ3MaAwYsof9hacXpa22E/IQSp7ItBaENuKVE5dl6j1fOR5YBv+imDiwN6eyeE0jbCBJSKoUn0N6gfTIoRvHsQWwabqW1OWnPjI72JESILVuDBn/7k373wzXOciY2azcMjUXm7owIpGWd2EEVIZtxvJfR95euANy9csg604bba19n+A1kjcYJxHLL/mN2GcHJMOwCdZVl/G+3zrS23M3YpPUdUycguCOEYIMYH9yZjfRtySfg9l7T0K5xBsOP4zlzQLjzMlPf+Cwuo8vkl7tMw8tpspGrDxOdKvw5RKkJG4XZn/i++qY4Ds5T99hSNppXGq9tue33oSRK2EHPPre6yE6ldv4WLT2TcOoPL4DEBmiY4ZbvJ1irrQee4IZvkUiKhWwsW/YCFOVN2wfohgUaOHQmS7UBBTAsbU3PxanjKjXnmrWuMrSQ6rxCG60+H/SF2o3b2z0PgZcAAwpGaq1ldaP/Lj8l9S5R3TUFvZnDH9eAmeRTM8OTYWxo+qyxjnIcVsywLh1cNar0+MEFzSkyCdZwlA2qqplpzwDhb+wFC9telKsfpl7ovv9jkmMkLvG9/rp2RvPvPgoXwd+75QC0qjccAiZXwLwoO+ILnAistnVEBXb0+eEavsxGf1aJ0pvR/RZTNeXzlNMnZib0tbSkWqeZ4lw57s1ozwBCP4FEWonZQt7kFo0+O3uAkX1/SNUU7NExaj3uR/DOPrMSJiDyWbRABFFWz9Cr1QuN35x23pUAU+ZEp34i2so4AunePoh2dgSyisMM67YFV9CZk+GL633mqFIwDGNP0vSWMojEgpVjhowXjopufGpf25CIyyvbKauoddr1ac4toezR8gYsDnN5zeDDBfSYbrunp/jq86UIUpoTQrAutahqKcUR+quxhWU0H3X8QjWtq/Dqhgxwnz7b1quvCeBLPgt3wJ+13ydqWBDTCXAtDJoi7hgt/GMCRfNqv5org57hhteQ1SFKXl3k46lDzQL+cYXI2WwUsYt39ytTQUnZDF2ScR48eD5zi2vgiQ5IGFQdWGw1PyHthylbu0rQe5CPdeRsZwsDpIjrvn9GUR5sZ0TN7FvQUzC1369QYVHlJQZ1vvv4xR2tDkwgigGMtlEikK9YFnIWTHAAwVUNvzaMl4AFRMAVAsSNeS2pe/zYOwktlXFG9EGeTHery5Uf2JVNGD0ckiA3rgSMNBVV+s8UgREErVsEWOUeJEkUwgIuZEFwyA3fanz6PYUKWA3xifrdarKfcvxvP4vW0/b3COupNg7DLAOek1Sq6liG1eSrBp1za+xgcpWYlgP1Fz90b163J9S95u/M7DPXvcX8h6gj5Hf14RD3VbTNLFhApAiSQrLzvnIlT2VXt3ReIfHvpZo7W6Rvte0xI5Ou3scFX5Myn+ZqVPwYJf1oyZBIfD51cVy08gBrk4E9Ft1oZ4H0Fsk8qsmMAX0rvZWwz1mRYW+Nz2X7Av1Hi3Z3JdayaTpSvNWduS5+x225eZiIuyF/utrnRvyaHlw37YwZaC9j/Hr37LS2u0wL8l1LMumVkrVRDpd5+gzHss79B34A/wYkNxESWWgVwSd7y6ibN/44vlH2BnWJPT9tmde081pWurPETImlnw95t980dgMDrbHlRwHhyGSIZJbeuUHJyom0XYqthMAErhFgyFkf0Hmlt/MIUtFVgVsZSkzvGUDXQP0TTNrtOu2aZYRWqLdyvhRzMmT5NLWpfFj/ZIf8xm7VcQMuQN95c+kZPD+fukqk1z2El0rPk1j3xVgyDFTgSvtUeWpOzXQRaGQK0MJLkETg3+auQgp8A4SKmnfDcfJOHxdFjYQUf44SAJmzz10ElGUhsvOBqAR3thAnMx8Gb1veqVxXMx6Go4LVfYIuEVK4W+kQ9yllq6qdBMTlY1MxQKOrWIctriaVQfwTrsmnPLvXRo7JBu7275jIbyD23oobjh8pUGUSjyo1EsOgbHzFMMBasuWvcuPPcaEl0Y6J/seagU+NGLmQgT+/O5T/sWjfQoYLxmi27/z/ZylLYHaSLablKEv7QVJE+nqPC2IPfgsmVwpwqZ0lbW0Ae3uGmbI3JZcJzD+m7cyYod2qI4i3tZi8dNbxEkoExcOPOHLSNkD1ql/BZPcZqptnrnlnHmPKZmVZpkv7+xmT9ybR81OA0A65ruEVe9QbWap8uZjYWddJJHBEYEBJCffDWB3S7IHeSg3jp8xX14Wltqaxtu63yPUEt0ep04ngjd/H3VShcvls2SnN8yeNBKxWhxnssOgrHbFnK//c5gHxDSQTcZt/Dprop2l6ewDef/9Zwniy+Iw1mjRIxqC7IjrLL5/rX+CV47Jv8TbGSTAsxwSOIjgQosCJdIATDZK73VlpLk+yddLS3dPvYQuDt/lQstpN5QTFd0X4E6wr71p2016oMjvE0zj8uFKdNgbG7yhrRduTcSBu4Ngkc8VaPu5MWy3LOzNFVCn1I11qcHP2QiNNlUn8KASbZEiKdzgR4kEjDONyda3xRlx0KASsUwZPHfOB3IXdaG0wkrtmozhe67lHvWC1rgeyh6a00xZYGxQGhWAVfDriBobD7gxbFLGSuBcEre/x5OLgZGP1UNcsZK0L2Nug2tlhIGjOPlgkh8BoS1IztgTbHFsynwnZrU3PpXtX0ONUEov53lzZnssq3ycXYxbd3HfU4/x4LvrtOcReh4sNfj/dcJRp3b8cikLS3SH2SHfirle4itPKZkUU7ZtKAPnqjqY+p8L4a0qxu1u6EQ4eZ/P8+F1ou0SR8pl7yoody92Cy97KpoQs7AUyZRRfja205GIl5b7BA7Z/0JJTMqbqeofCR0gJfgGz/I5JObjIl4xBK6DIfpg57TdHoTE1a6+ed+D0iBRbvqjsOFTmMTXVNj/jsZJNGqJQOLgcmWQR4c8nDpl0LG8kJDHHaBXzHv47GNYifscndJBBMXKwoJ4t5apZKzlgABqlWqR6ED2FTT6Kg5Mb70R2rfvUDHqjDee0qIdRPgmtAvg/qW+DOGNxH3PNCTEi2HY2WdfToBON1VbVXxa8JScq8jJtLWvZw67hSS2UN9LlATw2PhxJauWPCLLuAp7+VPorHajrlAKDlJ06o/Mk8BxYL/EYunIBzBoa/HrL1PNNMXo1XfpCEkJ55KSxh/T1pi506vGqDFe31GKIbYQ3mqXejboZ2SkqqHG4AbL7+grK9vqbytvFJmY8X1gWy2DSaVf6fOSJMEl8NqnLXjiZCcZ0a56JYWVum22zdr1mDEbfFXCOnG/jotyPrbKRNOkg344L2+iNzD1lhVyRNqO/9lfj2SJj80NKEGCOhPRJdmedBbzFCdJ1DmJvuGO5G6GyMSfff81xxWEs953xzf5bez+/WBsLlGIV+CvFgq9uNRWtfSNlu8mHBq/S9siKYhDipmdg3LnOsXy9M1gvuKOYCpD0dGA9GDLVonpCmSycTkBS/YfJkZ/dPvOndAw7qH+7vOfh47M+OeUkqwvH5Ypun1OMFKwf17dsWxC1fvsD3bMLYIJ3A8YyivmvihxBJvxJ4dXVyL4HbQAheLWf4zDWDZQjvrFvIsubd07os7lxcpMovqelOKmhnvpifHHqXca8+XXW4CbxUMlSdW2D6Txsf+aSgjYel34kNJBoeVHEYUGEL8BMm1tkFD6a4fzfZZd9qEa+hIZrIScmtYhqcCnTUIc2D/ZO9oiI/oBm9ccrK/t4MYHtl/PGyP94gwqbTYO2+CFXlNZf569F7WTowpaFXJFWc4NXPjgixQJPKBJnkmM+qta+RzM1rRIGt3qoHU3JgXmrH/TF4azweMzkFpBmqkPhw4jIbSljBZ5SH6DspRN4ZN2P48BdR0RdP9V4tnb11lH+SoHys1Z6TMtdPrZHzmhJpnnabflsndvI3JyPx2pCh9mHTh/d7m+bWM5UEZvHEj0E2RLrosVmvRQmHEnszlkHpy8j5xI4uAoEo1Dk87IXRjObbXl67EqIR9KJUtWuK5cizKKOCizarr5DoC8PJcSqFoTJL8QR9YUzJpQh6sjjXB2nm486ZTNi1ISr/48xWYjHRIt5bQfwEEO6kMOxzyHtGtc2YTMa5Ec1YCyBXiWmN7rqd8sr7ZSi8YpSMfN9tRHkUx7nMiHEz5z3/FcXHO52hFnfUfLlSvJjNo0g/6mubAzbQYFfSWVTEf+dNRi8+j/+4GUnl6gtatNr0k2JC3vRKxKYrXQIljcvgHDTf1gILyYDaxjVXAMsaEGgrpX7Ewe7cyf7Au7RZqJHw6sxFlrVt7hyBvZsXAKbCUl+9WDUbROAS6GsKRAg0d5e8QISXRVbFruIp964NcYcI2HaIMaE2jMlYwvYFdyUf1MtlMYTucF97Yn0hZRlvOc7ik+shV2LcD1zMDjoSiEPGUVYbB/13xwRN4vhe0gMSZU5uxMJNgsvXKiQR7VoaAVpDS1vLECfdG+IFOlNZ/xnfYywAq8HmW3LPZnLllIUgMoesz6xf/hitU39UcAogQ9DoDfmLeG3OmSBPUQAAZiHzkho2kpg+QjuyAZcntE1lbYNCwGMsFYfs3TxxjGLU4i3/XxCPCT2ec0w1L0gbO1OiKAoaDGcBmuVZ8Ri0hfPtGr2owCog0vGC9YZY1V7NTvd0A2EtT9VQsL6WMf/PYCtb1loCgzhjFZonZBMkc2c+SKFW1f8oa5aO/88u0zKu9ri7+Gbf1ewOWx/qmnTC0rqzdlKpbfB/zvQaHPGXq3+U9tyqs1FmKiFTWk0H6bAJjNj3DmF1e+/IZ4iU52EC+vfJBqvAwMZrQtNAK3NdvaGDCFPAt8JcDqRA/7NLegMKtywuz9u72u5iLB3vRnAX8wV4j6XYgMJIT6hlwy/rxWj/xJI7A4NmE28+Vq/GhF+dyVGTep4AMH7Uhg4Qes9BT7KAyVcqa7sYfdMjDNED45tHvaFzsOq1vTe7tnjB7qz79eO49oV1tskinIgVLMAuIUMOXb+woD+PBc5uORPmQzAiF88Km/MOFgxFmhUuuop3s1TgYHB1fT/eb5FqFej8vBNb7odyou3gceJ4z33WawjSNElHDwixBIwEEvNJV2f0Ux+C2Sel1LJ/DpA+1WVbREFIpznGPVA0/fER94wth7QTLrnd9FuB/B3nfmtVqboa4tTAgzg3stxsfV1TxTiVCljtQdLfK2TKIVFNtpnMPfPzlSrOiWX8FUUF8ruQLSHNP8sn5BfFmJ1FutFqR4qknR9PvD7Mdb7XX3hiozlvK50xxi55m/fcQzvTFYhJGhBraEo496sEXEklrpepCczWkltw5jdQDKQMaN/MSWbGwqpF4u4iX96Vur4w54QN02sL46VLwuWOXo9z0awZmA+dofrGNl3IDcISorRvyH5zlLS5OUFOTy4RTQPW9MJXNZdntSHIvkHbSGHfAOfL7aT9NiXC8TY/2PTHkv74C6DvA+8eYLPF52uoyk49fPkUhmo58xIjsLyx8TiBF205kdqVueQaY175eQ0iw2wFh+I3qdPSapFPwrkUlnbVT5/nSXSAcl+FJRVOhyx5rbWraeDb25olj3VdUih/0UMAd4G9elyTMTD53DiBJpM/klfUUPlfGTPifaftr30pFQA0gK5yEewDSmP8lpmwM8bqr3hXT4iH1DXg9EpSS5QAAAsklVnXVvymESrL+rg1gtySX1h5hF6ZxmGyLuunUec3E1K31tCAhu2ruEKYd7fLlCSl8kgIX5Ffxjm4VJHOPqI7bi81eY3RDHxlublYQ3maM20CRlcGU5g21WLlnyxsJ2rHEoW5rH/7nHfeYIC22DOrUbfrLeSWicXsEOeFdiHZZH+fZf3pMb6AEQFtANAAgskZmHd5rRSVJL2r/7g6I/LYqSRBVOBTnlNIeo9xZnyEggvyEMq235iyfuZay0PNDK/M82mwoNK7EDkEft5P23x0ZMkVzuQB3T558weLtnrOu2M9GWWkZKvGT9lrHXMOt5vabZDraVP0We4hHJFbro7jR68a6qhN6G8I+YA/L2KEMRbcWtmb3f+ULRT8yzfcbalX934C4HR2e1BiXoTwUm8tl7ZvwuYCvY8+wIsOoNtGiU2F6Sj17ThVyEksIqGKry56xc6deqA/OSuejO33wJZ2wXn9hJk3lWEnNYzT3k2doah4NzXw5TImYkDfWwPV4RctHHfPDl1sj2Baqq5kDqcDSjNwnrppedmJc7c7uSoa5HGCMYewd5xQ4MNG0sQUJdGbXPkHuN+r/6SIUoaOQHCiIKJVI+9/QaZx/HZl1a/X9arJUxPKtZi/sd62KNCHk11lcQhWPr5Nh9/nPoJq9BFRw3FcgSlIJ4n/2ssUK+VM56/Gy9TZ0PUep8F63B/6Kq4sePLrfPXOMjY79gyu+ZTLxBPMD9DOy3wJNujnUP3JVTxniiXE90w6TKqCfdMiMTyN1LPCLPVB03w4AlephoB8Mu2yB63mAM7GNwD1GmzUgGD0v+DS54VwsBOI+Sw6bipPi7uUg6oXiL3YObp9xlkDJe2AdysadpGX5Q4PjxAxuE34+g0WRi6H2ZUPOkoOru05k5Q9dUht1SCNT93iFnQblGa3Cbyo8gTBwYvMffaWYCzSzQDpIyTSvoxrfjJFAeEtnoVWajstwCmyfQOS/xD4huG6O/3+Ug8BKZiby0x3C8l+qI8sJCurZXl25Ap51Y7iUnj3MHSxdMyT4jL0+UB76P5W2fhly0bZD+uSpaGikzuEEpHyxxyaUn4QNS0wML954lx5LeA55DIvRytuEmfiI6s5+YR7LU6IOTChiXBW1hZO4AvNEsml5K97Fkc4Jq/uokvbljKIbMVC8auXZ3d5xZlxxYrDVA/05w2lG+/xJgrMqywAvWjJwH0xYYoyLYrqvelmfLhRjuYRj7sZy5/oCQzwEqQT9kPfqLp1soBjyOeT8IXH4KgOqJCt9YBerxx12u0nFAF7BbB2crTH3FdyROkAmyfudLRyO8k3Mq/+bKcpwLSZKbfwFnQfs9Ygk7mGr6gfy2hARrv1GnMLOGpRNTsiK8iiEtqSn4c/WPYeb3utwthsUFa7OualoKocwb535ajecLp2xykop0H+zzexD41K2/jk6u+GhsytKEYT2ofSobFh8mHQBYdAO93SXTNKJULD7w0GzZcn/SI3Vb/G0L9ljF/i5JUuzrI+K9DNeq95nJ9i+znM9sdWuEG+gYiy0SHx+piBVEAFzpkIb/6SNb0jk8uGN1tCEra56oKvckD4OyedmlUMAB+O0Hv1HgguSKcUzaXF5qbSVAu8b9fCza1T7h8268Du9X3R1nRd6BrIB0dwSsr2LUKXrt43U6tTDqYKEieCHNH0Xg+bg6LVqZJOgf3E60HU1/IJGCwJA32yJ866nNN3ZEX6AQK2BfXfkvTgACregjMVtVcgewNQQBsHESTuTWTj63M6j6/6rRuqwFTg3pwX6YrXZbSNtYNLyApfPLz8wLhoiiNpjfw/xn/nuu5w6mDAUT8k1qDKTcRBglHA7IGYt30RdHWM5MxiYy/qfwnA8zNZKhVnebIy08KjYtK3Lhb7CGgT/cosjPN6QgYAw5hu2tl3wdsT8XqRDRqU1NKlBNgQ1Pm/7hVrXy3Pe3MgzjyQCIo/b1VgJSYJZe+YETRW3qQUzu9YhQGmlDSxSzposaxnHbkRIcMimpGbR+mCAc/l93lA2JmOogDNodFh4VK1uczPfOVKAIALnL/e94Wye+AneA2azF+bYB5CINMTYm8HtfxJJdj9F35r3BKiCpmacmK697sTdCQjk4Q/7y48/YswSx/zU07I6Qp3pBFcbhpXCNPgv7pA/OcRA1jSCKvzsO+IdGsCdUJQxxHcm3/8WbvcJ42NPY2lpvloJaK5bOOBcB+l/+8Sxf7XPWtMI7CGtjoCG3ZFPlCMTDUg9n1v7Rj3tfEU7ca9fjIVzQbYA0z4GymZJBx6n20HyYakvid7+AyYrsmU+rHE3x5st6IuKTJudpiWo+QyjNOHMm0RgasBS+tJ3P39clHBVVcRjIF91KdCtyghh5LfoC7ZCQ7KPsOZpL+IgyK9baYvQYitW/ntT7SnxZBtP3PV8KVNi1yndjw7toIoZ6PZHRy6VOo96PU7EJ3ks438LjxK9aSVORWD/CwLAhXk4TkKjBgtKFnTzfmC1dq8jXFl4Z1CSDByfyNRdt5JTiRvOPx4YBDGZAUfOwgC5pQSsfWdj1nL2ZHHGlb+ZjODmpS2Hbg9FrLy1LvU1OZxJDmAGMqOWj1cYGXh/rdiGKFnoQWDV0uERymdPjhSAI9byiOzWtxYgR+hP0B/TlesD94IrJZODV2fr6k/oaTwv3ZUm6sWu2AJSHWt1t0CY9sYS4m+Dr6Whbrd496hNA0371OSjBvJn6CyXJ+SwQJSZOaFguPaXcpGPv28PAL3isbbwtLQbfUKxxqDQHmT0IqbcqSn9kUs2+2S9N/U/ERQzh+zAHDgVz5TPqgVetx8OwQdlvs/Bl2JDgNIF5zsb2EjJHuIvhdmxM6fISP/XxrgR4g2x6+8RsIpUhgilWcs3x4CtQc6+iJvjowNpsvhmI9TWqf1oOZ3rkc5cGR4jUiFxvpP0VgrlXVpt5ijnHK9+I8IvDRRUSidDHb3vdAcuYDNnaMYrPcXrPfaWIQsdFylvD9XKF1Ilc9E3Je+Hbxco0nhN9UQDOtm43GNnZ0O0EFe0RfKDs/jqTwTXYgiiOyLTnbVJPT88kcI8GAAv0ITpC54x7yKdmTO0dhL/FXrDTYA2ejtafHusEiwYWXfPpQIsfcpv/8mWgA7X4TFot8q7YpT6GlpCUHOEBdXKdCyUJdgf9K3tFLY8wp14ou4iPlaSwgeztkaLHIQg+QTrLY7SKlTWtuOW3UGl0p1uIfwT6KCTXJGiY5MrUIk++gnYcANfDz92PPrFtGBcJ+y9blYHNrJh5noT6O9CYEiMI8jhxAvx+hdRI01CGIO0onbLk7F2IIZ1sxFgzI2tpk8RRcJKgfv1prfUVjsVS6fKNNxYwp6aCgoCfVzoVHg6NEbanzOOHrrsiOCMTOl4c+BlwIZ8CJ0mYRmyH/SsDUCOwkk8kyY5luiIF1J4xxegkGFtQjqPNkDLW5K/P0rUNGDPp44LYyjHBK6EAmUmPl+snPemjeHYOfU56Z8P/BOo7q70oRh+9Dr9oejqMUja1K6r3NH1Ae+6AKKSACbPbhOyEGXitGA5qZZSy74iWSeUO9kE8h/IJrvIBWgNHDh/aiC1NXWw1wmlaOU8Rt3ymURv9HrcMsXfQrf5KM4rJ+xrtfMEnR23UzNgKV5ClPMYYVZajLO5ezMTWv4whz428flAxl6bgSj2A+s+3IeG6iKKzg801WVubeu0IjiAgO3nm8/UjZdr9lQXQc0yZ4QeViXqDfu2Jb1Dv48IFU3VoLjM0MRNXtHphA1+H8F+J1XZl9ZJF8OJERJoFJy4a7QfKi0vjVMeWKu2RM8pzBDtr8Ff/XN0/rhUA/54ibsTBTKmXCuvqrU3lsfK4SnrtykLjtMSEHPK/GRzZr0D8mRiaJo2vDFYfNt2rfdsyd3v6mqcfXUjJz07DUighUiWb7LKejWPNd70axiadx8TqyUSqEm+Cpa0YpSbghVCoAaStCFw1blDghklLQOABLHexILUKFg1Xy/pCk8bMQuXtS/BBSnBjaMKJsii6sh2zDORbKKKm22+WJ61eXPue280EpgZDC8Q2jL+A6F2xrTvuGY8KqQGjQ3EK/MuS1hj4wsAqqN98uEXA9XWIbbCtI2ajP3DTqBNk+BdYqWyt8g4itsxy9PcaQaiSX4zl6SlqSMMuHNfwEKwQPhnWw8Vz8taekpBlyjCCTZcbye+J+h8dSH629u0EAAAAAXBIcZpDTcqnTVIUthJ1dtnelup0/NrR668b8wmZI6cheJZBMXa3dZrYJ8jj8jM2+BevwQDJDbpoLlxisy8/goe0LlFGu2CFAslFf2dsvE1Y94tEGnMswEnedsKbxmLsJk3zqo6vKwwxXmjTZs4kHrlXRvT8PCaS3UlMqXHY8zX9m/x2KfOL+i8JdYOtu9tQ2eSgv7w1aO2sl15hJComneXQ9F11j4wJZRDFSaR+LvkayC7QZXO1qGJ4T3NdFtOYqJeXyDU2SxWGUrkk8nIo1M6RisuFzLaorQukSijTGQxB3sVdVTGLEcFBRzn/66iliGfjrx5jq2MlliRisfA945vfyhLAmLIbKIcEjX4/A/BbIZcO6HhKDjRNjvKvKx2SkC4Ccb3Ng+JTcKpjbEB8Rm7JFykIi34T7ctSyDEYDdQvqKlF4DnMMd677z8dJMclfpWq7D68AHgacNGFhdKgV1/t8AQNTYa/J8ZIgM+m9qE+HSy/tF2+1GqPm6FyzGyfnRyerKzg/C0G7Ig+dQR3gZop0cJ758a64MRV2QuVDH4uFQ9LvR+0yKT223Hd3TuWwgc42mvDoFo8bSPZNM5Xnh++LZ399u7SmIoUefj4Ro2+hnOa954iHEcsHJznigTOCmK+LHm5lJE+k0ktTLd5LwBK3ARJ2loe12xALtyUUFsna0EFxewKI3F0YLiLQHq1N/pry+BCKC9A/1ls4eEEj3lP2nALntVMLkElgi2MBiWJY6iyT9teFqr6xu42QR8M3Et/pEDETYoiw0JEA4vyehtc7Vd6NZVgNf+Akja30b0rVjTOGUgwiJBmp0UuLIjQv/MNSvXDGYnufXgWnXya9c0NgzCVOQJK3TxsErIrELW2mkr9PF9rcKU0K2AJHCa245UJoycDrFlOAIBjsaQySVwj6ak9pSIrlbTpQ6Fv9VgUtj4/Hk+Zs8jrXPiQh7SRqAnhcjSSM4kSkiK2P0uXSJX6dGPLKvP+IVRPX85ovoBxg6iPBSXkQuLR0zkP/joKqHyM/PG3Ua47/bcHdqrctdqKjqa8wIxjssVoiQgnEhB6zHKoyoOzqp4BYc+/DRro9FuuzmB7dhRocVhZoRWiE9acB5vmMsbInQHhFgMfvHrrqzKUtspap+FflTtfRKWJ7lAKCLi6IAjnv+bGJABDj2l8ESUZSFbP2OtMJn2wqG81C2Uu7inmiUOxjHXgdP1Of3l9zCFLe586jgNlFGvvNIyxDy+g2ckTKEQIbFbxdffY3ivlKmHZvrISgXQ0xaBwvuVFTOtkUYkp1AYZ3VLgxeunTz1OYcmr56DuhBNa+0b1R28sAJHQYr80CgutBiEMMTY+Y400rYwWzf2GgtGfomBdGkAVcfkFyKX5f8oXkqE3ly11fu4QeK+uBeTELKbfqKE+tVrJoAQGCD1S/bnJ4W0sfmmx81Co6EyuynfgYj96/JwUqjrt1gqj+bMEtGV4cexYVHGohRoSO7t52BbBkfNVCifRJ6kxDNBG4rvHCAaENQ4LOi+dqihL15d2RR0Bpvu4WKTDkWf4+EUtUIgrLYX8fv7AY6eU9ePOMyKq6/ryPimOrigtcwdA6U/xQzWRbue0hUPS/v7v3fE9ybHl3rXP2swMmOBO/NJ3012pStSeXCwlR+seksbTE7Fx1JB4b55zZ2a3SKccxoUJ4o5N/zFIyTcW2vvVuBXe/JSV8cOka3J80LPT1630GHwaADOv+VnZYc3iG9mXhAIYE9qxd1hQh0x0sRDfU1RUWlLNp8KtN6oflY+5PZ+RhPolZQSIRkQon/tnGxYJYi/tQPQ4BRWa5Fosh6e/IpcSRIhsZVxiRG2X+BpTfU+CaeQKxuO1mQ33LBiLLKrzpj4zlBwadpmJ36QSNiLi6GLdYXeWRVZOdoqqOxRlR2z5vaxd8UL2rr3pyZh9sIHagmKO6c2WryBlttlig+lEjPkeEGZQ/9VCADXnzf04kuV4yYNBla0a2mm15dUdt+Sv8EsOtIcvt30D2ytk+kUBkYHtt4EHnZZptOPyrX/6wJaVic8CTipEeFEGTSKRFwwzAPGNnuv2P/MCojPkXHw+9YzGzNAT6OVlLUPHNhtWxMKW2bhxwgoG8lWhCgNI5fcPt6tMSe/tw5agLfdTSS9trnhk6pBafkwCQhgJ9X6z098N5DWfhr88vs47F22LoQf7+ZqCzlCTC4ZKlxhEKto0/Mt4LHaam5LEmh5FDMePgb6kkFTF3YGyrK6X5oBSpZ8AYOwuvZBULQDsU2JE6rU9NVBbwv2jrGtsZwpRIqaH0oWvcmQyhUedXuSln4k0wYOxNbqOOuAUTXeVmCJWqd0e0DVFcasD05qCLsDrDHAinR4RRmhXI5T7zip4jGwmlgXWH9KdI/SW/PHTyUryk5sUQmka8bMQuvv8EfW1C8eiMVeyA+gNgIlX4yMgVMFOx37A0jCYDxJsUPCpzAq9MRalwClgTq+Iqru0wIMYaj82nLdLKy4Pey3zBYPva7oCDe4qb+sGu8NFh0uf0daCIZ+Q2wj3hIPmZgOdkbjAFRIc3V8y61/q0t1b7KX8D0Sq9IO5rMel1b5JbfRxMKxBdn3ui/pU/rjXP1cBDV3H89mrV7O9rFZS1wfihTsjn/BVycPAvAxNnyeBIQjZQUjIHuFxdfcYOUAMeLeu4NXsg+WIiNsCfMHkzzwI+meqELYJJjBcA/koUfZ/Qv4VeLYOKNzL9e0uTvrMT7miwY/smw1utmltT3bChLqLg06OHotBhPk7j3Npv9jtG//Jt41Jtt0Lg4KH51Qg0zHH/cbTz0flbPkXu/kAV6uhQW8j3esNqn5xmVJHk+B0dWpzsqGZKAWPmohtHCSrb3tLzVAFaOyboBQUIKlhA+aC2vNeZDhhp4H4pw0qFmDHgp/N9Hs9mXR2By2rSVJgErKkhMpHZKB3+8kgmhBzx2IN1AJ5e9T3imk9rRPx0des5FWlVBHCdaJXCVyfRP0CXKkGYN4Gl/GuMTIRFagxbjRs0a4l2I4IUyO0cOOKgB9wwOQWThCO1YbIzI2BxxH2i17zeTrdHlXc5BTNMrQblGVFMKR/655ok6slcRKDrkGQAI+izLrqhvGuWt2gjsFdazKLZt67MFzR2zovdP+CHNc+2KdG4QpcSIWvNBt9rSK90lMqsmzDsrRnEXZD2mWVM4IT0dfY/Or9fBb7Y01B4srW8q7rhOGakOd0JjSxlD6/DJegBCKj876EYJbgBrl+qdr33dQPeAA7Ou26BbCNGfzqpYR4JzowNG8GJ9eIN9K4HYbVzcnJjCDenbxmioH3Ua4RWYlXLrYB5Qo4w2lp9x3siJb+ACWz/uXe2YCm/BRHFeh9zDP+s5P3k/d7s9X8oA01w7tudizjwAZbgDPINNce0rAerfT8/Rfu83+pAt3P02T7Mz10ie5fm3rLB3D5imOSGyxnMaO+Mazu3D1dgof+16kC/MYE7vfZftXVDaxY9SrjMe5rYlH9AJxgMEbAWQvLayl+v8fSDAQTsYqPApntq7X2VjtpanGBr/ofs/pWSQ6hTkvwgXx2bMWK/SUtIjkozuCBnCOBVBMkip1cP8qWxY9roK/n4xsMcFtCXCl3gTHcyDp8eT8IMXPMrzkok3qC/32+F7spJ8SKl+FYIo1DvDaPEBguTl04Mh9xUyJYvpQFdkO5DUjSmX57d5xpqkyGrns9X7scSa/cWubUzyGhb6VpiQra/qo3leW+O7j/3G59rI6OsNTumkZGTRbcq1iaSfoZMXgxNTYUo66JHYiOWl1Ke639end1ZlgXsXg7qcEcyLuFbXap22qct8JcRUD2YCrSEtq8yTctvZf8exF3T060e9oPeCLQ1npIf7SX3+E0bAKrtaQh36i9YDEaXCIEFDHo9rPW7iQDvGu1pusTuBLqiByCe7SMtTuCxx3XD+2ArL/vKcktwBCoFr9vyIO6U+UZOWkzFWl4/osBnbdk815dVaR8KABe3HYH2B2mce4o7x4u15Xz5U3TM33L1eSVgmkOLIn+MEf65EI3dpdaAp6yQ28F35sN8iC572hQY9MG27ijn7csA2qXzPY74PxZ8y3KAiSlD+jJNFtnKmLsOt0VGMY7HnvaboKgNPVGb+NX/VQaACPK2taO9Nxj7KtO1KfXXdo+uP1w7P4midAzF9AL3dBAKJHFTy+imPU/5FbDhIhnNxAZIM0JfRynK1/zE/C6ChpjfUoOwS6jdpBvXwr6BOzE3/7pSy15E48GIFSZJvyGy58sTO3Y7vNt2a5k5gx2903Wj1XcWULb2EOrLrbS/8zRVadknEwvE5cLayzOjJrOC106ZvNPFWawIIMMfB4vYQhbWJQeIalYvx83J78hkGl3Z3Tv9L98WqsC27Y52Nvjh8/oJPkdf3q46wkfvyalBzYP79nzmfSPDtsmL0HvmU0cSQ1Y3CBjPx0KPNDJH289cNXQyR/ff/M10m35nTQjpb2/M4QA75klr2ookypH4kl4QE4WdGUbm2JnNafinsTihRKxuDbuvSDgiEj4uuCpCr9pAhFjh96gAP/3a83q1HP905yJTG6rAtsa6I3tffH7T2HvdPWq5NGM874/ouTY4b95o04fErPO2V9LZDls0itfXY/f6AQjlZZHBKpwGE+dnk27hOovHQsduTlvCCS6pmjeElNKgscOBf0cXWacuss0BZktid/hgrs3mns+RX4hwpbwZolhj7/QxheBT4ZAm6TinBKIp02dCsnmHoYasggzF3TSw8JrHY15UeWZhWavYIQC3xlv+9jFKVysg03Y8pJ6X/EvHQ71P6yrC1NbmZ2+DI2m9UlgTs/RLuSK3bFG1WGxNTY8mMuWK+Wp74Av5/SdKo7X7tUQaf5Nu9CceF3S5R8i2wLUQT+VhAwuzaPfLrABAj+AftEsFJwJ2LvRN0Pf2R3K2kt+kGa164XFhDwjU9TIbyFWVQewkXpMFr3Qfmv1j2DQLUyNjHxyyvvZ86o5mFNH7rzTq6t/9GEbYjDa1wgBWQtlx+1tsHSW4dtYqqo/9CqAAyRoJkeUTbp2wrZpcC7aEztO3Mq1X6N9BVR3TDc16WrhxQVODlbMSFtka6MnwaDwQ4EqbDxzz8Szv4w6Jv7pZhjj9+0dq2ZyCGs3s0vjJ5pkGbsyBPwOXyRXlF4vtJH1k6SFO8ClhrWBBUtNc5xy+E0yyMvwq5+3s9uEm6Rg4Ia/FpZY/dpYjw0xpjvQcF8AAFma+ssWGUTmV1/qPvjkRTyWG/F56VHXjYxtWF4ugkaMYd/W9qiA+LrACXFYTfowIhEWWgmIjEAHdOuDSfTNFy4ZLbZb8NNFy7TIRWpBf8pgeTr2sQjB3+QZ0EVurVyP5JTDV++Z5ZC0gN+QM43sLj2op7ktqM/1Uhvh2Tc2E6p/7t6RMroC36PvOotuvlI+j9LwGrG7lx9LfZeHZNZG2PzZnDvuTe6ME7ziOJABvsPZKC+DniA7W3MxtitvZItg0A5kcxDt6kqEAEIn9s2wGWbSFnsp0QgTii+Juv6UEI3+bb17M5wHzcvQVJbdy8TKUdZ6uYo3G+w30OFLlNzNq0Y/y86g/Kt7ErUjVVUr0jIvG7RxcrKuOK+VmiLIGbZlH14X5bvNBKefvzwFrOeVw05DlwmEY5aE+F8F07r9LT/9n1lOenPzRCIXj2qou9Ycm7/zoQkZJQWw04AAM24C7wstqgvFLwLY7VvZvfjjq0SGIsiTD8KQwK+quqTfZ+2RjE+zGo9dW604O7wyfSXIhx+XBwmkUlPywcqEVTTyFPcxqzTXMCTyObhdHsYKBkdpp5YeBe0lXwcEQ5iwtGsWwccev74snJJ0ufPH3wiktf35VgklX826ehd6Ojzqa5nzLnJfnZQaAVTlcpKi7eOOqjsWKahdavu3qZpDz8Vq7oTeI7qSNWbhQDYnorzmVPB++lydOHoE+OKqrmYmpuH/tFVkPZRqRFh5IUZNMUiH95/F/8liKdrAPvY/1nvNIWcPMDIuPfgEfvDW9xJKo92wT8qUC1pDIAA1GtIouGi4Nw1ZwOjfGvmKvWuKrE4XnMe/7TJvsQDfOwSg91Qg8bH4ha3jFCBLeBHzrsLbntlHJxcnXx+lDvao9vo4Qc6DN5hZl6W04W6zxqnOu3OU9hFflVK1g++jpoq2l6Dh+SERQdYzywS8sYFayLRpvaP8CIXN6sc4VKmSWNGsyU/SWrdoKkvfNe7nGqu5pC4UCmMvbRbpYjeN9wTlHoxet5lj4F5VAbO+nafxJ7f3ppRqOxLvCSmUAdg9S6Fw1/xeET1UvN5kcfMqRQHBa1wWUE5UXZLoL12Uk8Bb/RGLLCVy6uw/n42Xzyfk44xdL9O2uZ/FrUfr20lKqtvWhgAY2XA1d2rcOQQCex+fbH87q664gTohOKSPyDFMR3Xpov2F0f5vwLDVth1BCIlYhdIUSmn/mdueEImzKrmQOv9VCcxyfdD1xfHG6xVe3F46cFaCE44e2FOCDLnmzXF9DehDXXbL9Sho2e0iOic82o/z3Q7YpziRWBxsxqv/WbdqKT4sqvwYQJUsfkLZLuQ2P/R9pih/NaOjQ6TdQ3ox1zhxLsqeFh6x1cx4Xoq2hoodOubCr14tBPPued2taMJcLfNfy2/9znAelCvKovJZVeRAshWVBeVaFJqnFMcW+8+6HKPRpPvIOC69S6hgT2HE2TNrRGeB67/e7ui2bVSY7Hugdp4q1tqLvjXUZ7Fid4xA2DMLLvU6h9xexYbC9TIdUVGesI/gtGbcjW1cfM5jhHjVGN38DT7UKMosbTEkHYVSL+O4pY9GJuyBJ7gD24Sl67q15tybmkHCtDQ1SuNSgrIYylXS8lOD0AOoIX4UZvoh5LOmD+O7RxapuWeDLEME6DCrRooiF2CQpvX2FnbATakafTy7eL9EaSz+62AIK9D0fRZRIqfuGS+yQU6RVJMGStOMhlmIIXmcVd6iU9HzIVm/ReC4aodMnOC8tNpaeUp0E1tMJ9rLvSPMIbg9XPzQdlnQ4MYi7eUcxpmvIwRQYdtFel1C+tz+UsJEpR6vh5b65iT4Z8ZApS7tU9rKOjF/lU4MPFgZh9C/iSvb3dEYr4SzHMFPKQkhIlzyB341+oNyx2l7KOBNXyWTHgYlsR5fDZOpWz+wR1tQV5mk1G5+XG52IKHvm9FeKHCBSeBPjKxn7tdSqLTCSVK6AJQKAR98TUyHtQJECPa1qA7PlntwDBCxXSssfaWztFL4WKNku6Mt/FqtXzhfGSzYjk/w+f33oA03KsIysOk3FC1Hx5mBWIwup1+viSfjGHL9mSOvlAsjv/l/V6Swg01798XCwIFCAReCzDC7T3fQBJ5vu7QsAfEelpACd3e+D4M0ENLub06rkS79oI+knzJ/Jvc4HsVKMvq3PFx0dJoWoWtCkzpzD4khyq+iroB6rRy9jXjmxXd+cDZDMqsSnViyMLDawi/8YzPL/6YN9MkKbLwv0NOdsDvEvA0URBTe/SekkplZX+J5L+t9HjK1JgD7Aazv5ewyifZFuKFPvFYj5gttYerJwlqT412MBvIAMpMPldntwWhGKiixp0xT019yt2tspP8hP1tL1yuE5wb1A864RuXdaJmWw0cGJyvDDzCzTVb1cm+oeqRNNt+gVzWXKkgyuHdUFZYX3xgsuDOxoQWgBOGvKezWjAXzm1OVyXxWkH67+8XrLEQihMmLAW9HM99uhrqCaRi3T8KmmR9t1QYRe8ObX4SoOAzRBcE2NFjti9a/a2ycn52PP/YUD5xmSxFvXjurMgDaiqsM3MYEpNhuBhf9X/jHgGg1l5YCQf1wPdUK4/cSZV0XcE2rXn7njDZE6fs3YDm5LqqXcfij36B6m04EsFZrHVoc3M/7i9i2C/6MqhrL44lP5UyOCbWShcQOQZqtprWm5Bxz5f4/jV5ZjgbUJ0GhVVgOAO+mj6h+Tf36yl6++QbToGu/6xy+aSZmOd5dycBS8lGjWlrejD3StboVIek3CMwGHnOIEVyl5TydcYl8yCFkbuSzcIwflcHmO8VpvScfkAPBz51QBsTYreQfJOg/2xCJYQc3pkh4Ck7qfqf6LpXFU6UBmQHFeyztrTrRbcY7Zqq4qOKq0R1McfTBK/3vjKiueJC+BbmmESTVEaKARENe7DvJpiiMndKsNdG4AB/JjDSRSoOEWa+Y08/ul4Kd9zgm3LomcxXjywQ4KY3TAJarZtcy3si9F0uQLfCZGXleKVjQW7PxWbsmS5YUnXQr1+W1g4kBGrLEAWhaaLTbJ2o2VfUlWbBclBSruSrH4bfHjYFW/HRTU4J5P43Eot/wZR5DcEEcDnmvcXCQBYGBcdxjuUKy757txKbX/gmCMuqjwoBKfUYLLjs+c0KM0WGyAL+bao7zGc2eRdwrQNFhO3nJV9DEWV/QoKQ0tq8zcO9gjzv6bcBDtdSAiNuzs+SWiulMSMOSe2kM9ePFhbFtxYbwkIBk8wuPTKlwOiLceY2Oay9iCIbszeP+LdIWsrNJrFudM3ZMT9G9IwuXGP3d1Kry/8kypkMpkSCIaI+LTpE1eWtHKBgUto01QP7EE1WXyt8adUcdpTZM1jaq8SumwPNIZx7nU582nm6SUz2THERsDwWxm/Z6Yi2RgPvwjYe3Gt+Hr2cmFQSyhYP+IOQg6Fnv8G6p3zYfPD7LPsG7/IQYYJ3cetwDqUDZfk7d/TVkFJuaY6mm5bV89uT3KwAZ4/XrN297sDzUoqFCIfb8d1d4wy5pymg+WH8SjMlhlezbfsMZuHmV9Z6Q3ocIGde0YloRrDbYb/tt6FmQVa6nFWiY9QkAMEVC6ujgsce9GA8jQJQzIwDX2epRv6p5xJQh+yFBI1iSS0Dkt870AO6YyVTBgPcpwaM95Zn7qXhl+QW+6BWFVd2qDQOyLwWo0SjoLrn02tAbzGSNYsA5DF94DSnwab85lmRaMYXWshcB+9vCoZqZMl3tRrCHnUe3omIo59wUGwa+LDjvKBeGbIuDRGq8K1j1NA/qNCGBcRWrRtDXqz/x4HSb42+6JEE93zuJld/jeJUP0sNfLM87ZY6Imw7BI1o+EGyAyHVjzGc1kRMUC2Dy2KnOMvbl26JfhZBMj68fUZnXI7fRb+bm+3RyrpHIeVz3ORJ/B6JPezbJOkoyIssmHcPcN+NiWwG4G35TPkN5zOS/nrRZm/WEtsMFkYZCq3VHrfsSvdMfFJEkRvQ7bKXYFu9pt5fi/OMuOYslJSjdY1nwqBNJTzVKvgPwrsZxVEnwosNZK4xjqbA8t9sn+rcUJFJgkpjrrqtzxib3eHesvJvnj++WDN5xH77aP/VTfstptYtVGJJJOfPwlhXNvHb84qdbueIsBa18XTe2gcpt1Bxtx9AmUcAAFmXHLluaKdhbLNJFlXmFMQwLT1WL629rkZeBseMje3MlVCGw4LQ+mrIkt2iu6X0QMIzyfid9b0+JssJBfqIp/JqdUvXWYCEWKIz99oX/YHsLD518KDQct3EWi1ro61wZ2n2JMaDAvzz9uFqGJtRlS+ovX8d7+AhmzlLLNlUejq4w0z6vfx/WhQ2AIApVdAldy2jnlQ1mPNq/4AFEA1DKW5yZ7raVE4X5hqaAzu4xFZRzXSSZ6clUMefk82W+iR7mgYI3j00RbSjwxbrMTf3Cme0NQArqa8WNVUbXqIde0b5KpsDN3kFJQ9uON+95rZyfb/tuOjBik5ZPzvySUVhmKsgF7ydYQbcNeYeeKdEvp9zyPwAPye2qInpeBvrt0f9Bsbh6YCkKOsZqv2uEfXV1Bz5PpHPg06jL4F11nkem6j3iGNI2yLmID2XM99xMf/QTUqiZIkKPCpY0VrIW/YidlCnkP6CZgB+sTscgm8G1SS/zq2H09U5TYsZTlFFJ03BeKsZO7TFjVISJmmik0stpUbygSusHcNsn9pkV5qP82xnBwSImDpJD3oow8f9p7s2xpONBZg9KlWBwcPckMBd35yQBdXSI9jYRUVpQKRuAjsD9UOyIsNalx/071FEnQzm9zu5NAj2C6zDqHHY5iGt4XnKeqId1WuX86NgnNxAAupWgbF7oUnl0jQr6lxxh8vVhnQjsC6V74eC+aUAQlGn84b8mSk8M6vTHVOwjJtdTBAs4TsBSFVtGiBEQj0lWQQMwFBAcokkSQUy9uDgLx1SuDV9Tw5OkJcFKIx25QAYtpwTqKCTQoHyvsoMuu8DxaF13ZvRQr+koeQSPqLjWu6eAiaBoDRRYnJgVy2/5hcjUfkgIPXTlf/hlcVpXOUsBE7onkmyK31whB0l6m+yfRzhnYEqnV41VxeIJKBo6fbWylMr6x3AeUW6G4BoKJNkqmpff+i9gnZr2Y1QUuI9jpko5oQ6Ca4GQcMo4AFAxnqr47RbxI+M47KdENhzUt7DNpWsf3cXQJ5ynHmwtnR+oadrULCIL/Qqta62AC7AsxEWUIihmvgxAgxAKor4FCPS1BmSqgP1oMVZCofzAdEHpdWXyvgKsCwcKzFG2yvNzy3gGyGZWrEiNhoM722NHPaiUGJoqgOfhmFGQdkzFVyFzFSzJw27vBN2sxExKSqLxoSNVoDsJ/aeQBoHZY89af6EqUDKKNFhXToG77OhngCMIERJ3noDHGc8By4nLdvvyxKJJtuHnCD8P7fgXVrxuLimJhr5KYFQdXI+UHrDzdxP2e1x/JPtdEcMA8FDtNneQqOsEbeafusn7emEIGpGr4lv3Qp/MuDzImI+nx4eSkN99t/lq3Z+NmWszqPBDsy2qEkbhhTpEizGoUoRGB1X9wJAP0JTEt2cGdZRZM+FdCRDGQJxiZcsTytkwfz20ZhLXLT9wrCyg7AKcjIDv2ES+MUSEw5ljJ137rg/oeQyZUxdfErxCIVGca/7QXwL26tVVtHmVB3TmAGhur6jbVYX+x07uxotdojbB1qEZ+8cmN9Fpb7MfHn1ZYz/GScfD8Dx+Jly3Nx39f4CHoTAXfZZ9jvyKI+UutTEl/19vm5bxvThIYlyrneDtH1TZENG8aHGfWNBWoHzIwQ6IdIvMtvPu1lnGS0PWoUYFIPzmoOGzIQjVSPqcUZ06EsXoqRR2rqVDt9vbIkq9iekS+ze9v2Ku9RzUYjhMYEWuNEtpol8eBGrTzYFo8GyrRiWrq4NBCfp2oWUrV47YAGw9KnXDWo1Mc1cOk/jTVodBDB0FKFx+zPIX83NHdLE3Rfl61vdAebUmtShoFF9sM93hRKLYKXV3DCrQSKsgBOuYXJkzJAMAUB5564pceteJp02/H8i+P8byDf7dcqFAM48K8ZwqIST5q5lBjs0VNqOJOzt9y2/xviVbz/OoXg71V+hQSaiW5DkjxNqxwSY1qGgp+MUatbfs4F1NkPd7oq8ltQlrhljl1Xek+GLWo8Ahha143Hbet59ko6bVYP3USKql235WBZNy+GFfAJSjg/RFkDzYTLF4DeSKJbFkg5GAdwfhBb/iFUP2Grw9yGFwRRcg2PFZE7l/BelCNSUVSJLGWOQe9x68KLpNU7ifGFZ2QrfY2GdN90qTg5+uP2thml34AMlFfGWbH2LmT27XSkCgtvxWV1EtdLeKhXW13oXSO/2hcNwd6HUjQ94T+vWqvuakaySGXrSgiza08UQwsiuJg/aVYSi6CJR2z9hrsvZoXXvNQQ6SWRsQZ0r6WB7TpZMau2/I4+JJxIOz4r8MmqdtocbKjVw5nsoFB8/b5cKLCaoj82gjbsVoZBUPbW+jvT44kg7jzNSgn9AIl95DZLZB1pkjpTT0zY9rnaWfqdI8HpfiZFG7Q4ONrIlOkEI9ytcfdYAEdM1VVAnDIl6xAmEYmRHPqHHs4QcfVvWdU9uWIBvM74nmpZXoFjuGuV+ylPEEeVtrSB6kAAAFWIK2ubVWFRb5FLThW4IR+rudGQnOcpxcfztXnN0Iy0wBM0BkmD1ieyBDYRWwYMQMhnze0x/rIWWhCk9k1e1penOVYcx+Cax5+BOWX2yEusZAr6f/LZgbQbSjH53soxkOlSpTsq+HSvnbrXXwgKvCMKxokNkCEu1M59jKic1Zf/ad73NliIpoz7sqRHBB3KGvTn9Lj4QP6OyHkVvslo3LjR9UZ1KP5GSFJkXZFPg35S75g/jflOOP/nIKqOvQxt2yOQkD8DnnayrJKhZBL7gqfVPQ3ZEBbpuATzbInhM7OvW9EZarm/xXX/gMDHxUzGsb4hhsFzGAg9CcacVe59kGNQwb4iScjO54T0Hu4ilMcND2li9mllp1E9DztxWhMMUlZMGrI1Ln2Dfg+NDuqj+NYXu0K4bfk3zBm5/o9iOVtdIarWzaVG6E6SLxGxOMdsVwE0+rJAwk+/Nk9yhnTSuddPKzluIL1MydoApSydBGaAfTMHtiiXGGQY9Z4Sr1R8WwLcONpQXC8uZ0ntzKUVHGGmAbcvLTVWZBBcr+KqsU7uu/cZjXe3xT88Za8Y2ICqecsS+nIMWvLfWJvsw7fY/xC82KEHUjEsG4fbIa5pLjXGBkunOkAsbbR4RAicNdOmteDSWoL1G4lv8WUFptunVq0kuW23WRTiLKzaPGq5m+824Rr7NP6x5u7P2AAS475FUDU4XjXFyYGxl1uZam0zQmukWtEWxfD3JkWTF/mQ3paePWKyIFM5DrpXOcJTvJCAIcIFnBX3IR57uIF/kJF6EiSwyl0UDhpJdwNicsLxtDeyvrfsvjyAU6ERi2t5IiTkN+cc5ipCOnNUiE025cE8nR7NOfigO11pjaqsWMYzKQ1w4kXIgsXqSI7J3xLf3Gj2Xkj0MxWv/QpIsk1A+07XV7L3ZMjIKNtbTLPjRvkmovwB06K0TGmLLrdT29o7dX5lPRGPdRCIhZCB0a+zqLnfg+yIslbvIzZKHRP+mxlnQUHBF0029C0JwTq93Z6H1vcV/SaBc16hvEdrhYnP0VHEg5EtGEnEQFD8Mbz47Hjrd1RkkUDsfUL6mavsF/UA2P3bpIda901bgPdWVrHz8g17ed+ipmujkCkiKv17RNXW60iCcPyxrHOhCs2zzpEXnwuO+sAyB56ZV1nide0m1MG24XiakKsk8OaxXjAw2ydrscX0MjjAPZY8LDM+tapykBEGPsU0wv8tpzU545BwptljZTygj8iaXdeXRvU98yhvZUF/VLxEBdUPdGp8xLEXwjcgjEw2EpfQeO6z+6KC+cMCv/crKAmMdJNDEcRThjpoYgM21iWcPVoPQGb0hDDcU5/VDwGR/Bk4m+BnUBv3x95I0OWaXzKBmlXYw52ZgIc6ZsU39vLk+Y/lEykgPNez5FtdmrGEzs/BDMCrLI0taNJ9C4zLwiVXrQf2By0k2gtZsRzuV5G7J2HnQVheaz52azPKsIGCIM7N4eK/UX9/zj+ts33feajut6xgJ52gu3NGaT+5h1njBIgnLoNnYMSoxjLdSsM0f8FGJ+TxJrx636k75gXaNqMgQ2baWfrh7Xm4PapmzdY0MliLEFCX6aAAPg4sScjfjLma+CWFzfgUjW8L7Awu+Em1/8H0ez0fuGTvHHp5dXNI6icAvaAcDRjPWDNZd1TG/FFDWHGAGilp7z7I1A9A5RfqMILMVX3h1s4cVFGoY43g2N+5oHEsFh+sP4s/s8kqBnG/cmRmz37lJm+7KU8Vk/VYNqgrkqO2fBtKweGQxefNL+4tX/DEWgRP/TIjcSTNdWvS4B20OmwLlWnRRUe1RMIz9sYEElPwCxwK7CwlidtmB1AgmF17deuUmMS1jIpl2MIIhNAPiWpqULBicRLnrhgtZc4NR9vFYteu4v9NP73KtUI+lf44JdN/jgnaS9uyy3yHrrhF34Qrsl2kQQtp6pZ12OViWfj8q29HYfbTX86ziSOrCdSiBl4qCdntRSDkEuA9o4pNvYYFvc0qM5Fi4COY4sccnyvTH70Nubr/n5XbyW831kft5UzLEbo9O+vi+PpeDvRBvmWPGbbUPmSRfCkkIyv77VxOErTPR8P78WpgNJc4OCAZ/rnu2U6NYiJcTsa18Fc3gyzePvz308vP/fr5ji+K/p1FHeYgdBZeZPoA+4A8kcF+nM+LW28RouoZsLNwlEipfL1TNfHOtgnG8OBlwWY4MijvAK7C4uQyWlhNOux8nFjfnRcWAb///pZ+Y3eQdx2wZvIAvoAa3BLE1iiSSp4ulEBjzHlVBj8+dDfL65JU/MCygvfIihJcNWopHGXX8CG6Cw2A1wokf7chMnmQIgH+W4bXq5BNELkDbewKGkT5y2+4+gA3gyG+eTfac+byLSeeLS1NBF1IrRo7ibRsW5iu20I0Bts2wAAAAAIzKcxLxu2Vg9KjeO5o/FvWj7LQJ8G/8rfj/ogKXzeQxQgkN0Zj32GQG6vXcslbZCNVUbhhwZhRs4HLwx0M6FBodNIlqtHVQq8pQ6xr5z0EnqnfTXKPiN5tXosBHrEgk1ZRn1/E0AMIptxtgwckcTduJmyJmn41bxeGsfBY9Ssh+3Ubln4a9hjeyVz/fE3+RDU9x1jBqjp47ug7ick2XV4e55k8r35vNGoZfhwCFBPqdl06YC0Zz+hkMlUtKx4o0DKhcI+2jgJCSGGwk+jU4Byur6A5P87XRmhcpZE8/73sqe8E4z13diDHP1utvuLv7COCMIYrNx6hczA9xPKTrQn67ubrdEGi3tWhKPDZ84Nh9cadXp3+Unp9kNOVFOUzbP9cLoorwncO1bGRNkDu2TQPMFb7DJpehed0LqXqDdFzhQBrSoyipkL4U1HWKswSE1NdMxQ15+ZPkVLLZ6bLkvxj6m++i7eN2RuBg8UlVf8aPzPdZeji3NajEWd/t2PcimQmJf/9ft4o9+5NUC/93H/u4Z8Lhb0lhbm+bzzTCw57WIAzodGzfvlyk2ex7TJlaZdkD0rRHDwJZZFFYo8eltosHDl5aHdVhh53vd4lfWsMGJvRoNAIiQHNQiIn8elJigwVjuArgjkusREDXQUoxCj3pVUuU6IIkJ2BZVsvwdBHNMKP8UzrOEiPAFLP4yauDuOaIwBnpip5ciVOz4SLOceYIoH7TGoP55Nxv2/YZA+vAoo74v5M8akCY8+yOstYxhpT8Rj7nOnt3ostuSt2BU0do5T/sKOBEo1dan+C23dgkU0GOpupDkSt6MADwn4dg86eojDsS2MnvSz5dsXWpUBTq/nUa5zX3JpfsRf2+MWM2LuGgGwBsDT17fS2kYNEupfCTUn+R5Qnb5apje25QmSIwc8Gp4KYDgvzQ4pa7UVWnw/BVtN9RP7MvAY8psJn8c6zUy3OE8aXDW/CMXAA4JkJFFCrMNj2j+BNHXx7qhhNckJmiMALLQ1VqE8ZvSyI0Mk7mUW1QNUcfb7rzBn9AgUnQ3YkPbb0vpchpwUDu7iWyEH+R34bfLJrh3DvQEVZRiva/AdKAkfUNg1MQ6RkU8vA9T3gi2/RwZYMhAFHvnEwoEivCTxBWAnrJntnoM1X3wR7VH5/qdu5tEgEtw7tDlN1tKbsOFDQqOdaBt5MxU0rXwj98xOXvQD2kz2CDv/m+VJpF8mHEWsOWE1uicMoQXx1lt1dCsdQ8LIYJUUjfbgv5iEkrmnZ85lFJfFOkPWI+JPJdQeeQraboP2xgWHeNsqMaQCSldBBt6qpm9C6LO7vyRxdyy7VXZe3SZMe5KzPaw7AkagPyLl/yfF9Bs05XXKbf/P+H3J6bNcI2wkLyqs5rGh+xkz5au4xRwc0xwjN/N1TFeCHwvw9SilyeyUyMH7YG+JkaWfkCMdz2oAohuqwCZ2DJddCH5aLZZvSQICbivoVCu7Ko4oOf5LHEJ5eQvKMHaxIxA8E0RfmpGuSqhHi7H07z0OmvQK1RW9tuwp6kJuLG6VUUHYefhK5DNlw4i58nksKJI86vO/wdY5+mklTo5QjY3IndNV0E+iYpSlrSCA5y6/226rJ5P2s/jNan1HjNhgDcW1BUU+jHD5b+Xe9NO4G9AOw1vNebWrxpfmNFOOt4aBhCdi2YfsWaKz1iGOS4/UTXQJieIWhGvgytSc0lPX+bIUhFxFS2j+i/+oPaTWYqCMf/mPHZzGYwJ9XtQP6YZ5rstMyKg+7Kjx86qVA7zR2SoHCJf9SvfSQOZgsX8s/FUWLiLmS77qAqButHwCwTMYWHagUI/xQUN88bLKPPZo90m2TWJw7f+one2pVAYhjkuf1DB6Q1xMDg9Vd7yZYnnQg9ZaVnzU0mSxRrsjEr0Y629cIV3ML8hDBKhYkrN++naTjL4Zh2x2KRQx26t9InwEsEimuNprUwRLMK/ij8PrYdNSUqdQ4mSX/ijad+5gOOSsv/C0XCuMIQcm9FBDnPvZG2QyOTYhRhlGZrHx4IJmpcv/bXARBvh347ULZf5tFPFSRvn1H4riSgEDsx5fofE/U0ERYC0VAviCiMm8pgaWceVpAbECAb5fJQTSS3yIU3/gLnOn3ngbLyXwB3/wxqsyPU55GvaVI9IKEO2ePq44dFaF+a5VYxf5cXpOIQxovLpXG6trUQFHi2VfWHAGY4J+ISDV0PECqABAf83Fl5lmFwRNKooov/Jx2NLdIvWNtUxB8z/VpyIm2tY/gRfqWUH7+L9iwIms+ZcGdft38lwMJ5vAl7rq9a7Hbt4/+CiDwb90z3qHb6ltGmx9NIzeHtrUVZUl3ofnjt3tw+K7jSgdHHVz3Bs9DSIvXvn2YVlYccc9mUkY6qFU8DLbrwYBdY4Axhfpfu868pBh28kMlPGrW57K2Syh/HJE7JeWsZlRNma6UdAC1xZgtkcTEAFGg+6j87ygyL53ZiAbrCFE1xkhOYsnowXBr+yFvZJmfQYxXQy8+82cyI5dIM67IaggqtL9TPZJzdwf+0EcEi/dqqnieG9+0tB5hTJaOwLQnnDHdFsEnUJFwqEvzWSlGWAR4432mnKffbuTfZrg3n+k+LTYCY8Yu32SJp7GqrSoBwQnLBI2vh5LTGR6CEvGSbCoCOLOLlG+8Jka6VJj3QibVyhXdSfEwcVU0Ys51XjHTxd+iJH1T8wuv7JHhxHN+41cAjfBQDrxI1+BtVJKk8y1heOGEmpMhgew3OpQBz/ukBzOAm2OoAEMmMAlBUlciwhwQBJNWp4wHOX5R7l8sjs62jRTzz0rlwoa8/SFDbWOVjKo2eogwcirnzxGRMsIomVgetNXwZkdDJX+pxJPsp+Wo4aSprD5QSNbjj1IQNKagxlQR7gGe1798jwf4JM8Lkuv1dzyJpGfWnVNhgETeFnNFTOWU7PesM6BVhV3ZHE7M0eb5aPRdHgxschAiLipCSspDqMJ4yViNOp2h0gBT6efrDaGL4aTavOItiruEKSN3vCIjjW682nLKb5da60y9oH7X98es2X6s61F51nVGwP+OvgT2lmowMwOZD5wae/VN1xeV0hHuT3VW2kJSDp5GaCjDdjt94kEEchwhWcmKf11vgF443oj/UJXmibwRLR1mrcUCyMTnn9S2UQ9LZTsl/TmRhNOMTBzEvLaY4xWsyKxI/3IjkdFNNmQAnBMrF1OGNJ40M6gB+BzlNqLLtCOTdSFpH1Yr5oI9DtU+RFySwO1aLzBTAiWKyHm41IqAIlt840BcwzK3FV/o5gNbqgew9YRpD0wbFiPXUTGqYDesaTbCaWfo2uk3pFP6q1oxk0QnOajrhzLyOWap25TchMHjIONeJVWKydoqK3Ktw+RjbFkQcQ0oiWFnTMG7J1BPrUE+ARTmyVoTDVdZYbnxqGjU1yiPZmP09r2E4ZgxlgExvNvqbVbqNNh3igQ5RvHHnX0GxaTlymjOh4y2G0mupcZXgMU7X0cwBnXdwkOudTw/1PYRFcpkds2HihPBDh3tgVvhajUzgxFtHDdhwy/cpp/960x6dhXQJg3Zfxs35/nvPWmTbQuLWgmKqrrDoTAdzfJl2GgDE7TkIa0hkNZ3jQaUJULmIIC9ZFH+6D7fSziyvRRD4pXGbrqU6EC7RJAqjyrz5McsoMFIPQbB4LoAt6u2oPLgv0XHQ1KrsIvu/aeSabd7lAlWezioW/jr9EtB3gBeVr8oRr23vAxDJnLg1p4jEfFebCC9lALdbYbIlQzvNFSzrYyTLHVA5/wqaf3w2gf+bjJYFsEnMGvoFLwhE7a4cr+ACNBMe7lvEFVHxqdsmTWhfdTRdDciOxkfAKSiIu2b1XMYPbqOedOCEOwkLZiHKtjYsHMKy2ecoX5KCj4iwq4sy6+Skr+bqiXVwfbDM7xR2JdWqE3In2KJC+dIAagG/1FpbFRWYOROlXbLeM48mJboaVf2eDFTAOG4M+0NnXyM5/1rF5CQn34ECT58fmmSkoh6Y3xroBZc1uA97DQwfGT+0Ze8iMGrhxdRbYrjXqlZMRVn/KibmaUORYIc+SkLX4CnUr3wAmkxdUbOzkrHgLmOscqrKEwPz+Hm66DbrHNCoxJHLBSYw5+2UNA8Hy5BEAGUDTW0otC1qiXfuXlSsJsSy5wgQPNvUB5gs8N5Cs/fEbKwyHEzQe84tNlslWWocHymNhoVxhrDchQwnsCn3muy38YAoCkbnA0AQKbBj2c9wWecvOGM1bd35so55pPj7JoIgSscCsKsJOhMxqQ5pZk6RujYTLolL4JcjTbQKuwdj6856qS5Py+f/zeWPefE2UEZpl1lGk63kNjxcsWvWf8OCgAARqya25cvHnUv2zfUvdtI+1co88VosNN0syjQRRDe/x/mvR9YueH3z9MFBm23bxdVlX+Kg4nbEUO61r5bMhSvtN6rZ7VgxHEdx5RAH8Y8sjH0VnagFvr0PsnE9EnMMe1jinIJ82+Ub9I+V9W2FmEv6A/FDWghAEtC6TSqQsJL2rwcH886teixIPY6B0PmEUd49/Y3dkTNsaUEtxedmbEvy1FPf4kgOtA9aMCdWyrpuzI0Acue1zmtR5+E96EHXP6uvWWOoWUMfngtD5JUpqwXUiyEQ4q/pwocRpF7V7y8j1S0H+KJC90BTN9J4WP+mxNAFwSw7B92zrJNz3BZEtZuMfTfOFsa4DZbDHBUJeRlf/f3fWMe/Lix0c9yYrUwkEwrxGvSRAtj3nvm0IoVkMOAnLxCKYCwx1Yc6L1GSivZgoHg9V0XvmAeh8Gk9WUj+tNK55lgj8ld569o6w71tF8Al/lRnXdp2ACEoDjLnWhvOBtz25JbqcLrLXarmuQx6gDKIJKw4i6LKpQ/pWqyUFt50iXTG0gJwGrcNxFI8JSYc3bfb4OP+ufZmjeo0/Wq/D9d3ZCUpugPpXSz9wDaIJSyh/49Pq8JIJRGmRF69o4HXbP+DVYwnO04b+Vz4n0zESj9f23zRAw/Dm8R+H5QIrO6yUDv8E8IbzCL0wcmint7hnjklL8gJ0R9jDkK6R4TfoUyYOIjR91TTNK6qj0MyPUc9T6sgmKyuIvgEK9kCUCwn94E067gA5QScFMyDGAoj6B+ED+uy7IbKn0kucyNwyycF+GpiCGQAB2Wt+yX7HZ5LYUVvnS3bmIbrQWU1lqSkjlrPKDlq7z+yVX4Jq76yblh2veI1RsAVDP3jpraaYOmj7MfhiV5jE8ODH4s2dzsYyj7CkmsBHrJibsojBtvCGaSV48ToZooT8gEHCRXTnvOvYCONIFkmKoXuwCe+vtz+nobff9dYA/IjvH+ETTumABa7zIuRrL3jl0uSbPUQBP6l5P13RUDOUuIYIJQesp3gEb6XQ2e6SBVUyrxiRpP4vl4C5CP9JNbVVaRKy/PqqBVXDqyQ3OwPtG2cB5S8g7Z9LbWOaHGBKGpE7FXtYRbvp/fnWa429F0FNnMUiB8mojBi+jRZfx/MczOPHayeqFHcdsZOkO/DVNHmgi+pkyPgo+R6vD044tqcVoQbioWl/X1Prx3oGzockA6kvVgqI+d5KLcXv2Eax3mgRloV7YfVZcugZeiUi9CUaJBHP79unmRSUqC/Znw5ixaB5ONZEZFYx+0pLrtChYzav+Z1DvA3D2Yn+qPptbCMJe1q4yPUNY3zYmXTKUh8Vn/FWe57GhHJVRQyWIQjN7rmxQy+5n2aYzbaDs3F2J8XdALcP5Vcv1iiyxp4B/sU45JHodffDfd7Q43ubzdB8QZRvvIx1Ouzi7ES/bW4keSLpRWakBc166vFkU1caU1RAfGT5t//yyQM1oxCX9FNYfqccXjO38P+9lDpWnVDcV5u6DCbdNJty7qWjl3aKoikCWCvtr/JBKA5ZDEwRH03KqGfkKt+UKPAtkfkbYRuDDv+icU02sN9HxtLlSAbSVdcOvmycKYlmUiHZ+q1Ptu72nHM06LSm+QQd3/9LTT4EE/nZecYUoptNbTdCas1vWG9LOa9RVBg+ZM4ZJlJgVIDxMDnP7snAmCcrdAsnBaFDLjohUqpfHa9SgwIiHhAFP09eUPKop8+hV+Nq91GczqbcFRzasSKkMFCgHjFKy2bWhkGPbeXvjUkMpPncTcK1KJ50VgnjPMGImyD/FWFl+wkzsDteUYgBHLbvC/WMDXSHPv6AMrPWSNBJMZGb4rBOE84DJ/5tcvA0+XNyt6By7OFGjdAKhxOyJRamWZPMmo+1X21MatFneWc3/xc1hMc/30slIAsObGvJ13IlwwDMIYKI+608KSjrGL+EiJDOr05ooJ7qHkS3D7Q25LkCW3vh7Cz0ALCU5HlsvWHCwY6DiqD/zJlBu1lcQTUV8YIXPnwW1uy6fw43d0/Taqqk9p66kYz7CsV1LY+DLnl93+PfdJXgfkcG9xVhJlWDvGOs6Tbj0jwf+FYvYgn+rTk/aiapFadQTCFW3ml1vPPGmiXVjIG6drGtUlDWUw6sGUcBwah81yU9jfLA+NDBo/AHvp1dZ4jxTbEovpmCZENA0bULix1WhMilFzffHdSx5j6Z0tZ6V8kBWKlRPj21U+gL8yJrzLGksld4R6W8x9lxqLIQxpqzAIf4nzDoTmmGPHr+/xmOlwYD+2S/3rFV+s+u4snqZ/jr/8RhQEWi7hV6PYWtLgw0aofypZnlApw3pGPIYp2waJlDwmBL0MZnIOSD4qAp5a4DQ4XlK+aHb81bCw0hZ/+G9vgFTLQgb/SbRvt/ZgTj1+bDqmNesw+VmEeQo8PR/ixBtrMW9JiLy8Nu5WfscsjCy4TLDD2ppdJEfh0QKTwLaR2twFblSqXZZCTWMKR3H70/vpe1WHiQm7Tg/JuDU7JAqnpq/YZZq6JucVEX+5TZHnc78mQexHprCHamM/N6i5Lkp7uQ/v+r965kA64nAWYm7BIySh4UddCrkYxgWVcNGqEZXK8pGbRBdECZ3Ryk2iZU2xNkhSw+M6QATP4DGmcp+pEz8tycrn0aI2eLmL6uLyhBQDcsppStWJI8ahu6saL2T4dIpMbNOprf4LXySMwJkdwdv0QI5OVnzEV2LVxAICvgM/bB/zJbrECe8makOfCgG80rSGUAiJpsV2OuhbtLLodpnv9XCrd3HQhvEPjroPjXvQnTepqi/vFBZldEnw3IjOe2nanBXZKg7oR9kAAVRY46SGm9BvS2VVKSpKyPUeOu5gu+sz978l5kFA+BPzDuJiXuMVxk1Uc5NtL+OLoK/vaN+LjgWej1ko2KinSoxlOsNpmqm2GvwBQmcAgxQBvbTQdmUPY633qWq9Si8NzOc4yEtOTXHbu8/iGAz0SwBTG/V9H+JJZXmq6MuOf/7Y494UfqRzXlawZx4OQC+K/v51dYGstpbJm9Obyei5D1UoplNa51Qw7Z3Z1c+nAzRlr2wAQgJhieB2Jy2Q5hLjy1nVffJREZAWWoYKxOomf2VfGt8P/NAyrLBG8GmrMggpidguEhW18Pa6AG7w90xpnstLqe1fGPoABgN1LDyTNaLJmxUPRqDP0Q24YqCNHTay0FTy4QHtZKFnUCBAfKJKRFBZl4CznJCoD1KtB6aw+rDOXX8s4y2+E7BPaJlOHmQflHQ2qLkq3X+AFUrk+Ob0heB1LQQ2rqUNcU8wQZiJbnaVJ3Q8v5WF43LvbxEAKwrTaM0cOLk07W6HmmXciGj/TSYGdizYCjH6uhyJGJHACKwdJwsC/VHhytC2J+R+OktKywABa/q94KYhKlRpormBIbGjsKvrSEMvbXh+GGvT3V81yTTFShD62QyTgKAYlDEP8CdW5w6M4aw0Vjh7PZ66c9sIj0TpZEktt1YfSHZba2YvG0wcJ9fGNSFkQjTZuNBUnVvlaul8DN5FFx3yR8Vpjg5VCvlL0y1gZe9SD3umGQ9UXpsZAjHijdzstYiDBfw/9ELIQAKXR88onRVPu65vjEJ9AAVV8Q3UNZDZes7zNNXazetS3Yliry46KetYsOiwYNk1OZYQFgCK7WG0tcjabsbEew5sYMhfOt/REkQdSGZPrAOS1gFH3SlsTBfAeBIDbjT6YKkrefQX/KQtUjZxcmWjphO0oQPkPz6K96tBp89exAMVyVMy+gjPs8g5E/tCu0t5Ns2QLiZCrdpZQeejebgiE08TnHDCZBqiK6LX71lnVT6rSbCy2XNci97fQ270MZLKV4iUoGLDD4dtgL+YjIfNh58pSOjZ70mEKc0nNi5RnYhGC0+ZsOWNtEad2CuJxW00lHiZI7+BmgT/OjPEaZkioHUGvK+fvLTGElgS7uq436YJNEUoh94VRP+cNBucxg4mbRmF3KolTLqqnFS9aP172g0Sq1NelZCK3MEUs+B4k3bSSzUueVBJwDTt52iHsV1KTFdf0ji3yv2HPh6WQ7EeWP2jVmE1WrwHA4lFL9eDVaOyZZki0EDF9XB7Jkw08uPz+5Uso6+pQTYraGxhnXbpK6inWAGuHhSTb6iwyhAn7jcQtKACN7rLbvwbFaCYU/lGu4nLPF7i+Aj1ZWYV42acnNkFHASRhD2Ofqvk8ZziFrF+xjpVi02xM1CsRiVcihisKNr5mN62qazs1M4J1vZ7JIA1lTTfq6rOpPMSEBrQStqizoAqs7JwPlwUOQ3ScR5MEnAKezWhziqIVxJyp1PbrK4AsyPRAlb56o2YjazkN9OHIhx7uX+DQtM95MuaPXkf8GhXfHw7A1iCTgfFRTbthFzuJaAJOUMWmo+V3DXIHeNVBbz8FTxk59grmgnewfnZJjCb1EIqSyG4iNDEXZsyzSC2fvQZkAludhBXkMg2qglum/AJDhm32jfGUaAcD8EHFFM94Urb4ZK+Dn2K+krWE0YmOZy3+z8QaPGoDpEq9Z/l9+EYGIC/dyTvFyYAD4Y2a3ntgKRdrj6g1GfJHDziM02hJwi/iF6o/7/rE8PU2aNdD+YlZmP4wmvPkIYI5AkmNuqFzlkxGkee+QFb5okGNqbp0yN436sctRvYpJgIxYNYobGefVhA9Nuof2WGy1oiBSA5plXO2Ttm1B1UE6z0oXoxqQAfvyNd6Yp9OxKYQAUcEmWy9U1XQGPinZKEUCeDBXlAMT0mamWK+B5EprooAhx7AO40MIzWON6XgutOuA4i62ZxzdBzzm7sNrEHyUYpxTfApSnPMnDLTQYNH4f+gQZVYaYt48LLcKPF3E1kB3SDesE1VXM2r9KptnLCEptJ5eZvySm/zX8/VZCK2Y3BItdswErgx3sEJNpAamz9UpfX/E52cqetk5B8zdmj/y5XwOVgA3+iBLoqJF/kYxmuEiYtOXSkcdQFcAZUqCJrvgWxVkZ20cqLlEwQQr3QzuPP7iy9RdVFnmgRpIe2COAeI9nYfnlRIFZ5S9PWZdY2ed12revhKzi7CDL2d6yxrNsWNTgyQ2c/Ti1V36Ns5vDMblKwYtQQcy4jFoeWieCSCAA7G6lEkfAvEfn9To1oYxu1yvylsjuPj8GSJrvNB3yJFtJApAOVvWRzOyiLeh7V/djrTSf1SwtW3d/hHHyTOXd4tqXET+o/b//HgjPsKdm+rQ1qeIkHctlRrXCDujvEAUMGb7QY6GgKazjtByHiwjswqKYzj8AAAA")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important}.wp-dark-mode-switch-22.active ._track ._thumb{background:#fdfdfd!important}.wp-dark-mode-switch-22.active ._icon:first-child{opacity:1}.wp-dark-mode-switch-22.active ._icon:last-child{opacity:0}.wp-dark-mode-switch-23{border-radius:calc(50px*var(--wpdm-switch-scale, 1));cursor:default;display:inline-flex;height:calc(40px*var(--wpdm-switch-scale, 1))!important;justify-content:center;line-height:normal;max-width:calc(110px*var(--wpdm-switch-scale, 1))!important;width:calc(110px*var(--wpdm-switch-scale, 1))!important;z-index:50}.wp-dark-mode-switch-23 .switch-inner svg{fill:currentColor;stroke-width:0px;cursor:pointer;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:calc(18px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-23 .switch-inner svg:hover{transform:scale(1.2)!important}.wp-dark-mode-switch-23 .switch-inner{align-items:center;border-radius:calc(50px*var(--wpdm-switch-scale, 1));display:flex;height:100%;inset:0;isolation:isolate;overflow:hidden;position:relative;width:100%;z-index:0}.wp-dark-mode-switch-23 .switch-inner span:not(.glass){align-items:center;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:calc(12px*var(--wpdm-switch-scale, 1));font-weight:400;height:100%;justify-content:center;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);width:50%}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):first-child svg{fill:currentColor;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):first-child svg:hover{--tw-text-opacity:1;color:rgb(3 213 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):nth-child(2) svg{stroke:currentColor;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):nth-child(2) svg:hover{--tw-text-opacity:1;color:rgb(5 169 201/var(--tw-text-opacity,1))}.wp-dark-mode-switch-23 .switch-inner .glass{clear:both;margin:0;padding:0;position:absolute;width:50%;z-index:10}.wp-dark-mode-switch-23 .switch-inner .glass:active,.wp-dark-mode-switch-23 .switch-inner .glass:focus{outline:2px solid transparent;outline-offset:2px}.wp-dark-mode-switch-23 .switch-inner .glass{border-radius:calc(50px*var(--wpdm-switch-scale, 1))!important;height:calc(35px*var(--wpdm-switch-scale, 1))!important;left:calc(2.5px*var(--wpdm-switch-scale, 1))!important;top:calc(2.5px*var(--wpdm-switch-scale, 1))!important;transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.wp-dark-mode-switch-23.active{-moz-backdrop-filter:brightness(1.5) blur(3px) url(#glassEffect);-o-backdrop-filter:brightness(1.5) blur(3px) url(#glassEffect);backdrop-filter:brightness(1.5) blur(3px) url(#glassEffect);box-shadow:inset 0 0 6px 0 rgba(0,0,0,.2)}.wp-dark-mode-switch-23.active .switch-inner{animation:liquid-glass 10s linear infinite}.wp-dark-mode-switch-23.active .glass{animation:liquid-glass-moving-right .3s ease-in-out forwards;background:hsla(0,0%,100%,.05);box-shadow:inset 0 0 calc(5px*var(--wpdm-switch-scale, 1)) 0 hsla(0,0%,100%,.15)}.wp-dark-mode-switch-23:not(.active){-moz-backdrop-filter:brightness(1.2) blur(3px) url(#glassEffect);-o-backdrop-filter:brightness(1.2) blur(3px) url(#glassEffect);backdrop-filter:brightness(1.2) blur(3px) url(#glassEffect);box-shadow:inset 0 0 6px 0 rgba(0,0,0,.2)}.wp-dark-mode-switch-23:not(.active) .switch-inner{animation:liquid-glass 10s linear infinite}.wp-dark-mode-switch-23:not(.active) .glass{animation:liquid-glass-moving-left .4s ease-in-out forwards;background:rgba(0,0,0,.05);box-shadow:inset 0 0 calc(5px*var(--wpdm-switch-scale, 1)) 0 rgba(0,0,0,.1)}.wp-dark-mode-switch-23.active .switch-inner span:not(.glass){color:#f8fafc;text-shadow:0 1px 2px rgba(0,0,0,.25)}.wp-dark-mode-switch-23:not(.active) .switch-inner span:not(.glass){color:#22292f;text-shadow:0 1px 0 hsla(0,0%,100%,.15)}@keyframes liquid-glass{0%,to{box-shadow:inset 6px 9px 2px -9px hsla(0,0%,100%,.4),inset -6px -9px 2px -9px hsla(0,0%,100%,.4)}70%{box-shadow:inset 6px 9px 2px -9px hsla(0,0%,100%,.4),inset -6px -9px 2px -9px hsla(0,0%,100%,.4)}80%{box-shadow:inset 9px 6px 2px -9px hsla(0,0%,100%,.4),inset -9px -6px 2px -9px hsla(0,0%,100%,.4)}90%{box-shadow:inset 9px -6px 2px -9px hsla(0,0%,100%,.4),inset -9px 6px 2px -9px hsla(0,0%,100%,.4)}}@keyframes liquid-glass-dark{0%,to{box-shadow:inset 6px 9px 2px -9px rgba(0,0,0,.3),inset -6px -9px 2px -9px rgba(0,0,0,.3)}70%{box-shadow:inset 6px 9px 2px -9px rgba(0,0,0,.2),inset -6px -9px 2px -9px rgba(0,0,0,.2)}80%{box-shadow:inset 9px 6px 2px -9px rgba(0,0,0,.2),inset -9px -6px 2px -9px rgba(0,0,0,.2)}90%{box-shadow:inset 9px -6px 2px -9px rgba(0,0,0,.2),inset -9px 6px 2px -9px rgba(0,0,0,.2)}}@keyframes liquid-glass-moving-right{0%{background:rgba(0,0,0,.1);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 5px 0 rgba(0,0,0,.1);transform:translateX(0) scale(1)}20%{background:hsla(0,0%,100%,.1);border-radius:calc(60px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 10px 0 hsla(0,0%,100%,.2);transform:translateX(calc(20% - 1px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}40%{background:hsla(0,0%,100%,.2);border-radius:calc(65px*var(--wpdm-switch-scale, 1));transform:translateX(calc(40% - 2px*var(--wpdm-switch-scale, 1))) scale(1.2,.85)}60%{background:hsla(0,0%,100%,.15);border-radius:calc(55px*var(--wpdm-switch-scale, 1));transform:translateX(calc(60% - 3px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}80%{background:hsla(0,0%,100%,.1);border-radius:calc(45px*var(--wpdm-switch-scale, 1));transform:translateX(calc(80% - 4px*var(--wpdm-switch-scale, 1))) scale(1.05,.95)}95%{background:hsla(0,0%,100%,.08);border-radius:calc(50px*var(--wpdm-switch-scale, 1));transform:translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(.9,1.1)}to{background:hsla(0,0%,100%,.05);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 8px 0 hsla(0,0%,100%,.15);transform:translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(1)}}@keyframes liquid-glass-moving-left{0%{background:rgba(0,0,0,.05);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 10px 0 hsla(0,0%,100%,.2);transform:translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(1)}20%{border-radius:calc(60px*var(--wpdm-switch-scale, 1));transform:translateX(calc(80% - 4px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}40%{border-radius:calc(65px*var(--wpdm-switch-scale, 1));transform:translateX(calc(60% - 3px*var(--wpdm-switch-scale, 1))) scale(1.2,.85)}60%{border-radius:calc(55px*var(--wpdm-switch-scale, 1));transform:translateX(calc(40% - 2px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}80%{border-radius:calc(45px*var(--wpdm-switch-scale, 1));transform:translateX(calc(20% - 1px*var(--wpdm-switch-scale, 1))) scale(1.05,.95)}95%{border-radius:calc(50px*var(--wpdm-switch-scale, 1));transform:translateX(0) scale(.9,1.1)}to{background:rgba(0,0,0,.05);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 5px 0 rgba(0,0,0,.1);transform:translateX(0) scale(1)}}.wp-dark-mode-switch-24{align-items:center;cursor:default;display:flex;gap:calc(12px*var(--wpdm-switch-scale, 1));transition:all .3s ease}.wp-dark-mode-switch-24:hover ._thumb{box-shadow:0 0 15px rgba(0,0,0,.2);transform:scale(1.1)}.wp-dark-mode-switch-24 ._track{background-color:#84b2f7;cursor:pointer;height:calc(35px*var(--wpdm-switch-scale, 1));overflow:hidden;position:relative;width:calc(65px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._thumb,.wp-dark-mode-switch-24 ._track{border-radius:calc(50px*var(--wpdm-switch-scale, 1));transition:all .6s cubic-bezier(.68,-.55,.27,1.55)}.wp-dark-mode-switch-24 ._thumb{background-color:#fff;display:flex;height:calc(23px*var(--wpdm-switch-scale, 1))!important;left:calc(6px*var(--wpdm-switch-scale, 1))!important;position:absolute;top:calc(6px*var(--wpdm-switch-scale, 1))!important;width:calc(23px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-24 ._thumb svg{fill:#fff;height:100%;transform:rotate(-100deg);transition:all .6s cubic-bezier(.68,-.55,.27,1.55);width:100%}.wp-dark-mode-switch-24.active ._track{background:#000}.wp-dark-mode-switch-24.active ._thumb{background:transparent;transform:translateX(calc(30px*var(--wpdm-switch-scale, 1)))}.wp-dark-mode-switch-24.active ._thumb svg{opacity:1}.wp-dark-mode-switch-24.active ._label:first-child{color:#666}.wp-dark-mode-switch-24.active ._label:last-child{color:#fff}.wp-dark-mode-switch-24:not(.active) ._label:last-child{color:#aaa}.wp-dark-mode-switch-24 ._label{color:#000;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:calc(15px*var(--wpdm-switch-scale, 1));font-weight:600;letter-spacing:.5px;transition:color .2s ease}.wp-dark-mode-switch-24 ._label:last-child{color:#888}.wp-dark-mode-switch-24 ._circles{height:100%;left:0;position:absolute;top:0;width:100%}.wp-dark-mode-switch-24 ._circles span{background:#fff;border-radius:50%;height:calc(8px*var(--wpdm-switch-scale, 1));position:absolute;transition:all .5s cubic-bezier(.68,-.55,.27,1.55);width:calc(8px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._circles span:first-child{right:calc(10px*var(--wpdm-switch-scale, 1));top:calc(8px*var(--wpdm-switch-scale, 1));transition-delay:.05s}.wp-dark-mode-switch-24 ._circles span:last-child{height:calc(4px*var(--wpdm-switch-scale, 1));right:calc(20px*var(--wpdm-switch-scale, 1));top:calc(17px*var(--wpdm-switch-scale, 1));transition-delay:.15s;width:calc(4px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg{border-radius:50%;color:#fff;height:calc(8px*var(--wpdm-switch-scale, 1));opacity:0;position:absolute;transform:translateX(50px) scale(.3) rotate(180deg);transition:all .5s cubic-bezier(.68,-.55,.265,1.55);width:calc(8px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:first-child{height:calc(7px*var(--wpdm-switch-scale, 1));left:calc(10px*var(--wpdm-switch-scale, 1));top:calc(8px*var(--wpdm-switch-scale, 1));transition-delay:.1s;width:calc(7px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(2){height:calc(5px*var(--wpdm-switch-scale, 1));left:calc(25px*var(--wpdm-switch-scale, 1));top:calc(21px*var(--wpdm-switch-scale, 1));transition-delay:.2s;width:calc(5px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(3){height:calc(3px*var(--wpdm-switch-scale, 1));left:calc(28px*var(--wpdm-switch-scale, 1));top:calc(8px*var(--wpdm-switch-scale, 1));transition-delay:.25s;width:calc(3px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(4){height:calc(3px*var(--wpdm-switch-scale, 1));left:calc(23px*var(--wpdm-switch-scale, 1));top:calc(13px*var(--wpdm-switch-scale, 1));transition-delay:.3s;width:calc(3px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(5){height:calc(3px*var(--wpdm-switch-scale, 1));left:calc(9px*var(--wpdm-switch-scale, 1));top:calc(22px*var(--wpdm-switch-scale, 1));transition-delay:.35s;width:calc(3px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24.active ._circles span{opacity:0;transform:translateX(-50px)}.wp-dark-mode-switch-24.active ._stars svg{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link){color:var(--wp-dark-link-color,inherit)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link):hover{color:var(--wp-dark-link-hover-color,inherit)!important;filter:brightness(1.2)}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *){background-color:var(--wp-dark-button-background-color,inherit)!important;border-color:var(--wp-dark-button-border-color,inherit)!important;color:var(--wp-dark-button-text-color,inherit)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover{background-color:var(--wp-dark-button-hover-background-color,inherit)!important;border-color:var(--wp-dark-button-hover-border-color,inherit)!important;color:var(--wp-dark-button-hover-text-color,inherit)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body iframe:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body video:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body iframe:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body video:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body iframe:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body video:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *){filter:brightness(var(--wp-dark-img-brightness,100%)) grayscale(var(--wp-dark-img-grayscale,0))!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *){background-color:var(--wp-dark-input-background-color,#222)!important;border-color:var(--wp-dark-input-border-color,#f0f0f0)!important;color:var(--wp-dark-input-text-color,#f0f0f0)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::-moz-placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::-moz-placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::-moz-placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder{color:var(--wp-dark-input-placeholder-color,#f0f0f0)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder{color:var(--wp-dark-input-placeholder-color,#f0f0f0)!important}html.wp-dark-mode-large-font *{font-size:var(--wp-dark-large-font-sized,1rem)!important}html[data-wp-dark-mode-preset="0"]{filter:grayscale(var(--wp-dark-grayscale,0))}html[data-wp-dark-mode-loading] .wp-dark-mode-image{transition:opacity .02s ease-in-out!important}.wp-dark-mode-floating-switch{opacity:1;transition:opacity .1s linear}.wp-dark-mode-floating-switch-hidden{opacity:0!important}
/*# sourceMappingURL=app.min.css.map */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,main,hgroup,menu,nav,section{display:block}html{-webkit-text-size-adjust:100%}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html,div,map,dt,isindex,form{display:block}header,nav,article,footer,address{display:block}button,[type="button"],[type="reset"],[type="submit"],[type=text],[type=email],[type=tel],[type=url],textarea{-webkit-appearance:none;appearance:none;-webkit-border-radius:0;border-radius:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button,input,select,optgroup,textarea{color:#404040;font-family:sans-serif;font-size:16px;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgb(0 0 0 / .8);font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{border-color:#aaa #bbb #bbb}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}a{color:royalblue}a:visited{color:purple}a:hover,a:focus,a:active{color:midnightblue}a:focus{outline:thin dotted}a:hover,a:active{outline:0}.main-navigation{clear:both;display:block;float:left;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgb(0 0 0 / .2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li.opened>ul{left:100%}.main-navigation ul ul a{width:200px}.main-navigation ul li.opened>ul{left:auto}.main-navigation li{float:left;position:relative}.main-navigation a{display:block;text-decoration:none}.main-navigation.toggled ul{display:block}.main-navigation ul{display:block}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .main-navigation{left:calc(100vw - 60px)!important}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.sticky{display:block}.hentry{margin:0 0 1.5em}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}/*!
 * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"}
:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-brands-400.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\e007"}.fa-ideal{--fa:"\e013"}.fa-microblog{--fa:"\e01a"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-unity{--fa:"\e049"}.fa-dailymotion{--fa:"\e052"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-mixer{--fa:"\e056"}.fa-shopify{--fa:"\e057"}.fa-deezer{--fa:"\e077"}.fa-edge-legacy{--fa:"\e078"}.fa-google-pay{--fa:"\e079"}.fa-rust{--fa:"\e07a"}.fa-tiktok{--fa:"\e07b"}.fa-unsplash{--fa:"\e07c"}.fa-cloudflare{--fa:"\e07d"}.fa-guilded{--fa:"\e07e"}.fa-hive{--fa:"\e07f"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-instalod{--fa:"\e081"}.fa-octopus-deploy{--fa:"\e082"}.fa-perbyte{--fa:"\e083"}.fa-uncharted{--fa:"\e084"}.fa-watchman-monitoring{--fa:"\e087"}.fa-wodu{--fa:"\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-bots{--fa:"\e340"}.fa-cmplid{--fa:"\e360"}.fa-bilibili{--fa:"\e3d9"}.fa-golang{--fa:"\e40f"}.fa-pix{--fa:"\e43a"}.fa-sitrox{--fa:"\e44a"}.fa-hashnode{--fa:"\e499"}.fa-meta{--fa:"\e49b"}.fa-padlet{--fa:"\e4a0"}.fa-nfc-directional{--fa:"\e530"}.fa-nfc-symbol{--fa:"\e531"}.fa-screenpal{--fa:"\e570"}.fa-space-awesome{--fa:"\e5ac"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-odysee{--fa:"\e5c6"}.fa-stubber{--fa:"\e5c7"}.fa-debian{--fa:"\e60b"}.fa-shoelace{--fa:"\e60c"}.fa-threads{--fa:"\e618"}.fa-square-threads{--fa:"\e619"}.fa-square-x-twitter{--fa:"\e61a"}.fa-x-twitter{--fa:"\e61b"}.fa-opensuse{--fa:"\e62b"}.fa-letterboxd{--fa:"\e62d"}.fa-square-letterboxd{--fa:"\e62e"}.fa-mintbit{--fa:"\e62f"}.fa-google-scholar{--fa:"\e63b"}.fa-brave{--fa:"\e63c"}.fa-brave-reverse{--fa:"\e63d"}.fa-pixiv{--fa:"\e640"}.fa-upwork{--fa:"\e641"}.fa-webflow{--fa:"\e65c"}.fa-signal-messenger{--fa:"\e663"}.fa-bluesky{--fa:"\e671"}.fa-jxl{--fa:"\e67b"}.fa-square-upwork{--fa:"\e67c"}.fa-web-awesome{--fa:"\e682"}.fa-square-web-awesome{--fa:"\e683"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-dart-lang{--fa:"\e693"}.fa-flutter{--fa:"\e694"}.fa-files-pinwheel{--fa:"\e69f"}.fa-css{--fa:"\e6a2"}.fa-square-bluesky{--fa:"\e6a3"}.fa-openai{--fa:"\e7cf"}.fa-square-linkedin{--fa:"\e7d0"}.fa-cash-app{--fa:"\e7d4"}.fa-disqus{--fa:"\e7d5"}.fa-11ty,.fa-eleventy{--fa:"\e7d6"}.fa-kakao-talk{--fa:"\e7d7"}.fa-linktree{--fa:"\e7d8"}.fa-notion{--fa:"\e7d9"}.fa-pandora{--fa:"\e7da"}.fa-pixelfed{--fa:"\e7db"}.fa-tidal{--fa:"\e7dc"}.fa-vsco{--fa:"\e7dd"}.fa-w3c{--fa:"\e7de"}.fa-lumon{--fa:"\e7e2"}.fa-lumon-drop{--fa:"\e7e3"}.fa-square-figma{--fa:"\e7e4"}.fa-tex{--fa:"\e7ff"}.fa-duolingo{--fa:"\e812"}.fa-supportnow{--fa:"\e833"}.fa-tor-browser{--fa:"\e838"}.fa-typescript{--fa:"\e840"}.fa-square-deskpro{--fa:"\e844"}.fa-circle-zulip{--fa:"\e851"}.fa-julia{--fa:"\e852"}.fa-zulip{--fa:"\e853"}.fa-unison{--fa:"\e854"}.fa-bgg,.fa-board-game-geek{--fa:"\e855"}.fa-ko-fi{--fa:"\e856"}.fa-kubernetes{--fa:"\e857"}.fa-postgresql{--fa:"\e858"}.fa-scaleway{--fa:"\e859"}.fa-venmo{--fa:"\e85a"}.fa-venmo-v{--fa:"\e85b"}.fa-unreal-engine{--fa:"\e85c"}.fa-globaleaks{--fa:"\e85d"}.fa-solana{--fa:"\e85e"}.fa-threema{--fa:"\e85f"}.fa-forgejo{--fa:"\e860"}.fa-claude{--fa:"\e861"}.fa-gitee{--fa:"\e863"}.fa-xmpp{--fa:"\e864"}.fa-fediverse{--fa:"\e865"}.fa-tailwind-css{--fa:"\e866"}.fa-arch-linux{--fa:"\e867"}.fa-svelte{--fa:"\e868"}.fa-hugging-face{--fa:"\e869"}.fa-leetcode{--fa:"\e86a"}.fa-openstreetmap{--fa:"\e86b"}.fa-ultralytics{--fa:"\e86d"}.fa-ultralytics-hub{--fa:"\e86e"}.fa-ultralytics-yolo{--fa:"\e86f"}.fa-obsidian{--fa:"\e879"}.fa-zoom{--fa:"\e87b"}.fa-vim{--fa:"\e88a"}.fa-symfonycasts{--fa:"\e8ab"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-linkedin{--fa:"\f08c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-twitter{--fa:"\f099"}.fa-facebook{--fa:"\f09a"}.fa-github{--fa:"\f09b"}.fa-pinterest{--fa:"\f0d2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-g{--fa:"\f0d5"}.fa-linkedin-in{--fa:"\f0e1"}.fa-github-alt{--fa:"\f113"}.fa-maxcdn{--fa:"\f136"}.fa-html5{--fa:"\f13b"}.fa-css3{--fa:"\f13c"}.fa-btc{--fa:"\f15a"}.fa-youtube{--fa:"\f167"}.fa-xing{--fa:"\f168"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-dropbox{--fa:"\f16b"}.fa-stack-overflow{--fa:"\f16c"}.fa-instagram{--fa:"\f16d"}.fa-flickr{--fa:"\f16e"}.fa-adn{--fa:"\f170"}.fa-bitbucket{--fa:"\f171"}.fa-tumblr{--fa:"\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-apple{--fa:"\f179"}.fa-windows{--fa:"\f17a"}.fa-android{--fa:"\f17b"}.fa-linux{--fa:"\f17c"}.fa-dribbble{--fa:"\f17d"}.fa-skype{--fa:"\f17e"}.fa-foursquare{--fa:"\f180"}.fa-trello{--fa:"\f181"}.fa-gratipay{--fa:"\f184"}.fa-vk{--fa:"\f189"}.fa-weibo{--fa:"\f18a"}.fa-renren{--fa:"\f18b"}.fa-pagelines{--fa:"\f18c"}.fa-stack-exchange{--fa:"\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-wordpress{--fa:"\f19a"}.fa-openid{--fa:"\f19b"}.fa-yahoo{--fa:"\f19e"}.fa-google{--fa:"\f1a0"}.fa-reddit{--fa:"\f1a1"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-stumbleupon{--fa:"\f1a4"}.fa-delicious{--fa:"\f1a5"}.fa-digg{--fa:"\f1a6"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-drupal{--fa:"\f1a9"}.fa-joomla{--fa:"\f1aa"}.fa-behance{--fa:"\f1b4"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-steam{--fa:"\f1b6"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-spotify{--fa:"\f1bc"}.fa-deviantart{--fa:"\f1bd"}.fa-soundcloud{--fa:"\f1be"}.fa-vine{--fa:"\f1ca"}.fa-codepen{--fa:"\f1cb"}.fa-jsfiddle{--fa:"\f1cc"}.fa-rebel{--fa:"\f1d0"}.fa-empire{--fa:"\f1d1"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-git{--fa:"\f1d3"}.fa-hacker-news{--fa:"\f1d4"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-qq{--fa:"\f1d6"}.fa-weixin{--fa:"\f1d7"}.fa-slideshare{--fa:"\f1e7"}.fa-twitch{--fa:"\f1e8"}.fa-yelp{--fa:"\f1e9"}.fa-paypal{--fa:"\f1ed"}.fa-google-wallet{--fa:"\f1ee"}.fa-cc-visa{--fa:"\f1f0"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-cc-discover{--fa:"\f1f2"}.fa-cc-amex{--fa:"\f1f3"}.fa-cc-paypal{--fa:"\f1f4"}.fa-cc-stripe{--fa:"\f1f5"}.fa-lastfm{--fa:"\f202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-ioxhost{--fa:"\f208"}.fa-angellist{--fa:"\f209"}.fa-buysellads{--fa:"\f20d"}.fa-connectdevelop{--fa:"\f20e"}.fa-dashcube{--fa:"\f210"}.fa-forumbee{--fa:"\f211"}.fa-leanpub{--fa:"\f212"}.fa-sellsy{--fa:"\f213"}.fa-shirtsinbulk{--fa:"\f214"}.fa-simplybuilt{--fa:"\f215"}.fa-skyatlas{--fa:"\f216"}.fa-pinterest-p{--fa:"\f231"}.fa-whatsapp{--fa:"\f232"}.fa-viacoin{--fa:"\f237"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-y-combinator{--fa:"\f23b"}.fa-optin-monster{--fa:"\f23c"}.fa-opencart{--fa:"\f23d"}.fa-expeditedssl{--fa:"\f23e"}.fa-cc-jcb{--fa:"\f24b"}.fa-cc-diners-club{--fa:"\f24c"}.fa-creative-commons{--fa:"\f25e"}.fa-gg{--fa:"\f260"}.fa-gg-circle{--fa:"\f261"}.fa-odnoklassniki{--fa:"\f263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-get-pocket{--fa:"\f265"}.fa-wikipedia-w{--fa:"\f266"}.fa-safari{--fa:"\f267"}.fa-chrome{--fa:"\f268"}.fa-firefox{--fa:"\f269"}.fa-opera{--fa:"\f26a"}.fa-internet-explorer{--fa:"\f26b"}.fa-contao{--fa:"\f26d"}.fa-500px{--fa:"\f26e"}.fa-amazon{--fa:"\f270"}.fa-houzz{--fa:"\f27c"}.fa-vimeo-v{--fa:"\f27d"}.fa-black-tie{--fa:"\f27e"}.fa-fonticons{--fa:"\f280"}.fa-reddit-alien{--fa:"\f281"}.fa-edge{--fa:"\f282"}.fa-codiepie{--fa:"\f284"}.fa-modx{--fa:"\f285"}.fa-fort-awesome{--fa:"\f286"}.fa-usb{--fa:"\f287"}.fa-product-hunt{--fa:"\f288"}.fa-mixcloud{--fa:"\f289"}.fa-scribd{--fa:"\f28a"}.fa-bluetooth{--fa:"\f293"}.fa-bluetooth-b{--fa:"\f294"}.fa-gitlab{--fa:"\f296"}.fa-wpbeginner{--fa:"\f297"}.fa-wpforms{--fa:"\f298"}.fa-envira{--fa:"\f299"}.fa-glide{--fa:"\f2a5"}.fa-glide-g{--fa:"\f2a6"}.fa-viadeo{--fa:"\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-pied-piper{--fa:"\f2ae"}.fa-first-order{--fa:"\f2b0"}.fa-yoast{--fa:"\f2b1"}.fa-themeisle{--fa:"\f2b2"}.fa-google-plus{--fa:"\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-linode{--fa:"\f2b8"}.fa-quora{--fa:"\f2c4"}.fa-free-code-camp{--fa:"\f2c5"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-bandcamp{--fa:"\f2d5"}.fa-grav{--fa:"\f2d6"}.fa-etsy{--fa:"\f2d7"}.fa-imdb{--fa:"\f2d8"}.fa-ravelry{--fa:"\f2d9"}.fa-sellcast{--fa:"\f2da"}.fa-superpowers{--fa:"\f2dd"}.fa-wpexplorer{--fa:"\f2de"}.fa-meetup{--fa:"\f2e0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-accessible-icon{--fa:"\f368"}.fa-accusoft{--fa:"\f369"}.fa-adversal{--fa:"\f36a"}.fa-affiliatetheme{--fa:"\f36b"}.fa-algolia{--fa:"\f36c"}.fa-amilia{--fa:"\f36d"}.fa-angrycreative{--fa:"\f36e"}.fa-app-store{--fa:"\f36f"}.fa-app-store-ios{--fa:"\f370"}.fa-apper{--fa:"\f371"}.fa-asymmetrik{--fa:"\f372"}.fa-audible{--fa:"\f373"}.fa-avianex{--fa:"\f374"}.fa-aws{--fa:"\f375"}.fa-bimobject{--fa:"\f378"}.fa-bitcoin{--fa:"\f379"}.fa-bity{--fa:"\f37a"}.fa-blackberry{--fa:"\f37b"}.fa-blogger{--fa:"\f37c"}.fa-blogger-b{--fa:"\f37d"}.fa-buromobelexperte{--fa:"\f37f"}.fa-centercode{--fa:"\f380"}.fa-cloudscale{--fa:"\f383"}.fa-cloudsmith{--fa:"\f384"}.fa-cloudversify{--fa:"\f385"}.fa-cpanel{--fa:"\f388"}.fa-css3-alt{--fa:"\f38b"}.fa-cuttlefish{--fa:"\f38c"}.fa-d-and-d{--fa:"\f38d"}.fa-deploydog{--fa:"\f38e"}.fa-deskpro{--fa:"\f38f"}.fa-digital-ocean{--fa:"\f391"}.fa-discord{--fa:"\f392"}.fa-discourse{--fa:"\f393"}.fa-dochub{--fa:"\f394"}.fa-docker{--fa:"\f395"}.fa-draft2digital{--fa:"\f396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-dyalog{--fa:"\f399"}.fa-earlybirds{--fa:"\f39a"}.fa-erlang{--fa:"\f39d"}.fa-facebook-f{--fa:"\f39e"}.fa-facebook-messenger{--fa:"\f39f"}.fa-firstdraft{--fa:"\f3a1"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-freebsd{--fa:"\f3a4"}.fa-gitkraken{--fa:"\f3a6"}.fa-gofore{--fa:"\f3a7"}.fa-goodreads{--fa:"\f3a8"}.fa-goodreads-g{--fa:"\f3a9"}.fa-google-drive{--fa:"\f3aa"}.fa-google-play{--fa:"\f3ab"}.fa-gripfire{--fa:"\f3ac"}.fa-grunt{--fa:"\f3ad"}.fa-gulp{--fa:"\f3ae"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-hotjar{--fa:"\f3b1"}.fa-hubspot{--fa:"\f3b2"}.fa-itunes{--fa:"\f3b4"}.fa-itunes-note{--fa:"\f3b5"}.fa-jenkins{--fa:"\f3b6"}.fa-joget{--fa:"\f3b7"}.fa-js{--fa:"\f3b8"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-keycdn{--fa:"\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-laravel{--fa:"\f3bd"}.fa-line{--fa:"\f3c0"}.fa-lyft{--fa:"\f3c3"}.fa-magento{--fa:"\f3c4"}.fa-medapps{--fa:"\f3c6"}.fa-medrt{--fa:"\f3c8"}.fa-microsoft{--fa:"\f3ca"}.fa-mix{--fa:"\f3cb"}.fa-mizuni{--fa:"\f3cc"}.fa-monero{--fa:"\f3d0"}.fa-napster{--fa:"\f3d2"}.fa-node-js{--fa:"\f3d3"}.fa-npm{--fa:"\f3d4"}.fa-ns8{--fa:"\f3d5"}.fa-nutritionix{--fa:"\f3d6"}.fa-page4{--fa:"\f3d7"}.fa-palfed{--fa:"\f3d8"}.fa-patreon{--fa:"\f3d9"}.fa-periscope{--fa:"\f3da"}.fa-phabricator{--fa:"\f3db"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-playstation{--fa:"\f3df"}.fa-pushed{--fa:"\f3e1"}.fa-python{--fa:"\f3e2"}.fa-red-river{--fa:"\f3e3"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-replyd{--fa:"\f3e6"}.fa-resolving{--fa:"\f3e7"}.fa-rocketchat{--fa:"\f3e8"}.fa-rockrms{--fa:"\f3e9"}.fa-schlix{--fa:"\f3ea"}.fa-searchengin{--fa:"\f3eb"}.fa-servicestack{--fa:"\f3ec"}.fa-sistrix{--fa:"\f3ee"}.fa-speakap{--fa:"\f3f3"}.fa-staylinked{--fa:"\f3f5"}.fa-steam-symbol{--fa:"\f3f6"}.fa-sticker-mule{--fa:"\f3f7"}.fa-studiovinari{--fa:"\f3f8"}.fa-supple{--fa:"\f3f9"}.fa-uber{--fa:"\f402"}.fa-uikit{--fa:"\f403"}.fa-uniregistry{--fa:"\f404"}.fa-untappd{--fa:"\f405"}.fa-ussunnah{--fa:"\f407"}.fa-vaadin{--fa:"\f408"}.fa-viber{--fa:"\f409"}.fa-vimeo{--fa:"\f40a"}.fa-vnv{--fa:"\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-whmcs{--fa:"\f40d"}.fa-wordpress-simple{--fa:"\f411"}.fa-xbox{--fa:"\f412"}.fa-yandex{--fa:"\f413"}.fa-yandex-international{--fa:"\f414"}.fa-apple-pay{--fa:"\f415"}.fa-cc-apple-pay{--fa:"\f416"}.fa-fly{--fa:"\f417"}.fa-node{--fa:"\f419"}.fa-osi{--fa:"\f41a"}.fa-react{--fa:"\f41b"}.fa-autoprefixer{--fa:"\f41c"}.fa-less{--fa:"\f41d"}.fa-sass{--fa:"\f41e"}.fa-vuejs{--fa:"\f41f"}.fa-angular{--fa:"\f420"}.fa-aviato{--fa:"\f421"}.fa-ember{--fa:"\f423"}.fa-gitter{--fa:"\f426"}.fa-hooli{--fa:"\f427"}.fa-strava{--fa:"\f428"}.fa-stripe{--fa:"\f429"}.fa-stripe-s{--fa:"\f42a"}.fa-typo3{--fa:"\f42b"}.fa-amazon-pay{--fa:"\f42c"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-ethereum{--fa:"\f42e"}.fa-korvue{--fa:"\f42f"}.fa-elementor{--fa:"\f430"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-flipboard{--fa:"\f44d"}.fa-hips{--fa:"\f452"}.fa-php{--fa:"\f457"}.fa-quinscape{--fa:"\f459"}.fa-readme{--fa:"\f4d5"}.fa-java{--fa:"\f4e4"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-ebay{--fa:"\f4f4"}.fa-keybase{--fa:"\f4f5"}.fa-mastodon{--fa:"\f4f6"}.fa-r-project{--fa:"\f4f7"}.fa-researchgate{--fa:"\f4f8"}.fa-teamspeak{--fa:"\f4f9"}.fa-first-order-alt{--fa:"\f50a"}.fa-fulcrum{--fa:"\f50b"}.fa-galactic-republic{--fa:"\f50c"}.fa-galactic-senate{--fa:"\f50d"}.fa-jedi-order{--fa:"\f50e"}.fa-mandalorian{--fa:"\f50f"}.fa-old-republic{--fa:"\f510"}.fa-phoenix-squadron{--fa:"\f511"}.fa-sith{--fa:"\f512"}.fa-trade-federation{--fa:"\f513"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-hornbill{--fa:"\f592"}.fa-mailchimp{--fa:"\f59e"}.fa-megaport{--fa:"\f5a3"}.fa-nimblr{--fa:"\f5a8"}.fa-rev{--fa:"\f5b2"}.fa-shopware{--fa:"\f5b5"}.fa-squarespace{--fa:"\f5be"}.fa-themeco{--fa:"\f5c6"}.fa-weebly{--fa:"\f5cc"}.fa-wix{--fa:"\f5cf"}.fa-ello{--fa:"\f5f1"}.fa-hackerrank{--fa:"\f5f7"}.fa-kaggle{--fa:"\f5fa"}.fa-markdown{--fa:"\f60f"}.fa-neos{--fa:"\f612"}.fa-zhihu{--fa:"\f63f"}.fa-alipay{--fa:"\f642"}.fa-the-red-yeti{--fa:"\f69d"}.fa-critical-role{--fa:"\f6c9"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-dev{--fa:"\f6cc"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-think-peaks{--fa:"\f731"}.fa-reacteurope{--fa:"\f75d"}.fa-artstation{--fa:"\f77a"}.fa-atlassian{--fa:"\f77b"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-centos{--fa:"\f789"}.fa-confluence{--fa:"\f78d"}.fa-dhl{--fa:"\f790"}.fa-diaspora{--fa:"\f791"}.fa-fedex{--fa:"\f797"}.fa-fedora{--fa:"\f798"}.fa-figma{--fa:"\f799"}.fa-intercom{--fa:"\f7af"}.fa-invision{--fa:"\f7b0"}.fa-jira{--fa:"\f7b1"}.fa-mendeley{--fa:"\f7b3"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-redhat{--fa:"\f7bc"}.fa-sketch{--fa:"\f7c6"}.fa-sourcetree{--fa:"\f7d3"}.fa-suse{--fa:"\f7d6"}.fa-ubuntu{--fa:"\f7df"}.fa-ups{--fa:"\f7e0"}.fa-usps{--fa:"\f7e1"}.fa-yarn{--fa:"\f7e3"}.fa-airbnb{--fa:"\f834"}.fa-battle-net{--fa:"\f835"}.fa-bootstrap{--fa:"\f836"}.fa-buffer{--fa:"\f837"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-itch-io{--fa:"\f83a"}.fa-salesforce{--fa:"\f83b"}.fa-speaker-deck{--fa:"\f83c"}.fa-symfony{--fa:"\f83d"}.fa-waze{--fa:"\f83f"}.fa-yammer{--fa:"\f840"}.fa-git-alt{--fa:"\f841"}.fa-stackpath{--fa:"\f842"}.fa-cotton-bureau{--fa:"\f89e"}.fa-buy-n-large{--fa:"\f8a6"}.fa-mdb{--fa:"\f8ca"}.fa-orcid{--fa:"\f8d2"}.fa-swift{--fa:"\f8e1"}.fa-umbraco{--fa:"\f8e8"}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-regular-400.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-regular-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-regular-400.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/blog-designer-pack/assets/css/../webfonts/fa-v4compatibility.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/plugins/blog-designer-pack/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.bdpp-wrap, .bdpp-wrap *{outline: none !important;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;box-sizing: border-box;}.bdpp-wrap img, .bdpp-wrap .bdpp-img{box-shadow:none;border-radius:0;max-width:100%;max-height:100%;}.bdpp-hide{display:none;}.bdpp-text-center{text-align:center;}.bdpp-text-right{text-align:right;}.bdpp-first{clear:both;}.bdpp-clearfix:before, .bdpp-clearfix:after{content: "";display: table;}.bdpp-clearfix:after{clear: both;}.bdpp-paging{width:100%;padding:0.9375em 0;text-align:center;color:#666;clear:both;}.bdpp-paging a{color: #fff !important;background-color: #333;padding: 7px 10px;margin:0 1px 6px 2px;display: inline-block;text-align: center;line-height: normal;box-shadow: none;text-shadow: none;font-size: 14px;border: 1px solid #333;text-decoration: none !important;-webkit-transition: all .3s ease;transition: all .3s ease;outline:0;}.bdpp-paging .page-numbers.current{color:#666;background: transparent;padding: 7px 10px;margin:0 1px 6px 2px;display: inline-block;text-align: center;line-height: normal;box-shadow: none;text-shadow: none;font-size: 14px;text-transform: uppercase;border: 1px solid #666;text-decoration: none !important;}.bdpp-paging a:hover, .bdpp-paging a:focus, .bdpp-paging a:visited:hover{color: #666 !important;background: #fff;outline:0;}.bdpp-paging a.prev, .bdpp-paging a.next{min-width:110px;}.bdpp-paging a:after{content:"" !important;}.bdpp-load-more{display:inline-block;border:1px solid #ccc;padding:8px 12px;font-size:14px;cursor:pointer;line-height: normal;}.bdpp-load-more:hover{background-color:#eee;}.bdpp-load-more i{margin:0 0 0 5px;vertical-align: middle;}.bdpp-loader{display:none;border:4px solid #ddd;border-top:4px solid #3498db;border-radius: 50%;width: 20px;height: 20px;animation: bdpp-spin 2s linear infinite;margin:0 0 0 5px;vertical-align:middle;}.bdpp-ajax-disabled{opacity:0.6;}h2.bdpp-post-title{font-size:26px;line-height:32px;}.bdpp-post-carousel-wrap h2.bdpp-post-title{font-size:24px;line-height:28px;}h3.bdpp-post-title{font-size:20px;line-height:26px;}h4.bdpp-post-title{font-size:16px;line-height:22px;}@keyframes bdpp-spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.bdpp-rdmr-btn{position:relative;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;text-decoration: none !important;color: #888;border: 2px solid #888;padding: 8px 15px;font-size: 13px;display: inline-block;box-sizing: border-box;line-height: normal !important;margin-top:15px;}.bdpp-rdmr-btn:hover, .bdpp-rdmr-btn:focus{background:#03a9f5;color:#fff !important;border-color: #0593d4;}.bdpp-post-cats{display: inline-block;color: #666;z-index: 1;position: relative;}.bdpp-post-cats a{text-decoration: none !important;color:#555;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;font-size:13px;padding: 3px 2px;line-height: normal;display: inline-block;margin: 0 0 5px 0;border-bottom: 3px solid #f1f1f1;}.bdpp-post-cats a:hover{border-color:#03a9f5;}.bdpp-post-title{margin:15px 0 0 0 !important;}.bdpp-post-title a{text-decoration:none !important;border:0 !important;}.bdpp-post-meta{line-height: normal;margin:10px 0 0px 0;color:#666;font-size:12px;}.bdpp-post-meta-down{margin:20px 0 0px 0;}.bdpp-post-meta span{font-size:13px;display:inline-block;}.bdpp-post-meta .bdpp-post-meta-sep{margin:0 3px;}.bdpp-post-meta .bdpp-post-meta-data{margin:0 5px 5px 2px;}.bdpp-post-meta a{color:#888}.bdpp-post-meta span .bdpp-fa, .bdpp-post-meta span svg{margin-right:6px;}.bdpp-post-content{margin-top:15px;}.bdpp-post-img-bg{margin-bottom:15px;text-align:center;position:relative;background-repeat:no-repeat;background-position: center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}.bdpp-post-slider-wrap .bdpp-post-img-bg{margin-bottom:0px;}.bdp-post-image-bg a{display:block;line-height:0;}.bdpp-post-img-bg{overflow:hidden;line-height:0px;}.bdpp-post-widget .bdpp-no-thumb .bdpp-post-img-bg{background:#f1f1f1;height:100px;}.bdpp-post-img-bg img{display:inline-block;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}.bdpp-post-img-bg:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}.bdpp-post-img-link {position:relative;}.bdpp-post-linkoverlay{position:absolute;width:100%;top:0px;bottom:0px;z-index:1;left:0px;right:0px;}.bdpp-post-grid{margin-bottom:40px;}.bdpp-format-icon{display:inline-block;}.bdpp-format-icon .bdpp-post-icon{font-size:18px;width:40px;height:40px;line-height:36px;background:rgba(0,0,0,0.5);border:2px solid #fff;border-radius:100%;}.bdpp-post-meta .bdpp-post-tags a.bdpp-post-cat-link{background:none !important;padding:0px !important;}.bdpp-ticker-wrp.inf-news-ticker{display: block;width: 100%;border: 2px solid #2096cd;background: #fff;height: 40px;position: relative;line-height: 36px;overflow: hidden;border-radius: 2px;font-size: 14px;}.bdpp-ticker-wrp .inf-label{left: 0;top: 0;bottom: 0;height: 100%;position: absolute;background-color: #2096cd;text-align: center;color: #FFF;font-weight: bold;padding: 0 15px;white-space: nowrap;}.bdpp-ticker-wrp .inf-ticker{position: absolute;left: 0;top: 0;bottom: 0;height: 100%;right: 0;overflow: hidden;}.bdpp-ticker-wrp .inf-ticker ul{display: block;line-height: inherit !important;height: 100%;list-style: none;padding: 0;margin: 0;left: 0;bottom: 0;width: 100%;position: absolute;}.bdpp-ticker-wrp .inf-ticker ul li{white-space: nowrap;margin:0 !important;padding: 0 10px;overflow:hidden !important;text-overflow: ellipsis;text-decoration: none;-webkit-transition: color .2s linear;-moz-transition: color .2s linear;-o-transition: color .2s linear;transition: color .2s linear;position: absolute;width: 100%;display: none;color: #333;}.bdpp-ticker-wrp .inf-ticker ul li a{white-space: nowrap;text-overflow: ellipsis;text-decoration: none;color: #333;position: relative;display: block;overflow: hidden;}.bdpp-ticker-wrp .inf-ticker ul li a:hover{color: #069;text-decoration: underline;}.bdpp-ticker-wrp .inf-loader-text{padding: 0 10px;}.bdpp-ticker-wrp .inf-seperator{display: inline-block;float: left;margin-right: 15px;width: 30px;height: 40px;background-position: center;background-size: contain;background-repeat: no-repeat;position: relative;}.bdpp-ticker-wrp .inf-seperator.inf-ticker-dot{margin-right: 0;}.bdpp-ticker-wrp .inf-seperator.inf-ticker-dot:after{content: '';position: absolute;width: 8px;height: 8px;background: #333;border-radius: 50%;top: 50%;margin-top: -4px;left: 50%;margin-left: -4px;}.bdpp-ticker-wrp .inf-controls{width: auto;right: 0;top: 0;bottom: 0;height: 100%;position: absolute;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.bdpp-ticker-wrp .inf-controls span.inf-ctrl-btn{width: 30px;float: left;height: 100%;cursor: pointer;border:none;border-left: solid 1px #EEE;text-align: center;background-color: #f6f6f6;outline: none;}.bdpp-ticker-wrp .inf-controls span.inf-ctrl-btn:hover{background-color: #EEE;}.bdpp-ticker-wrp .inf-arrow{margin: 0;display: inline-block;height: 8px;position: relative;width: 8px;}.bdpp-ticker-wrp .inf-arrow::after{border-bottom-style: solid;border-bottom-width: 2px;border-right-style: solid;border-right-width: 2px;content: '';display: inline-block;height: 8px;left: 0;position: absolute;top: 0;width: 8px;}.bdpp-ticker-wrp .inf-arrow.inf-next{-moz-transform: rotate(315deg);-ms-transform: rotate(315deg);-webkit-transform: rotate(315deg);transform: rotate(315deg);left:-3px;}.bdpp-ticker-wrp .inf-arrow.inf-prev{-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);left: 3px;}.bdpp-ticker-wrp .inf-arrow{color:#999999;}.bdpp-ticker-wrp .inf-arrow::after{border-color:inherit;}.bdpp-ticker-wrp .inf-action{background-color: #999999;color: #999999;}.bdpp-ticker-wrp.inf-direction-rtl{direction: rtl;}.bdpp-ticker-wrp.inf-direction-rtl .inf-label{left: auto;right: 0;}.bdpp-ticker-wrp.inf-direction-rtl .inf-controls{right: auto;left: 0;}.bdpp-ticker-wrp.inf-direction-rtl .inf-seperator{margin-left: 15px;margin-right: 0;float: right;}.bdpp-ticker-wrp.inf-direction-rtl .inf-controls button{border-left: none;border-right: solid 1px #EEE;}.bdpp-post-grid-inr-wrap{margin-left: -0.9375em;margin-right: -0.9375em;}.bdpp-equal-height .bdpp-post-grid-inr-wrap{display:flex;flex-wrap:wrap;}.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content{text-align:center;}.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-grid-content{background:#f9f9f9;padding-bottom:15px;text-align:center;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-grid-content{padding-bottom:0px;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-image-bg{margin-bottom:0px;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-margin-content{background:#fff;padding:20px 20px 20px 20px;max-width:85%;margin:-50px auto 0 auto;position:relative;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-margin-content{max-width:100%;border:10px solid #f9f9f9;margin:0px !important}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-format-icon{display:block;position:relative;margin-top:-40px;color:#fff;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}.bdpp-equal-height.bdpp-design-2 .bdpp-post-grid-content{display: flex;flex-direction: column;height: 100%;}.bdpp-equal-height.bdpp-design-2 .bdpp-post-margin-content{flex: auto;-ms-flex: auto;-webkit-flex: auto;-moz-flex: auto;width:100%;}.bdpp-post-list-inr-wrap{margin-left: -0.9375em;margin-right: -0.9375em;}.bdpp-post-list-main{margin-bottom:30px;}.bdpp-post-list-main .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}.bdpp-post-list-wrap.bdpp-design-1 .bdpp-post-meta{}.bdpp-post-list-wrap.bdpp-design-2 .bdpp-post-list-right{text-align:center;}.bdpp-post-carousel-wrap .owl-item .owl-lazy:not([src]), .bdpp-post-carousel-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}.bdpp-post-carousel-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}.bdpp-post-carousel-wrap .owl-item img.owl-lazy{transition: opacity .4s ease, transform .3s ease-in-out;}.bdpp-post-carousel-wrap{position:relative;}.bdpp-post-carousel-wrap.bdpp-has-arrows{padding-top:43px;}.bdpp-post-carousel-wrap .owl-nav{position:absolute;top:0;text-align:right;right:0;margin:0px !important;}.bdpp-post-carousel-wrap .owl-nav .owl-next, .bdpp-post-carousel-wrap .owl-nav .owl-prev{display:inline-block;text-align: center !important;background:#555;color:#fff;margin-left:3px;line-height:normal !important;font-size:25px;padding:2px 15px 4px 15px !important;border-radius:0px;box-shadow:none;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}.bdpp-post-carousel-wrap .owl-nav .owl-next:hover, .bdpp-post-carousel-wrap .owl-nav .owl-prev:hover, .bdpp-post-carousel-wrap .owl-nav .owl-next:focus, .bdpp-post-carousel-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}.bdpp-post-carousel-wrap .owl-dots{width:100%;text-align:center;}.bdpp-post-carousel-wrap .owl-dots .owl-dot{width:10px !important;height:10px !important;padding:0px !important;background:#555;margin:0 2px;border-radius:100%;display:inline-block;box-shadow:none;}.bdpp-post-carousel-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}.bdpp-post-carousel-wrap .owl-nav .disabled{opacity: 0.4;cursor: initial;}.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-post-carousel-content{text-align:center;}.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}.bdpp-equal-height .owl-stage{display:flex;flex-wrap:wrap;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-carousel-content{background:#f9f9f9;padding-bottom:15px;text-align:center;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-carousel-content{padding-bottom:0px;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-image-bg{margin-bottom:0px;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-margin-content{background:#fff;padding:20px 20px 20px 20px;max-width:85%;margin:-50px auto 0 auto;position:relative;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-margin-content{max-width:100%;border:10px solid #f9f9f9;margin:0px !important;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-format-icon{display:block;position:relative;margin-top:-40px;color:#fff;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-format-icon .bdpp-post-icon{box-shadow: 0 0 22px -1px rgba(36,36,43,.2);}.bdpp-equal-height.bdpp-design-2 .bdpp-post-slide{height: 100%;}.bdpp-equal-height.bdpp-design-2 .bdpp-post-carousel-content{display: flex;flex-direction: column;height: 100%;}.bdpp-equal-height.bdpp-design-2 .bdpp-post-margin-content{flex: auto;-ms-flex: auto;-webkit-flex: auto;-moz-flex: auto;width:100%;}.bdpp-post-slider-wrap .owl-item .owl-lazy:not([src]), .bdpp-post-slider-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}.bdpp-post-slider-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}.bdpp-post-slider-wrap.bdpp-equal-height .owl-stage{padding-bottom:0px;}.bdpp-post-slider-wrap .bdpp-post-img-bg{height:400px;}.bdpp-post-slider-wrap{position:relative;}.bdpp-post-slider-wrap .owl-nav{position:absolute;top:50%;margin-top:-30px;left:0;right:0;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}.bdpp-post-slider-wrap .owl-nav .owl-next, .bdpp-post-slider-wrap .owl-nav .owl-prev{display:inline-block;text-align:center !important;position:absolute;line-height: normal !important;cursor:pointer;background:rgba(0,0,0,0.8);color:#fff;margin:0;font-size:40px;padding:2px 15px 6px 15px ;box-shadow:none;border-radius:0px;-moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}.bdpp-post-slider-wrap .owl-nav .owl-next:hover, .bdpp-post-slider-wrap .owl-nav .owl-prev:hover, .bdpp-post-slider-wrap .owl-nav .owl-next:focus, .bdpp-post-slider-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}.bdpp-post-slider-wrap .owl-nav .disabled{display: none;}.bdpp-post-slider-wrap .owl-nav .owl-next{right:0px;}.bdpp-post-slider-wrap .owl-nav .owl-prev{left:0px;}.bdpp-post-slider-wrap.owl-rtl .owl-nav .owl-next{left:0px;right:auto;}.bdpp-post-slider-wrap.owl-rtl .owl-nav .owl-prev{right:0px;left:auto;}.bdpp-post-slider-wrap .owl-dots{position:absolute;bottom:12px;width:100%;text-align:center;line-height: 0;}.bdpp-post-slider-wrap .owl-dots .owl-dot{width:10px !important;height:10px !important;background:#555;margin:0 2px;padding:0px !important;border-radius:100%;display:inline-block;box-shadow:none;}.bdpp-post-slider-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}.bdpp-post-slider-wrap .bdpp-post-desc{line-height:normal;}.bdpp-post-slider-wrap .bdpp-post-slider-content {position:relative;}.bdpp-post-slider-wrap .bdpp-no-thumb .bdpp-post-img-bg{background-color:#ddd;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-format-icon{display:block;text-align:center;margin-bottom:15px;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-icon{color:#fff;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-img-bg{position: relative;width: 100%;display: table;vertical-align: middle;text-align: center;overflow: hidden;background-repeat:no-repeat;background-position:center;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-featured-meta {margin: 0;padding: 1.5rem 2rem;position: absolute;top: 50%;left: 50%;width: 90%;max-width: 500px;-webkit-transform: translate(-50%, -50%);-khtml-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background-color: rgba(255, 255, 255, 0.8);z-index: 99;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-cats .bdpp-post-cat-link {padding: 4px 8px;background: #000;border: 0px;font-size:10px;color: #fff !important;text-transform: uppercase;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-icon{color:#fff;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-slider-content {position:static;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-slide{background: #e9eff9;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-left{padding-left:0px;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right {background: #fff;z-index:2;position: absolute;padding: 20px;right: 50px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-columns{padding:1px !important;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg, .bdpp-post-grid-box-wrap .bdpp-post-grid-content {height: 100%;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg{background-size: cover;background-repeat:no-repeat;background-position:center center;position: relative;overflow: hidden;-webkit-transition: all 200ms linear;transition: all 200ms linear;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{position: absolute;z-index: 0;left: 0;top: 0;right: 0;bottom: 0;content: '';-webkit-transition: all 200ms linear;transition: all 200ms linear;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{background-color: rgba(0,0,0,0.3)}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title, .bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title a, .bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta, .bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta span, .bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-content{color:#fff;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-left{margin-bottom:20px;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-right .bdpp-post-img-bg{margin-bottom:0px}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-right{padding-left:0px !important;margin-bottom:25px;}h4.bdpp-post-title{margin-top:5px !important;}.bdpp-post-grid-box-wrap .bdpp-post-content-overlay {line-height:25px;}.bdpp-post-grid-box-wrap .bdpp-post-grid-content{position:relative;}.bdpp-post-grid-box-wrap .bdpp-post-content-overlay {z-index:1;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-grid-box-inr-wrap{font-size:0;margin-left: -0.9375em;margin-right: -0.9375em;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-gridbox-left{font-size: 15px;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-gridbox-right {float:none !important;display:inline-block;vertical-align:top;font-size: 15px;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute;text-align:center;left:0px;right:0px;top:50%;color:#fff;-webkit-transform: translate(0%,-50%);-khtml-transform: translate(0%,-50%);-moz-transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-o-transform: translate(0%,-50%);transform: translate(0%,-50%);}.bdpp-post-masonry-wrap.bdpp-effect-2 .bdpp-post-grid{-webkit-transform: translateY(200px);transform: translateY(200px);-webkit-animation: BdppMoveUp 0.65s ease forwards;animation: BdppMoveUp 0.65s ease forwards;}@-webkit-keyframes BdppMoveUp {0% {}100%{-webkit-transform: translateY(0);opacity: 1;}}@keyframes BdppMoveUp {0% {}100%{-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}}.bdpp-post-widget-wrap .owl-item .owl-lazy:not([src]), .bdpp-post-widget-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}.bdpp-post-widget-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}.bdpp-post-widget-wrap{margin-left: -0.9375em;margin-right: -0.9375em;}.bdpp-post-widget-wrap .bdpp-post-list-left{padding-right:0px;}.bdpp-post-widget-wrap .bdpp-post-widget-main{margin-bottom:25px;}.bdpp-post-widget-wrap .bdpp-post-widget-main:last-child {margin-bottom:0px;}.bdpp-post-widget-wrap .bdpp-post-img-bg{margin-bottom:0px;}.bdpp-post-widget-wrap .bdpp-post-cats a, .bdpp-post-date{font-size:11px;}.bdpp-post-widget-wrap .owl-dots .owl-dot {width: 10px !important;height: 10px !important;padding: 0px !important;background: #555;margin: 0 2px;border-radius: 100%;display: inline-block;box-shadow: none;}.bdpp-post-widget-wrap .owl-dots .owl-dot.active{background: #fd6e4f;}.bdpp-post-widget-wrap .owl-dots{width: 100%;text-align: center;}.bdpp-post-widget-wrap .bdpp-post-desc{margin-top:10px;line-height: normal;}.bdpp-post-widget-wrap.bdpp-design-1 .bdpp-post-cats{margin-bottom:5px !important;}.bdpp-post-widget-wrap.bdpp-design-1 h4.bdpp-post-title{margin-top:0px !important;}.bdpp-post-widget-wrap.bdpp-design-6 .bdpp-post-img-bg{margin-bottom:10px;}.bdpp-wrap .bdpp-ticker-post-img {display: inline-block;width:30px;height:30px;max-height: 30px;max-width: 30px;vertical-align: middle;border-radius: 50%;}.bdpp-ticker-post-img-wrap{display: inline-block;margin-right: 10px;}.bdpp-post-scroling-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg:after{content:"";position:absolute;background:rgba(0,0,0,0.4);left:0;right:0;top:0;bottom:0;}.bdpp-post-scroling-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg {display:block;position:relative;height:300px;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;}.bdpp-post-scroling-wdgt .bdpp-post-widget-overlay{position:absolute;left:0;right:0;z-index:1;bottom:0px;padding:15px;}.bdpp-post-scroling-wdgt{visibility: hidden;opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition: opacity 0.5s linear;transition:opacity 0.5s linear;height:300;}.inf-vticker-initialized{visibility: visible !important;opacity:1 !important;}.bdpp-post-scroling-wdgt ul{margin:0 !important;padding:0px !important;list-style: none !important;width:100%;}.bdpp-post-scroling-wdgt ul li{list-style: none !important;}.bdpp-post-scroling-wdgt ul li:before, .bdpp-post-scroling-wdgt ul li:after{content:none !important;padding:0px !important;margin:0px !important;}.bdpp-post-scroling-wdgt .bdpp-post-list-content{padding:15px 0;}.bdpp-post-scroling-wdgt .bdpp-post-cats a{text-decoration:none !important;font-size:11px;text-transform:capitalize;padding: 3px 3px;}.bdpp-post-scroling-wdgt .bdpp-post-cats{margin-bottom:8px;}.bdpp-post-scroling-wdgt h4.bdpp-post-title{margin: 0 0 8px 0 !important}.bdpp-post-scroling-wdgt .bdpp-vscroll-btn-wrap{margin-bottom: 10px;padding-left:0.9375em;padding-right:0.9375em;}.bdpp-post-scroling-wdgt .post-vticker-up, .bdpp-post-scroling-wdgt .post-vticker-down{background:rgba(0,0,0,0.5);font-size:13px;cursor:pointer;display:inline-block;padding:5px 10px;color:#fff;line-height:normal !important;-moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}.bdpp-post-scroling-wdgt .post-vticker-up:hover, .bdpp-post-scroling-wdgt .post-vticker-down:hover, .bdpp-post-scroling-wdgt .post-vticker-up:focus, .bdpp-post-scroling-wdgt .post-vticker-down:focus{background:#03a9f5;}.bdpp-column, .bdpp-columns{padding-left:0.9375em;padding-right:0.9375em;width:100%;float:left;position: relative;}.bdpp-col-s-1 {width: 8.33333%;}.bdpp-col-s-2 {width: 16.66667%;}.bdpp-col-s-3 {width: 25%;}.bdpp-col-s-4 {width: 33.33333%;}.bdpp-col-s-5 {width: 41.66667%;}.bdpp-col-s-6 {width: 50%;}.bdpp-col-s-7 {width: 58.33333%;}.bdpp-col-s-8 {width: 66.66667%;}.bdpp-col-s-9 {width: 75%;}.bdpp-col-s-10 {width: 83.33333%;}.bdpp-col-s-11 {width: 91.66667%;}.bdpp-col-s-12 {width: 100%;}@media only screen and (min-width: 40.0625em) {.bdpp-column, .bdpp-columns {position:relative;padding-left:0.9375em;padding-right:0.9375em;float: left;}.bdpp-col-1{width: 100%;}.bdpp-col-2{width: 50%;}.bdpp-col-3{width: 33.33%;}.bdpp-col-4{width: 25%;}.bdpp-col-5{width: 20%;}.bdpp-col-6{width: 16.6666%;}.bdpp-col-7{width: 14.28571%;}.bdpp-col-8{width: 12.5%;}.bdpp-col-9{width: 11.1111%;}.bdpp-col-10{width: 10%;}.bdpp-col-11{width: 9.0909%;}.bdpp-col-12{width: 8.3333%;}}@media only screen and (min-width: 640px) and (max-width: 768px) {.bdpp-post-grid.bdpp-columns{width: 50%;}.bdpp-post-grid.bdpp-col-1{width: 100%;}.bdpp-post-grid-wrap .bdpp-first{clear:none;}.bdpp-post-grid-wrap .bdpp-post-grid:nth-child(2n+1){clear:both;}}@media only screen and (max-width: 40.0625em) {.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right{position:relative;top:0;right:0;-webkit-transform: translateY(0%);transform: translateY(0%);background:none;padding:0px;margin-top:-40px;margin-bottom:15px;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right .bdpp-featured-meta{max-width:85%;margin:0 auto;background:#fff;padding:15px;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-left{padding:15px;}h2.bdpp-post-title {font-size: 22px;line-height: 28px;}}.bdpp-pb-shrt-prev-wrap{background-color: #dddfe3;border: 1px solid #ccc;color: #32373c;font-size: 14px;padding: 8px;text-align: center;line-height: 22px;}.bdpp-pb-shrt-title span{border-bottom: 2px solid #32373c;display: inline-block;font-size: 16px;font-weight: 600;margin-bottom: 10px;}.rtl .bdpp-post-content-overlay, .rtl .bdpp-post-overlay{text-align:right !important;}.rtl .bdpp-post-meta span .bdpp-fa, .rtl .bdpp-post-meta span svg {margin: 0 0 0 5px;}p{margin-bottom:1.5rem}a,a:visited,a:focus{color:#000;text-decoration:none;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}a:hover{color:#000;text-decoration:underline}h1{font-size:2.6em;line-height:1.2;font-weight:400}@media all and (max-width:640px){h1{font-size:2.2em}}.entry-content h1{font-size:2.6em;line-height:1.2;font-weight:400}@media all and (max-width:640px){.entry-content h1{font-size:2.2em}}h2{font-size:2em;line-height:1.3}h3{font-size:1.6em;line-height:1.3}h4{font-size:1.4em;line-height:1.3}h5{font-size:1.2em;line-height:1.3}h6{font-size:1em;line-height:1.3}h1,h2,h3,h4,h5,h6{color:#222;fill:#222;margin:.5em 0}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{color:currentColor}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus{color:currentColor;text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:currentColor;text-decoration:none}ul,ol{margin:0 0 1.5em 1.2em}code{display:inline-block;padding:.2em .5em;background-color:rgb(34 34 34 / .05);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}pre{padding:1em 20px;background-color:rgb(34 34 34 / .05)}html{background-color:#000}body{overflow-X:hidden;background-color:#fff;color:rgb(34 34 34 / .7);font-size:1em;line-height:1.5}.grid-main{margin-left:auto;margin-right:auto}#secondary{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:768px}.site-content{padding-bottom:3em}.page-content,.entry-content,.entry-summary{margin:0}.site-content .page-title .entry-header,.content-area .site-main{max-width:768px;margin-left:auto;margin-right:auto}.page-fullwidth .site-content .page-title .entry-header,.page-fullwidth .content-area .site-main{max-width:768px}.page-fullwidth.wide-content-width .site-content .page-title .entry-header,.page-fullwidth.wide-content-width .content-area .site-main{max-width:1300px}.citadela-notice-trial{position:relative;z-index:500;padding:8px 20px;background:#ff3c3c;color:#fff;text-align:center}.citadela-notice-trial a{color:#fff;font-weight:700;text-decoration:underline}.citadela-notice-trial:before{content:"";display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='200' height='200' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd'%3E%3Cpath d='M69 63c14-12 31-18 49-18 42 0 76 34 76 76 0 37-27 68-63 75-11 2-22-6-24-17-2-12 6-22 17-24 16-3 29-17 29-34 0-19-16-35-35-35-8 0-16 4-22 9-9 8-22 7-30-2-8-8-7-22 2-29 0-1 1-1 1-1z' style='fill:%23ffffff'/%3E%3Cpath d='M131 137c-14 12-31 18-49 18-42 0-76-34-76-76C6 42 33 11 69 4c11-2 22 6 24 17 2 12-6 22-17 24-16 3-29 17-29 34 0 19 16 35 35 35 8 0 16-4 22-9 9-8 22-7 30 2 8 8 7 22-2 29 0 1-1 1-1 1z' style='fill:%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% auto;background-position:center;margin-top:-.2em;margin-right:.5em;vertical-align:middle}@media all and (min-width:600px){.citadela-notice-trial{padding-left:40px;padding-right:40px}}.grecaptcha-badge{z-index:1000}.main-navigation{font-size:0;float:none;top:0;height:0}.main-navigation .citadela-menu-main-menu{display:inline-block;vertical-align:top}.main-navigation .citadela-menu-container a,.main-navigation .citadela-menu-container a:hover{text-decoration:none;cursor:pointer}.main-navigation .citadela-menu-container>ul>li{float:none;display:inline-block;font-size:1rem;text-align:center}.main-navigation .citadela-menu-container>ul>li>a{display:block;padding:5px 20px;color:#fff}.main-navigation .citadela-menu-container>ul ul{background:#fff;opacity:0;-moz-transition:opacity 0.3s;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;font-size:.9em;padding:12px 0;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1)}.main-navigation .citadela-menu-container>ul>li>ul{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.main-navigation .citadela-menu-container>ul li.opened ul,.main-navigation .citadela-menu-container>ul li:focus-within ul{opacity:1;left:auto}.main-navigation .citadela-menu-container>ul li.focus-within ul{opacity:1;left:auto}.main-navigation .citadela-menu-container>ul li.opened:last-child ul,.main-navigation .citadela-menu-container>ul li:last-child:hover ul,.main-navigation .citadela-menu-container>ul li:last-child:focus-within ul{right:0}.main-navigation .citadela-menu-container>ul li:last-child.focus-within ul{right:0}.main-navigation .citadela-menu-container>ul ul li{color:rgb(34 34 34 / .7);float:none;display:block;text-align:left}.main-navigation .citadela-menu-container>ul ul a{color:rgb(34 34 34 / .7);display:block;padding:6px 20px;width:230px}.main-navigation .citadela-menu-container>ul ul a:hover{color:#222;fill:#222}.main-navigation .citadela-menu-container>ul li .submenu-arrow{position:absolute;top:.4em;right:0;cursor:pointer}.main-navigation .citadela-menu-container>ul li .submenu-arrow:after{content:"\f107";font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;-moz-transition:transform 0.3s;-webkit-transition:transform 0.3s;transition:transform 0.3s}.main-navigation .citadela-menu-container>ul li.opened>.submenu-arrow:after,.main-navigation .citadela-menu-container>ul li:focus-within>.submenu-arrow:after{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-navigation .citadela-menu-container>ul li.focus-within>.submenu-arrow:after{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-navigation .citadela-menu-container>ul ul ul{position:absolute;top:auto;left:auto;width:0;height:0;overflow:hidden;float:none;font-size:1em;opacity:0}.main-navigation .citadela-menu-container>ul ul li.opened>ul,.main-navigation .citadela-menu-container>ul ul li:focus-within>ul{position:relative;top:auto;left:auto;width:auto;height:auto;overflow:visible;opacity:1}.main-navigation .citadela-menu-container>ul ul li.focus-within>ul{position:relative;top:auto;left:auto;width:auto;height:auto;overflow:visible;opacity:1}.main-navigation .citadela-menu-container>ul ul li.opened:last-child>ul.opened,.main-navigation .citadela-menu-container>ul ul li:last-child:focus-within>ul{margin-bottom:-12px;border-bottom-width:0}.main-navigation .citadela-menu-container>ul ul li:last-child.focus-within>ul{margin-bottom:-12px;border-bottom-width:0}.main-navigation .responsive-close-button{display:none;font-size:1rem;text-align:center;position:fixed;top:0;right:0;padding:5px 20px;width:60px;background:#000;color:#fff;fill:#fff;z-index:100000;cursor:pointer;-moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px}.main-navigation .responsive-close-button:before{content:"\f00d";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.22em}body:not(.responsive-menu) .main-navigation .citadela-menu-container>ul>li:hover>ul{opacity:1;left:auto}body:not(.responsive-menu) .main-navigation .citadela-menu-container>ul ul ul{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;background:rgb(0 0 0 / .03)}body:not(.responsive-menu) .main-navigation .citadela-menu-container>ul>li.menu-item-has-children:not(.menu-item-wrapper)>a{padding-right:2em}body:not(.responsive-menu) .main-navigation .citadela-menu-container>ul>li.menu-item-has-children:not(.menu-item-wrapper)>.submenu-arrow{padding:5px 0 5px 0;top:0;width:34px;text-align:center}body:not(.responsive-menu) .main-navigation .citadela-menu-container>ul ul li.menu-item-has-children>a{padding-right:2em}body:not(.responsive-menu) .main-navigation .citadela-menu-container>ul ul li .submenu-arrow{padding:6px 10px;top:0;width:2em;text-align:center}.responsive-menu .main-navigation{position:absolute;top:0;right:0;width:auto}.responsive-menu .main-navigation .menu-item-wrapper{display:block!important}.responsive-menu .main-navigation .menu-item-wrapper>a{background:#000;color:#fff;fill:#fff;display:block;font-size:1.22rem;line-height:29px;width:60px;margin-left:auto;margin-right:auto;-moz-transition:none;-webkit-transition:none;transition:none;-moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px}.responsive-menu .main-navigation .menu-item-wrapper:hover>a{background:#000}.responsive-menu .main-navigation .menu-item-wrapper>ul{font-size:1.4em;background:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;float:none;display:none;opacity:1;position:relative;left:auto;top:auto;height:100%;overflow:auto;padding:0;-webkit-overflow-scrolling:touch}.responsive-menu .main-navigation .menu-item-wrapper>ul a{width:auto;padding:10px 60px 10px 50px;border-bottom:1px solid;border-color:rgb(34 34 34 / .05);-moz-transition:none;-webkit-transition:none;transition:none}.responsive-menu .main-navigation .menu-item-wrapper ul.sub-menu>li:last-child>a{border-width:0}.responsive-menu .main-navigation .menu-item-wrapper>ul li .submenu-arrow{width:60px;text-align:center;right:0}.responsive-menu .main-navigation .menu-item-wrapper>ul li .submenu-arrow:after{margin:0;content:"\f078";font-size:1rem}.responsive-menu .main-navigation .menu-item-wrapper>ul ul{background:rgb(0 0 0 / .03);border-top:1px solid;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;font-size:.8em;margin-top:.3em;margin-bottom:.3em}.responsive-menu .main-navigation .menu-item-wrapper>ul>li>ul{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.responsive-menu .main-navigation .menu-item-wrapper>ul ul ul{font-size:1em}.responsive-menu .main-navigation .menu-item-wrapper>ul>li:last-child{margin-bottom:40px}.responsive-menu .main-navigation .menu-item-wrapper.opened,.responsive-menu .main-navigation .menu-item-wrapper:focus-within{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:80px;padding-bottom:0;background:#fff;overflow:hidden;z-index:99999}.responsive-menu .main-navigation .menu-item-wrapper.focus-within{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:80px;padding-bottom:0;background:#fff;overflow:hidden;z-index:99999}.responsive-menu .main-navigation .menu-item-wrapper.opened>a,.responsive-menu .main-navigation .menu-item-wrapper:focus-within>a{position:absolute;top:0;right:0;margin:0}.responsive-menu .main-navigation .menu-item-wrapper.focus-within>a{position:absolute;top:0;right:0;margin:0}.responsive-menu .main-navigation .menu-item-wrapper.opened>a,.responsive-menu .main-navigation .menu-item-wrapper.opened:hover>a,.responsive-menu .main-navigation .menu-item-wrapper:focus-within>a{background:none;color:#222;fill:#222}.responsive-menu .main-navigation .menu-item-wrapper.focus-within>a{background:none;color:#222;fill:#222}.responsive-menu .main-navigation .menu-item-wrapper.opened>a i:before,.responsive-menu .main-navigation .menu-item-wrapper:focus-within>a i:before{content:"\f00d"}.responsive-menu .main-navigation .menu-item-wrapper.focus-within>a i:before{content:"\f00d"}.responsive-menu .main-navigation .menu-item-wrapper.opened>ul,.responsive-menu .main-navigation .menu-item-wrapper:focus-within>ul{display:block}.responsive-menu .main-navigation .menu-item-wrapper.focus-within>ul{display:block}.responsive-menu .main-navigation .menu-item-wrapper>ul li.menu-item-has-children.opened>a,.responsive-menu .main-navigation .menu-item-wrapper>ul li.menu-item-has-children:focus-within>a{border-width:0}.responsive-menu .main-navigation .menu-item-wrapper>ul li.menu-item-has-children.focus-within>a{border-width:0}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width) .main-navigation .citadela-woocommerce-minicart.opened{width:400px;left:auto;right:0;-moz-box-shadow:-3px 0 20px rgb(0 0 0 / .1);-webkit-box-shadow:-3px 0 20px rgb(0 0 0 / .1);box-shadow:-3px 0 20px rgb(0 0 0 / .1)}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper>ul a{padding-left:40px}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper>ul{font-size:1em}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper>ul ul a{padding-top:8px;padding-bottom:8px}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper>ul ul{font-size:.9em}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper>ul ul ul{font-size:1em}.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper>ul li .submenu-arrow:after{font-size:.9rem}@media all and (min-width:1025px){.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar.header-scrolled.sticky-header-desktop-burger .main-navigation,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .citadela-woocommerce-minicart.opened,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .responsive-close-button{right:25%}}@media all and (min-width:1267px){.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar.header-scrolled.sticky-header-desktop-burger .main-navigation,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .citadela-woocommerce-minicart.opened,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .responsive-close-button{right:300px}}@media all and (min-width:1661px){.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar.header-scrolled.sticky-header-desktop-burger .main-navigation,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .citadela-woocommerce-minicart.opened,.responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .responsive-close-button{right:380px}}@media all and (min-width:1025px){.responsive-menu:not(.mobile-screen-width).half-layout.right-part.header-scrolled.sticky-header-desktop-burger .main-navigation,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .citadela-woocommerce-minicart.opened,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .responsive-close-button{right:30%}}@media all and (min-width:1267px){.responsive-menu:not(.mobile-screen-width).half-layout.right-part.header-scrolled.sticky-header-desktop-burger .main-navigation,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .citadela-woocommerce-minicart.opened,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .responsive-close-button{right:40%}}@media all and (min-width:1661px){.responsive-menu:not(.mobile-screen-width).half-layout.right-part.header-scrolled.sticky-header-desktop-burger .main-navigation,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper.opened,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper:focus-within,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .citadela-woocommerce-minicart.opened,.responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .responsive-close-button{right:50%}}.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.opened,.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper:focus-within{padding-top:-webkit-calc(80px + 46px);padding-top:calc(80px + 46px)}.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.focus-within{padding-top:-webkit-calc(80px + 46px);padding-top:calc(80px + 46px)}.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.opened>a,.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper:focus-within>a{margin-top:46px}.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.focus-within>a{margin-top:46px}.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .responsive-close-button{margin-top:46px}.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened,.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within,.responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened{padding-top:92px}.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .responsive-close-button{top:32px;margin-top:0}.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened>a,.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within>a{top:32px;margin-top:0}.responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened .cart-header{margin-top:32px}@media all and (max-width:782px){.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened,.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within,.responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened{padding-top:106px}.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .responsive-close-button{top:46px}.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened>a,.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within>a{top:46px}.responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened .cart-header{margin-top:46px}}.responsive-menu.menu-opened{overflow:hidden}.responsive-menu.menu-opened .main-navigation .responsive-close-button{display:block}.site-header{background-color:#000;color:#fff;font-size:0;position:relative}.site-header:before{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0}.site-header.loading{visibility:hidden}.header-color-overlay .site-header:before{background-color:#000;opacity:.7}.site-header .grid-main{position:relative;z-index:1010}.site-branding{text-align:center;padding:40px 20px;max-width:100%;margin-left:auto;margin-right:auto;position:relative}.site-branding .custom-logo{width:auto;height:auto;max-width:100%;max-height:150px}.site-branding .text-logo{font-size:1rem}.site-branding.text-hidden .text-logo{display:none!important}.site-branding .logo-wrapper{display:inline-block;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.site-branding .logo-wrapper+.text-logo{padding-top:10px}.site-branding .custom-logo-link{display:block}.site-branding .site-title{font-family:"Manrope";font-weight:700;margin-top:0;margin-bottom:0;font-size:2em;line-height:1.2}.site-branding .site-title a{text-decoration:none;color:#fff}.site-branding .site-description{margin-top:0;margin-bottom:0;font-size:.9em;color:#fff}.responsive-menu .site-header{z-index:2000}.mobile-screen-width .site-header .site-branding{max-width:100%!important;padding-top:15px;padding-bottom:15px}@media all and (min-width:300px){.mobile-screen-width .site-header.logo-align-left-mobile .grid-main{display:flex;flex-flow:row nowrap}.mobile-screen-width .site-header.logo-align-left-mobile .site-branding{flex:0 0 auto;align-self:flex-start;display:flex;flex-flow:row nowrap;text-align:left;margin-left:0}.mobile-screen-width .site-header.logo-align-left-mobile .site-branding .logo-wrapper{flex:0 0 auto;margin-right:2.4vw}.mobile-screen-width .site-header.logo-align-left-mobile .site-branding .text-logo{flex:1 1 auto;align-self:center;padding-top:0}.mobile-screen-width .site-header.logo-align-left-mobile .main-navigation{flex:1 1 auto;align-self:center;width:auto;height:auto}}.mobile-screen-width .site-branding.hide-textlogo-mobile .text-logo{display:none!important}.mobile-screen-width .site-branding.hide-tagline-mobile .site-description{display:none!important}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .main-navigation{padding-top:10px}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .main-navigation .menu-item-wrapper>a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:none;color:#fff}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .citadela-woocommerce-minicart:not(.opened){margin-left:0;float:right}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .citadela-woocommerce-minicart:not(.opened) .cart-header>.cart-icon{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:none;color:#fff}.mobile-screen-width.responsive-menu:not(.header-scrolled).header-with-cart .site-header .main-navigation{left:0}@media all and (min-width:300px){.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .site-branding .site-title{padding-right:100px}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .main-navigation{left:auto;padding-top:10px}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened){margin-left:1px;float:none;position:relative}.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened):before{content:"";position:absolute;top:5px;left:-1px;bottom:5px;border-left:1px solid;border-color:rgb(255 255 255 / .4)}}.mobile-screen-width.responsive-menu.header-scrolled .menu-hidden .citadela-woocommerce-minicart:not(.opened) .cart-header{-moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px;overflow:hidden}body:not(.mobile-screen-width).responsive-menu .site-header .grid-main{position:static}body:not(.mobile-screen-width).responsive-menu .site-header .site-branding{position:relative}body:not(.mobile-screen-width).responsive-menu .site-header:not(.is-sticky) .main-navigation{padding-top:35px;padding-right:35px}body:not(.mobile-screen-width).responsive-menu .site-header.is-sticky .main-navigation{padding-top:35px;padding-right:35px;padding-top:10px}body:not(.mobile-screen-width).responsive-menu.header-with-cart .site-header:not(.is-sticky) .main-navigation .menu-item-wrapper>a{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}body:not(.mobile-screen-width).responsive-menu.header-with-cart .is-sticky .main-navigation .menu-item-wrapper>a{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.opened) .cart-header{background-color:#fff;-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;overflow:hidden}body:not(.mobile-screen-width).responsive-menu.header-with-cart .menu-hidden .citadela-woocommerce-minicart:not(.opened) .cart-header{-moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.opened) .cart-header>.cart-icon{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.is-empty) .cart-header>.cart-count{font-size:1.22rem;display:inline-block;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}body:not(.mobile-screen-width).responsive-menu:not(.header-with-cart) .site-header:not(.is-sticky) .main-navigation .menu-item-wrapper>a{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}body:not(.mobile-screen-width).responsive-menu:not(.header-with-cart) .is-sticky .main-navigation .menu-item-wrapper>a{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}body:not(.mobile-screen-width) .site-branding.hide-textlogo-desktop .text-logo{display:none!important}body:not(.mobile-screen-width) .site-branding.hide-tagline-desktop .site-description{display:none!important}body:not(.mobile-screen-width).classic-header-layout .site-header,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky{padding-left:40px;padding-right:40px}body:not(.mobile-screen-width).classic-header-layout .site-header .grid-main,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .grid-main{max-width:1300px}body:not(.mobile-screen-width).classic-header-layout .site-header.fullwidth-header .grid-main,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky.fullwidth-header .grid-main{max-width:none}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding{display:inline-block;width:auto;max-width:270px;text-align:left;padding-left:0;padding-right:0}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .logo-wrapper,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .logo-wrapper{display:inline-block;vertical-align:middle}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .text-logo,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .text-logo{display:inline-block;vertical-align:middle;padding-top:0}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding:not(.hide-textlogo-desktop) .logo-wrapper,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding:not(.hide-textlogo-desktop) .logo-wrapper{max-width:150px;max-height:150px}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding.hide-textlogo-desktop .logo-wrapper,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding.hide-textlogo-desktop .logo-wrapper{max-width:300px;max-height:150px}body:not(.mobile-screen-width).classic-header-layout .site-header .main-navigation,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation{display:inline-block;text-align:right}@media all and (min-width:300px){body:not(.mobile-screen-width).classic-header-layout .site-header .grid-main,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .grid-main{display:flex;flex-flow:row nowrap}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding{flex:0 0 auto;align-self:flex-start;display:flex;flex-flow:row nowrap;text-align:left;margin-left:0}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .logo-wrapper,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .logo-wrapper{flex:0 0 auto;margin-right:2.4vw}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .text-logo,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .text-logo{flex:1 1 auto;align-self:center;padding-top:0}body:not(.mobile-screen-width).classic-header-layout .site-header .main-navigation,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation{flex:1 1 auto;align-self:center;width:auto;height:auto}}body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .logo-wrapper,body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .logo-wrapper{margin-right:25px}body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .grid-main{max-width:none}body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .site-branding{width:768px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:100%!important;padding-left:40px;padding-right:40px}body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .site-branding .site-description{width:auto;margin-left:auto;margin-right:auto}body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky).fullwidth-header .site-branding{width:1300px}body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky).fullwidth-header .site-branding .site-description{width:1300px;max-width:100%}body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation{height:auto;text-align:center}body:not(.mobile-screen-width).center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .main-navigation .citadela-menu-main-menu{display:block}body:not(.mobile-screen-width).center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .main-navigation .citadela-menu-container{background:rgb(255 255 255 / .3)}body:not(.mobile-screen-width).center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky):not(.fullwidth-header) .main-navigation .citadela-menu-container>ul{width:1300px;max-width:100%;margin-left:auto;margin-right:auto}.responsive-menu.mobile-screen-width.header-scrolled.sticky-header-mobile-burger .main-navigation,.responsive-menu:not(.mobile-screen-width).header-scrolled.sticky-header-desktop-burger .main-navigation{position:fixed;top:60px;right:0;margin-top:-60px;-moz-transition:top 0.5s;-webkit-transition:top 0.5s;transition:top 0.5s}@media all and (max-width:299px){.responsive-menu.mobile-screen-width.header-scrolled.sticky-header-mobile-full .main-navigation{position:fixed;top:60px;right:0;margin-top:-60px;-moz-transition:top 0.5s;-webkit-transition:top 0.5s;transition:top 0.5s}}.responsive-menu:not(.mobile-screen-width).header-scrolled.sticky-header-desktop-burger.admin-bar .site-header:not(.is-sticky) .main-navigation{top:92px}@media all and (max-width:782px){.responsive-menu:not(.mobile-screen-width).header-scrolled.sticky-header-desktop-burger.admin-bar .site-header:not(.is-sticky) .main-navigation{top:106px}}@media all and (min-width:300px){body.header-scrolled .site-header.is-sticky{position:fixed;top:0;width:100%;z-index:9999;background-image:none!important;background-color:#000000!important;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1)}body.header-scrolled .site-header.is-sticky .site-branding{padding-top:10px;padding-bottom:10px}body.header-scrolled .site-header.is-sticky .site-branding .site-title{font-size:1.6em!important}body.header-scrolled .site-header.is-sticky .site-branding .site-description{display:none}body.header-scrolled .site-header.is-sticky .main-navigation{padding-top:10px}body.header-scrolled .site-header.is-sticky .site-branding .logo-wrapper{height:40px;line-height:40px}body.header-scrolled .site-header.is-sticky .site-branding .logo-wrapper img{max-height:100%;vertical-align:middle}body.header-scrolled .site-header.is-sticky .site-branding .custom-logo-link{height:100%}body.header-scrolled.mobile-screen-width .site-header.is-sticky .site-branding{padding-top:5px;padding-bottom:5px}body.header-scrolled.mobile-screen-width .site-header.is-sticky .site-branding .site-title{font-size:1.4em!important}body.header-scrolled.mobile-screen-width .site-header.is-sticky .site-branding.hide-title-mobile .text-logo{display:none}body.header-scrolled.mobile-screen-width .site-header.is-sticky .main-navigation{padding-top:5px}body.header-scrolled.mobile-screen-width .site-header.is-sticky .main-navigation .menu-item-wrapper>a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:none;color:#fff}body.header-scrolled.mobile-screen-width .site-header.is-sticky .citadela-woocommerce-minicart:not(.opened) .cart-header>.cart-icon{background:none;color:#fff}body.header-scrolled.mobile-screen-width .site-header.is-sticky.logo-align-left-mobile .site-branding{padding-right:120px}body.header-scrolled.mobile-screen-width .site-header.is-sticky.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened){position:relative}body.header-scrolled.mobile-screen-width .site-header.is-sticky.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened):before{content:"";position:absolute;top:5px;left:-1px;bottom:5px;border-left:1px solid;border-color:rgb(255 255 255 / .4)}body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .site-branding{padding:10px 60px}body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .site-branding.hide-title-mobile{padding-top:5px;padding-bottom:5px}body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .site-branding .logo-wrapper+.text-logo{padding-top:5px}body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .main-navigation{left:0}body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .citadela-woocommerce-minicart:not(.opened){float:right}body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding .logo-wrapper{margin-right:15px}body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding.hide-title-desktop .text-logo{display:none}}@media all and (min-width:300px) and all and (min-width:300px){body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .grid-main{display:flex;flex-flow:row nowrap}body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding{flex:0 0 auto;align-self:flex-start;display:flex;flex-flow:row nowrap;text-align:left;margin-left:0}body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding .logo-wrapper{flex:0 0 auto;margin-right:2.4vw}body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding .text-logo{flex:1 1 auto;align-self:center;padding-top:0}body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .main-navigation{flex:1 1 auto;align-self:center;width:auto;height:auto}}.sticky-header-desktop-full:not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li>ul{max-height:calc(100vh - 150px);overflow:auto}.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.admin-bar .site-header.is-sticky{top:32px}@media all and (max-width:782px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.admin-bar .site-header.is-sticky{top:46px}}@media all and (min-width:1025px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.right-sidebar .site-header.is-sticky,.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.left-sidebar .site-header.is-sticky{width:75%}}@media all and (min-width:1267px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.right-sidebar .site-header.is-sticky,.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.left-sidebar .site-header.is-sticky{width:calc(100% - 300px)}}@media all and (min-width:1661px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.right-sidebar .site-header.is-sticky,.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.left-sidebar .site-header.is-sticky{width:calc(100% - 380px)}}@media all and (min-width:1025px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky{width:70%}}@media all and (min-width:1267px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky{width:60%}}@media all and (min-width:1661px){.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky{width:50%}}*[class*='wp-block-'],*[class*='wc-block-']{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-columns.alignfull{padding-left:20px;padding-right:20px}@media all and (min-width:600px){.wp-block-columns.alignfull{padding-left:40px;padding-right:40px}}.wp-block-columns.alignwide{padding-left:20px;padding-right:20px}@media all and (min-width:600px){.wp-block-columns.alignwide{padding-left:40px;padding-right:40px}}.alignfull[class*='wp-block-'],.alignfull[class*='wc-block-'],.alignwide[class*='wp-block-'],.alignwide[class*='wc-block-']{width:100vw;max-width:none;margin-left:-50vw;position:relative;left:50%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px}@media all and (min-width:600px){.alignfull[class*='wp-block-'],.alignfull[class*='wc-block-'],.alignwide[class*='wp-block-'],.alignwide[class*='wc-block-']{padding-left:40px;padding-right:40px}}.widget .alignfull[class*='wp-block-'],.wp-block-column .alignfull[class*='wp-block-'],.widget .alignfull[class*='wc-block-'],.wp-block-column .alignfull[class*='wc-block-'],.widget .alignwide[class*='wp-block-'],.wp-block-column .alignwide[class*='wp-block-'],.widget .alignwide[class*='wc-block-'],.wp-block-column .alignwide[class*='wc-block-']{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important}.widget .alignfull[class*='wp-block-']:not(.has-background),.wp-block-column .alignfull[class*='wp-block-']:not(.has-background),.widget .alignfull[class*='wc-block-']:not(.has-background),.wp-block-column .alignfull[class*='wc-block-']:not(.has-background),.widget .alignwide[class*='wp-block-']:not(.has-background),.wp-block-column .alignwide[class*='wp-block-']:not(.has-background),.widget .alignwide[class*='wc-block-']:not(.has-background),.wp-block-column .alignwide[class*='wc-block-']:not(.has-background){padding-left:0;padding-right:0}@media all and (min-width:600px){.widget .alignfull[class*='wp-block-']:not(.has-background),.wp-block-column .alignfull[class*='wp-block-']:not(.has-background),.widget .alignfull[class*='wc-block-']:not(.has-background),.wp-block-column .alignfull[class*='wc-block-']:not(.has-background),.widget .alignwide[class*='wp-block-']:not(.has-background),.wp-block-column .alignwide[class*='wp-block-']:not(.has-background),.widget .alignwide[class*='wc-block-']:not(.has-background),.wp-block-column .alignwide[class*='wc-block-']:not(.has-background){padding-left:0;padding-right:0}}@media all and (min-width:600px){.alignwide[class*='wp-block-'].has-background,.alignwide[class*='wc-block-'].has-background,.alignwide[class*='wp-block-'].has-background-dim{max-width:calc(100vw - 80px);margin-left:calc((100vw - 80px) / -2)}}@media all and (min-width:1200px){body:not(.page-fullwidth) .alignwide[class*='wp-block-'],body:not(.page-fullwidth) .alignwide[class*='wc-block-']{max-width:1200px;margin-left:-600px}}@media all and (min-width:1280px){body:not(.page-fullwidth) .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth) .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth) .wp-block-columns.alignwide:not(.has-background){padding-left:0;padding-right:0}}@media all and (min-width:1280px) and all and (min-width:600px){body:not(.page-fullwidth) .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth) .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth) .wp-block-columns.alignwide:not(.has-background){padding-left:0;padding-right:0}}@media all and (min-width:1380px){body.page-fullwidth .alignwide[class*='wp-block-'],body.page-fullwidth .alignwide[class*='wc-block-']{max-width:1300px;margin-left:-650px}}@media all and (min-width:1300px) and (max-width:1379px){body.page-fullwidth .alignwide[class*='wp-block-'].has-background,body.page-fullwidth .alignwide[class*='wc-block-'].has-background,body.page-fullwidth .alignwide[class*='wp-block-'].has-background-dim{max-width:calc(100vw - 80px);margin-left:calc((100vw - 80px) / -2)}}@media all and (min-width:1380px){body.page-fullwidth .alignwide[class*='wp-block-']:not(.has-background),body.page-fullwidth .alignwide[class*='wc-block-']:not(.has-background),body.page-fullwidth .wp-block-columns.alignwide:not(.has-background){padding-left:0;padding-right:0}}@media all and (min-width:1380px) and all and (min-width:600px){body.page-fullwidth .alignwide[class*='wp-block-']:not(.has-background),body.page-fullwidth .alignwide[class*='wc-block-']:not(.has-background),body.page-fullwidth .wp-block-columns.alignwide:not(.has-background){padding-left:0;padding-right:0}}.entry-content>ul:not([class]),.item-content>ul:not([class]),.wp-block-column>ul:not([class]),.comment-content ul,.wp-block-page-list{margin-left:1.2em;list-style-type:disc}.entry-content>ul:not([class]) li,.item-content>ul:not([class]) li,.wp-block-column>ul:not([class]) li,.comment-content ul li,.wp-block-page-list li{list-style-position:initial}.entry-content>ul:not([class]) ul,.item-content>ul:not([class]) ul,.wp-block-column>ul:not([class]) ul,.comment-content ul ul,.wp-block-page-list ul{margin:.5em 0em .5em 1.2em;list-style-type:circle}.entry-content>ul:not([class]) ul ul,.item-content>ul:not([class]) ul ul,.wp-block-column>ul:not([class]) ul ul,.comment-content ul ul ul,.wp-block-page-list ul ul{list-style-type:disc}.entry-content>ul:not([class]) ol,.item-content>ul:not([class]) ol,.wp-block-column>ul:not([class]) ol,.comment-content ul ol,.wp-block-page-list ol{margin:.5em 0em .5em 0em;list-style-position:inside}.entry-content>ul:not([class]) ol>li>ul,.item-content>ul:not([class]) ol>li>ul,.wp-block-column>ul:not([class]) ol>li>ul,.comment-content ul ol>li>ul,.wp-block-page-list ol>li>ul{margin-left:2em}.entry-content>ul:not([class]) li,.item-content>ul:not([class]) li,.wp-block-column>ul:not([class]) li,.comment-content ul li,.wp-block-page-list li{margin:.4em 0;padding-left:0em}.entry-content>ul:not([class]) ol>li,.item-content>ul:not([class]) ol>li,.wp-block-column>ul:not([class]) ol>li,.comment-content ul ol>li,.wp-block-page-list ol>li{padding-left:0}.wp-block-page-list .wp-block-page-list__submenu-icon{display:none}.entry-content>ol:not([class]),.item-content>ol:not([class]),.wp-block-column>ol:not([class]),.comment-content ol{margin-left:0em;list-style-position:inside}.entry-content>ol:not([class]) li,.item-content>ol:not([class]) li,.wp-block-column>ol:not([class]) li,.comment-content ol li{list-style-position:inside}.entry-content>ol:not([class]) ul,.item-content>ol:not([class]) ul,.wp-block-column>ol:not([class]) ul,.comment-content ol ul{margin:.5em 0em .5em 2em;list-style-type:disc}.entry-content>ol:not([class]) ul ul,.item-content>ol:not([class]) ul ul,.wp-block-column>ol:not([class]) ul ul,.comment-content ol ul ul{list-style-type:circle;margin-left:1em}.entry-content>ol:not([class]) ol,.item-content>ol:not([class]) ol,.wp-block-column>ol:not([class]) ol,.comment-content ol ol{margin:.5em 0em .5em 1em;list-style-position:inside}.entry-content>ol:not([class]) ul>li>ol,.item-content>ol:not([class]) ul>li>ol,.wp-block-column>ol:not([class]) ul>li>ol,.comment-content ol ul>li>ol{margin-left:0}.entry-content>ol:not([class]) li,.item-content>ol:not([class]) li,.wp-block-column>ol:not([class]) li,.comment-content ol li{margin:.4em 0;padding-left:0em}.comments-area .comment-content ol{list-style-type:decimal}.wp-block-separator{border:0;border-top:1px solid;border-color:#222;height:0;margin:1.5em 0}.wp-block-separator.is-style-default{width:30px}.wp-block-separator.is-style-wide{margin:2em 0}.wp-block-separator.is-style-dots{border:0}.wp-block-gallery.alignleft,.wp-block-gallery.alignright,[data-align=left] .wp-block-gallery,[data-align=right] .wp-block-gallery{display:flex}.wp-block-audio audio{width:100%}.wp-block-gallery{margin:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-gallery.alignfull{padding-left:20px;padding-right:20px}.wp-block-gallery.alignleft{margin:.5em 1.5em .5em 0}.wp-block-gallery.alignright{margin:.5em 0 .5em 1.5em}.wp-block-image .alignleft{margin:.5em 1.5em .5em 0}.wp-block-image .alignright{margin:.5em 0 .5em 1.5em}.wp-block-embed iframe{width:100%}.wp-block-embed.is-type-video .wp-block-embed__wrapper{position:relative;height:0;padding-top:56.25%}.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper{padding-top:75%}.wp-block-embed.is-type-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wp-block-latest-posts.wp-block-latest-posts__list{margin-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:.5em}.page-fullwidth .citadela-block-custom-container.size-content>.inner-holder{max-width:768px}.page-fullwidth .citadela-block-custom-container.size-wide>.inner-holder{max-width:1300px}.wp-block-citadela-blocks.grid-type-1 .citadela-block-articles-wrap>*{width:100%;max-width:100%}@media all and (min-width:400px){.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:50%;max-width:50%}}@media all and (min-width:600px){.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}}@media all and (min-width:1025px){.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:50%;max-width:50%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:25%;max-width:25%}}@media all and (min-width:1400px){.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:25%;max-width:25%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:20%;max-width:20%}}.wp-block-citadela-blocks.grid-type-2 .citadela-block-articles-wrap>*{width:100%;max-width:100%}@media all and (min-width:400px){.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:50%;max-width:50%}}@media all and (min-width:600px){.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}}@media all and (min-width:1025px){.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:25%;max-width:25%}}@media all and (min-width:1400px){.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:25%;max-width:25%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:25%;max-width:25%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:20%;max-width:20%}}.wp-block-citadela-blocks.grid-type-3 .citadela-block-articles-wrap>*{width:100%;max-width:100%}@media all and (min-width:400px){.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%;max-width:100%}}@media all and (min-width:600px){.wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%;max-width:100%}}@media all and (min-width:1025px){.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%;max-width:100%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:50%;max-width:50%}}@media all and (min-width:1400px){.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:50%;max-width:50%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}}@media all and (min-width:600px) and (max-width:1024px){.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:100%!important;max-width:170px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:250px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:350px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}.footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}}@media all and (min-width:1025px){.widget .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:50%!important;max-width:50%!important}.widget .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*,.widget .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:400px!important}}.ctdl-blog-posts:not(.layout-simple) .citadela-block-articles-wrap,.ctdl-posts:not(.layout-simple) .citadela-block-articles-wrap{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -16px}.ctdl-blog-posts:not(.layout-simple) article,.ctdl-posts:not(.layout-simple) article{flex:1 1 auto;padding:8px 16px;box-sizing:border-box;margin-bottom:2em}.ctdl-blog-posts .item-thumbnail img,.ctdl-posts .item-thumbnail img{width:100%;vertical-align:top}.ctdl-blog-posts .has-thumbnail .item-title,.ctdl-posts .has-thumbnail .item-title{margin-top:1.5em}.ctdl-blog-posts .item-title a,.ctdl-posts .item-title a{text-decoration:none}.ctdl-blog-posts .item-title .post-title,.ctdl-posts .item-title .post-title{font-size:1.4em;line-height:1.3;color:#000}.ctdl-blog-posts .item-description,.ctdl-posts .item-description{font-size:.9em;margin-top:1em}.ctdl-blog-posts .item-description p,.ctdl-posts .item-description p{display:inline}.ctdl-blog-posts .item-description .more,.ctdl-posts .item-description .more{text-transform:lowercase;display:inline-block;max-width:100%}.ctdl-blog-posts .item-description .more:before,.ctdl-posts .item-description .more:before{content:"[ "}.ctdl-blog-posts .item-description .more:after,.ctdl-posts .item-description .more:after{content:" ]"}.ctdl-blog-posts .item-footer,.ctdl-posts .item-footer{font-size:.9em;margin-top:1.5em}.ctdl-blog-posts .item-data,.ctdl-posts .item-data{border-top:1px solid #ccc;padding:.5em 0}.ctdl-blog-posts .item-data .label,.ctdl-posts .item-data .label{font-weight:700}.ctdl-blog-posts .item-data .label:after,.ctdl-posts .item-data .label:after{content:":"}.ctdl-blog-posts .item-data .value:after,.ctdl-posts .item-data .value:after{content:","}.ctdl-blog-posts .item-data .value:last-child:after,.ctdl-posts .item-data .value:last-child:after{content:""}.ctdl-blog-posts.size-small .item-title .post-title,.ctdl-posts.size-small .item-title .post-title{font-size:1.2em}.ctdl-blog-posts.size-small .item-title .post-subtitle,.ctdl-posts.size-small .item-title .post-subtitle{font-size:.8em}.ctdl-blog-posts.size-small .item-description,.ctdl-posts.size-small .item-description{font-size:.8em}.ctdl-blog-posts.size-small .item-footer,.ctdl-posts.size-small .item-footer{font-size:.8em}@media all and (min-width:400px){.ctdl-blog-posts.layout-list .item-content,.ctdl-posts.layout-list .item-content{display:flex;flex-flow:row wrap;padding-right:20px}.ctdl-blog-posts.layout-list .item-content .item-thumbnail,.ctdl-posts.layout-list .item-content .item-thumbnail{flex:0 1 auto;width:10em;padding-right:30px;margin-bottom:1em}.ctdl-blog-posts.layout-list .item-content .item-body,.ctdl-posts.layout-list .item-content .item-body{flex:1 1 auto;width:65%}.ctdl-blog-posts.layout-list .item-title,.ctdl-posts.layout-list .item-title{margin-top:0}}.ctdl-blog-posts .no-results,.ctdl-posts .no-results{text-align:center}.blog .site-main .type-post,.archive .site-main .type-post,.search-results .site-main .hentry,.search-results .site-main .type-product{margin-bottom:3em}.blog .site-main .type-post .entry-header,.archive .site-main .type-post .entry-header,.search-results .site-main .hentry .entry-header,.search-results .site-main .type-product .entry-header{margin-bottom:1.5em}.blog .site-main .type-post .entry-header h2,.archive .site-main .type-post .entry-header h2,.search-results .site-main .hentry .entry-header h2,.search-results .site-main .type-product .entry-header h2{margin-bottom:0}.blog .site-main .type-post .post-thumbnail,.archive .site-main .type-post .post-thumbnail,.search-results .site-main .hentry .post-thumbnail,.search-results .site-main .type-product .post-thumbnail{vertical-align:top;margin-bottom:1.5em;display:block}.blog .site-main .type-post .post-thumbnail img,.archive .site-main .type-post .post-thumbnail img,.search-results .site-main .hentry .post-thumbnail img,.search-results .site-main .type-product .post-thumbnail img{vertical-align:top}.blog .site-main .type-post .entry-content,.archive .site-main .type-post .entry-content,.search-results .site-main .hentry .entry-content,.search-results .site-main .type-product .entry-content,.blog .site-main .type-post .entry-summary,.archive .site-main .type-post .entry-summary,.search-results .site-main .hentry .entry-summary,.search-results .site-main .type-product .entry-summary{margin-top:0}.blog .site-main .type-post .entry-footer,.archive .site-main .type-post .entry-footer,.search-results .site-main .hentry .entry-footer,.search-results .site-main .type-product .entry-footer{margin-top:1.5em}.blog .site-main .type-post .entry-footer>span,.archive .site-main .type-post .entry-footer>span,.search-results .site-main .hentry .entry-footer>span,.search-results .site-main .type-product .entry-footer>span{display:block}.single-post .site-main .type-post .post-thumbnail,.page .site-main .type-page .post-thumbnail{margin-bottom:1.5em}.single-post .site-main .type-post .post-thumbnail img,.page .site-main .type-page .post-thumbnail img{vertical-align:top}.single-post .site-main .type-post .entry-content,.page .site-main .type-page .entry-content{margin-top:0}.post-navigation .nav-links:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.comments-area{margin-top:3em}.comments-area ol{list-style-type:none}.comments-area .comments-title{margin-bottom:2em}.comments-area .comment-list{margin:0}.comments-area .comment-list .comment-author{display:block;margin:0}.comments-area .comment-list .comment-author img{margin:0}.comments-area .comment-list .comment-metadata{display:block}.comments-area .comment-list .children{margin-left:0}.comments-area .comment-body{margin-bottom:2.5em}.comments-area .comment-body .comment-meta{position:relative;margin-bottom:10px;padding-left:50px}.comments-area .comment-body .comment-meta .comment-author .avatar{position:absolute;top:0;left:0}.comments-area .comment-body .comment-meta .comment-metadata{font-size:.75em}.comments-area .comment-body .comment-content p{margin-bottom:1em}.comments-area .comment-list li .comment-respond{margin-bottom:3.5em}.comments-area.item-reviews li .comment-respond .comment-reply-title{margin-bottom:.7em}@media all and (min-width:400px){.comments-area .comment-list li .children{margin-left:50px}}@media all and (min-width:600px){.comments-area .comment-body{padding-left:50px}.comments-area .comment-body .comment-meta{font-size:0;padding-left:0}.comments-area .comment-body .comment-meta .comment-author{display:inline-block;width:40%;font-size:1rem;vertical-align:top}.comments-area .comment-body .comment-meta .comment-author .avatar{left:-50px}.comments-area .comment-body .comment-meta .comment-metadata{display:inline-block;width:60%;text-align:right;font-size:.75rem}.comments-area li .comment-respond{padding-left:50px}.comments-area .comment-list>li>.comment-respond{padding-left:70px}}.widget{margin-bottom:3em}.widget .widget-title{margin:0 0 1.5em 0}.widget ul,.widget ol{list-style-type:none;margin:0;padding:0}.site-footer{background-color:#000;color:rgb(255 255 255 / .7);padding-top:5em}.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:#fff;fill:#fff}.site-footer strong{color:#fff;fill:#fff}.site-footer a,.site-footer a:visited,.site-footer a:focus{color:#fff;fill:#fff}.site-footer a:hover{color:#fff;fill:#fff}.site-footer .footer-widgets-button{text-align:center}.site-footer .footer-widgets-button.hidden{display:none}.site-footer .footer-widgets-button .ft-button{display:inline-block;width:100px;height:50px;position:relative;margin-bottom:2em;cursor:pointer}.site-footer .footer-widgets-button .ft-button i{position:absolute;top:50%;left:50%;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-transform-origin:0% 0%;-webkit-transform-origin:0% 0%;transform-origin:0% 0%}.site-footer .footer-widgets-button i.fa-circle{-moz-transform:scale(1) translate(-50%,-50%);-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1;font-size:.85em;letter-spacing:.44em;display:inline-block;padding-left:.44em;white-space:nowrap}.site-footer .footer-widgets-button i.fa-circle:before{content:"\f111 \f111 \f111"}.site-footer .footer-widgets-button i.fa-times-circle{-moz-transform:scale(0) translate(-50%,-50%);-webkit-transform:scale(0) translate(-50%,-50%);-ms-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%);opacity:0;font-size:2.4em}.site-footer .footer-widgets-button.opened i.fa-circle{-moz-transform:scale(0) translate(-50%,-50%);-webkit-transform:scale(0) translate(-50%,-50%);-ms-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%);opacity:0}.site-footer .footer-widgets-button.opened i.fa-times-circle{-moz-transform:scale(1) translate(-50%,-50%);-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);opacity:1}.site-footer .footer-widgets-area{max-width:1340px;margin-left:auto;margin-right:auto;text-align:center}.site-footer .footer-widgets-area .widget,.site-footer .footer-widgets-area .tribe-compatibility-container{display:inline-block;vertical-align:top;width:100%;max-width:300px;padding-left:20px;padding-right:20px;text-align:left}.site-footer .footer-widgets-area.collapsible-widgets{display:none}.site-footer .footer-widgets-area.collapsible-widgets.opened{display:block}.site-footer .site-info{text-align:center;padding:1.5em 20px 4em 20px}.nav-menu-footer{padding-top:2em}.nav-menu-footer .citadela-menu-container{max-width:1200px;margin-left:auto;margin-right:auto;font-size:0;text-align:center}.nav-menu-footer .citadela-menu-container>ul{list-style-type:none;margin:0;padding:0}.nav-menu-footer .citadela-menu-container>ul>li{float:none;display:inline-block;vertical-align:top;font-size:1rem;margin:.5em 1em}.nav-menu-footer .citadela-menu-container>ul ul{list-style-type:none;margin:0;padding:0}.nav-menu-footer .citadela-menu-container>ul>li li{float:none;display:block;margin:0em}#citadela-infobar{position:fixed;left:0;width:100vw;background:#fff;-moz-box-shadow:0 0 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 0 20px rgb(0 0 0 / .1);box-shadow:0 0 20px rgb(0 0 0 / .1);padding:20px;max-height:80%;overflow:auto;z-index:9999}#citadela-infobar.position-bottom{bottom:0}#citadela-infobar.position-top{top:0}#citadela-infobar:not(.button-present){padding-right:70px}#citadela-infobar .main-wrap{max-width:1200px;margin:0 auto}#citadela-infobar .button-part{margin-top:1.2em}#citadela-infobar .simple-close-button{position:absolute;top:20px;right:30px;cursor:pointer}@media all and (min-width:600px){#citadela-infobar.button-present{padding:20px 40px;text-align:center}#citadela-infobar:not(.button-present){padding:20px 80px 20px 40px;text-align:center}#citadela-infobar:not(.button-present) .text-part{display:inline-block;text-align:left}#citadela-infobar:not(.button-present) .simple-close-button{top:20px;right:40px}}@media all and (min-width:1025px){#citadela-infobar.button-present .text-part{display:inline-block;vertical-align:middle;text-align:left}#citadela-infobar.button-present .button-part{display:inline-block;vertical-align:middle;margin:0}}.admin-bar #citadela-infobar.position-top{margin-top:32px}@media all and (max-width:782px){.admin-bar #citadela-infobar.position-top{margin-top:46px}}@media all and (max-width:600px){.admin-bar #citadela-infobar.position-top{top:0;-moz-transition:top 0.5s;-webkit-transition:top 0.5s;transition:top 0.5s}.admin-bar:not(.header-scrolled) #citadela-infobar.position-top{top:0;margin-top:46px;position:absolute}.admin-bar.header-scrolled #citadela-infobar.position-top{top:100vh;margin-top:-100vh;position:fixed}}#citadela-announcements-bar.type-simple{padding:20px;text-align:center}#citadela-announcements-bar.type-simple .bar-main-wrap{max-width:1200px;margin:0 auto}#citadela-announcements-bar.type-simple .button-part{margin-top:1em}@media all and (min-width:600px){#citadela-announcements-bar.type-simple{padding:15px 40px}}@media all and (min-width:1025px){#citadela-announcements-bar.type-simple .message-part{display:inline-block;vertical-align:middle;text-align:left}#citadela-announcements-bar.type-simple .button-part{display:inline-block;vertical-align:middle;margin:0}}.pswp{z-index:999999}.pswp .pswp__caption{text-align:center}.pswp .pswp__caption__center{text-align:left;display:inline-block;vertical-align:top;max-width:600px}.woocommerce .star-rating>span{height:0em}.woocommerce .star-rating>span:before{white-space:nowrap}.woocommerce .star-rating span.rating:before{display:none}.grid-main{max-width:1300px}.site-content{padding-left:20px;padding-right:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}@media all and (min-width:600px){.site-content{padding-left:40px;padding-right:40px}}.site-content .page-title{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}@media all and (min-width:600px){.site-content .page-title{padding-left:40px;padding-right:40px;margin-left:-40px;margin-right:-40px}}.right-sidebar #secondary{margin:5em auto 3em auto}.left-sidebar #secondary{margin:5em auto 3em auto}@media all and (min-width:1025px){body:not(.page-fullwidth).right-sidebar .site-content,body:not(.page-fullwidth).left-sidebar .site-content{max-width:1300px;margin-left:auto;margin-right:auto}body:not(.page-fullwidth).right-sidebar #primary,body:not(.page-fullwidth).left-sidebar #primary{width:65%}body:not(.page-fullwidth).right-sidebar #secondary,body:not(.page-fullwidth).left-sidebar #secondary{padding-top:1em;width:30%;max-width:300px;margin:0}body:not(.page-fullwidth).right-sidebar .content-area .site-main,body:not(.page-fullwidth).left-sidebar .content-area .site-main{max-width:none}body:not(.page-fullwidth).right-sidebar .alignwide[class*='wp-block-'],body:not(.page-fullwidth).left-sidebar .alignwide[class*='wp-block-'],body:not(.page-fullwidth).right-sidebar .alignwide[class*='wc-block-'],body:not(.page-fullwidth).left-sidebar .alignwide[class*='wc-block-'],body:not(.page-fullwidth).right-sidebar .alignfull[class*='wp-block-'],body:not(.page-fullwidth).left-sidebar .alignfull[class*='wp-block-'],body:not(.page-fullwidth).right-sidebar .alignfull[class*='wc-block-'],body:not(.page-fullwidth).left-sidebar .alignfull[class*='wc-block-']{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important}body:not(.page-fullwidth).right-sidebar .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).right-sidebar .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).right-sidebar .alignfull[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignfull[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).right-sidebar .alignfull[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignfull[class*='wc-block-']:not(.has-background){padding-left:0;padding-right:0;margin-left:0;margin-right:0}body:not(.page-fullwidth).right-sidebar .citadela-block-custom-container,body:not(.page-fullwidth).left-sidebar .citadela-block-custom-container{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0}body:not(.page-fullwidth).right-sidebar .citadela-block-custom-container.has-bg:not(.inside-space-zero),body:not(.page-fullwidth).left-sidebar .citadela-block-custom-container.has-bg:not(.inside-space-zero){padding-left:20px;padding-right:20px}body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignfull:not(.has-background),body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignfull:not(.has-background),body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignwide:not(.has-background),body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignwide:not(.has-background){padding-left:0;padding-right:0;margin-left:0;margin-right:0}.right-sidebar #primary{float:left}.right-sidebar #secondary{float:right}.left-sidebar #primary{float:right}.left-sidebar #secondary{float:left;margin:0em auto 4em auto}}@media all and (min-width:1025px) and all and (min-width:600px){body:not(.page-fullwidth).right-sidebar .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).right-sidebar .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).right-sidebar .alignfull[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignfull[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).right-sidebar .alignfull[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).left-sidebar .alignfull[class*='wc-block-']:not(.has-background){padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media all and (min-width:1025px) and all and (min-width:600px){body:not(.page-fullwidth).right-sidebar .citadela-block-custom-container,body:not(.page-fullwidth).left-sidebar .citadela-block-custom-container{padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media all and (min-width:1025px) and all and (min-width:600px){body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignfull:not(.has-background),body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignfull:not(.has-background),body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignwide:not(.has-background),body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignwide:not(.has-background){padding-left:0;padding-right:0;margin-left:0;margin-right:0}}body{font-family:"Rubik";word-break:break-word}#secondary{font-size:.9rem;max-width:768px}@media all and (min-width:1025px){body:not(.page-fullwidth).modern-theme-layout.right-sidebar #secondary{-moz-box-shadow:1px 0 0 rgb(0 0 0 / .01) inset,2px 0 0 rgb(0 0 0 / .01) inset,3px 0 0 rgb(0 0 0 / .01) inset,5px 0 0 rgb(0 0 0 / .01) inset,7px 0 0 rgb(0 0 0 / .01) inset;-webkit-box-shadow:1px 0 0 rgb(0 0 0 / .01) inset,2px 0 0 rgb(0 0 0 / .01) inset,3px 0 0 rgb(0 0 0 / .01) inset,5px 0 0 rgb(0 0 0 / .01) inset,7px 0 0 rgb(0 0 0 / .01) inset;box-shadow:1px 0 0 rgb(0 0 0 / .01) inset,2px 0 0 rgb(0 0 0 / .01) inset,3px 0 0 rgb(0 0 0 / .01) inset,5px 0 0 rgb(0 0 0 / .01) inset,7px 0 0 rgb(0 0 0 / .01) inset}body:not(.page-fullwidth).modern-theme-layout.left-sidebar #secondary{-moz-box-shadow:-1px 0 0 rgb(0 0 0 / .01) inset,-2px 0 0 rgb(0 0 0 / .01) inset,-3px 0 0 rgb(0 0 0 / .01) inset,-5px 0 0 rgb(0 0 0 / .01) inset,-7px 0 0 rgb(0 0 0 / .01) inset;-webkit-box-shadow:-1px 0 0 rgb(0 0 0 / .01) inset,-2px 0 0 rgb(0 0 0 / .01) inset,-3px 0 0 rgb(0 0 0 / .01) inset,-5px 0 0 rgb(0 0 0 / .01) inset,-7px 0 0 rgb(0 0 0 / .01) inset;box-shadow:-1px 0 0 rgb(0 0 0 / .01) inset,-2px 0 0 rgb(0 0 0 / .01) inset,-3px 0 0 rgb(0 0 0 / .01) inset,-5px 0 0 rgb(0 0 0 / .01) inset,-7px 0 0 rgb(0 0 0 / .01) inset}}button,input,select,optgroup,textarea{font-family:"Rubik"}select{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;max-width:100%;padding-right:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23222222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);background-size:.6em;background-position:calc(100% - 0.6em) center;background-repeat:no-repeat}select::-ms-expand{display:none}select option{color:initial;background-color:initial}.site-footer select{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E)}@media all and (min-width:1025px){body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky){width:70%;position:absolute;top:auto;left:0;z-index:1010}body:not(.page-fullwidth).half-layout.right-part .half-layout-part,body:not(.page-fullwidth).half-layout.left-part .half-layout-part{width:30%;overflow:hidden;position:fixed;top:0;height:100%;background-color:#fff;-moz-box-shadow:-1px 0 0 rgb(0 0 0 / .1) inset;-webkit-box-shadow:-1px 0 0 rgb(0 0 0 / .1) inset;box-shadow:-1px 0 0 rgb(0 0 0 / .1) inset;z-index:1000;margin:0;max-width:none}body:not(.page-fullwidth).half-layout.right-part .half-layout-part:hover>*,body:not(.page-fullwidth).half-layout.left-part .half-layout-part:hover>*{will-change:overflow}body:not(.page-fullwidth).half-layout.right-part .half-layout-part>*,body:not(.page-fullwidth).half-layout.left-part .half-layout-part>*{padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;overflow:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}body:not(.page-fullwidth).half-layout.right-part .half-layout-part>*::-webkit-scrollbar,body:not(.page-fullwidth).half-layout.left-part .half-layout-part>*::-webkit-scrollbar{display:none}body:not(.page-fullwidth).half-layout.right-part.admin-bar .half-layout-part,body:not(.page-fullwidth).half-layout.left-part.admin-bar .half-layout-part{top:32px;height:-webkit-calc(100% - 32px);height:calc(100% - 32px)}body:not(.page-fullwidth).half-layout.right-part .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .citadela-block-custom-container{width:-webkit-calc(100vw - 30vw)!important;width:calc(100vw - 30vw)!important;margin-left:-webkit-calc((100vw - 30vw) / -2)!important;margin-left:calc((100vw - 30vw) / -2)!important}body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wp-block-'],body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wp-block-'],body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wc-block-'],body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wc-block-']{width:-webkit-calc(100vw - 30vw);width:calc(100vw - 30vw);margin-left:-webkit-calc((100vw - 30vw) / -2);margin-left:calc((100vw - 30vw) / -2)}body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-'],body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-'],body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-'],body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']{width:-webkit-calc(100vw - 30vw - 80px);width:calc(100vw - 30vw - 80px);margin-left:-webkit-calc((100vw - 30vw - 80px) / -2);margin-left:calc((100vw - 30vw - 80px) / -2);max-width:none}body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']:not(.has-background){padding-left:0;padding-right:0}body:not(.page-fullwidth).half-layout.right-part .wp-block-columns .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-columns .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-group .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-group .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-cover .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-cover .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-media-text .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-media-text .citadela-block-custom-container{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important}body:not(.page-fullwidth).half-layout.right-part .site,body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar,body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky){margin-right:30%}body:not(.page-fullwidth).half-layout.right-part .half-layout-part{right:0}body:not(.page-fullwidth).half-layout.left-part .site,body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar,body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky){margin-left:30%}body:not(.page-fullwidth).half-layout.left-part .half-layout-part{left:0}}@media all and (min-width:1025px) and all and (min-width:600px){body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-']:not(.has-background),body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-']:not(.has-background),body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']:not(.has-background){padding-left:0;padding-right:0}}@media all and (min-width:1267px){body:not(.page-fullwidth).half-layout.right-part .half-layout-part,body:not(.page-fullwidth).half-layout.left-part .half-layout-part{width:40%}body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky){width:60%}body:not(.page-fullwidth).half-layout.right-part .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .citadela-block-custom-container{width:-webkit-calc(100vw - 40vw)!important;width:calc(100vw - 40vw)!important;margin-left:-webkit-calc((100vw - 40vw) / -2)!important;margin-left:calc((100vw - 40vw) / -2)!important}body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wp-block-'],body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wp-block-'],body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wc-block-'],body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wc-block-']{width:-webkit-calc(100vw - 40vw);width:calc(100vw - 40vw);margin-left:-webkit-calc((100vw - 40vw) / -2);margin-left:calc((100vw - 40vw) / -2)}body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-'],body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-'],body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-'],body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']{width:-webkit-calc(100vw - 40vw - 80px);width:calc(100vw - 40vw - 80px);margin-left:-webkit-calc((100vw - 40vw - 80px) / -2);margin-left:calc((100vw - 40vw - 80px) / -2);max-width:none}body:not(.page-fullwidth).half-layout.right-part .wp-block-columns .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-columns .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-group .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-group .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-cover .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-cover .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-media-text .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-media-text .citadela-block-custom-container{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important}body:not(.page-fullwidth).half-layout.right-part .site,body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar,body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky){margin-right:40%}body:not(.page-fullwidth).half-layout.left-part .site,body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar,body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky){margin-left:40%}}@media all and (min-width:1661px){body:not(.page-fullwidth).half-layout.right-part .half-layout-part,body:not(.page-fullwidth).half-layout.left-part .half-layout-part{width:50%}body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky){width:50%}body:not(.page-fullwidth).half-layout.right-part .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .citadela-block-custom-container{width:-webkit-calc(100vw - 50vw)!important;width:calc(100vw - 50vw)!important;margin-left:-webkit-calc((100vw - 50vw) / -2)!important;margin-left:calc((100vw - 50vw) / -2)!important}body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wp-block-'],body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wp-block-'],body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wc-block-'],body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wc-block-']{width:-webkit-calc(100vw - 50vw);width:calc(100vw - 50vw);margin-left:-webkit-calc((100vw - 50vw) / -2);margin-left:calc((100vw - 50vw) / -2)}body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-'],body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-'],body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-'],body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']{width:-webkit-calc(100vw - 50vw - 80px);width:calc(100vw - 50vw - 80px);margin-left:-webkit-calc((100vw - 50vw - 80px) / -2);margin-left:calc((100vw - 50vw - 80px) / -2);max-width:none}body:not(.page-fullwidth).half-layout.right-part .wp-block-columns .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-columns .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-group .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-group .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-cover .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-cover .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.right-part .wp-block-media-text .citadela-block-custom-container,body:not(.page-fullwidth).half-layout.left-part .wp-block-media-text .citadela-block-custom-container{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important}body:not(.page-fullwidth).half-layout.right-part .site,body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar,body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky){margin-right:50%}body:not(.page-fullwidth).half-layout.left-part .site,body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar,body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky){margin-left:50%}}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li{padding-left:1px}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li>a{color:rgb(255 255 255 / .7)}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li>a:before{display:none;content:"";width:8px;height:8px;background-color:rgb(255 255 255 / .5);border-radius:100%;margin-top:-.1em;vertical-align:middle;margin-right:8px}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li:hover>a,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li>a:focus,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li.opened>a{color:#fff;background:rgb(255 255 255 / .3);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul a{position:relative}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul a:hover,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul a:focus{background:rgb(0 0 0 / .1)}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul a:before{content:"";display:block;position:absolute;top:0;bottom:0;right:100%;width:3px;background:#000;opacity:0;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul a:hover:before,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul a:focus:before{opacity:1}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul ul ul{border-top:1px solid;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);background:rgb(0 0 0 / .02)}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li>.submenu-arrow:after{margin-top:-.1em;margin-left:-.3em;vertical-align:middle}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li li .submenu-arrow:after{font-size:1.1em;margin-left:-.3em}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li.opened>.submenu-arrow:after,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li:focus-within>.submenu-arrow:after{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li.focus-within>.submenu-arrow:after{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li.current-menu-item>a,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li.current-menu-parent>a,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li.current-menu-ancestor>a{color:#fff;font-weight:600}body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li li.current-menu-item>a,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li li.current-menu-parent>a,body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container>ul>li li.current-menu-ancestor>a{color:#222;fill:#222;font-weight:600}body:not(.responsive-menu):not(.mobile-screen-width).classic-header-layout .main-navigation,body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation{padding-top:10px}body:not(.responsive-menu):not(.mobile-screen-width).classic-header-layout .main-navigation .citadela-menu-container>ul>li,body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation .citadela-menu-container>ul>li{padding-bottom:10px}body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation .citadela-menu-container{background:rgb(0 0 0 / .75)}body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation .citadela-menu-container>ul>li>a{padding-top:10px;padding-bottom:10px}body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation .citadela-menu-container>ul>li.menu-item-has-children:not(.menu-item-wrapper)>.submenu-arrow{padding-top:10px;padding-bottom:10px}.responsive-menu .main-navigation .citadela-menu-container>ul>li>ul.sub-menu>li.current-menu-item>a,.responsive-menu .main-navigation .citadela-menu-container>ul>li>ul.sub-menu>li.current-menu-parent>a,.responsive-menu .main-navigation .citadela-menu-container>ul>li>ul.sub-menu>li.current-menu-ancestor>a{color:#222;fill:#222;font-weight:600}.responsive-menu .main-navigation .citadela-menu-container>ul>li>ul.sub-menu>li li.current-menu-item>a,.responsive-menu .main-navigation .citadela-menu-container>ul>li>ul.sub-menu>li li.current-menu-parent>a,.responsive-menu .main-navigation .citadela-menu-container>ul>li>ul.sub-menu>li li.current-menu-ancestor>a{color:#222;fill:#222;font-weight:600}.site-branding .site-title{font-weight:700}.site-branding .site-description{color:rgb(255 255 255 / .7)}.site-content{-moz-box-shadow:0 6px 0 rgb(0 0 0 / .05) inset;-webkit-box-shadow:0 6px 0 rgb(0 0 0 / .05) inset;box-shadow:0 6px 0 rgb(0 0 0 / .05) inset}.classic-theme-layout:not(.page-fullwidth) .site-header{-moz-box-shadow:0 6px 0 rgb(0 0 0 / .05);-webkit-box-shadow:0 6px 0 rgb(0 0 0 / .05);box-shadow:0 6px 0 rgb(0 0 0 / .05)}.classic-theme-layout:not(.page-fullwidth) .site-content{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.site-content .page-title{padding-top:6em;padding-bottom:2em;margin-bottom:1em}.site-content .wp-block-column .page-title{padding-top:0}.site-content .page-title .entry-header{position:relative;margin-bottom:2em;color:#222;fill:#222}.site-content .page-title .entry-header:before{content:"";width:30px;height:0;display:block;border-bottom:1px solid currentColor;position:absolute;left:0;bottom:-2em}.site-content .page-title .entry-header h1{margin-top:0;margin-bottom:0;font-weight:700;color:currentColor}.site-content .page-title .entry-header h1 .main-text{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);display:block;font-size:.7rem;font-weight:700;margin-bottom:.4em;text-transform:uppercase;letter-spacing:.14em}.site-content .page-title .entry-header h1 .main-data{display:block}.site-content .page-title .entry-header .entry-meta{font-size:.9rem;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);margin-top:.6em}.site-content .page-title .entry-header .entry-meta>span{display:inline-block;font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.site-content .page-title .entry-header .entry-meta .posted-on{margin-right:10px}.site-content .page-title .entry-icon{font-size:.85em}.site-content .page-title .entry-icon .entry-icon-wrap{width:6em;height:6em;position:relative;display:inline-block;vertical-align:top;border-radius:100%}.site-content .page-title .entry-icon .icon-bg{display:block;position:absolute;top:0;left:0;background-color:#000;opacity:0;border-radius:100%;right:0;bottom:0}.site-content .page-title .entry-icon i{display:block;position:absolute;top:0;z-index:10;left:0;border-radius:100%;width:100%;box-sizing:border-box;font-size:2.2em;border:2px solid #000;color:#000;height:100%}.site-content .page-title .entry-icon i:before{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.site-content .page-title .entry-subtitle{margin-top:1em;color:#000;font-size:.95em;text-transform:uppercase;letter-spacing:.05em}.site-content .page-title .entry-item-rating .rating-stars{color:rgb(34 34 34 / .3)!important;fill:rgb(34 34 34 / .3)!important}.site-content .page-title .entry-item-rating .rating-stars-value{color:#ffc439}.site-content .page-title .entry-header.has-rating .entry-subtitle p{margin-bottom:0}.site-content .page-title .entry-header.has-rating .entry-item-rating{margin-top:1em}.site-content .page-title .entry-header.has-rating.has-subtitle .entry-item-rating{margin-top:.25em}@media all and (min-width:1025px){.classic-theme-layout:not(.page-fullwidth).left-sidebar .site-content .page-title .entry-header,.classic-theme-layout:not(.page-fullwidth).right-sidebar .site-content .page-title .entry-header{max-width:none}.classic-theme-layout:not(.page-fullwidth).left-sidebar .site-content .page-title{padding-left:0;padding-right:0;margin-left:0;margin-right:0;float:right;width:65%}.classic-theme-layout:not(.page-fullwidth).left-sidebar #secondary{padding-top:7em}.classic-theme-layout:not(.page-fullwidth).right-sidebar #secondary{padding-top:0em}}@media all and (min-width:1025px) and all and (min-width:600px){.classic-theme-layout:not(.page-fullwidth).left-sidebar .site-content .page-title{padding-left:0;padding-right:0;margin-left:0;margin-right:0}}.no-page-title .site-content{padding-top:7em}.no-page-title.no-header-space .site-content{padding-top:0em}.no-page-title.classic-theme-layout.left-sidebar #secondary{padding-top:0em;margin-top:0em}@media all and (min-width:1025px){.no-page-title.no-header-space.classic-theme-layout.right-sidebar #secondary{padding-top:7em}}.tax-citadela-item-category .site-content .page-title.standard .entry-header h1 .main-text,.tax-citadela-item-location .site-content .page-title.standard .entry-header h1 .main-text,.tax-citadela-item-category .site-content .page-title.custom .entry-header h1 .main-text,.tax-citadela-item-location .site-content .page-title.custom .entry-header h1 .main-text{display:none}.tax-citadela-item-category .site-content .page-title.standard .entry-header-wrap,.tax-citadela-item-location .site-content .page-title.standard .entry-header-wrap,.tax-citadela-item-category .site-content .page-title.custom .entry-header-wrap,.tax-citadela-item-location .site-content .page-title.custom .entry-header-wrap{position:relative}.tax-citadela-item-category .site-content .page-title.standard .entry-icon,.tax-citadela-item-location .site-content .page-title.standard .entry-icon,.tax-citadela-item-category .site-content .page-title.custom .entry-icon,.tax-citadela-item-location .site-content .page-title.custom .entry-icon{font-size:.55em}.tax-citadela-item-category .site-content .page-title.standard .icon-bg,.tax-citadela-item-location .site-content .page-title.standard .icon-bg,.tax-citadela-item-category .site-content .page-title.custom .icon-bg,.tax-citadela-item-location .site-content .page-title.custom .icon-bg{opacity:1}.tax-citadela-item-category .site-content .page-title.standard .entry-icon i,.tax-citadela-item-location .site-content .page-title.standard .entry-icon i,.tax-citadela-item-category .site-content .page-title.custom .entry-icon i,.tax-citadela-item-location .site-content .page-title.custom .entry-icon i{font-size:2.4em;color:#ffffff!important;border-width:0}.tax-citadela-item-category .site-content .page-title.standard .entry-header h1,.tax-citadela-item-location .site-content .page-title.standard .entry-header h1,.tax-citadela-item-category .site-content .align-left .page-title.custom .entry-header h1,.tax-citadela-item-location .site-content .align-left .page-title.custom .entry-header h1{padding-left:72px}.tax-citadela-item-category .site-content .page-title.standard .entry-icon,.tax-citadela-item-location .site-content .page-title.standard .entry-icon,.tax-citadela-item-category .site-content .align-left .page-title.custom .entry-icon,.tax-citadela-item-location .site-content .align-left .page-title.custom .entry-icon{position:absolute;top:-.3em;left:0}.tax-citadela-item-category .site-content .align-center .page-title.custom .entry-icon,.tax-citadela-item-location .site-content .align-center .page-title.custom .entry-icon{margin-bottom:1.5em}.tax-citadela-item-category .site-content .align-right .page-title.custom .entry-header h1,.tax-citadela-item-location .site-content .align-right .page-title.custom .entry-header h1{padding-right:72px}.tax-citadela-item-category .site-content .align-right .page-title.custom .entry-icon,.tax-citadela-item-location .site-content .align-right .page-title.custom .entry-icon{position:absolute;top:-.3em;right:0}h1,h2,h3,h4,h5,h6{font-family:"Manrope"}.simple-text-styles .site-main .entry-content>*:first-child{margin-top:0}.simple-text-styles .site-main .entry-content h1,.simple-text-styles .site-main .entry-content h2,.simple-text-styles .site-main .entry-content h3,.simple-text-styles .site-main .entry-content h4,.simple-text-styles .site-main .entry-content h5,.simple-text-styles .site-main .entry-content h6{margin-top:2em;margin-bottom:1.5rem}.simple-text-styles .site-main .entry-content .wp-block-image{margin-top:2em;margin-bottom:2em}.simple-text-styles .site-main .entry-content .wp-block-gallery{margin-top:2em;margin-bottom:1em}.simple-text-styles .site-main .entry-content .wp-block-buttons{margin-top:2em;margin-bottom:1.5em}.simple-text-styles .site-main .entry-content .wp-block-buttons.is-vertical{margin-bottom:2em}.simple-text-styles .site-main .entry-content .wp-block-embed{margin-top:2em;margin-bottom:2em}.simple-text-styles .site-main .entry-content .wp-block-table{margin-top:2em;margin-bottom:2em}.wp-block-columns.has-background,.wp-block-group.has-background,p.has-background,.wp-block-post-date.has-background,.wp-block-post-excerpt.has-background,.wp-block-post-terms.has-background{padding:20px!important}.wp-block-post-excerpt.has-background>*:last-child{margin-bottom:0}.wp-block-group.has-background>div>*:last-child{margin-bottom:0}.wp-block-site-logo.aligncenter{text-align:center;margin-bottom:.5em}h1.wp-block-site-title{clear:none;font-size:2em;line-height:1.2;font-weight:700;margin-top:0;margin-bottom:0}p.wp-block-site-tagline{margin-top:0;margin-bottom:0;font-size:.9em}.wp-block-post-title{font-weight:700}.wp-block-post-date{margin-top:.5rem;margin-bottom:.5rem}.wp-block-post-date.has-text-color a{color:currentColor}.wp-block-post-excerpt{margin-bottom:1.5rem}.wp-block-post-excerpt.has-text-color a{color:currentColor;text-decoration:underline}.wp-block-post-excerpt p{margin-bottom:.5em}.wp-block-post-terms{margin-top:.5rem;margin-bottom:.5rem}.wp-block-post-terms.has-text-color a{color:currentColor}.wp-block-loginout{margin-bottom:1.5rem}.wp-block-loginout>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.wp-block-loginout>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wp-block-loginout.logged-in>a{background:#ff3c3c;color:#fff}.wp-block-loginout.logged-out.has-login-form form{text-align:center}.wp-block-loginout.logged-out.has-login-form .login-username,.wp-block-loginout.logged-out.has-login-form .login-password{display:flex;flex-flow:row nowrap;max-width:400px;margin-left:auto;margin-right:auto;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;margin-bottom:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.wp-block-loginout.logged-out.has-login-form .login-username input,.wp-block-loginout.logged-out.has-login-form .login-password input{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;width:100%}.wp-block-loginout.logged-out.has-login-form .login-username input:focus,.wp-block-loginout.logged-out.has-login-form .login-password input:focus{background-color:rgb(34 34 34 / .05)}.wp-block-loginout.logged-out.has-login-form .login-username label,.wp-block-loginout.logged-out.has-login-form .login-password label{overflow:hidden;position:relative;width:50px;flex:0 0 auto;text-indent:-9999px;font-size:0}.wp-block-loginout.logged-out.has-login-form .login-username label:before,.wp-block-loginout.logged-out.has-login-form .login-password label:before{font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.4rem;text-indent:0;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wp-block-loginout.logged-out.has-login-form .login-username label:before{content:"\f2bd"}.wp-block-loginout.logged-out.has-login-form .login-password label:before{content:"\f084"}.wp-block-loginout.logged-out.has-login-form .login-remember{margin-top:1rem;margin-bottom:1rem}.wp-block-loginout.logged-out.has-login-form .login-remember input{margin-right:.3em}.wp-block-loginout.logged-out.has-login-form .login-submit input[type="submit"]{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px}.wp-block-loginout.logged-out.has-login-form .login-submit input[type="submit"]:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.post-password-form label{font-size:0;display:inline-block;vertical-align:top;overflow:hidden;padding-left:50px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;margin-bottom:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative}.post-password-form label:before{content:"\f084";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.4rem;text-indent:0;position:absolute;top:50%;left:25px;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.post-password-form label input{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;color:rgb(34 34 34 / .7);outline:none}.post-password-form label input:focus{background-color:rgb(34 34 34 / .05)}.post-password-form input[type="submit"]{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px;line-height:22px}.post-password-form input[type="submit"]:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wp-block-search{font-size:.9rem;margin-bottom:2em}.wp-block-search .wp-block-search__label:not(.screen-reader-text){display:block;font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#222;fill:#222;margin:0 0 1em 0}.wp-block-search .wp-block-search__label.screen-reader-text{width:1px}.wp-block-search .wp-block-search__input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none}.wp-block-search .wp-block-search__input:focus{color:#222;fill:#222}.wp-block-search .wp-block-search__input::placeholder{color:rgb(34 34 34 / .7)}.wp-block-search .wp-block-search__button{padding:5px 10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;text-transform:uppercase;font-weight:bolder}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{color:#222;fill:#222;border:none;background:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-left:2px solid #000;padding:0 10px}.wp-block-search.wp-block-search__button-inside .wp-block-search__button svg{color:#222;fill:#222}.wp-block-search.wp-block-search__button-inside .wp-block-search__button:hover,.wp-block-search.wp-block-search__button-inside .wp-block-search__button:hover svg{color:#000;fill:#000}.wp-block-search.wp-block-search__button-outside .wp-block-search__button{background:#000;border-color:#000;color:#fff;fill:#fff}.wp-block-search.wp-block-search__button-outside .wp-block-search__button svg{color:#fff;fill:#fff}.wp-block-button{margin-bottom:.5em}.wp-block-button .wp-block-button__link{border-radius:4px;font-size:18px;line-height:1.3;padding:12px 30px}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):not(.add_to_cart_button){background-color:#000}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.add_to_cart_button){color:#fff;fill:#fff}.wp-block-button.is-style-outline .wp-block-button__link{padding:10px 28px}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:#222;fill:#222}.wp-block-buttons.is-vertical{margin-bottom:.5em}.wp-block-separator{width:60px;color:#222;fill:#222;border-top:1px solid currentColor;margin-left:auto;margin-right:auto;background-color:transparent!important}.wp-block-separator.is-style-default{width:30px;margin-left:0;margin-right:0}.wp-block-separator.is-style-wide{width:100%;color:rgb(34 34 34 / .1);fill:rgb(34 34 34 / .1)}.wp-block-separator.is-style-dots{width:100%;border:0}.wp-block-separator.is-style-dots:not(.has-text-color){color:#000}.wp-block-separator.is-style-dots:before{content:"\f621 \f621 \f621";font-family:'Font Awesome 5 Free';font-weight:900;font-size:.5em;letter-spacing:1.1em;vertical-align:middle;padding-left:1.1em}.entry-content>blockquote:not([class]),.entry-content .wp-block-column>blockquote:not([class]),.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]),.comment-content blockquote,.wp-block-quote{margin:0;padding:0 0 0 20px;border-left:3px solid #000;margin-top:2em;margin-bottom:2em}.entry-content>blockquote:not([class]).is-large,.entry-content .wp-block-column>blockquote:not([class]).is-large,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).is-large,.comment-content blockquote.is-large,.wp-block-quote.is-large,.entry-content>blockquote:not([class]).is-style-large,.entry-content .wp-block-column>blockquote:not([class]).is-style-large,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).is-style-large,.comment-content blockquote.is-style-large,.wp-block-quote.is-style-large{padding:0 0 0 40px}.entry-content>blockquote:not([class]) p,.entry-content .wp-block-column>blockquote:not([class]) p,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]) p,.comment-content blockquote p,.wp-block-quote p{color:#222;fill:#222;font-size:1.2em;line-height:1.3;line-height:1.5}.entry-content>blockquote:not([class]).is-large cite,.entry-content .wp-block-column>blockquote:not([class]).is-large cite,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).is-large cite,.comment-content blockquote.is-large cite,.wp-block-quote.is-large cite,.entry-content>blockquote:not([class]).is-style-large cite,.entry-content .wp-block-column>blockquote:not([class]).is-style-large cite,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).is-style-large cite,.comment-content blockquote.is-style-large cite,.wp-block-quote.is-style-large cite,.entry-content>blockquote:not([class]) cite,.entry-content .wp-block-column>blockquote:not([class]) cite,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]) cite,.comment-content blockquote cite,.wp-block-quote cite{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;display:block;font-style:normal;margin-top:-.5em;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);padding-bottom:.2em;text-align:left}.entry-content>blockquote:not([class]).has-text-align-center,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-center,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-center,.comment-content blockquote.has-text-align-center,.wp-block-quote.has-text-align-center{border-left:none;padding:0 20px 0 20px}.entry-content>blockquote:not([class]).has-text-align-center.is-large,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-center.is-large,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-center.is-large,.comment-content blockquote.has-text-align-center.is-large,.wp-block-quote.has-text-align-center.is-large,.entry-content>blockquote:not([class]).has-text-align-center.is-style-large,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-center.is-style-large,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-center.is-style-large,.comment-content blockquote.has-text-align-center.is-style-large,.wp-block-quote.has-text-align-center.is-style-large{padding:0 40px 0 40px}.entry-content>blockquote:not([class]).has-text-align-center:before,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-center:before,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-center:before,.comment-content blockquote.has-text-align-center:before,.wp-block-quote.has-text-align-center:before{content:"";display:inline-block;width:60px;border-bottom:3px solid #000;margin-bottom:1.3em}.entry-content>blockquote:not([class]).has-text-align-center cite,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-center cite,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-center cite,.comment-content blockquote.has-text-align-center cite,.wp-block-quote.has-text-align-center cite{text-align:center}.entry-content>blockquote:not([class]).has-text-align-right,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-right,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-right,.comment-content blockquote.has-text-align-right,.wp-block-quote.has-text-align-right{padding:0 20px 0 0;border-left:none;border-right:3px solid #000}.entry-content>blockquote:not([class]).has-text-align-right.is-large,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-right.is-large,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-right.is-large,.comment-content blockquote.has-text-align-right.is-large,.wp-block-quote.has-text-align-right.is-large,.entry-content>blockquote:not([class]).has-text-align-right.is-style-large,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-right.is-style-large,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-right.is-style-large,.comment-content blockquote.has-text-align-right.is-style-large,.wp-block-quote.has-text-align-right.is-style-large{padding:0 40px 0 0}.entry-content>blockquote:not([class]).has-text-align-right cite,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-right cite,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-right cite,.comment-content blockquote.has-text-align-right cite,.wp-block-quote.has-text-align-right cite{text-align:right}@media all and (min-width:600px){.entry-content>blockquote:not([class]),.entry-content .wp-block-column>blockquote:not([class]),.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]),.comment-content blockquote,.wp-block-quote,.entry-content>blockquote:not([class]).has-text-align-center,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-center,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-center,.comment-content blockquote.has-text-align-center,.wp-block-quote.has-text-align-center,.entry-content>blockquote:not([class]).has-text-align-right,.entry-content .wp-block-column>blockquote:not([class]).has-text-align-right,.entry-content .citadela-block-custom-container .inner-holder>blockquote:not([class]).has-text-align-right,.comment-content blockquote.has-text-align-right,.wp-block-quote.has-text-align-right{padding:0 5%}}.wp-block-pullquote{border-top:3px solid;border-bottom:3px solid;border-color:#000;margin:1.5em 0;padding:2.5em 0;text-align:center}.wp-block-pullquote p{font-family:"Manrope";font-size:2em;line-height:1.3;margin-bottom:.2em}.wp-block-pullquote.is-style-solid-color blockquote cite,.wp-block-pullquote blockquote cite{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;display:block;font-style:normal;margin:1em 0 .3em 0}.wp-block-pullquote blockquote:not(.has-text-color) p{color:#222;fill:#222}.wp-block-pullquote blockquote:not(.has-text-color) cite{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.wp-block-embed.is-type-video iframe{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.wp-block-image:not(.is-style-rounded) img,.wp-block-post-featured-image:not(.is-style-rounded) img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;vertical-align:top}.wp-block-image .aligncenter figcaption,.wp-block-post-featured-image .aligncenter figcaption,.wp-block-image.alignwide figcaption,.wp-block-post-featured-image.alignwide figcaption,.wp-block-image.alignfull figcaption,.wp-block-post-featured-image.alignfull figcaption{text-align:center}.wp-block-image .alignleft figcaption,.wp-block-post-featured-image .alignleft figcaption{text-align:left}.wp-block-image .alignright figcaption,.wp-block-post-featured-image .alignright figcaption{text-align:right}.wp-block-post-featured-image{margin-top:0;margin-bottom:1.5em}.wp-block-post-featured-image a,.wp-block-post-featured-image img{width:100%}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{opacity:1;line-height:1.5;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;padding-top:20px;padding-bottom:10px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}@media (min-width:1025px){.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{opacity:0;line-height:3.5}.wp-block-gallery .blocks-gallery-image:hover figcaption,.wp-block-gallery .blocks-gallery-item:hover figcaption{opacity:1;line-height:1.5}}@media (max-width:399px){.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:100%;margin-right:0;margin-left:0}}.gallery{margin:0 -8px;font-size:0}.gallery .gallery-item{padding:0 8px 16px 8px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden}.gallery .gallery-item .gallery-icon img{width:100%;vertical-align:top;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.gallery .gallery-item figcaption{position:absolute;bottom:16px;left:8px;right:8px;opacity:1;line-height:1.5;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;padding:20px 10px 10px 10px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;background:linear-gradient(0deg,rgb(0 0 0 / .7),rgb(0 0 0 / .3) 70%,transparent);color:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}@media (min-width:1025px){.gallery .gallery-item figcaption{opacity:0;line-height:3.5}.gallery .gallery-item:hover figcaption{opacity:1;line-height:1.5}}@media (max-width:599px){.gallery:not(.gallery-columns-1) .gallery-item{max-width:50%}}@media (max-width:399px){.gallery:not(.gallery-columns-1) .gallery-item{max-width:100%}}.wp-block-table{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:1.5rem}.wp-block-table table{margin:0;border:2px solid;border-color:rgb(34 34 34 / .1);border-collapse:separate;margin-bottom:1.5rem;margin-bottom:0}.wp-block-table table td{padding:8px 15px;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-table table tr:last-child td{border-bottom-width:0}.wp-block-table table thead th{border-bottom:2px solid;border-color:#222;font-weight:bolder;color:#222;fill:#222;text-align:left;padding:8px 15px}.wp-block-table table tbody th{border-bottom:1px solid;border-color:rgb(34 34 34 / .1);font-weight:bolder;color:#222;fill:#222;text-align:left;padding:8px 15px}.wp-block-table table tfoot td{color:#222;fill:#222;border-top:1px solid;border-color:#222}.wp-block-table table thead th.has-text-align-right,.wp-block-table table tbody th.has-text-align-right{text-align:right}.wp-block-table table thead th.has-text-align-center,.wp-block-table table tbody th.has-text-align-center{text-align:center}.wp-block-table table.has-text-color thead th,.wp-block-table table.has-text-color tbody th,.wp-block-table table.has-text-color tfoot td{border-color:currentColor;color:inherit}.wp-block-table table.has-text-color td{border-color:currentColor}.wp-block-table.is-style-stripes table thead th,.wp-block-table.is-style-stripes table tfoot td{border-color:#222}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:rgb(34 34 34 / .05)}.wp-block-table figcaption{margin:.5em 0 0em 0}.entry-content>table,.comment-content table{margin:0;border:2px solid;border-color:rgb(34 34 34 / .1);border-collapse:separate;margin-bottom:1.5rem}.entry-content>table td,.comment-content table td{padding:8px 15px;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.entry-content>table tr:last-child td,.comment-content table tr:last-child td{border-bottom-width:0}.entry-content>table thead th,.comment-content table thead th{border-bottom:2px solid;border-color:#222;font-weight:bolder;color:#222;fill:#222;text-align:left;padding:8px 15px}.entry-content>table tbody th,.comment-content table tbody th{border-bottom:1px solid;border-color:rgb(34 34 34 / .1);font-weight:bolder;color:#222;fill:#222;text-align:left;padding:8px 15px}.entry-content>table tfoot td,.comment-content table tfoot td{color:#222;fill:#222;border-top:1px solid;border-color:#222}.entry-content>table thead th.has-text-align-right,.comment-content table thead th.has-text-align-right,.entry-content>table tbody th.has-text-align-right,.comment-content table tbody th.has-text-align-right{text-align:right}.entry-content>table thead th.has-text-align-center,.comment-content table thead th.has-text-align-center,.entry-content>table tbody th.has-text-align-center,.comment-content table tbody th.has-text-align-center{text-align:center}.entry-content>table.has-text-color thead th,.comment-content table.has-text-color thead th,.entry-content>table.has-text-color tbody th,.comment-content table.has-text-color tbody th,.entry-content>table.has-text-color tfoot td,.comment-content table.has-text-color tfoot td{border-color:currentColor;color:inherit}.entry-content>table.has-text-color td,.comment-content table.has-text-color td{border-color:currentColor}.entry-content>dl dt,.comment-content dl dt{color:#222;fill:#222}.wp-block-cover{color:#fff}.wp-block-cover:not(.alignfull):not(.alignwide),.wp-block-cover:not(.alignfull):not(.alignwide):before,.wp-block-cover:not(.alignfull):not(.alignwide) .wp-block-cover__video-background,.wp-block-cover:not(.alignfull):not(.alignwide) .wp-block-cover__gradient-background,.wp-block-cover:not(.alignfull):not(.alignwide) .wp-block-cover__image-background{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.wp-block-cover .wp-block-cover__inner-container{max-width:1300px}.wp-block-cover h2{padding-left:0;padding-right:0;margin-left:auto;margin-right:auto}.wp-block-cover strong{color:inherit}.wp-block-cover p{margin-bottom:1.5rem}@media all and (min-width:600px){.wp-block-cover.alignwide,.wp-block-cover.alignwide:before,.wp-block-cover.alignwide .wp-block-cover__video-background,.wp-block-cover.alignwide .wp-block-cover__gradient-background,.wp-block-cover.alignwide .wp-block-cover__image-background{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}}@supports (-webkit-touch-callout :none){.wp-block-cover-image.has-parallax{background-attachment:scroll}}@supports not (-webkit-touch-callout :none){.wp-block-cover-image.has-parallax{background-attachment:fixed}}@supports (-webkit-touch-callout :none){.wp-block-cover.has-parallax{background-attachment:scroll}}@supports not (-webkit-touch-callout :none){.wp-block-cover.has-parallax{background-attachment:fixed}}.wp-block-columns .wp-block-cover{height:100%}.wp-block-columns .wp-block-cover:not(:first-child),.wp-block-columns .wp-block-cover:not(:last-child),.wp-block-columns .wp-block-cover-image:not(:first-child),.wp-block-columns .wp-block-cover-image:not(:last-child){height:auto}.wp-block-media-text.has-background{padding-left:0px!important;padding-right:0px!important}.wp-block-media-text .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content{min-width:0}.wp-block-media-text .wp-block-media-text__content p{margin-bottom:1.5rem}.wp-block-media-text:not(.has-background) .wp-block-media-text__media img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.wp-block-media-text.has-background:not(.alignfull):not(.alignwide){-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;overflow:hidden}@media all and (min-width:600px){.wp-block-media-text.has-background.alignwide{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;overflow:hidden}}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{padding-top:1.5em}}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{display:block}}.wp-block-query.has-background{padding:20px!important}.wp-block-query ul:not(.alignwide):not(.alignfull){margin-left:0!important}.wp-block-query .is-flex-container .alignwide,.wp-block-query .is-flex-container .alignfull{width:auto!important;max-width:none!important;margin-left:0!important;left:0!important;padding-left:0!important;padding-right:0!important}.citadela-block-page-title .page-title .entry-header{max-width:none}.citadela-block-page-title.align-center .page-title .entry-header:before{left:50%;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.citadela-block-page-title.align-right .page-title .entry-header:before{left:auto;right:0}.citadela-block-page-title.hidden-separator .page-title .entry-header:before{display:none}.citadela-block-page-title.hidden-separator .page-title .entry-header{margin-bottom:0}.citadela-block-page-title.hidden-separator .page-title .entry-subtitle p{margin-bottom:0}.citadela-block-service.has-bg{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.citadela-block-service.header-type-image-as-icon .service-image img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-block-service.header-type-image:not(.has-bg) .service-image img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.citadela-block-service.layout-box.header-type-image.has-bg .service-image img{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.citadela-block-service.layout-list.header-type-image .service-image{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.citadela-block-service.layout-list.narrow.header-type-image.has-bg .service-image{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.citadela-block-service.layout-list.standard.header-type-image.has-bg .service-image{-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.citadela-block-service .service-title{font-size:1.4em;line-height:1.3;font-weight:700}.citadela-block-service .service-description{font-size:.9em}.citadela-block-service .service-readmore-text{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;line-height:1.3}.citadela-block-service a{text-decoration:none}.citadela-block-service a:hover .service-readmore-text{text-decoration:underline}.citadela-block-service .service-icon i{color:#000}.citadela-block-price-table .price-table-content{border:none;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.citadela-block-price-table .price-table-header{position:relative;padding:40px 20px 40px 20px;background-color:rgb(34 34 34 / .6);color:#fff;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.citadela-block-price-table .price-table-header .title-part .featured-text{position:absolute;bottom:calc(100% - 15px);background:#000;color:#fff;fill:#fff;padding:7px 20px;text-align:center;margin:0;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.75em;line-height:1.3;max-width:70%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-block-price-table .price-table-header .title-part .featured-text:before{display:none}.citadela-block-price-table.align-center .price-table-header .title-part .featured-text{-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.citadela-block-price-table.align-right .price-table-header .title-part .featured-text{left:20px}.citadela-block-price-table.align-left .price-table-header .title-part .featured-text{right:20px}.citadela-block-price-table:not(.is-featured){margin-top:10px}.citadela-block-price-table.is-featured{margin-top:10px}.citadela-block-price-table.is-featured .price-table-header{padding-top:50px}.citadela-block-price-table .price-table-header .title-part h3{font-size:2em;line-height:1.3;font-weight:700}.citadela-block-price-table .price-table-header .title-part .subtitle-text{font-size:.9em;line-height:1.3;margin-top:.3em;opacity:.6}.citadela-block-price-table .price-table-header .price-part{font-size:2em;line-height:1.3}.citadela-block-price-table .price-table-header .price-part .old-price{opacity:.6}.citadela-block-price-table .price-table-body{border:1px solid;border-color:rgb(34 34 34 / .1);border-top-width:0;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.citadela-block-price-table .price-table-body .rows-part{padding:10px 0}.citadela-block-price-table .price-table-body .row-text{border-bottom:1px solid;border-color:rgb(34 34 34 / .1)}.citadela-block-price-table:not(.with-button) .price-table-body .row-text:last-child{border-bottom:none}.citadela-block-price-table .price-table-body .button-part{margin-bottom:1.5em}.citadela-block-price-table .price-table-body .button-part .readmore-button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.citadela-block-price-table .price-table-body .button-part .readmore-button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}@media all and (min-width:600px){.citadela-block-price-table .price-table-header,.citadela-block-price-table .price-table-body{padding-left:7%;padding-right:7%}.citadela-block-price-table.is-featured{margin-top:0}}.citadela-block-opening-hours .oh-label{color:#222;fill:#222;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;font-weight:400;align-self:center}.citadela-block-opening-hours .oh-label p{margin:.5em 0}.citadela-block-opening-hours .oh-data p{margin:.4em 0;line-height:1.3}.citadela-block-opening-hours.layout-list .oh-day{border-color:rgb(34 34 34 / .1)}.citadela-block-opening-hours.layout-list .oh-day:last-child{border-color:rgb(34 34 34 / .1)}.citadela-block-opening-hours.layout-list.align-left .oh-day,.citadela-block-opening-hours.layout-list.align-right .oh-day{padding-left:20px}.citadela-block-opening-hours.layout-list .oh-day:before{content:"";display:block;position:absolute;top:13px;bottom:14px;left:0;border-left:3px solid #000}.citadela-block-opening-hours.layout-list.align-center .oh-day:before{display:none}@media all and (min-width:400px){.citadela-block-opening-hours.layout-list.layout-list.align-center .oh-day:before{display:block;left:50%;margin-left:-2px}}.citadela-block-opening-hours.layout-box{margin-left:-2px;margin-right:-2px}.citadela-block-opening-hours.layout-box .oh-day{margin:2px;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-block-opening-hours.layout-box .oh-data p{margin-top:.6em}@media all and (min-width:600px){.wp-block-column .citadela-block-opening-hours.layout-list.align-center .oh-day:before{display:none}}.citadela-block-responsive-text:not([class*='weight-']) h1,.citadela-block-responsive-text:not([class*='weight-']) h2,.citadela-block-responsive-text:not([class*='weight-']) h3,.citadela-block-responsive-text:not([class*='weight-']) h4,.citadela-block-responsive-text:not([class*='weight-']) h5,.citadela-block-responsive-text:not([class*='weight-']) h6{font-weight:700}.ctdl-item-featured-image .ft-image img{vertical-align:top;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-item-featured-image .ft-image-caption{font-size:.75em}.ctdl-item-featured-image:not(.cover-height) .ft-image-caption{border-left:3px solid #000;padding:5px 0 5px 17px;margin-top:.5em}.ctdl-item-featured-image.align-center:not(.cover-height) .ft-image-caption{border-left:none;padding:5px 0 5px 0}.ctdl-item-featured-image.align-right:not(.cover-height) .ft-image-caption{border-left:none;border-right:3px solid #000;padding:5px 17px 5px 0}.ctdl-item-featured-image .ft-image-caption p{margin:0}.ctdl-item-featured-image.cover-height .ft-image-caption{-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;padding:5px 20px 5px 20px}.ctdl-directory-search-form .citadela-block-form,.ctdl-posts-search-form .citadela-block-form{text-align:center}.ctdl-directory-search-form .search-form,.ctdl-posts-search-form .search-form{font-size:17px;line-height:24px;display:inline-flex;text-align:left;border:1px solid;border-color:rgb(34 34 34 / .1);padding-top:6px;border-radius:40px;background:#fff;-moz-box-shadow:0 1px 15px rgb(0 0 0 / .1);-webkit-box-shadow:0 1px 15px rgb(0 0 0 / .1);box-shadow:0 1px 15px rgb(0 0 0 / .1)}.ctdl-directory-search-form.border-none .search-form,.ctdl-posts-search-form.border-none .search-form{border-width:0}.ctdl-directory-search-form.border-thick .search-form,.ctdl-posts-search-form.border-thick .search-form{border-width:2px}.ctdl-directory-search-form .data-submit,.ctdl-posts-search-form .data-submit{padding-left:12px}.ctdl-directory-search-form .input-container,.ctdl-posts-search-form .input-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ctdl-directory-search-form .input-data,.ctdl-posts-search-form .input-data{position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ctdl-directory-search-form .input-container .directory-search-form-select__input>input,.ctdl-posts-search-form .input-container .directory-search-form-select__input>input{height:25px}.ctdl-directory-search-form .input-container .directory-search-form-select__menu,.ctdl-posts-search-form .input-container .directory-search-form-select__menu{line-height:1.5;background:#fff;left:-8px;margin-left:0;margin-top:7px;overflow:visible;border-width:0;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1);-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.ctdl-directory-search-form.border-none .input-container .directory-search-form-select__menu,.ctdl-posts-search-form.border-none .input-container .directory-search-form-select__menu{margin-top:6px}.ctdl-directory-search-form.border-thick .input-container .directory-search-form-select__menu,.ctdl-posts-search-form.border-thick .input-container .directory-search-form-select__menu{margin-top:8px}.ctdl-directory-search-form .input-container .directory-search-form-select__menu-list,.ctdl-posts-search-form .input-container .directory-search-form-select__menu-list{padding:12px 0;padding-left:3px;margin-left:-3px}.ctdl-directory-search-form .input-container .directory-search-form-select__option,.ctdl-posts-search-form .input-container .directory-search-form-select__option{padding:6px 20px;color:rgb(34 34 34 / .7);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;position:relative}.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-focused,.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-focused{color:#222;fill:#222;background:rgb(0 0 0 / .1)}.ctdl-directory-search-form .input-container .directory-search-form-select__option:before,.ctdl-posts-search-form .input-container .directory-search-form-select__option:before{content:"";display:block;position:absolute;top:0;bottom:0;right:100%;width:3px;background:#000;opacity:0;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-focused:before,.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-focused:before{opacity:1}.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-selected,.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-selected{background-color:#000;color:#fff;fill:#fff}.ctdl-directory-search-form .input-container.sf-button,.ctdl-posts-search-form .input-container.sf-button{margin-left:0;margin-right:0;max-width:100%}.ctdl-directory-search-form .input-container.sf-button button,.ctdl-posts-search-form .input-container.sf-button button{font-family:"Rubik";min-width:200px;max-width:100%;height:53px;border-radius:40px;margin:-7px -1px -7px 0px!important;font-size:17px}.ctdl-directory-search-form.border-none .input-container.sf-button button,.ctdl-posts-search-form.border-none .input-container.sf-button button{margin:-6px 0 -6px 0px!important;height:51px}.ctdl-directory-search-form.border-thick .input-container.sf-button button,.ctdl-posts-search-form.border-thick .input-container.sf-button button{margin:-8px -2px -8px 0px!important;height:55px}.ctdl-directory-search-form .input-container.sf-button button,.ctdl-posts-search-form .input-container.sf-button button,.ctdl-directory-search-form .input-container.sf-button button:hover,.ctdl-posts-search-form .input-container.sf-button button:hover,.ctdl-directory-search-form .input-container.sf-button button:focus,.ctdl-posts-search-form .input-container.sf-button button:focus{background-color:#000;border-color:#000;color:#fff;fill:#fff}.ctdl-directory-search-form .input-container label,.ctdl-posts-search-form .input-container label{display:block;position:absolute;top:50%;left:0;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);text-indent:-9999px;overflow:hidden;width:40px;color:#909090}.ctdl-directory-search-form .input-container label:before,.ctdl-posts-search-form .input-container label:before{display:block;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:0;font-family:'Font Awesome 5 Free';font-weight:900;font-size:19px}.ctdl-directory-search-form .input-container.keyword label:before,.ctdl-posts-search-form .input-container.keyword label:before{content:"\f002"}.ctdl-directory-search-form .input-container.category label:before,.ctdl-posts-search-form .input-container.category label:before{content:"\f07c"}.ctdl-directory-search-form .input-container.location label:before,.ctdl-posts-search-form .input-container.location label:before{content:"\f3c5"}.ctdl-directory-search-form .input-container label,.ctdl-posts-search-form .input-container label{color:#222}.ctdl-directory-search-form .input-container.input-disabled:not(.input-focused) label,.ctdl-posts-search-form .input-container.input-disabled:not(.input-focused) label{color:#909090}.ctdl-directory-search-form .input-container.keyword,.ctdl-posts-search-form .input-container.keyword{padding-left:6px}.ctdl-directory-search-form .input-container.keyword .input-data,.ctdl-posts-search-form .input-container.keyword .input-data{padding-left:30px}.ctdl-directory-search-form .input-container.keyword input[type="text"],.ctdl-posts-search-form .input-container.keyword input[type="text"]{width:210px;height:39px;font-family:"Rubik";font-size:17px;border-radius:40px}.ctdl-directory-search-form.align-justify .input-container.keyword input[type="text"],.ctdl-posts-search-form.align-justify .input-container.keyword input[type="text"]{width:100%}.ctdl-directory-search-form .input-container.keyword input[type="text"],.ctdl-posts-search-form .input-container.keyword input[type="text"],.ctdl-directory-search-form .input-container.keyword input[type="text"]:focus,.ctdl-posts-search-form .input-container.keyword input[type="text"]:focus,.ctdl-directory-search-form .input-container.keyword input[type="text"]:active,.ctdl-posts-search-form .input-container.keyword input[type="text"]:active{background-color:#fff0;border-color:#fff0;box-shadow:none;outline:none}.ctdl-directory-search-form .input-container.geolocation .geolocation-toggle,.ctdl-posts-search-form .input-container.geolocation .geolocation-toggle{border:none;background:none;height:39px}.ctdl-directory-search-form.radius-opened .input-container.geolocation .geolocation-toggle,.ctdl-posts-search-form.radius-opened .input-container.geolocation .geolocation-toggle{width:auto}.ctdl-directory-search-form .input-container.geolocation.input-disabled .geolocation-toggle,.ctdl-posts-search-form .input-container.geolocation.input-disabled .geolocation-toggle{width:40px}.ctdl-directory-search-form .input-container.geolocation label,.ctdl-posts-search-form .input-container.geolocation label{width:40px}.ctdl-directory-search-form .input-container.geolocation label:before,.ctdl-posts-search-form .input-container.geolocation label:before{opacity:1}.ctdl-directory-search-form .input-container.geolocation.input-enabled .radius-value,.ctdl-posts-search-form .input-container.geolocation.input-enabled .radius-value{line-height:39px;margin:0 10px 0 40px;color:#666}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius{margin-top:7px;border:none;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;background:#fff;max-width:calc(100vw - 50px);max-width:-webkit-calc(100vw - 50px)}.ctdl-directory-search-form.border-none .input-container.geolocation .geolocation-radius,.ctdl-posts-search-form.border-none .input-container.geolocation .geolocation-radius{margin-top:6px}.ctdl-directory-search-form.border-thick .input-container.geolocation .geolocation-radius,.ctdl-posts-search-form.border-thick .input-container.geolocation .geolocation-radius{margin-top:8px}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .label,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .label{font-size:.75em;line-height:1.3}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;margin:0 5px 6px 5px}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius:hover,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .cancel-geolocation,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .cancel-geolocation{font-size:14px;line-height:1.3}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-root,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-root{color:#000}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.Mui-focusVisible,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.Mui-focusVisible,.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb:hover,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb:hover{-moz-box-shadow:0 0 0 8px rgb(0 0 0 / .1);-webkit-box-shadow:0 0 0 8px rgb(0 0 0 / .1);box-shadow:0 0 0 8px rgb(0 0 0 / .1)}.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.MuiSlider-active,.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.MuiSlider-active{-moz-box-shadow:0 0 0 14px rgb(0 0 0 / .1);-webkit-box-shadow:0 0 0 14px rgb(0 0 0 / .1);box-shadow:0 0 0 14px rgb(0 0 0 / .1)}.ctdl-directory-search-form .input-container.advanced-filters .filters-toggle,.ctdl-posts-search-form .input-container.advanced-filters .filters-toggle{border:none;background:none;width:40px;height:39px}.ctdl-directory-search-form .input-container.advanced-filters label,.ctdl-posts-search-form .input-container.advanced-filters label{width:40px}.ctdl-directory-search-form .input-container.advanced-filters label:before,.ctdl-posts-search-form .input-container.advanced-filters label:before{opacity:1}.ctdl-directory-search-form .ctdl-directory-advanced-filters,.ctdl-posts-search-form .ctdl-directory-advanced-filters{border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:#fff;color:rgb(34 34 34 / .7);padding:20px 20px 14px 20px}.ctdl-directory-search-form .ctdl-directory-advanced-filters .citadela-block-header .citadela-block-title,.ctdl-posts-search-form .ctdl-directory-advanced-filters .citadela-block-header .citadela-block-title{color:rgb(34 34 34 / .7)}.ctdl-directory-search-form .ctdl-directory-advanced-filters .citadela-block-header .title,.ctdl-posts-search-form .ctdl-directory-advanced-filters .citadela-block-header .title{color:inherit!important;font-size:.9em;line-height:1.3;font-weight:400;margin-bottom:1rem}.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper,.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper{margin-top:1rem}.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters,.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;margin:0 5px 6px 5px;min-width:100px}.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters:hover,.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .cancel-filters,.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper .cancel-filters{font-size:14px;line-height:1.3}.ctdl-directory-search-form .input-container.category .input-data,.ctdl-posts-search-form .input-container.category .input-data,.ctdl-directory-search-form .input-container.location .input-data,.ctdl-posts-search-form .input-container.location .input-data{padding-left:30px}.ctdl-directory-search-form .input-container.category .directory-search-form-select__control,.ctdl-posts-search-form .input-container.category .directory-search-form-select__control,.ctdl-directory-search-form .input-container.location .directory-search-form-select__control,.ctdl-posts-search-form .input-container.location .directory-search-form-select__control{background:#fff0;border-color:#fff0;cursor:pointer}.ctdl-directory-search-form .input-container.category .directory-search-form-select__value-container,.ctdl-posts-search-form .input-container.category .directory-search-form-select__value-container,.ctdl-directory-search-form .input-container.location .directory-search-form-select__value-container,.ctdl-posts-search-form .input-container.location .directory-search-form-select__value-container{padding:2px 8px}.ctdl-directory-search-form .input-container.category .css-1uccc91-singleValue,.ctdl-posts-search-form .input-container.category .css-1uccc91-singleValue,.ctdl-directory-search-form .input-container.location .css-1uccc91-singleValue,.ctdl-posts-search-form .input-container.location .css-1uccc91-singleValue{color:#666}.ctdl-directory-search-form .input-container.category .directory-search-form-select__indicator-separator,.ctdl-posts-search-form .input-container.category .directory-search-form-select__indicator-separator,.ctdl-directory-search-form .input-container.location .directory-search-form-select__indicator-separator,.ctdl-posts-search-form .input-container.location .directory-search-form-select__indicator-separator,.ctdl-directory-search-form .input-container.category .directory-search-form-select__dropdown-indicator,.ctdl-posts-search-form .input-container.category .directory-search-form-select__dropdown-indicator,.ctdl-directory-search-form .input-container.location .directory-search-form-select__dropdown-indicator,.ctdl-posts-search-form .input-container.location .directory-search-form-select__dropdown-indicator{display:none}.ctdl-directory-search-form .input-container.category.input-disabled .directory-search-form-select__indicator-separator,.ctdl-posts-search-form .input-container.category.input-disabled .directory-search-form-select__indicator-separator,.ctdl-directory-search-form .input-container.location.input-disabled .directory-search-form-select__indicator-separator,.ctdl-posts-search-form .input-container.location.input-disabled .directory-search-form-select__indicator-separator{display:none}.ctdl-directory-search-form .input-container.category.input-disabled .directory-search-form-select__indicators,.ctdl-posts-search-form .input-container.category.input-disabled .directory-search-form-select__indicators,.ctdl-directory-search-form .input-container.location.input-disabled .directory-search-form-select__indicators,.ctdl-posts-search-form .input-container.location.input-disabled .directory-search-form-select__indicators,.ctdl-directory-search-form .input-container.category.input-disabled .directory-search-form-select__indicator,.ctdl-posts-search-form .input-container.category.input-disabled .directory-search-form-select__indicator,.ctdl-directory-search-form .input-container.location.input-disabled .directory-search-form-select__indicator,.ctdl-posts-search-form .input-container.location.input-disabled .directory-search-form-select__indicator{width:100%;opacity:0}.ctdl-directory-search-form .input-container.category.input-disabled:not(.input-focused),.ctdl-posts-search-form .input-container.category.input-disabled:not(.input-focused),.ctdl-directory-search-form .input-container.location.input-disabled:not(.input-focused),.ctdl-posts-search-form .input-container.location.input-disabled:not(.input-focused){width:40px;min-width:0;overflow:hidden}.ctdl-directory-search-form .input-container.category.input-disabled:not(.input-focused) .input-data,.ctdl-posts-search-form .input-container.category.input-disabled:not(.input-focused) .input-data,.ctdl-directory-search-form .input-container.location.input-disabled:not(.input-focused) .input-data,.ctdl-posts-search-form .input-container.location.input-disabled:not(.input-focused) .input-data{padding-left:0}.ctdl-directory-search-form .input-container.category.input-disabled:not(.input-focused) .directory-search-form-select,.ctdl-posts-search-form .input-container.category.input-disabled:not(.input-focused) .directory-search-form-select,.ctdl-directory-search-form .input-container.location.input-disabled:not(.input-focused) .directory-search-form-select,.ctdl-posts-search-form .input-container.location.input-disabled:not(.input-focused) .directory-search-form-select{opacity:0}.ctdl-directory-search-form:not(.layout-collapsed) .search-form,.ctdl-posts-search-form:not(.layout-collapsed) .search-form{margin-left:0;margin-right:0}.ctdl-directory-search-form.layout-collapsed .search-form,.ctdl-posts-search-form.layout-collapsed .search-form{display:block;border-width:0;padding:0;border-radius:0;background:none;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ctdl-directory-search-form.layout-collapsed .data-type-1,.ctdl-posts-search-form.layout-collapsed .data-type-1{display:block}.ctdl-directory-search-form.layout-collapsed .data-type-2,.ctdl-posts-search-form.layout-collapsed .data-type-2{display:inline-block}.ctdl-directory-search-form.layout-collapsed .data-submit,.ctdl-posts-search-form.layout-collapsed .data-submit{padding-left:0}.ctdl-directory-search-form.layout-collapsed .input-container,.ctdl-posts-search-form.layout-collapsed .input-container{display:inline-block;text-align:left}.ctdl-directory-search-form.layout-collapsed .input-container:not(.sf-button),.ctdl-posts-search-form.layout-collapsed .input-container:not(.sf-button){padding:6px 6px 6px 6px;border:1px solid;border-color:rgb(34 34 34 / .1);border-radius:40px;background:#fff;-moz-box-shadow:0 1px 15px rgb(0 0 0 / .1);-webkit-box-shadow:0 1px 15px rgb(0 0 0 / .1);box-shadow:0 1px 15px rgb(0 0 0 / .1)}.ctdl-directory-search-form.layout-collapsed.border-none .input-container:not(.sf-button),.ctdl-posts-search-form.layout-collapsed.border-none .input-container:not(.sf-button){border-width:0}.ctdl-directory-search-form.layout-collapsed.border-thick .input-container:not(.sf-button),.ctdl-posts-search-form.layout-collapsed.border-thick .input-container:not(.sf-button){border-width:2px}.ctdl-directory-search-form.layout-collapsed .input-container.keyword,.ctdl-posts-search-form.layout-collapsed .input-container.keyword{display:block}.ctdl-directory-search-form.layout-collapsed .input-container.sf-button,.ctdl-posts-search-form.layout-collapsed .input-container.sf-button{margin-left:3px;margin-right:3px;max-width:calc(100% - 6px)}.ctdl-directory-search-form.layout-collapsed .input-container.sf-button button,.ctdl-posts-search-form.layout-collapsed .input-container.sf-button button{margin:0px!important;width:200px;min-width:0}.ctdl-directory-search-form.layout-collapsed .input-container.keyword input[type="text"],.ctdl-posts-search-form.layout-collapsed .input-container.keyword input[type="text"]{width:100%}.ctdl-directory-search-form.layout-collapsed .input-container.category.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed .input-container.category.input-disabled:not(.input-focused),.ctdl-directory-search-form.layout-collapsed .input-container.location.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed .input-container.location.input-disabled:not(.input-focused),.ctdl-directory-search-form.layout-collapsed .input-container.geolocation.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed .input-container.geolocation.input-disabled:not(.input-focused){width:53px}.ctdl-directory-search-form.layout-collapsed.border-none .input-container.category.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed.border-none .input-container.category.input-disabled:not(.input-focused),.ctdl-directory-search-form.layout-collapsed.border-none .input-container.location.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed.border-none .input-container.location.input-disabled:not(.input-focused),.ctdl-directory-search-form.layout-collapsed.border-none .input-container.geolocation.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed.border-none .input-container.geolocation.input-disabled:not(.input-focused){width:51px}.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.category.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.category.input-disabled:not(.input-focused),.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.location.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.location.input-disabled:not(.input-focused),.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.geolocation.input-disabled:not(.input-focused),.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.geolocation.input-disabled:not(.input-focused){width:55px}.ctdl-directory-search-form.layout-collapsed .input-container .directory-search-form-select__menu,.ctdl-posts-search-form.layout-collapsed .input-container .directory-search-form-select__menu,.ctdl-directory-search-form.layout-collapsed.border-none .input-container .directory-search-form-select__menu,.ctdl-posts-search-form.layout-collapsed.border-none .input-container .directory-search-form-select__menu,.ctdl-directory-search-form.layout-collapsed.border-thick .input-container .directory-search-form-select__menu,.ctdl-posts-search-form.layout-collapsed.border-thick .input-container .directory-search-form-select__menu,.ctdl-directory-search-form.layout-collapsed .input-container.geolocation .geolocation-radius,.ctdl-posts-search-form.layout-collapsed .input-container.geolocation .geolocation-radius,.ctdl-directory-search-form.layout-collapsed.border-none .input-container.geolocation .geolocation-radius,.ctdl-posts-search-form.layout-collapsed.border-none .input-container.geolocation .geolocation-radius,.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.geolocation .geolocation-radius,.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.geolocation .geolocation-radius{margin-top:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-search-form.layout-collapsed.radius-opened .input-container.geolocation .geolocation-toggle,.ctdl-posts-search-form.layout-collapsed.radius-opened .input-container.geolocation .geolocation-toggle{width:250px}.ctdl-directory-search-form.shadow-none .search-form,.ctdl-posts-search-form.shadow-none .search-form,.ctdl-directory-search-form.shadow-none .input-container,.ctdl-posts-search-form.shadow-none .input-container{box-shadow:none!important}.ctdl-directory-search-form.shadow-custom.layout-collapsed .search-form,.ctdl-posts-search-form.shadow-custom.layout-collapsed .search-form{box-shadow:none!important}.ctdl-directory-search-form.shadow-custom:not(.layout-collapsed) .input-container,.ctdl-posts-search-form.shadow-custom:not(.layout-collapsed) .input-container{box-shadow:none!important}.ctdl-directory-search-form.has-background .citadela-block-form,.ctdl-posts-search-form.has-background .citadela-block-form{background-color:rgb(34 34 34 / .05);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-search-form.has-background-collapsed:not(.layout-collapsed) .citadela-block-form,.ctdl-posts-search-form.has-background-collapsed:not(.layout-collapsed) .citadela-block-form{background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form{background-color:rgb(34 34 34 / .05);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-automatic-directory-google-map .ctdl-directory-search-form.align-justify .citadela-block-form,.ctdl-directory-google-map .ctdl-directory-search-form.align-justify .citadela-block-form,.ctdl-posts-map .ctdl-directory-search-form.align-justify .citadela-block-form,.ctdl-automatic-posts-map .ctdl-directory-search-form.align-justify .citadela-block-form,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.align-justify .citadela-block-form,.ctdl-directory-google-map .ctdl-posts-search-form.align-justify .citadela-block-form,.ctdl-posts-map .ctdl-posts-search-form.align-justify .citadela-block-form,.ctdl-automatic-posts-map .ctdl-posts-search-form.align-justify .citadela-block-form{max-width:1300px}@media all and (max-width:599px){.ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background,.ctdl-directory-google-map .ctdl-directory-search-form.has-background,.ctdl-posts-map .ctdl-directory-search-form.has-background,.ctdl-automatic-posts-map .ctdl-directory-search-form.has-background,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background,.ctdl-directory-google-map .ctdl-posts-search-form.has-background,.ctdl-posts-map .ctdl-posts-search-form.has-background,.ctdl-automatic-posts-map .ctdl-posts-search-form.has-background,.ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,.ctdl-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,.ctdl-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,.ctdl-automatic-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed,.ctdl-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed,.ctdl-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed,.ctdl-automatic-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed{margin-top:0;margin-left:0;margin-right:0}.ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background .citadela-block-form,.ctdl-directory-google-map .ctdl-directory-search-form.has-background .citadela-block-form,.ctdl-posts-map .ctdl-directory-search-form.has-background .citadela-block-form,.ctdl-automatic-posts-map .ctdl-directory-search-form.has-background .citadela-block-form,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background .citadela-block-form,.ctdl-directory-google-map .ctdl-posts-search-form.has-background .citadela-block-form,.ctdl-posts-map .ctdl-posts-search-form.has-background .citadela-block-form,.ctdl-automatic-posts-map .ctdl-posts-search-form.has-background .citadela-block-form,.ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-automatic-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,.ctdl-automatic-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-directory-google-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-posts-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-automatic-posts-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-directory-google-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-posts-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-automatic-posts-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,.ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-automatic-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,.ctdl-automatic-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}}.ctdl-item-opening-hours h2{font-size:1.6em;line-height:1.3;margin-bottom:1em;font-weight:700}.ctdl-item-opening-hours .oh-day{padding-left:20px;padding-top:8px;padding-bottom:8px;margin-bottom:0;border-top:1px solid;border-color:rgb(34 34 34 / .1);position:relative}.ctdl-item-opening-hours .oh-day:before{content:"";display:block;position:absolute;top:13px;bottom:14px;left:0;border-left:3px solid #000}.ctdl-item-opening-hours .oh-day p{margin:.2em 0}.ctdl-item-opening-hours .oh-day .oh-label{color:#222;fill:#222;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;font-weight:400;width:110px;align-self:center}.ctdl-item-opening-hours .oh-day .oh-label p{margin:.5em 0}.ctdl-item-opening-hours .oh-day .oh-data{font-weight:600;color:#000}.ctdl-item-opening-hours .citadela-block-articles-wrap{border-bottom:1px solid;border-color:rgb(34 34 34 / .1)}.ctdl-item-opening-hours .citadela-block-note{font-size:.75em;margin-top:1.5em;position:relative}.ctdl-item-contact-details h2{font-size:1.6em;line-height:1.3;margin-bottom:1em;font-weight:700}.ctdl-item-contact-details header+.citadela-block-articles{border-top:1px solid;border-color:rgb(34 34 34 / .1);padding-top:.8em}.ctdl-item-contact-details .cd-info .cd-label{color:#222;fill:#222;font-weight:700}.ctdl-item-contact-details .cd-info .cd-label p{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;letter-spacing:0;margin-right:6px}.ctdl-item-contact-form h2{font-size:1.6em;line-height:1.3;margin-bottom:1em;font-weight:700}.ctdl-item-contact-form .contact-form{position:relative}.ctdl-item-contact-form .input-container:not(.sf-button) textarea{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;width:100%!important;height:171px;display:block}.ctdl-item-contact-form .input-container:not(.sf-button) textarea:focus{background-color:rgb(34 34 34 / .05)}.ctdl-item-contact-form .input-container:not(.sf-button) input[type="text"],.ctdl-item-contact-form .input-container:not(.sf-button) input[type="email"]{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-item-contact-form .input-container:not(.sf-button) input[type="text"]:focus,.ctdl-item-contact-form .input-container:not(.sf-button) input[type="email"]:focus{background-color:rgb(34 34 34 / .05)}.ctdl-item-contact-form .input-container .input-help{position:relative;padding-left:1.5em;font-size:.9em;padding-bottom:.3em;margin-top:.2em}.ctdl-item-contact-form .input-container .input-help:before{color:#000;content:"\f059";font-family:'Font Awesome 5 Free';font-weight:900;font-weight:400;font-size:1em;margin-top:.05em;display:block;text-indent:0;position:absolute;top:0;left:0}.ctdl-item-contact-form .input-container button[type="submit"]{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.ctdl-item-contact-form .input-container button[type="submit"]:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-contact-form .input-container.sf-button{margin-top:1em}.ctdl-item-contact-form .input-container.sf-button i{margin-left:10px}.ctdl-item-contact-form .data-messages .msg{background:rgb(255 255 255 / .95);-moz-box-shadow:0 0 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 0 20px rgb(0 0 0 / .1);box-shadow:0 0 20px rgb(0 0 0 / .1);position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:1px solid;border-color:rgb(34 34 34 / .1)}.ctdl-item-contact-form .data-messages .msg p{position:absolute;top:50%;left:0;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;overflow:auto;margin:0;padding:40px}.ctdl-item-contact-form .data-messages .msg p:before{color:#000;font-family:'Font Awesome 5 Free';font-weight:900;font-weight:400;font-size:3.5em;margin-bottom:0em;display:block}.ctdl-item-contact-form .data-messages .msg.msg-success p:before{content:"\f058";color:#82c91e}.ctdl-item-contact-form .data-messages .msg.msg-error-user p:before{content:"\f556";color:#fd7e14}.ctdl-item-contact-form .data-messages .msg.msg-error-server p:before{content:"\f057";color:#ff3c3c}.ctdl-item-gallery.layout-default .item-content{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ctdl-item-gallery.layout-default .item-content .item-thumbnail{overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-item-gallery.layout-default .item-content .item-thumbnail img{height:50vw;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-item-gallery.layout-default .item-content .item-thumbnail .caption{font-size:.75em}.ctdl-item-gallery.layout-default.caption-inside-image .item-content .item-thumbnail .caption{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.ctdl-item-gallery.layout-default.size-mini.caption-inside-image .item-content .item-thumbnail .caption{font-size:10px}.ctdl-directory-similar-items .no-results .page-content:before,.ctdl-directory-items-list .no-results .page-content:before,.ctdl-directory-search-results .no-results .page-content:before,.ctdl-posts-search-results .no-results .page-content:before,.ctdl-blog-posts .no-results .page-content:before,.ctdl-posts .no-results .page-content:before{display:inline-block;content:"\f05e";color:#000;font-family:'Font Awesome 5 Free';font-weight:900;font-size:3.5em}.ctdl-directory-similar-items .citadela-block-title h2,.ctdl-directory-items-list .citadela-block-title h2,.ctdl-directory-search-results .citadela-block-title h2,.ctdl-posts-search-results .citadela-block-title h2,.ctdl-blog-posts .citadela-block-title h2,.ctdl-posts .citadela-block-title h2{font-size:1.6em;line-height:1.3;font-weight:700}.ctdl-directory-similar-items article,.ctdl-directory-items-list article,.ctdl-directory-search-results article,.ctdl-posts-search-results article,.ctdl-blog-posts article,.ctdl-posts article{margin-bottom:0}.ctdl-directory-similar-items article.sticky .item-title .post-title:after,.ctdl-directory-items-list article.sticky .item-title .post-title:after,.ctdl-directory-search-results article.sticky .item-title .post-title:after,.ctdl-posts-search-results article.sticky .item-title .post-title:after,.ctdl-blog-posts article.sticky .item-title .post-title:after,.ctdl-posts article.sticky .item-title .post-title:after{font-family:'Font Awesome 5 Free';font-weight:900;font-size:.7em;display:inline-block;vertical-align:top;content:"\f005";color:#000;margin:.25em 0 0 .3em}.ctdl-directory-similar-items .item-content,.ctdl-directory-items-list .item-content,.ctdl-directory-search-results .item-content,.ctdl-posts-search-results .item-content,.ctdl-blog-posts .item-content,.ctdl-posts .item-content{height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:1.5em;overflow:hidden}.ctdl-directory-similar-items .item-content .item-thumbnail,.ctdl-directory-items-list .item-content .item-thumbnail,.ctdl-directory-search-results .item-content .item-thumbnail,.ctdl-posts-search-results .item-content .item-thumbnail,.ctdl-blog-posts .item-content .item-thumbnail,.ctdl-posts .item-content .item-thumbnail{position:relative;overflow:hidden}.ctdl-directory-similar-items .item-content .item-thumbnail img,.ctdl-directory-items-list .item-content .item-thumbnail img,.ctdl-directory-search-results .item-content .item-thumbnail img,.ctdl-posts-search-results .item-content .item-thumbnail img,.ctdl-blog-posts .item-content .item-thumbnail img,.ctdl-posts .item-content .item-thumbnail img{width:100%;object-fit:cover}.ctdl-directory-similar-items .item-content .item-title .post-title,.ctdl-directory-items-list .item-content .item-title .post-title,.ctdl-directory-search-results .item-content .item-title .post-title,.ctdl-posts-search-results .item-content .item-title .post-title,.ctdl-blog-posts .item-content .item-title .post-title,.ctdl-posts .item-content .item-title .post-title{font-family:"Manrope";color:#222;fill:#222;font-size:1.4em;line-height:1.3;font-weight:700}.ctdl-directory-similar-items .item-content .item-title .post-subtitle,.ctdl-directory-items-list .item-content .item-title .post-subtitle,.ctdl-directory-search-results .item-content .item-title .post-subtitle,.ctdl-posts-search-results .item-content .item-title .post-subtitle,.ctdl-blog-posts .item-content .item-title .post-subtitle,.ctdl-posts .item-content .item-title .post-subtitle{color:#000;font-size:.9em;line-height:1.3}.ctdl-directory-similar-items .item-content .item-rating-wrapper .rating-stars,.ctdl-directory-items-list .item-content .item-rating-wrapper .rating-stars,.ctdl-directory-search-results .item-content .item-rating-wrapper .rating-stars,.ctdl-posts-search-results .item-content .item-rating-wrapper .rating-stars,.ctdl-blog-posts .item-content .item-rating-wrapper .rating-stars,.ctdl-posts .item-content .item-rating-wrapper .rating-stars{color:inherit!important}.ctdl-directory-similar-items .item-content .item-rating-wrapper .rating-stars:before,.ctdl-directory-items-list .item-content .item-rating-wrapper .rating-stars:before,.ctdl-directory-search-results .item-content .item-rating-wrapper .rating-stars:before,.ctdl-posts-search-results .item-content .item-rating-wrapper .rating-stars:before,.ctdl-blog-posts .item-content .item-rating-wrapper .rating-stars:before,.ctdl-posts .item-content .item-rating-wrapper .rating-stars:before{opacity:.4}.ctdl-directory-similar-items .item-content .item-rating-wrapper .rating-stars-value,.ctdl-directory-items-list .item-content .item-rating-wrapper .rating-stars-value,.ctdl-directory-search-results .item-content .item-rating-wrapper .rating-stars-value,.ctdl-posts-search-results .item-content .item-rating-wrapper .rating-stars-value,.ctdl-blog-posts .item-content .item-rating-wrapper .rating-stars-value,.ctdl-posts .item-content .item-rating-wrapper .rating-stars-value{color:#ffc439}.ctdl-directory-similar-items .item-content .item-description p,.ctdl-directory-items-list .item-content .item-description p,.ctdl-directory-search-results .item-content .item-description p,.ctdl-posts-search-results .item-content .item-description p,.ctdl-blog-posts .item-content .item-description p,.ctdl-posts .item-content .item-description p{display:block;margin:0}.ctdl-directory-similar-items .item-content .item-description .more,.ctdl-directory-items-list .item-content .item-description .more,.ctdl-directory-search-results .item-content .item-description .more,.ctdl-posts-search-results .item-content .item-description .more,.ctdl-blog-posts .item-content .item-description .more,.ctdl-posts .item-content .item-description .more{display:none;margin-top:.8em}.ctdl-directory-similar-items .item-content .item-data .label,.ctdl-directory-items-list .item-content .item-data .label,.ctdl-directory-search-results .item-content .item-data .label,.ctdl-posts-search-results .item-content .item-data .label,.ctdl-blog-posts .item-content .item-data .label,.ctdl-posts .item-content .item-data .label{display:inline-block;color:#222;fill:#222;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;letter-spacing:0;margin-right:6px}.ctdl-directory-similar-items .item-content .item-footer,.ctdl-directory-items-list .item-content .item-footer,.ctdl-directory-search-results .item-content .item-footer,.ctdl-posts-search-results .item-content .item-footer,.ctdl-blog-posts .item-content .item-footer,.ctdl-posts .item-content .item-footer{border-top:1px solid;border-color:rgb(34 34 34 / .1)}.ctdl-directory-similar-items .item-content .item-data,.ctdl-directory-items-list .item-content .item-data,.ctdl-directory-search-results .item-content .item-data,.ctdl-posts-search-results .item-content .item-data,.ctdl-blog-posts .item-content .item-data,.ctdl-posts .item-content .item-data{border-top-width:0;border-bottom:1px solid;border-color:rgb(34 34 34 / .1)}.ctdl-directory-similar-items .item-content .item-data:last-child,.ctdl-directory-items-list .item-content .item-data:last-child,.ctdl-directory-search-results .item-content .item-data:last-child,.ctdl-posts-search-results .item-content .item-data:last-child,.ctdl-blog-posts .item-content .item-data:last-child,.ctdl-posts .item-content .item-data:last-child{border-bottom-width:0}.ctdl-directory-similar-items .item-content .item-data.address,.ctdl-directory-items-list .item-content .item-data.address,.ctdl-directory-search-results .item-content .item-data.address,.ctdl-posts-search-results .item-content .item-data.address,.ctdl-blog-posts .item-content .item-data.address,.ctdl-posts .item-content .item-data.address,.ctdl-directory-similar-items .item-content .item-data.web,.ctdl-directory-items-list .item-content .item-data.web,.ctdl-directory-search-results .item-content .item-data.web,.ctdl-posts-search-results .item-content .item-data.web,.ctdl-blog-posts .item-content .item-data.web,.ctdl-posts .item-content .item-data.web{padding:6px 0}.ctdl-directory-similar-items .item-content .item-data.categories,.ctdl-directory-items-list .item-content .item-data.categories,.ctdl-directory-search-results .item-content .item-data.categories,.ctdl-posts-search-results .item-content .item-data.categories,.ctdl-blog-posts .item-content .item-data.categories,.ctdl-posts .item-content .item-data.categories{padding:1.5em 0 0 0;border-bottom-width:0}.ctdl-directory-similar-items .item-content .item-data.categories .label,.ctdl-directory-items-list .item-content .item-data.categories .label,.ctdl-directory-search-results .item-content .item-data.categories .label,.ctdl-posts-search-results .item-content .item-data.categories .label,.ctdl-blog-posts .item-content .item-data.categories .label,.ctdl-posts .item-content .item-data.categories .label{display:none}.ctdl-directory-similar-items .item-content .item-data.categories .value,.ctdl-directory-items-list .item-content .item-data.categories .value,.ctdl-directory-search-results .item-content .item-data.categories .value,.ctdl-posts-search-results .item-content .item-data.categories .value,.ctdl-blog-posts .item-content .item-data.categories .value,.ctdl-posts .item-content .item-data.categories .value{color:#222;fill:#222;display:inline-block;max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.35em 1.5em;border-left:3px solid #000;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;text-decoration:none;vertical-align:top;margin-bottom:.2em}.ctdl-directory-similar-items .item-content .item-data.categories .value:after,.ctdl-directory-items-list .item-content .item-data.categories .value:after,.ctdl-directory-search-results .item-content .item-data.categories .value:after,.ctdl-posts-search-results .item-content .item-data.categories .value:after,.ctdl-blog-posts .item-content .item-data.categories .value:after,.ctdl-posts .item-content .item-data.categories .value:after{content:""}.ctdl-directory-similar-items .item-content .item-data.categories .value:hover,.ctdl-directory-items-list .item-content .item-data.categories .value:hover,.ctdl-directory-search-results .item-content .item-data.categories .value:hover,.ctdl-posts-search-results .item-content .item-data.categories .value:hover,.ctdl-blog-posts .item-content .item-data.categories .value:hover,.ctdl-posts .item-content .item-data.categories .value:hover{background:rgb(0 0 0 / .1)}.ctdl-directory-similar-items article.has-thumbnail.featured .item-content .item-thumbnail,.ctdl-directory-items-list article.has-thumbnail.featured .item-content .item-thumbnail,.ctdl-directory-search-results article.has-thumbnail.featured .item-content .item-thumbnail,.ctdl-posts-search-results article.has-thumbnail.featured .item-content .item-thumbnail,.ctdl-blog-posts article.has-thumbnail.featured .item-content .item-thumbnail,.ctdl-posts article.has-thumbnail.featured .item-content .item-thumbnail{position:relative;overflow:hidden}.ctdl-directory-similar-items article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-directory-items-list article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-directory-search-results article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-posts-search-results article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-blog-posts article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-posts article.has-thumbnail.featured .item-content .item-thumbnail:before{content:"\f005";font-family:'Font Awesome 5 Free';font-weight:900;display:block;text-align:center;background:#fff;width:7em;height:2em;font-size:.7em;line-height:2;color:#000;position:absolute;top:.8em;left:-1.7em;transform:rotate(-45deg);box-shadow:0 0 70px rgb(0 0 0 / .4)}.ctdl-directory-similar-items.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-directory-items-list.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-directory-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-posts-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-blog-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,.ctdl-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before{color:currentColor;box-shadow:0 0 70px currentColor}.ctdl-directory-similar-items.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,.ctdl-directory-items-list.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,.ctdl-directory-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,.ctdl-posts-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,.ctdl-blog-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,.ctdl-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before{content:"\f005";font-family:'Font Awesome 5 Free';font-weight:900;display:block;text-align:center;background:#fff;width:7em;height:2em;font-size:.7em;line-height:2;color:#000;position:absolute;top:.8em;left:-1.7em;transform:rotate(-45deg);box-shadow:0 0 70px rgb(0 0 0 / .4)}.ctdl-directory-similar-items.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,.ctdl-directory-items-list.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,.ctdl-directory-search-results.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,.ctdl-posts-search-results.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,.ctdl-blog-posts.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,.ctdl-posts.custom-text-color .item-content .item-rating-wrapper .rating-stars:before{opacity:.3}.ctdl-directory-similar-items.custom-decor-color .item-content .item-data.categories .value:hover,.ctdl-directory-items-list.custom-decor-color .item-content .item-data.categories .value:hover,.ctdl-directory-search-results.custom-decor-color .item-content .item-data.categories .value:hover,.ctdl-posts-search-results.custom-decor-color .item-content .item-data.categories .value:hover,.ctdl-blog-posts.custom-decor-color .item-content .item-data.categories .value:hover,.ctdl-posts.custom-decor-color .item-content .item-data.categories .value:hover{background:rgb(0 0 0 / .05)}.ctdl-directory-similar-items:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,.ctdl-directory-items-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,.ctdl-directory-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,.ctdl-posts-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,.ctdl-blog-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,.ctdl-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,.ctdl-directory-similar-items article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,.ctdl-directory-items-list article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,.ctdl-directory-search-results article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,.ctdl-posts-search-results article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,.ctdl-blog-posts article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,.ctdl-posts article:not(.has-locations):not(.has-address):not(.has-web) .item-footer{border-top:none;margin-top:0}.ctdl-directory-similar-items:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,.ctdl-directory-items-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,.ctdl-directory-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,.ctdl-posts-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,.ctdl-blog-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,.ctdl-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,.ctdl-directory-similar-items article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,.ctdl-directory-items-list article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,.ctdl-directory-search-results article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,.ctdl-posts-search-results article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,.ctdl-blog-posts article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,.ctdl-posts article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer{display:none}.ctdl-directory-similar-items.size-small .item-content .item-title .post-title,.ctdl-directory-items-list.size-small .item-content .item-title .post-title,.ctdl-directory-search-results.size-small .item-content .item-title .post-title,.ctdl-posts-search-results.size-small .item-content .item-title .post-title,.ctdl-blog-posts.size-small .item-content .item-title .post-title,.ctdl-posts.size-small .item-content .item-title .post-title{font-size:1.2em;line-height:1.3}.ctdl-directory-similar-items.size-small .item-content .item-title .post-subtitle,.ctdl-directory-items-list.size-small .item-content .item-title .post-subtitle,.ctdl-directory-search-results.size-small .item-content .item-title .post-subtitle,.ctdl-posts-search-results.size-small .item-content .item-title .post-subtitle,.ctdl-blog-posts.size-small .item-content .item-title .post-subtitle,.ctdl-posts.size-small .item-content .item-title .post-subtitle{font-size:.8em;line-height:1.3}.ctdl-directory-similar-items.size-small .item-content .item-description,.ctdl-directory-items-list.size-small .item-content .item-description,.ctdl-directory-search-results.size-small .item-content .item-description,.ctdl-posts-search-results.size-small .item-content .item-description,.ctdl-blog-posts.size-small .item-content .item-description,.ctdl-posts.size-small .item-content .item-description{font-size:.8em;line-height:1.3;line-height:1.5}.ctdl-directory-similar-items.size-small .item-content .item-data.location .label,.ctdl-directory-items-list.size-small .item-content .item-data.location .label,.ctdl-directory-search-results.size-small .item-content .item-data.location .label,.ctdl-posts-search-results.size-small .item-content .item-data.location .label,.ctdl-blog-posts.size-small .item-content .item-data.location .label,.ctdl-posts.size-small .item-content .item-data.location .label,.ctdl-directory-similar-items.size-small .item-content .item-data.address .label,.ctdl-directory-items-list.size-small .item-content .item-data.address .label,.ctdl-directory-search-results.size-small .item-content .item-data.address .label,.ctdl-posts-search-results.size-small .item-content .item-data.address .label,.ctdl-blog-posts.size-small .item-content .item-data.address .label,.ctdl-posts.size-small .item-content .item-data.address .label,.ctdl-directory-similar-items.size-small .item-content .item-data.web .label,.ctdl-directory-items-list.size-small .item-content .item-data.web .label,.ctdl-directory-search-results.size-small .item-content .item-data.web .label,.ctdl-posts-search-results.size-small .item-content .item-data.web .label,.ctdl-blog-posts.size-small .item-content .item-data.web .label,.ctdl-posts.size-small .item-content .item-data.web .label{display:none}.ctdl-directory-similar-items.size-small .item-content .item-data.location:before,.ctdl-directory-items-list.size-small .item-content .item-data.location:before,.ctdl-directory-search-results.size-small .item-content .item-data.location:before,.ctdl-posts-search-results.size-small .item-content .item-data.location:before,.ctdl-blog-posts.size-small .item-content .item-data.location:before,.ctdl-posts.size-small .item-content .item-data.location:before,.ctdl-directory-similar-items.size-small .item-content .item-data.address:before,.ctdl-directory-items-list.size-small .item-content .item-data.address:before,.ctdl-directory-search-results.size-small .item-content .item-data.address:before,.ctdl-posts-search-results.size-small .item-content .item-data.address:before,.ctdl-blog-posts.size-small .item-content .item-data.address:before,.ctdl-posts.size-small .item-content .item-data.address:before,.ctdl-directory-similar-items.size-small .item-content .item-data.web:before,.ctdl-directory-items-list.size-small .item-content .item-data.web:before,.ctdl-directory-search-results.size-small .item-content .item-data.web:before,.ctdl-posts-search-results.size-small .item-content .item-data.web:before,.ctdl-blog-posts.size-small .item-content .item-data.web:before,.ctdl-posts.size-small .item-content .item-data.web:before{font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;margin-right:.5em;width:1em;text-align:center}.ctdl-directory-similar-items.size-small .item-content .item-data.location:before,.ctdl-directory-items-list.size-small .item-content .item-data.location:before,.ctdl-directory-search-results.size-small .item-content .item-data.location:before,.ctdl-posts-search-results.size-small .item-content .item-data.location:before,.ctdl-blog-posts.size-small .item-content .item-data.location:before,.ctdl-posts.size-small .item-content .item-data.location:before{content:"\f3c5"}.ctdl-directory-similar-items.size-small .item-content .item-data.address:before,.ctdl-directory-items-list.size-small .item-content .item-data.address:before,.ctdl-directory-search-results.size-small .item-content .item-data.address:before,.ctdl-posts-search-results.size-small .item-content .item-data.address:before,.ctdl-blog-posts.size-small .item-content .item-data.address:before,.ctdl-posts.size-small .item-content .item-data.address:before{content:"\f015"}.ctdl-directory-similar-items.size-small .item-content .item-data.web:before,.ctdl-directory-items-list.size-small .item-content .item-data.web:before,.ctdl-directory-search-results.size-small .item-content .item-data.web:before,.ctdl-posts-search-results.size-small .item-content .item-data.web:before,.ctdl-blog-posts.size-small .item-content .item-data.web:before,.ctdl-posts.size-small .item-content .item-data.web:before{content:"\f0c1"}@media all and (min-width:600px){.ctdl-directory-similar-items .item-content,.ctdl-directory-items-list .item-content,.ctdl-directory-search-results .item-content,.ctdl-posts-search-results .item-content,.ctdl-blog-posts .item-content,.ctdl-posts .item-content{display:flex}.ctdl-directory-similar-items .item-content .item-thumbnail,.ctdl-directory-items-list .item-content .item-thumbnail,.ctdl-directory-search-results .item-content .item-thumbnail,.ctdl-posts-search-results .item-content .item-thumbnail,.ctdl-blog-posts .item-content .item-thumbnail,.ctdl-posts .item-content .item-thumbnail{flex:0 0 auto}.ctdl-directory-similar-items .item-content .item-body,.ctdl-directory-items-list .item-content .item-body,.ctdl-directory-search-results .item-content .item-body,.ctdl-posts-search-results .item-content .item-body,.ctdl-blog-posts .item-content .item-body,.ctdl-posts .item-content .item-body{flex:1 0 auto;display:flex;flex-direction:column}.ctdl-directory-similar-items .item-content .item-body .item-title,.ctdl-directory-items-list .item-content .item-body .item-title,.ctdl-directory-search-results .item-content .item-body .item-title,.ctdl-posts-search-results .item-content .item-body .item-title,.ctdl-blog-posts .item-content .item-body .item-title,.ctdl-posts .item-content .item-body .item-title{flex:0 0 auto}.ctdl-directory-similar-items .item-content .item-body .item-text,.ctdl-directory-items-list .item-content .item-body .item-text,.ctdl-directory-search-results .item-content .item-body .item-text,.ctdl-posts-search-results .item-content .item-body .item-text,.ctdl-blog-posts .item-content .item-body .item-text,.ctdl-posts .item-content .item-body .item-text{flex:0 0 auto}.ctdl-directory-similar-items .item-content .item-body .item-footer,.ctdl-directory-items-list .item-content .item-body .item-footer,.ctdl-directory-search-results .item-content .item-body .item-footer,.ctdl-posts-search-results .item-content .item-body .item-footer,.ctdl-blog-posts .item-content .item-body .item-footer,.ctdl-posts .item-content .item-body .item-footer{flex:1 0 auto;display:flex;flex-direction:column}.ctdl-directory-similar-items .item-content .item-body .item-footer>*,.ctdl-directory-items-list .item-content .item-body .item-footer>*,.ctdl-directory-search-results .item-content .item-body .item-footer>*,.ctdl-posts-search-results .item-content .item-body .item-footer>*,.ctdl-blog-posts .item-content .item-body .item-footer>*,.ctdl-posts .item-content .item-body .item-footer>*{flex:0 0 auto}.ctdl-directory-similar-items .item-content .item-body .item-footer>.categories,.ctdl-directory-items-list .item-content .item-body .item-footer>.categories,.ctdl-directory-search-results .item-content .item-body .item-footer>.categories,.ctdl-posts-search-results .item-content .item-body .item-footer>.categories,.ctdl-blog-posts .item-content .item-body .item-footer>.categories,.ctdl-posts .item-content .item-body .item-footer>.categories{margin-top:auto}}.ctdl-directory-similar-items.layout-box .item-content,.ctdl-directory-items-list.layout-box .item-content,.ctdl-directory-search-results.layout-box .item-content,.ctdl-posts-search-results.layout-box .item-content,.ctdl-blog-posts.layout-box .item-content,.ctdl-posts.layout-box .item-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail,.ctdl-blog-posts.layout-box .item-content .item-thumbnail,.ctdl-posts.layout-box .item-content .item-thumbnail{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box .item-content .item-thumbnail img,.ctdl-posts.layout-box .item-content .item-thumbnail img{width:100%;height:50vw}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date,.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date,.ctdl-posts.layout-box .item-content .item-thumbnail .item-date{display:inline-block;vertical-align:top;max-width:100%;line-height:1.2;text-align:center;position:absolute;top:0;left:0}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date a,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date a,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date a,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date a,.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date a,.ctdl-posts.layout-box .item-content .item-thumbnail .item-date a{display:block;background:#000;color:#fff;fill:#fff;padding:10px;min-width:4em;text-decoration:none;-moz-border-radius:3px 0;-webkit-border-radius:3px 0;border-radius:3px 0}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date span,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date span,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date span,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date span,.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date span,.ctdl-posts.layout-box .item-content .item-thumbnail .item-date span{display:block;margin:0}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date .item-date-day,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date .item-date-day,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-day,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-day,.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date .item-date-day,.ctdl-posts.layout-box .item-content .item-thumbnail .item-date .item-date-day{font-size:1.7em}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date .item-date-month,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date .item-date-month,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-month,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-month,.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date .item-date-month,.ctdl-posts.layout-box .item-content .item-thumbnail .item-date .item-date-month{font-size:.9em;text-transform:uppercase}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date .item-date-year,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date .item-date-year,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-year,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-year,.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date .item-date-year,.ctdl-posts.layout-box .item-content .item-thumbnail .item-date .item-date-year{font-size:.8em}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date,.ctdl-blog-posts.layout-box .item-content .item-title .item-date,.ctdl-posts.layout-box .item-content .item-title .item-date{display:inline-block;vertical-align:top;max-width:100%;line-height:1.3;text-align:center;margin-bottom:1em}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date a,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date a,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date a,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date a,.ctdl-blog-posts.layout-box .item-content .item-title .item-date a,.ctdl-posts.layout-box .item-content .item-title .item-date a{display:block;background:#000;color:#fff;fill:#fff;padding:5px 12px;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date a:after,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date a:after,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date a:after,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date a:after,.ctdl-blog-posts.layout-box .item-content .item-title .item-date a:after,.ctdl-posts.layout-box .item-content .item-title .item-date a:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date span,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date span,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date span,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date span,.ctdl-blog-posts.layout-box .item-content .item-title .item-date span,.ctdl-posts.layout-box .item-content .item-title .item-date span{display:inline-block}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-day,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-day,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-day,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-day,.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-day,.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-day{font-size:.9em;margin-right:6px}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-month,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-month,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-month,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-month,.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-month,.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-month{font-size:.9em;text-transform:uppercase;margin-right:4px}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-month:after,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-month:after,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-month:after,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-month:after,.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-month:after,.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-month:after{content:","}.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-year,.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-year,.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-year,.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-year,.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-year,.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-year{font-size:.9em}.ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}@media all and (max-width:399px){.ctdl-directory-similar-items.layout-box.custom-background-color .item-content,.ctdl-directory-items-list.layout-box.custom-background-color .item-content,.ctdl-directory-search-results.layout-box.custom-background-color .item-content,.ctdl-posts-search-results.layout-box.custom-background-color .item-content,.ctdl-blog-posts.layout-box.custom-background-color .item-content,.ctdl-posts.layout-box.custom-background-color .item-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-similar-items.layout-box.custom-background-color .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box.custom-background-color .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box.custom-background-color .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box.custom-background-color .item-content .item-thumbnail,.ctdl-blog-posts.layout-box.custom-background-color .item-content .item-thumbnail,.ctdl-posts.layout-box.custom-background-color .item-content .item-thumbnail,.ctdl-directory-similar-items.layout-box.custom-background-color .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.custom-background-color .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.custom-background-color .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.custom-background-color .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.custom-background-color .item-content .item-thumbnail img,.ctdl-posts.layout-box.custom-background-color .item-content .item-thumbnail img{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-directory-similar-items.layout-box.custom-background-color .item-content .item-body,.ctdl-directory-items-list.layout-box.custom-background-color .item-content .item-body,.ctdl-directory-search-results.layout-box.custom-background-color .item-content .item-body,.ctdl-posts-search-results.layout-box.custom-background-color .item-content .item-body,.ctdl-blog-posts.layout-box.custom-background-color .item-content .item-body,.ctdl-posts.layout-box.custom-background-color .item-content .item-body{padding:0 20px 0 20px}}@media all and (min-width:400px){.ctdl-directory-similar-items.layout-box .item-content,.ctdl-directory-items-list.layout-box .item-content,.ctdl-directory-search-results.layout-box .item-content,.ctdl-posts-search-results.layout-box .item-content,.ctdl-blog-posts.layout-box .item-content,.ctdl-posts.layout-box .item-content{border:1px solid;border-color:rgb(34 34 34 / .1)}.ctdl-directory-similar-items.layout-box.border-none .item-content,.ctdl-directory-items-list.layout-box.border-none .item-content,.ctdl-directory-search-results.layout-box.border-none .item-content,.ctdl-posts-search-results.layout-box.border-none .item-content,.ctdl-blog-posts.layout-box.border-none .item-content,.ctdl-posts.layout-box.border-none .item-content{border-width:0}.ctdl-directory-similar-items.layout-box.border-thick .item-content,.ctdl-directory-items-list.layout-box.border-thick .item-content,.ctdl-directory-search-results.layout-box.border-thick .item-content,.ctdl-posts-search-results.layout-box.border-thick .item-content,.ctdl-blog-posts.layout-box.border-thick .item-content,.ctdl-posts.layout-box.border-thick .item-content{border:2px solid;border-color:rgb(34 34 34 / .1)}.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box .item-content .item-thumbnail,.ctdl-blog-posts.layout-box .item-content .item-thumbnail,.ctdl-posts.layout-box .item-content .item-thumbnail{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-directory-similar-items.layout-box .item-content .item-body,.ctdl-directory-items-list.layout-box .item-content .item-body,.ctdl-directory-search-results.layout-box .item-content .item-body,.ctdl-posts-search-results.layout-box .item-content .item-body,.ctdl-blog-posts.layout-box .item-content .item-body,.ctdl-posts.layout-box .item-content .item-body{padding:0 29px 0 29px}.ctdl-directory-similar-items.layout-box.size-small .item-content .item-body,.ctdl-directory-items-list.layout-box.size-small .item-content .item-body,.ctdl-directory-search-results.layout-box.size-small .item-content .item-body,.ctdl-posts-search-results.layout-box.size-small .item-content .item-body,.ctdl-blog-posts.layout-box.size-small .item-content .item-body,.ctdl-posts.layout-box.size-small .item-content .item-body{padding:0 8% 0 8%}.ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content,.ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content,.ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}}@media all and (min-width:600px){.ctdl-directory-similar-items.layout-box .item-content,.ctdl-directory-items-list.layout-box .item-content,.ctdl-directory-search-results.layout-box .item-content,.ctdl-posts-search-results.layout-box .item-content,.ctdl-blog-posts.layout-box .item-content,.ctdl-posts.layout-box .item-content{display:flex;flex-direction:column}}.ctdl-directory-similar-items.layout-box.border-none:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-box.border-none:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-box.border-none:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-box.border-none:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-box.border-none:not(.custom-background-color) .item-content,.ctdl-posts.layout-box.border-none:not(.custom-background-color) .item-content{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-directory-similar-items.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-items-list.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-blog-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-similar-items.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail,.ctdl-blog-posts.layout-list .item-content .item-thumbnail,.ctdl-posts.layout-list .item-content .item-thumbnail{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list .item-content .item-thumbnail img,.ctdl-posts.layout-list .item-content .item-thumbnail img{width:100%;height:12em}.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date,.ctdl-directory-items-list.layout-list .item-content .item-title .item-date,.ctdl-directory-search-results.layout-list .item-content .item-title .item-date,.ctdl-posts-search-results.layout-list .item-content .item-title .item-date,.ctdl-blog-posts.layout-list .item-content .item-title .item-date,.ctdl-posts.layout-list .item-content .item-title .item-date{display:inline-block;vertical-align:baseline;max-width:100%;text-align:center;padding-right:9px;margin-right:5px;position:relative;font-size:.8em;padding-right:0;margin-right:0}.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date:before,.ctdl-directory-items-list.layout-list .item-content .item-title .item-date:before,.ctdl-directory-search-results.layout-list .item-content .item-title .item-date:before,.ctdl-posts-search-results.layout-list .item-content .item-title .item-date:before,.ctdl-blog-posts.layout-list .item-content .item-title .item-date:before,.ctdl-posts.layout-list .item-content .item-title .item-date:before{content:"";display:block;border-right:1px solid;border-color:rgb(34 34 34 / .1);position:absolute;top:.1em;bottom:.2em;right:0}.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date a,.ctdl-directory-items-list.layout-list .item-content .item-title .item-date a,.ctdl-directory-search-results.layout-list .item-content .item-title .item-date a,.ctdl-posts-search-results.layout-list .item-content .item-title .item-date a,.ctdl-blog-posts.layout-list .item-content .item-title .item-date a,.ctdl-posts.layout-list .item-content .item-title .item-date a{text-decoration:none;text-transform:uppercase;letter-spacing:.06em}.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date a:hover,.ctdl-directory-items-list.layout-list .item-content .item-title .item-date a:hover,.ctdl-directory-search-results.layout-list .item-content .item-title .item-date a:hover,.ctdl-posts-search-results.layout-list .item-content .item-title .item-date a:hover,.ctdl-blog-posts.layout-list .item-content .item-title .item-date a:hover,.ctdl-posts.layout-list .item-content .item-title .item-date a:hover{text-decoration:underline}.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date:before,.ctdl-directory-items-list.layout-list .item-content .item-title .item-date:before,.ctdl-directory-search-results.layout-list .item-content .item-title .item-date:before,.ctdl-posts-search-results.layout-list .item-content .item-title .item-date:before,.ctdl-blog-posts.layout-list .item-content .item-title .item-date:before,.ctdl-posts.layout-list .item-content .item-title .item-date:before{display:none}.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date,.ctdl-directory-items-list.layout-list .item-content .item-description .item-date,.ctdl-directory-search-results.layout-list .item-content .item-description .item-date,.ctdl-posts-search-results.layout-list .item-content .item-description .item-date,.ctdl-blog-posts.layout-list .item-content .item-description .item-date,.ctdl-posts.layout-list .item-content .item-description .item-date{display:inline-block;vertical-align:baseline;max-width:100%;text-align:center;padding-right:9px;margin-right:5px;position:relative;font-size:.9em}.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date:before,.ctdl-directory-items-list.layout-list .item-content .item-description .item-date:before,.ctdl-directory-search-results.layout-list .item-content .item-description .item-date:before,.ctdl-posts-search-results.layout-list .item-content .item-description .item-date:before,.ctdl-blog-posts.layout-list .item-content .item-description .item-date:before,.ctdl-posts.layout-list .item-content .item-description .item-date:before{content:"";display:block;border-right:1px solid;border-color:rgb(34 34 34 / .1);position:absolute;top:.1em;bottom:.2em;right:0}.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date a,.ctdl-directory-items-list.layout-list .item-content .item-description .item-date a,.ctdl-directory-search-results.layout-list .item-content .item-description .item-date a,.ctdl-posts-search-results.layout-list .item-content .item-description .item-date a,.ctdl-blog-posts.layout-list .item-content .item-description .item-date a,.ctdl-posts.layout-list .item-content .item-description .item-date a{text-decoration:none;text-transform:uppercase;letter-spacing:.06em}.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date a:hover,.ctdl-directory-items-list.layout-list .item-content .item-description .item-date a:hover,.ctdl-directory-search-results.layout-list .item-content .item-description .item-date a:hover,.ctdl-posts-search-results.layout-list .item-content .item-description .item-date a:hover,.ctdl-blog-posts.layout-list .item-content .item-description .item-date a:hover,.ctdl-posts.layout-list .item-content .item-description .item-date a:hover{text-decoration:underline}.ctdl-directory-similar-items.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,.ctdl-directory-items-list.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,.ctdl-directory-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,.ctdl-posts-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,.ctdl-blog-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,.ctdl-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body{align-self:center}.ctdl-directory-similar-items.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,.ctdl-directory-items-list.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,.ctdl-directory-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,.ctdl-posts-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,.ctdl-blog-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,.ctdl-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article{margin-bottom:0}.ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}@media all and (max-width:399px){.ctdl-directory-similar-items.layout-list.custom-background-color .item-content,.ctdl-directory-items-list.layout-list.custom-background-color .item-content,.ctdl-directory-search-results.layout-list.custom-background-color .item-content,.ctdl-posts-search-results.layout-list.custom-background-color .item-content,.ctdl-blog-posts.layout-list.custom-background-color .item-content,.ctdl-posts.layout-list.custom-background-color .item-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-similar-items.layout-list.custom-background-color .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list.custom-background-color .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list.custom-background-color .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list.custom-background-color .item-content .item-thumbnail,.ctdl-blog-posts.layout-list.custom-background-color .item-content .item-thumbnail,.ctdl-posts.layout-list.custom-background-color .item-content .item-thumbnail,.ctdl-directory-similar-items.layout-list.custom-background-color .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-list.custom-background-color .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-list.custom-background-color .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-list.custom-background-color .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list.custom-background-color .item-content .item-thumbnail img,.ctdl-posts.layout-list.custom-background-color .item-content .item-thumbnail img{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-directory-similar-items.layout-list.custom-background-color .item-content .item-body,.ctdl-directory-items-list.layout-list.custom-background-color .item-content .item-body,.ctdl-directory-search-results.layout-list.custom-background-color .item-content .item-body,.ctdl-posts-search-results.layout-list.custom-background-color .item-content .item-body,.ctdl-blog-posts.layout-list.custom-background-color .item-content .item-body,.ctdl-posts.layout-list.custom-background-color .item-content .item-body{padding:0 20px 0 20px}}@media all and (min-width:400px){.ctdl-directory-similar-items.layout-list .item-content,.ctdl-directory-items-list.layout-list .item-content,.ctdl-directory-search-results.layout-list .item-content,.ctdl-posts-search-results.layout-list .item-content,.ctdl-blog-posts.layout-list .item-content,.ctdl-posts.layout-list .item-content{border:1px solid;border-color:rgb(34 34 34 / .1);padding:20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content,.ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content{padding-left:0;padding-top:0}.ctdl-directory-similar-items.layout-list.border-none .item-content,.ctdl-directory-items-list.layout-list.border-none .item-content,.ctdl-directory-search-results.layout-list.border-none .item-content,.ctdl-posts-search-results.layout-list.border-none .item-content,.ctdl-blog-posts.layout-list.border-none .item-content,.ctdl-posts.layout-list.border-none .item-content{border-width:0}.ctdl-directory-similar-items.layout-list.border-thick .item-content,.ctdl-directory-items-list.layout-list.border-thick .item-content,.ctdl-directory-search-results.layout-list.border-thick .item-content,.ctdl-posts-search-results.layout-list.border-thick .item-content,.ctdl-blog-posts.layout-list.border-thick .item-content,.ctdl-posts.layout-list.border-thick .item-content{border:2px solid;border-color:rgb(34 34 34 / .1)}.ctdl-directory-similar-items.layout-list .item-content .item-body,.ctdl-directory-items-list.layout-list .item-content .item-body,.ctdl-directory-search-results.layout-list .item-content .item-body,.ctdl-posts-search-results.layout-list .item-content .item-body,.ctdl-blog-posts.layout-list .item-content .item-body,.ctdl-posts.layout-list .item-content .item-body{padding:0}.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail,.ctdl-blog-posts.layout-list .item-content .item-thumbnail,.ctdl-posts.layout-list .item-content .item-thumbnail{width:18em;margin-top:-20px;padding-right:0;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list .item-content .item-thumbnail img,.ctdl-posts.layout-list .item-content .item-thumbnail img{-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}}@media all and (min-width:400px) and (max-width:599px){.ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,.ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin-top:0}.ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,.ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}}@media all and (min-width:600px){.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail,.ctdl-blog-posts.layout-list .item-content .item-thumbnail,.ctdl-posts.layout-list .item-content .item-thumbnail{width:10em;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;max-width:35%;margin-top:0;margin-bottom:0;padding-right:30px}.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list .item-content .item-thumbnail img,.ctdl-posts.layout-list .item-content .item-thumbnail img{height:8em;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}}@media all and (min-width:1025px){.ctdl-directory-similar-items.layout-list.size-large .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list.size-large .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list.size-large .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list.size-large .item-content .item-thumbnail,.ctdl-blog-posts.layout-list.size-large .item-content .item-thumbnail,.ctdl-posts.layout-list.size-large .item-content .item-thumbnail{width:12em}.ctdl-directory-similar-items.layout-list.size-large .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-list.size-large .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-list.size-large .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-list.size-large .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list.size-large .item-content .item-thumbnail img,.ctdl-posts.layout-list.size-large .item-content .item-thumbnail img{height:10em}}.ctdl-directory-similar-items.custom-text-color .item-title a,.ctdl-directory-items-list.custom-text-color .item-title a,.ctdl-directory-search-results.custom-text-color .item-title a,.ctdl-posts-search-results.custom-text-color .item-title a,.ctdl-blog-posts.custom-text-color .item-title a,.ctdl-posts.custom-text-color .item-title a{color:currentColor}.ctdl-directory-similar-items.custom-text-color .item-title .post-title,.ctdl-directory-items-list.custom-text-color .item-title .post-title,.ctdl-directory-search-results.custom-text-color .item-title .post-title,.ctdl-posts-search-results.custom-text-color .item-title .post-title,.ctdl-blog-posts.custom-text-color .item-title .post-title,.ctdl-posts.custom-text-color .item-title .post-title{color:inherit!important}.ctdl-directory-similar-items.custom-text-color .item-description p,.ctdl-directory-items-list.custom-text-color .item-description p,.ctdl-directory-search-results.custom-text-color .item-description p,.ctdl-posts-search-results.custom-text-color .item-description p,.ctdl-blog-posts.custom-text-color .item-description p,.ctdl-posts.custom-text-color .item-description p{opacity:.7}.ctdl-directory-similar-items.custom-text-color .item-content .item-data .label,.ctdl-directory-items-list.custom-text-color .item-content .item-data .label,.ctdl-directory-search-results.custom-text-color .item-content .item-data .label,.ctdl-posts-search-results.custom-text-color .item-content .item-data .label,.ctdl-blog-posts.custom-text-color .item-content .item-data .label,.ctdl-posts.custom-text-color .item-content .item-data .label{color:currentColor}.ctdl-directory-similar-items.custom-text-color .item-content .item-data.address .values,.ctdl-directory-items-list.custom-text-color .item-content .item-data.address .values,.ctdl-directory-search-results.custom-text-color .item-content .item-data.address .values,.ctdl-posts-search-results.custom-text-color .item-content .item-data.address .values,.ctdl-blog-posts.custom-text-color .item-content .item-data.address .values,.ctdl-posts.custom-text-color .item-content .item-data.address .values{opacity:.7}.ctdl-directory-similar-items.custom-text-color .item-content .item-data.categories .value,.ctdl-directory-items-list.custom-text-color .item-content .item-data.categories .value,.ctdl-directory-search-results.custom-text-color .item-content .item-data.categories .value,.ctdl-posts-search-results.custom-text-color .item-content .item-data.categories .value,.ctdl-blog-posts.custom-text-color .item-content .item-data.categories .value,.ctdl-posts.custom-text-color .item-content .item-data.categories .value{color:currentColor}@media all and (min-width:600px){.ctdl-posts-search-results .item-content .item-body .item-footer>.categories,.ctdl-blog-posts .item-content .item-body .item-footer>.categories,.ctdl-posts .item-content .item-body .item-footer>.categories{margin-top:0}}.ctdl-posts-search-results.layout-list article,.ctdl-blog-posts.layout-list article,.ctdl-posts.layout-list article{margin-bottom:3em}.ctdl-posts-search-results.layout-list .item-content,.ctdl-blog-posts.layout-list .item-content,.ctdl-posts.layout-list .item-content{border:none;padding:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-posts-search-results.layout-list .item-content .item-thumbnail,.ctdl-blog-posts.layout-list .item-content .item-thumbnail,.ctdl-posts.layout-list .item-content .item-thumbnail{margin-top:0}.ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,.ctdl-blog-posts.layout-list .item-content .item-thumbnail img,.ctdl-posts.layout-list .item-content .item-thumbnail img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-posts-search-results.layout-list .item-content .item-footer,.ctdl-blog-posts.layout-list .item-content .item-footer,.ctdl-posts.layout-list .item-content .item-footer{margin-top:0.2em!important;border-width:0;display:block}.ctdl-posts-search-results.layout-list .item-content .item-data,.ctdl-blog-posts.layout-list .item-content .item-data,.ctdl-posts.layout-list .item-content .item-data{padding-top:1em;padding-bottom:0;border-width:0;display:inline-block}.ctdl-posts-search-results.layout-list .item-content .item-data.location,.ctdl-blog-posts.layout-list .item-content .item-data.location,.ctdl-posts.layout-list .item-content .item-data.location{padding-right:10px}.ctdl-posts-search-results.layout-list .item-content .item-data.location:before,.ctdl-blog-posts.layout-list .item-content .item-data.location:before,.ctdl-posts.layout-list .item-content .item-data.location:before{content:"\f3c5";font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;margin-right:.5em;text-align:center}.ctdl-posts-search-results.layout-list .item-content .item-data.location .label,.ctdl-blog-posts.layout-list .item-content .item-data.location .label,.ctdl-posts.layout-list .item-content .item-data.location .label{display:none}@media all and (min-width:600px){.ctdl-posts-search-results.layout-list .item-content,.ctdl-blog-posts.layout-list .item-content,.ctdl-posts.layout-list .item-content{padding:0 20px 0 0}}.ctdl-posts-search-results.layout-box .item-content,.ctdl-blog-posts.layout-box .item-content,.ctdl-posts.layout-box .item-content{border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ctdl-posts-search-results.layout-box .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box .item-content .item-thumbnail img,.ctdl-posts.layout-box .item-content .item-thumbnail img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-posts-search-results.layout-box .item-content .item-body,.ctdl-blog-posts.layout-box .item-content .item-body,.ctdl-posts.layout-box .item-content .item-body,.ctdl-posts-search-results.layout-box.size-small .item-content .item-body,.ctdl-blog-posts.layout-box.size-small .item-content .item-body,.ctdl-posts.layout-box.size-small .item-content .item-body{padding:0}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-title,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-title,.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-title{color:inherit!important}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-meta,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-meta,.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-meta{color:currentColor}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-meta .posted-on-text,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-meta .posted-on-text,.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-meta .posted-on-text,.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-meta .byline-text,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-meta .byline-text,.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-meta .byline-text{opacity:.5}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-content,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-content,.ctdl-posts.custom-text-color.layout-simple article .entry-content{opacity:.7}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-content .post-edit-link,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-content .post-edit-link,.ctdl-posts.custom-text-color.layout-simple article .entry-content .post-edit-link{color:currentColor}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text{color:currentColor}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link a:hover .comments-text,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link a:hover .comments-text,.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link a:hover .comments-text{color:currentColor;opacity:1}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link:before,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link:before,.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link:before{border-color:inherit}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-footer .cats-links .cats-list a,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-footer .cats-links .cats-list a,.ctdl-posts.custom-text-color.layout-simple article .entry-footer .cats-links .cats-list a{color:currentColor}.ctdl-posts-search-results.custom-text-color.layout-list .item-content .item-description .item-date:before,.ctdl-blog-posts.custom-text-color.layout-list .item-content .item-description .item-date:before,.ctdl-posts.custom-text-color.layout-list .item-content .item-description .item-date:before{border-color:currentColor;opacity:.2}.ctdl-posts-search-results.custom-decor-color.layout-simple article .entry-footer .cats-links .cats-list a:hover,.ctdl-blog-posts.custom-decor-color.layout-simple article .entry-footer .cats-links .cats-list a:hover,.ctdl-posts.custom-decor-color.layout-simple article .entry-footer .cats-links .cats-list a:hover{background:rgb(0 0 0 / .05)}@media all and (max-width:599px){.ctdl-posts-search-results.custom-decor-color.layout-simple article .entry-header .comments-link a,.ctdl-blog-posts.custom-decor-color.layout-simple article .entry-header .comments-link a,.ctdl-posts.custom-decor-color.layout-simple article .entry-header .comments-link a{color:currentColor}}@media all and (min-width:600px){.ctdl-posts-search-results.layout-simple article .entry-header .comments-link,.ctdl-blog-posts.layout-simple article .entry-header .comments-link,.ctdl-posts.layout-simple article .entry-header .comments-link{color:currentColor!important}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link a,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link a,.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link a{color:currentColor}.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text{opacity:.5}}.ctdl-posts-search-results.border-thin.layout-box .item-content,.ctdl-blog-posts.border-thin.layout-box .item-content,.ctdl-posts.border-thin.layout-box .item-content,.ctdl-posts-search-results.border-thin.layout-list .item-content,.ctdl-blog-posts.border-thin.layout-list .item-content,.ctdl-posts.border-thin.layout-list .item-content,.ctdl-posts-search-results.border-thin.layout-simple article,.ctdl-blog-posts.border-thin.layout-simple article,.ctdl-posts.border-thin.layout-simple article{border:1px solid;border-color:rgb(34 34 34 / .1);background-clip:padding-box}.ctdl-posts-search-results.border-thick.layout-box .item-content,.ctdl-blog-posts.border-thick.layout-box .item-content,.ctdl-posts.border-thick.layout-box .item-content,.ctdl-posts-search-results.border-thick.layout-list .item-content,.ctdl-blog-posts.border-thick.layout-list .item-content,.ctdl-posts.border-thick.layout-list .item-content,.ctdl-posts-search-results.border-thick.layout-simple article,.ctdl-blog-posts.border-thick.layout-simple article,.ctdl-posts.border-thick.layout-simple article{border:2px solid;border-color:rgb(34 34 34 / .1);background-clip:padding-box}.ctdl-posts-search-results.border-thin:not(.layout-simple) article,.ctdl-blog-posts.border-thin:not(.layout-simple) article,.ctdl-posts.border-thin:not(.layout-simple) article,.ctdl-posts-search-results.border-thick:not(.layout-simple) article,.ctdl-blog-posts.border-thick:not(.layout-simple) article,.ctdl-posts.border-thick:not(.layout-simple) article,.ctdl-posts-search-results.custom-background-color:not(.layout-simple) article,.ctdl-blog-posts.custom-background-color:not(.layout-simple) article,.ctdl-posts.custom-background-color:not(.layout-simple) article{margin-bottom:16px}.ctdl-posts-search-results.border-thin.layout-box .item-content,.ctdl-blog-posts.border-thin.layout-box .item-content,.ctdl-posts.border-thin.layout-box .item-content,.ctdl-posts-search-results.border-thick.layout-box .item-content,.ctdl-blog-posts.border-thick.layout-box .item-content,.ctdl-posts.border-thick.layout-box .item-content,.ctdl-posts-search-results.custom-background-color.layout-box .item-content,.ctdl-blog-posts.custom-background-color.layout-box .item-content,.ctdl-posts.custom-background-color.layout-box .item-content{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-posts-search-results.border-thin.layout-box .item-content .item-thumbnail img,.ctdl-blog-posts.border-thin.layout-box .item-content .item-thumbnail img,.ctdl-posts.border-thin.layout-box .item-content .item-thumbnail img,.ctdl-posts-search-results.border-thick.layout-box .item-content .item-thumbnail img,.ctdl-blog-posts.border-thick.layout-box .item-content .item-thumbnail img,.ctdl-posts.border-thick.layout-box .item-content .item-thumbnail img,.ctdl-posts-search-results.custom-background-color.layout-box .item-content .item-thumbnail img,.ctdl-blog-posts.custom-background-color.layout-box .item-content .item-thumbnail img,.ctdl-posts.custom-background-color.layout-box .item-content .item-thumbnail img{border-bottom-right-radius:0;border-bottom-left-radius:0}.ctdl-posts-search-results.border-thin.layout-box .item-body,.ctdl-blog-posts.border-thin.layout-box .item-body,.ctdl-posts.border-thin.layout-box .item-body,.ctdl-posts-search-results.border-thick.layout-box .item-body,.ctdl-blog-posts.border-thick.layout-box .item-body,.ctdl-posts.border-thick.layout-box .item-body,.ctdl-posts-search-results.custom-background-color.layout-box .item-body,.ctdl-blog-posts.custom-background-color.layout-box .item-body,.ctdl-posts.custom-background-color.layout-box .item-body{padding-left:20px;padding-right:20px}.ctdl-posts-search-results.border-thin.layout-box article:not(.has-thumbnail) .item-body,.ctdl-blog-posts.border-thin.layout-box article:not(.has-thumbnail) .item-body,.ctdl-posts.border-thin.layout-box article:not(.has-thumbnail) .item-body,.ctdl-posts-search-results.border-thick.layout-box article:not(.has-thumbnail) .item-body,.ctdl-blog-posts.border-thick.layout-box article:not(.has-thumbnail) .item-body,.ctdl-posts.border-thick.layout-box article:not(.has-thumbnail) .item-body,.ctdl-posts-search-results.custom-background-color.layout-box article:not(.has-thumbnail) .item-body,.ctdl-blog-posts.custom-background-color.layout-box article:not(.has-thumbnail) .item-body,.ctdl-posts.custom-background-color.layout-box article:not(.has-thumbnail) .item-body{padding-top:20px}@media all and (min-width:400px){.ctdl-posts-search-results.border-thin.layout-box .item-body,.ctdl-blog-posts.border-thin.layout-box .item-body,.ctdl-posts.border-thin.layout-box .item-body,.ctdl-posts-search-results.border-thick.layout-box .item-body,.ctdl-blog-posts.border-thick.layout-box .item-body,.ctdl-posts.border-thick.layout-box .item-body,.ctdl-posts-search-results.custom-background-color.layout-box .item-body,.ctdl-blog-posts.custom-background-color.layout-box .item-body,.ctdl-posts.custom-background-color.layout-box .item-body{padding-left:29px;padding-right:29px}.ctdl-posts-search-results.border-thin.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-blog-posts.border-thin.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-posts.border-thin.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-posts-search-results.border-thick.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-blog-posts.border-thick.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-posts.border-thick.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-posts-search-results.custom-background-color.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-blog-posts.custom-background-color.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,.ctdl-posts.custom-background-color.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body{padding-top:29px}.ctdl-posts-search-results.border-thin.layout-box.size-small .item-body,.ctdl-blog-posts.border-thin.layout-box.size-small .item-body,.ctdl-posts.border-thin.layout-box.size-small .item-body,.ctdl-posts-search-results.border-thick.layout-box.size-small .item-body,.ctdl-blog-posts.border-thick.layout-box.size-small .item-body,.ctdl-posts.border-thick.layout-box.size-small .item-body,.ctdl-posts-search-results.custom-background-color.layout-box.size-small .item-body,.ctdl-blog-posts.custom-background-color.layout-box.size-small .item-body,.ctdl-posts.custom-background-color.layout-box.size-small .item-body{padding-left:8%;padding-right:8%}}.ctdl-posts-search-results.border-thin.layout-list .item-content,.ctdl-blog-posts.border-thin.layout-list .item-content,.ctdl-posts.border-thin.layout-list .item-content,.ctdl-posts-search-results.border-thick.layout-list .item-content,.ctdl-blog-posts.border-thick.layout-list .item-content,.ctdl-posts.border-thick.layout-list .item-content,.ctdl-posts-search-results.custom-background-color.layout-list .item-content,.ctdl-blog-posts.custom-background-color.layout-list .item-content,.ctdl-posts.custom-background-color.layout-list .item-content{padding:20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}@media all and (max-width:399px){.ctdl-posts-search-results.border-thin.layout-list .item-content .item-body,.ctdl-blog-posts.border-thin.layout-list .item-content .item-body,.ctdl-posts.border-thin.layout-list .item-content .item-body,.ctdl-posts-search-results.border-thick.layout-list .item-content .item-body,.ctdl-blog-posts.border-thick.layout-list .item-content .item-body,.ctdl-posts.border-thick.layout-list .item-content .item-body,.ctdl-posts-search-results.custom-background-color.layout-list .item-content .item-body,.ctdl-blog-posts.custom-background-color.layout-list .item-content .item-body,.ctdl-posts.custom-background-color.layout-list .item-content .item-body{padding-left:0;padding-right:0}}.ctdl-posts-search-results.border-thin.layout-simple article,.ctdl-blog-posts.border-thin.layout-simple article,.ctdl-posts.border-thin.layout-simple article,.ctdl-posts-search-results.border-thick.layout-simple article,.ctdl-blog-posts.border-thick.layout-simple article,.ctdl-posts.border-thick.layout-simple article,.ctdl-posts-search-results.custom-background-color.layout-simple article,.ctdl-blog-posts.custom-background-color.layout-simple article,.ctdl-posts.custom-background-color.layout-simple article{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin-bottom:3em}.ctdl-posts-search-results.border-thin.layout-simple article .entry-header,.ctdl-blog-posts.border-thin.layout-simple article .entry-header,.ctdl-posts.border-thin.layout-simple article .entry-header,.ctdl-posts-search-results.border-thick.layout-simple article .entry-header,.ctdl-blog-posts.border-thick.layout-simple article .entry-header,.ctdl-posts.border-thick.layout-simple article .entry-header,.ctdl-posts-search-results.custom-background-color.layout-simple article .entry-header,.ctdl-blog-posts.custom-background-color.layout-simple article .entry-header,.ctdl-posts.custom-background-color.layout-simple article .entry-header{padding-top:20px;padding-left:20px;padding-right:20px}.ctdl-posts-search-results.border-thin.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-blog-posts.border-thin.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-posts.border-thin.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-posts-search-results.border-thick.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-blog-posts.border-thick.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-posts.border-thick.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-posts-search-results.custom-background-color.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-blog-posts.custom-background-color.layout-simple .post-thumbnail:not(:last-child) img,.ctdl-posts.custom-background-color.layout-simple .post-thumbnail:not(:last-child) img{border-radius:0}.ctdl-posts-search-results.border-thin.layout-simple .post-thumbnail:last-child,.ctdl-blog-posts.border-thin.layout-simple .post-thumbnail:last-child,.ctdl-posts.border-thin.layout-simple .post-thumbnail:last-child,.ctdl-posts-search-results.border-thick.layout-simple .post-thumbnail:last-child,.ctdl-blog-posts.border-thick.layout-simple .post-thumbnail:last-child,.ctdl-posts.border-thick.layout-simple .post-thumbnail:last-child,.ctdl-posts-search-results.custom-background-color.layout-simple .post-thumbnail:last-child,.ctdl-blog-posts.custom-background-color.layout-simple .post-thumbnail:last-child,.ctdl-posts.custom-background-color.layout-simple .post-thumbnail:last-child{margin-bottom:0!important}.ctdl-posts-search-results.border-thin.layout-simple .post-thumbnail:last-child img,.ctdl-blog-posts.border-thin.layout-simple .post-thumbnail:last-child img,.ctdl-posts.border-thin.layout-simple .post-thumbnail:last-child img,.ctdl-posts-search-results.border-thick.layout-simple .post-thumbnail:last-child img,.ctdl-blog-posts.border-thick.layout-simple .post-thumbnail:last-child img,.ctdl-posts.border-thick.layout-simple .post-thumbnail:last-child img,.ctdl-posts-search-results.custom-background-color.layout-simple .post-thumbnail:last-child img,.ctdl-blog-posts.custom-background-color.layout-simple .post-thumbnail:last-child img,.ctdl-posts.custom-background-color.layout-simple .post-thumbnail:last-child img{border-top-right-radius:0;border-top-left-radius:0}.ctdl-posts-search-results.border-thin.layout-simple .entry-content,.ctdl-blog-posts.border-thin.layout-simple .entry-content,.ctdl-posts.border-thin.layout-simple .entry-content,.ctdl-posts-search-results.border-thick.layout-simple .entry-content,.ctdl-blog-posts.border-thick.layout-simple .entry-content,.ctdl-posts.border-thick.layout-simple .entry-content,.ctdl-posts-search-results.custom-background-color.layout-simple .entry-content,.ctdl-blog-posts.custom-background-color.layout-simple .entry-content,.ctdl-posts.custom-background-color.layout-simple .entry-content{padding-left:20px;padding-right:20px}.ctdl-posts-search-results.border-thin.layout-simple .entry-content:last-child,.ctdl-blog-posts.border-thin.layout-simple .entry-content:last-child,.ctdl-posts.border-thin.layout-simple .entry-content:last-child,.ctdl-posts-search-results.border-thick.layout-simple .entry-content:last-child,.ctdl-blog-posts.border-thick.layout-simple .entry-content:last-child,.ctdl-posts.border-thick.layout-simple .entry-content:last-child,.ctdl-posts-search-results.custom-background-color.layout-simple .entry-content:last-child,.ctdl-blog-posts.custom-background-color.layout-simple .entry-content:last-child,.ctdl-posts.custom-background-color.layout-simple .entry-content:last-child{padding-bottom:20px}.ctdl-posts-search-results.border-thin.layout-simple .entry-footer,.ctdl-blog-posts.border-thin.layout-simple .entry-footer,.ctdl-posts.border-thin.layout-simple .entry-footer,.ctdl-posts-search-results.border-thick.layout-simple .entry-footer,.ctdl-blog-posts.border-thick.layout-simple .entry-footer,.ctdl-posts.border-thick.layout-simple .entry-footer,.ctdl-posts-search-results.custom-background-color.layout-simple .entry-footer,.ctdl-blog-posts.custom-background-color.layout-simple .entry-footer,.ctdl-posts.custom-background-color.layout-simple .entry-footer{padding-left:20px;padding-right:20px;padding-bottom:20px}@media all and (min-width:600px){.ctdl-posts-search-results.border-thin.layout-simple article .entry-header,.ctdl-blog-posts.border-thin.layout-simple article .entry-header,.ctdl-posts.border-thin.layout-simple article .entry-header,.ctdl-posts-search-results.border-thick.layout-simple article .entry-header,.ctdl-blog-posts.border-thick.layout-simple article .entry-header,.ctdl-posts.border-thick.layout-simple article .entry-header,.ctdl-posts-search-results.custom-background-color.layout-simple article .entry-header,.ctdl-blog-posts.custom-background-color.layout-simple article .entry-header,.ctdl-posts.custom-background-color.layout-simple article .entry-header{padding-top:29px;padding-left:29px;padding-right:159px}.ctdl-posts-search-results.border-thin.layout-simple article .entry-header .comments-link,.ctdl-blog-posts.border-thin.layout-simple article .entry-header .comments-link,.ctdl-posts.border-thin.layout-simple article .entry-header .comments-link,.ctdl-posts-search-results.border-thick.layout-simple article .entry-header .comments-link,.ctdl-blog-posts.border-thick.layout-simple article .entry-header .comments-link,.ctdl-posts.border-thick.layout-simple article .entry-header .comments-link,.ctdl-posts-search-results.custom-background-color.layout-simple article .entry-header .comments-link,.ctdl-blog-posts.custom-background-color.layout-simple article .entry-header .comments-link,.ctdl-posts.custom-background-color.layout-simple article .entry-header .comments-link{top:29px;right:29px}.ctdl-posts-search-results.border-thin.layout-simple .entry-content,.ctdl-blog-posts.border-thin.layout-simple .entry-content,.ctdl-posts.border-thin.layout-simple .entry-content,.ctdl-posts-search-results.border-thick.layout-simple .entry-content,.ctdl-blog-posts.border-thick.layout-simple .entry-content,.ctdl-posts.border-thick.layout-simple .entry-content,.ctdl-posts-search-results.custom-background-color.layout-simple .entry-content,.ctdl-blog-posts.custom-background-color.layout-simple .entry-content,.ctdl-posts.custom-background-color.layout-simple .entry-content{padding-left:29px;padding-right:29px}.ctdl-posts-search-results.border-thin.layout-simple .entry-content:last-child,.ctdl-blog-posts.border-thin.layout-simple .entry-content:last-child,.ctdl-posts.border-thin.layout-simple .entry-content:last-child,.ctdl-posts-search-results.border-thick.layout-simple .entry-content:last-child,.ctdl-blog-posts.border-thick.layout-simple .entry-content:last-child,.ctdl-posts.border-thick.layout-simple .entry-content:last-child,.ctdl-posts-search-results.custom-background-color.layout-simple .entry-content:last-child,.ctdl-blog-posts.custom-background-color.layout-simple .entry-content:last-child,.ctdl-posts.custom-background-color.layout-simple .entry-content:last-child{padding-bottom:29px}.ctdl-posts-search-results.border-thin.layout-simple .entry-footer,.ctdl-blog-posts.border-thin.layout-simple .entry-footer,.ctdl-posts.border-thin.layout-simple .entry-footer,.ctdl-posts-search-results.border-thick.layout-simple .entry-footer,.ctdl-blog-posts.border-thick.layout-simple .entry-footer,.ctdl-posts.border-thick.layout-simple .entry-footer,.ctdl-posts-search-results.custom-background-color.layout-simple .entry-footer,.ctdl-blog-posts.custom-background-color.layout-simple .entry-footer,.ctdl-posts.custom-background-color.layout-simple .entry-footer{padding-left:29px;padding-right:29px;padding-bottom:29px}}.ctdl-default-search-results .no-results .page-content:before{display:inline-block;content:"\f05e";color:#000;font-family:'Font Awesome 5 Free';font-weight:900;font-size:3.5em}.ctdl-default-search-results .citadela-block-title h2{font-size:1.6em;line-height:1.3;font-weight:700}.ctdl-default-search-results article{margin-bottom:3.5em!important}.ctdl-default-search-results article.sticky .item-title .post-title:after{font-family:'Font Awesome 5 Free';font-weight:900;font-size:.7em;display:inline-block;vertical-align:top;content:"\f005";color:#000;margin:.25em 0 0 .3em}.ctdl-default-search-results article .item-title .post-title:before{font-family:'Font Awesome 5 Free';font-weight:900;font-size:.9em;display:inline-block;vertical-align:top;content:"\f002";color:#000;margin:.15em .5em 0 0}.ctdl-default-search-results article.type-post .item-title .post-title:before{content:"\f15c";font-weight:400}.ctdl-default-search-results article.type-page .item-title .post-title:before{content:"\f0c5";font-weight:400}.ctdl-default-search-results article.type-tribe_events .item-title .post-title:before{content:"\f073";font-weight:400}.ctdl-default-search-results article.type-product .item-title .post-title:before{content:"\f291";font-weight:900}.ctdl-default-search-results .item-content .item-thumbnail img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-default-search-results .item-content .item-title .post-title{font-family:"Manrope";color:#222;fill:#222;font-size:1.4em;line-height:1.3;font-weight:700}.ctdl-default-search-results .item-content .item-date{display:inline-block;vertical-align:baseline;max-width:100%;text-align:center;padding-right:9px;margin-right:5px;position:relative;font-size:.9em}.ctdl-default-search-results .item-content .item-date:before{content:"";display:block;border-right:1px solid;border-color:rgb(34 34 34 / .1);position:absolute;top:.1em;bottom:.2em;right:0}.ctdl-default-search-results .item-content .item-date a{text-decoration:none;text-transform:uppercase;letter-spacing:.06em}.ctdl-default-search-results .item-content .item-date a:hover{text-decoration:underline}.ctdl-default-search-results .item-content .item-title .item-date{font-size:.8em;padding-right:0;margin-right:0}.ctdl-default-search-results .item-content .item-title .item-date:before{display:none}.ctdl-default-search-results .item-content .item-description{margin-top:.5em}.ctdl-default-search-results .item-content .item-description p{display:block;margin:0}.ctdl-default-search-results .item-content .item-description .more{display:none;margin-top:.8em}.ctdl-default-search-results .item-content .item-footer{font-size:.8em;line-height:1.3;display:block;border-top:1px solid;border-color:rgb(34 34 34 / .1);margin-top:1em}.ctdl-default-search-results .item-content .item-data{border-width:0;padding-top:.8em;padding-bottom:0;padding-right:10px;display:inline-block;margin:0}.ctdl-default-search-results .item-content .item-data .label{display:inline-block;color:#222;fill:#222;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.8em;line-height:1.3;letter-spacing:0;margin-right:6px}.ctdl-default-search-results article:not(.has-locations):not(.has-categories) .item-footer{display:none}.ctdl-item-gallery.layout-default.size-large article .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-large article .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-large article .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-large article .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-large article .item-thumbnail img,.ctdl-blog-posts.layout-box.size-large article .item-thumbnail img,.ctdl-posts.layout-box.size-large article .item-thumbnail img{max-height:380px}.ctdl-item-gallery.layout-default.size-medium article .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-medium article .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-medium article .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-medium article .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-medium article .item-thumbnail img,.ctdl-blog-posts.layout-box.size-medium article .item-thumbnail img,.ctdl-posts.layout-box.size-medium article .item-thumbnail img{max-height:270px}.ctdl-item-gallery.layout-default.size-small article .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-small article .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-small article .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-small article .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-small article .item-thumbnail img,.ctdl-blog-posts.layout-box.size-small article .item-thumbnail img,.ctdl-posts.layout-box.size-small article .item-thumbnail img{max-height:190px}.ctdl-item-gallery.layout-default.size-mini article .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-mini article .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-mini article .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-mini article .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-mini article .item-thumbnail img,.ctdl-blog-posts.layout-box.size-mini article .item-thumbnail img,.ctdl-posts.layout-box.size-mini article .item-thumbnail img{max-height:150px}@media all and (min-width:400px){.ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:30vw}.ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img{height:22vw}}@media all and (min-width:600px){.ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img{height:50vw}.ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img{height:30vw}.ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:22vw}.ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,.ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,.ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img{height:17vw}}@media all and (min-width:1025px){.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img{height:30vw}.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img{height:22vw}.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:17vw}.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:15vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img{height:30vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img{height:22vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:17vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.wide-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img{height:12vw}}@media all and (min-width:1400px){.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img{height:22vw}.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img{height:17vw}.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:12vw}.citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,.citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img{height:10vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img{height:22vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img{height:17vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img{height:12vw}.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,.page-fullwidth.full-content-width *:not(.citadela-block-custom-container)>*>.ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img{height:10vw}}.ctdl-item-gallery.layout-default.proportional-image-height article .item-content .item-thumbnail img,.ctdl-directory-similar-items.proportional-image-height article .item-content .item-thumbnail img,.ctdl-directory-items-list.proportional-image-height article .item-content .item-thumbnail img,.ctdl-directory-search-results.proportional-image-height article .item-content .item-thumbnail img,.ctdl-posts-search-results.proportional-image-height article .item-content .item-thumbnail img,.ctdl-blog-posts.proportional-image-height article .item-content .item-thumbnail img,.ctdl-posts.proportional-image-height article .item-content .item-thumbnail img{height:auto!important;max-height:none!important}@media all and (min-width:1025px){.widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,.widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,.widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,.widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,.widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,.widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,.widget .ctdl-posts.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img{height:150px}.widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,.widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,.widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,.widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,.widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,.widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,.widget .ctdl-posts.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img{height:150px}.widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,.widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,.widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,.widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,.widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,.widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,.widget .ctdl-posts.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img{height:120px}.widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,.widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,.widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,.widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,.widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,.widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,.widget .ctdl-posts.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img{height:100px}}body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.advanced-header.box-layout .citadela-block-header,body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.advanced-header.list-layout .citadela-block-header,body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.box-layout .data-row,body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.list-layout .filters-heading{border-color:rgb(34 34 34 / .1)}body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.box-layout .submit-button-wrapper .submit-button{margin-top:0rem}.ctdl-directory-advanced-filters h2{font-size:1.6em;line-height:1.3;margin-bottom:1em;font-weight:700}.ctdl-directory-advanced-filters .data-row{border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-advanced-filters .filters-heading{color:#222;fill:#222;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;letter-spacing:0;margin-bottom:1.3em}.ctdl-directory-advanced-filters .filter-container .filter-checkbox{border-color:rgb(34 34 34 / .1);background:#fff padding-box;color:#222;fill:#222;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-directory-advanced-filters .filter-container .filter-label{font-size:.9em;padding-top:.1em;padding-bottom:.1em;margin-left:2em}.ctdl-directory-advanced-filters.lines-type-filter-group .data-row{border-color:rgb(34 34 34 / .1)}.ctdl-directory-advanced-filters.lines-type-filter-heading .filters-heading{border-color:rgb(34 34 34 / .1);padding-bottom:1em;margin-bottom:1.3em}.ctdl-directory-advanced-filters.lines-type-filter-heading.custom-data-background-color .filters-heading{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;margin-bottom:1.5em}.ctdl-directory-advanced-filters.lines-type-filter-group .citadela-block-articles-wrap,.ctdl-directory-advanced-filters.custom-data-background-color .citadela-block-articles-wrap{margin-left:-2px;margin-right:-2px}.ctdl-directory-advanced-filters.lines-type-filter-group .data-row,.ctdl-directory-advanced-filters.custom-data-background-color .data-row{margin-left:2px;margin-right:2px;margin-bottom:4px}.ctdl-directory-advanced-filters .submit-button-wrapper .submit-button{margin-top:.7rem}.ctdl-directory-advanced-filters.list-layout.custom-data-background-color .submit-button-wrapper .submit-button,.ctdl-directory-advanced-filters.list-layout.lines-type-filter-group .submit-button-wrapper .submit-button{margin-top:1rem}.ctdl-directory-advanced-filters .submit-button-wrapper .submit-button>a{min-width:150px}.ctdl-directory-advanced-filters .submit-button-wrapper.small-button-style .submit-button>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.ctdl-directory-advanced-filters .submit-button-wrapper.small-button-style .submit-button>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-directory-advanced-filters .submit-button-wrapper.large-button-style .submit-button>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.ctdl-directory-advanced-filters .submit-button-wrapper.large-button-style .submit-button>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-directory-advanced-filters.advanced-header h2{font-family:"Rubik";font-size:1em;line-height:1.5}.ctdl-directory-advanced-filters.advanced-header .citadela-block-header{color:#222;fill:#222;-moz-transition:margin 0.3s;-webkit-transition:margin 0.3s;transition:margin 0.3s}.ctdl-directory-advanced-filters.advanced-header.lines-type-none:not(.custom-data-background-color) .citadela-block-header,.ctdl-directory-advanced-filters.advanced-header.lines-type-filter-heading:not(.custom-data-background-color) .citadela-block-header{margin-bottom:1.5em}.ctdl-directory-advanced-filters.advanced-header.custom-header-background-color:not(.header-border-type-bottom) .citadela-block-header,.ctdl-directory-advanced-filters.advanced-header.header-border-type-full .citadela-block-header{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border-color:rgb(34 34 34 / .1)}.ctdl-directory-advanced-filters.advanced-header.header-border-type-bottom .citadela-block-header{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-color:rgb(34 34 34 / .1)}.ctdl-directory-advanced-filters.advanced-header.header-border-type-none:not(.custom-header-background-color) .citadela-block-header{padding-left:20px}.ctdl-directory-advanced-filters.advanced-header.header-border-type-none:not(.custom-header-background-color) .citadela-block-header:before{content:"";display:block;position:absolute;top:15px;bottom:15px;left:0;border-left:3px solid #000}.ctdl-directory-advanced-filters.advanced-header.header-border-type-full:not(.custom-header-border-color) .citadela-block-header,.ctdl-directory-advanced-filters.advanced-header.custom-header-background-color.header-border-type-none .citadela-block-header{border-left:3px solid #000;padding-left:18px}.ctdl-directory-advanced-filters.advanced-header.list-layout:not(.opened) .citadela-block-header,.ctdl-directory-advanced-filters.advanced-header.list-layout.lines-type-filter-group .citadela-block-header,.ctdl-directory-advanced-filters.advanced-header.list-layout.custom-data-background-color .citadela-block-header{margin-bottom:4px}.ctdl-directory-categories-list a,.ctdl-directory-locations-list a{color:rgb(34 34 34 / .7);outline:none}.ctdl-directory-categories-list a:focus,.ctdl-directory-locations-list a:focus{outline:none}.ctdl-directory-categories-list .folder-card .folder-icon i,.ctdl-directory-locations-list .folder-card .folder-icon i{-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.ctdl-directory-categories-list a .folder-card .folder-icon i,.ctdl-directory-locations-list a .folder-card .folder-icon i{border-color:#000;color:#000}.ctdl-directory-categories-list a:not(:hover) .folder-card .folder-icon i,.ctdl-directory-locations-list a:not(:hover) .folder-card .folder-icon i{border-color:rgb(34 34 34 / .1)!important}.ctdl-directory-categories-list .folder-card .folder-title,.ctdl-directory-locations-list .folder-card .folder-title{font-family:"Manrope";color:#222;fill:#222;font-size:1.2em;line-height:1.3;font-weight:700;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.ctdl-directory-categories-list .folder-card .folder-description,.ctdl-directory-locations-list .folder-card .folder-description{font-size:.9em}.ctdl-directory-categories-list.size-large.layout-list a:not(:hover) .folder-icon i,.ctdl-directory-locations-list.size-large.layout-list a:not(:hover) .folder-icon i{border-width:2px;border-color:#fff0!important}.ctdl-directory-categories-list.size-large.layout-list a:hover .folder-icon i,.ctdl-directory-locations-list.size-large.layout-list a:hover .folder-icon i{border-width:2px;font-size:.5em}.ctdl-directory-categories-list.size-large .folder-card .folder-title,.ctdl-directory-locations-list.size-large .folder-card .folder-title{font-size:1.6em;line-height:1.3}.ctdl-directory-categories-list.size-medium.layout-list .folder-card,.ctdl-directory-locations-list.size-medium.layout-list .folder-card{padding-top:.8em}.ctdl-directory-categories-list.size-medium.layout-list .folder-icon,.ctdl-directory-locations-list.size-medium.layout-list .folder-icon{margin-top:-.8em}.ctdl-directory-categories-list.size-medium.layout-list a:not(:hover) .folder-icon i,.ctdl-directory-locations-list.size-medium.layout-list a:not(:hover) .folder-icon i{border-width:2px;border-color:#fff0!important}.ctdl-directory-categories-list.size-medium.layout-list a:hover .folder-icon i,.ctdl-directory-locations-list.size-medium.layout-list a:hover .folder-icon i{border-width:2px;font-size:.5em}.ctdl-directory-categories-list.size-small a:hover .folder-card .folder-title,.ctdl-directory-locations-list.size-small a:hover .folder-card .folder-title{color:#000}.ctdl-directory-categories-list.size-small .folder-card .folder-title,.ctdl-directory-locations-list.size-small .folder-card .folder-title{font-family:"Rubik";font-size:1em;line-height:1.3;font-weight:600}.ctdl-directory-categories-list.size-small .folder-card .folder-description,.ctdl-directory-locations-list.size-small .folder-card .folder-description{font-size:.8em;line-height:1.3;line-height:1.5}.ctdl-directory-categories-list.size-small.layout-box .folder-card .folder-icon i,.ctdl-directory-locations-list.size-small.layout-box .folder-card .folder-icon i{border:none}.ctdl-directory-categories-list.size-small.layout-box .folder-card .folder-header,.ctdl-directory-locations-list.size-small.layout-box .folder-card .folder-header{margin-bottom:0}.ctdl-directory-categories-list.hide-icon.size-large a:hover .folder-card .folder-title,.ctdl-directory-locations-list.hide-icon.size-large a:hover .folder-card .folder-title,.ctdl-directory-categories-list.hide-icon.size-medium a:hover .folder-card .folder-title,.ctdl-directory-locations-list.hide-icon.size-medium a:hover .folder-card .folder-title{color:#000}.ctdl-directory-categories-list.hide-description.size-large .folder-card,.ctdl-directory-locations-list.hide-description.size-large .folder-card{margin:.5em 0}.ctdl-directory-categories-list.hide-description.size-medium .folder-card,.ctdl-directory-locations-list.hide-description.size-medium .folder-card{margin:.3em 0}.ctdl-directory-categories-list.hide-description.size-small .folder-card,.ctdl-directory-locations-list.hide-description.size-small .folder-card{margin:0em 0}.ctdl-directory-subcategories-list .citadela-block-articles a,.ctdl-directory-sublocations-list .citadela-block-articles a{color:rgb(34 34 34 / .7)}.ctdl-directory-subcategories-list .citadela-block-articles a .folder-card,.ctdl-directory-sublocations-list .citadela-block-articles a .folder-card{border:1px solid;border-color:rgb(34 34 34 / .1);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-directory-subcategories-list .citadela-block-articles a:hover .folder-card,.ctdl-directory-sublocations-list .citadela-block-articles a:hover .folder-card{border-color:#000}.ctdl-directory-subcategories-list .citadela-block-articles a .folder-card .folder-title,.ctdl-directory-sublocations-list .citadela-block-articles a .folder-card .folder-title{color:#222;fill:#222;font-size:1em;line-height:1.3;font-weight:600;font-weight:700;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.ctdl-directory-subcategories-list .citadela-block-articles a .folder-icon i,.ctdl-directory-sublocations-list .citadela-block-articles a .folder-icon i{color:#000}.ctdl-automatic-directory-google-map .map-container,.ctdl-directory-google-map .map-container,.ctdl-posts-map .map-container,.ctdl-automatic-posts-map .map-container{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-clip-path:inset(0 0 0 0 round 4px)}.ctdl-automatic-directory-google-map .fa-map-label .fa-map-label-marker,.ctdl-directory-google-map .fa-map-label .fa-map-label-marker,.ctdl-posts-map .fa-map-label .fa-map-label-marker,.ctdl-automatic-posts-map .fa-map-label .fa-map-label-marker{background:#000}.ctdl-automatic-directory-google-map .citadela-track.default-color,.ctdl-directory-google-map .citadela-track.default-color,.ctdl-posts-map .citadela-track.default-color,.ctdl-automatic-posts-map .citadela-track.default-color{stroke:#000}.ctdl-automatic-directory-google-map .gm-style-iw.gm-style-iw-c,.ctdl-directory-google-map .gm-style-iw.gm-style-iw-c,.ctdl-posts-map .gm-style-iw.gm-style-iw-c,.ctdl-automatic-posts-map .gm-style-iw.gm-style-iw-c{padding:20px;padding-bottom:8px!important;padding-right:2px!important}.ctdl-automatic-directory-google-map .gm-style-iw-d,.ctdl-directory-google-map .gm-style-iw-d,.ctdl-posts-map .gm-style-iw-d,.ctdl-automatic-posts-map .gm-style-iw-d{max-height:200px!important}.ctdl-automatic-directory-google-map button.gm-ui-hover-effect,.ctdl-directory-google-map button.gm-ui-hover-effect,.ctdl-posts-map button.gm-ui-hover-effect,.ctdl-automatic-posts-map button.gm-ui-hover-effect{top:-4px!important;right:-4px!important}.ctdl-automatic-directory-google-map .leaflet-popup-content-wrapper,.ctdl-directory-google-map .leaflet-popup-content-wrapper,.ctdl-posts-map .leaflet-popup-content-wrapper,.ctdl-automatic-posts-map .leaflet-popup-content-wrapper{border-radius:8px}.ctdl-automatic-directory-google-map .leaflet-popup-content,.ctdl-directory-google-map .leaflet-popup-content,.ctdl-posts-map .leaflet-popup-content,.ctdl-automatic-posts-map .leaflet-popup-content{margin:19px;width:auto!important}.ctdl-automatic-directory-google-map .leaflet-container a.leaflet-popup-close-button,.ctdl-directory-google-map .leaflet-container a.leaflet-popup-close-button,.ctdl-posts-map .leaflet-container a.leaflet-popup-close-button,.ctdl-automatic-posts-map .leaflet-container a.leaflet-popup-close-button{padding-right:2px}.ctdl-automatic-directory-google-map .infoBox,.ctdl-directory-google-map .infoBox,.ctdl-posts-map .infoBox,.ctdl-automatic-posts-map .infoBox{width:300px;box-sizing:border-box;text-align:left}.ctdl-automatic-directory-google-map .infoBox .infobox-content,.ctdl-directory-google-map .infoBox .infobox-content,.ctdl-posts-map .infoBox .infobox-content,.ctdl-automatic-posts-map .infoBox .infobox-content{display:flex;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:auto;min-height:110px}.ctdl-automatic-directory-google-map .infoBox .item-data,.ctdl-directory-google-map .infoBox .item-data,.ctdl-posts-map .infoBox .item-data,.ctdl-automatic-posts-map .infoBox .item-data{flex:1 1 auto;min-width:0;width:auto;padding-right:15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:none}.ctdl-automatic-directory-google-map .infoBox .item-picture,.ctdl-directory-google-map .infoBox .item-picture,.ctdl-posts-map .infoBox .item-picture,.ctdl-automatic-posts-map .infoBox .item-picture{flex:0 0 auto;margin:0;float:none}.ctdl-automatic-directory-google-map .infoBox .item-picture img,.ctdl-directory-google-map .infoBox .item-picture img,.ctdl-posts-map .infoBox .item-picture img,.ctdl-automatic-posts-map .infoBox .item-picture img{width:110px;height:100%;max-height:130px;vertical-align:top;object-fit:cover}.ctdl-automatic-directory-google-map .infoBox.post .infobox-content,.ctdl-directory-google-map .infoBox.post .infobox-content,.ctdl-posts-map .infoBox.post .infobox-content,.ctdl-automatic-posts-map .infoBox.post .infobox-content{min-height:70px}.ctdl-automatic-directory-google-map .infoBox.post .item-picture img,.ctdl-directory-google-map .infoBox.post .item-picture img,.ctdl-posts-map .infoBox.post .item-picture img,.ctdl-automatic-posts-map .infoBox.post .item-picture img{width:70px;height:70px;max-height:70px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}.ctdl-automatic-directory-google-map .infoBox .infobox-title,.ctdl-directory-google-map .infoBox .infobox-title,.ctdl-posts-map .infoBox .infobox-title,.ctdl-automatic-posts-map .infoBox .infobox-title{color:#222;font-family:"Manrope";font-size:1.4em;line-height:1.3;margin-bottom:.5em;font-weight:400}.ctdl-automatic-directory-google-map .infoBox p,.ctdl-directory-google-map .infoBox p,.ctdl-posts-map .infoBox p,.ctdl-automatic-posts-map .infoBox p{color:rgb(34 34 34 / .7);font-family:"Rubik";font-size:1em;line-height:1.5;margin-top:0;margin-bottom:1em}.ctdl-automatic-directory-google-map .infoBox a .item-button,.ctdl-directory-google-map .infoBox a .item-button,.ctdl-posts-map .infoBox a .item-button,.ctdl-automatic-posts-map .infoBox a .item-button{display:inline-block;vertical-align:top;max-width:100%;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.8em;line-height:1.3}.ctdl-automatic-directory-google-map .infoBox a:hover .item-button,.ctdl-directory-google-map .infoBox a:hover .item-button,.ctdl-posts-map .infoBox a:hover .item-button,.ctdl-automatic-posts-map .infoBox a:hover .item-button{text-decoration:underline}.ctdl-automatic-directory-google-map .infoBox .item-data,.ctdl-directory-google-map .infoBox .item-data,.ctdl-posts-map .infoBox .item-data,.ctdl-automatic-posts-map .infoBox .item-data{display:flex;flex-direction:column}.ctdl-automatic-directory-google-map .infoBox .item-data>*,.ctdl-directory-google-map .infoBox .item-data>*,.ctdl-posts-map .infoBox .item-data>*,.ctdl-automatic-posts-map .infoBox .item-data>*{flex:0 0 auto}.ctdl-automatic-directory-google-map .infoBox .item-data>a,.ctdl-directory-google-map .infoBox .item-data>a,.ctdl-posts-map .infoBox .item-data>a,.ctdl-automatic-posts-map .infoBox .item-data>a{margin-top:auto}.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,.ctdl-automatic-posts-map.empty-map .empty-map-cover{background:rgb(255 255 255 / .6);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-directory-google-map .map-container,body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-directory-google-map .map-container,body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-posts-map .map-container,body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-posts-map .map-container{border-radius:0px!important;-webkit-clip-path:inset(0 0 0 0 round 0)!important}body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-posts-map.empty-map .empty-map-cover{border-radius:0px!important}@media all and (max-width:1024px){body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-directory-google-map .map-container,body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-directory-google-map .map-container,body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-posts-map .map-container,body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-posts-map .map-container{border-radius:0px!important;-webkit-clip-path:inset(0 0 0 0 round 0)!important}body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-posts-map.empty-map .empty-map-cover{border-radius:0px!important}}body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-directory-google-map .map-container,body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-directory-google-map .map-container,body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-posts-map .map-container,body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-posts-map .map-container{border-radius:0px!important;-webkit-clip-path:inset(0 0 0 0 round 0)!important}body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column)>.ctdl-automatic-posts-map.empty-map .empty-map-cover{border-radius:0px!important;-webkit-clip-path:inset(0 0 0 0 round 0)!important}body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map .map-container,body.half-layout .half-layout-part>.ctdl-directory-google-map .map-container,body.half-layout .half-layout-part>.ctdl-automatic-posts-map .map-container,body.half-layout .half-layout-part>.ctdl-posts-map .map-container{min-height:500px;text-align:center;border-radius:0px!important;-webkit-clip-path:inset(0 0 0 0 round 0)!important}body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,body.half-layout .half-layout-part>.ctdl-automatic-posts-map.empty-map .empty-map-cover{border-radius:0px!important}@media all and (min-width:1025px){body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map,body.half-layout .half-layout-part>.ctdl-directory-google-map,body.half-layout .half-layout-part>.ctdl-automatic-posts-map,body.half-layout .half-layout-part>.ctdl-posts-map,body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map .provider-wrapper,body.half-layout .half-layout-part>.ctdl-directory-google-map .provider-wrapper,body.half-layout .half-layout-part>.ctdl-automatic-posts-map .provider-wrapper,body.half-layout .half-layout-part>.ctdl-posts-map .provider-wrapper,body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map .component-container,body.half-layout .half-layout-part>.ctdl-directory-google-map .component-container,body.half-layout .half-layout-part>.ctdl-automatic-posts-map .component-container,body.half-layout .half-layout-part>.ctdl-posts-map .component-container,body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map .map-container,body.half-layout .half-layout-part>.ctdl-directory-google-map .map-container,body.half-layout .half-layout-part>.ctdl-automatic-posts-map .map-container,body.half-layout .half-layout-part>.ctdl-posts-map .map-container{height:100%}}@media all and (min-width:1025px) and (max-width:1266px){body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map .infoBox,body.half-layout .half-layout-part>.ctdl-directory-google-map .infoBox,body.half-layout .half-layout-part>.ctdl-automatic-posts-map .infoBox,body.half-layout .half-layout-part>.ctdl-posts-map .infoBox{width:250px}body.half-layout .half-layout-part>.ctdl-automatic-directory-google-map .infoBox .item-picture img,body.half-layout .half-layout-part>.ctdl-directory-google-map .infoBox .item-picture img,body.half-layout .half-layout-part>.ctdl-automatic-posts-map .infoBox .item-picture img,body.half-layout .half-layout-part>.ctdl-posts-map .infoBox .item-picture img{width:80px;max-height:100px}}.ctdl-item-gpx-download.small-button-style .download-button>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.ctdl-item-gpx-download.small-button-style .download-button>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-gpx-download.large-button-style .download-button>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.ctdl-item-gpx-download.large-button-style .download-button>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-get-directions.small-button-style .button-wrapper>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.ctdl-item-get-directions.small-button-style .button-wrapper>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-get-directions.large-button-style .button-wrapper>a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.ctdl-item-get-directions.large-button-style .button-wrapper>a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-claim-listing h2{font-size:1.6em;line-height:1.3;margin-bottom:1em;font-weight:700}.ctdl-item-claim-listing .claim-listing-form,.ctdl-item-claim-listing .claim-listing-notification{background-color:#fff;padding-left:20px;padding-right:20px;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative}@media all and (min-width:600px){.ctdl-item-claim-listing .claim-listing-form,.ctdl-item-claim-listing .claim-listing-notification{padding-left:40px;padding-right:40px}}.ctdl-item-claim-listing .claim-listing-form:before,.ctdl-item-claim-listing .claim-listing-notification:before{content:"";display:block;position:absolute;top:-1px;z-index:10}.ctdl-item-claim-listing.align-right .claim-listing-form:before,.ctdl-item-claim-listing.align-right .claim-listing-notification:before,.ctdl-item-claim-listing.align-left .claim-listing-form:before,.ctdl-item-claim-listing.align-left .claim-listing-notification:before{left:-1px;bottom:-1px;border-left:4px solid #000;width:40px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.ctdl-item-claim-listing.align-center .claim-listing-form:before,.ctdl-item-claim-listing.align-center .claim-listing-notification:before{left:-1px;right:-1px;border-top:4px solid #000;height:40px;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.ctdl-item-claim-listing .citadela-block-form{position:relative;z-index:20}.ctdl-item-claim-listing.opened>.claim-listing-button{position:absolute;top:0;right:0;padding:10px;z-index:10}.ctdl-item-claim-listing.opened>.claim-listing-button:before{content:"\f00d";font-family:'Font Awesome 5 Free';color:#000;font-weight:900;display:block;width:40px;height:40px;line-height:40px;font-size:20px;position:absolute;top:10px;right:10px;text-align:center}.ctdl-item-claim-listing.opened>.claim-listing-button .claim-listing-btn{font-size:0;text-indent:-9999px;overflow:hidden;width:40px;height:40px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;position:relative;z-index:10;opacity:0}.ctdl-item-claim-listing.small-button-style>.claim-listing-button>button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.ctdl-item-claim-listing.small-button-style>.claim-listing-button>button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-claim-listing.large-button-style>.claim-listing-button>button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.ctdl-item-claim-listing.large-button-style>.claim-listing-button>button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-claim-listing .citadela-block-form .claim-listing-user{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;width:100%;max-width:460px;font-size:1.2em;line-height:1.3;color:#000;display:block;font-weight:400;margin:.5em auto 0em auto;background:rgb(0 0 0 / .1)}.ctdl-item-claim-listing .citadela-block-form .claim-listing-user:focus{background-color:rgb(34 34 34 / .05)}.ctdl-item-claim-listing.align-right .citadela-block-form .claim-listing-user,.ctdl-item-claim-listing.align-left .citadela-block-form .claim-listing-user{margin-left:0;margin-right:0}.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="text"],.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="email"]{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;width:100%;max-width:460px}.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="text"]:focus,.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="email"]:focus{background-color:rgb(34 34 34 / .05)}.ctdl-item-claim-listing .input-container.has-error:not(.claim-listing-button) input[type="text"],.ctdl-item-claim-listing .input-container.has-error:not(.claim-listing-button) input[type="email"]{border-color:#ff3c3c}.ctdl-item-claim-listing .input-container.terms.has-error label{color:#ff3c3c}.ctdl-item-claim-listing .input-container.product select{padding:10px 40px 10px 15px;width:100%;max-width:460px;background-color:rgb(0 0 0 / .1)}.ctdl-item-claim-listing .input-container.claim-listing-button>button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.ctdl-item-claim-listing .input-container.claim-listing-button>button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.ctdl-item-claim-listing .data-messages p{color:#000}.ctdl-item-claim-listing .msg-error p{color:#ff3c3c}.ctdl-item-claim-listing .msg-error-server p{color:#ff3c3c}.ctdl-item-claim-listing .msg.msg-success{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:rgb(255 255 255 / .95);border:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-shadow:0 0 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 0 20px rgb(0 0 0 / .1);box-shadow:0 0 20px rgb(0 0 0 / .1);margin:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-item-claim-listing .msg.msg-success p{position:absolute;top:50%;left:0;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;overflow:auto;padding:40px}.ctdl-item-claim-listing .msg.msg-success p:before{content:"\f058";color:#82c91e;font-family:'Font Awesome 5 Free';font-weight:900;font-weight:400;font-size:3.5em;margin-bottom:0em;display:block}.ctdl-item-extension h2{font-size:1.6em;line-height:1.3;margin-bottom:1em;font-weight:700}.ctdl-item-extension .data-row .label{color:#222;fill:#222}.ctdl-item-extension:not(.custom-value-color) .data-row .data i.fa-times{color:#ff3c3c}.ctdl-item-extension:not(.custom-value-color) .data-row .data i.fa-check{color:#82c91e}.ctdl-item-extension.custom-value-color .data-row .data a{color:currentColor;text-decoration:underline}.ctdl-item-extension.text-layout .data-row .sep{color:#222;fill:#222}.ctdl-item-extension.list-layout:not(.table-style) .data-row{margin-bottom:.8em}.ctdl-item-extension.list-layout:not(.table-style) .data-row .label p{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;letter-spacing:0}@media all and (min-width:400px){.ctdl-item-extension.list-layout:not(.table-style).align-right .data-row .data p{margin-left:.3em}.ctdl-item-extension.list-layout:not(.table-style).align-left .data-row .label p{margin-right:.3em}.ctdl-item-extension.list-layout:not(.table-style).align-center:not(.custom-label-width) .data-row p{margin-left:.2em;margin-right:.2em}}.ctdl-item-extension.list-layout.table-style .data-row,.ctdl-item-extension.list-layout.table-style .data-row:last-child{border-color:rgb(34 34 34 / .1)}.ctdl-item-extension.list-layout.table-style .data-row .label p{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;letter-spacing:0;margin-top:.6em}.ctdl-item-extension.box-layout .citadela-block-articles-wrap{margin-left:-4px;margin-right:-4px}.ctdl-item-extension.box-layout .data-row{border-color:rgb(34 34 34 / .1);margin:4px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-item-extension.box-layout .data-row .label{margin-bottom:0em}.ctdl-item-extension.box-layout .data-row .label p{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;letter-spacing:0;vertical-align:top}.ctdl-author-detail .item-thumbnail,.ctdl-author-detail .author-cover{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-author-detail .item-thumbnail{border-color:rgb(34 34 34 / .1)}.ctdl-author-detail .author-posts-number{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-author-detail .author-name{font-size:2em;line-height:1.3;font-family:"Manrope";color:#222;fill:#222;font-weight:700}.ctdl-author-detail .author-posts-number{font-size:.9rem;background-color:#fff;color:#222;fill:#222}.ctdl-author-detail .author-posts-number .posts-text{font-size:.7em;text-transform:uppercase}.ctdl-author-detail.show-author-cover .has-cover .author-icon{-moz-border-radius:3.45px;-webkit-border-radius:3.45px;border-radius:3.45px}.ctdl-author-detail.show-author-cover .has-cover .author-icon img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-author-detail.show-author-cover .has-cover .author-name{color:#fff}.ctdl-author-detail.show-author-cover .has-cover .author-posts-number{background-color:#fff;color:#222}.ctdl-authors-list .citadela-block-title h2{font-size:1.6em;line-height:1.3;font-weight:700}.ctdl-authors-list article{margin-bottom:0}.ctdl-authors-list .item-content{border-color:rgb(34 34 34 / .1);background-color:#fff;background-clip:content-box;color:rgb(34 34 34 / .7);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctdl-authors-list .author-cover img{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.ctdl-authors-list .author-posts-number{font-size:.7em;line-height:1.3;-moz-border-radius:0 3px 0 3px;-webkit-border-radius:0 3px 0 3px;border-radius:0 3px 0 3px;padding:5px 13px 4px 13px;background:#000;color:#fff;fill:#fff;min-height:1px;display:flex;flex-flow:row nowrap;align-items:center}.ctdl-authors-list .author-posts-number>*{flex:0 0 auto}.ctdl-authors-list .author-posts-number .posts-number{margin-right:.3em}.ctdl-authors-list .item-title{font-size:1.2em;line-height:1.3;font-family:"Manrope";color:#222;fill:#222;font-weight:700}.ctdl-authors-list .item-description{font-size:.8em;line-height:1.3;line-height:1.5}.ctdl-authors-list .item-posts-link{font-size:.9em}.ctdl-authors-list.custom-decor-color .item-posts-link a{color:currentColor}.ctdl-authors-list.custom-text-color .item-content{color:currentColor}.ctdl-authors-list.custom-text-color .item-title{color:currentColor}.ctdl-authors-list.custom-text-color .item-description{opacity:.7}.ctdl-authors-list.border-none .item-content{border-width:0}.ctdl-authors-list.border-thick .item-content{border-width:2px}.ctdl-item-events .citadela-block-title h2{font-size:1.6em;line-height:1.3;font-weight:700;margin-bottom:1em}.ctdl-item-events .event-date-label{background:#000;color:#fff;fill:#fff;font-size:1em;line-height:1.5;line-height:1.3;font-weight:400;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ctdl-item-events .citadela-event-datetime{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);font-size:.8em;line-height:1.3;text-transform:uppercase;font-weight:700;margin-bottom:10px}.ctdl-item-events .citadela-event-datetime span{color:#000}.ctdl-item-events .citadela-event-datetime span.timezone{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.ctdl-item-events .citadela-event-title h3{font-size:1.4em;line-height:1.3;color:#222;fill:#222;font-weight:700;margin-top:0}.ctdl-item-events .citadela-event-title .event-price:before{opacity:.2}.ctdl-item-events .citadela-event-description{font-size:.9em}.ctdl-item-events .citadela-event-thumbnail img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;width:100%;vertical-align:top}@media all and (min-width:400px){.ctdl-item-events .citadela-event-date{width:86px;padding-right:30px}.ctdl-item-events .event-date-label{padding:8px 0}.ctdl-item-events .event-date-label>.month{font-size:.8em;line-height:1.3;line-height:1.5;margin-bottom:-4px}.ctdl-item-events .event-date-label>.day{font-size:1.4em;line-height:1.3}}@media (min-width:769px){.ctdl-item-events .citadela-event-thumbnail{width:120px;margin-left:30px}.ctdl-item-events .citadela-event-thumbnail img{margin-bottom:.5rem}.ctdl-item-events .citadela-event-description p{margin-bottom:.5rem}}.ctdl-item-events:not(.show-item-description) .citadela-event-datetime{font-weight:400}.ctdl-item-events:not(.show-item-description) .citadela-event-title h3{margin:.1em 0 .2em 0}.ctdl-info-content{border-color:#000;background:rgb(0 0 0 / .1)}.ctdl-info-content:before{font-family:'Font Awesome 5 Free';font-weight:900;background:#000;color:#fff;fill:#fff}.wp-block-citadela-blocks.use-carousel:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.wp-block-citadela-blocks.use-carousel .swiper-container{margin-left:-8px;margin-right:-8px;z-index:0}.wp-block-citadela-blocks.use-carousel .citadela-loader{z-index:500;color:#222;fill:#222}.wp-block-citadela-blocks.use-carousel .citadela-loader i{opacity:.5}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper{position:relative;margin:.5em -2px;display:flex;flex-flow:row wrap}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev,.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next{flex:1 1 auto;cursor:pointer;color:#222;fill:#222;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;text-align:center;border:1px solid;border-color:rgb(34 34 34 / .1);margin:2px}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev:focus,.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next:focus{outline:none;box-shadow:none}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev:hover,.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next:hover{color:#000}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev{float:left}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next{float:right}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper i{display:inline-block;vertical-align:top;width:30px;height:30px;line-height:30px;text-align:center}@media all and (min-width:400px){.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper{display:block;margin:.5em 0}.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev,.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next{border:none;margin:0}}@media all and (min-width:400px){.wp-block-citadela-blocks.use-carousel.carousel-navigation:not(.carousel-pagination) .carousel-navigation-wrapper:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}}.wp-block-citadela-blocks.use-carousel.carousel-pagination .carousel-pagination-wrapper{display:none;width:auto;margin:.5em 60px;padding:2px 0;text-align:center}.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet{border:2px solid;border-color:#222;vertical-align:middle;width:14px;height:14px;margin:5px;background:#fff0;opacity:.5;cursor:pointer;-moz-transition:all 0.15s;-webkit-transition:all 0.15s;transition:all 0.15s;-moz-transform:scale(.71);-webkit-transform:scale(.71);-ms-transform:scale(.71);transform:scale(.71);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet:focus{outline:none;box-shadow:none}.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet:hover{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-color:#000;background:none}.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet.active{opacity:1;background-color:#222;-moz-transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-color:#222}@media all and (min-width:400px){.wp-block-citadela-blocks.use-carousel.carousel-pagination .carousel-pagination-wrapper{display:block}}.wp-block-citadela-blocks.use-carousel.carousel-pagination:not(.carousel-navigation) .carousel-pagination-wrapper{display:block;margin-left:0;margin-right:0}.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-navigation .carousel-button-prev,.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-navigation .carousel-button-next{color:currentColor;border-color:currentColor}.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-pagination span.carousel-bullet{border-color:currentColor}.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-pagination span.carousel-bullet.active{background-color:currentColor}.home.blog .site-content{padding-top:7em}.blog .site-main .type-post,.archive .site-main .type-post,.search-results .site-main .hentry,.search-results .site-main .type-product,.ctdl-posts-search-results.layout-simple article,.ctdl-blog-posts.layout-simple article,.ctdl-posts.layout-simple article{margin-bottom:5em}.blog .site-main .type-post .entry-header,.archive .site-main .type-post .entry-header,.search-results .site-main .hentry .entry-header,.search-results .site-main .type-product .entry-header,.ctdl-posts-search-results.layout-simple article .entry-header,.ctdl-blog-posts.layout-simple article .entry-header,.ctdl-posts.layout-simple article .entry-header{position:relative}.blog .site-main .type-post .entry-header .entry-title,.archive .site-main .type-post .entry-header .entry-title,.search-results .site-main .hentry .entry-header .entry-title,.search-results .site-main .type-product .entry-header .entry-title,.ctdl-posts-search-results.layout-simple article .entry-header .entry-title,.ctdl-blog-posts.layout-simple article .entry-header .entry-title,.ctdl-posts.layout-simple article .entry-header .entry-title{margin-top:0;font-weight:700}.blog .site-main .type-post.sticky .entry-header .entry-title:after,.archive .site-main .type-post.sticky .entry-header .entry-title:after,.search-results .site-main .hentry.sticky .entry-header .entry-title:after,.search-results .site-main .type-product.sticky .entry-header .entry-title:after,.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title:after,.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title:after,.ctdl-posts.layout-simple article.sticky .entry-header .entry-title:after{font-family:'Font Awesome 5 Free';font-weight:900;font-size:.7em;display:inline-block;vertical-align:top;content:"\f005";color:#000;margin:.25em 0 0 .3em}.blog .site-main .type-post .entry-header .entry-meta,.archive .site-main .type-post .entry-header .entry-meta,.search-results .site-main .hentry .entry-header .entry-meta,.search-results .site-main .type-product .entry-header .entry-meta,.ctdl-posts-search-results.layout-simple article .entry-header .entry-meta,.ctdl-blog-posts.layout-simple article .entry-header .entry-meta,.ctdl-posts.layout-simple article .entry-header .entry-meta{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.blog .site-main .type-post .entry-header .entry-meta>span,.archive .site-main .type-post .entry-header .entry-meta>span,.search-results .site-main .hentry .entry-header .entry-meta>span,.search-results .site-main .type-product .entry-header .entry-meta>span,.ctdl-posts-search-results.layout-simple article .entry-header .entry-meta>span,.ctdl-blog-posts.layout-simple article .entry-header .entry-meta>span,.ctdl-posts.layout-simple article .entry-header .entry-meta>span{display:inline-block;font-size:.7em;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.blog .site-main .type-post .entry-header .entry-meta .posted-on,.archive .site-main .type-post .entry-header .entry-meta .posted-on,.search-results .site-main .hentry .entry-header .entry-meta .posted-on,.search-results .site-main .type-product .entry-header .entry-meta .posted-on,.ctdl-posts-search-results.layout-simple article .entry-header .entry-meta .posted-on,.ctdl-blog-posts.layout-simple article .entry-header .entry-meta .posted-on,.ctdl-posts.layout-simple article .entry-header .entry-meta .posted-on{margin-right:10px}.blog .site-main .type-post .entry-header .comments-link,.archive .site-main .type-post .entry-header .comments-link,.search-results .site-main .hentry .entry-header .comments-link,.search-results .site-main .type-product .entry-header .comments-link,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link,.ctdl-blog-posts.layout-simple article .entry-header .comments-link,.ctdl-posts.layout-simple article .entry-header .comments-link{position:relative;display:block;padding-top:.8em;margin-top:.8em}.blog .site-main .type-post .entry-header .comments-link:before,.archive .site-main .type-post .entry-header .comments-link:before,.search-results .site-main .hentry .entry-header .comments-link:before,.search-results .site-main .type-product .entry-header .comments-link:before,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link:before,.ctdl-blog-posts.layout-simple article .entry-header .comments-link:before,.ctdl-posts.layout-simple article .entry-header .comments-link:before{content:"";display:block;border-top:1px solid;border-color:#222;position:absolute;top:0;left:0;width:30px}.blog .site-main .type-post .post-thumbnail,.archive .site-main .type-post .post-thumbnail,.search-results .site-main .hentry .post-thumbnail,.search-results .site-main .type-product .post-thumbnail,.ctdl-posts-search-results.layout-simple article .post-thumbnail,.ctdl-blog-posts.layout-simple article .post-thumbnail,.ctdl-posts.layout-simple article .post-thumbnail{max-width:100%}.blog .site-main .type-post .post-thumbnail img,.archive .site-main .type-post .post-thumbnail img,.search-results .site-main .hentry .post-thumbnail img,.search-results .site-main .type-product .post-thumbnail img,.ctdl-posts-search-results.layout-simple article .post-thumbnail img,.ctdl-blog-posts.layout-simple article .post-thumbnail img,.ctdl-posts.layout-simple article .post-thumbnail img{width:100%;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;margin-bottom:0}.blog .site-main .type-post .entry-content .edit-link,.archive .site-main .type-post .entry-content .edit-link,.search-results .site-main .hentry .entry-content .edit-link,.search-results .site-main .type-product .entry-content .edit-link,.ctdl-posts-search-results.layout-simple article .entry-content .edit-link,.ctdl-blog-posts.layout-simple article .entry-content .edit-link,.ctdl-posts.layout-simple article .entry-content .edit-link{display:inline-block;vertical-align:top;text-transform:lowercase}.blog .site-main .type-post .entry-content .edit-link a:before,.archive .site-main .type-post .entry-content .edit-link a:before,.search-results .site-main .hentry .entry-content .edit-link a:before,.search-results .site-main .type-product .entry-content .edit-link a:before,.ctdl-posts-search-results.layout-simple article .entry-content .edit-link a:before,.ctdl-blog-posts.layout-simple article .entry-content .edit-link a:before,.ctdl-posts.layout-simple article .entry-content .edit-link a:before{content:" [ "}.blog .site-main .type-post .entry-content .edit-link a:after,.archive .site-main .type-post .entry-content .edit-link a:after,.search-results .site-main .hentry .entry-content .edit-link a:after,.search-results .site-main .type-product .entry-content .edit-link a:after,.ctdl-posts-search-results.layout-simple article .entry-content .edit-link a:after,.ctdl-blog-posts.layout-simple article .entry-content .edit-link a:after,.ctdl-posts.layout-simple article .entry-content .edit-link a:after{content:" ] "}.blog .site-main .type-post .entry-footer,.archive .site-main .type-post .entry-footer,.search-results .site-main .hentry .entry-footer,.search-results .site-main .type-product .entry-footer,.ctdl-posts-search-results.layout-simple article .entry-footer,.ctdl-blog-posts.layout-simple article .entry-footer,.ctdl-posts.layout-simple article .entry-footer{margin-top:.5em}.blog .site-main .type-post .entry-footer .locs-links,.archive .site-main .type-post .entry-footer .locs-links,.search-results .site-main .hentry .entry-footer .locs-links,.search-results .site-main .type-product .entry-footer .locs-links,.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links,.ctdl-blog-posts.layout-simple article .entry-footer .locs-links,.ctdl-posts.layout-simple article .entry-footer .locs-links{display:inline-block;max-width:100%;vertical-align:top;padding-top:1em;padding-right:16px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.blog .site-main .type-post .entry-footer .locs-links:before,.archive .site-main .type-post .entry-footer .locs-links:before,.search-results .site-main .hentry .entry-footer .locs-links:before,.search-results .site-main .type-product .entry-footer .locs-links:before,.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links:before,.ctdl-blog-posts.layout-simple article .entry-footer .locs-links:before,.ctdl-posts.layout-simple article .entry-footer .locs-links:before{content:"\f3c5";font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;margin-right:.3em;text-align:center}.blog .site-main .type-post .entry-footer .locs-links .locs-text,.archive .site-main .type-post .entry-footer .locs-links .locs-text,.search-results .site-main .hentry .entry-footer .locs-links .locs-text,.search-results .site-main .type-product .entry-footer .locs-links .locs-text,.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-text,.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-text,.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-text{display:none}.blog .site-main .type-post .entry-footer .locs-links .locs-list a,.archive .site-main .type-post .entry-footer .locs-links .locs-list a,.search-results .site-main .hentry .entry-footer .locs-links .locs-list a,.search-results .site-main .type-product .entry-footer .locs-links .locs-list a,.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-list a,.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-list a,.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-list a{display:block;vertical-align:top;margin-bottom:.2em}.blog .site-main .type-post .entry-footer .locs-links .locs-list a:not(:last-child):after,.archive .site-main .type-post .entry-footer .locs-links .locs-list a:not(:last-child):after,.search-results .site-main .hentry .entry-footer .locs-links .locs-list a:not(:last-child):after,.search-results .site-main .type-product .entry-footer .locs-links .locs-list a:not(:last-child):after,.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-list a:not(:last-child):after,.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-list a:not(:last-child):after,.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-list a:not(:last-child):after{content:","}.blog .site-main .type-post .entry-footer .cats-links,.archive .site-main .type-post .entry-footer .cats-links,.search-results .site-main .hentry .entry-footer .cats-links,.search-results .site-main .type-product .entry-footer .cats-links,.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links,.ctdl-blog-posts.layout-simple article .entry-footer .cats-links,.ctdl-posts.layout-simple article .entry-footer .cats-links{display:inline-block;max-width:100%;vertical-align:top;padding-top:1em;padding-right:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.blog .site-main .type-post .entry-footer .cats-links .cats-text,.archive .site-main .type-post .entry-footer .cats-links .cats-text,.search-results .site-main .hentry .entry-footer .cats-links .cats-text,.search-results .site-main .type-product .entry-footer .cats-links .cats-text,.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-text,.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-text,.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-text{display:none}.blog .site-main .type-post .entry-footer .cats-links .cats-list a,.archive .site-main .type-post .entry-footer .cats-links .cats-list a,.search-results .site-main .hentry .entry-footer .cats-links .cats-list a,.search-results .site-main .type-product .entry-footer .cats-links .cats-list a,.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a,.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a,.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a{color:#222;fill:#222;display:inline-block;max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.35em 1.5em;border-left:3px solid #000;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;text-decoration:none;display:block;vertical-align:top;margin-bottom:.2em}.blog .site-main .type-post .entry-footer .cats-links .cats-list a:hover,.archive .site-main .type-post .entry-footer .cats-links .cats-list a:hover,.search-results .site-main .hentry .entry-footer .cats-links .cats-list a:hover,.search-results .site-main .type-product .entry-footer .cats-links .cats-list a:hover,.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a:hover,.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a:hover,.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a:hover{background:rgb(0 0 0 / .1)}.blog .site-main .type-post .entry-footer .cats-links .cats-list a:after,.archive .site-main .type-post .entry-footer .cats-links .cats-list a:after,.search-results .site-main .hentry .entry-footer .cats-links .cats-list a:after,.search-results .site-main .type-product .entry-footer .cats-links .cats-list a:after,.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a:after,.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a:after,.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a:after{content:""}@media all and (min-width:400px){.blog .site-main .type-post .entry-footer .locs-links .locs-list a,.archive .site-main .type-post .entry-footer .locs-links .locs-list a,.search-results .site-main .hentry .entry-footer .locs-links .locs-list a,.search-results .site-main .type-product .entry-footer .locs-links .locs-list a,.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-list a,.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-list a,.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-list a{display:inline-block}.blog .site-main .type-post .entry-footer .cats-links .cats-list a,.archive .site-main .type-post .entry-footer .cats-links .cats-list a,.search-results .site-main .hentry .entry-footer .cats-links .cats-list a,.search-results .site-main .type-product .entry-footer .cats-links .cats-list a,.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a,.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a,.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a{display:inline-block}}@media all and (min-width:600px){.blog .site-main .type-post .entry-header,.archive .site-main .type-post .entry-header,.search-results .site-main .hentry .entry-header,.search-results .site-main .type-product .entry-header,.ctdl-posts-search-results.layout-simple article .entry-header,.ctdl-blog-posts.layout-simple article .entry-header,.ctdl-posts.layout-simple article .entry-header{padding-right:130px}.blog .site-main .type-post .entry-header .comments-link,.archive .site-main .type-post .entry-header .comments-link,.search-results .site-main .hentry .entry-header .comments-link,.search-results .site-main .type-product .entry-header .comments-link,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link,.ctdl-blog-posts.layout-simple article .entry-header .comments-link,.ctdl-posts.layout-simple article .entry-header .comments-link{position:absolute;top:0;right:0;min-width:100px;padding:0 0 0 10px;margin-top:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;border-left:1px solid;border-color:rgb(34 34 34 / .1)}.blog .site-main .type-post .entry-header .comments-link:before,.archive .site-main .type-post .entry-header .comments-link:before,.search-results .site-main .hentry .entry-header .comments-link:before,.search-results .site-main .type-product .entry-header .comments-link:before,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link:before,.ctdl-blog-posts.layout-simple article .entry-header .comments-link:before,.ctdl-posts.layout-simple article .entry-header .comments-link:before{display:none}.blog .site-main .type-post .entry-header .comments-link a,.archive .site-main .type-post .entry-header .comments-link a,.search-results .site-main .hentry .entry-header .comments-link a,.search-results .site-main .type-product .entry-header .comments-link a,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link a,.ctdl-blog-posts.layout-simple article .entry-header .comments-link a,.ctdl-posts.layout-simple article .entry-header .comments-link a{color:#222;fill:#222;text-decoration:none;display:block}.blog .site-main .type-post .entry-header .comments-link .comments-number,.archive .site-main .type-post .entry-header .comments-link .comments-number,.search-results .site-main .hentry .entry-header .comments-link .comments-number,.search-results .site-main .type-product .entry-header .comments-link .comments-number,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link .comments-number,.ctdl-blog-posts.layout-simple article .entry-header .comments-link .comments-number,.ctdl-posts.layout-simple article .entry-header .comments-link .comments-number{font-size:2em;line-height:1.3}.blog .site-main .type-post .entry-header .comments-link .comments-text,.archive .site-main .type-post .entry-header .comments-link .comments-text,.search-results .site-main .hentry .entry-header .comments-link .comments-text,.search-results .site-main .type-product .entry-header .comments-link .comments-text,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link .comments-text,.ctdl-blog-posts.layout-simple article .entry-header .comments-link .comments-text,.ctdl-posts.layout-simple article .entry-header .comments-link .comments-text{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);font-size:.75em;display:block;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;text-transform:lowercase}.blog .site-main .type-post .entry-header .comments-link a:hover .comments-text,.archive .site-main .type-post .entry-header .comments-link a:hover .comments-text,.search-results .site-main .hentry .entry-header .comments-link a:hover .comments-text,.search-results .site-main .type-product .entry-header .comments-link a:hover .comments-text,.ctdl-posts-search-results.layout-simple article .entry-header .comments-link a:hover .comments-text,.ctdl-blog-posts.layout-simple article .entry-header .comments-link a:hover .comments-text,.ctdl-posts.layout-simple article .entry-header .comments-link a:hover .comments-text{color:#222;fill:#222}}.ctdl-posts-search-results:not(.layout-simple) article.sticky .item-title .post-title:after,.ctdl-blog-posts:not(.layout-simple) article.sticky .item-title .post-title:after,.ctdl-posts:not(.layout-simple) article.sticky .item-title .post-title:after,.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title:after,.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title:after,.ctdl-posts.layout-simple article.sticky .entry-header .entry-title:after{display:none}.ctdl-posts-search-results:not(.layout-simple) article.sticky .item-title .post-title .featured,.ctdl-blog-posts:not(.layout-simple) article.sticky .item-title .post-title .featured,.ctdl-posts:not(.layout-simple) article.sticky .item-title .post-title .featured,.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title .featured,.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title .featured,.ctdl-posts.layout-simple article.sticky .entry-header .entry-title .featured{font-size:.7em;display:inline-block;vertical-align:top;color:#000;margin:.25em 0 0 .3em}.ctdl-posts-search-results:not(.layout-simple) article.sticky .item-title .post-title .featured:after,.ctdl-blog-posts:not(.layout-simple) article.sticky .item-title .post-title .featured:after,.ctdl-posts:not(.layout-simple) article.sticky .item-title .post-title .featured:after,.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title .featured:after,.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title .featured:after,.ctdl-posts.layout-simple article.sticky .entry-header .entry-title .featured:after{font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;vertical-align:top;content:"\f005"}.single-post .site-main .type-post .post-thumbnail img,.page .site-main .type-page .post-thumbnail img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.single-post .site-main .type-post .entry-footer{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);margin-bottom:3em;margin-top:2em}.single-post .site-main .type-post .entry-footer:after{content:"";display:inline-block;width:30px;border-top:1px solid;border-color:#222;margin-top:2em}.single-post .site-main .type-post .entry-footer .locs-links{display:block;margin-bottom:.5em}.single-post .site-main .type-post .entry-footer .locs-links .locs-text:after{content:" : "}.single-post .site-main .type-post .entry-footer .cats-links{display:block;margin-bottom:.5em}.single-post .site-main .type-post .entry-footer .cats-links .cats-text:after{content:" : "}.single-post .site-main .type-post .entry-footer .tags-links{display:block;margin-bottom:.5em}.single-post .site-main .type-post .entry-footer .tags-links .tags-text:after{content:" : "}.posts-navigation,.post-navigation,.comment-navigation{margin-bottom:4em}.posts-navigation .nav-links,.post-navigation .nav-links,.comment-navigation .nav-links{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin-left:-4px;margin-right:-4px}.posts-navigation .nav-links:after,.post-navigation .nav-links:after,.comment-navigation .nav-links:after{display:none}.posts-navigation .nav-previous,.post-navigation .nav-previous,.comment-navigation .nav-previous,.posts-navigation .nav-next,.post-navigation .nav-next,.comment-navigation .nav-next{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin:4px;width:calc(50% - 8px)}.posts-navigation a,.post-navigation a,.comment-navigation a{display:block;color:#222;fill:#222;font-size:0;text-transform:uppercase;letter-spacing:.14em;font-weight:700;padding:20px;position:relative;border:1px solid;border-color:rgb(34 34 34 / .1);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.posts-navigation a:hover,.post-navigation a:hover,.comment-navigation a:hover{background:rgb(0 0 0 / .1);border-color:#000}.posts-navigation a:before,.post-navigation a:before,.comment-navigation a:before,.posts-navigation a:after,.post-navigation a:after,.comment-navigation a:after{font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;font-size:1.5rem;vertical-align:top}.posts-navigation .nav-previous a:before,.post-navigation .nav-previous a:before,.comment-navigation .nav-previous a:before{content:"\f30a";left:20px}.posts-navigation .nav-next a:after,.post-navigation .nav-next a:after,.comment-navigation .nav-next a:after{content:"\f30b";right:20px}.posts-navigation .nav-previous:last-child,.post-navigation .nav-previous:last-child,.comment-navigation .nav-previous:last-child,.posts-navigation .nav-next:first-child,.post-navigation .nav-next:first-child,.comment-navigation .nav-next:first-child{margin-left:auto;margin-right:auto;width:400px;max-width:-webkit-calc(100% - 8px);max-width:calc(100% - 8px);-webkit-flex:0 1 auto;-moz-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.posts-navigation .nav-previous:last-child a,.post-navigation .nav-previous:last-child a,.comment-navigation .nav-previous:last-child a,.posts-navigation .nav-next:first-child a,.post-navigation .nav-next:first-child a,.comment-navigation .nav-next:first-child a{padding-left:60px;padding-right:60px;text-align:center}@media all and (min-width:600px){.posts-navigation a,.post-navigation a,.comment-navigation a{font-size:.75em;line-height:1.3}.posts-navigation a:before,.post-navigation a:before,.comment-navigation a:before,.posts-navigation a:after,.post-navigation a:after,.comment-navigation a:after{position:absolute;font-size:1.5em;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.posts-navigation .nav-previous a,.post-navigation .nav-previous a,.comment-navigation .nav-previous a{padding-left:60px}.posts-navigation .nav-next a,.post-navigation .nav-next a,.comment-navigation .nav-next a{padding-right:60px}}.navigation.pagination{margin-bottom:4em}.navigation.pagination .nav-links{font-size:0;margin:2rem -2px}.navigation.pagination .nav-links .page-numbers{font-size:1rem;display:inline-block;vertical-align:top;color:#222;fill:#222;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 10px;min-width:40px;text-align:center;text-decoration:none;margin:2px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.navigation.pagination .nav-links a:hover{background:rgb(0 0 0 / .1);border-color:#000}.navigation.pagination .nav-links .current{color:#fff;fill:#fff;background:#000;border-color:#000;cursor:pointer}.navigation.pagination .nav-links a.prev,.navigation.pagination .nav-links a.next{min-width:60px;text-indent:-9999px;overflow:hidden;position:relative}.navigation.pagination .nav-links a.prev:before,.navigation.pagination .nav-links a.next:before{font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;font-size:1rem;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:0}.navigation.pagination .nav-links a.prev:before{content:"\f30a"}.navigation.pagination .nav-links a.next:before{content:"\f30b"}.navigation.pagination .nav-links .dots{border-color:#fff0}.page-links{font-size:0;margin:0rem -2px 2rem -2px;padding-top:2rem}.page-links .page-links-title,.page-links .post-page-numbers{font-size:1rem;display:inline-block;vertical-align:top;color:#222;fill:#222;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 10px;min-width:40px;text-align:center;text-decoration:none;margin:2px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.page-links a.post-page-numbers:hover{background:rgb(0 0 0 / .1);border-color:#000}.page-links .post-page-numbers.current{color:#fff;fill:#fff;background:#000;border-color:#000;cursor:pointer}.page-links .page-links-title{text-transform:uppercase;letter-spacing:.14em;font-weight:700;letter-spacing:0;font-size:.75rem;padding:8px 14px;border-left:3px solid #000}.comments-area .comments-title{font-weight:700}.comments-area .comment-list .fn{color:#222;fill:#222;font-size:1.2em;line-height:1.3;font-weight:400}.comments-area .comment-list .says{font-size:.75em}.comments-area .comment-list .avatar{-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;width:32px;height:32px}.comments-area .comment-list .edit-link{display:inline-block;margin-left:5px;padding-left:8px;border-left:1px solid;border-color:rgb(34 34 34 / .1)}.comments-area .comment-list .edit-link a{color:red}.comments-area .comment-list .comment-body .comment-meta .comment-metadata,.comments-area .comment-list .comment-body .comment-meta .comment-author{vertical-align:baseline}@media all and (min-width:600px){.comments-area .comment-list>li>.comment-body{padding-left:70px}.comments-area .comment-list>li>.comment-body .comment-meta .comment-author .avatar{left:-70px;width:48px;height:48px}.comments-area .comment-list>li>ol.children{margin-left:70px}}.comments-area .comment-list>.trackback+.trackback,.comments-area .comment-list>.pingback+.trackback,.comments-area .comment-list>.trackback+.pingback,.comments-area .comment-list>.pingback+.pingback{margin-top:-1.5em}.comments-area .comment-list>.trackback .comment-body,.comments-area .comment-list>.pingback .comment-body{padding:1em 20px;border-left:3px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;background-color:rgb(34 34 34 / .02)}.comments-area.item-reviews .comments-title{margin-bottom:1em}.comments-area.item-reviews .comment-list{margin-bottom:3.5em}.comments-area.item-reviews .comment-list>li{border-bottom:1px solid;border-color:rgb(34 34 34 / .1);margin-bottom:20px;padding-bottom:5px}.comments-area.item-reviews .comment-list li .comment-body{margin-bottom:0;padding-top:10px;padding-bottom:10px}.comments-area.item-reviews .comment-list li .reply{margin-bottom:1em}.comments-area.item-reviews .comment-list .comment-rating{margin-top:.5em;display:block}.comments-area.item-reviews .comment-list .comment-rating i.fas{color:#ffc439}.comments-area.item-reviews .comment-list .comment-rating i.far{color:rgb(34 34 34 / .3)!important;fill:rgb(34 34 34 / .3)!important}.comments-area.item-reviews .comment-list .item-owner{margin-top:.5em;display:block}.comments-area.item-reviews .comment-list .item-owner span{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.8em;vertical-align:middle;padding:.4em 1em;cursor:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.comments-area.item-reviews .comment-list .item-owner span:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.comments-area.item-reviews .comment-list .children li{-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;padding:10px 20px 5px 20px;margin-bottom:20px;border-left:1px solid #000;background-color:rgb(34 34 34 / .02)}@media all and (min-width:400px){.comments-area.item-reviews .comment-list li .children{margin-left:0}.comments-area.item-reviews .comment-list .comment-rating{float:right;margin-top:.1em;margin-left:.8em}.comments-area.item-reviews .comment-list .item-owner{float:right;margin-top:0em;margin-left:1em;margin-right:-20px}.comments-area.item-reviews .comment-list .item-owner span{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}}@media all and (min-width:600px){.comments-area.item-reviews .comment-list>li>ol.children{margin-left:70px}}.comment-respond .comment-reply-title{margin-bottom:0;font-weight:700;padding-right:50px;position:relative}.comment-respond .comment-reply-title small{position:absolute;top:0;right:0}.comment-respond .comment-reply-title small a{display:block;width:40px;height:40px;line-height:40px;text-indent:-9999px;overflow:hidden;position:relative}.comment-respond .comment-reply-title small a:before{content:"\f00d";text-indent:0;font-family:'Font Awesome 5 Free';font-weight:900;font-size:1em;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.comment-respond .comment-reply-title small a:not(:hover){color:#000}.comment-respond .logged-in-as{font-size:.8em;line-height:1.3;margin-top:.2em}.comment-respond .comment-notes{font-size:.8em;line-height:1.3;margin-top:.2em}.comment-respond .rating-wrapper label{color:#222;fill:#222}.comment-respond .rating-wrapper .rating{color:#000}.comment-respond .comment-form-author,.comment-respond .comment-form-email,.comment-respond .comment-form-url,.comment-respond .comment-form-comment{border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;margin-bottom:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.comment-respond .comment-form-author:after,.comment-respond .comment-form-email:after,.comment-respond .comment-form-url:after,.comment-respond .comment-form-comment:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.comment-respond .form-submit{margin-top:1em}.comment-respond .citadela-comments-extension-help{font-size:.8em;line-height:1.3;position:relative;padding-left:1.5em;margin-bottom:1.5em}.comment-respond .citadela-comments-extension-help:before{color:#000;content:"\f05a";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1em;display:block;text-indent:0;position:absolute;top:0;left:0}.comment-respond .citadela-comments-extension-help p{margin-bottom:1em}.comment-respond p:not(.comment-form-cookies-consent) label{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;color:rgb(34 34 34 / .7);outline:none}.comment-respond p:not(.comment-form-cookies-consent) label:focus{background-color:rgb(34 34 34 / .05)}.comment-respond p.comment-form-cookies-consent label{font-size:.8em;line-height:1.3}.comment-respond textarea{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;width:100%!important;display:block;clear:both}.comment-respond textarea:focus{background-color:rgb(34 34 34 / .05)}.comment-respond input[type="text"],.comment-respond input[type="email"],.comment-respond input[type="url"]{display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:10px 15px;vertical-align:top;border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;color:rgb(34 34 34 / .7);outline:none;width:100%}.comment-respond input[type="text"]:focus,.comment-respond input[type="email"]:focus,.comment-respond input[type="url"]:focus{background-color:rgb(34 34 34 / .05)}.comment-respond .required{display:inline-block;width:10px;height:10px;color:#000;overflow:hidden;text-indent:-9999px;vertical-align:top;margin-left:1px;margin-top:.25em;position:relative}.comment-respond .required::after{content:"\f621";font-family:'Font Awesome 5 Free';font-weight:900;font-size:.5em;display:block;text-indent:0;position:absolute;top:0;left:0}.comment-respond input[type="checkbox"]{margin-right:.6em;margin-top:-.1em;vertical-align:middle}.comment-respond input[type="submit"]{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.comment-respond input[type="submit"]:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}@media all and (min-width:400px){.comment-respond p:not(.comment-form-cookies-consent) label{width:150px;float:left}.comment-respond p.comment-form-comment label{float:none;width:auto}.comment-respond input[type="text"],.comment-respond input[type="email"],.comment-respond input[type="url"]{width:-webkit-calc(100% - 150px);width:calc(100% - 150px)}}.single-attachment .post-thumbnail img{vertical-align:top;margin-bottom:1.5em;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.error404 .site-main .page-content{margin-top:15%;margin-bottom:20%}.error404 .site-main .page-content form.search-form{position:relative}.error404 .site-main .page-content form.search-form:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:block;position:absolute;top:50%;right:0;width:46px;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.1em;vertical-align:top;text-align:center;z-index:10;color:#222;fill:#222;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.error404 .site-main .page-content form.search-form:hover:before{color:#000}.error404 .site-main .page-content form.search-form input[type="search"]{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;padding-right:56px}.error404 .site-main .page-content form.search-form input[type="search"]::placeholder{color:rgb(34 34 34 / .7)}.error404 .site-main .page-content form.search-form input[type="submit"],.error404 .site-main .page-content form.search-form button{position:absolute;top:0;right:0;bottom:0;width:46px;overflow:hidden;text-indent:-9999px;background:none;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;cursor:pointer;font-size:0;z-index:20}.error404 .site-main .page-content .widget_pages{padding-top:40px}.error404 .site-main .page-content .widget_pages h2,.error404 .site-main .page-content .widget_pages h3{display:none}.error404 .site-main .page-content .widget_pages li a{display:inline-block;vertical-align:top;padding-left:26px;position:relative}.error404 .site-main .page-content .widget_pages li a:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:block;position:absolute;top:50%;left:0;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:.8em;color:#222;fill:#222;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.error404 .site-main .page-content .widget_pages li a:hover:before{color:#000}.search-no-results .site-main .not-found form.search-form{position:relative;margin-bottom:4em}.search-no-results .site-main .not-found form.search-form:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:block;position:absolute;top:50%;right:0;width:46px;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.1em;vertical-align:top;text-align:center;z-index:10;color:#222;fill:#222;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.search-no-results .site-main .not-found form.search-form:hover:before{color:#000}.search-no-results .site-main .not-found form.search-form input[type="search"]{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;padding-right:56px}.search-no-results .site-main .not-found form.search-form input[type="search"]::placeholder{color:rgb(34 34 34 / .7)}.search-no-results .site-main .not-found form.search-form input[type="submit"],.search-no-results .site-main .not-found form.search-form button{position:absolute;top:0;right:0;bottom:0;width:46px;overflow:hidden;text-indent:-9999px;background:none;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;cursor:pointer;font-size:0;z-index:20}.widget .wp-block-page-list{margin-bottom:1em}.widget .wp-block-page-list ul{margin:0}.widget .wp-block-page-list li{margin-top:0;margin-bottom:.2em}.wp-block-archives li,.wp-block-categories li{margin-bottom:.2em}.wp-block-archives li a,.wp-block-categories li a{display:inline-block;margin:0em}.wp-block-archives-dropdown select,.wp-block-categories-dropdown select{width:100%;margin-bottom:.5em}.widget.widget_archive ul.children,.widget.widget_categories ul.children,.wp-block-archives ul.children,.wp-block-categories ul.children{margin-left:1.3em;margin-top:.5em;margin-bottom:.5em}.widget.widget_archive ul.children li,.widget.widget_categories ul.children li,.wp-block-archives ul.children li,.wp-block-categories ul.children li{position:relative}.widget.widget_archive ul.children li:before,.widget.widget_categories ul.children li:before,.wp-block-archives ul.children li:before,.wp-block-categories ul.children li:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;top:0;left:-1.3em}.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{line-height:1.5}.widget .widget-title.no-title{display:none}.widget h2.widgettitle{display:none}.widget .widget-title h3,.widget .widget-title a,.widget.widget_nav_menu>h3{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#222;fill:#222;margin:0;display:inline-block;vertical-align:middle;max-width:100%}.widget.widget_nav_menu>h3{margin:0 0 1.5em 0;display:block}.widget .widget-title img{vertical-align:top;margin-right:.5em}.widget a{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.widget a:hover{color:#000;text-decoration:none}.widget ul{margin-bottom:1em}.widget .ctdl-directory-categories-list a,.widget .ctdl-directory-locations-list a{color:rgb(34 34 34 / .7)}.widget.widget_nav_menu ul ul,.widget.widget_pages ul ul,.widget.widget_meta ul ul{margin-bottom:0}.widget.widget_nav_menu ul li a,.widget.widget_pages ul li a,.widget.widget_meta ul li a{display:block;margin-bottom:.2em}.widget.widget_archive ul li,.widget.widget_categories ul li{margin-bottom:.2em}.widget.widget_archive ul li a,.widget.widget_categories ul li a{display:inline-block;margin:0em}.widget.widget_archive select,.widget.widget_categories select{width:100%}.widget.widget_recent_comments ul li{margin-bottom:.2em}.widget .wp-block-latest-comments a{color:#222;fill:#222}.widget .wp-block-latest-comments a:hover{color:#000}.widget .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.widget.widget_search:not(.widget_block) form label{display:block;margin-bottom:8px}.widget.widget_search:not(.widget_block) form .wp-block-search__inside-wrapper{position:relative}.widget.widget_search:not(.widget_block) form .wp-block-search__inside-wrapper:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:block;position:absolute;top:50%;right:0;width:46px;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.1em;vertical-align:top;text-align:center;z-index:10;color:#222;fill:#222;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.widget.widget_search:not(.widget_block) form .wp-block-search__inside-wrapper:hover:before{color:#000}.widget.widget_search:not(.widget_block) form input[type="search"]{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;padding-right:56px}.widget.widget_search:not(.widget_block) form input[type="search"]::placeholder{color:rgb(34 34 34 / .7)}.widget.widget_search:not(.widget_block) form input[type="submit"],.widget.widget_search:not(.widget_block) form button{position:absolute;top:0;right:0;bottom:0;width:46px;overflow:hidden;text-indent:-9999px;background:none;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;cursor:pointer;font-size:0;z-index:20}.widget.widget_search.widget_block .wp-block-search .wp-block-search__label:not(.screen-reader-text){margin-bottom:1.875em}.widget.widget_calendar .calendar_wrap table,.widget .wp-block-calendar table{border-top:2px solid;border-color:#222;font-size:.85em;margin-bottom:0}.widget.widget_calendar .calendar_wrap caption,.widget .wp-block-calendar caption{color:rgb(34 34 34 / .7);border-top:1px solid;border-color:rgb(34 34 34 / .1);padding:8px 0;text-align:left;letter-spacing:.14em}.widget.widget_calendar .calendar_wrap th,.widget .wp-block-calendar th,.widget.widget_calendar .calendar_wrap td,.widget .wp-block-calendar td{background:none;text-align:left;border-width:0}.widget.widget_calendar .calendar_wrap th,.widget .wp-block-calendar th{color:#222;fill:#222;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);padding:5px 0;font-weight:700}.widget.widget_calendar .calendar_wrap td,.widget .wp-block-calendar td{line-height:1.7em;color:rgb(34 34 34 / .7)}.widget.widget_calendar .calendar_wrap td#today,.widget .wp-block-calendar td#today{font-weight:700;color:#222;fill:#222}.widget.widget_calendar .calendar_wrap tbody tr:first-child td,.widget .wp-block-calendar tbody tr:first-child td{padding-top:7px}.widget.widget_calendar .calendar_wrap tbody tr:last-child td,.widget .wp-block-calendar tbody tr:last-child td{padding-bottom:7px}.widget.widget_calendar .calendar_wrap tbody td a,.widget .wp-block-calendar tbody td a{color:#000;text-shadow:0 0 1px #000;font-weight:700;display:block}.widget.widget_calendar .calendar_wrap .wp-calendar-nav,.widget .wp-block-calendar .wp-calendar-nav{display:flex;flex-flow:row nowrap;margin-bottom:1.5em}.widget.widget_calendar .calendar_wrap .wp-calendar-nav span,.widget .wp-block-calendar .wp-calendar-nav span{flex:1 1 auto;border-top:1px solid;border-color:rgb(34 34 34 / .1);padding-top:5px}.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev{text-align:left}.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next{text-align:right}.widget.widget_calendar .calendar_wrap .wp-calendar-nav a,.widget .wp-block-calendar .wp-calendar-nav a{display:block;overflow:hidden;text-align:left;text-indent:-9999px;position:relative;color:#222;fill:#222}.widget.widget_calendar .calendar_wrap .wp-calendar-nav a:before,.widget .wp-block-calendar .wp-calendar-nav a:before{font-family:'Font Awesome 5 Free';font-weight:900;display:block;position:absolute;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;font-size:1.6em;text-indent:0}.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before{content:"\f30a";text-align:left}.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before,.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before{content:"\f30b";text-align:right}.widget.widget_media_gallery .widget-container{overflow:hidden}.widget.widget_media_gallery .gallery{margin-left:-5px;margin-right:-5px;margin-bottom:-10px}.widget.widget_media_gallery .gallery-item{margin:0;padding:0 5px 10px 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.widget.widget_media_gallery .gallery-item a{display:block;text-align:left}.widget.widget_media_gallery .gallery-item img{vertical-align:top}.widget.widget_media_gallery .gallery-caption{display:block;font-size:.75em;font-style:italic;line-height:1.3;margin-top:.5em;margin-bottom:.5em;text-align:left}.widget.widget_media_image .wp-caption-text{display:block;font-size:.75em;font-style:italic;line-height:1.3;margin-top:.5em;margin-bottom:.5em;text-align:left}.widget.widget_tag_cloud .tagcloud{line-height:1.2}.widget.widget_tag_cloud .tagcloud a{display:inline-block;margin-right:5px;vertical-align:middle}.widget .wp-block-tag-cloud{line-height:1.2}.widget .wp-block-tag-cloud a{display:inline-block;margin-right:5px;vertical-align:middle}.widget.widget_rss .widget-title a.rsswidget{display:inline}.widget.widget_rss .widget-title a.rsswidget:first-child{display:inline-block}.widget.widget_rss ul li{margin-bottom:1.5em}.widget.widget_rss ul li:last-child{margin-bottom:0em}.widget.widget_rss ul .rsswidget{display:block;color:#222;fill:#222;font-size:1.1em;margin-bottom:.8em}.widget.widget_rss ul .rss-date{font-size:.8em;line-height:1.3;display:block;color:#000}.widget.widget_rss ul .rssSummary{font-size:.8em;line-height:1.3;line-height:1.5;margin-top:.5em}.widget.widget_rss ul cite{margin-top:.5em;display:block;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.widget .wp-block-rss li{margin-bottom:1.5em}.widget .wp-block-rss li:last-child{margin-bottom:0em}.widget.widget_recent_entries ul li{margin-bottom:.5em}.widget.widget_recent_entries ul li a{display:block;font-size:1.1em}.widget.widget_recent_entries ul li .post-date{font-size:.8em;line-height:1.3;display:block;color:#222;fill:#222;margin-top:.2em;margin-bottom:1em}.widget .wp-block-latest-posts li{margin-bottom:.5em}.widget .wp-block-latest-posts li a{display:block;font-size:1.1em}.widget .wp-block-latest-posts li .wp-block-latest-posts__post-author,.widget .wp-block-latest-posts li .wp-block-latest-posts__post-date{font-size:.8em;line-height:1.3;display:block;color:#222;fill:#222;margin-top:.2em;margin-bottom:1em}.sidebar-collapsible-widgets .widget-area .widget{border-top:1px solid;border-color:rgb(34 34 34 / .1);margin:0}.sidebar-collapsible-widgets .widget-area .widget:last-child{border-bottom:1px solid;border-color:rgb(34 34 34 / .1)}.sidebar-collapsible-widgets .widget-area .widget .widget-title{padding:.5em 50px .5em 0;margin:0;position:relative;cursor:pointer}.sidebar-collapsible-widgets .widget-area .widget .widget-title:after{content:"\f107";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.2em;display:block;width:31px;height:30px;line-height:30px;text-align:center;position:absolute;top:.2em;right:0;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer}.sidebar-collapsible-widgets .widget-area .widget.opened .widget-title:after{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sidebar-collapsible-widgets .widget-area .widget .widget-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1em 0 2em 0}.sidebar-collapsible-widgets .widget-area .widget.collapsible-widget .widget-container{border-top:0 solid;border-color:#222}.sidebar-collapsible-widgets .widget-area .widget .widget-title.no-title{display:block}.sidebar-collapsible-widgets .widget-area .widget .widget-title.no-title:after{display:none}body:not(.sidebar-collapsible-widgets) .widget-area .widget:after{content:"\f111 \f111 \f111";display:block;font-size:.4em;letter-spacing:1.1em;color:#000;font-family:'Font Awesome 5 Free';font-weight:900;padding-bottom:1em;margin-top:4.5em}@media all and (min-width:600px){.site-footer{padding-left:20px;padding-right:20px}}.site-footer .footer-widgets-area{font-size:.9rem}.site-footer .site-info{font-size:.7em;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5);padding-bottom:8em}.site-footer .site-info a{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget .widget-title h3,.footer-widgets-area .widget .widget-title a,.footer-widgets-area .widget.widget_nav_menu>h3{color:#fff;fill:#fff}.footer-widgets-area .widget a{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget a:hover{color:#000}.footer-widgets-area .widget .ctdl-directory-categories-list a,.footer-widgets-area .widget .ctdl-directory-locations-list a{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget .ctdl-directory-categories-list .folder-card .folder-title,.footer-widgets-area .widget .ctdl-directory-locations-list .folder-card .folder-title{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_archive select,.footer-widgets-area .widget.widget_categories select{background-color:#000;border-color:rgb(255 255 255 / .1);color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.widget_archive select option,.footer-widgets-area .widget.widget_categories select option{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget .wp-block-archives-dropdown select,.footer-widgets-area .widget .wp-block-categories-dropdown select{background-color:#000;border-color:rgb(255 255 255 / .1);color:rgb(255 255 255 / .7)}.footer-widgets-area .widget .wp-block-archives-dropdown select option,.footer-widgets-area .widget .wp-block-categories-dropdown select option{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.widget_calendar .calendar_wrap table,.footer-widgets-area .widget .wp-block-calendar table{border-color:#fff}.footer-widgets-area .widget.widget_calendar .calendar_wrap caption,.footer-widgets-area .widget .wp-block-calendar caption{color:rgb(255 255 255 / .7);border-color:rgb(255 255 255 / .1)}.footer-widgets-area .widget.widget_calendar .calendar_wrap th,.footer-widgets-area .widget .wp-block-calendar th{color:#fff;fill:#fff;border-color:rgb(255 255 255 / .1)}.footer-widgets-area .widget.widget_calendar .calendar_wrap td,.footer-widgets-area .widget .wp-block-calendar td{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.widget_calendar .calendar_wrap td#today,.footer-widgets-area .widget .wp-block-calendar td#today{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_calendar .calendar_wrap tbody td a,.footer-widgets-area .widget .wp-block-calendar tbody td a{color:#000}.footer-widgets-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav span,.footer-widgets-area .widget .wp-block-calendar .wp-calendar-nav span{border-color:rgb(255 255 255 / .1)}.footer-widgets-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav a,.footer-widgets-area .widget .wp-block-calendar .wp-calendar-nav a{color:#fff;fill:#fff}.footer-widgets-area .widget .wp-block-latest-comments a{color:#fff;fill:#fff}.footer-widgets-area .widget .wp-block-latest-comments a:hover{color:#000}.footer-widgets-area .widget .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.widget_search:not(.widget_block) form:before{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_search:not(.widget_block) input[type="search"]{border-color:rgb(255 255 255 / .1);background:#000;color:#fff;fill:#fff}.footer-widgets-area .widget.widget_search:not(.widget_block) input[type="search"]::placeholder{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__label{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input{border-color:rgb(255 255 255 / .1);background:#000;color:#fff;fill:#fff}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input:focus{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input::placeholder{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:rgb(255 255 255 / .1);background-color:#000}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{color:#fff;fill:#fff;border-color:#fff}.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__button svg{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_rss ul.rsswidget{color:#fff;fill:#fff}.footer-widgets-area .widget.widget_rss ul .rss-date{color:#000}.footer-widgets-area .widget.widget_rss ul cite{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget.widget_recent_entries ul li .post-date{color:#fff;fill:#fff}.footer-widgets-area .widget .wp-block-latest-posts li .wp-block-latest-posts__post-author,.footer-widgets-area .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date{color:#fff;fill:#fff}.site-footer .footer-widgets-area .widget{width:100%;max-width:inherit;padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.site-footer .footer-widgets-area .tribe-compatibility-container{width:100%;max-width:inherit;padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap caption,.site-footer .footer-widgets-area .widget .wp-block-calendar caption,.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap th,.site-footer .footer-widgets-area .widget .wp-block-calendar th,.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap td,.site-footer .footer-widgets-area .widget .wp-block-calendar td{text-align:center}.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #prev a:before,.site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #prev a:before{text-align:right}.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #next a:before,.site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #next a:before{text-align:left}.site-footer .footer-widgets-area .widget_media_image figure{margin-left:auto;margin-right:auto}.site-footer .footer-widgets-area .widget_media_image .wp-caption-text{text-align:center}@media all and (min-width:400px){.site-footer .footer-widgets-area{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:ccenterc;-webkit-justify-content:center;justify-content:center}.site-footer .footer-widgets-area .widget,.site-footer .footer-widgets-area .tribe-compatibility-container{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:auto;max-width:50%;min-width:150px;text-align:left}.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap caption,.site-footer .footer-widgets-area .widget .wp-block-calendar caption,.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap th,.site-footer .footer-widgets-area .widget .wp-block-calendar th,.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap td,.site-footer .footer-widgets-area .widget .wp-block-calendar td{text-align:left}.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #prev a:before,.site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #prev a:before{text-align:left}.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #next a:before,.site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #next a:before{text-align:right}.site-footer .footer-widgets-area .widget_media_video{width:100%;max-width:100%}.site-footer .footer-widgets-area .widget_media_image figure{margin-left:0;margin-right:0}.site-footer .footer-widgets-area .widget_media_image .wp-caption-text{text-align:left}.site-footer .footer-widgets-area.collapsible-widgets.opened{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex}}@media all and (min-width:600px){.site-footer .footer-widgets-area .widget{max-width:33.333%}.site-footer .footer-widgets-area .tribe-compatibility-container{max-width:300px}.site-footer .footer-widgets-area .widget_media_video{max-width:400px}}@media all and (min-width:1025px){body.modern-theme-layout:not(.right-sidebar):not(.left-sidebar) .site-footer .footer-widgets-area .widget,body:not(.modern-theme-layout) .site-footer .footer-widgets-area .widget{max-width:25%}body.modern-theme-layout:not(.right-sidebar):not(.left-sidebar) .site-footer .footer-widgets-area .tribe-compatibility-container,body:not(.modern-theme-layout) .site-footer .footer-widgets-area .tribe-compatibility-container{max-width:300px}body.modern-theme-layout:not(.right-sidebar):not(.left-sidebar) .site-footer .footer-widgets-area .widget_media_video,body:not(.modern-theme-layout) .site-footer .footer-widgets-area .widget_media_video{max-width:400px}}@media all and (min-width:1267px){body.modern-theme-layout.right-sidebar .site-footer .footer-widgets-area .widget,body.modern-theme-layout.left-sidebar .site-footer .footer-widgets-area .widget{max-width:25%}body.modern-theme-layout.right-sidebar .site-footer .footer-widgets-area .tribe-compatibility-container,body.modern-theme-layout.left-sidebar .site-footer .footer-widgets-area .tribe-compatibility-container{max-width:300px}body.modern-theme-layout.right-sidebar .site-footer .footer-widgets-area .widget_media_video,body.modern-theme-layout.left-sidebar .site-footer .footer-widgets-area .widget_media_video{max-width:400px}}.footer-collapsible-widgets .footer-widgets-area .widget{border-color:rgb(255 255 255 / .1)}.footer-collapsible-widgets .footer-widgets-area .widget:last-child{border-color:rgb(255 255 255 / .1)}.footer-collapsible-widgets .footer-widgets-area .widget.collapsible-widget .widget-container{border-color:#fff}#citadela-infobar{font-size:.82em}#citadela-infobar.position-bottom{border-top:1px solid #000}#citadela-infobar.position-top{border-bottom:1px solid #000}#citadela-infobar .button-part .button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}#citadela-infobar .button-part .button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}#citadela-infobar .simple-close-button{width:20px;height:20px}#citadela-infobar .simple-close-button:before,#citadela-infobar .simple-close-button:after{content:"";width:100%;height:0;border:1px solid #000;display:block;position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-1px;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}#citadela-infobar .simple-close-button:before{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#citadela-infobar .simple-close-button:after{-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#citadela-infobar .simple-close-button:hover:before,#citadela-infobar .simple-close-button:hover:after{border-color:#222}@media all and (min-width:1025px){#citadela-infobar.button-present .main-wrap{font-size:0}#citadela-infobar.button-present .text-part{font-size:.82rem;max-width:calc(100% - 240px)}#citadela-infobar.button-present .button-part{font-size:.9rem;width:240px;padding-left:40px;box-sizing:border-box}#citadela-infobar.button-present .button-part .button{max-width:100%}}#citadela-announcements-bar.type-simple{font-size:1em;background:#8a55fd;color:#fff}#citadela-announcements-bar.type-simple .message-part p{margin:0}#citadela-announcements-bar.type-simple .button-part .button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;padding:8px 25px;background:#fff;color:#222}#citadela-announcements-bar.type-simple .button-part .button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}#citadela-announcements-bar.type-simple .button-part .button:hover{background:#fff;color:#222}@media all and (min-width:1025px){#citadela-announcements-bar.type-simple .bar-main-wrap{font-size:0}#citadela-announcements-bar.type-simple .message-part{font-size:1rem;max-width:calc(100% - 240px)}#citadela-announcements-bar.type-simple .button-part{font-size:.9rem;width:240px;padding-left:40px;box-sizing:border-box}#citadela-announcements-bar.type-simple .button-part .button{max-width:100%}}.woocommerce .woocommerce-breadcrumb{line-height:1.3;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);border-left:3px solid #000;padding-left:10px;margin-bottom:2em}.woocommerce .woocommerce-breadcrumb a{display:inline-block;max-width:100%;color:rgb(34 34 34 / .7)}.woocommerce .woocommerce-breadcrumb a:hover{color:#000}.woocommerce .woocommerce-breadcrumb>span{display:inline-block;opacity:.5;text-align:center;width:20px}.woocommerce .woocommerce-breadcrumb>span:before{content:"/"}.woocommerce-page #content .site-main button.button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce-page #content .woocommerce table.shop_table.cart td.actions .coupon .input-text{width:150px}@media all and (max-width:768px){.woocommerce-page #content .woocommerce table.shop_table.cart td.actions .coupon .input-text{width:48%}}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes{text-align:left}.wc-block-featured-category .wc-block-featured-product__price .amount,.wc-block-featured-product .wc-block-featured-product__price .amount{font-size:1.6em}.wc-block-featured-category .wp-block-button.aligncenter,.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.citadela-events-css .tribe_events>ul:not([class]),.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]),.citadela-events-css #tribe-events .tribe-events-content ul:not([class]){margin-left:1.2em;list-style-type:disc}.citadela-events-css .tribe_events>ul:not([class]) li,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) li,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) li{list-style-position:initial}.citadela-events-css .tribe_events>ul:not([class]) ul,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ul,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ul{margin:.5em 0em .5em 1.2em;list-style-type:circle}.citadela-events-css .tribe_events>ul:not([class]) ul ul,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ul ul,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ul ul{list-style-type:disc}.citadela-events-css .tribe_events>ul:not([class]) ol,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ol,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ol{margin:.5em 0em .5em 0em;list-style-position:inside}.citadela-events-css .tribe_events>ul:not([class]) ol>li>ul,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ol>li>ul,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ol>li>ul{margin-left:2em}.citadela-events-css .tribe_events>ul:not([class]) li,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) li,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) li{margin:.4em 0;padding-left:0em}.citadela-events-css .tribe_events>ul:not([class]) ol>li,.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ol>li,.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ol>li{padding-left:0}.citadela-events-css .tribe_events>ol:not([class]),.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]),.citadela-events-css #tribe-events .tribe-events-content ol:not([class]){margin-left:0em;list-style-position:inside}.citadela-events-css .tribe_events>ol:not([class]) li,.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) li,.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) li{list-style-position:inside}.citadela-events-css .tribe_events>ol:not([class]) ul,.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ul,.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ul{margin:.5em 0em .5em 2em;list-style-type:disc}.citadela-events-css .tribe_events>ol:not([class]) ul ul,.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ul ul,.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ul ul{list-style-type:circle;margin-left:1em}.citadela-events-css .tribe_events>ol:not([class]) ol,.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ol,.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ol{margin:.5em 0em .5em 1em;list-style-position:inside}.citadela-events-css .tribe_events>ol:not([class]) ul>li>ol,.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ul>li>ol,.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ul>li>ol{margin-left:0}.citadela-events-css .tribe_events>ol:not([class]) li,.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) li,.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) li{margin:.4em 0;padding-left:0em}.citadela-events-css .page-title .tribe-events-notices,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message{background:rgb(0 0 0 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#000;border:none;padding:10px 20px;text-align:center}.citadela-events-css .page-title .tribe-events-notices .tribe-common-c-svgicon,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-common-c-svgicon{color:currentColor!important}.citadela-events-css .page-title .tribe-events-notices .tribe-common-c-svgicon path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-common-c-svgicon path{stroke:currentColor!important}.citadela-events-css .page-title .tribe-events-notices .tribe-events-c-messages__message-list-item-link,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-events-c-messages__message-list-item-link{color:#222;fill:#222;font-weight:700;border:none;text-decoration:none}.citadela-events-css .page-title .tribe-events-notices .tribe-events-c-messages__message-list-item-link:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-events-c-messages__message-list-item-link:hover{text-decoration:underline}.citadela-events-css .page-title .tribe-events-notices{font-size:.9em;line-height:1.5}.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar .site-content .page-title,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar .site-content .page-title{padding-top:0}.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary{margin-top:6em}.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar .site-content .page-title,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar .site-content .page-title{padding-top:0}.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #primary,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #primary{padding-top:6em}@media all and (min-width:1025px){.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar .site-content .page-title,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar .site-content .page-title,.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar .site-content .page-title,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar .site-content .page-title{width:auto;float:none;padding-top:0em}.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #primary,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #primary,.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #primary,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #primary{padding-top:6em}.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary,.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #secondary,.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #secondary{padding-top:7em;margin-top:0}}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar .site-content .page-title,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar .site-content .page-title{padding-top:0}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #primary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #primary{padding-top:0em}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary{margin-top:6em}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar .site-content .page-title,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar .site-content .page-title{padding-top:0}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #primary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #primary{padding-top:6em}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #secondary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #secondary{margin-top:5em}@media all and (min-width:1025px){.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary,.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #secondary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #secondary{margin-top:0}.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #primary,.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #primary{padding-top:6em}}.post-type-archive-tribe_events.page-fullwidth #content{padding-top:6em}#tribe-events-pg-template,.post-type-archive-tribe_events.page-fullwidth .tribe-common .tribe-common-l-container{max-width:1300px}.single-tribe_events #tribe-events .page-title,.single-tribe_events #tribe-events-pg-template .page-title{margin-bottom:2em;padding-bottom:0}.single-tribe_events #tribe-events .page-title .tribe-events-single-event-title,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-single-event-title{font-family:"Manrope";font-size:2.6em;line-height:1.2;font-weight:400;color:#222;fill:#222;font-weight:700}@media all and (max-width:640px){.single-tribe_events #tribe-events .page-title .tribe-events-single-event-title,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-single-event-title{font-size:2.2em}}.single-tribe_events #tribe-events .page-title .tribe-events-back,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back{font-family:inherit;margin-bottom:1em}.single-tribe_events #tribe-events .page-title .tribe-events-back a,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a{font-family:inherit;background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;margin:0 3px 3px 0;-moz-box-shadow:0 0 0 1px #000 inset;-webkit-box-shadow:0 0 0 1px #000 inset;box-shadow:0 0 0 1px #000 inset;background:none;color:#000;padding:8px 20px;font-weight:400}.single-tribe_events #tribe-events .page-title .tribe-events-back a:hover,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.single-tribe_events #tribe-events .page-title .tribe-events-back a.listing-item-link,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a.listing-item-link{background:#000;color:#fff;fill:#fff}.single-tribe_events #tribe-events .page-title .tribe-events-back a i,.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a i{margin-right:.3em}.citadela-events-css.single-tribe_events #tribe-events,.citadela-events-css.single-tribe_events #tribe-events-pg-template{padding:0}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content{margin-bottom:0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-image img,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-image img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;vertical-align:top}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content{color:inherit;font-family:inherit}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content p,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content p,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-after-html p,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-after-html p,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-before-html p,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-before-html p{font-family:inherit;font-size:inherit;line-height:inherit;margin-bottom:1.5rem}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content ol,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content ol,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content ul,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content ul{font-family:inherit;font-size:inherit;line-height:inherit;margin-bottom:1.5rem}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h1,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h1,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h2,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h2,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h3,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h3,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h4,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h4,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h5,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h5,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h6,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h6{font-family:"Manrope";font-weight:400;color:#222;fill:#222;margin:.5em 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h1,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h1{font-size:2.6em;line-height:1.2;font-weight:400}@media all and (max-width:640px){.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h1,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h1{font-size:2.2em}}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h2,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h2{font-size:2em;line-height:1.3}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h3,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h3{font-size:1.6em;line-height:1.3}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h4,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h4{font-size:1.4em;line-height:1.3}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h5,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h5{font-size:1.2em;line-height:1.3}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h6,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h6{font-size:1em;line-height:1.3}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-content a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-content a{border:none;color:#000;text-decoration:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-content a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-content a:hover{color:#000;text-decoration:underline}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule{display:flex;flex-flow:row nowrap;align-items:center;color:#222;fill:#222;padding:11px 20px 11px 18px;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-color:rgb(34 34 34 / .1);margin:20px 0;-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule:before{content:"";position:absolute;display:block;top:-1px;bottom:0;left:-1px;border-left:3px solid #000}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule:after,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule:after{display:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2{font-family:"Rubik";color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);font-size:.8em;line-height:1.5;margin:0;flex:1 1 auto}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 span,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 span{font-size:1em;color:#222;fill:#222;font-weight:700;text-transform:uppercase;vertical-align:top}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 .tribe-events-schedule__separator,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 .tribe-events-schedule__separator,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 .tribe-events-schedule__timezone,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 .tribe-events-schedule__timezone,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 .timezone,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 .timezone{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule .tribe-events-cost,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule .tribe-events-cost{color:#222;fill:#222;font-family:"Manrope";font-size:1.4em;line-height:1.3;flex:0 1 auto;font-weight:700;word-break:initial;margin:0 0 0 20px}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-cal-links,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-cal-links{font-family:inherit;margin-top:1.5em}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button,.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a{font-family:inherit;display:inline-block;margin:0 3px 3px 0;vertical-align:top;padding:4px 8px;font-size:.9rem;line-height:1.3;background:#000;border:1px solid #000;color:#fff;fill:#fff;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;min-height:0;letter-spacing:0;font-weight:400;text-transform:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button:hover,.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a:hover{background:none;color:#000;text-decoration:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button a,.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a a{color:#fff;fill:#fff;text-decoration:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button:hover a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button:hover a,.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a:hover a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a:hover a,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button a:hover,.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a a:hover{color:#000}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button a:hover,.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a a:hover{text-decoration:underline}.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a img,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a img{display:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a:before{content:"+ "}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta{margin:30px 0 0 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta:before{display:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary,.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue{font-family:inherit;padding:10px;display:flex;flex-flow:row wrap;width:100%;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:rgb(34 34 34 / .04);border-width:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta .column,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .column,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta .tribe-events-meta-group,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__meta,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__meta,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map{padding:0 10px;margin:0 0 10px 0;flex:1 0 auto;flex-basis:200px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary:before{display:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group{margin-right:0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group-gmap,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group-gmap{flex-basis:100%;border:none;margin:0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group-gmap .tribe-events-venue-map,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group-gmap .tribe-events-venue-map{margin:10px 0;width:100%}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single .tribe-events-event-meta,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single .tribe-events-event-meta{color:rgb(34 34 34 / .7);font-size:1em;line-height:1.5}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-single-section-title,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-meta-group .tribe-events-single-section-title,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__name h3,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__name h3{color:#222;fill:#222;font-size:1.4em;line-height:1.3;margin-bottom:1em;margin-top:10px;letter-spacing:0;font-weight:700;text-transform:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:visited,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:visited,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:focus,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:focus,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:hover{color:#000;opacity:1}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:hover{text-decoration:underline}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta dt,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta dt,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta dd{margin:0 0 10px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:.7em;line-height:inherit;letter-spacing:0;margin:10px 0 0 0;color:#222;fill:#222;font-weight:700;padding:5px 10px 0 10px;border:1px solid;border-color:rgb(34 34 34 / .1);border-bottom:none;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background-color:#fff}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dd{margin:10px 0;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt+dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt+dd{border-top-width:0;margin-top:0;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt[style*="display: none"]+dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt[style*="display: none"]+dd,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt[style*="display:none"]+dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt[style*="display:none"]+dd{border-top-width:1px;margin-top:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta dd abbr,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta dd abbr,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dd.tribe-venue-location address,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dd.tribe-venue-location address{line-height:1.5}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-abbr,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-abbr{text-decoration:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website{margin-top:1.5em;padding:0;border-width:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-color:#fff0}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a:hover,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a:hover,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a:hover,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.secondary dt.tribe-venue-tel-label,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.secondary dt.tribe-venue-tel-label{display:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone{margin-bottom:0}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel{margin-top:20px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel:before,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone:before{content:"\f879";font-family:'Font Awesome 5 Free';font-weight:900;margin-right:.4em;color:#222;fill:#222;display:inline-block;min-width:20px}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta address.tribe-events-address,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta address.tribe-events-address,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-list .tribe-events-venue-details,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-list .tribe-events-venue-details,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__address,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__address{font-style:normal;font-size:.8em;line-height:1.5}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__meta,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__meta{flex:1 0 auto;width:33.333%}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-venue-map,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-venue-map,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map{flex:1 0 auto;width:66.667%;padding:10px 10px 10px 10px;margin:0;border:none;background:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-venue-map iframe,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-venue-map iframe,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map iframe,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map iframe{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:2px solid!important;border-color:rgb(34 34 34 / .1)!important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-venue-map>div,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-venue-map>div,.citadela-events-css.single-tribe_events #tribe-events .tribe-events-venue-map>iframe,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-venue-map>iframe,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map iframe,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map iframe{vertical-align:top;max-height:300px}@media all and (max-width:768px){.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule{background:none;border-color:rgb(34 34 34 / .1);flex-flow:row wrap}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule .tribe-events-cost,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule .tribe-events-cost{margin:10px 0 0 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__meta,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__meta{width:100%;order:2}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-venue-map,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-venue-map,.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map{width:100%;order:1;padding-top:10px;padding-left:10px}}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer{margin:30px 0;padding:0 0 0 0;border-color:rgb(34 34 34 / .1);border:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav{margin:0;font-family:"Rubik";color:rgb(34 34 34 / .7);font-size:1em;line-height:1.5;display:flex;flex-flow:row nowrap;margin:0 -4px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav li,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav li{flex:1 1 50%;margin:4px;width:50%}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav a{display:block;position:relative;font-size:.75em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;padding:20px;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;background:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav a span,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav a span{display:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:before,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:after,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:after{height:auto;display:none}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a{padding-left:60px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a{padding-right:60px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after{font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;width:auto;height:auto;margin:0;font-size:1.2rem;vertical-align:top;background:none;position:absolute;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before{content:"\f30a";left:20px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after{content:"\f30b";right:20px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a{color:#222;fill:#222}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:focus,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:focus,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:hover,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:focus,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:focus,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:hover{color:#222;fill:#222;border-color:#000;background:rgb(0 0 0 / .1)}@media all and (max-width:599px){.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav{font-size:0}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a{text-align:center;padding:20px}.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after,.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after{font-size:1.5rem;position:static;-moz-transform:translateY(0%);-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}}.citadela-events-css.single-tribe_events #tribe-events .tribe-blocks-editor .tribe-events-single-section.tribe-events-event-meta.primary,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-blocks-editor .tribe-events-single-section.tribe-events-event-meta.primary{margin:0 0 1.5rem 0px!important}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue{margin:0 0 1.5rem 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website{color:inherit}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a{color:#000}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details{margin:0}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details .tribe-block__organizer__title h3,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details .tribe-block__organizer__title h3{color:#222;fill:#222;font-size:1.4em;line-height:1.3;margin-bottom:1em;margin-top:0;letter-spacing:0;font-weight:700;text-transform:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p{color:inherit;margin:.5em 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p:before{font-family:'Font Awesome 5 Free';font-weight:900;margin-right:.4em;color:#222;fill:#222;display:inline-block;min-width:20px}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__phone:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__phone:before{content:"\f879"}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__website:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__website:before{content:"\f0c1"}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__email:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__email:before{content:"\f0e0"}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-website a,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-website a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px;min-height:0;margin-bottom:.5em}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-website a:hover,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-website a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-tags dt,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-tags dt{display:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-tags dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-tags dd{margin:0 0 .5em 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-tags dd:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-tags dd:before{content:"\f02b";font-family:'Font Awesome 5 Free';font-weight:900;margin-right:.4em;color:#222;fill:#222;display:inline-block;min-width:20px}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-category dt,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-category dt{display:none}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-category dd,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-category dd{margin:0 0 .5em 0}.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-category dd:before,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-category dd:before{content:"\f07c";font-family:'Font Awesome 5 Free';font-weight:900;margin-right:.4em;color:#222;fill:#222;display:inline-block;min-width:20px}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price{margin-bottom:1.5rem;display:flex;flex-flow:row nowrap;align-items:inherit}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price .tribe-block__event-price__cost,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price .tribe-block__event-price__cost{color:#222;fill:#222;font-family:"Manrope";font-size:1.4em;line-height:1.3;flex:0 1 auto;font-weight:700;word-break:initial;align-self:center}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price .tribe-block__event-price__description,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price .tribe-block__event-price__description{flex:1 1 auto;font-size:.8em;line-height:1.3;color:inherit;padding:6px 0 6px 12px;border-left:1px solid #000}@media all and (max-width:768px){.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price{flex-flow:row wrap}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price .tribe-block__event-price__description,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price .tribe-block__event-price__description{margin:0;width:100%;margin-top:.2em;padding:0;border:none}}.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__events-link,.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__events-link{margin-bottom:1.5rem}.citadela-events-css .tribe-compatibility-container{text-align:left}.citadela-events-css .tribe-compatibility-container .tribe-events-widget{margin-bottom:3em}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a{color:#222;fill:#222;border:none;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:active,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:focus,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:hover,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:visited{color:#222;fill:#222}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h2{font-family:"Manrope";color:#222;fill:#222;font-weight:700}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-b1,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-b2,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-b3,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h3,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h4,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h5,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h6,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h7,.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h8{font-family:"Rubik"}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-month{font-family:"Rubik";color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-datetime{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);text-transform:uppercase;font-size:11px;line-height:1.5}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__header{margin-bottom:1.5em}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__header-title{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#222;fill:#222;margin:0;display:inline-block;vertical-align:middle;max-width:100%}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row{border-left:3px solid;border-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured{border-color:#000}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured .tribe-events-widget-events-list__event-date-tag-datetime:after{display:none}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured .tribe-common-c-svgicon{color:#000}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a:hover{color:#000}.sidebar-collapsible-widgets .widget-area .tribe-compatibility-container .tribe-events-widget{margin:0}body:not(.sidebar-collapsible-widgets) .widget-area .tribe-compatibility-container .tribe-events-widget:after{content:"\f111 \f111 \f111";display:block;font-size:.4em;letter-spacing:1.1em;color:#000;font-family:'Font Awesome 5 Free';font-weight:900;padding-bottom:1em;margin-top:4.5em}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a{color:#fff;fill:#fff}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:active,.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:visited{color:#fff;fill:#fff}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:focus,.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:hover{color:#000}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h2{color:#fff;fill:#fff}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-month{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-datetime{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__header-title{color:#fff;fill:#fff}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row{border-color:rgb(255 255 255 / .1)}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured{border-color:#fff}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured .tribe-common-c-svgicon{color:#fff;fill:#fff}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a:hover{color:#000}.citadela-events-css .tribe-events .tribe-events-view-loader{background:rgb(255 255 255 / .6)}.citadela-events-css .tribe-common .tribe-events-view-loader .tribe-common-c-svgicon{color:#000000!important}.citadela-events-css .tribe-common .tribe-events-view-loader .tribe-common-c-loader__dot circle{opacity:.5}.citadela-events-css .tribe-common .tribe-common-l-container,.citadela-events-css .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{padding:0}.citadela-events-css .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav{display:none!important}.citadela-events-css .tribe-events .tribe-events-c-ical,.citadela-events-css .tribe-events .tribe-events-c-promo{text-align:center}.citadela-events-css .tribe-events .tribe-events-c-promo a{color:#000;text-decoration:none}.citadela-events-css .tribe-events .tribe-events-c-promo a:hover{text-decoration:underline}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h4,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h5,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h6{color:#222;fill:#222;font-family:"Manrope";font-size:1.4em;line-height:1.3;font-weight:700}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h7,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h8{color:#222;fill:#222;font-family:"Rubik"}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-b1,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-b2,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-b3{font-family:"Rubik";color:rgb(34 34 34 / .7);font-size:.9em;line-height:1.5}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin:active,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin:hover{border:none}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker{background:#fff;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1);border:none;color:#222;fill:#222;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch{font-family:"Rubik";color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:hover{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .tribe-common-c-svgicon path{fill:currentColor!important}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .tribe-common-c-svgicon:hover{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .dow{font-family:"Rubik";color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .past{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:active,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .next:active,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .next:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .next:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .prev:active,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .prev:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .prev:hover{background:none}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year:hover{background-color:rgb(34 34 34 / .05)}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current:hover{background:rgb(0 0 0 / .2)!important}.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active:hover,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active.focused,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active:focus,.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active:hover{background:#000000!important;color:#fff;fill:#fff}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon__svg-fill{fill:currentColor}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon--messages-not-found path{fill:none;stroke:currentColor}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-btn,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-btn:hover .tribe-common-c-btn:active{font-family:"Rubik";font-weight:400;background:#000;color:#fff;fill:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs{margin-bottom:2em}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list{font-family:"Manrope";font-size:2.6em;line-height:1.2;font-weight:400;color:#222;fill:#222;font-weight:700}@media all and (max-width:640px){.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list{font-size:2.2em}}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list-item-link{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list-item-link:hover{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list-item-icon-svg{width:20px;height:20px;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar{background-color:#fff;border-color:rgb(34 34 34 / .1);-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-container,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content{background-color:#fff}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input{font-family:"Rubik";color:#222;fill:#222;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill{-webkit-text-fill-color:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input::placeholder{color:rgb(34 34 34 / .7)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button{font-family:"Rubik";display:inline-block;margin:0 3px 3px 0;vertical-align:top;padding:4px 8px;font-size:.9rem;line-height:1.3;background:#000;border:1px solid #000;fill:#fff;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:.7em;font-weight:700;margin-right:1em;text-transform:uppercase;background-color:rgb(34 34 34 / .5);border-color:#fff0;color:#fff}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button:hover{background:none;color:#000;text-decoration:none}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button a{color:#fff;fill:#fff;text-decoration:none}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button:hover a,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button a:hover{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button a:hover{text-decoration:underline}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button:hover{border-color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-h3{font-family:"Rubik";font-size:1.6em;line-height:1.3;color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-button,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__button,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-icon{opacity:1}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-button:before,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__button:before{background:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content{width:200px;max-width:calc(100vw - 40px);background:#fff;padding:12px 0;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1);border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:focus-within{background:rgb(0 0 0 / .1)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link{color:rgb(34 34 34 / .7)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link:hover{color:#222;fill:#222;background:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-text{color:currentColor;font-family:"Rubik"}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker{font-size:.9rem}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator:after,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator:after,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator:after,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker:after{background-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator .tribe-common-h6--min-medium,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator .tribe-common-h6--min-medium,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator .tribe-common-h6--min-medium,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker .tribe-common-h6--min-medium,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator .tribe-common-h7,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator .tribe-common-h7,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator .tribe-common-h7,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker .tribe-common-h7{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.8em;line-height:1.3;font-family:"Rubik";color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row>.tribe-events-calendar-list__event-date-tag{width:90px;padding-right:10px!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row>.tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday{font-size:.8em}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row>.tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum{font-family:"Rubik";font-weight:400}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row>.tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime{height:auto;background:#000;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:8px 0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row>.tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime span{color:#fff;fill:#fff}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row{padding-left:0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row:before{display:none}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime{-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{width:3px;top:0;background:#000;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-day__event--featured{padding-left:24px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-day__event--featured:after{width:3px;left:24px;background:#000;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);font-size:.8em;line-height:1.3;text-transform:uppercase;font-weight:700;margin-bottom:10px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper span,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper span,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper .tribe-common-c-svgicon,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper .tribe-common-c-svgicon{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper span.timezone,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper span.timezone{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-title,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-title{margin-bottom:8px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-title,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-title,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-title a,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-title a{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-venue,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-venue{margin-top:-6px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-venue .tribe-common-b2--bold,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-venue .tribe-common-b2--bold{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-description,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-description{display:block!important;visibility:visible;margin-top:1em}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-cost,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-cost{margin-top:1em}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-c-small-cta__price{display:inline-block;color:#222;fill:#222;font-family:"Manrope";font-weight:700;font-size:1.2em;line-height:1.3;padding:10px 20px 0 0;border-top:1px solid;border-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-featured-image,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-featured-image{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar{background:none}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner{color:#222;fill:#222;background:rgb(0 0 0 / .2)!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner .tribe-common-h8{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-c-svgicon--featured{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-c-svgicon--featured path{fill:currentColor!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-date-link{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current button:not(.tribe-events-calendar-month__day-cell--selected) .tribe-events-calendar-month__day-date-daynum{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--mobile:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--mobile:hover{background-color:rgb(34 34 34 / .05)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected:hover{background:#000000!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon--event{background:#000000!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-common-h6,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg{color:#ffffff!important;fill:#ffffff!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event{background-color:currentColor!important}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event-datetime{color:rgb(34 34 34 / .7);font-family:"Rubik"}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-anchor-thin,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-anchor-thin:focus,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-anchor-thin:hover{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event+.tribe-events-calendar-month-mobile-events__mobile-event{border-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper img{vertical-align:top;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);font-size:.8em;line-height:1.3;text-transform:uppercase;font-weight:400;margin-bottom:10px}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime>*{vertical-align:baseline}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime span,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime .tribe-common-c-svgicon{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime span.timezone{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title{font-size:1.2em;line-height:1.3}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title a{color:#222;fill:#222;border:none}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title a:focus .tribe-events-calendar-month-mobile-events__mobile-event-title a:hover{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav{border-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev{color:#222;fill:#222}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg{color:currentColor;opacity:1}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path{fill:currentColor}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev:hover,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:hover{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next:disabled,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next:disabled,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next:disabled,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:disabled,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev:disabled,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:disabled{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item--today .tribe-events-c-nav__today,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__list-item--today .tribe-events-c-nav__today,.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list-item--today .tribe-events-c-nav__today{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px;color:#000;border:1px solid currentColor;background:none;display:inline-flex;min-height:0;font-family:"Rubik";font-weight:400}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover{border-color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link .tribe-common-c-svgicon{color:#000}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover .tribe-common-c-svgicon{color:#fff;fill:#fff}.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link .tribe-common-c-svgicon path{stroke:currentColor}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-container,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content{background-color:#fff0}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-search__input-group{padding-right:20px}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content{width:auto;max-width:none;background:none;padding:0 12px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after{background-color:#222}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-featured-image-wrapper,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-featured-image-wrapper{flex:0 1 auto;max-width:260px}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-details,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-details{flex:1 1 auto}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__week,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day{border-color:rgb(34 34 34 / .1)}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link{color:#000}.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day:hover:after{background-color:#222}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events{font-family:inherit;background:#fff;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1);border:none;color:#222;fill:#222;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{width:100%}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime{font-family:"Rubik";color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);text-transform:uppercase}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime span{color:#000}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime span.timezone{color:currentColor}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime .tribe-common-c-svgicon{color:#000}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-b3{font-family:"Rubik";color:rgb(34 34 34 / .7)}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7{font-size:.9em}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7,.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 a,.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 a:hover,.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 a:focus{font-family:"Manrope";color:#222;fill:#222;border:none}.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost{font-family:"Manrope";color:#222;fill:#222;font-size:.9em;font-weight:700;margin-top:10px}.archive.tag .type-tribe_events{margin-bottom:5em}.archive.tag .type-tribe_events .post-thumbnail img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;vertical-align:top}.archive.tag .type-tribe_events .event-date{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);font-size:.8em;line-height:1.3;text-transform:uppercase;font-weight:700;margin-bottom:1em;margin-top:1em}.archive.tag .type-tribe_events .event-date span{color:#000}.archive.tag .type-tribe_events .event-date span.timezone{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.archive.tag .type-tribe_events .entry-header .entry-title{font-weight:700;margin-top:0}.archive.tag .type-tribe_events .event-cost{display:inline-block;margin-top:.8em;padding-top:10px;padding-right:20px;border-top:1px solid;border-color:rgb(34 34 34 / .1);font-family:"Manrope";color:#222;fill:#222;font-weight:700;font-size:1.2em;line-height:1.3}body.woocommerce-page.page-fullwidth .site-content .page-title .entry-header,body.woocommerce-page.page-fullwidth .content-area .site-main{max-width:1300px}.woocommerce .star-rating,.widget.woocommerce .star-rating,div[class*=wc-block-] .star-rating,div[class*=wc-block-] .wc-block-grid__product-rating__stars,div[class*=wc-block-] .wc-block-review-list-item__rating__stars{display:inline-block;vertical-align:top;font-family:star;width:5.4em;font-size:1em;line-height:1.3;height:1.3em;margin:0 0 .5em;float:none;overflow:hidden;position:relative}.woocommerce .star-rating:before,.widget.woocommerce .star-rating:before,div[class*=wc-block-] .star-rating:before,div[class*=wc-block-] .wc-block-grid__product-rating__stars:before,div[class*=wc-block-] .wc-block-review-list-item__rating__stars:before{opacity:1;color:rgb(34 34 34 / .3);fill:rgb(34 34 34 / .3);content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span,.widget.woocommerce .star-rating span,div[class*=wc-block-] .star-rating span,div[class*=wc-block-] .wc-block-grid__product-rating__stars span,div[class*=wc-block-] .wc-block-review-list-item__rating__stars span{color:#ffc439;padding-top:1.3em;overflow:hidden;float:left;top:0;left:0;position:absolute;white-space:nowrap}.woocommerce .star-rating span:before,.widget.woocommerce .star-rating span:before,div[class*=wc-block-] .star-rating span:before,div[class*=wc-block-] .wc-block-grid__product-rating__stars span:before,div[class*=wc-block-] .wc-block-review-list-item__rating__stars span:before{color:#ffc439;content:"\53\53\53\53\53";top:0;left:0;position:absolute}.woocommerce .star-rating span.rating,.widget.woocommerce .star-rating span.rating,div[class*=wc-block-] .star-rating span.rating,div[class*=wc-block-] .wc-block-grid__product-rating__stars span.rating,div[class*=wc-block-] .wc-block-review-list-item__rating__stars span.rating{display:none}body nav.woocommerce-pagination,body .woocommerce nav.woocommerce-pagination,body.woocommerce nav.woocommerce-pagination,.wc-block-grid{margin-bottom:0em;text-align:left;font-weight:400}body nav.woocommerce-pagination ul.page-numbers,body .woocommerce nav.woocommerce-pagination ul.page-numbers,body.woocommerce nav.woocommerce-pagination ul.page-numbers,.wc-block-grid ul.page-numbers,body nav.woocommerce-pagination .wc-block-pagination,body .woocommerce nav.woocommerce-pagination .wc-block-pagination,body.woocommerce nav.woocommerce-pagination .wc-block-pagination,.wc-block-grid .wc-block-pagination{border:none;font-size:0;margin:0rem -2px 2rem -2px}body nav.woocommerce-pagination ul.page-numbers li,body .woocommerce nav.woocommerce-pagination ul.page-numbers li,body.woocommerce nav.woocommerce-pagination ul.page-numbers li,.wc-block-grid ul.page-numbers li,body nav.woocommerce-pagination .wc-block-pagination li,body .woocommerce nav.woocommerce-pagination .wc-block-pagination li,body.woocommerce nav.woocommerce-pagination .wc-block-pagination li,.wc-block-grid .wc-block-pagination li{border:none}body nav.woocommerce-pagination ul.page-numbers .page-numbers,body .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers,body.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers,.wc-block-grid ul.page-numbers .page-numbers,body nav.woocommerce-pagination .wc-block-pagination .page-numbers,body .woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers,body.woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers,.wc-block-grid .wc-block-pagination .page-numbers,body nav.woocommerce-pagination ul.page-numbers button,body .woocommerce nav.woocommerce-pagination ul.page-numbers button,body.woocommerce nav.woocommerce-pagination ul.page-numbers button,.wc-block-grid ul.page-numbers button,body nav.woocommerce-pagination .wc-block-pagination button,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button,.wc-block-grid .wc-block-pagination button{font-size:1rem;line-height:1.5;display:inline-block;vertical-align:top;color:#222;fill:#222;border:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 10px;min-width:40px;text-align:center;text-decoration:none;margin:2px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;cursor:pointer;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}body nav.woocommerce-pagination ul.page-numbers a:hover,body .woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,body.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,.wc-block-grid ul.page-numbers a:hover,body nav.woocommerce-pagination .wc-block-pagination a:hover,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a:hover,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a:hover,.wc-block-grid .wc-block-pagination a:hover{color:#222;fill:#222;background:rgb(0 0 0 / .1);border-color:#000}body nav.woocommerce-pagination ul.page-numbers .page-numbers.current,body .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,body.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,.wc-block-grid ul.page-numbers .page-numbers.current,body nav.woocommerce-pagination .wc-block-pagination .page-numbers.current,body .woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers.current,body.woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers.current,.wc-block-grid .wc-block-pagination .page-numbers.current,body nav.woocommerce-pagination ul.page-numbers .wc-block-pagination-page--active,body .woocommerce nav.woocommerce-pagination ul.page-numbers .wc-block-pagination-page--active,body.woocommerce nav.woocommerce-pagination ul.page-numbers .wc-block-pagination-page--active,.wc-block-grid ul.page-numbers .wc-block-pagination-page--active,body nav.woocommerce-pagination .wc-block-pagination .wc-block-pagination-page--active,body .woocommerce nav.woocommerce-pagination .wc-block-pagination .wc-block-pagination-page--active,body.woocommerce nav.woocommerce-pagination .wc-block-pagination .wc-block-pagination-page--active,.wc-block-grid .wc-block-pagination .wc-block-pagination-page--active{color:#fff;fill:#fff;font-weight:400;background:#000;border-color:#000;cursor:pointer;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}body nav.woocommerce-pagination ul.page-numbers a.prev,body .woocommerce nav.woocommerce-pagination ul.page-numbers a.prev,body.woocommerce nav.woocommerce-pagination ul.page-numbers a.prev,.wc-block-grid ul.page-numbers a.prev,body nav.woocommerce-pagination .wc-block-pagination a.prev,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev,.wc-block-grid .wc-block-pagination a.prev,body nav.woocommerce-pagination ul.page-numbers a.next,body .woocommerce nav.woocommerce-pagination ul.page-numbers a.next,body.woocommerce nav.woocommerce-pagination ul.page-numbers a.next,.wc-block-grid ul.page-numbers a.next,body nav.woocommerce-pagination .wc-block-pagination a.next,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.next,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.next,.wc-block-grid .wc-block-pagination a.next,body nav.woocommerce-pagination ul.page-numbers button:first-of-type,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type,.wc-block-grid ul.page-numbers button:first-of-type,body nav.woocommerce-pagination .wc-block-pagination button:first-of-type,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type,.wc-block-grid .wc-block-pagination button:first-of-type,body nav.woocommerce-pagination ul.page-numbers button:last-of-type,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type,.wc-block-grid ul.page-numbers button:last-of-type,body nav.woocommerce-pagination .wc-block-pagination button:last-of-type,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type,.wc-block-grid .wc-block-pagination button:last-of-type{min-width:60px;text-indent:-9999px;overflow:hidden;position:relative}body nav.woocommerce-pagination ul.page-numbers button:first-of-type:disabled,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type:disabled,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type:disabled,.wc-block-grid ul.page-numbers button:first-of-type:disabled,body nav.woocommerce-pagination .wc-block-pagination button:first-of-type:disabled,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type:disabled,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type:disabled,.wc-block-grid .wc-block-pagination button:first-of-type:disabled,body nav.woocommerce-pagination ul.page-numbers button:last-of-type:disabled,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type:disabled,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type:disabled,.wc-block-grid ul.page-numbers button:last-of-type:disabled,body nav.woocommerce-pagination .wc-block-pagination button:last-of-type:disabled,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type:disabled,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type:disabled,.wc-block-grid .wc-block-pagination button:last-of-type:disabled{display:none}body nav.woocommerce-pagination ul.page-numbers a.prev:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,.wc-block-grid ul.page-numbers a.prev:before,body nav.woocommerce-pagination .wc-block-pagination a.prev:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,.wc-block-grid .wc-block-pagination a.prev:before,body nav.woocommerce-pagination ul.page-numbers a.next:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,.wc-block-grid ul.page-numbers a.next:before,body nav.woocommerce-pagination .wc-block-pagination a.next:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,.wc-block-grid .wc-block-pagination a.next:before,body nav.woocommerce-pagination ul.page-numbers button:first-of-type>span:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type>span:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type>span:before,.wc-block-grid ul.page-numbers button:first-of-type>span:before,body nav.woocommerce-pagination .wc-block-pagination button:first-of-type>span:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type>span:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type>span:before,.wc-block-grid .wc-block-pagination button:first-of-type>span:before,body nav.woocommerce-pagination ul.page-numbers button:last-of-type>span:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type>span:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type>span:before,.wc-block-grid ul.page-numbers button:last-of-type>span:before,body nav.woocommerce-pagination .wc-block-pagination button:last-of-type>span:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type>span:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type>span:before,.wc-block-grid .wc-block-pagination button:last-of-type>span:before{font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;font-size:1rem;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:0}body nav.woocommerce-pagination ul.page-numbers a.prev:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,.wc-block-grid ul.page-numbers a.prev:before,body nav.woocommerce-pagination .wc-block-pagination a.prev:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,.wc-block-grid .wc-block-pagination a.prev:before,body nav.woocommerce-pagination ul.page-numbers button:first-of-type>span:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type>span:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type>span:before,.wc-block-grid ul.page-numbers button:first-of-type>span:before,body nav.woocommerce-pagination .wc-block-pagination button:first-of-type>span:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type>span:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type>span:before,.wc-block-grid .wc-block-pagination button:first-of-type>span:before{content:"\f30a"}body nav.woocommerce-pagination ul.page-numbers a.next:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,.wc-block-grid ul.page-numbers a.next:before,body nav.woocommerce-pagination .wc-block-pagination a.next:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,.wc-block-grid .wc-block-pagination a.next:before,body nav.woocommerce-pagination ul.page-numbers button:last-of-type>span:before,body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type>span:before,body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type>span:before,.wc-block-grid ul.page-numbers button:last-of-type>span:before,body nav.woocommerce-pagination .wc-block-pagination button:last-of-type>span:before,body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type>span:before,body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type>span:before,.wc-block-grid .wc-block-pagination button:last-of-type>span:before{content:"\f30b"}body nav.woocommerce-pagination ul.page-numbers .dots,body .woocommerce nav.woocommerce-pagination ul.page-numbers .dots,body.woocommerce nav.woocommerce-pagination ul.page-numbers .dots,.wc-block-grid ul.page-numbers .dots,body nav.woocommerce-pagination .wc-block-pagination .dots,body .woocommerce nav.woocommerce-pagination .wc-block-pagination .dots,body.woocommerce nav.woocommerce-pagination .wc-block-pagination .dots,.wc-block-grid .wc-block-pagination .dots{border-color:#fff0}.woocommerce-store-notice,p.demo_store{background:#000;color:#fff;fill:#fff}.woocommerce-store-notice a,p.demo_store a,.woocommerce-store-notice a:hover,p.demo_store a:hover{color:#fff;fill:#fff}#content .site-main .woocommerce-error,#content .site-main .woocommerce-info,#content .site-main .woocommerce-message{background-color:rgb(34 34 34 / .03);color:rgb(34 34 34 / .7);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#content .site-main .woocommerce-error .button,#content .site-main .woocommerce-info .button,#content .site-main .woocommerce-message .button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px;font-weight:400;vertical-align:top;margin:-.2em 0 -.2em 20px}#content .site-main .woocommerce-error .button:hover,#content .site-main .woocommerce-info .button:hover,#content .site-main .woocommerce-message .button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}#content .site-main .woocommerce-info{border-top-color:#000}#content .site-main .woocommerce-info:before{color:#000}.woocommerce-page #content .site-main{position:relative}.woocommerce-page #content .site-main .woocommerce h2{font-weight:700}.woocommerce-page #content .site-main .woocommerce-password-strength{color:rgb(0 0 0 / .5);margin-bottom:5px}.woocommerce-page #content .site-main span.onsale{width:auto;height:auto;min-width:0;min-height:0;font-size:.9em;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;display:inline-block;padding:6px 15px;background:#000;color:#fff;fill:#fff;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.woocommerce-page #content .site-main .quantity .qty{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;padding:3px}.woocommerce-page #content .site-main form .form-row{padding:0;margin-bottom:.8em;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none}.woocommerce-page #content .site-main form .form-row label{font-size:.9em;line-height:1.3;padding:.3em 0}.woocommerce-page #content .site-main form .form-row input.input-text,.woocommerce-page #content .site-main form .form-row textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;border-width:0;padding-left:0;padding-right:0;color:#000;width:100%!important}.woocommerce-page #content .site-main form .form-row>span>em{font-size:.8em;line-height:1.3}.woocommerce-page #content .site-main form .form-row.form-row-first,.woocommerce-page #content .site-main form .form-row.form-row-last{width:100%;float:none}.woocommerce-page #content .site-main form .form-row#billing_address_2_field,.woocommerce-page #content .site-main form .form-row#shipping_address_2_field{margin-top:-.8em;border-top-width:0}.woocommerce-page #content .site-main form .form-row .select2-container{margin:5px 0}.woocommerce-page #content .site-main form .form-row .select2-container .select2-selection--single{background:rgb(0 0 0 / .1)}.woocommerce-page #content .site-main form .form-row .select2-container .select2-selection--single .select2-selection__rendered{color:#000}@media all and (min-width:600px){.woocommerce-page #content .site-main form .form-row.form-row-first{width:49%;float:left}.woocommerce-page #content .site-main form .form-row.form-row-last{width:49%;float:right}}.woocommerce-page #content .site-main button[type="submit"]{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px;font-weight:400;vertical-align:top}.woocommerce-page #content .site-main button[type="submit"]:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page #content .site-main #respond input#submit,.woocommerce-page #content .site-main a.button,.woocommerce-page #content .site-main button.button,.woocommerce-page #content .site-main input.button,.woocommerce-page #content .site-main #respond input#submit.alt,.woocommerce-page #content .site-main a.button.alt,.woocommerce-page #content .site-main button.button.alt,.woocommerce-page #content .site-main input.button.alt{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px;font-weight:400;vertical-align:top}.woocommerce-page #content .site-main #respond input#submit:hover,.woocommerce-page #content .site-main a.button:hover,.woocommerce-page #content .site-main button.button:hover,.woocommerce-page #content .site-main input.button:hover,.woocommerce-page #content .site-main #respond input#submit.alt:hover,.woocommerce-page #content .site-main a.button.alt:hover,.woocommerce-page #content .site-main button.button.alt:hover,.woocommerce-page #content .site-main input.button.alt:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page #content .site-main #respond input#submit.disabled,.woocommerce-page #content .site-main #respond input#submit:disabled,.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true],.woocommerce-page #content .site-main a.button.disabled,.woocommerce-page #content .site-main a.button:disabled,.woocommerce-page #content .site-main a.button:disabled[disabled=true],.woocommerce-page #content .site-main button.button.disabled,.woocommerce-page #content .site-main button.button:disabled,.woocommerce-page #content .site-main button.button:disabled[disabled=true],.woocommerce-page #content .site-main input.button.disabled,.woocommerce-page #content .site-main input.button:disabled,.woocommerce-page #content .site-main input.button:disabled[disabled=true],.woocommerce-page #content .site-main #respond input#submit.disabled.alt,.woocommerce-page #content .site-main #respond input#submit:disabled.alt,.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true].alt,.woocommerce-page #content .site-main a.button.disabled.alt,.woocommerce-page #content .site-main a.button:disabled.alt,.woocommerce-page #content .site-main a.button:disabled[disabled=true].alt,.woocommerce-page #content .site-main button.button.disabled.alt,.woocommerce-page #content .site-main button.button:disabled.alt,.woocommerce-page #content .site-main button.button:disabled[disabled=true].alt,.woocommerce-page #content .site-main input.button.disabled.alt,.woocommerce-page #content .site-main input.button:disabled.alt,.woocommerce-page #content .site-main input.button:disabled[disabled=true].alt{background-color:#000;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px;background-color:rgb(34 34 34 / .5);color:#fff;font-weight:400;vertical-align:top;cursor:not-allowed}.woocommerce-page #content .site-main #respond input#submit.disabled:hover,.woocommerce-page #content .site-main #respond input#submit:disabled:hover,.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true]:hover,.woocommerce-page #content .site-main a.button.disabled:hover,.woocommerce-page #content .site-main a.button:disabled:hover,.woocommerce-page #content .site-main a.button:disabled[disabled=true]:hover,.woocommerce-page #content .site-main button.button.disabled:hover,.woocommerce-page #content .site-main button.button:disabled:hover,.woocommerce-page #content .site-main button.button:disabled[disabled=true]:hover,.woocommerce-page #content .site-main input.button.disabled:hover,.woocommerce-page #content .site-main input.button:disabled:hover,.woocommerce-page #content .site-main input.button:disabled[disabled=true]:hover,.woocommerce-page #content .site-main #respond input#submit.disabled.alt:hover,.woocommerce-page #content .site-main #respond input#submit:disabled.alt:hover,.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true].alt:hover,.woocommerce-page #content .site-main a.button.disabled.alt:hover,.woocommerce-page #content .site-main a.button:disabled.alt:hover,.woocommerce-page #content .site-main a.button:disabled[disabled=true].alt:hover,.woocommerce-page #content .site-main button.button.disabled.alt:hover,.woocommerce-page #content .site-main button.button:disabled.alt:hover,.woocommerce-page #content .site-main button.button:disabled[disabled=true].alt:hover,.woocommerce-page #content .site-main input.button.disabled.alt:hover,.woocommerce-page #content .site-main input.button:disabled.alt:hover,.woocommerce-page #content .site-main input.button:disabled[disabled=true].alt:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page #content .site-main #respond input#submit.disabled:hover,.woocommerce-page #content .site-main #respond input#submit:disabled:hover,.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true]:hover,.woocommerce-page #content .site-main a.button.disabled:hover,.woocommerce-page #content .site-main a.button:disabled:hover,.woocommerce-page #content .site-main a.button:disabled[disabled=true]:hover,.woocommerce-page #content .site-main button.button.disabled:hover,.woocommerce-page #content .site-main button.button:disabled:hover,.woocommerce-page #content .site-main button.button:disabled[disabled=true]:hover,.woocommerce-page #content .site-main input.button.disabled:hover,.woocommerce-page #content .site-main input.button:disabled:hover,.woocommerce-page #content .site-main input.button:disabled[disabled=true]:hover,.woocommerce-page #content .site-main #respond input#submit.disabled.alt:hover,.woocommerce-page #content .site-main #respond input#submit:disabled.alt:hover,.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true].alt:hover,.woocommerce-page #content .site-main a.button.disabled.alt:hover,.woocommerce-page #content .site-main a.button:disabled.alt:hover,.woocommerce-page #content .site-main a.button:disabled[disabled=true].alt:hover,.woocommerce-page #content .site-main button.button.disabled.alt:hover,.woocommerce-page #content .site-main button.button:disabled.alt:hover,.woocommerce-page #content .site-main button.button:disabled[disabled=true].alt:hover,.woocommerce-page #content .site-main input.button.disabled.alt:hover,.woocommerce-page #content .site-main input.button:disabled.alt:hover,.woocommerce-page #content .site-main input.button:disabled[disabled=true].alt:hover{background-color:rgb(34 34 34 / .5);color:#fff}.woocommerce-page #content .site-main .wc-proceed-to-checkout a.checkout-button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px;display:block}.woocommerce-page #content .site-main .wc-proceed-to-checkout a.checkout-button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page #content .site-main .woocommerce-result-count{width:100%;font-weight:bolder;color:#222;fill:#222;padding:8px 0 8px 18px;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-color:rgb(34 34 34 / .1);border-bottom:none;margin:0;-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.woocommerce-page #content .site-main .woocommerce-result-count:before{content:"";position:absolute;display:block;top:-1px;bottom:0;left:-1px;border-left:3px solid #000}.woocommerce-page #content .site-main .woocommerce-ordering{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid;border-color:rgb(34 34 34 / .1);margin:0;position:relative;-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.woocommerce-page #content .site-main .woocommerce-ordering:before{content:"";position:absolute;display:block;top:-1px;bottom:-1px;left:-1px;border-left:3px solid #000}.woocommerce-page #content .site-main .woocommerce-ordering select{width:100%;padding:7px 13px;border-color:#fff0}.woocommerce-page #content .site-main .woocommerce-ordering+ul.products{padding-top:2em;position:relative}.woocommerce-page #content .site-main .woocommerce-ordering+ul.products:before{content:"";display:none;position:absolute;top:0;left:0;right:0;border-top:2px solid;border-color:rgb(34 34 34 / .1)}@media all and (min-width:400px){.woocommerce-page #content .site-main .woocommerce-ordering+ul.products:before{left:8px;right:8px}}@media all and (min-width:600px){.woocommerce-page #content .site-main .woocommerce-result-count{float:left;width:calc(100% - 243px);border:1px solid;border-color:rgb(34 34 34 / .1);padding-right:20px}.woocommerce-page #content .site-main .woocommerce-result-count:before{content:"";top:-1px;bottom:-1px;left:-1px;border-left:3px solid #000}.woocommerce-page #content .site-main .woocommerce-ordering{float:right;width:240px;text-align:right;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page #content .site-main .woocommerce-ordering:before{display:none}.woocommerce-page #content .site-main .woocommerce-ordering select{width:100%;max-width:100%;padding:7px}}.woocommerce-page #content .site-main ul.products{margin-bottom:0}.woocommerce-page #content .site-main ul.products li.product{overflow:hidden;position:relative}.woocommerce-page #content .site-main ul.products li.product.featured:before{content:"\f005";font-family:'Font Awesome 5 Free';font-weight:900;display:block;text-align:center;background:#fff;width:7em;height:2em;font-size:.7em;line-height:2;color:#000;position:absolute;top:.8em;left:-1.7em;transform:rotate(-45deg);box-shadow:0 0 70px rgb(0 0 0 / .4)}.woocommerce-page #content .site-main ul.products li.product img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page #content .site-main ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce-page #content .site-main ul.products li.product .onsale{margin:0;position:absolute;top:0;right:0;-moz-transition:padding 0.3s;-webkit-transition:padding 0.3s;transition:padding 0.3s;-moz-border-radius:0 3px;-webkit-border-radius:0 3px;border-radius:0 3px}.woocommerce-page #content .site-main ul.products li.product .woocommerce-placeholder{border:1px solid;border-color:rgb(34 34 34 / .1)}.woocommerce-page #content .site-main ul.products li.product .woocommerce-loop-category__title,.woocommerce-page #content .site-main ul.products li.product .woocommerce-loop-product__title,.woocommerce-page #content .site-main ul.products li.product h3{font-family:"Rubik";font-weight:bolder;font-size:1em;line-height:1.3}.woocommerce-page #content .site-main ul.products li.product .star-rating{font-size:.8em;display:inline-block;vertical-align:top;margin-top:-.2em}.woocommerce-page #content .site-main ul.products li.product .price{color:rgb(34 34 34 / .7);font-size:.8em;line-height:1.3}.woocommerce-page #content .site-main ul.products li.product .price .amount{font-size:1.3em}.woocommerce-page #content .site-main ul.products #respond input#submit:after,.woocommerce-page #content .site-main ul.products a.button:after,.woocommerce-page #content .site-main ul.products button.button:after,.woocommerce-page #content .site-main ul.products input.button:after{position:absolute}.woocommerce-page #content .site-main ul.products #respond input#submit.loading,.woocommerce-page #content .site-main ul.products a.button.loading,.woocommerce-page #content .site-main ul.products button.button.loading,.woocommerce-page #content .site-main ul.products input.button.loading,.woocommerce-page #content .site-main ul.products #respond input#submit.added,.woocommerce-page #content .site-main ul.products a.button.added,.woocommerce-page #content .site-main ul.products button.button.added,.woocommerce-page #content .site-main ul.products input.button.added{padding-right:2.6em;color:#fff;fill:#fff}.woocommerce-page #content .site-main ul.products #respond input#submit.loading:after,.woocommerce-page #content .site-main ul.products a.button.loading:after,.woocommerce-page #content .site-main ul.products button.button.loading:after,.woocommerce-page #content .site-main ul.products input.button.loading:after,.woocommerce-page #content .site-main ul.products #respond input#submit.added:after,.woocommerce-page #content .site-main ul.products a.button.added:after,.woocommerce-page #content .site-main ul.products button.button.added:after,.woocommerce-page #content .site-main ul.products input.button.added:after{top:auto;right:.8em}.woocommerce-page #content .site-main ul.products a.added_to_cart{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px;padding-left:15px;padding-right:15px;font-weight:400;overflow:hidden;margin-top:1em;text-indent:-9999px;background:none;position:relative}.woocommerce-page #content .site-main ul.products a.added_to_cart:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page #content .site-main ul.products a.added_to_cart:hover{background:none}.woocommerce-page #content .site-main ul.products a.added_to_cart:before{content:"\f291";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.1em;color:#000;display:block;text-indent:0;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.woocommerce-page #content .site-main ul.products li.product{border:0 solid;border-color:rgb(34 34 34 / .1);padding:0;text-align:left;position:relative}.woocommerce-page #content .site-main ul.products li.product>a.woocommerce-LoopProduct-link{margin-bottom:1em;opacity:1}.woocommerce-page #content .site-main ul.products li.product:hover .onsale{padding-top:16px}.woocommerce-page #content .site-main ul.products li.product h2{padding-top:0}.woocommerce-page #content .site-main ul.products li.product h2+.price:before{content:"";display:none;width:20px;border-top:2px solid;border-color:rgb(34 34 34 / .1);margin:.3em auto 1em auto}.woocommerce-page #content .site-main ul.products li.product>a.button.added:after{display:none}.woocommerce-page #content .site-main ul.products li.product>a.added_to_cart{position:absolute;bottom:0em;right:.5em}.woocommerce-page #content .site-main ul.products li.product>a.added_to_cart:before{color:#fff;fill:#fff}.woocommerce-page #content .site-main ul.products li.product>a.loading+.added_to_cart{display:none}@media all and (min-width:1025px){.woocommerce-page #content .site-main ul.products li.product>a.button{opacity:0}.woocommerce-page #content .site-main ul.products li.product:hover>a.button{opacity:1}.woocommerce-page #content .site-main ul.products li.product>a.added_to_cart{opacity:0}.woocommerce-page #content .site-main ul.products li.product:hover>a.added_to_cart{opacity:1}}.woocommerce-page #content .site-main div.product .images,.woocommerce-page #content .site-main div.product .summary{margin-bottom:3em}.woocommerce-page #content .site-main div.product>.onsale{position:absolute;top:0;left:0;margin:0;-moz-border-radius:3px 0;-webkit-border-radius:3px 0;border-radius:3px 0}.woocommerce-page #content .site-main div.product .images .flex-control-thumbs{padding-top:1px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1px;margin-right:-1px}.woocommerce-page #content .site-main div.product .images .flex-control-thumbs li{padding:1px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__wrapper{margin:-1px}.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image{padding:1px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image:first-child img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.woocommerce-page #content .site-main div.product .woocommerce-product-rating{line-height:1.3}.woocommerce-page #content .site-main div.product .woocommerce-product-rating .star-rating{float:none;margin:0 4px 0 0;vertical-align:middle;display:inline-block}.woocommerce-page #content .site-main div.product .summary .product_title{font-weight:700}.woocommerce-page #content .site-main div.product .summary .product_title:after{content:"";display:block;width:30px;border-bottom:1px solid;border-color:#222;margin-top:.4em}.woocommerce-page #content .site-main div.product .summary .price{font-size:1rem;color:#000}.woocommerce-page #content .site-main div.product .summary .price .amount{font-size:1.6em;line-height:1.3}.woocommerce-page #content .site-main div.product .summary .stock{color:#000}.woocommerce-page #content .site-main div.product .summary .out-of-stock{color:red}.woocommerce-page #content .site-main div.product .woocommerce-variation-add-to-cart{margin-top:1.5rem}.woocommerce-page #content .site-main div.product .woocommerce-variation-add-to-cart:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.woocommerce-page #content .site-main div.product .cart .variations td{padding:0;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce-page #content .site-main div.product .cart .variations label{font-weight:bolder;display:block;padding:6px 0;line-height:1.5;color:#222;fill:#222}.woocommerce-page #content .site-main div.product .cart .variations select{vertical-align:top;margin-right:.5em}.woocommerce-page #content .site-main div.product .cart .variations .reset_variations{display:inline-block;vertical-align:top;font-size:1em;width:30px;padding:6px 0;line-height:1.5;text-indent:-9999px;overflow:hidden;position:relative}.woocommerce-page #content .site-main div.product .cart .variations .reset_variations:before{content:"\f057";font-family:'Font Awesome 5 Free';font-weight:900;font-weight:400;font-size:1.25em;color:#000;text-indent:0;display:inline-block;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.woocommerce-page #content .site-main div.product .cart .variations .reset_variations:hover:before{color:#222;fill:#222}.woocommerce-page #content .site-main div.product .cart .quantity{margin-right:10px}@media all and (min-width:400px){.woocommerce-page #content .site-main div.product .cart .variations td{display:table-cell;padding-top:4px;padding-bottom:4px}.woocommerce-page #content .site-main div.product .cart .variations td.label{padding-right:1em}}.woocommerce-page #content .site-main div.product .product_meta>span{font-size:.9rem}.woocommerce-page #content .site-main div.product .product_meta .sku_wrapper{margin:0 0 3px 0;display:inline-block;line-height:1.3;padding:4px 8px;background-color:#222;color:#fff;border:1px solid;border-color:#222;vertical-align:top;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page #content .site-main div.product .product_meta .posted_in{display:inline-block;font-size:0;vertical-align:top}.woocommerce-page #content .site-main div.product .product_meta .posted_in a{display:inline-block;margin:0 3px 3px 0;vertical-align:top;padding:4px 8px;font-size:.9rem;line-height:1.3;background:#000;border:1px solid #000;color:#fff;fill:#fff;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page #content .site-main div.product .product_meta .posted_in a:hover{background:none;color:#000;text-decoration:none}.woocommerce-page #content .site-main div.product .product_meta .posted_in a a{color:#fff;fill:#fff;text-decoration:none}.woocommerce-page #content .site-main div.product .product_meta .posted_in a:hover a,.woocommerce-page #content .site-main div.product .product_meta .posted_in a a:hover{color:#000}.woocommerce-page #content .site-main div.product .product_meta .posted_in a a:hover{text-decoration:underline}.woocommerce-page #content .site-main div.product .product_meta .tagged_as{display:block;margin-top:1em}.woocommerce-page #content .site-main div.product .upsells h2,.woocommerce-page #content .site-main div.product .related h2{font-weight:700}.woocommerce-page #content .site-main div.product .woocommerce-tabs{margin:0 0 3em 0}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs *:before,.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs *:after,.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs:after{display:none}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs{padding:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li{padding:0;margin:0 0 4px 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:rgb(34 34 34 / .05);display:block}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active{background:none}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li a{display:block;padding:10px 20px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#222;fill:#222;font-size:.75em;line-height:1.3}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover{color:#000}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active a:before{content:"";left:-1px;top:-1px;bottom:-1px;right:0;display:block;position:absolute;border-left:3px solid #000;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel h2{font-weight:700}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes{display:block;text-align:left;border:none;margin-bottom:1.5rem}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tbody{display:block}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tr{display:block;background-color:rgb(34 34 34 / .03);margin:4px 0;padding:10px 14px}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes th{display:block;width:auto;background:none;border:none;padding:2px;color:#222;fill:#222}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes td{display:block;background:none;border:none;padding:2px;font-style:normal}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes td p{padding:0;font-style:normal}@media all and (min-width:600px){.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs{overflow:hidden;margin:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li{display:inline-block;border-bottom-width:0;position:relative;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li a{padding-top:13px;padding-bottom:12px}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active a:before{bottom:0;right:-1px;border-left:none;border-top:3px solid #000;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li:last-child:after{content:"";position:absolute;left:calc(100% + 4px);bottom:0;display:block;width:100vw;border:none;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel{border:1px solid;border-color:rgb(34 34 34 / .1);padding:29px;margin-top:-4px;border-top:none;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel>h2:first-child{color:rgb(34 34 34 / .3);fill:rgb(34 34 34 / .3);margin-top:0;display:none}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes{display:table;border-collapse:separate;border-spacing:0 4px}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tbody{display:table-row-group}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tr{display:table-row;margin:0;padding:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes th{display:table-cell;width:150px;padding:10px 15px}.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes td{display:table-cell;padding:10px 15px}}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments .woocommerce-noreviews{color:#000}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist{padding-top:1.5em;margin-bottom:2em}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li{margin-bottom:30px}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar{position:static;float:none;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;padding:0;border:none;width:48px}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text{padding:10px 0 10px 0;margin:0;border:none;border-bottom:1px solid;border-color:rgb(34 34 34 / .1);-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating{margin-bottom:.3em}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta strong{color:#222;fill:#222}@media all and (min-width:400px){.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist{padding-top:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li{margin-bottom:20px}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar{position:absolute;top:10px;left:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text{padding:10px 0 10px 68px}}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-reply-title{display:block;font-size:1.6em;line-height:1.3;color:#222;fill:#222}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating{margin-top:.3em}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating label{color:#222;fill:#222;margin-bottom:.3em}@media all and (min-width:400px){.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-notes{margin-bottom:1em}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating{margin-bottom:1em}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating label{margin-bottom:0;margin-right:10px;line-height:1.3;display:inline-block;vertical-align:top}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating .stars{margin:0;display:inline-block;vertical-align:top;line-height:1.3}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating .stars>span{display:inline-block;line-height:1.3;vertical-align:top}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating .stars a{margin-top:1px;text-align:left}}@media all and (min-width:600px){.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-notes{float:left;width:49%;margin-top:.3em}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-notes+.comment-form-rating{float:right;width:49%;text-align:right;margin-top:0}.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-comment{clear:both}}.woocommerce-page #content .woocommerce table.shop_table{border-color:rgb(34 34 34 / .1);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.woocommerce-page #content .woocommerce table.shop_table td,.woocommerce-page #content .woocommerce table.shop_table th{padding:10px 15px}.woocommerce-page #content .woocommerce table.shop_table th{color:#222;fill:#222}.woocommerce-page #content .woocommerce table.shop_table td{border-color:rgb(34 34 34 / .1)}.woocommerce-page #content .woocommerce table.shop_table td strong{color:#000}.woocommerce-page #content .woocommerce table.shop_table td small{color:rgb(34 34 34 / .7)}.woocommerce-page #content .woocommerce table.shop_table td:before{color:#222;fill:#222}.woocommerce-page #content .woocommerce table.shop_table thead th{background-color:rgb(34 34 34 / .05);color:#222;fill:#222}.woocommerce-page #content .woocommerce table.shop_table thead th:first-child{-moz-border-radius:4px 0 0 0;-webkit-border-radius:4px 0 0 0;border-radius:4px 0 0 0}.woocommerce-page #content .woocommerce table.shop_table thead th:last-child{-moz-border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;border-radius:0 4px 0 0;white-space:nowrap}.woocommerce-page #content .woocommerce table.shop_table thead+tbody tr:first-child td{border-top:none}.woocommerce-page #content .woocommerce table.shop_table tfoot th{border-color:rgb(34 34 34 / .1)}.woocommerce-page #content .woocommerce table.shop_table tfoot td{color:#000;font-weight:400}.woocommerce-page #content .woocommerce table.shop_table.cart{margin-bottom:3em}.woocommerce-page #content .woocommerce table.shop_table.cart th{padding:15px 15px}.woocommerce-page #content .woocommerce table.shop_table.cart td{padding:15px 15px;border:none}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-remove a{color:red;background:none}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-remove a:hover{color:#222222!important;fill:#222222!important;background:none}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-price,.woocommerce-page #content .woocommerce table.shop_table.cart td.product-subtotal{font-size:.8em;line-height:1.3}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-price .amount,.woocommerce-page #content .woocommerce table.shop_table.cart td.product-subtotal .amount{font-size:1.3em!important}.woocommerce-page #content .woocommerce table.shop_table.cart td.actions .coupon .input-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;line-height:1.3;padding:5px;width:150px;text-align:center}.woocommerce-page #content .woocommerce table.shop_table.cart td:before{font-size:1rem}.woocommerce-page #content .woocommerce table.shop_table.cart td img{width:48px;vertical-align:top}.woocommerce-page #content .woocommerce table.shop_table.subscription_details{border-width:3px}.woocommerce-page #content .woocommerce table.shop_table.subscription_details td{background-color:rgb(34 34 34 / .03);border:none;padding-top:5px;padding-bottom:5px}.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:first-child td{padding-top:15px}.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:first-child td:last-child{color:#000}.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:nth-last-child(2) td{padding-bottom:15px}.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:last-child td{background:none;padding-top:15px;padding-bottom:15px}@media all and (min-width:769px){.woocommerce-page #content .woocommerce table.shop_table.cart td.product-remove{width:5%}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-thumbnail{width:5%;padding-left:0}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-name{width:25%}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-price{width:25%}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-quantity{width:5%}.woocommerce-page #content .woocommerce table.shop_table.cart td.product-subtotal{width:25%}}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td{background-color:rgb(34 34 34 / .03)}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart tr:last-child td{-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}@media all and (max-width:768px){.woocommerce-page #content .woocommerce table.shop_table_responsive.cart{-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td:before{margin-right:20px}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.actions .coupon .input-text{width:48%}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-remove{border-top:3px solid #000}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-name{padding-top:5px;padding-bottom:5px}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-price{padding-top:5px;padding-bottom:5px}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-quantity{padding-top:5px;padding-bottom:5px}.woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-subtotal{padding-top:5px;padding-bottom:20px}}.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals h2{font-family:"Rubik";font-size:1.2em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;border:1px solid;border-color:rgb(34 34 34 / .1);border-bottom:none;padding:15px 15px;background-color:rgb(34 34 34 / .05);color:#222;fill:#222;margin:0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals table.shop_table{border-top:none;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals table.shop_table th{color:#222;fill:#222;border-color:rgb(34 34 34 / .1);font-weight:400}@media all and (max-width:768px){.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals tbody .recurring-totals th{display:table;box-sizing:border-box;width:100%}}@media all and (min-width:769px){.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals .cross-sells>h2{font-size:1.4em;line-height:1.3;margin:.5em 0 .85em 0;font-weight:700}}.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border-color:rgb(34 34 34 / .1)}.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon .form-row{border:none;background:none;padding:0}.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon .form-row .input-text{line-height:1.5;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;padding:3px 10px;color:#000}.woocommerce-page.woocommerce-checkout #content .woocommerce #customer_details h3{font-weight:700}.woocommerce-page.woocommerce-checkout #content .woocommerce h3#order_review_heading{font-weight:700}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment{background-color:rgb(34 34 34 / .03);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment ul.payment_methods{border-color:rgb(34 34 34 / .1)}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .form-row{border:none;background:none;padding:1em 1em .1em 1em}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .form-row #place_order{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px;margin-bottom:1em}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .form-row #place_order:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .woocommerce-terms-and-conditions-wrapper .form-row{padding:0;margin:1em 0 2em 0}.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .woocommerce-terms-and-conditions-wrapper .form-row label{font-size:1em;padding:0}.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul{margin:0 0 2em 0;list-style-type:none}.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li{margin:0 0 4px 0}.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li a{color:#222;fill:#222;display:inline-block;max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.35em 1.5em;border-left:3px solid #000;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.7em;color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);text-decoration:none;vertical-align:top}.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li a:hover{color:#222;fill:#222}.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li.is-active a{color:#000}.woocommerce-page .woocommerce .woocommerce-MyAccount-content h3{margin-top:0}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address{border:1px solid;border-color:rgb(34 34 34 / .1);padding:20px 20px 0 20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title{position:relative}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3{font-size:1.2em;line-height:1.3;margin:0 0 1em 0;float:none;font-weight:700}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit{display:block;width:40px;height:40px;line-height:40px;position:absolute;top:-10px;right:-10px;text-indent:-9999px;overflow:hidden;text-align:center}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:before{content:"\f044";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.25em;color:#000;text-indent:0;display:inline-block;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .edit-account fieldset{background:rgb(0 0 0 / .1);border:1px solid;border-color:rgb(34 34 34 / .1);margin:2em 0 0 0;padding-top:3em;padding-bottom:0;position:relative;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.woocommerce-page .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend{font-size:.7em;text-transform:uppercase;letter-spacing:.14em;font-weight:700;position:absolute;top:0;left:0;width:100%;padding:12px 1.3em;color:#000;line-height:1}.woocommerce-page .woocommerce .woocommerce-MyAccount-content form p:not(.form-row){margin:2em 0}.woocommerce-page #content .woocommerce .woocommerce-form-login.login{border:none;padding:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;margin-top:0}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .form-row:not(.woocommerce-form-row){padding:0;border:none}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .form-row.form-row-first,.woocommerce-page #content .woocommerce .woocommerce-form-login.login .form-row.form-row-last{padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1)}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-LostPassword{margin:0}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme{margin-top:.3em;margin-bottom:.3em}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme>*{vertical-align:middle}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme input{margin-right:5px}.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__submit{margin-right:1em}.woocommerce-page #content .woocommerce .woocommerce-ResetPassword .form-row:not(.form-row-first):not(.form-row-last){padding:0;border:none}.woocommerce-page #content .woocommerce .woocommerce-order ul.order_details{margin-left:-2px;margin-right:-2px}.woocommerce-page #content .woocommerce .woocommerce-order ul.order_details li{background-color:rgb(34 34 34 / .03);border:1px solid;border-color:rgb(34 34 34 / .1);padding:9px 12px;margin:0 2px 4px 2px}.woocommerce-page #content .woocommerce .woocommerce-order ul.order_details li strong{margin-top:5px;color:#000}.woocommerce-page #content .woocommerce .woocommerce-order-details h2{margin:.5em 0}.woocommerce-page #content .woocommerce .woocommerce-customer-details address{border:1px solid;border-color:rgb(34 34 34 / .1);padding:12px 12px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce-page.single-product .post-navigation{display:none}.woocommerce-page.single-product #content .site-main .entry-summary .quantity .qty{font-size:18px;line-height:1.3;padding:11px 5px}.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:18px;line-height:1.3;padding:12px 30px}.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button.disabled,.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button.disabled:hover{background-color:rgb(34 34 34 / .5);color:#fff;cursor:not-allowed}.woocommerce-page #content .site-main ul.products:before,.wc-block-grid .site-main ul.products:before,.woocommerce-page #content .site-main ul.products:after,.wc-block-grid .site-main ul.products:after,.woocommerce-page #content ul.wc-block-grid__products:before,.wc-block-grid ul.wc-block-grid__products:before,.woocommerce-page #content ul.wc-block-grid__products:after,.wc-block-grid ul.wc-block-grid__products:after{display:none}.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),.woocommerce-page #content .site-main ul.products.columns-1,.wc-block-grid .site-main ul.products.columns-1,.woocommerce-page #content .site-main ul.products.columns-2,.wc-block-grid .site-main ul.products.columns-2,.woocommerce-page #content .site-main ul.products.columns-3,.wc-block-grid .site-main ul.products.columns-3,.woocommerce-page #content .site-main ul.products.columns-4,.wc-block-grid .site-main ul.products.columns-4,.woocommerce-page #content .site-main ul.products.columns-5,.wc-block-grid .site-main ul.products.columns-5,.woocommerce-page #content .site-main ul.products.columns-6,.wc-block-grid .site-main ul.products.columns-6,.woocommerce-page #content.has-1-columns ul.wc-block-grid__products,.wc-block-grid.has-1-columns ul.wc-block-grid__products,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products,.wc-block-grid.has-2-columns ul.wc-block-grid__products,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products,.wc-block-grid.has-3-columns ul.wc-block-grid__products,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products,.wc-block-grid.has-4-columns ul.wc-block-grid__products,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products,.wc-block-grid.has-5-columns ul.wc-block-grid__products,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products,.wc-block-grid.has-6-columns ul.wc-block-grid__products{display:block}.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .site-main ul.products.columns-1 li.product,.wc-block-grid .site-main ul.products.columns-1 li.product,.woocommerce-page #content .site-main ul.products.columns-2 li.product,.wc-block-grid .site-main ul.products.columns-2 li.product,.woocommerce-page #content .site-main ul.products.columns-3 li.product,.wc-block-grid .site-main ul.products.columns-3 li.product,.woocommerce-page #content .site-main ul.products.columns-4 li.product,.wc-block-grid .site-main ul.products.columns-4 li.product,.woocommerce-page #content .site-main ul.products.columns-5 li.product,.wc-block-grid .site-main ul.products.columns-5 li.product,.woocommerce-page #content .site-main ul.products.columns-6 li.product,.wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content.has-1-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-1-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-2-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-1 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-1 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-2 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-2 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-3 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content.has-1-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-1-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{margin:0 0 3em 0;padding:0!important;display:block;float:none;width:100%;max-width:none;border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}@media all and (min-width:400px){.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),.woocommerce-page #content .site-main ul.products.columns-2,.wc-block-grid .site-main ul.products.columns-2,.woocommerce-page #content .site-main ul.products.columns-3,.wc-block-grid .site-main ul.products.columns-3,.woocommerce-page #content .site-main ul.products.columns-4,.wc-block-grid .site-main ul.products.columns-4,.woocommerce-page #content .site-main ul.products.columns-5,.wc-block-grid .site-main ul.products.columns-5,.woocommerce-page #content .site-main ul.products.columns-6,.wc-block-grid .site-main ul.products.columns-6,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products,.wc-block-grid.has-2-columns ul.wc-block-grid__products,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products,.wc-block-grid.has-3-columns ul.wc-block-grid__products,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products,.wc-block-grid.has-4-columns ul.wc-block-grid__products,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products,.wc-block-grid.has-5-columns ul.wc-block-grid__products,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products,.wc-block-grid.has-6-columns ul.wc-block-grid__products{display:flex;flex-flow:row wrap;margin-left:-8px;margin-right:-8px}.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .site-main ul.products.columns-2 li.product,.wc-block-grid .site-main ul.products.columns-2 li.product,.woocommerce-page #content .site-main ul.products.columns-3 li.product,.wc-block-grid .site-main ul.products.columns-3 li.product,.woocommerce-page #content .site-main ul.products.columns-4 li.product,.wc-block-grid .site-main ul.products.columns-4 li.product,.woocommerce-page #content .site-main ul.products.columns-5 li.product,.wc-block-grid .site-main ul.products.columns-5 li.product,.woocommerce-page #content .site-main ul.products.columns-6 li.product,.wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-2-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-2 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-2 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-3 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{flex:0 1 auto;margin:0 8px 2em 8px;width:calc(50% - 16px);display:flex;flex-direction:column}.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product>*,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product>*,.woocommerce-page #content .site-main ul.products.columns-2 li.product>*,.wc-block-grid .site-main ul.products.columns-2 li.product>*,.woocommerce-page #content .site-main ul.products.columns-3 li.product>*,.wc-block-grid .site-main ul.products.columns-3 li.product>*,.woocommerce-page #content .site-main ul.products.columns-4 li.product>*,.wc-block-grid .site-main ul.products.columns-4 li.product>*,.woocommerce-page #content .site-main ul.products.columns-5 li.product>*,.wc-block-grid .site-main ul.products.columns-5 li.product>*,.woocommerce-page #content .site-main ul.products.columns-6 li.product>*,.wc-block-grid .site-main ul.products.columns-6 li.product>*,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product>*,.wc-block-grid.has-2-columns ul.wc-block-grid__products li.product>*,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product>*,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.product>*,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product>*,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product>*,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product>*,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product>*,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product>*,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product>*{flex:0 0 auto}.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product>a.button,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product>a.button,.woocommerce-page #content .site-main ul.products.columns-2 li.product>a.button,.wc-block-grid .site-main ul.products.columns-2 li.product>a.button,.woocommerce-page #content .site-main ul.products.columns-3 li.product>a.button,.wc-block-grid .site-main ul.products.columns-3 li.product>a.button,.woocommerce-page #content .site-main ul.products.columns-4 li.product>a.button,.wc-block-grid .site-main ul.products.columns-4 li.product>a.button,.woocommerce-page #content .site-main ul.products.columns-5 li.product>a.button,.wc-block-grid .site-main ul.products.columns-5 li.product>a.button,.woocommerce-page #content .site-main ul.products.columns-6 li.product>a.button,.wc-block-grid .site-main ul.products.columns-6 li.product>a.button,.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product>a.button,.wc-block-grid.has-2-columns ul.wc-block-grid__products li.product>a.button,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product>a.button,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.product>a.button,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product>a.button,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product>a.button,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product>a.button,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product>a.button,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product>a.button,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product>a.button{margin-top:auto}}@media all and (min-width:600px){.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .site-main ul.products.columns-3 li.product,.wc-block-grid .site-main ul.products.columns-3 li.product,.woocommerce-page #content .site-main ul.products.columns-4 li.product,.wc-block-grid .site-main ul.products.columns-4 li.product,.woocommerce-page #content .site-main ul.products.columns-5 li.product,.wc-block-grid .site-main ul.products.columns-5 li.product,.woocommerce-page #content .site-main ul.products.columns-6 li.product,.wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-3 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{width:calc(33.333% - 16px)}}@media all and (min-width:768px){.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .site-main ul.products.columns-4 li.product,.wc-block-grid .site-main ul.products.columns-4 li.product,.woocommerce-page #content .site-main ul.products.columns-5 li.product,.wc-block-grid .site-main ul.products.columns-5 li.product,.woocommerce-page #content .site-main ul.products.columns-6 li.product,.wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{width:calc(25% - 16px)}}@media all and (min-width:1025px){.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .site-main ul.products.columns-5 li.product,.wc-block-grid .site-main ul.products.columns-5 li.product,.woocommerce-page #content .site-main ul.products.columns-6 li.product,.wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{width:calc(20% - 16px)}}@media all and (min-width:1200px){.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .site-main ul.products.columns-6 li.product,.wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{width:calc(16.667% - 16px)}}@media (max-width:781px) and (min-width:600px){.woocommerce-page #content .wp-block-column .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.wp-block-column .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-2 li.product,.wp-block-column .wc-block-grid .site-main ul.products.columns-2 li.product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-3 li.product,.wp-block-column .wc-block-grid .site-main ul.products.columns-3 li.product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-4 li.product,.wp-block-column .wc-block-grid .site-main ul.products.columns-4 li.product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-5 li.product,.wp-block-column .wc-block-grid .site-main ul.products.columns-5 li.product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-6 li.product,.wp-block-column .wc-block-grid .site-main ul.products.columns-6 li.product,.woocommerce-page #content .wp-block-column.has-2-columns ul.wc-block-grid__products li.product,.wp-block-column .wc-block-grid.has-2-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .wp-block-column.has-3-columns ul.wc-block-grid__products li.product,.wp-block-column .wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .wp-block-column.has-4-columns ul.wc-block-grid__products li.product,.wp-block-column .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .wp-block-column.has-5-columns ul.wc-block-grid__products li.product,.wp-block-column .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .wp-block-column.has-6-columns ul.wc-block-grid__products li.product,.wp-block-column .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,.woocommerce-page #content .wp-block-column .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.wp-block-column .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-2 li.wc-block-grid__product,.wp-block-column .wc-block-grid .site-main ul.products.columns-2 li.wc-block-grid__product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-3 li.wc-block-grid__product,.wp-block-column .wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-4 li.wc-block-grid__product,.wp-block-column .wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-5 li.wc-block-grid__product,.wp-block-column .wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,.woocommerce-page #content .wp-block-column .site-main ul.products.columns-6 li.wc-block-grid__product,.wp-block-column .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,.woocommerce-page #content .wp-block-column.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,.wp-block-column .wc-block-grid.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content .wp-block-column.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.wp-block-column .wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content .wp-block-column.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.wp-block-column .wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content .wp-block-column.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.wp-block-column .wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,.woocommerce-page #content .wp-block-column.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,.wp-block-column .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product{width:calc(50% - 16px)}}.wc-block-sort-select{text-align:right;margin-bottom:2em}.wc-block-sort-select label{display:none}.wc-block-sort-select select{width:100%;max-width:240px}.wc-block-grid ul.wc-block-grid__products{margin-bottom:0}.wc-block-grid ul.wc-block-grid__products li{text-align:left}.wc-block-grid ul.wc-block-grid__products li a,.wc-block-grid ul.wc-block-grid__products li a:hover{text-decoration:none}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-image{order:1;margin:0 0 1em 0}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-image img{vertical-align:top;width:100%;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-image__image_placeholder{border:1px solid;border-color:rgb(34 34 34 / .1)}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale{position:absolute;top:0;left:auto!important;right:0;font-size:.9em;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;display:inline-block;padding:6px 15px;-moz-border-radius:0 3px;-webkit-border-radius:0 3px;border-radius:0 3px;background:#000;color:#fff;fill:#fff;border:none;-moz-transition:padding 0.3s;-webkit-transition:padding 0.3s;transition:padding 0.3s;margin:0}.wc-block-grid ul.wc-block-grid__products li:hover .wc-block-grid__product-onsale{padding-top:16px}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-title{order:2;color:#222;fill:#222;font-family:"Rubik";font-weight:bolder;font-size:1em;line-height:1.3;margin-bottom:.5em}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-rating{order:3;font-size:.8em;margin-top:-.2em;margin-bottom:.5em;margin-left:0;margin-right:0}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-rating__stars{display:inline-block;vertical-align:top;margin:0}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price{order:4;font-size:.8em;line-height:1.3;margin-bottom:1em;margin-left:0;margin-right:0}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price__value{color:rgb(34 34 34 / .7);font-weight:400;letter-spacing:0}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price span{display:inline}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price span.amount{font-size:1.3em;margin:0}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price del{font-size:1em;color:rgb(34 34 34 / .7);opacity:.5;margin-right:.2em;display:inline}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price del>span:not(.amount){font-size:1.3em}.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price ins{background:none;font-weight:700}.wc-block-grid ul.wc-block-grid__products li .wp-block-button{order:5;padding-bottom:0!important;padding-top:.5em;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;position:relative;margin-left:0;margin-right:0}.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px;width:100%;text-align:center;align-items:center}.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.loading,.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.added{padding-right:2.6em}.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.loading:after{content:"\e01c";position:absolute;top:auto;right:.8em;margin:0}.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.added:after{display:none}.wc-block-grid ul.wc-block-grid__products li .added_to_cart{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:16px;line-height:1.3;padding:6px 20px;padding-left:15px;padding-right:15px;font-weight:400;overflow:hidden;margin-top:1em;text-indent:-9999px;background:none;position:relative;position:absolute;bottom:0em;right:.5em}.wc-block-grid ul.wc-block-grid__products li .added_to_cart:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wc-block-grid ul.wc-block-grid__products li .added_to_cart:hover{background:none}.wc-block-grid ul.wc-block-grid__products li .added_to_cart:before{content:"\f291";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.1em;color:#000;display:block;text-indent:0;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wc-block-grid ul.wc-block-grid__products li .added_to_cart:before{color:#fff;fill:#fff}.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.loading+.added_to_cart{display:none}@media all and (min-width:1025px){.wc-block-grid ul.wc-block-grid__products li .wp-block-button{opacity:0}.wc-block-grid ul.wc-block-grid__products li:hover .wp-block-button{opacity:1}}.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale{top:0;left:0!important;right:auto!important;-moz-border-radius:3px 0;-webkit-border-radius:3px 0;border-radius:3px 0}.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale--aligncenter{left:50%!important;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);right:auto!important;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale--alignright{left:auto!important;right:0!important;-moz-border-radius:0 3px;-webkit-border-radius:0 3px;border-radius:0 3px}.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.added:after{display:inline-block;margin:0;position:absolute;top:auto;right:.8em}.wc-block-all-products .wc-block-grid__no-products:before{display:inline-block;content:"\f05e";color:#000;font-family:'Font Awesome 5 Free';font-weight:900;font-size:3.5em}.wc-block-all-products .wc-block-grid__no-products img.wc-block-grid__no-products-image{display:none}.wc-block-all-products .wc-block-grid__no-products .wc-block-grid__no-products-title{color:#222;fill:#222;font-size:1.4em;line-height:1.3}.wc-block-all-products .wc-block-grid__no-products button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px}.wc-block-all-products .wc-block-grid__no-products button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wp-block-woocommerce-price-filter{margin-bottom:1.5em}.wp-block-woocommerce-price-filter h6{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin:1em 0}.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress{--range-color:#000000}.wp-block-woocommerce-price-filter input[type=range]{border-width:0;padding:0}.wp-block-woocommerce-price-filter input[type=range]:focus{outline:none}.wp-block-woocommerce-price-filter input[type=range]::-webkit-slider-thumb{box-shadow:none;border:3px solid #000;height:1em;width:1em;box-sizing:border-box;border-radius:100%;background:#fff;cursor:pointer;margin-top:-3px}.wp-block-woocommerce-price-filter input[type=range]::-moz-range-thumb{box-shadow:none;border:3px solid #000;height:1em;width:1em;box-sizing:border-box;border-radius:100%;background:#fff;cursor:pointer;margin-top:-3px}.wp-block-woocommerce-price-filter input[type=range]::-ms-thumb{box-shadow:none;border:3px solid #000;height:1em;width:1em;box-sizing:border-box;border-radius:100%;background:#fff;cursor:pointer;margin-top:-3px}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls{display:flex;text-align:left;flex-flow:row wrap;margin:0 -4px}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__amount{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;text-align:right;max-width:none;-moz-border-radius:3px!important;-webkit-border-radius:3px!important;border-radius:3px!important;border-color:rgb(34 34 34 / .1)!important}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__amount:first-child{text-align:left}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;max-width:60px;font-size:16px;text-indent:-9999px;overflow:hidden;text-transform:uppercase;position:relative}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__button:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;font-size:1rem;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:0}.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__amount,.wp-block-woocommerce-price-filter .wc-block-price-filter__controls>.wc-block-price-filter__button{flex:1 1 auto;width:calc(25%);min-width:50px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:36px;margin:0 4px 8px 4px!important}.wp-block-woocommerce-attribute-filter{margin-bottom:1.5em}.wp-block-woocommerce-attribute-filter h6{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin:1em 0}.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list{margin:0}.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;background-color:rgb(34 34 34 / .03);text-decoration:none;margin-bottom:3px;border:none;padding-left:2em;position:relative}.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li input{position:absolute;top:50%;left:.6em;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li .wc-block-attribute-filter-list-count{margin-left:20px}.wp-block-woocommerce-active-filters{margin-bottom:1.5em}.wp-block-woocommerce-active-filters h6{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin:1em 0}.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list{margin:0}.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;background-color:rgb(34 34 34 / .03);text-decoration:none;margin-bottom:3px;border:none;padding-right:2em;position:relative}.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li button{position:absolute;top:50%;right:.4em;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;padding:0;font-size:1.2em;width:1.2em;height:1.2em;line-height:1;text-indent:-9999px;overflow:hidden;cursor:pointer}.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li button:before{content:"\f057";font-family:'Font Awesome 5 Free';font-weight:900;font-weight:400;font-size:1em;width:auto;height:auto;color:#000;text-indent:0;display:inline-block;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:none}.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li button:hover:before{color:#222;fill:#222}.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li strong{font-weight:400;color:#000}.wp-block-woocommerce-active-filters .wc-block-active-filters{margin:0}.wp-block-woocommerce-active-filters .wc-block-active-filters>button{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;margin-top:.5em;float:none}.wp-block-woocommerce-active-filters .wc-block-active-filters>button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wc-block-product-categories{margin-bottom:1.5em}.wc-block-product-categories.is-list ul{list-style-type:none;font-size:0;margin:0 0 -3px 0}.wc-block-product-categories.is-list ul li{display:inline-block;margin:0 3px 3px 0;vertical-align:top;padding:4px 8px;font-size:.9rem;line-height:1.3;background:#000;border:1px solid #000;color:#fff;fill:#fff;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.wc-block-product-categories.is-list ul li:hover{background:none;color:#000;text-decoration:none}.wc-block-product-categories.is-list ul li a{color:#fff;fill:#fff;text-decoration:none}.wc-block-product-categories.is-list ul li:hover a,.wc-block-product-categories.is-list ul li a:hover{color:#000}.wc-block-product-categories.is-list ul li a:hover{text-decoration:underline}.wc-block-product-categories.is-dropdown{display:flex;flex-flow:row wrap;margin-bottom:1em}.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown{flex:1 1 150px;margin-right:.5em;margin-bottom:.5em}.wc-block-product-categories.is-dropdown select{margin:0;width:100%}.wc-block-product-categories.is-dropdown button{flex:1 1 auto;max-width:60px;margin-bottom:.5em}.wc-block-product-categories .wc-block-product-categories__button,.wc-block-product-categories .wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover,.wc-block-product-categories .wc-block-product-categories__button:focus:enabled{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;height:36px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;position:relative}.wc-block-product-categories .wc-block-product-categories__button:hover,.wc-block-product-categories .wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover:hover,.wc-block-product-categories .wc-block-product-categories__button:focus:enabled:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wc-block-product-categories .wc-block-product-categories__button svg{vertical-align:top;visibility:hidden}.wc-block-product-categories .wc-block-product-categories__button:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;font-size:1rem;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:0}.wp-block-woocommerce-active-filters{margin-bottom:1.5em}.wp-block-woocommerce-active-filters h6{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin:1em 0}.wp-block-woocommerce-product-search{margin-bottom:1em}.wp-block-woocommerce-product-search label{font-family:"Rubik";font-size:.8em;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#222;fill:#222;display:block;margin:1em 0}.wp-block-woocommerce-product-search .wc-block-product-search__fields{display:flex;flex-flow:row wrap}.wp-block-woocommerce-product-search input.wc-block-product-search__field{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1 1 150px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;line-height:1.5;margin-right:.5em;margin-bottom:.5em;width:100%;max-width:100%}.wp-block-woocommerce-product-search .wc-block-product-search__button,.wp-block-woocommerce-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover,.wp-block-woocommerce-product-search .wc-block-product-search__button:focus:enabled{flex:1 1 auto;background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;height:36px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;position:relative;max-width:60px;width:60px;margin-bottom:.5em}.wp-block-woocommerce-product-search .wc-block-product-search__button:hover,.wp-block-woocommerce-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover:hover,.wp-block-woocommerce-product-search .wc-block-product-search__button:focus:enabled:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.wp-block-woocommerce-product-search .wc-block-product-search__button svg{vertical-align:top;visibility:hidden}.wp-block-woocommerce-product-search .wc-block-product-search__button:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:inline-block;font-size:1rem;position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:0}.wc-block-featured-category.alignnone,.wc-block-featured-product.alignnone,.wc-block-featured-category.alignwide,.wc-block-featured-product.alignwide,.wc-block-featured-category.alignfull,.wc-block-featured-product.alignfull{padding-left:0!important;padding-right:0!important;padding-top:2em;padding-bottom:3em}.wc-block-featured-category:not(.alignfull),.wc-block-featured-product:not(.alignfull),.wc-block-featured-category:not(.alignfull):before,.wc-block-featured-product:not(.alignfull):before{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.wc-block-featured-category .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-category .wc-block-featured-category__title,.wc-block-featured-product .wc-block-featured-category__title{font-weight:700;line-height:1.2;padding:16px 48px 0 48px}.wc-block-featured-category .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__description,.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-product .wc-block-featured-category__description{padding:16px 48px 0 48px}.wc-block-featured-category .wc-block-featured-product__description p,.wc-block-featured-product .wc-block-featured-product__description p,.wc-block-featured-category .wc-block-featured-category__description p,.wc-block-featured-product .wc-block-featured-category__description p{line-height:1.5}.wc-block-featured-category wc-block-featured-product__link,.wc-block-featured-product wc-block-featured-product__link,.wc-block-featured-category .wc-block-featured-category__link,.wc-block-featured-product .wc-block-featured-category__link{padding:16px 48px 0 48px}.wc-block-featured-category .wp-block-button,.wc-block-featured-product .wp-block-button{margin-top:1em}.wc-block-featured-category .wp-block-button.aligncenter,.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-category .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__price{font-size:.9em;line-height:1.3;position:relative;margin-top:1.5em;padding-top:1.5em}.wc-block-featured-category .wc-block-featured-product__price:before,.wc-block-featured-product .wc-block-featured-product__price:before{content:"";display:block;border-top:1px solid #fff;width:30px;position:absolute;top:0;left:50%;margin-left:-15px}.wc-block-featured-category .wc-block-featured-product__price .amount,.wc-block-featured-product .wc-block-featured-product__price .amount{font-size:1.6em}.wc-block-featured-category .wc-block-featured-product__price del,.wc-block-featured-product .wc-block-featured-product__price del{opacity:.7}.wc-block-featured-category .wc-block-featured-product__price ins,.wc-block-featured-product .wc-block-featured-product__price ins{background:none;font-weight:bolder}.wp-block-woocommerce-all-reviews .wc-block-sort-select,.wp-block-woocommerce-reviews-by-product .wc-block-sort-select,.wp-block-woocommerce-reviews-by-category .wc-block-sort-select{margin-bottom:1em}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__info,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__info,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__info{margin-bottom:.5em}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__meta,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__meta,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__meta{line-height:1.3;margin-bottom:.5em}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__rating,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__rating,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__rating{margin-bottom:.2em}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars{margin:0;font-size:.75em;vertical-align:middle}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__image img,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__image img,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__image img{-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;margin-top:-.3em}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__product,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__product,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__product,.wp-block-woocommerce-all-reviews .wc-block-review-list-item__author,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__author,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__author{color:#222;fill:#222;margin-bottom:.2em}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__product+.wc-block-review-list-item__author,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__product+.wc-block-review-list-item__author,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__product+.wc-block-review-list-item__author{font-size:.75em;color:rgb(34 34 34 / .7);margin-bottom:0}.wp-block-woocommerce-all-reviews .wc-block-review-list-item__published-date,.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__published-date,.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__published-date{font-size:.75em;color:rgb(34 34 34 / .7)}.widget.woocommerce.widget_product_search form{position:relative}.widget.woocommerce.widget_product_search form:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-weight:900;display:block;position:absolute;top:50%;right:0;width:46px;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.1em;vertical-align:top;text-align:center;z-index:10;color:#222;fill:#222;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.widget.woocommerce.widget_product_search form:hover:before{color:#000}.widget.woocommerce.widget_product_search form input[type="search"]{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;padding-right:56px}.widget.woocommerce.widget_product_search form input[type="search"]::placeholder{color:rgb(34 34 34 / .7)}.widget.woocommerce.widget_product_search form input[type="submit"],.widget.woocommerce.widget_product_search form button{position:absolute;top:0;right:0;bottom:0;width:46px;overflow:hidden;text-indent:-9999px;background:none;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;cursor:pointer;font-size:0;z-index:20}.widget.woocommerce.widget_shopping_cart .cart_list li{padding:13px 0 12px 0;position:relative}.widget.woocommerce.widget_shopping_cart .cart_list li:before{content:"";display:block;position:absolute;top:0;left:0;right:20px;border-top:1px solid;border-color:rgb(34 34 34 / .1)}.widget.woocommerce.widget_shopping_cart .cart_list li img{margin-left:10px;width:40px}.widget.woocommerce.widget_shopping_cart .cart_list li a{color:#000;font-size:1.1em;font-weight:400}.widget.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:-11px;left:auto;right:-5px;line-height:1.5rem;font-size:1.5rem;font-weight:bolder;border-radius:0;display:block;background:none}.widget.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{background:none;color:#222222!important;fill:#222222!important}.widget.woocommerce.widget_shopping_cart .cart_list li dl{float:none;padding-left:0;padding-right:50px;border-left:none}.widget.woocommerce.widget_shopping_cart .cart_list li dl:before,.widget.woocommerce.widget_shopping_cart .cart_list li dl:after{display:none}.widget.woocommerce.widget_shopping_cart .cart_list li dl dt,.widget.woocommerce.widget_shopping_cart .cart_list li dl dd{float:none;clear:none;margin:0}.widget.woocommerce.widget_shopping_cart .cart_list li .quantity{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);display:block;line-height:1.3;margin-top:2px;padding-right:50px}.widget.woocommerce.widget_shopping_cart .total{color:#000;padding-top:12px;border-top:2px solid;border-color:rgb(34 34 34 / .1);margin:0}.widget.woocommerce.widget_shopping_cart .total strong{color:#222;fill:#222;font-weight:400;font-size:1.1em}.widget.woocommerce.widget_shopping_cart .buttons{margin:.8em 0 0 0;max-width:400px;margin-right:-5px}.widget.woocommerce.widget_shopping_cart .buttons a{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;font-weight:400;width:calc(50% - 5px);display:inline-block;margin:5px 5px 0 0;vertical-align:top}.widget.woocommerce.widget_shopping_cart .buttons a:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.widget.woocommerce.widget_shopping_cart .wcppec-cart-widget-spb{padding-right:5px}.widget.woocommerce.widget_top_rated_products ul li,.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recent_reviews ul li,.widget.woocommerce.widget_recently_viewed_products ul li{padding:12px 50px 12px 0;position:relative;line-height:1.3;border-top:1px solid;border-color:rgb(34 34 34 / .1)}.widget.woocommerce.widget_top_rated_products ul li img,.widget.woocommerce.widget_products ul li img,.widget.woocommerce.widget_recent_reviews ul li img,.widget.woocommerce.widget_recently_viewed_products ul li img{width:40px;position:absolute;top:auto;right:0}.widget.woocommerce.widget_top_rated_products ul li a,.widget.woocommerce.widget_products ul li a,.widget.woocommerce.widget_recent_reviews ul li a,.widget.woocommerce.widget_recently_viewed_products ul li a{color:#000;font-size:1.1em;line-height:1.5;font-weight:400;margin-bottom:2px}.widget.woocommerce.widget_top_rated_products ul li .star-rating,.widget.woocommerce.widget_products ul li .star-rating,.widget.woocommerce.widget_recent_reviews ul li .star-rating,.widget.woocommerce.widget_recently_viewed_products ul li .star-rating{font-size:.8em;margin-top:.1em;margin-bottom:.2em}.widget.woocommerce.widget_top_rated_products ul li>span,.widget.woocommerce.widget_products ul li>span,.widget.woocommerce.widget_recent_reviews ul li>span,.widget.woocommerce.widget_recently_viewed_products ul li>span,.widget.woocommerce.widget_top_rated_products ul li>span span,.widget.woocommerce.widget_products ul li>span span,.widget.woocommerce.widget_recent_reviews ul li>span span,.widget.woocommerce.widget_recently_viewed_products ul li>span span,.widget.woocommerce.widget_top_rated_products ul li ins,.widget.woocommerce.widget_products ul li ins,.widget.woocommerce.widget_recent_reviews ul li ins,.widget.woocommerce.widget_recently_viewed_products ul li ins,.widget.woocommerce.widget_top_rated_products ul li del,.widget.woocommerce.widget_products ul li del,.widget.woocommerce.widget_recent_reviews ul li del,.widget.woocommerce.widget_recently_viewed_products ul li del{color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5);background:none}@media all and (min-width:1025px){.widget.woocommerce.widget_top_rated_products ul,.widget.woocommerce.widget_products ul,.widget.woocommerce.widget_recent_reviews ul,.widget.woocommerce.widget_recently_viewed_products ul{border-bottom:1px solid;border-color:rgb(34 34 34 / .1)}}.widget.woocommerce.widget_product_categories ul li{margin-bottom:.2em}.widget.woocommerce.widget_product_categories ul li a{display:inline-block;margin:0em}.widget.woocommerce.widget_layered_nav_filters ul li,.widget.woocommerce.woocommerce-widget-layered-nav ul li,.widget.woocommerce.widget_rating_filter ul li{display:block;margin-bottom:.2em;float:none}.widget.woocommerce.widget_layered_nav_filters ul li a,.widget.woocommerce.woocommerce-widget-layered-nav ul li a,.widget.woocommerce.widget_rating_filter ul li a{position:relative;padding-left:1.8em}.widget.woocommerce.widget_layered_nav_filters ul li.chosen a:before,.widget.woocommerce.woocommerce-widget-layered-nav ul li.chosen a:before,.widget.woocommerce.widget_rating_filter ul li.chosen a:before,.widget.woocommerce.widget_layered_nav_filters ul li:not(.chosen) a:before,.widget.woocommerce.woocommerce-widget-layered-nav ul li:not(.chosen) a:before,.widget.woocommerce.widget_rating_filter ul li:not(.chosen) a:before{content:"\f057";font-family:'Font Awesome 5 Free';font-weight:900;font-weight:400;line-height:1;display:inline-block;font-size:1.25em;color:#000;position:absolute;top:auto;left:0;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.widget.woocommerce.widget_layered_nav_filters ul li:not(.chosen) a:before,.widget.woocommerce.woocommerce-widget-layered-nav ul li:not(.chosen) a:before,.widget.woocommerce.widget_rating_filter ul li:not(.chosen) a:before{content:"\f111";color:rgb(34 34 34 / .5);fill:rgb(34 34 34 / .5)}.widget.woocommerce.widget_layered_nav_filters ul li a:hover:before,.widget.woocommerce.woocommerce-widget-layered-nav ul li a:hover:before,.widget.woocommerce.widget_rating_filter ul li a:hover:before{color:#222;fill:#222}.widget.woocommerce.widget_layered_nav_filters ul li .star-rating,.widget.woocommerce.woocommerce-widget-layered-nav ul li .star-rating,.widget.woocommerce.widget_rating_filter ul li .star-rating{font-size:.8em;margin-top:.2em;margin-bottom:.2em}.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:rgb(34 34 34 / .2)}.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range{background:#000}.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle{border:3px solid #000;background:#fff}.widget.woocommerce.widget_price_filter .price_slider_amount{position:relative}.widget.woocommerce.widget_price_filter .price_slider_amount .button{background-color:#000;color:#fff;fill:#fff;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;position:absolute;top:0;left:0;width:100%;border-radius:40px;overflow:hidden;text-indent:-9999px;background:none;border:none}.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover{border:none;background:none}.widget.woocommerce.widget_price_filter .price_slider_amount .price_label{background-color:#000;color:#fff;fill:#fff;border:none;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;margin:0;text-align:center;text-decoration:none;overflow-wrap:break-word;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:14px;line-height:1.3;padding:6px 20px;font-weight:400;width:100%}.widget.woocommerce.widget_price_filter .price_slider_amount .price_label:hover{background-color:#000;color:#fff;fill:#fff;text-decoration:none}.footer-widgets-area .widget.woocommerce.widget_product_search form:before{color:#fff;fill:#fff}.footer-widgets-area .widget.woocommerce.widget_product_search input[type="search"]{border-color:rgb(255 255 255 / .1);background:#000;color:#fff;fill:#fff}.footer-widgets-area .widget.woocommerce.widget_product_search input[type="search"]::placeholder{color:rgb(255 255 255 / .7)}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list{text-align:left}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li:before{border-color:rgb(255 255 255 / .1)}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a{color:#fff;fill:#fff}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a:hover{color:#000}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{color:#ffffff!important;fill:#ffffff!important}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li .quantity{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .total{color:#fff;fill:#fff;border-color:rgb(255 255 255 / .1)}.footer-widgets-area .widget.woocommerce.widget_shopping_cart .total strong{color:#fff;fill:#fff}.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul,.footer-widgets-area .widget.woocommerce.widget_products ul,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul{border-bottom:1px solid;border-color:rgb(255 255 255 / .1);text-align:left}.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li,.footer-widgets-area .widget.woocommerce.widget_products ul li,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li{border-color:rgb(255 255 255 / .1)}.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li a,.footer-widgets-area .widget.woocommerce.widget_products ul li a,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li a,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li a{color:#fff;fill:#fff}.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li a:hover,.footer-widgets-area .widget.woocommerce.widget_products ul li a:hover,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li a:hover,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li a:hover{color:#000}.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li .star-rating:before,.footer-widgets-area .widget.woocommerce.widget_products ul li .star-rating:before,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li .star-rating:before,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li .star-rating:before{color:rgb(255 255 255 / .3);fill:rgb(255 255 255 / .3)}.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li>span,.footer-widgets-area .widget.woocommerce.widget_products ul li>span,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li>span,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li>span,.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li>span span,.footer-widgets-area .widget.woocommerce.widget_products ul li>span span,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li>span span,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li>span span,.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li ins,.footer-widgets-area .widget.woocommerce.widget_products ul li ins,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li ins,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li ins,.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li del,.footer-widgets-area .widget.woocommerce.widget_products ul li del,.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li del,.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li del{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget.woocommerce.widget_layered_nav_filters ul li:not(.chosen) a:before,.footer-widgets-area .widget.woocommerce.woocommerce-widget-layered-nav ul li:not(.chosen) a:before,.footer-widgets-area .widget.woocommerce.widget_rating_filter ul li:not(.chosen) a:before{color:rgb(255 255 255 / .5);fill:rgb(255 255 255 / .5)}.footer-widgets-area .widget.woocommerce.widget_layered_nav_filters ul li a:hover:before,.footer-widgets-area .widget.woocommerce.woocommerce-widget-layered-nav ul li a:hover:before,.footer-widgets-area .widget.woocommerce.widget_rating_filter ul li a:hover:before{color:#fff;fill:#fff}.footer-widgets-area .widget.woocommerce.widget_layered_nav_filters ul li .star-rating:before,.footer-widgets-area .widget.woocommerce.woocommerce-widget-layered-nav ul li .star-rating:before,.footer-widgets-area .widget.woocommerce.widget_rating_filter ul li .star-rating:before{color:rgb(255 255 255 / .3);fill:rgb(255 255 255 / .3)}.footer-widgets-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:rgb(255 255 255 / .2)}.footer-widgets-area .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle{background:#000}.citadela-woocommerce-minicart{position:relative}.citadela-woocommerce-minicart .cart-header{color:#000;padding:0 0 10px 20px;font-size:0;cursor:pointer}.citadela-woocommerce-minicart .cart-header>div{display:inline-block;padding:5px 10px;font-size:1rem;color:#fff;fill:#fff}.citadela-woocommerce-minicart .cart-header>.cart-icon{background:#000;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.citadela-woocommerce-minicart .cart-header>.cart-count{background:rgb(0 0 0 / .8);-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.citadela-woocommerce-minicart .cart-header>.cart-count span{font-size:.9em}.citadela-woocommerce-minicart.is-empty .cart-header>.cart-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-woocommerce-minicart.is-empty .cart-header>.cart-count{display:none}.citadela-woocommerce-minicart .cart-content{display:none;position:absolute;min-width:300px;right:0;background:#fff;color:rgb(34 34 34 / .7);opacity:0;-moz-transition:opacity 0.3s;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;font-size:.9em;padding:20px;-moz-box-shadow:0 3px 20px rgb(0 0 0 / .1);-webkit-box-shadow:0 3px 20px rgb(0 0 0 / .1);box-shadow:0 3px 20px rgb(0 0 0 / .1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-woocommerce-minicart .cart-content .widget{font-size:0;display:inline-block;margin:0;width:300px}.citadela-woocommerce-minicart .cart-content .widget .widget_shopping_cart_content{font-size:1rem}.citadela-woocommerce-minicart .cart-content .widget .cart_list li{float:none;width:100%;text-align:left;line-height:1.3;padding:10px 30px 10px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);margin-bottom:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-woocommerce-minicart .cart-content .widget .cart_list li:before{display:none}.citadela-woocommerce-minicart .cart-content .widget .cart_list li a{font-size:1em}.citadela-woocommerce-minicart .cart-content .widget .cart_list li a.remove{top:0;right:0;left:auto;bottom:auto}.citadela-woocommerce-minicart .cart-content .widget .cart_list li img{float:left;margin-right:12px;margin-left:0}.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl{float:none;padding-left:52px;padding-right:0;border-left:none}.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl:before,.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl:after{display:none}.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl dt,.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl dd{float:none;clear:none;margin:0}.citadela-woocommerce-minicart .cart-content .widget .cart_list li .quantity{padding-left:52px;padding-right:0;font-size:.9em}.citadela-woocommerce-minicart .cart-content .widget .woocommerce-mini-cart__empty-message{margin:0}.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb{padding:0;margin-right:0}.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb #woo_pp_ec_button_mini_cart{display:block}.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb ul{text-align:left;padding-left:34px;line-height:1.3;margin-bottom:.8em}.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb ul:before{top:10px;left:10px;right:auto;bottom:auto}.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb ul li{padding:10px 10px 10px 0}.citadela-woocommerce-minicart.opened .cart-content{display:block;opacity:1}.citadela-woocommerce-minicart.is-empty .cart-content{text-align:left}@media all and (max-width:650px){.citadela-woocommerce-minicart .cart-header{padding-left:0}.citadela-woocommerce-minicart .cart-header>.cart-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.citadela-woocommerce-minicart .cart-header>.cart-count{display:none}}.center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .citadela-woocommerce-minicart{position:absolute;top:0;right:0;padding:0}.center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .citadela-woocommerce-minicart .cart-header>.cart-icon{-moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px}.center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .citadela-woocommerce-minicart .cart-header>.cart-count{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.responsive-menu .citadela-woocommerce-minicart{margin-left:1px}.responsive-menu .citadela-woocommerce-minicart .cart-header{padding:0}.responsive-menu .citadela-woocommerce-minicart .cart-header>.cart-icon{width:60px;text-align:center;font-size:1.22rem;line-height:29px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.responsive-menu .citadela-woocommerce-minicart .cart-header>.cart-count{display:none;font-size:1.22rem}.responsive-menu .citadela-woocommerce-minicart .cart-content{position:relative;top:auto;left:auto;right:auto;bottom:auto;background:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;min-width:0}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget{width:100%}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li{padding-right:40px}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li img{float:none;margin-bottom:.5em;display:block;width:60px}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li a{font-size:1.2em}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li a.remove{font-size:2rem;line-height:1}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li .quantity{font-size:1em;padding-left:0}.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .total{font-size:1.2em;padding-top:20px;padding-bottom:5px;text-align:center}.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .buttons{max-width:none}.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .buttons a{width:calc(100% - 5px);padding:8px 20px;font-size:16px}@media all and (min-width:400px){.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li img{float:left;margin-bottom:0;width:40px}.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li .quantity{padding-left:52px}.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .buttons a{width:calc(50% - 5px)}}.responsive-menu .citadela-woocommerce-minicart.opened{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding-top:60px;padding-bottom:0;background:#fff;overflow:hidden;z-index:99999}.responsive-menu .citadela-woocommerce-minicart.opened .inner-wrapper{overflow:auto;height:100%}.responsive-menu .citadela-woocommerce-minicart.opened .cart-header{position:absolute;top:0;right:0}.responsive-menu .citadela-woocommerce-minicart.opened .cart-header>.cart-icon{-moz-border-radius:0 0 0 3px;-webkit-border-radius:0 0 0 3px;border-radius:0 0 0 3px}.responsive-menu .citadela-woocommerce-minicart.opened .cart-header>.cart-count{display:inline-block;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.responsive-menu .citadela-woocommerce-minicart.opened.is-empty .cart-header>.cart-count{display:none}.responsive-menu.mobile-screen-width.admin-bar:not(.header-scrolled) .citadela-woocommerce-minicart.opened{padding-top:-webkit-calc(60px + 46px);padding-top:calc(60px + 46px)}.responsive-menu.mobile-screen-width.admin-bar:not(.header-scrolled) .citadela-woocommerce-minicart.opened .cart-header{margin-top:46px}.responsive-menu.cart-opened{overflow:hidden}body .select2-container .select2-selection--single{height:36px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 10px;border:1px solid;border-color:rgb(34 34 34 / .1);background-color:#fff;color:rgb(34 34 34 / .7);outline:none;font-size:16px;padding:0;margin:0}body .select2-container .select2-selection--single .select2-selection__placeholder{color:rgb(34 34 34 / .5)}body .select2-container .select2-selection--single .select2-selection__rendered{line-height:34px;color:rgb(34 34 34 / .7)}body .select2-container .select2-selection--single .select2-selection__arrow{height:34px}body .select2-container .select2-selection--single .select2-selection__arrow b{color:rgb(34 34 34 / .7);border-color:rgb(34 34 34 / .7);border-right-color:#fff0;border-left-color:#fff0;border-bottom-color:#fff0}body .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{color:rgb(34 34 34 / .7);border-color:rgb(34 34 34 / .7);border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0}body .select2-container .select2-dropdown{margin-top:-1px;border-color:rgb(34 34 34 / .1);border-radius:0;background-color:#fff}body .select2-container .select2-search--dropdown .select2-search__field{border-color:rgb(34 34 34 / .1);border-radius:0;background-color:#f2f2f2;color:rgb(34 34 34 / .7)}body .select2-container .select2-results__option{padding:2px 6px}body .select2-container .select2-results__option[aria-selected=true],body .select2-container .select2-results__option[data-selected=true]{background:rgb(0 0 0 / .1)}body .select2-container .select2-results__option--highlighted[aria-selected=true],body .select2-container .select2-results__option--highlighted[data-selected=true]{background:#000;color:#fff;fill:#fff}body .site-footer .select2-container .select2-selection--single{border-color:rgb(255 255 255 / .1);background:#000;color:rgb(255 255 255 / .7)}body .site-footer .select2-container .select2-selection--single .select2-selection__placeholder{color:rgb(255 255 255 / .5)}body .site-footer .select2-container .select2-selection--single .select2-selection__rendered{color:rgb(255 255 255 / .7)}body .site-footer .select2-container .select2-selection--single .select2-selection__arrow b{color:rgb(255 255 255 / .7);border-color:rgb(255 255 255 / .7);border-right-color:#fff0;border-left-color:#fff0;border-bottom-color:#fff0}body .site-footer .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{color:rgb(255 255 255 / .7);border-color:rgb(255 255 255 / .7);border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0}body .site-footer .select2-container .select2-dropdown{border-color:rgb(255 255 255 / .1)}/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-regular-400.eot);src:url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
 .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
 .pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgb(0 0 0 / .3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgb(0 0 0 / .5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .25);box-shadow:0 2px 5px rgb(0 0 0 / .25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid #fff0;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:#fff0;border-bottom-color:#fff0;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgb(0 0 0 / .5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgb(0 0 0 / .3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}.marker-cluster-small{background-color:rgb(181 226 140 / .6)}.marker-cluster-small div{background-color:rgb(110 204 57 / .6)}.marker-cluster-medium{background-color:rgb(241 211 87 / .6)}.marker-cluster-medium div{background-color:rgb(240 194 12 / .6)}.marker-cluster-large{background-color:rgb(253 156 115 / .6)}.marker-cluster-large div{background-color:rgb(241 128 23 / .6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform 0.3s ease-out,opacity 0.3s ease-in;-moz-transition:-moz-transform 0.3s ease-out,opacity 0.3s ease-in;-o-transition:-o-transform 0.3s ease-out,opacity 0.3s ease-in;transition:transform 0.3s ease-out,opacity 0.3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset 0.3s ease-out,-webkit-stroke-opacity 0.3s ease-in;-moz-transition:-moz-stroke-dashoffset 0.3s ease-out,-moz-stroke-opacity 0.3s ease-in;-o-transition:-o-stroke-dashoffset 0.3s ease-out,-o-stroke-opacity 0.3s ease-in;transition:stroke-dashoffset 0.3s ease-out,stroke-opacity 0.3s ease-in}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:#fff0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:#fff0}.leaflet-container a{-webkit-tap-highlight-color:rgb(51 181 229 / .4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,.25,1);transition:transform 0.25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgb(255 255 255 / .5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgb(0 0 0 / .65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgb(0 0 0 / .4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/wp-content/plugins/citadelawp-directory/plugin/assets/leaflet/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/wp-content/plugins/citadelawp-directory/plugin/assets/leaflet/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/wp-content/plugins/citadelawp-directory/plugin/assets/leaflet/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgb(255 255 255 / .7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgb(255 255 255 / .5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgb(0 0 0 / .2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgb(0 0 0 / .4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:#fff0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgb(0 0 0 / .4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid #fff0;background:#fff0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:461;pointer-events:none}.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}.cancel-on-png,.cancel-off-png,.star-on-png,.star-off-png,.star-half-png{font-size:2em}@font-face{font-family:"raty";font-style:normal;font-weight:400;src:url(/wp-content/plugins/citadelawp-directory/plugin/assets/raty/./fonts/raty.eot);src:url(/wp-content/plugins/citadelawp-directory/plugin/assets/raty/./fonts/raty.eot?#iefix) format("embedded-opentype");src:url(/wp-content/plugins/citadelawp-directory/plugin/assets/raty/./fonts/raty.svg#raty) format("svg");src:url(/wp-content/plugins/citadelawp-directory/plugin/assets/raty/./fonts/raty.ttf) format("truetype");src:url(/wp-content/plugins/citadelawp-directory/plugin/assets/raty/./fonts/raty.woff) format("woff")}.cancel-on-png,.cancel-off-png,.star-on-png,.star-off-png,.star-half-png{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"raty";font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none}.cancel-on-png:before{content:"\e600"}.cancel-off-png:before{content:"\e601"}.star-on-png:before{content:"\f005"}.star-off-png:before{content:"\f006"}.star-half-png:before{content:"\f123"}.item-rating-wrapper .rating-stars{position:relative;display:inline-block;margin-right:.5em}.item-rating-wrapper .rating-stars:before{content:"\f005\f005\f005\f005\f005";font-family:'Font Awesome 5 Free';font-weight:400}.item-rating-wrapper .rating-stars-value{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden}.item-rating-wrapper .rating-stars-value:before{content:"\f005\f005\f005\f005\f005";font-family:'Font Awesome 5 Free';font-weight:900}.item-rating-wrapper .citadela-reviews-link{font-size:.85em}.item-reviews .comment-list{margin:0;list-style-type:none;padding:0}.item-reviews .comment-list .children{margin-left:50px;list-style-type:none;padding:0}.item-reviews .comment-body{margin-bottom:2em}.item-reviews .comment-list .comment-respond{margin-bottom:2em}.item-reviews .comment-author{display:inline-block;vertical-align:middle;margin-right:.5em}.item-reviews .comment-author img{vertical-align:middle;margin-right:.5em}.item-reviews .comment-author b{display:inline-block;vertical-align:middle}.item-reviews .comment-metadata{display:inline-block;vertical-align:baseline}.item-reviews .comment-rating,.item-reviews .item-owner{display:inline-block;vertical-align:baseline}.item-reviews .item-owner span{display:inline-block;vertical-align:baseline;background:#666;color:#fff;text-transform:uppercase;font-weight:bolder;font-size:.7em;line-height:1.3;padding:.3em .8em}.item-reviews .comment-date{display:inline-block;vertical-align:middle}.item-reviews .comment-respond .rating-wrapper{margin:.3em 0 1em 0}.item-reviews .comment-respond .rating-wrapper label{margin-right:6px}.item-reviews .comment-respond .rating-wrapper .rating{display:inline-block}.item-reviews .comment-respond .rating-wrapper .rating i{font-size:1em}.item-reviews .comment-respond .citadela-notification{font-size:.8em;margin-top:-1em;margin-bottom:1.5em;color:red}.item-reviews .comment-respond .rating-notification{margin-top:-1.2em}.item-reviews>.comment-respond .review-text label .reply-label{display:none}.item-reviews .item_review .comment-respond .review-text label .review-label{display:none}.citadela-loader{position:absolute;top:0;left:0;width:100%;height:100%}.citadela-loader .inner-wrapper{top:50%;left:50%;position:absolute;font-size:50px;transform:translate(-50%,-50%)}.wp-block-citadela-blocks.loading-content{position:relative}.wp-block-citadela-blocks.loading-content>.citadela-block-articles,.wp-block-citadela-blocks.loading-content>.carousel-navigation-wrapper,.wp-block-citadela-blocks.loading-content>.carousel-pagination-wrapper{opacity:0}.wp-block-citadela-blocks:not(.loading-content) .citadela-loader{display:none}.ctdl-directory-google-map .citadela-loader,.ctdl-automatic-directory-google-map .citadela-loader,.ctdl-posts-map .citadela-loader,.ctdl-automatic-posts-map .citadela-loader,.ctdl-directory-google-map,.ctdl-automatic-directory-google-map,.ctdl-posts-map,.ctdl-automatic-posts-map{min-height:300px}.ctdl-directory-google-map.loading-content .provider-wrapper,.ctdl-automatic-directory-google-map.loading-content .provider-wrapper,.ctdl-posts-map.loading-content .provider-wrapper,.ctdl-automatic-posts-map.loading-content .provider-wrapper{opacity:0}.ctdl-directory-google-map:not(.loading-content) .citadela-loader,.ctdl-automatic-directory-google-map:not(.loading-content) .citadela-loader,.ctdl-posts-map:not(.loading-content) .citadela-loader,.ctdl-automatic-posts-map:not(.loading-content) .citadela-loader{display:none}.ctdl-automatic-directory-google-map.hidden-map,.ctdl-automatic-posts-map.hidden-map{display:none}.ctdl-automatic-directory-google-map .empty-map-cover,.ctdl-automatic-posts-map .empty-map-cover{display:none}.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,.ctdl-automatic-posts-map.empty-map .empty-map-cover{display:flex;flex-direction:column;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .6)}.ctdl-automatic-directory-google-map.empty-map .empty-map-cover .text-wrapper,.ctdl-automatic-posts-map.empty-map .empty-map-cover .text-wrapper{text-align:center;padding:40px}.wp-block-citadela-blocks.use-carousel .citadela-block-articles-wrap.swiper-wrapper>.swiper-slide{flex:none;height:initial}.wp-block-citadela-blocks.use-carousel .citadela-block-articles-wrap.swiper-wrapper{flex-flow:row;margin:0}.wp-block-citadela-blocks.use-carousel .carousel-navigation-wrapper>div{display:inline-block}.wp-block-citadela-blocks.use-carousel:not(.swiper-initialized) .carousel-navigation-wrapper{display:none!important}.wp-block-citadela-blocks.use-carousel .carousel-navigation-wrapper{text-align:center}.wp-block-citadela-blocks.use-carousel .carousel-navigation-wrapper .carousel-button-prev{float:left}.wp-block-citadela-blocks.use-carousel .carousel-navigation-wrapper .carousel-button-next{float:right}.wp-block-citadela-blocks.use-carousel .carousel-navigation-wrapper i{display:inline-block;vertical-align:middle;width:30px;height:30px;line-height:30px;text-align:center}.wp-block-citadela-blocks.use-carousel:not(.carousel-pagination) .carousel-navigation-wrapper:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.wp-block-citadela-blocks.use-carousel:not(.swiper-initialized) .carousel-pagination-wrapper{display:none!important}.wp-block-citadela-blocks.use-carousel .carousel-pagination-wrapper{text-align:center}.wp-block-citadela-blocks.use-carousel .carousel-pagination-wrapper span.carousel-bullet{display:inline-block;vertical-align:middle;width:14px;height:14px;background:#ccc;margin:3px;border-radius:100%;border:2px solid #ccc;box-sizing:border-box}.wp-block-citadela-blocks.use-carousel .carousel-pagination-wrapper span.carousel-bullet:hover{border-color:#000;background-color:#000;cursor:pointer}.wp-block-citadela-blocks.use-carousel .carousel-pagination-wrapper span.carousel-bullet.active{background:none;border-color:#000}.wp-block-citadela-blocks.grid-type-1 .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:50%;max-width:50%}@media all and (min-width:400px){.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}}@media all and (min-width:600px){.wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}.wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:25%;max-width:25%}}@media all and (min-width:860px){.wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:20%;max-width:20%}}@media all and (min-width:1025px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:50%;max-width:50%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:25%;max-width:25%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:16.667%;max-width:16.667%}}@media all and (min-width:1400px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:25%;max-width:25%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:20%;max-width:20%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:14.285%;max-width:14.285%}}@media all and (min-width:1600px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:12.5%;max-width:12.5%}}.wp-block-citadela-blocks.grid-type-2 .citadela-block-articles-wrap>*{width:100%;max-width:100%}@media all and (min-width:400px){.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:50%;max-width:50%}}@media all and (min-width:600px){.wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}.wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}}@media all and (min-width:1025px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:25%;max-width:25%}}@media all and (min-width:1400px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:25%;max-width:25%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:25%;max-width:25%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:20%;max-width:20%}}.wp-block-citadela-blocks.grid-type-3 .citadela-block-articles-wrap>*{width:100%;max-width:100%}@media all and (min-width:400px){.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%;max-width:100%}}@media all and (min-width:600px){.wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:100%;max-width:100%}.wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%;max-width:100%}}@media all and (min-width:1025px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%;max-width:100%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*,body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:50%;max-width:50%}}@media all and (min-width:1400px){body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:50%;max-width:50%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:50%;max-width:50%}body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:33.333%;max-width:33.333%}}@media all and (min-width:600px) and (max-width:1024px){.footer-widgets-area{.widget .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:100%!important;max-width:170px!important}.widget .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:250px!important}.widget .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:350px!important}.widget .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}.widget .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}.widget .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}}}@media all and (min-width:1025px){.widget .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap>*{width:100%!important;max-width:170px!important}.widget .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:250px!important}.widget .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:350px!important}.widget .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:300px!important}.widget .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}.widget .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}.widget .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap>*{width:100%!important;max-width:380px!important}}.ctdl-directory-similar-items .citadela-block-articles-wrap,.ctdl-directory-items-list .citadela-block-articles-wrap,.ctdl-directory-search-results .citadela-block-articles-wrap,.ctdl-authors-list .citadela-block-articles-wrap{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -8px}.ctdl-posts-search-results:not(.layout-simple) .citadela-block-articles-wrap{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -16px}.ctdl-directory-similar-items article,.ctdl-directory-items-list article,.ctdl-directory-search-results article,.ctdl-authors-list article{flex:1 1 auto;padding:8px;box-sizing:border-box;margin-bottom:2em}.ctdl-posts-search-results:not(.layout-simple) article{flex:1 1 auto;padding:8px 16px;box-sizing:border-box;margin-bottom:2em}.ctdl-directory-similar-items .item-thumbnail img,.ctdl-directory-items-list .item-thumbnail img,.ctdl-directory-search-results .item-thumbnail img,.ctdl-posts-search-results .item-thumbnail img{width:100%;vertical-align:top;object-fit:cover}.ctdl-directory-similar-items.custom-image-height .item-thumbnail img,.ctdl-directory-items-list.custom-image-height .item-thumbnail img,.ctdl-directory-search-results.custom-image-height .item-thumbnail img{max-height:none!important}.ctdl-directory-similar-items.image-position-top-right .item-thumbnail img,.ctdl-directory-items-list.image-position-top-right .item-thumbnail img,.ctdl-directory-search-results.image-position-top-right .item-thumbnail img{object-position:top right}.ctdl-directory-similar-items.image-position-top-center .item-thumbnail img,.ctdl-directory-items-list.image-position-top-center .item-thumbnail img,.ctdl-directory-search-results.image-position-top-center .item-thumbnail img{object-position:top center}.ctdl-directory-similar-items.image-position-top-left .item-thumbnail img,.ctdl-directory-items-list.image-position-top-left .item-thumbnail img,.ctdl-directory-search-results.image-position-top-left .item-thumbnail img{object-position:top left}.ctdl-directory-similar-items.image-position-center-right .item-thumbnail img,.ctdl-directory-items-list.image-position-center-right .item-thumbnail img,.ctdl-directory-search-results.image-position-center-right .item-thumbnail img{object-position:center right}.ctdl-directory-similar-items.image-position-center-center .item-thumbnail img,.ctdl-directory-items-list.image-position-center-center .item-thumbnail img,.ctdl-directory-search-results.image-position-center-center .item-thumbnail img{object-position:center center}.ctdl-directory-similar-items.image-position-center-left .item-thumbnail img,.ctdl-directory-items-list.image-position-center-left .item-thumbnail img,.ctdl-directory-search-results.image-position-center-left .item-thumbnail img{object-position:center left}.ctdl-directory-similar-items.image-position-bottom-right .item-thumbnail img,.ctdl-directory-items-list.image-position-bottom-right .item-thumbnail img,.ctdl-directory-search-results.image-position-bottom-right .item-thumbnail img{object-position:bottom right}.ctdl-directory-similar-items.image-position-bottom-center .item-thumbnail img,.ctdl-directory-items-list.image-position-bottom-center .item-thumbnail img,.ctdl-directory-search-results.image-position-bottom-center .item-thumbnail img{object-position:bottom center}.ctdl-directory-similar-items.image-position-bottom-left .item-thumbnail img,.ctdl-directory-items-list.image-position-bottom-left .item-thumbnail img,.ctdl-directory-search-results.image-position-bottom-left .item-thumbnail img{object-position:bottom left}.ctdl-directory-similar-items .item-title,.ctdl-directory-items-list .item-title,.ctdl-directory-search-results .item-title{margin-top:1.5em}.ctdl-posts-search-results .has-thumbnail .item-title{margin-top:1.5em}.ctdl-directory-similar-items .item-title a,.ctdl-directory-items-list .item-title a,.ctdl-directory-search-results .item-title a,.ctdl-posts-search-results .item-title a{text-decoration:none}.ctdl-directory-similar-items .item-title .post-title,.ctdl-directory-items-list .item-title .post-title,.ctdl-directory-search-results .item-title .post-title,.ctdl-posts-search-results .item-title .post-title{font-size:1.4em;line-height:1.3;color:#000}.ctdl-directory-similar-items .item-title .post-subtitle,.ctdl-directory-items-list .item-title .post-subtitle,.ctdl-directory-search-results .item-title .post-subtitle{font-size:.9em;line-height:1.3;margin-top:.3em}.ctdl-directory-similar-items .item-description,.ctdl-directory-items-list .item-description,.ctdl-directory-search-results .item-description,.ctdl-posts-search-results .item-description{font-size:.9em;margin-top:1em}.ctdl-directory-similar-items .item-description p,.ctdl-directory-items-list .item-description p,.ctdl-directory-search-results .item-description p,.ctdl-posts-search-results .item-description p{display:inline}.ctdl-directory-similar-items .item-description .more,.ctdl-directory-items-list .item-description .more,.ctdl-directory-search-results .item-description .more,.ctdl-posts-search-results .item-description .more{text-transform:lowercase;display:inline;max-width:100%}.ctdl-directory-similar-items .item-description .more:before,.ctdl-directory-items-list .item-description .more:before,.ctdl-directory-search-results .item-description .more:before,.ctdl-posts-search-results .item-description .more:before{content:"[ "}.ctdl-directory-similar-items .item-description .more:after,.ctdl-directory-items-list .item-description .more:after,.ctdl-directory-search-results .item-description .more:after,.ctdl-posts-search-results .item-description .more:after{content:" ]"}.ctdl-directory-similar-items .item-rating-wrapper,.ctdl-directory-items-list .item-rating-wrapper,.ctdl-directory-search-results .item-rating-wrapper{font-size:.8em;margin-top:.5em}.ctdl-directory-similar-items .rating-stars,.ctdl-directory-items-list .rating-stars,.ctdl-directory-search-results .rating-stars{margin:0}.ctdl-directory-similar-items .item-footer,.ctdl-directory-items-list .item-footer,.ctdl-directory-search-results .item-footer,.ctdl-posts-search-results .item-footer{font-size:.9em;margin-top:1.5em}.ctdl-directory-similar-items .item-data,.ctdl-directory-items-list .item-data,.ctdl-directory-search-results .item-data,.ctdl-posts-search-results .item-data{border-top:1px solid #ccc;padding:.5em 0}.ctdl-directory-similar-items .item-data .label,.ctdl-directory-items-list .item-data .label,.ctdl-directory-search-results .item-data .label,.ctdl-posts-search-results .item-data .label{font-weight:700}.ctdl-directory-similar-items .item-data .label:after,.ctdl-directory-items-list .item-data .label:after,.ctdl-directory-search-results .item-data .label:after,.ctdl-posts-search-results .item-data .label:after{content:":"}.ctdl-directory-similar-items .item-data .value:after,.ctdl-directory-items-list .item-data .value:after,.ctdl-directory-search-results .item-data .value:after,.ctdl-posts-search-results .item-data .value:after{content:","}.ctdl-directory-similar-items .item-data .value:last-child:after,.ctdl-directory-items-list .item-data .value:last-child:after,.ctdl-directory-search-results .item-data .value:last-child:after,.ctdl-posts-search-results .item-data .value:last-child:after{content:""}.ctdl-directory-similar-items.size-small .item-title .post-title,.ctdl-directory-items-list.size-small .item-title .post-title,.ctdl-directory-search-results.size-small .item-title .post-title,.ctdl-posts-search-results.size-small .item-title .post-title{font-size:1.2em}.ctdl-directory-similar-items.size-small .item-title .post-subtitle,.ctdl-directory-items-list.size-small .item-title .post-subtitle,.ctdl-directory-search-results.size-small .item-title .post-subtitle,.ctdl-posts-search-results.size-small .item-title .post-subtitle{font-size:.8em}.ctdl-directory-similar-items.size-small .item-description,.ctdl-directory-items-list.size-small .item-description,.ctdl-directory-search-results.size-small .item-description,.ctdl-posts-search-results.size-small .item-description{font-size:.8em}.ctdl-directory-similar-items.size-small .item-footer,.ctdl-directory-items-list.size-small .item-footer,.ctdl-directory-search-results.size-small .item-footer,.ctdl-posts-search-results.size-small .item-footer{font-size:.8em}@media all and (min-width:400px){.ctdl-directory-similar-items.layout-list .item-content,.ctdl-directory-items-list.layout-list .item-content,.ctdl-directory-search-results.layout-list .item-content,.ctdl-posts-search-results.layout-list .item-content{display:flex;flex-flow:row wrap;padding-right:20px}.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,.ctdl-directory-items-list.layout-list .item-content .item-thumbnail,.ctdl-directory-search-results.layout-list .item-content .item-thumbnail,.ctdl-posts-search-results.layout-list .item-content .item-thumbnail{flex:0 1 auto;width:10em;padding-right:30px;margin-bottom:1em}.ctdl-directory-similar-items.layout-list .item-content .item-body,.ctdl-directory-items-list.layout-list .item-content .item-body,.ctdl-directory-search-results.layout-list .item-content .item-body,.ctdl-posts-search-results.layout-list .item-content .item-body{flex:1 1 auto;width:65%}.ctdl-directory-similar-items.layout-list .item-title,.ctdl-directory-items-list.layout-list .item-title,.ctdl-directory-search-results.layout-list .item-title,.ctdl-posts-search-results.layout-list .item-title{margin-top:0}}.ctdl-directory-search-results .no-results,.ctdl-posts-search-results .no-results{text-align:center}.fa-map-label{transform:rotate(-135deg);border-radius:0 100% 100%;transform-origin:0% 0%;width:50px;height:50px}.fa-map-label .fa-map-label-marker{border-radius:0 100% 100%;width:inherit;height:inherit;position:absolute;top:0;left:0;background:#000}.fa-map-label>i{color:#fff;font-size:20px;text-align:center;position:relative;top:50%;width:50px;height:50px;line-height:50px;transform:rotate(135deg);transform-origin:60% 25%}.track-endpoint.end-point .fa-map-label .fa-map-label-marker{box-shadow:0 0 0 50px rgb(0 0 0 / .2) inset}.leaflet-marker-icon.citadela-marker-icon{width:0!important;height:0!important}.ctdl-directory-google-map .map-container,.ctdl-automatic-directory-google-map .map-container,.ctdl-posts-map .map-container,.ctdl-automatic-posts-map .map-container{width:100%;min-height:500px;overflow:hidden;text-align:left}@media all and (min-width:600px){.ctdl-directory-google-map .map-container,.ctdl-automatic-directory-google-map .map-container,.ctdl-posts-map .map-container,.ctdl-automatic-posts-map .map-container{min-height:300px}}.ctdl-directory-google-map .infoBox,.ctdl-automatic-directory-google-map .infoBox,.ctdl-posts-map .infoBox,.ctdl-automatic-posts-map .infoBox{width:300px}.ctdl-directory-google-map .infoBox .infobox-content:after,.ctdl-automatic-directory-google-map .infoBox .infobox-content:after,.ctdl-posts-map .infoBox .infobox-content:after,.ctdl-automatic-posts-map .infoBox .infobox-content:after{content:".";display:block;height:0;overflow:hidden;clear:both;visibility:hidden}.ctdl-directory-google-map .infoBox .item-picture img,.ctdl-automatic-directory-google-map .infoBox .item-picture img,.ctdl-posts-map .infoBox .item-picture img,.ctdl-automatic-posts-map .infoBox .item-picture img{max-width:110px}.ctdl-directory-google-map .infoBox .item-data,.ctdl-automatic-directory-google-map .infoBox .item-data,.ctdl-posts-map .infoBox .item-data,.ctdl-automatic-posts-map .infoBox .item-data{float:left;width:176px}.ctdl-directory-google-map .infoBox .item-picture,.ctdl-automatic-directory-google-map .infoBox .item-picture,.ctdl-posts-map .infoBox .item-picture,.ctdl-automatic-posts-map .infoBox .item-picture{float:right}.ctdl-directory-google-map .infoBox .infobox-title,.ctdl-automatic-directory-google-map .infoBox .infobox-title,.ctdl-posts-map .infoBox .infobox-title,.ctdl-automatic-posts-map .infoBox .infobox-title{font-size:1.4em;margin-bottom:.3em}.ctdl-directory-google-map .infoBox p,.ctdl-automatic-directory-google-map .infoBox p,.ctdl-posts-map .infoBox p,.ctdl-automatic-posts-map .infoBox p{margin-top:0;margin-bottom:1em}.single-citadela-item .ctdl-automatic-directory-google-map .infoBox .item-more-button,.single-post .ctdl-automatic-posts-map .infoBox .item-more-button{display:none}.ctdl-automatic-directory-google-map .citadela-openstreetmap div[data-theme="silver"] .leaflet-tile-pane,.ctdl-directory-google-map .citadela-openstreetmap div[data-theme="silver"] .leaflet-tile-pane,.ctdl-posts-map .citadela-openstreetmap div[data-theme="silver"] .leaflet-tile-pane,.ctdl-automatic-posts-map .citadela-openstreetmap div[data-theme="silver"] .leaflet-tile-pane{filter:grayscale(100%)}.ctdl-automatic-directory-google-map .citadela-openstreetmap div[data-theme="retro"] .leaflet-tile-pane,.ctdl-directory-google-map .citadela-openstreetmap div[data-theme="retro"] .leaflet-tile-pane,.ctdl-posts-map .citadela-openstreetmap div[data-theme="retro"] .leaflet-tile-pane,.ctdl-automatic-posts-map .citadela-openstreetmap div[data-theme="retro"] .leaflet-tile-pane{filter:sepia(30%) hue-rotate(350deg) saturate(120%)}.ctdl-automatic-directory-google-map .citadela-openstreetmap div[data-theme="dark"] .leaflet-tile-pane,.ctdl-directory-google-map .citadela-openstreetmap div[data-theme="dark"] .leaflet-tile-pane,.ctdl-posts-map .citadela-openstreetmap div[data-theme="dark"] .leaflet-tile-pane,.ctdl-automatic-posts-map .citadela-openstreetmap div[data-theme="dark"] .leaflet-tile-pane{filter:grayscale(100%) invert(100%) contrast(90%)}.ctdl-automatic-directory-google-map .citadela-openstreetmap div[data-theme="night"] .leaflet-tile-pane,.ctdl-directory-google-map .citadela-openstreetmap div[data-theme="night"] .leaflet-tile-pane,.ctdl-posts-map .citadela-openstreetmap div[data-theme="night"] .leaflet-tile-pane,.ctdl-automatic-posts-map .citadela-openstreetmap div[data-theme="night"] .leaflet-tile-pane{filter:invert(100%) hue-rotate(200deg) saturate(40%) contrast(95%)}.ctdl-directory-search-form,.ctdl-posts-search-form{z-index:500}.ctdl-directory-search-form.dropdown-opened,.ctdl-posts-search-form.dropdown-opened,.ctdl-directory-search-form.radius-opened,.ctdl-posts-search-form.radius-opened,.ctdl-directory-search-form.filters-opened{z-index:1000}.ctdl-directory-google-map:not(.outside-search-form) .ctdl-directory-search-form,.ctdl-automatic-directory-google-map:not(.outside-search-form) .ctdl-directory-search-form,.ctdl-posts-map:not(.outside-search-form) .ctdl-posts-search-form,.ctdl-automatic-posts-map:not(.outside-search-form) .ctdl-posts-search-form{z-index:1000}.ctdl-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child,.ctdl-automatic-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child,.ctdl-posts-map.cover-height:not(.outside-search-form):first-child:last-child,.ctdl-automatic-posts-map.cover-height:not(.outside-search-form):first-child:last-child,.ctdl-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child>*,.ctdl-automatic-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child>*,.ctdl-posts-map.cover-height:not(.outside-search-form):first-child:last-child>*,.ctdl-automatic-posts-map.cover-height:not(.outside-search-form):first-child:last-child>*,.ctdl-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child .component-container,.ctdl-automatic-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child .component-container,.ctdl-posts-map.cover-height:not(.outside-search-form):first-child:last-child .component-container,.ctdl-automatic-posts-map.cover-height:not(.outside-search-form):first-child:last-child .component-container,.ctdl-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child .map-container,.ctdl-automatic-directory-google-map.cover-height:not(.outside-search-form):first-child:last-child .map-container,.ctdl-posts-map.cover-height:not(.outside-search-form):first-child:last-child .map-container,.ctdl-automatic-posts-map.cover-height:not(.outside-search-form):first-child:last-child .map-container{height:100%}.ctdl-directory-categories-list .citadela-block-articles-wrap,.ctdl-directory-locations-list .citadela-block-articles-wrap{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -8px}.ctdl-directory-categories-list .citadela-block-articles-wrap>*,.ctdl-directory-locations-list .citadela-block-articles-wrap>*{flex:1 1 auto;padding:8px;box-sizing:border-box}.ctdl-directory-categories-list a,.ctdl-directory-categories-list a:hover,.ctdl-directory-locations-list a,.ctdl-directory-locations-list a:hover{text-decoration:none;color:inherit}.ctdl-directory-categories-list .folder-icon,.ctdl-directory-locations-list .folder-icon{width:6em;height:6em;display:inline-block;vertical-align:top;position:relative}.ctdl-directory-categories-list .folder-icon .icon-bg,.ctdl-directory-locations-list .folder-icon .icon-bg{border-radius:100%;width:100%;height:100%;display:block;position:absolute;top:0;left:0;opacity:0}.ctdl-directory-categories-list .folder-icon i,.ctdl-directory-locations-list .folder-icon i{border-radius:100%;width:100%;height:100%;display:block;position:absolute;top:0;left:0;box-sizing:border-box;border:2px solid;background:none!important}.ctdl-directory-categories-list .folder-icon i:before,.ctdl-directory-locations-list .folder-icon i:before{line-height:1;font-size:2.2em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ctdl-directory-categories-list .folder-title,.ctdl-directory-locations-list .folder-title{font-size:1.2em;line-height:1.3;margin:0}.ctdl-directory-categories-list .folder-description,.ctdl-directory-locations-list .folder-description{font-size:.9em}.ctdl-directory-categories-list.size-small .folder-title,.ctdl-directory-locations-list.size-small .folder-title{font-size:1em;line-height:1.3;font-weight:700}.ctdl-directory-categories-list.size-small .folder-description,.ctdl-directory-locations-list.size-small .folder-description{font-size:.8em}.ctdl-directory-categories-list.hide-icon .folder-header,.ctdl-directory-locations-list.hide-icon .folder-header{display:none}.ctdl-directory-categories-list.hide-icon.hide-description .folder-card,.ctdl-directory-locations-list.hide-icon.hide-description .folder-card{margin:5px 0}.ctdl-directory-categories-list.layout-box .folder-card,.ctdl-directory-locations-list.layout-box .folder-card{text-align:center;margin:0 0 2em 0}.ctdl-directory-categories-list.layout-box .folder-header,.ctdl-directory-locations-list.layout-box .folder-header{font-size:.6rem;margin-bottom:2em}.ctdl-directory-categories-list.layout-box .folder-content,.ctdl-directory-locations-list.layout-box .folder-content{padding-left:10px;padding-right:10px}.ctdl-directory-categories-list.layout-box .folder-description,.ctdl-directory-locations-list.layout-box .folder-description{margin:1em 0 0 0}.ctdl-directory-categories-list.layout-box.size-large .folder-header,.ctdl-directory-locations-list.layout-box.size-large .folder-header{font-size:1rem;margin-bottom:1em}.ctdl-directory-categories-list.layout-box.size-large .folder-title,.ctdl-directory-locations-list.layout-box.size-large .folder-title{font-size:1.6em}.ctdl-directory-categories-list.layout-list .folder-card,.ctdl-directory-locations-list.layout-list .folder-card{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 0 2em 0}.ctdl-directory-categories-list.layout-list .folder-header,.ctdl-directory-locations-list.layout-list .folder-header{flex:0 1 auto;width:4.2em;font-size:1rem}.ctdl-directory-categories-list.layout-list .folder-icon,.ctdl-directory-locations-list.layout-list .folder-icon{width:3em;height:3em;margin-top:-.5em;margin-bottom:1em}.ctdl-directory-categories-list.layout-list .folder-icon i,.ctdl-directory-locations-list.layout-list .folder-icon i{border-width:0}.ctdl-directory-categories-list.layout-list .folder-content,.ctdl-directory-locations-list.layout-list .folder-content{flex:1 1 auto;width:75%;padding-left:0;padding-right:10px}.ctdl-directory-categories-list.layout-list .folder-description,.ctdl-directory-locations-list.layout-list .folder-description{margin:.5em 0 0 0}.ctdl-directory-categories-list.layout-list.size-small .folder-header,.ctdl-directory-locations-list.layout-list.size-small .folder-header{font-size:.6rem}.ctdl-directory-categories-list.layout-list.size-large .folder-title,.ctdl-directory-locations-list.layout-list.size-large .folder-title{font-size:1.6em}.ctdl-directory-subcategories-list .citadela-block-articles-wrap,.ctdl-directory-sublocations-list .citadela-block-articles-wrap{display:flex;flex-flow:row wrap;justify-content:flex-start;margin:0 -8px}.ctdl-directory-subcategories-list .citadela-block-articles-wrap>*,.ctdl-directory-sublocations-list .citadela-block-articles-wrap>*{flex:1 1 auto;padding:8px;box-sizing:border-box;max-width:100%!important}.ctdl-directory-subcategories-list a,.ctdl-directory-subcategories-list a:hover,.ctdl-directory-sublocations-list a,.ctdl-directory-sublocations-list a:hover{text-decoration:none;color:inherit}.ctdl-directory-subcategories-list .folder-card,.ctdl-directory-sublocations-list .folder-card{text-align:left;display:flex;flex-flow:row wrap;height:100%;align-content:flex-start;padding:10px;border:1px solid #ccc}.ctdl-directory-subcategories-list .folder-header,.ctdl-directory-sublocations-list .folder-header{flex:0 1 auto;width:3em}.ctdl-directory-subcategories-list .folder-icon,.ctdl-directory-sublocations-list .folder-icon{width:3em;height:3em;display:inline-block;vertical-align:top;position:relative}.ctdl-directory-subcategories-list .folder-icon .icon-bg,.ctdl-directory-sublocations-list .folder-icon .icon-bg{border-radius:100%;width:100%;height:100%;display:block;position:absolute;top:0;left:0;opacity:0}.ctdl-directory-subcategories-list .folder-icon i,.ctdl-directory-sublocations-list .folder-icon i{border-radius:100%;width:100%;height:100%;display:block;position:absolute;top:0;left:0;box-sizing:border-box;border:0 solid;background:none!important}.ctdl-directory-subcategories-list .folder-icon i:before,.ctdl-directory-sublocations-list .folder-icon i:before{line-height:1;font-size:1.2em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ctdl-directory-subcategories-list .folder-content,.ctdl-directory-sublocations-list .folder-content{flex:1 1 auto;width:75%;padding-left:10px;padding-right:10px;padding-bottom:1em}.ctdl-directory-subcategories-list .folder-title,.ctdl-directory-sublocations-list .folder-title{font-size:1em;line-height:1.3;margin:1em 0 0 0;font-weight:700}.ctdl-directory-subcategories-list .folder-description,.ctdl-directory-sublocations-list .folder-description{font-size:.8em;margin:1em 0 0 0}.ctdl-info-content{border:1px solid #ccc;padding:20px 20px 10px 20px;margin-bottom:1.5em;position:relative;min-height:60px}.ctdl-info-content:before{content:"\f129";font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.5em;line-height:1;display:inline-block;background:#ccc;vertical-align:top;padding:14px 22px;margin:-20px 0 20px -20px;color:#fff}.ctdl-info-content p{margin-bottom:20px}@media all and (min-width:400px){.ctdl-info-content{padding-bottom:20px}.ctdl-info-content:before{margin-bottom:-5px}.ctdl-info-content p{margin-left:60px}}.citadela-block-pagination-wrap{text-align:center}.citadela-block-pagination-wrap .citadela-block-pagination .page-numbers{padding:5px 12px;border:1px solid #2360d1;border-radius:4px;text-decoration:none;color:#2360d1}.citadela-block-pagination-wrap .citadela-block-pagination .page-numbers.current{color:#626380;pointer-events:none;opacity:.7;border-color:#626380}body.custom-header.custom-header-over-content #content{padding-top:0;box-shadow:none}body.custom-header.custom-header-over-content #content .page-title.standard{display:none}body.custom-header.custom-header-over-content.modern-theme-layout .site-header:not(.is-sticky),body.custom-header.custom-header-over-content.classic-theme-layout.page-fullwidth .site-header:not(.is-sticky),body.custom-header.custom-header-over-content.half-layout .site-header:not(.is-sticky){position:absolute;top:auto;left:0;width:100%;z-index:1010}body.custom-header.custom-header-over-content.classic-theme-layout.half-layout .site-header:not(.is-sticky){box-shadow:none}@media (min-width:1025px){body.custom-header.custom-header-over-content.modern-theme-layout.left-sidebar .site-header:not(.is-sticky){width:75%;left:auto;right:0}body.custom-header.custom-header-over-content.modern-theme-layout.right-sidebar .site-header:not(.is-sticky){width:75%}}@media (min-width:1267px){body.custom-header.custom-header-over-content.modern-theme-layout.left-sidebar .site-header:not(.is-sticky),body.custom-header.custom-header-over-content.modern-theme-layout.right-sidebar .site-header:not(.is-sticky){width:calc(100% - 300px)}}@media (min-width:1661px){body.custom-header.custom-header-over-content.modern-theme-layout.left-sidebar .site-header:not(.is-sticky),body.custom-header.custom-header-over-content.modern-theme-layout.right-sidebar .site-header:not(.is-sticky){width:calc(100% - 380px)}}@media (max-width:1024px){body.custom-header.custom-header-over-content.modern-theme-layout.left-sidebar #content,body.custom-header.custom-header-over-content.classic-theme-layout.left-sidebar #content{display:flex;flex-direction:column}body.custom-header.custom-header-over-content.modern-theme-layout.left-sidebar #content #primary,body.custom-header.custom-header-over-content.classic-theme-layout.left-sidebar #content #primary{order:1}body.custom-header.custom-header-over-content.modern-theme-layout.left-sidebar #content #secondary,body.custom-header.custom-header-over-content.classic-theme-layout.left-sidebar #content #secondary{order:2;width:100%}}body.custom-header.custom-header-over-content.header-scrolled .sticky-header-wrapper{height:0!important}body.custom-header .site-header:not(.is-sticky){background-image:none}body.custom-header.custom-header-transparent-bg .site-header:not(.is-sticky){background:none}body.custom-header.custom-header-transparent-bg .site-header:not(.is-sticky):before{display:none!important}body.custom-header.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header:not(.is-sticky) .main-navigation .menu-item-wrapper>a{color:}body.custom-header.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header:not(.is-sticky) .citadela-woocommerce-minicart:not(.opened) .cart-header>.cart-icon{color:}