@charset "UTF-8";
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.cg-carousel{position:relative;overflow:hidden}.cg-carousel__container{position:relative;left:0}.cg-carousel__track{position:relative;display:grid;grid-auto-columns:100%;grid-auto-flow:column}.cg-carousel__slide{box-sizing:border-box;position:relative;width:100%}@-webkit-keyframes slideIn{100%{left:0}}@keyframes slideIn{100%{left:0}}@-webkit-keyframes slideOutLeft{100%{left:-100%}}@keyframes slideOutLeft{100%{left:-100%}}@-webkit-keyframes slideOutRight{100%{left:100%}}@keyframes slideOutRight{100%{left:100%}}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}
/**
 * @package     EmbedPress
 * @author      EmbedPress <help@embedpress.com>
 * @copyright   Copyright (C) 2018 EmbedPress. All rights reserved.
 * @license     GPLv2 or later
 * @since       1.0
 */
.embedpress-wrapper{position:relative}.ose-dailymotion.responsive,.ose-kickstarter.responsive,.ose-rutube.responsive,.ose-ted.responsive,.ose-vimeo.responsive,.ose-youtube.responsive,.ose-ustream.responsive,.ose-google-docs.responsive,.ose-animatron.responsive,.ose-amcharts.responsive,.ose-on-aol-com.responsive,.ose-animoto.responsive,.ose-soundcloud.responsive,.ose-videojug.responsive,.ose-facebook.responsive,.ose-issuu.responsive{overflow:hidden;position:relative;height:auto}.ose-dailymotion.responsive iframe,.ose-kickstarter.responsive iframe,.ose-rutube.responsive iframe,.ose-ted.responsive iframe,.ose-vimeo.responsive iframe,.ose-vine.responsive iframe,.ose-youtube.responsive iframe,.ose-ustream.responsive iframe,.ose-google-docs.responsive iframe,.ose-animatron.responsive iframe,.ose-amcharts.responsive iframe,.ose-on-aol-com.responsive iframe,.ose-animoto.responsive iframe,.ose-soundcloud.responsive iframe,.ose-videojug.responsive iframe,.ose-issuu.responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}.ose-dailymotion.responsive,.ose-kickstarter.responsive,.ose-rutube.responsive,.ose-ted.responsive,.ose-vimeo.responsive,.ose-youtube.responsive,.ose-animatron.responsive,.ose-amcharts.responsive,.ose-on-aol-com.responsive,.ose-animoto.responsive,.ose-videojug.responsive{padding-bottom:56.25%}.ose-vine.responsive{padding-bottom:100%}.ose-ustream.responsive{padding-bottom:63.3%}.ose-google-docs.responsive{padding-bottom:62.6%}.ose-google-docs.ose-google-docs-drawings.responsive{padding-bottom:74.5%}.ose-google-docs.ose-google-docs-document.responsive,.ose-google-docs.ose-google-docs-forms.responsive,.ose-google-docs.ose-google-docs-spreadsheets.responsive{padding-bottom:142%}.ose-soundcloud.responsive{padding-bottom:155px}.ose-issuu.responsive iframe{z-index:2}.ose-issuu.responsive{padding-bottom:31.25%}.ose-issuu>div>div>div:last-child{width:100%!important;z-index:0;position:absolute;bottom:0}.ose-mixcloud.responsive iframe{width:100%}.ose-google-docs.responsive{-webkit-overflow-scrolling:touch;overflow-y:auto}.ose-facebook.responsive iframe{padding-bottom:0;width:100%}.elementor-widget iframe{max-height:100%!important}.elementor-cbutton-preview-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 30px;background:#fbf6f6}@media only screen and (max-width:800px){.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,.embedpress-facebook-vid-iframe{max-height:inherit!important}.ep-first-video iframe{max-height:100%!important}.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel){grid-template-columns:repeat(auto-fit,minmax(calc(50% - 30px),1fr))!important}}@media only screen and (max-width:500px){.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,.embedpress-facebook-vid-iframe{max-height:390px!important}.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel){grid-template-columns:repeat(auto-fit,minmax(calc(100% - 30px),1fr))!important}}.ose-matterport .embera-embed-responsive,.ose-matterport .embera-embed-responsive iframe{width:100%;height:100%}.ose-deviantart img,.ose-deviantart a,.ose-deviantart div{width:100%;height:100%}.ose-meetup{overflow:auto!important}.ose-meetup img{height:auto}article.embedpress-event div#sponsors{display:none}.embedpress-event .link{color:#0098ab}.embedpress-event .visibility--a11yHide{border:0;clip:rect(0 0 0 0);position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px}.embedpress-event .text--small{font-size:14px;margin:0}.embedpress-event .flex{display:flex;box-sizing:border-box}.embedpress-event .flex--wrap{flex-wrap:wrap}.embedpress-event .flex--row{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.embedpress-event .flex-item{flex-basis:0%;flex-grow:1;width:auto;min-width:0;box-sizing:border-box}.embedpress-event .flex-item--shrink{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.embedpress-event .flex--row>.flex-item:first-child{padding-left:0}.embedpress-event .text--bold{font-weight:700}.embedpress-event h1,.embedpress-event h2,.embedpress-event h3,.embedpress-event h4,.embedpress-event h5,.embedpress-event h6{font-size:inherit}.embedpress-event .ep-event--title{font-size:32px;font-weight:700}.embedpress-event .ep-event--date{color:#757575;font-weight:400;font-size:16px}.embedpress-event .ep-event--host{margin-top:20px;display:flex;align-items:center;margin-bottom:20px}.ep-event--host .avatar-print{border-radius:50%;height:50px;width:50px}.embedpress-event img.avatar--person{background-image:none!important;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;box-sizing:border-box;vertical-align:middle}.event-info-hosts-text{padding-left:20px;font-size:16px;font-weight:400}.embedpress-event .event-description{margin-top:20px}.text--sectionTitle{font-size:20px;line-height:28px}.ep-event--attendees{margin-top:50px}.ep-event--attendees>.flex{margin-bottom:20px}.ep-event--attendees .gridList{list-style:none;margin:0 -16px 0 0;padding:0}.ep-event--attendees .gridList-item{width:auto}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 50%;max-width:50%}.ep-event--attendees .groupMember-name{line-height:1.2!important}.ep-event--attendees .avatar--person{margin-bottom:15px;display:inline-block;border-radius:50%}.ep-event--attendees img.avatar-print{border-radius:50%}.ep-event--attendees .groupMember-role{font-size:12px;color:#757575;padding-top:2px;margin:0}.ep-event--attendees .groupMember{min-height:100%;min-width:128px;padding-left:8px;padding-right:8px}.embedpress-event .align--center{text-align:center}.embedpress-event .card{background:#fff;background-clip:padding-box;background-size:cover;border:1px solid rgb(46 62 72 / .12);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;min-height:100%;padding:16px 16px 18px;position:relative;white-space:normal}.embedpress-event .card--hasHoverShadow{transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.embedpress-event .ep-event-group-link{display:flex;flex-wrap:wrap;align-items:center;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid rgb(46 62 72 / .12)}.embedpress-event .ep-event-group--name{padding-left:20px;font-size:14px;line-height:1.45;margin:0;width:70%;word-break:break-word}.embedpress-event .ep-event-group--image{-o-object-fit:cover;object-fit:cover;width:56px;height:56px;border-radius:4px}.embedpress-event .ep-event-time-location{background:#fff;border-radius:8px;padding:16px 20px 0 20px;border:1px solid rgb(46 62 72 / .12)}.embedpress-event .ep-event-time-location .ep-event-datetime,.embedpress-event .ep-event-time-location .ep-event-location{padding-bottom:20px}.embedpress-event .ep-event-location .wrap--singleLine--truncate,.embedpress-event .ep-event-time-location .ep-event-datetime{font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-location address{font-style:normal;margin:0}.embedpress-event .ep-event-location .venueDisplay-venue-address{font-style:normal;color:#757575;margin:0}.embedpress-event .ep-event-location p{line-height:20px}.ep-event--attendees .gridList-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1rem;margin:0;vertical-align:top;width:50%}.gridList-itemInner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0 16px 16px 0}.embedpress-yt-subscribe{display:flex;align-items:center;align-content:start;text-align:center;gap:1rem;max-width:600px;width:100%}.embedpress-yt-subscribe .embedpress-yt-subscribe.dark{color:#fff}.embedpress-yt-subscribe .embedpress-yt-sub-text{display:inline-block;margin:0;padding:0}.dewqijm{height:100%;margin-right:10px}.dewqijm img[src^="image"]{display:none}.dewqijm img[src^="http"]{height:56px!important;width:56px!important}.dewqijm>div>div{display:none}.embedpress-event .sticky button{display:none}.embedpress-event .items-center{align-items:center}@media only screen and (min-width:530px){.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 33.333333%;max-width:33.333333%}}@media only screen and (min-width:640px){.embedpress-event .card{padding:18px 18px 20px}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 25%;max-width:25%}}.ose-opensea{height:100%!important;width:calc(100% - 40px)!important;max-height:100%!important}.ose-github{overflow:auto}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;background-color:#fff;border-radius:10px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s;box-shadow:0 4px 15px rgb(0 0 0 / .09);overflow:hidden;padding:15px;position:relative;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:flex;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{justify-content:flex-start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin-top:0;margin-right:0;margin-left:0;margin-bottom:15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:5px;width:100%;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333;font-size:16px;margin-top:0;margin-right:0;margin-left:0;margin-bottom:15px;font-weight:600;word-break:break-all}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333;font-size:14px;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:flex;align-items:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333;font-size:14px;margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px;display:flex;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080E2;font-size:14px;text-decoration:none;word-break:break-all;text-decoration:none}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.ep_nft_content .ep_nft_button button a{background-color:#3080E2;color:#fff;font-size:14px;padding-top:15px;padding-right:20px;padding-left:20px;padding-bottom:15px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;transform:translateY(30px);visibility:hidden;width:100%;transition:0.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button{margin-top:auto;display:flex;justify-content:space-between;gap:15px}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080E2;color:#fff;font-size:14px;padding:10px 20px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank{color:#a88484;border-color:#a88484}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:flex;gap:15px;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a{border-radius:10px;width:100%;display:flex;align-items:center;justify-content:center}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{max-width:calc(100% - 40px)!important}.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{width:100%}.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div{float:right}.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper{justify-content:center}.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper{justify-content:right}.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper{justify-content:left}.embedpress-gutenberg-wrapper.aligncenter{text-align:center;clear:both}.theme-twentytwentythree footer.wp-block-template-part{clear:both}@media all and (max-width:1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3,1fr)!important}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{max-width:100%!important}}@media all and (max-width:991px){.ose-opensea{min-width:100%!important;max-width:calc(100% - 40px)!important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2,1fr)!important}}@media all and (max-width:767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item{box-shadow:none}.ep-nft-rank-wraper{margin-bottom:16px;font-weight:600;color:#333;font-size:16px}.ep-nft-rank-wraper.ep-empty-label span{margin-left:0}span.ep-nft-rank{padding:2px 8px;border-radius:7px;margin-left:10px;display:inline-block;font-size:14px;font-weight:600;background:transparent!important;border:1px solid #ddd;color:#333}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(55% - 15px)}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:45%;height:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:100%}.ep-nft-single-item-wraper span.eb_nft_label{color:#333}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price{display:flex;flex-direction:column;margin-right:45px}.ep-nft-single-item-wraper span.eb_nft_price{font-size:30px;line-height:normal}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img{height:15px;width:15px;border-radius:50%}.ep-nft-single-item-wraper .ep-usd-price{bottom:0;font-size:12px}.ep-nft-single-item-wraper span.eb_nft_label{font-size:15px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title{margin-bottom:10px;font-size:24px}.ep-nft-single-item-wraper .CollectionLink--name svg{width:20px;height:20px;margin-left:5px}.ep-nft-single-item-wraper a.CollectionLink--link{font-size:15px;font-weight:500;text-decoration:none;margin-bottom:15px;display:block;color:#3080E2}.ep-nft-single-item-wraper sub.verified-icon{bottom:-5px;left:4px}.ep-nft-single-item-wraper .ep-accordion{border:1px solid #ddd;border-radius:10px;margin-top:15px;display:block}.ep-nft-single-item-wraper .ep-toggle{display:none}.ep-nft-single-item-wraper .ep-option{position:relative}.ep-nft-single-item-wraper .ep-content{padding:1em;border-top:1px solid #ddd}.ep-nft-single-item-wraper .ep-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all 0.2s}.ep-nft-single-item-wraper .ep-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all 0.2s;padding:1em;display:flex;color:#333;font-weight:700;cursor:pointer;border-radius:10px 10px 0 0;align-items:center}.ep-nft-single-item-wraper label.ep-title svg{width:20px;height:20px;margin-right:6px}.ep-nft-single-item-wraper .ep-asset-detail-item{display:flex;justify-content:space-between;font-weight:500}.ep-nft-single-item-wraper .ep-asset-detail-item span{word-break:break-word;max-width:75%}.ep-nft-single-item-wraper .ep-content{display:block}.ep-nft-single-item-wraper .ep-content p{margin:0;padding:.5em 1em 1em;font-size:.9em;line-height:1.5}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content{display:none;background:#fff0}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper{display:flex}.ep-nft-single-item-wraper .ep-toggle+.ep-title:after{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:#fff0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all 250ms ease-in-out;text-decoration:none;color:#fff0;right:15px;top:50%;transform:rotate(45deg) translate(-20%,-5%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:#fff0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all 250ms ease-in-out;text-decoration:none;color:#fff0;right:15px;top:50%;transform:rotate(225deg) translate(80%,20%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after{display:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{pointer-events:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content{margin-bottom:20px}.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button,.embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button{display:none}@media screen and (max-width:1024px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width:991px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{align-items:unset;flex-direction:column}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:100%}}@media screen and (max-width:537px){.ep-nft-single-item-wraper sub.ep-usd-price{margin-bottom:15px;display:block}.ose-google-drive iframe{height:250px!important}.ose-nrk-radio iframe{height:400px!important}}.emebedpress-unit-percent iframe{width:100%!important}.password-form-container{width:350px;text-align:center;padding:30px;border-radius:10px;box-shadow:0 0 10px #f4eded;background-color:#f9f9ff;max-width:100%;margin:auto}.password-form-container h2{font-size:22px;margin-bottom:15px;font-family:system-ui}.password-form-container p{font-size:12px;font-family:sans-serif;line-height:1.4em;margin-bottom:15px}form.password-form{margin-bottom:2px}.password-form-container input[type="password"]{padding:10px;border-radius:5px;width:100%;margin-bottom:12px;font-size:20px;color:#6354a5;outline:none;border:1px solid #ddd;outline:0;padding-left:50px;font-family:sans-serif;height:42px}.password-form-container input[type="password"]::placeholder{color:#e0d1d1;font-size:14px}.password-field{position:relative}.password-field span{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;height:42px;width:40px;background:#DED7FC;border-radius:4px}.password-field svg{width:22px}.password-form-container input[type="submit"]{padding:12px 20px;background-color:#6354a5;color:#fff;border:none;border-radius:5px;font-size:14px;cursor:pointer;font-family:sans-serif;transition:background-color 0.3s ease,box-shadow 0.3s ease;font-weight:initial;white-space:normal;word-break:break-all;min-height:42px}.password-form-container button:hover{background-color:#0062cc;box-shadow:0 0 10px #007bff}.password-form-container .error-message{color:red;margin-top:20px;font-size:12px;line-height:1.4em}.password-form-container .error-message.hidden{display:none}p.need-access-message{margin-bottom:2px;margin-top:13px}.wp-block-embed__wrapper{display:inline-block;width:100%;max-width:100%!important}.wp-block-embed__wrapper.position-right-wraper,.wp-block-embed__wrapper.position-right-wraper{max-width:calc(100% - 40px)!important}.ep-elementor-content{position:relative;display:inline-block;max-width:100%}.ep-elementor-content.source-opensea{display:block}.wp-block-embedpress-embedpress>div,.ep-gutenberg-content{position:relative;clear:both}.gutenberg-pdf-wraper{position:relative;width:100%}.presentationModeEnabledIosDevice{position:fixed;left:0;top:0;border:0;height:100%!important;width:100%!important;z-index:999999;min-width:100%!important;min-height:100%!important}.ep-embed-content-wraper{width:100%}.embedpress-gutenberg-wrapper.popup_button,.embedpress-elements-wrapper.popup_button{display:none!important}.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button{display:block!important}.ep-content-share-enabled .ep-embed-content-wraper{display:flex!important}.ep-content-share-enabled .ep-embed-content-wraper.hidden{display:none!important}.ep-share-position-right .ep-embed-content-wraper{flex-direction:row}.ep-content-share-enabled .ep-embed-content-wraper>div:first-child{width:100%}.ep-share-position-left .ep-embed-content-wraper{flex-direction:row-reverse}.ep-share-position-bottom .ep-embed-content-wraper{flex-direction:column}.ep-share-position-top .ep-embed-content-wraper{flex-direction:column-reverse}.ep-fixed-width .gutenberg-pdf-wraper{display:inline-block}.ep-percentage-width .embedpress-inner-iframe{width:100%}.ep-social-share{display:flex;align-items:center}.ep-social-share.share-position-right{right:-40px;top:0;flex-direction:column}.ep-social-share.share-position-left{left:0;top:0;flex-direction:column}.ep-social-share.share-position-bottom,.ep-social-share.share-position-top{justify-content:center}.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,.ep-elementor-content .ep-social-share.share-position-left{left:-40px}.ep-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0;color:#fff;text-decoration:none;font-size:20px}.ep-social-icon:hover{opacity:.8}.ep-social-share svg{width:20px;height:auto}a.ep-social-icon.pinterest svg{height:25px}.ep-social-share .facebook{background-color:#3b5998}.ep-social-share .facebook svg{width:40px}.ep-social-share .twitter{background-color:#000}a.ep-social-icon.twitter:focus-visible{box-shadow:none;border:none;outline:none}.ep-social-share .pinterest{background-color:#bd081c}.ep-social-share .linkedin{background-color:#0077b5}.ep-social-share .instagram{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4)}.ep-social-share .reddit{background-color:#ff4500}.ep-social-icon i{margin-right:0}.ep-content-locked .watermark{display:none!important}.ep-content-protection-enabled .watermark{display:none!important}.embedpress-pro-control.not-active{pointer-events:none}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131f4d;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-top:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131f4d}.emebedpress-unit-percent,.ep-elementor-content.ep-percentage-width{width:100%}[data-theme-mode='dark']{--viewer-primary-color:#343434;--viewer-icons-hover-bgcolor:#453838}[data-theme-mode='light']{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}@media (prefers-color-scheme:dark){:root{--viewer-primary-color:#343434;--viewer-icons-color:#f2f2f6;--viewer-icons-hover-bgcolor:#453838}}@media (prefers-color-scheme:light){:root{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}}.ep-file-download-option-masked::after,.ep-external-doc-icons{background:var(--viewer-primary-color)}.ep-external-doc-icons svg path{fill:var(--viewer-icons-color)}.ep-doc-draw-icon svg path{fill:var(--viewer-primary-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover svg path{fill:var(--viewer-icons-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover{background-color:var(--viewer-icons-hover-bgcolor)}.ep-file-download-option-masked{position:relative}.ep-file-download-option-masked{position:relative;width:100%;height:100%;overflow:hidden}.ep-file-download-option-masked .overlay{position:absolute;top:0;left:50%;transform:translateX(-50%);width:calc(100% - 15px);height:calc(100% - 45px);background-color:#fff0;pointer-events:unset;z-index:1;user-select:none;max-width:800px;margin:0 auto}.ep-file-download-option-masked.ep-file-xls .overlay{height:calc(100% - 78px)}.ep-file-download-option-masked iframe{width:100%;height:100%;pointer-events:auto}.wp-block-embedpress-document.embedpress-document-embed iframe{border:none!important;box-shadow:none!important}.ep-file-download-option-masked.enabled-text-copy{pointer-events:all}.embed-download-disabled{width:200px;height:22px;background:#444;position:absolute;right:2px;bottom:8px;opacity:0}.cui-toolbar-button-right{display:none!important}.ndfHFb-c4YZDc-Wrql6b{display:none}.ep-external-doc-icons{position:absolute;display:flex;flex-direction:revert;background:var(--viewer-primary-color);border-radius:6px;z-index:2;bottom:-18px;left:50%;transform:translate(-50%,-50%);padding:0 10px}.ep-external-doc-icons svg{width:30px;height:30px;cursor:pointer;transition:0.3s;padding:5px;border-radius:4px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg{width:22px;height:22px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg{width:20px!important}.ep-doc-minimize-icon svg,.ep-doc-fullscreen-icon svg{padding:6px}.ep-external-doc-icons svg:hover{border-radius:4px}.ep-doc-draw-icon.active svg{background:var(--viewer-icons-hover-bgcolor)}.ep-doc-download-icon,.ep-doc-print-icon,.ep-doc-fullscreen-icon,.ep-doc-popup-icon,.ep-doc-draw-icon,.ep-doc-minimize-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,.embedpress-document-embed .fullscreen-enabled iframe{width:100%!important;height:100%!important}.embedpress-document-embed{position:relative}.position-right-wraper .main-content-wraper,.position-left-wraper .main-content-wraper{display:flex}.position-left-wraper .main-content-wraper{display:flex;flex-direction:row-reverse}.position-top-wraper .main-content-wraper{display:flex;flex-direction:column-reverse;justify-content:center}.position-bottom-wraper .main-content-wraper{justify-content:center}.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe{margin-left:22%}.ep-file-download-option-masked::after{position:absolute;width:100%;height:30px;background:var(--viewer-primary-color);z-index:1;bottom:0;content:'';left:0}.ep-file-download-option-masked.ep-file-docx::after{bottom:0}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after{bottom:0;background:#fff;height:22px}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after{bottom:0}canvas.ep-doc-canvas{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;clear:both;margin:auto;display:none}:root{--plyr-control-icon-size:15px;--plyr-range-track-height:3px;--plyr-range-thumb-height:10px}.plyr--audio .plyr--full-ui input[type=range]{color:red!important}.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track{box-shadow:none}.ep-embed-content-wraper input[type=range]::-moz-range-track{box-shadow:none}a.plyr__controls__item.plyr__control{border-radius:inherit;color:inherit!important}.plyr-initialized button:focus{background-color:var(--plyr-color-main)}.custom-player-preset-1 .plyr__controls{background:var(--plyr-color-main)!important;padding:0!important}.custom-player-preset-1 button.plyr__control{border-radius:0}.custom-player-preset-1 a.plyr__controls__item.plyr__control{border-radius:inherit}.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"],.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"]{width:100px!important;text-align:center;display:flex;align-items:center!important;justify-content:center;height:60px}.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg,.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg{width:22px;height:22px}.custom-player-preset-1 .plyr__control:focus{border:none}.custom-player-preset-2 a.plyr__controls__item.plyr__control,.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"],.preset-default a.plyr__controls__item.plyr__control{border-radius:4px}.custom-player-preset-3 .plyr__controls,.custom-player-preset-4 .plyr__controls{background:var(--plyr-color-main)!important;padding:0!important}.custom-player-preset-4 button.plyr__control.plyr__control--overlaid{display:none!important}figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:inherit!important}.plyr{background-color:#000}.plyr--fullscreen-fallback{width:100%!important;max-height:100vh!important;height:100%!important}.pip-mode{position:fixed!important;width:320px!important;height:180px!important;top:calc(100% - 200px)!important;left:calc(100% - 340px)!important;z-index:9999;border-radius:15px!important}.plyr [data-plyr="pip"]{display:block!important}.pip-mode .plyr__video-wrapper{pointer-events:none}.pip-mode .pip-play{display:none}.pip-mode .pip-play,.pip-mode .pip-pause{opacity:0!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0000004a;z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50px;cursor:pointer}.pip-mode .pip-close{opacity:0;position:absolute;right:10px;top:10px;background:#0000004a;z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50px;cursor:pointer}.pip-mode:hover .pip-play,.pip-mode:hover .pip-close,.pip-mode:hover .pip-pause{opacity:1!important}.pip-mode .overlay-mask{position:absolute;top:0;left:0;right:0;bottom:0}.pip-mode iframe{pointer-events:none!important}[data-playerid]{opacity:0}[data-playerid].audio.plyr-initialized{opacity:1}.plyr--paused.plyr__poster-enabled .plyr__poster{display:block!important;opacity:1;background-size:cover}@media only screen and (max-width:767px){.plyr__controls [data-plyr="restart"],.plyr__controls [data-plyr="rewind"],.plyr__controls [data-plyr="fast-forward"],.plyr__controls [data-plyr="pip"]{display:none!important}.plyr__video-wrapper iframe{max-height:100%!important}.plyr__controls .plyr__volume input[type=range]{max-width:40px;min-width:40px}}.profile-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #ddd;justify-content:center;gap:30px;padding-bottom:30px}.posts-tab-options{text-align:center;margin:0}.posts-tab-options .tabs{list-style:none;padding:0;margin:0;display:inline-flex;border-radius:5px;gap:25px;padding:0}.posts-tab-options .tabs svg{width:15px;height:15px}li[data-media-type="ALL"] svg{width:12px;height:12px}.posts-tab-options .tabs li{margin-right:15px;cursor:pointer;padding:10px 0;text-transform:uppercase;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px}.posts-tab-options .tabs li:last-child{margin-right:0}.posts-tab-options .tabs li.active{position:relative;color:#737373}.posts-tab-options .tabs li svg{border-radius:2px}.posts-tab-options .tabs li.active svg{color:#737373}.posts-tab-options .tabs li:hover,.posts-tab-options .tabs li:hover svg,.posts-tab-options .tabs li:hover .fill-color{color:#737373}.posts-tab-options .tabs li:hover .fill-color,.posts-tab-options .tabs li.active .fill-color{fill:#737373!important}.posts-tab-options .tabs li.active::after{content:'';position:absolute;top:-1px;height:1px;width:100%;background-color:#737373;left:0;right:0}.profile-image{margin-right:16px}.posts-count{margin-right:15px}.profile-image img{width:120px;height:120px!important;object-fit:cover;border-radius:50%!important;border:3px solid #037bff}.change-photo-button{background-color:#fff0;border:none;cursor:pointer}.change-photo-image{width:100px;height:100px;border-radius:50%;object-fit:cover}.username-section{display:flex;align-items:center;margin-bottom:8px}.profile-link{text-decoration:none}.username{font-size:18px;font-weight:700;margin-right:12px}.edit-profile-link{text-decoration:none;color:#3897f0;font-weight:700}.profile-stats{display:flex;margin-bottom:8px}.stats-list{list-style:none;margin:0;padding:0;display:flex}.stats-list li{margin-right:24px;font-size:14px}.bio-section{margin-bottom:12px;text-align:left}section.profile-details div:last-child{margin:0}.bio{font-size:14px}a.edit-profile-link{padding:8px 15px;background:#efefef;text-decoration:none!important;border-radius:7px;color:#222;font-size:12px;font-weight:500}span.count{font-weight:600}a.followers-link{text-decoration:none!important}a.profile-link,a.profile-link h2{font-size:20px;text-decoration:none!important;margin:0;margin-right:15px}.embedpress-insta-container{overflow:hidden;position:relative}.ose-instagram-feed{max-height:100%!important;height:100%!important}.insta-grid .embedpress-insta-container .insta-gallery,.ose-instagram-feed .insta-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;grid-auto-flow:row}.insta-carousel .embedpress-insta-container .insta-gallery{grid-auto-columns:calc(25% + 0px);gap:0;left:0}.insta-masonry .embedpress-insta-container .insta-gallery{column-count:3;gap:.5em;margin:auto;width:100%;display:inherit}.insta-grid .embedpress-insta-container .insta-gallery-item{position:relative;color:#fff;cursor:pointer;height:350px}.embedpress-insta-container .insta-gallery-item:hover{cursor:pointer}.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item{height:auto;margin-bottom:.5em}.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image{height:550px;margin-bottom:-13px}.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info{display:flex;justify-content:center;align-items:center;position:absolute;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);transition:0.3s;opacity:0;visibility:hidden}.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info{height:calc(100% + 4px)}.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info{opacity:1;visibility:visible}.embedpress-insta-container .insta-gallery-item-info ul{display:flex;align-items:center;justify-content:center;padding:0;margin:0;height:100%}.embedpress-insta-container .insta-gallery-item-info li{display:flex;align-items:center;font-size:1.7rem;font-weight:600;gap:5px}.embedpress-insta-container .insta-gallery-item-likes{margin-right:2.2rem}.embedpress-insta-container .insta-gallery-item-type{position:absolute;right:1rem;top:1rem;text-shadow:.2rem .2rem .2rem rgb(0 0 0 / .1)}.embedpress-insta-container .insta-gallery-image{width:100%;height:100%;object-fit:cover;min-height:320px}.insta-masonry .embedpress-insta-container .insta-gallery-image{margin-bottom:-13px}.insta-gallery-item-info svg{width:40px;height:40px}.insta-item-reaction-count{display:flex}.insta-item-reaction-count .insta-gallery-item-likes,.insta-item-reaction-count .insta-gallery-item-comments{display:flex;align-items:center;justify-content:center;gap:6px;font-size:20px;font-weight:700;color:#fff}.insta-gallery-item-info .insta-item-reaction-count svg{width:25px;height:25px}.insta-gallery-item-type svg{width:25px;height:25px}.insta-gallery-item-type svg.insta-video-icon{width:22px;height:22px}.cg-carousel__btns.hidden{display:none}.cg-carousel__btns{top:50%;transform:translateY(-50%);position:absolute;width:100%}.ep-embed-content-wraper.insta-carousel .cg-carousel__btns{top:calc(50% - 16px)}.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink{display:flex;align-content:center}.cg-carousel__btns button{background:#262323;border:0;border-radius:50px;width:35px;height:35px;display:inline-grid;align-items:center;justify-content:center;cursor:pointer;padding:0}button#js-carousel__prev-1{position:absolute;left:30px;z-index:1;padding:8px 15px}button#js-carousel__next-1{position:absolute;right:30px;z-index:1;padding:8px 15px}.embedpress-popup-block.embedpress-popup-img{position:relative;height:100%;display:flex;background:#000}.popup-carousel,.cg-carousel__track{height:100%}.popup-container .popup-carousel .cg-carousel__track{align-items:center;background-color:#000}.popup-container .popup-carousel{background-color:#000}button.js-carousel__prev-1{position:absolute;left:30px;top:50%;transform:translateY(-50%);z-index:1}button.js-carousel__next-1{position:absolute;right:30px;top:50%;transform:translateY(-50%);z-index:1}.cg-carousel__btn svg{width:16px;height:16px}.load-more-button-container,.load-more-button-container button{display:flex;align-items:center;justify-content:center;gap:5px}.load-more-button-container button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:#037bff;background-color:#037bff;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1em;cursor:pointer;border-radius:5px;margin-top:30px}.popup-container{display:flex;width:100%}.popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .85);display:flex;justify-content:center;align-items:center;z-index:99999}.popup{border-radius:10px;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;max-height:100%;max-width:100%}.popup-container .popup-md-9.white{width:60%;overflow:hidden}.popup-md-3.red{width:40%}.embedpress-popup-img img{width:100%;height:auto;object-fit:contain}video.popup-media-image{height:auto;max-width:100%;width:100%;max-height:100vh;border-top-left-radius:5px;border-bottom-left-radius:5px}img.popup-media-image{height:auto}.embedpress-popup-header,.embedpress-hashtag-header{display:flex;align-items:center;padding:15px 10px;justify-content:space-between;border-bottom:1px solid #f4e9e9}.hashtag-container{border-bottom:1px solid #f4e9e9}.embedpress-hashtag-header{border:none;max-width:350px;margin:auto}.embedpress-hashtag-username{font-weight:700}.embedpress-popup-header-img img,.embedpress-hashtag-header-img img{border-radius:50%!important;margin-right:10px;width:30px;height:30px!important;object-fit:cover;border:2px solid #037bff!important}.embedpress-popup-header-img a,.embedpress-hashtag-header-img a{display:flex;align-items:center;justify-content:center;text-decoration:none!important}.embedpress-popup-username{color:#005293;font-weight:700;font-size:15px;text-decoration:none!important}img.embedpress-hashtag-round{border-radius:50px!important}.insta-followbtn a{text-decoration:none!important;padding:6px 15px;background:#007bff;border-radius:5px;color:#fff!important;font-size:14px;font-weight:400}.embedpress-popup-block.embedpress-popup-info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;height:100%;background-color:#fff}.embedpress-popup-text{font-size:14px;font-weight:400;overflow:hidden;letter-spacing:.04em;line-height:1.8rem;padding:10px;flex:auto;border-bottom:1px solid #f4e9e9;text-align:left;max-height:calc(100vh - 235px);overflow:auto;word-break:break-all}.embedpress-popup-stats{display:flex;align-items:center;justify-content:space-between;padding:16px 10px}.embedpress-popup-stats .embedpress-inline{display:flex;align-items:center;gap:5px;font-weight:700;color:#000;cursor:pointer;position:relative}.embedpress-popup-stats .embedpress-inline a{display:flex;align-items:center;gap:6px;color:#000;text-decoration:none;font-weight:400}.embedpress-popup-stats .embedpress-inline a svg{width:20px;height:20px}.embedpress-popup-share-buttons{padding:10px;background-color:#fafafa;display:flex;align-items:center}.embedpress-popup-share-buttons a{color:#007bff}.embedpress-href.embedpress-popup-share{cursor:pointer;color:#ca379d;display:flex;align-items:center;gap:6px}.embedpress-popup-share-buttons{background:#f4f9ff;position:absolute;top:-50px;left:-55px;gap:10px;border-radius:5px;box-shadow:0 0 10px rgb(0 0 0 / .2);visibility:hidden;opacity:0;margin-bottom:-10px;transition:0.3s}.embedpress-popup-share-buttons.show{visibility:visible;opacity:1;margin-bottom:0}.embedpress-popup-share-buttons::before{content:"";position:absolute;bottom:-15px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#f4f9ff #fff0 #fff0 #fff0}.embedpress-popup-share-buttons::before{content:"";position:absolute;bottom:-15px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#f4f9ff #fff0 #fff0 #fff0;z-index:1!important}.embedpress-popup-share-buttons::after{content:"";position:absolute;bottom:-16.1px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#e7eaef #fff0 #fff0 #fff0}.embedpress-popup-share-buttons span{color:#fff;font-size:18px;display:flex;align-items:center}.embedpress-popup-share-buttons span svg{width:16px!important;height:16px!important}.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin{color:#0077b5}.embedpress-popup-share-buttons span.dashicons.dashicons-facebook{color:#1877F2}.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest{color:#E60023}span.tag-wrapper a{font-weight:700;text-decoration:none!important}.embedpress-href.embedpress-popup-share svg{width:20px;height:20px}.embedpress-popup-instagram-buttons svg{width:18px!important;height:20px!important}.embedpress-popup-stats .embedpress-inline{transition:0.3s}.embedpress-popup-stats .embedpress-inline:hover svg,.embedpress-popup-stats .embedpress-inline a:hover,.embedpress-popup-stats .embedpress-inline:hover,.embedpress-href:hover svg .st0{color:#737373!important}.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path{stroke:#737373}.embedpress-inline.popup-like-button a:hover svg{color:#737373;fill:#737373}.embedpress-href.embedpress-popup-share:hover svg{fill:#737373}.date-post{padding:10px;font-size:12px;color:#8e8e8e}div.popup-close{position:absolute;top:50px;right:50px;color:#fff;z-index:15566555655;cursor:pointer;padding:15px;background:#643535;border-radius:50px;height:10px;width:10px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;cursor:pointer}.load-spin{width:100px;height:100px;background-color:red;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loader{margin:auto;border:5px solid #EAF0F6;border-radius:50%;border-top:5px solid #FF7A59;width:30px;height:30px;animation:spinner 4s linear infinite}.sponsored-youtube-video{height:100%}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media screen and (max-width:1200px){.popup-container .popup-md-9.white{width:50%}.popup-container .popup-md-3{width:50%}}@media screen and (max-width:991px){.popup-container{flex-direction:column}.popup-container .popup-md-9.white{width:100%}.popup-container .popup-md-3{width:100%}.embedpress-popup-text{max-height:300px}}@media screen and (max-width:768px){.insta-grid .embedpress-insta-container .insta-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.embedpress-popup-text{max-height:250px}}@media screen and (max-width:420px){.insta-grid .embedpress-insta-container .insta-gallery{grid-template-columns:repeat(1,minmax(0,1fr))!important}.profile-header{flex-direction:column}.embedpress-popup-text{max-height:200px}.insta-followbtn{display:none}}.ep-player-wrap .hide{display:none}.ep-gdrp-content{background:#222;padding:50px 30px;color:#fff}.ep-gdrp-content a{color:#fff}.ep-youtube__content__pagination{display:flex;justify-content:center;align-items:center;margin-top:30px;gap:10px}.ep-loader-wrap{margin-top:30px;display:flex;justify-content:center}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{cursor:pointer;border:1px solid rgb(0 0 0 / .1);border-radius:30px;padding:0 20px;height:40px;transition:.3s;display:flex;align-items:center}.ep-youtube__content__pagination .ep-prev:hover,.ep-youtube__content__pagination .ep-next:hover{background-color:#5B4E96;color:#fff}.ep-youtube__content__pagination .ep-page-numbers{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ep-youtube__content__pagination .ep-page-numbers>span{border:1px solid rgb(0 0 0 / .1);border-radius:30px;display:inline-block;width:45px;height:45px;display:flex;align-items:center;justify-content:center}.active__current_page{background:#5B4E96;color:#fff}.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel){margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap{grid-template-columns:repeat(auto-fit,minmax(calc(100% - 30px),1fr))!important}[data-youtube-channel-carousel].ep-youtube__content__block{position:relative}.ep-youtube__content__block .item{cursor:pointer;white-space:initial}.ep-youtube__content__block .youtube-carousel .item{margin:10px}.ep-youtube__content__block .item:hover .thumb .play-icon{opacity:1;top:50%}.ep-youtube__content__block .item:hover .thumb:after{opacity:.4;z-index:0}.ep-youtube__content__block .thumb{padding-top:56.25%;margin-bottom:5px;position:relative;background-color:#222;background-size:contain!important;border-radius:12px;overflow:hidden}figure .ep-youtube__content__block .thumb{background-color:#222!important}.ep-youtube__content__block .thumb:after{position:absolute;top:0;left:0;height:100%;width:100%;content:'';background:#000;opacity:0;transition:opacity .3s ease}.ep-youtube__content__block .thumb:before{position:absolute;top:0;left:0;height:100%;width:100%;content:'';background:#222;z-index:-1}.ep-youtube__content__block .thumb img{width:100%;height:100%;object-fit:cover}.ep-youtube__content__block .thumb .play-icon{width:50px;height:auto;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s ease;z-index:2}.ep-youtube__content__block .thumb .play-icon img{width:100}.ep-youtube__content__block .body p{margin-bottom:0;font-size:15px;text-align:left;line-height:1.5;font-weight:400}.ep-youtube__content__block.loading .ep-youtube__content__pagination{display:none}.ep-youtube__content__block .ep-loader{display:none}.ep-youtube__content__block.loading .ep-loader{display:block}.ep-loader img{width:20px}.is_mobile_device{display:none!important}.is_mobile_devic.ep-page-numbers{gap:5px}@media only screen and (max-width:480px){.is_desktop_device{display:none!important}.ep-youtube__content__pagination .ep-page-numbers>span{width:35px;height:35px}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{height:35px}.is_mobile_device{display:flex!important;}.ep-youtube__content__pagination .ep-page-numbers{gap:5px}}.embedded-youtube-channel .ose-youtube{height:100%!important;max-height:100%!important}.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube,.ep-youtube-channel .ose-youtube{height:100%!important;max-height:100%!important}.ose-youtube .channel-header{display:flex;align-items:center;padding:20px;border-radius:10px}.ose-youtube .profile-picture{width:120px;height:120px;border-radius:50%;margin-right:20px}.ose-youtube .channel-info{flex-grow:1;text-align:left}.ose-youtube .info-description{margin-bottom:20px}.ose-youtube .channel-name{font-size:24px;margin:0}.ose-youtube .channel-details{margin:5px 0}.ose-youtube .more-info{text-decoration:none}.ose-youtube .subscribe-button{background-color:red;border:none;padding:10px 20px 10px 12px;border-radius:30px;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none!important;color:#fff;font-weight:600}.ose-youtube .subscribe-button svg{height:20px;width:20px;margin-right:5px}.ose-youtube .subscribe-button:hover{background-color:#ff6868}#videoPopup.video-popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .95)}.video-popup-content{position:absolute;left:50%;top:calc(50% + 30px);transform:translate(-50%,-50%);max-width:90%;max-height:90%;text-align:center}.video-popup-inner-content{width:100%;height:100%;max-height:90vh;overflow:auto!important;border:1px solid #333;border-radius:8px;background:#000;box-sizing:border-box;padding:20px}.video-popup-content iframe{width:700px!important;height:420px!important;max-width:100%;max-height:100%}#videoPopup.video-popup .close{position:absolute;top:-25px;right:-30px;color:#fff;font-size:35px}#videoPopup.video-popup .close:hover,#videoPopup.video-popup .close:focus{color:#999;text-decoration:none;cursor:pointer}#videoPopup.video-popup .popup-controls{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none}#videoPopup.video-popup .nav-icon{pointer-events:auto;color:#fff;font-size:50px;cursor:pointer;user-select:none}#videoPopup.video-popup .prev-icon{position:absolute;left:-60%;top:50%;transform:translate(0,-50%);padding:10px}#videoPopup.video-popup .next-icon{position:absolute;right:-60%;top:50%;transform:translate(0,-50%);padding:10px}#videoDescription{color:#fff;font-size:14px}.youtube-video-description{font-family:Arial,sans-serif;margin:0;padding:0 20px;bottom:no;max-width:700px;text-align:left}.youtube-video-header h1{font-size:20px;margin:0 0 10px 0;color:#fff}.youtube-video-meta{font-size:14px;color:#666;margin-bottom:10px}.youtube-video-meta span{margin-right:10px}.youtube-video-body{max-height:200px;overflow:auto}.youtube-video-body p{font-size:15px;margin:0 0 20px 0;color:#ddd}.youtube-video-footer{display:flex;justify-content:space-between;align-items:center;padding-top:5px}.youtube-video-link{font-size:16px;color:#0073aa;text-decoration:none}.youtube-video-link:hover{text-decoration:underline}.youtube-video-stats{font-size:14px;color:#666;display:flex;align-items:center;gap:18px}.youtube-video-stats svg{height:12px;width:14px}.youtube-video-stats span{margin-right:10px;display:flex;align-items:center;gap:8px;color:#dad2d2}.youtube-video-stats i{margin-right:5px}.youtube-body-content .description-container{display:flex;border-radius:4px;max-width:600px;text-align:left;margin-top:10px}.youtube-body-content.body{width:100%}.youtube-body-content .thumbnail{width:30px;height:30px;border-radius:4px;margin-right:10px}.youtube-body-content .thumbnail img{border-radius:50%;margin-right:10px;width:30px;height:30px}.youtube-body-content .details{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 30px)}.youtube-body-content .title{font-size:14px;font-weight:500;color:#000;margin-bottom:4px;line-height:1.4}.youtube-body-content .channel,.youtube-body-content .views,.youtube-body-content .time{font-size:14px;color:#606060}.youtube-body-content .channel{margin-bottom:4px}.ep-player-wrap.layout-gallery .ep-first-video iframe{border-radius:15px}.ep-player-wrap.layout-list .ep-youtube__content__block .item{display:flex;width:100%;gap:20px}.ep-player-wrap.layout-list .ep-youtube__content__block .thumb{padding-top:20.25%;min-width:250px;max-width:300px}[data-youtube-channel-carousel] .youtube-carousel-container{position:relative;width:100%;overflow:hidden}[data-youtube-channel-carousel] .youtube-carousel{display:flex;transition:transform 0.5s ease-in-out}[data-youtube-channel-carousel] .youtube-carousel .item{min-width:calc(33.3333% - 20px);box-sizing:border-box}[data-youtube-channel-carousel] button{position:absolute;top:50%;transform:translateY(-50%);color:#fff;border:none;cursor:pointer;padding:10px;box-shadow:none;background-color:#000000ba;width:40px;height:40px;display:flex;align-items:center;border-radius:50%;justify-content:center}[data-youtube-channel-carousel] button.preview{left:-100px}.carousel-controls button.next{right:-100px}.fc-list-table .fc-event,.fc-list-table .fc-event:hover{color:inherit!important;text-decoration:none!important}.fc-list-table .fc-event,.fc-list-table .fc-event-dot{background-color:transparent!important}.fc table.fc-list-table{table-layout:inherit!important}.fc-list-table .fc-event{display:table-row!important}@media screen and (max-width:1400px){.ose-youtube .video-popup-content iframe{height:305px!important}.ose-youtube .prev-icon{left:-50%}.ose-youtube .next-icon{right:-50%}}@media screen and (max-width:1200px){.ose-youtube .video-popup-content iframe{height:305px!important}.ose-youtube .prev-icon{left:-40%}.ose-youtube .next-icon{right:-40%}}@media screen and (max-width:992px){.ose-youtube .video-popup-content iframe{height:305px!important}.ose-youtube .prev-icon{left:-40%}.ose-youtube .next-icon{right:-40%}}@media screen and (max-width:576px){.ose-youtube .prev-icon{left:-26%}.ose-youtube .next-icon{right:-26%}}@media screen and (max-width:580px){.ose-youtube .prev-icon{left:-18%}.ose-youtube .next-icon{right:-18%}}.youtube-video-body{display:none}.video-popup-content{width:100%;max-width:720px;margin:auto}@media (max-width:1024px){.youtube-carousel .item{min-width:calc(50% - 20px)!important}}@media (max-width:768px){.youtube-carousel .item{min-width:calc(100% - 20px)!important}[data-youtube-channel-carousel] button.preview{left:0!important}[data-youtube-channel-carousel] button.next{right:0}.video-popup-content{width:calc(100% - 40px);margin:auto}.video-popup-content iframe{max-height:300px}#videoPopup.video-popup .close{top:-25px;transform:translate(0%,-50%);right:unset}}@media (max-width:580px){.ep-first-video{margin-bottom:20px}.video-popup-content iframe{max-height:220px}.ep-player-wrap .ep-youtube__content__block .item{gap:15px}.ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap{gap:30px!important}.ose-youtube .profile-picture{width:80px;height:80px}.ose-youtube .channel-header{gap:10px;align-items:start;padding:0}.description-container{margin-top:0}.description-container p.description{display:none}.ep-player-wrap.layout-list .ep-youtube__content__block .item{flex-direction:column}.ep-player-wrap.layout-list .ep-youtube__content__block .thumb{min-width:100%;min-height:200px}}.ep-google-photos-gallery-grid .ose-google-photos,.ep-google-photos-gallery-masonary .ose-google-photos,.ep-google-photos-gallery-justify .ose-google-photos{height:100%!important;max-height:100%!important}.pa-carousel-widget.jx-carousel-widget,.pa-gallery-player-widget,.ose-google-photos{position:relative}.pa-carousel-widget.jx-carousel-widget::after,.pa-gallery-player-widget::after{position:absolute;right:0;left:0;width:100%;height:60px;background:#fff;content:'';top:10px;background:#fff0}.ep-google-photos-visit-btn:hover{background:rgb(0 0 0 / .9);color:#fff;text-decoration:none}.ep-google-photos-visit-btn svg{width:16px;height:16px;fill:currentColor}.photos-gallery-grid,.photos-gallery-masonry,.photos-gallery-justify{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.photos-gallery-grid .photo-item,.photos-gallery-masonary .photo-item{width:100%;height:200px;background-color:#f1efef;display:flex;justify-content:center;align-items:center;cursor:pointer;text-align:center}.photos-gallery-masonary{columns:250px;gap:3px;position:relative;width:100%}.photos-gallery-masonary .photo-item{width:100%;height:auto;object-fit:cover;display:block;margin-bottom:3px;cursor:pointer}.photos-gallery-masonary .photo-item img{width:100%;height:100%;object-fit:cover;display:block}.photos-gallery-grid{display:grid;gap:3px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));position:relative}.photos-gallery-grid .photo-item{border-radius:10px;text-align:center;height:280px;cursor:pointer}.photos-gallery-grid .photo-item img{width:100%;height:100%;object-fit:cover;display:block}.photos-gallery-justify{display:flex;flex-wrap:wrap}.photos-gallery-justify .photo-item{cursor:pointer;height:auto}.photos-gallery-justify .photo-item:hover{opacity:.9}.photos-gallery-justify .photo-item img{user-select:none;width:100%;vertical-align:middle}.photos-gallery-justify::after{content:"";flex-grow:99999;min-width:calc(100vw / 4)}@media (max-width:460px){.photos-gallery-justify{flex-direction:column}.photos-gallery-justify .photo-item{width:100%!important}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .9);display:none;justify-content:center;align-items:center;z-index:1000;transition:0.5s ease}.popup-overlay .popup{position:relative;max-width:100%;max-height:100%;width:100%;height:100%;background-color:#fff0;display:flex!important;justify-content:center;align-items:center;color:#000}.popup-overlay .close-btn{position:absolute;top:10px;right:10px;color:#fff;font-size:30px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0a0a0a;border-radius:50%}.popup-overlay .prev-btn,.popup-overlay .next-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:30px;background-color:rgb(0 0 0 / .5);color:#fff;border:none;padding:10px;cursor:pointer;z-index:10;opacity:0;visibility:hidden;transition:0.2s;display:flex}.popup-overlay:hover .prev-btn,.popup-overlay:hover .next-btn{opacity:1;visibility:visible}.popup-overlay .prev-btn{left:10px}.popup-overlay .next-btn{right:10px}.popup-overlay img#popup-image{width:100%;height:auto;max-height:100vh}.popup-overlay .prev-btn:hover,.popup-overlay .next-btn:hover{background-color:rgb(0 0 0 / .8)}@media (max-width:1024px){.photos-gallery-grid .photo-item{width:100%;height:150px!important}.photos-gallery-masonary{columns:200px!important}.photos-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important}}.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox{width:100%;height:100%}.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe{width:100%;height:100%}@media (max-width:767px){.popup-overlay .prev-btn,.popup-overlay .next-btn{font-size:20px;padding:5px}}.getty div:last-child{padding:0!important;height:100%!important;max-height:100%!important}.wp-block-embedpress-embedpress{margin:var(--ep-space-4) 0;position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper{position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper.responsive{max-width:100%;height:auto}.wp-block-embedpress-embedpress .embedpress-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--ep-space-8);background:var(--ep-gray-50);border:1px solid var(--ep-gray-200);border-radius:var(--ep-radius)}.wp-block-embedpress-embedpress .embedpress-loading .embedpress-spinner{width:2rem;height:2rem;border:2px solid var(--ep-gray-300);border-top:2px solid var(--ep-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--ep-space-2)}.wp-block-embedpress-embedpress .embedpress-loading p{margin:0;color:var(--ep-gray-600);font-size:var(--ep-text-sm)}.wp-block-embedpress-embedpress.provider-youtube .embedpress-embed-wrapper{background:#000}.wp-block-embedpress-embedpress.provider-vimeo .embedpress-embed-wrapper{background:#1ab7ea}.wp-block-embedpress-embedpress.provider-wistia .embedpress-embed-wrapper{background:#54bbff}.editor-styles-wrapper .wp-block-embedpress-embedpress .embedpress-provider-info{background:var(--ep-info-light);color:var(--ep-info);padding:var(--ep-space-2);border-radius:var(--ep-radius);font-size:var(--ep-text-sm);margin-bottom:var(--ep-space-3)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.embedpress-gutenberg-wrapper{margin:30px auto}.embedpress-gutenberg-wrapper .ose-embedpress-responsive:not(.ose-youtube) iframe{max-width:100%!important;max-height:100%!important}.embedpress-gutenberg-wrapper.alignright{max-width:100%}.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper{margin:0 auto}@media only screen and (min-width:482px){.entry-content>.embedpress-gutenberg-wrapper.alignright,.entry-content>.embedpress-gutenberg-wrapper.alignleft,.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{max-width:100%}}.embedpress-gutenberg-wrapper .alignleft,.embedpress-gutenberg-wrapper .alignright,.embedpress-gutenberg-wrapper .aligncenter{float:none;display:block}.embedpress-gutenberg-wrapper .alignright{text-align:right;max-width:100%!important}.embedpress-gutenberg-wrapper .alignleft{text-align:left;max-width:100%!important}.embedpress-gutenberg-wrapper .aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.wp-block-embedpress-embedpress.aligncenter{text-align:center}.embedpress-gutenberg-wrapper .ose-embedpress-responsive{display:inline-block}.embedpress-gutenberg-wrapper{max-width:100%!important}.ep-first-video{position:relative;height:0;padding-bottom:56.25%;border-radius:15px;overflow:hidden}.ep-first-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.embedpress-gutenberg-controls .components-base-control__label,.embedpress-gutenberg-controls .components-input-control__label,.embedpress-gutenberg-controls .components-base-control__field{font-weight:500}.sponsored-upload{margin-bottom:20px}label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0{font-weight:600!important}.text-center{text-align:center!important}.wp-block-embed.is-loading{align-items:center}.css-vwt1e3{margin:0 11px!important}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.wp-block-embed.is-loading p{margin:0!important}.wp-block-embed.is-loading svg{margin-top:0}.ose-opensea{height:100%!important;width:100%!important;min-width:900px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{min-width:900px;max-width:860px!important}.aligncenter .ose-opensea{margin:0 auto;display:block!important}.wp-block[data-align=right]{float:right}.wp-block[data-align=left]{float:left}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{background-color:#fff;border-radius:10px;transition:background .5s,border .5s,border-radius .5s,box-shadow .5s;box-shadow:0 4px 15px #00000017;overflow:hidden;padding:15px;position:relative;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:flex;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{justify-content:flex-start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin:0 0 15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:10px;width:100%;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333;font-size:16px;margin:0 0 15px;font-weight:600}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333;font-size:14px;margin:0;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:flex;align-items:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333;font-size:14px;margin:0 0 20px;display:flex;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080e2;font-size:14px;text-decoration:none;word-break:break-all}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin:0}.ep_nft_content .ep_nft_button button a{background-color:#3080e2;color:#fff;font-size:14px;padding:15px 20px;transition:border .5s,border-radius .5s,box-shadow .5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;transform:translateY(30px);visibility:hidden;width:100%;transition:.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{margin-top:auto}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080e2;color:#fff;font-size:14px;padding:10px 20px;transition:border .5s,border-radius .5s,box-shadow .5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:flex;gap:15px;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a,.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button a{border-radius:10px}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button a{border-radius:0}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.ose-opensea{min-width:100%!important;max-width:calc(100% - 40px)!important}.ep-loadmore-wrapper{margin-top:30px;text-align:center}.ep-loadmore-wrapper button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:#0170b9;background-color:#0170b9;border-radius:2px;padding:15px 30px;font-family:inherit;font-weight:inherit;line-height:1;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer}.ep-loadmore-wrapper button svg{margin-left:5px}@media all and (max-width:1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3,1fr)!important}}@media all and (max-width:991px){.ose-opensea{min-width:auto!important;max-width:calc(100% - 40px)!important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2,1fr)!important}}@media all and (max-width:767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item{box-shadow:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(55% - 15px)}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:45%;height:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:100%}.ep-nft-single-item-wraper span.eb_nft_label{color:#333}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price{display:flex;flex-direction:column;margin-right:45px}.ep-nft-single-item-wraper span.eb_nft_price{font-size:30px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img{height:15px;width:15px;border-radius:50%}.ep-nft-single-item-wraper .ep-usd-price{bottom:0;font-size:12px}.ep-nft-single-item-wraper span.eb_nft_label{font-size:15px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title{margin-bottom:10px;font-size:24px}.ep-nft-single-item-wraper .CollectionLink--name svg{width:20px;height:20px;margin-left:5px}.ep-nft-single-item-wraper a.CollectionLink--link{font-size:15px;font-weight:500;text-decoration:none;margin-bottom:15px;display:block;color:#3080e2}.ep-nft-single-item-wraper sub.verified-icon{bottom:-5px;left:4px}.ep-nft-single-item-wraper .ep-accordion{border:1px solid #ddd;border-radius:10px;margin-top:15px;display:block}.ep-nft-single-item-wraper .ep-toggle{display:none}.ep-nft-single-item-wraper .ep-option{position:relative}.ep-nft-single-item-wraper .ep-content{padding:1em;border-top:1px solid #ddd}.ep-nft-single-item-wraper .ep-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s}.ep-nft-single-item-wraper .ep-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s;padding:1em;display:flex;color:#333;font-weight:700;cursor:pointer;border-radius:10px 10px 0 0;align-items:center}.ep-nft-single-item-wraper label.ep-title svg{width:20px;height:20px;margin-right:6px}.ep-nft-single-item-wraper .ep-asset-detail-item{display:flex;justify-content:space-between;font-weight:500;line-height:1.8em}.ep-nft-single-item-wraper .ep-asset-detail-item span{word-break:break-word;max-width:75%}.ep-nft-single-item-wraper .ep-content{display:block}.ep-nft-single-item-wraper .ep-content p{margin:0;padding:.5em 1em 1em;font-size:.9em;line-height:1.5}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content{display:none;background:#fff0}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper{display:flex}.ep-nft-single-item-wraper .ep-toggle+.ep-title:after{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:#fff0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:#fff0;right:15px;top:50%;transform:rotate(45deg) translate(-20%,-5%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:#fff0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:#fff0;right:15px;top:50%;transform:rotate(225deg) translate(80%,20%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after{display:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{pointer-events:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content{margin-bottom:20px}@media screen and (max-width:1024px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width:991px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{align-items:unset;flex-direction:column}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:100%}.ep-embed-content-wraper>div{max-width:100%}}@media screen and (max-width:537px){.ep-nft-single-item-wraper sub.ep-usd-price{margin-bottom:15px;display:block}}.components-panel__body .ep-control-header{border-top:1px solid #fbf0f0;padding-top:16px;width:calc(100% + 32px);margin-left:-16px;padding-left:16px}button.components-color-palette__custom-color-button{height:24px}.components-color-palette__custom-color-text-wrapper{display:none!important}.components-panel__body.is-opened.ep-opensea-options h2.components-panel__body-title,.components-panel__body.is-opened.ep-colors-typography h2.components-panel__body-title{margin-bottom:16px!important}.components-panel__body.is-opened.ep-colors-typography .ep-opensea-sub-controls h2.components-panel__body-title{margin-bottom:0!important}.embedpress-gutenberg-controls .components-panel__body.is-opened h2.components-panel__body-title{margin-bottom:16px!important}.ep-controls-margin{margin-bottom:24px}.ep__instafeed-options .instagram-profile-image-uploader{margin-bottom:0}.block-editor-block-inspector .components-base-control:last-child{margin-bottom:24px!important}.ep-video-controlers .ep-control-field .components-base-control__field{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center}.ep-video-controlers .ep-control-field .components-base-control__field input{width:70px}.ep-video-controlers .ep-control-field .components-base-control__field .components-base-control__label{margin-bottom:0}.ep-video-controlers .components-base-control .components-base-control__label{margin-right:0}button.ep-remove__image{position:absolute;z-index:1;color:#fff;font-weight:700;border:none;top:10px;left:10px;background:#f11c1d;width:32px;height:32px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50px;padding:0;margin:0;cursor:pointer}.ep__custom-logo{text-align:center;margin-bottom:15px}.ep__custom-logo img{width:100%;height:200px;object-fit:cover;border-radius:5px}.ep-logo-upload-button{border:1px solid #ddd;border-radius:5px;padding:20px 15px}.instagram-profile-image-uploader{margin-bottom:20px}.ep-yt-related-videos .components-base-control{margin-bottom:10px!important}.content-share-controls .ep-custom-logo-button{margin-bottom:30px!important}.pro-control.ep-custom-logo-button{margin-bottom:20px!important}.ep-custom-logo-button .isPro{top:50%;transform:translateY(-50%)}.ep-custom-logo-position{margin-top:20px}.ep-yt-related-videos p,.ep-video-controlers p{margin-top:8px;font-size:12px;font-style:normal;color:#757575;margin-bottom:revert}p.is-ep-description{margin-top:-20px!important;color:#757575}span.ep-wistia-message{position:absolute;left:50%;background:#fff;border-radius:15px;padding:8px 15px;top:32%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 200px);text-align:center;max-width:320px}@media only screen and (max-width:520px){.wistia_embed,.ose-wistia{max-height:280px}}.lock-content-pass-input span{position:absolute;right:8px;z-index:1;cursor:pointer;bottom:3.5px;display:none}.lock-content-pass-input span.active{display:block}span.copy-password.active{top:0;width:20px;background:#5b4e96;height:20px;border-radius:15px;padding:3px;right:0}span.copy-tooltip{top:0;display:block;right:10px;font-weight:600;background:#5b4e96;height:max-content;color:#fff;border-radius:15px;visibility:none;transition:.3s;position:absolute;padding:1px 8px;font-size:12px;opacity:0}.copy-tooltip.show{opacity:1;visibility:visible;right:25px}.gutenberg-block-wraper,.gutenberg-wraper{position:relative}.gutenberg-block-wraper{display:inline-block}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{display:-ms-inline-flexbox!important;display:inline-flex!important;justify-content:center;align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .position-left-wraper.ep-embed-content-wraper,.gutenberg-block-wraper.ep-content-share-enabled .position-right-wraper.ep-embed-content-wraper{align-items:self-start}.gutenberg-block-wraper.source-opensea{display:block}.wp-block-embedpress-embedpress>div{position:relative}.gutenberg-wraper{display:flex}.position-right-wraper.gutenberg-pdf-wraper,.position-left-wraper.gutenberg-pdf-wraper,.position-top-wraper.gutenberg-pdf-wraper,.position-bottom-wraper.gutenberg-pdf-wraper{width:100%}.ep-share-position-right .gutenberg-wraper{flex-direction:row}.ep-share-position-left .gutenberg-wraper{flex-direction:row-reverse}.ep-share-position-bottom .gutenberg-wraper{flex-direction:column}.ep-share-position-top .gutenberg-wraper{flex-direction:column-reverse}.ep-social-share{display:flex;align-items:center}.ep-social-share.share-position-right{right:-40px;top:0;flex-direction:column}.ep-social-share.share-position-left{left:0;top:0;flex-direction:column}.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,.ep-elementor-content .ep-social-share.share-position-left{left:-40px}.ep-social-share.share-position-top,.ep-social-share.share-position-bottom{justify-content:center}.ep-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0;color:#fff;text-decoration:none;font-size:20px}.ep-social-icon:hover{opacity:.8}.ep-social-share svg{width:20px;height:auto}a.ep-social-icon.pinterest svg{height:25px}.ep-social-share .facebook{background-color:#3b5998}.ep-social-share .facebook svg{width:40px}.ep-social-share .twitter{background-color:#000}a.ep-social-icon.twitter:focus-visible{box-shadow:none;border:none;outline:none}.ep-social-share .pinterest{background-color:#bd081c}.ep-social-share .linkedin{background-color:#0077b5}.ep-social-share .reddit{background-color:#ff4500}.ep-social-icon i{margin-right:0}.gutenberg-block-wraper .ep-social-share.share-position-left{left:-40px;top:0;flex-direction:column}.block-editor-block-list__block .ep-social-share{pointer-events:none}.custom-share-thumbnail-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.lock-content-controllers .components-form-toggle.is-checked .components-form-toggle__track,.content-share-toggle .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#6354a5))}.ep-pannel-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;gap:10px}.ep-pannel-icon svg{width:18px;height:auto}.ep-documentation,.ep-tips-and-tricks{display:flex;align-items:center;gap:10px;margin-bottom:5px}.ep-documentation svg,.ep-tips-and-tricks svg{width:25px;height:auto}.ep-documentation a,.ep-tips-and-tricks a{font-weight:500;font-size:13px;color:#5b4e96}.ep-calendly-data-link{display:-ms-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:5px;padding:0 10px;margin-top:-10px!important;margin-bottom:15px}.ep-calendly-data-link svg{width:22px;height:auto}.ep-calendly-data-link a{font-weight:500;font-size:14px;color:#5b4e96}.tips__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000009c;z-index:99999;display:none}.tips__alert__wrap .tips__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.tips__alert__wrap .tips__alert__card img{height:150px}.tips__alert__wrap .tips__alert__card h2{font-size:17.5px;font-weight:500;color:#131f4d;margin-bottom:15px}.tips__alert__wrap .tips__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-bottom:15px}.tips__alert__wrap .tips__alert__card a{text-decoration:underline;font-weight:700;color:#131f4d}.tips__alert__wrap .tips__alert__card .button{align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px;text-decoration:none}p.ep-live-video-info{display:flex;gap:8px;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}p.ep-live-video-info svg{width:20px}.embedpress-gutenberg-controls .components-text-control__input::placeholder,.embedpress-gutenberg-controls .components-textarea-control__input::placeholder{color:#757575}button.skip-ad-button{position:absolute;bottom:15px;right:10px;border:none;background:#d41556b5!important;color:#fff!important;z-index:122222222;font-size:15px;font-weight:700;border-radius:4px;padding:0}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info{margin-top:-15px;display:inline-block;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info.margin-bottom-10{margin-bottom:10px}.control-description{margin-top:-10px!important;margin-bottom:20px;font-size:12px;font-style:normal;color:#757575}.ep-select-control{margin-bottom:16px}.ep-select-control .ep-select-control-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-select-control .dropdown{position:relative}.ep-select-control .dropdown-header{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;padding:8px;cursor:pointer;background-color:#fff;border-radius:4px;font-weight:600}.ep-select-control span.arrow-dropdown svg{width:18px;height:18px}.ep-select-control .dropdown-menu{position:absolute;top:100%;left:0;right:0;border:1px solid #ccc;background-color:#fff;border-radius:4px;z-index:10;max-height:250px;overflow-y:auto;box-shadow:0 4px 6px #0000001a;padding:8px}.ep-select-control .search-input{width:100%;padding:5px 8px;margin-bottom:8px;border:1px solid #ccc;border-radius:4px}.ep-select-control .dropdown-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px}.ep-select-control .dropdown-item label{cursor:pointer}.ep-select-control .dropdown-item:hover{background-color:#f0f0f0}.ep-select-control .dropdown-item.selected{background-color:#e6f7ff}.ep-select-control .dropdown-item input{margin-right:8px}.ep-select-control .no-options{padding:8px;text-align:center;color:#888}.plugin-rating{font-family:system-ui;padding:15px;border-top:1px solid #e0e0e0}.plugin-rating h4{margin-bottom:8px;font-size:15px;font-weight:500;color:#1d2939;margin-top:0}.plugin-rating .stars{display:flex;gap:5px;margin-bottom:20px}.plugin-rating .stars .star{color:#b1b8c2;cursor:pointer;width:20px;height:20px}.plugin-rating .tankyou-msg-container,.plugin-rating .feedback-submit-container{margin-top:10px;border-radius:8px;text-align:left;position:relative;margin-bottom:25px}.plugin-rating .tankyou-msg-container textarea.form-control,.plugin-rating .feedback-submit-container textarea.form-control{width:100%;background:#fff;outline:1px solid #ebe1f2;margin-bottom:5px;border:none}.plugin-rating .tankyou-msg-container textarea.form-control::placeholder,.plugin-rating .feedback-submit-container textarea.form-control::placeholder{font-weight:400;font-size:12px;line-height:1.8;color:#5f6c7f}.plugin-rating .tankyou-msg-container textarea:focus,.plugin-rating .feedback-submit-container textarea:focus{outline-color:#5b4e96;box-shadow:none!important;outline:1px solid #5b4e96}.plugin-rating .tankyou-msg-container .submit-button,.plugin-rating .tankyou-msg-container .rating-button,.plugin-rating .feedback-submit-container .submit-button,.plugin-rating .feedback-submit-container .rating-button{border-radius:4px;border-width:1px;padding:8px;width:100%;border:1px solid #5b4e96;color:#5b4e96;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.plugin-rating .tankyou-msg-container .submit-button svg,.plugin-rating .tankyou-msg-container .rating-button svg,.plugin-rating .feedback-submit-container .submit-button svg,.plugin-rating .feedback-submit-container .rating-button svg{height:18px;width:18px}.plugin-rating .tankyou-msg-container .help-message,.plugin-rating .feedback-submit-container .help-message{font-weight:500;font-size:14px;line-height:12px;letter-spacing:0%;margin-bottom:15px;margin-top:0}.plugin-rating .tankyou-msg-container p.form-description,.plugin-rating .feedback-submit-container p.form-description{font-size:12px}.plugin-rating .tankyou-msg-container span.close-icon,.plugin-rating .feedback-submit-container span.close-icon{position:absolute;top:8px;right:8px}.plugin-rating .tankyou-msg-container span.close-icon svg,.plugin-rating .feedback-submit-container span.close-icon svg{height:12px;width:12px;cursor:pointer}.plugin-rating .tankyou-msg-container span.undo-review,.plugin-rating .feedback-submit-container span.undo-review{color:#5b4e96;font-weight:400;text-decoration:none;cursor:pointer}.plugin-rating p.thank-you-message{font-weight:400;color:#5f6c7f;margin-bottom:15px;font-size:14px}.plugin-rating .chat-button{background-color:#5b4e96;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;font-weight:400;width:100%;text-decoration:none}.plugin-rating .chat-button svg{width:18px;height:18px}.plugin-rating .chat-button:hover{background-color:#4b3293}.plugin-rating .upgrade-box{padding:15px;margin-top:20px;border-radius:8px;text-align:left;background:linear-gradient(181.32deg,#fffbf8 1.12%,#fff 98.95%);border:.6px solid #f4efec}.plugin-rating .upgrade-box h5{font-size:14px;margin-top:0;margin-bottom:10px;color:#1d2939;font-weight:600}.plugin-rating .upgrade-box p{font-size:12px;color:#232c39;margin-bottom:12px;font-weight:400}.plugin-rating .upgrade-box .upgrade-link{color:#ec6e00;font-weight:400;text-decoration:none}.plugin-rating .upgrade-box .upgrade-link:hover{text-decoration:underline}.plugin-rating.turn_off_ratting_help{padding:0;margin:0}.plugin-rating.turn_off_ratting_help .upgrade-box{margin:0;border-radius:0}.photos-gallery-grid .ose-google-photos,.photos-gallery-masonary .ose-google-photos,.photos-gallery-justify .ose-google-photos{height:100%!important;max-height:100%!important}.wp-block-embedpress-embedpress iframe{max-width:100%}.wp-block-embedpress-embedpress .components-placeholder.wp-block-embed{min-width:550px;max-width:100%!important}.wp-block-embedpress-embedpress{max-width:100%!important}.ose-the-new-york-times iframe{min-height:500px;max-height:100%}.block-editor-block-list__layout .wp-block figure{margin:0}.block-editor-block-list__layout .wp-block iframe{margin:0}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block-embedpress-embedpress{max-width:1200px!important}.embedpress-event .link{color:#0098ab}.embedpress-event .visibility--a11yHide{border:0;clip:rect(0 0 0 0);position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px}.embedpress-event .text--small{font-size:14px;margin:0}.embedpress-event .flex{display:flex;box-sizing:border-box}.embedpress-event .flex--wrap{flex-wrap:wrap}.embedpress-event .flex--row{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.embedpress-event .flex--row>.flex-item:first-child{padding-left:0}.embedpress-event .flex-item{flex-basis:0%;flex-grow:1;width:auto;min-width:0;box-sizing:border-box}.embedpress-event .flex-item--shrink{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.embedpress-event .text--bold{font-weight:700}.embedpress-event h1,.embedpress-event h2,.embedpress-event h3,.embedpress-event h4,.embedpress-event h5,.embedpress-event h6{font-size:inherit}.embedpress-event .ep-event--title{font-size:32px;font-weight:700}.embedpress-event .ep-event--date{color:#757575;font-weight:400;font-size:16px}.embedpress-event .ep-event--host{margin-top:20px;display:flex;align-items:center;margin-bottom:20px}.embedpress-event img.avatar--person{background-image:none!important;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;box-sizing:border-box;vertical-align:middle}.embedpress-event .event-description{margin-top:20px}.embedpress-event .align--center{text-align:center}.embedpress-event .card{background:#fff;background-clip:padding-box;background-size:cover;border:1px solid rgb(46 62 72 / .12);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;min-height:100%;padding:16px 16px 18px;position:relative;white-space:normal}.embedpress-event .card--hasHoverShadow{transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.embedpress-event .ep-event-group-link{display:flex;flex-wrap:wrap;align-items:center;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid rgb(46 62 72 / .12)}.embedpress-event .ep-event-group--name{padding-left:20px;font-size:14px;line-height:1.45;margin:0;width:70%;word-break:break-word}.embedpress-event .ep-event-group--image{-o-object-fit:cover;object-fit:cover;width:56px;height:56px;border-radius:4px}.embedpress-event .ep-event-time-location{background:#fff;border-radius:8px;padding:16px 20px 0;border:1px solid rgb(46 62 72 / .12)}.embedpress-event .ep-event-time-location .ep-event-datetime{padding-bottom:20px;font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-time-location .ep-event-location{padding-bottom:20px}.embedpress-event .ep-event-location .wrap--singleLine--truncate{font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-location address{font-style:normal;margin:0}.embedpress-event .ep-event-location .venueDisplay-venue-address{font-style:normal;color:#757575;margin:0}.embedpress-event .ep-event-location p{line-height:20px}.ep-event--host .avatar-print{border-radius:50%;height:50px;width:50px}.event-info-hosts-text{padding-left:20px;font-size:16px;font-weight:400}.text--sectionTitle{font-size:20px;line-height:28px}.ep-event--attendees{margin-top:50px}.ep-event--attendees>.flex{margin-bottom:20px}.ep-event--attendees .gridList{list-style:none;margin:0 -16px 0 0;padding:0}.ep-event--attendees .gridList-item{width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1rem;margin:0;vertical-align:top;width:50%}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 50%;max-width:50%}.ep-event--attendees .groupMember-name{line-height:1.2!important}.ep-event--attendees .avatar--person{margin-bottom:15px;display:inline-block;border-radius:50%}.ep-event--attendees img.avatar-print{border-radius:50%}.ep-event--attendees .groupMember-role{font-size:12px;color:#757575;padding-top:2px;margin:0}.ep-event--attendees .groupMember{min-height:100%;min-width:128px;padding-left:8px;padding-right:8px}.gridList-itemInner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0 16px 16px 0}.cbutton-preview-wrapper{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff8f8;height:200px;width:300px;margin:-350px auto auto}h4.cbutton-preview-text{padding-top:0;margin-top:0}@media screen and (max-width:782px){.block-editor-block-list__layout .wp-block figure{height:250px}.block-editor-block-list__layout .wp-block iframe{height:250px}}@media only screen and (min-width:530px){.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 33.333333%;max-width:33.333333%}}@media only screen and (min-width:640px){.embedpress-event .card{padding:18px 18px 20px}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 25%;max-width:25%}}@media only screen and (min-width:482px){.editor-styles-wrapper .wp-block[data-align=right]>*{max-width:100%!important}.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}[data-theme-mode=dark]{--viewer-primary-color:#343434;--viewer-icons-hover-bgcolor:#453838;--viewer-icons-color:#f2f2f6}[data-theme-mode=light]{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}@media (prefers-color-scheme:dark){:root{--viewer-primary-color:#343434;--viewer-icons-color:#f2f2f6;--viewer-icons-hover-bgcolor:#453838}}@media (prefers-color-scheme:light){:root{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}}.ep-file-download-option-masked:after,.ep-external-doc-icons{background:var(--viewer-primary-color)}.ep-external-doc-icons svg path{fill:var(--viewer-icons-color)}.ep-doc-draw-icon svg path{fill:var(--viewer-primary-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover svg path{fill:var(--viewer-icons-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover{background-color:var(--viewer-icons-hover-bgcolor)}.ep-file-download-option-masked{position:relative}.embed-download-disabled{width:200px;height:22px;background:#444;position:absolute;right:2px;bottom:8px;opacity:0}.cui-toolbar-button-right{display:none!important}.ndfHFb-c4YZDc-Wrql6b{display:none}.ep-external-doc-icons{position:absolute;display:flex;flex-direction:revert;background:var(--viewer-primary-color);border-radius:6px;z-index:2;bottom:-18px;left:50%;transform:translate(-50%,-50%);padding:0 10px}.ep-external-doc-icons svg{width:30px;height:30px;cursor:pointer;transition:.3s;padding:5px;border-radius:4px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg{width:22px;height:22px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg{width:20px!important}.ep-doc-minimize-icon svg,.ep-doc-fullscreen-icon svg{padding:6px}.ep-external-doc-icons svg:hover{border-radius:4px}.ep-doc-draw-icon.active svg{background:var(--viewer-icons-hover-bgcolor)}.ep-doc-download-icon,.ep-doc-print-icon,.ep-doc-fullscreen-icon,.ep-doc-popup-icon,.ep-doc-draw-icon,.ep-doc-minimize-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,.embedpress-document-embed .fullscreen-enabled iframe{width:100%!important;height:100%!important}.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe{margin-left:22%}.ep-file-download-option-masked:after{position:absolute;width:100%;height:30px;background:var(--viewer-primary-color);z-index:1;bottom:0;content:"";left:0}.ep-file-download-option-masked.ep-file-docx:after{bottom:0;background:#fff}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled:after{bottom:0;background:#fff;height:22px}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled:after{bottom:0}.ep-file-download-option-masked.ep-file-docx .ep-external-doc-icons{right:12px;top:12px;display:flex;flex-direction:column;background:var(--viewer-primary-color);border-radius:6px;bottom:auto;left:auto;transform:translate(0)}canvas.ep-doc-canvas{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;clear:both;margin:auto;display:none}.embedpress-el-powered{text-align:center;margin-top:0!important;font-size:16px!important;font-weight:700}.wp-block-embedpress-document.aligncenter .embedpress-document-embed{margin:auto}.embedpress-embed-document-pdf{max-width:100%;position:relative}.components-toggle-control .components-base-control__field .components-form-toggle{margin-right:6px}.opensea-control.pro-control span.isPro{right:6px;bottom:5px;transform:scale(.9)}.pro-control.opensea-control input{border-color:#cfc2c2;color:#cfc2c2;border-radius:5px}.pro-control .components-base-control{pointer-events:none}.pro-control .sponsored-manager-controllers{opacity:.5}.sponsored-manager-controllers.opacity,.pro-control.ep-custom-logo-button button{opacity:.3}.ads-help{margin-top:30px}button.components-flex.components-color-palette__custom-color{height:20px}.components-color-palette__custom-color-value{display:none!important}.components-circular-option-picker .components-circular-option-picker__swatches{justify-content:space-around}.wp-block-embedpress-document.embedpress-document-embed{max-width:100%!important}@media only screen and (max-width:767px){.wp-block-embedpress-document.embedpress-document-embed{max-height:400px!important}.ep-file-download-option-masked{height:100%}iframe.embedpress-embed-document-pdf{max-height:480px}}.embedpress-calendar-gutenberg{margin:30px auto}.embedpress-calendar-gutenberg iframe,.embedpress-calendar-gutenberg.alignright{max-width:100%}body.page .flexia-wrapper>.content-area{padding:0!important}.flexia-wrapper.flexia-container>.content-area{margin:0!important}.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg{margin:0 auto}@media only screen and (min-width:482px){.entry-content>.embedpress-calendar-gutenberg.alignright,.entry-content>.embedpress-calendar-gutenberg.alignleft,.embedpress-calendar-gutenberg.alignright,.embedpress-calendar-gutenberg.alignleft{max-width:100%}}.wp-block-embedpress-embedpress iframe,.wp-block-embedpress-calendar iframe{max-width:100%}.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{margin:0}@media screen and (max-width:782px){.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{height:250px}}.editor-block-list__block[data-align=right]>.editor-block-list__block-edit{float:right}.wp-block[data-align=left],.wp-block[data-align=right]{height:auto!important}@media only screen and (min-width:482px){.editor-styles-wrapper .wp-block[data-align=right]>*,.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}.editor-styles-wrapper .wp-block[data-align=center]{text-align:center}.editor-styles-wrapper .wp-block:after{content:"";display:block;clear:both;min-height:1px}.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}.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:10px!important;font-size:16px!important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document{max-width:100%}.embedpress-document-editmode .components-form-file-upload{display:none!important}.pro-control{position:relative;margin-bottom:20px}span.isPro{position:absolute;z-index:1;background:#5b4e96;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:18px;font-size:10px;right:5px;color:#fff;font-weight:400;text-transform:uppercase;bottom:0;top:0}.pro-control:after{content:"";width:100%;height:100%;background:#fff0;position:absolute;z-index:12;top:0;bottom:0;left:0}.theme-astra span.isPro{right:10px;bottom:5px}.pro-control:hover:after{cursor:pointer}.pro__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000004d;z-index:1;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131f4d;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-top:10px}.pro__alert__wrap .pro__alert__card .button{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131f4d}.template__wrapper .button:hover{background:#5b4e96!important;color:#fff!important;border-color:#5b4e96!important}.pro__alert__wrap .pro__alert__card img{height:100px;margin-bottom:20px}.pro-control .components-toggle-control__label{color:#bbacac}.pro-control .components-form-toggle .components-form-toggle__track{border:1px solid #b89d9d}.pro-control .components-form-toggle .components-form-toggle__thumb{background-color:#b89d9d;border:5px solid #b89d9d}.ep-gutenberg-controls-wrapper .components-base-control{margin-top:15px;margin-bottom:30px}.ep-gutenberg-controls-wrapper .remove-last-child-margin .components-base-control:last-child{margin-bottom:30px}.embedpress-documents-control .components-base-control{margin-top:0!important}.pro-control-active{margin-bottom:24px}.disabled-content-protection .pro-control-active,.disabled-content-protection .pro-control{margin-bottom:0}.disabled-content-protection .pro-control-active .components-toggle-control,.disabled-content-protection .pro-control .components-toggle-control{margin-bottom:10px}.lock-content-pass-input{position:relative}.ep-alignleft{text-align:left}.ep-alignright{text-align:right}.ep-aligncenter{text-align:center}.embedpress-document-embed.embedpress-pdf{width:100%}.embedpress-document-embed{position:relative}.embedpress-inner-iframe{text-align:center;position:relative}.ep-fixed-width .embedpress-inner-iframe{display:inline-block}.embedpress-inner-iframe.ep-alignright{text-align:right}.embedpress-inner-iframe.ep-aligncenter{text-align:center}.embedpress-inner-iframe.ep-alignleft{text-align:left}.ep__components-placeholder,.wp-block-embedpress-embedpress{clear:both!important}.ep-pdf-width-contol{position:relative}.ep-unit-choice-option{margin:0!important;position:absolute;top:5px;right:0}.ep-unit-choice-option .components-base-control{margin-bottom:0!important}.ep-unit-choice-option .components-base-control__field .components-flex,.ep-unit-choice-option .components-flex{flex-direction:row!important;justify-content:end;gap:10px;padding:4px 5px;border-radius:4px}.ep-unit-choice-option .components-radio-control__option{position:relative}.ep-unit-choice-option .components-radio-control__option label{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:10px;left:-18px}.ep-unit-choice-option .components-radio-control__input{margin:0;border:none;width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked:before{background-color:var(--wp-admin-theme-color);border:4px solid var(--wp-admin-theme-color)}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked+label{color:#fff}.ep-pdf-width-contol .ep-control-header{font-size:11px}.emebedpress-unit-percent iframe{width:100%!important}.components-panel__body .components-base-control__field{padding:0}@media only screen and (max-width:850px){.embedpress-inner-iframe.emebedpress-unit-percent{width:100%!important}}.presentationModeEnabledIosDevice{position:fixed;left:0;top:0;border:0;height:100%!important;width:100%!important;z-index:999999;min-width:100%!important;min-height:100%!important}.components-edit-button{border-right:1px solid #1e1e1e;border-radius:0}.embedpress-document-editmode .components-placeholder__instructions:after{content:"\aSupported File Type: PDF, DOC, PPT, XLS etc ";white-space:pre}.wp-block-embedpress-embedpress-pdf+*{clear:both}.embedpress-document-editmode .components-placeholder__instructions:after{display:none!important}:root{--ep-primary:#007cba;--ep-primary-hover:#005a87;--ep-primary-light:#e6f3ff;--ep-secondary:#50575e;--ep-secondary-hover:#3c434a;--ep-secondary-light:#f6f7f7;--ep-success:#00a32a;--ep-success-light:#e6f7e6;--ep-warning:#dba617;--ep-warning-light:#fff8e5;--ep-error:#d63638;--ep-error-light:#ffeaea;--ep-info:#72aee6;--ep-info-light:#e5f5ff;--ep-white:#ffffff;--ep-gray-50:#f9fafb;--ep-gray-100:#f3f4f6;--ep-gray-200:#e5e7eb;--ep-gray-300:#d1d5db;--ep-gray-400:#9ca3af;--ep-gray-500:#6b7280;--ep-gray-600:#4b5563;--ep-gray-700:#374151;--ep-gray-800:#1f2937;--ep-gray-900:#111827;--ep-black:#000000;--ep-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ep-font-family-mono:Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--ep-text-xs:.75rem;--ep-text-sm:.875rem;--ep-text-base:1rem;--ep-text-lg:1.125rem;--ep-text-xl:1.25rem;--ep-text-2xl:1.5rem;--ep-text-3xl:1.875rem;--ep-text-4xl:2.25rem;--ep-font-light:300;--ep-font-normal:400;--ep-font-medium:500;--ep-font-semibold:600;--ep-font-bold:700;--ep-leading-tight:1.25;--ep-leading-normal:1.5;--ep-leading-relaxed:1.75;--ep-space-1:.25rem;--ep-space-2:.5rem;--ep-space-3:.75rem;--ep-space-4:1rem;--ep-space-5:1.25rem;--ep-space-6:1.5rem;--ep-space-8:2rem;--ep-space-10:2.5rem;--ep-space-12:3rem;--ep-space-16:4rem;--ep-space-20:5rem;--ep-radius-sm:.125rem;--ep-radius:.25rem;--ep-radius-md:.375rem;--ep-radius-lg:.5rem;--ep-radius-xl:.75rem;--ep-radius-2xl:1rem;--ep-radius-full:9999px;--ep-shadow-sm:0 1px 2px 0 rgb(0 0 0 / .05);--ep-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--ep-shadow-md:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--ep-shadow-lg:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ep-shadow-xl:0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ep-transition-fast:.15s ease-in-out;--ep-transition-normal:.3s ease-in-out;--ep-transition-slow:.5s ease-in-out;--ep-z-dropdown:1000;--ep-z-sticky:1020;--ep-z-fixed:1030;--ep-z-modal-backdrop:1040;--ep-z-modal:1050;--ep-z-popover:1060;--ep-z-tooltip:1070;--ep-z-toast:1080;--ep-breakpoint-sm:640px;--ep-breakpoint-md:768px;--ep-breakpoint-lg:1024px;--ep-breakpoint-xl:1280px;--ep-breakpoint-2xl:1536px}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.givewp-campaign-donors-block{padding:1.5rem 0}.givewp-campaign-donors-block *{font-family:Inter,sans-serif}.givewp-campaign-donors-block .givewp-campaign-donors-block__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__title{color:var(--givewp-neutral-900);font-size:1.125rem;font-weight:600;line-height:1.56;margin:0}.givewp-campaign-donors-block .givewp-campaign-donors-block__donors{display:grid;gap:.5rem;margin:0;padding:0}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor,.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-state{background-color:var(--givewp-shades-white);border:1px solid var(--givewp-neutral-50);border-radius:.5rem;display:flex;padding:1rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor{align-items:center;gap:.75rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-avatar{align-items:center;display:flex}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-avatar img{border-radius:100%;height:2.5rem;-o-object-fit:cover;object-fit:cover;width:2.5rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-info{align-items:center;display:flex;flex-wrap:wrap;row-gap:.25rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-name{color:var(--givewp-neutral-900);font-size:1rem;font-weight:600;line-height:1.5;margin:0}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-date{align-items:center;color:var(--givewp-neutral-400);display:flex;font-size:.875rem;font-weight:500;line-height:1.43}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-date:before{background:var(--givewp-neutral-100);border-radius:100%;content:"";display:block;height:.25rem;margin:0 .5rem;width:.25rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-ribbon{align-items:center;border-radius:100%;color:#1f2937;display:flex;height:1.25rem;justify-content:center;margin-left:.5rem;width:1.25rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-ribbon[data-position="1"]{background-color:gold}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-ribbon[data-position="2"]{background-color:silver}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-ribbon[data-position="3"]{background-color:#cd7f32;color:#fffaf2}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-company{color:var(--givewp-neutral-400);display:flex;flex:0 0 100%;font-size:.875rem;font-weight:500;line-height:1.43}.givewp-campaign-donors-block .givewp-campaign-donors-block__donor-amount{color:var(--givewp-neutral-700);font-size:1.125rem;font-weight:600;line-height:1.56;margin-left:auto}.givewp-campaign-donors-block .givewp-campaign-donors-block__footer{display:flex;justify-content:center;margin-top:.5rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__donate-button button.givewp-donation-form-modal__open,.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-button button.givewp-donation-form-modal__open,.givewp-campaign-donors-block .givewp-campaign-donors-block__load-more-button{background:none!important;border:1px solid var(--givewp-primary-color);border-radius:.5rem;color:var(--givewp-primary-color)!important;font-size:.875rem;font-weight:600;line-height:1.43;padding:.25rem 1rem!important}.givewp-campaign-donors-block .givewp-campaign-donors-block__donate-button button.givewp-donation-form-modal__open:hover,.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-button button.givewp-donation-form-modal__open:hover,.givewp-campaign-donors-block .givewp-campaign-donors-block__load-more-button:hover{background:var(--givewp-primary-color)!important;color:var(--givewp-shades-white)!important}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-state{align-items:center;flex-direction:column;padding:1.5rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-description,.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-title{color:var(--givewp-neutral-700);margin:0}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-title{font-size:1rem;font-weight:500;line-height:1.5}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-description{font-size:.875rem;line-height:1.43;margin-top:.25rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-icon{color:var(--givewp-secondary-color);margin-bottom:.875rem;order:-1}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-button{margin-top:.875rem}.givewp-campaign-donors-block .givewp-campaign-donors-block__empty-button button.givewp-donation-form-modal__open{border-radius:.25rem;padding:.5rem 1rem!important}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}#cookie-law-info-bar{font-size:15px;margin:0 auto;padding:12px 10px;position:absolute;text-align:center;box-sizing:border-box;width:100%;z-index:9999;display:none;left:0;font-weight:300;box-shadow:0 -1px 10px 0 rgb(172 171 171 / .3)}#cookie-law-info-again{font-size:10pt;margin:0;padding:5px 10px;text-align:center;z-index:9999;cursor:pointer;box-shadow:#161616 2px 2px 5px 2px}#cookie-law-info-bar span{vertical-align:middle}.cli-plugin-button,.cli-plugin-button:visited{display:inline-block;padding:9px 12px;color:#fff;text-decoration:none;position:relative;cursor:pointer;margin-left:5px;text-decoration:none}.cli-plugin-main-link{margin-left:0;font-weight:550;text-decoration:underline}.cli-plugin-button:hover{background-color:#111;color:#fff;text-decoration:none}.small.cli-plugin-button,.small.cli-plugin-button:visited{font-size:11px}.cli-plugin-button,.cli-plugin-button:visited,.medium.cli-plugin-button,.medium.cli-plugin-button:visited{font-size:13px;font-weight:400;line-height:1}.large.cli-plugin-button,.large.cli-plugin-button:visited{font-size:14px;padding:8px 14px 9px}.super.cli-plugin-button,.super.cli-plugin-button:visited{font-size:34px;padding:8px 14px 9px}.pink.cli-plugin-button,.magenta.cli-plugin-button:visited{background-color:#e22092}.pink.cli-plugin-button:hover{background-color:#c81e82}.green.cli-plugin-button,.green.cli-plugin-button:visited{background-color:#91bd09}.green.cli-plugin-button:hover{background-color:#749a02}.red.cli-plugin-button,.red.cli-plugin-button:visited{background-color:#e62727}.red.cli-plugin-button:hover{background-color:#cf2525}.orange.cli-plugin-button,.orange.cli-plugin-button:visited{background-color:#ff5c00}.orange.cli-plugin-button:hover{background-color:#d45500}.blue.cli-plugin-button,.blue.cli-plugin-button:visited{background-color:#2981e4}.blue.cli-plugin-button:hover{background-color:#2575cf}.yellow.cli-plugin-button,.yellow.cli-plugin-button:visited{background-color:#ffb515}.yellow.cli-plugin-button:hover{background-color:#fc9200}.cli-plugin-button{margin-top:5px}.cli-bar-popup{-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:20px}.cli-powered_by_p{width:100%!important;display:block!important;color:#333;clear:both;font-style:italic!important;font-size:12px!important;margin-top:15px!important}.cli-powered_by_a{color:#333;font-weight:600!important;font-size:12px!important}.cli-plugin-main-link.cli-plugin-button{text-decoration:none}.cli-plugin-main-link.cli-plugin-button{margin-left:5px}.gdpr-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.gdpr-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.gdpr-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.gdpr-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.gdpr-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.gdpr-d-flex{display:-ms-flexbox!important;display:flex!important}.gdpr-px-0{padding-left:0;padding-right:0}.modal-backdrop.show{opacity:.8}.modal-open{overflow:hidden}.modal-open .gdpr-modal{overflow-x:hidden;overflow-y:auto}.gdpr-modal.fade .gdpr-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.gdpr-modal.show .gdpr-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1039;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.gdpr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.gdpr-modal a{text-decoration:none}.gdpr-modal .gdpr-modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}@media (min-width:576px){.gdpr-modal .gdpr-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}@media (min-width:992px){.gdpr-modal .gdpr-modal-dialog{max-width:900px}}.gdpr-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0 / .2);border-radius:.3rem;outline:0}.gdpr-modal .row{margin:0 -15px}.gdpr-modal .modal-body{padding:0;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.gdpr-modal .close{position:absolute;right:10px;top:10px;z-index:1;padding:0;background-color:#fff0;border:0;-webkit-appearance:none;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.gdpr-modal .close:focus{outline:0}.gdpr-switch{display:inline-block;position:relative;min-height:1px;padding-left:70px;font-size:14px}.gdpr-switch input[type="checkbox"]{display:none}.gdpr-switch .gdpr-slider{background-color:#e3e1e8;height:24px;width:50px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.gdpr-switch .gdpr-slider:before{background-color:#fff;bottom:2px;content:"";height:20px;left:2px;position:absolute;transition:.4s;width:20px}.gdpr-switch input:checked+.gdpr-slider{background-color:#63b35f}.gdpr-switch input:checked+.gdpr-slider:before{transform:translateX(26px)}.gdpr-switch .gdpr-slider{border-radius:34px}.gdpr-switch .gdpr-slider:before{border-radius:50%}.gdpr-tab-content>.gdpr-tab-pane{display:none}.gdpr-tab-content>.active{display:block}.gdpr-fade{transition:opacity .15s linear}.gdpr-nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column!important;flex-direction:column!important;align-items:stretch!important;-ms-align-items:stretch!important}.nav.gdpr-nav-pills,.gdpr-tab-content{width:100%;padding:30px}.nav.gdpr-nav-pills{background:#f3f3f3}.nav.gdpr-nav-pills .gdpr-nav-link{border:1px solid #0070ad;margin-bottom:10px;color:#0070ad;font-size:14px;display:block;padding:.5rem 1rem;border-radius:.25rem}.nav.gdpr-nav-pills .gdpr-nav-link.active,.nav.gdpr-nav-pills .show>.gdpr-nav-link{background-color:#0070ad;border:1px solid #0070ad}.nav.gdpr-nav-pills .gdpr-nav-link.active{color:#fff}.gdpr-tab-content .gdpr-button-wrapper{padding-top:30px;margin-top:30px;border-top:1px solid #d6d6d6}.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr{background-color:#0070ad;border-color:#0070ad;color:#fff;font-size:14px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #fff0;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.gdpr-tab-content p{color:#343438;font-size:14px;margin-top:0}.gdpr-tab-content h4{font-size:20px;margin-bottom:.5rem;margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.cli-container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.cli-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.cli-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.cli-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.cli-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.cli-d-flex{display:-ms-flexbox!important;display:flex!important}.cli-px-0{padding-left:0;padding-right:0}.cli-btn{cursor:pointer;font-size:14px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #fff0;padding:.5rem 1.25rem;line-height:1;border-radius:.25rem;transition:all .15s ease-in-out}.cli-btn:hover{opacity:.8}.cli-read-more-link{cursor:pointer;font-size:15px;font-weight:500;text-decoration:underline}.cli-btn:focus{outline:0}.cli-modal-backdrop.cli-show{opacity:.8}.cli-modal-open{overflow:hidden}.cli-barmodal-open{overflow:hidden}.cli-modal-open .cli-modal{overflow-x:hidden;overflow-y:auto}.cli-modal.cli-fade .cli-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.cli-modal.cli-show .cli-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.cli-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;display:none}.cli-modal-backdrop.cli-fade{opacity:0}.cli-modal-backdrop.cli-show{opacity:.5;display:block}.cli-modal.cli-show{display:block}.cli-modal a{text-decoration:none}.cli-modal .cli-modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}@media (min-width:576px){.cli-modal .cli-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}@media (min-width:992px){.cli-modal .cli-modal-dialog{max-width:900px}}.cli-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border-radius:.3rem;outline:0}.cli-modal .row{margin:0 -15px}.cli-modal .modal-body{padding:0;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.cli-modal .cli-modal-close{position:absolute;right:10px;top:10px;z-index:1;padding:0;background-color:transparent!important;border:0;-webkit-appearance:none;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.cli-modal .cli-modal-close:focus{outline:0}.cli-switch{display:inline-block;position:relative;min-height:1px;padding-left:70px;font-size:14px}.cli-switch input[type="checkbox"]{display:none}.cli-switch .cli-slider{background-color:#e3e1e8;height:24px;width:50px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.cli-switch .cli-slider:before{background-color:#fff;bottom:2px;content:"";height:20px;left:2px;position:absolute;transition:.4s;width:20px}.cli-switch input:checked+.cli-slider{background-color:#00acad}.cli-switch input:checked+.cli-slider:before{transform:translateX(26px)}.cli-switch .cli-slider{border-radius:34px}.cli-switch .cli-slider:before{border-radius:50%}.cli-tab-content{background:#fff}.cli-tab-content>.cli-active{display:block}.cli-fade{transition:opacity .15s linear}.cli-nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column;flex-direction:column}.cli-nav-pills,.cli-tab-content{width:100%;padding:30px}@media (max-width:767px){.cli-nav-pills,.cli-tab-content{padding:30px 10px}}.cli-nav-pills{background:#f3f3f3}.cli-nav-pills .cli-nav-link{border:1px solid #00acad;margin-bottom:10px;color:#00acad;font-size:14px;display:block;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.cli-nav-pills .cli-nav-link.cli-active,.cli-nav-pills .cli-show>.cli-nav-link{background-color:#00acad;border:1px solid #00acad}.cli-nav-pills .cli-nav-link.cli-active{color:#fff}.cli-tab-content .cli-button-wrapper{padding-top:30px;margin-top:30px;border-top:1px solid #d6d6d6}.cli-tab-content p{color:#343438;font-size:14px;margin-top:0}.cli-tab-content h4{font-size:20px;margin-bottom:1.5rem;margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.cli-container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.cli-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.cli-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.cli-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;flex-direction:column}.cli-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.cli-d-flex{display:-ms-flexbox!important;display:flex!important}.cli-px-0{padding-left:0;padding-right:0}.cli-btn{cursor:pointer;font-size:14px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #fff0;padding:.5rem 1.25rem;line-height:1;border-radius:.25rem;transition:all .15s ease-in-out}.cli-btn:hover{opacity:.8}.cli-read-more-link{cursor:pointer;font-size:15px;font-weight:500;text-decoration:underline}.cli-btn:focus{outline:0}.cli-modal-backdrop.cli-show{opacity:.8}.cli-modal-open{overflow:hidden}.cli-barmodal-open{overflow:hidden}.cli-modal-open .cli-modal{overflow-x:hidden;overflow-y:auto}.cli-modal.cli-fade .cli-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.cli-modal.cli-show .cli-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.cli-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;-webkit-transform:scale(0);transform:scale(0);transition:opacity ease-in-out 0.5s}.cli-modal-backdrop.cli-fade{opacity:0}.cli-modal-backdrop.cli-show{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}.cli-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;transform:scale(0);overflow:hidden;outline:0;display:none}.cli-modal a{text-decoration:none}.cli-modal .cli-modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}@media (min-width:576px){.cli-modal .cli-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}.cli-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border-radius:.2rem;box-sizing:border-box;outline:0}.cli-modal .row{margin:0 -15px}.cli-modal .modal-body{padding:0;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.cli-modal .cli-modal-close:focus{outline:0}.cli-switch{display:inline-block;position:relative;min-height:1px;padding-left:38px;font-size:14px}.cli-switch input[type="checkbox"]{display:none}.cli-switch .cli-slider{background-color:#e3e1e8;height:20px;width:38px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.cli-switch .cli-slider:before{background-color:#fff;bottom:2px;content:"";height:15px;left:3px;position:absolute;transition:.4s;width:15px}.cli-switch input:checked+.cli-slider{background-color:#61a229}.cli-switch input:checked+.cli-slider:before{transform:translateX(18px)}.cli-switch .cli-slider{border-radius:34px;font-size:0}.cli-switch .cli-slider:before{border-radius:50%}.cli-tab-content{background:#fff}.cli-nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column;flex-direction:column}.cli-nav-pills,.cli-tab-content{width:100%;padding:5px 30px 5px 5px;box-sizing:border-box}@media (max-width:767px){.cli-nav-pills,.cli-tab-content{padding:30px 10px}}.cli-nav-pills{background:#fff}.cli-nav-pills .cli-nav-link{border:1px solid #ccc;margin-bottom:10px;color:#2a2a2a;font-size:14px;display:block;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.cli-nav-pills .cli-nav-link.cli-active,.cli-nav-pills .cli-show>.cli-nav-link{background-color:#f6f6f9;border:1px solid #ccc}.cli-nav-pills .cli-nav-link.cli-active{color:#2a2a2a}.cli-tab-content .cli-button-wrapper{padding-top:30px;margin-top:30px;border-top:1px solid #d6d6d6}.cli-tab-content p{color:#343438;font-size:14px;margin-top:0}.cli-tab-content h4{font-size:20px;margin-bottom:1.5rem;margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{background:#fff0}#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after{color:inherit}#cookie-law-info-bar .cli-tab-header a:before{border-right:1px solid currentColor;border-bottom:1px solid currentColor}#cookie-law-info-bar .cli-row{margin-top:20px}#cookie-law-info-bar .cli-col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#cookie-law-info-bar .cli-col-8{flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cli-wrapper{max-width:90%;float:none;margin:0 auto}#cookie-law-info-bar .cli-tab-content h4{margin-bottom:.5rem}#cookie-law-info-bar .cli-nav-pills .cli-nav-link{padding:.2rem .5rem}#cookie-law-info-bar .cli-tab-container{display:none;text-align:left}.cli-tab-footer .cli-btn{background-color:#00acad;padding:10px 15px;text-decoration:none}.cli-tab-footer .wt-cli-privacy-accept-btn{background-color:#61a229;color:#fff;border-radius:0}.cli-tab-footer{width:100%;text-align:right;padding:20px 0}.cli-col-12{width:100%}.cli-tab-header{display:flex;justify-content:space-between}.cli-tab-header a:before{width:10px;height:2px;left:0;top:calc(50% - 1px)}.cli-tab-header a:after{width:2px;height:10px;left:4px;top:calc(50% - 5px);-webkit-transform:none;transform:none}.cli-tab-header a:before{width:7px;height:7px;border-right:1px solid #4a6e78;border-bottom:1px solid #4a6e78;content:" ";transform:rotate(-45deg);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin-right:10px}.cli-tab-header a.cli-nav-link{position:relative;display:flex;align-items:center;font-size:14px;color:#000;text-transform:capitalize}.cli-tab-header.cli-tab-active .cli-nav-link:before{transform:rotate(45deg);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.cli-tab-header{border-radius:5px;padding:12px 15px;cursor:pointer;transition:background-color 0.2s ease-out 0.3s,color 0.2s ease-out 0s;background-color:#f2f2f2}.cli-modal .cli-modal-close{position:absolute;right:0;top:0;z-index:1;-webkit-appearance:none;width:40px;height:40px;padding:0;border-radius:50%;padding:10px;background:#fff0;border:none;min-width:40px}.cli-tab-container h4,.cli-tab-container h1{font-family:inherit;font-size:16px;margin-bottom:15px;margin:10px 0}#cliSettingsPopup .cli-tab-section-container{padding-top:12px}.cli-tab-container p,.cli-privacy-content-text{font-size:14px;line-height:1.4;margin-top:0;padding:0;color:#000}.wt-cli-privacy{display:none}.cli-tab-content{display:none}.cli-tab-section .cli-tab-content{padding:10px 20px 5px 20px}.cli-tab-section{margin-top:5px}@media (min-width:992px){.cli-modal .cli-modal-dialog{max-width:645px}}.cli-switch .cli-slider:after{content:attr(data-cli-disable);position:absolute;right:50px;color:#000;font-size:12px;text-align:right;min-width:80px}.cli-switch input:checked+.cli-slider:after{content:attr(data-cli-enable)}.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content{max-height:60px;transition:max-height 0.15s ease-out;overflow:hidden}a.cli-privacy-readmore{font-size:12px;margin-top:12px;display:inline-block;padding-bottom:0;cursor:pointer;color:#000;text-decoration:underline}.cli-modal-footer{position:relative}a.cli-privacy-readmore:before{content:attr(data-readmore-text)}.cli-collapsed a.cli-privacy-readmore:before{content:attr(data-readless-text)}.cli-collapsed .cli-privacy-content{transition:max-height 0.25s ease-in}.cli-privacy-content p{margin-bottom:0}.cli-modal-close svg{fill:#000}span.cli-necessary-caption{color:#000;font-size:12px}.cli-tab-section.cli-privacy-tab{display:none}#cookie-law-info-bar .cli-tab-section.cli-privacy-tab{display:block}#cookie-law-info-bar .cli-privacy-overview{display:none}.cli-tab-container .cli-row{max-height:500px;overflow-y:auto}.cli-modal.cli-blowup.cli-out{z-index:-1}.cli-modal.cli-blowup{z-index:999999;transform:scale(1)}.cli-modal.cli-blowup .cli-modal-dialog{animation:blowUpModal 0.5s cubic-bezier(.165,.84,.44,1) forwards}.cli-modal.cli-blowup.cli-out .cli-modal-dialog{animation:blowUpModalTwo 0.5s cubic-bezier(.165,.84,.44,1) forwards}@keyframes blowUpContent{0%{transform:scale(1);opacity:1}99.9%{transform:scale(2);opacity:0}100%{transform:scale(0)}}@keyframes blowUpContentTwo{0%{transform:scale(2);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes blowUpModal{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes blowUpModalTwo{0%{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:0}100%{transform:scale(0);opacity:0}}.cli-tab-section .cookielawinfo-row-cat-table td,.cli-tab-section .cookielawinfo-row-cat-table th{font-size:12px}.cli_settings_button{cursor:pointer}.wt-cli-sr-only{display:none;font-size:16px}a.wt-cli-element.cli_cookie_close_button{text-decoration:none;color:#333;font-size:22px;line-height:22px;cursor:pointer;position:absolute;right:10px;top:5px}.cli-bar-container{float:none;margin:0 auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.cli-bar-btn_container{margin-left:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;flex-wrap:nowrap}.cli-style-v2 a{cursor:pointer}.cli-bar-btn_container a{white-space:nowrap}.cli-style-v2 .cli-plugin-main-link{font-weight:inherit}.cli-style-v2{font-size:11pt;line-height:18px;font-weight:400}#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{display:block}.cli-style-v2 .cli-bar-message{width:70%;text-align:left}#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message{width:100%}#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container{margin-top:8px;margin-left:0;flex-wrap:wrap}#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container{margin-top:8px;margin-left:0}#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{text-align:left;margin-bottom:5px;margin-top:0;font-size:16px}.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox{margin-top:5px}.cli-style-v2 .cli-bar-btn_container .cli_action_button,.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,.cli-style-v2 .cli-bar-btn_container .cli_settings_button{margin-left:5px}.wt-cli-ccpa-checkbox label{font-size:inherit;cursor:pointer;margin:0 0 0 5px}#cookie-law-info-bar[data-cli-style="cli-style-v2"]{padding:14px 25px}#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]{padding:32px 30px}#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]{padding:32px 45px}.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){text-decoration:underline}.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{margin-top:5px;margin-bottom:5px}a.wt-cli-ccpa-opt-out{white-space:nowrap;text-decoration:underline}.wt-cli-necessary-checkbox{display:none!important}@media (max-width:985px){.cli-style-v2 .cli-bar-message{width:100%}.cli-style-v2.cli-bar-container{justify-content:left;flex-wrap:wrap}.cli-style-v2 .cli-bar-btn_container{margin-left:0;margin-top:10px}#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]{padding:25px 25px}}.wt-cli-ckyes-brand-logo{display:flex;align-items:center;font-size:9px;color:#111;font-weight:400}.wt-cli-ckyes-brand-logo img{width:65px;margin-left:2px}.wt-cli-privacy-overview-actions{padding-bottom:0}@media only screen and (max-width:479px) and (min-width:320px){.cli-style-v2 .cli-bar-btn_container{flex-wrap:wrap}}.wt-cli-cookie-description{font-size:14px;line-height:1.4;margin-top:0;padding:0;color:#000}/*! lightslider - v1.1.2 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px,0);-ms-transform:translate(0px,0);transform:translate(0px,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);-ms-transform:translate3d(0px,0,0);-webkit-transform:translate3d(0px,0,0);-o-transform:translate3d(0px,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/wp-content/plugins/hootkit/assets/../img/controls.png);cursor:pointer;position:absolute;z-index:9999;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}/*!
 * Font Awesome Free 5.15.3 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,.fad,.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{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.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-biking:before{content:"\f84a"}.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-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.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-buy-n-large:before{content:"\f8a6"}.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-caravan:before{content:"\f8ff"}.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-cloudflare:before{content:"\e07d"}.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-alt:before{content:"\f422"}.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-cotton-bureau:before{content:"\f89e"}.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-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-disease:before{content:"\f7fa"}.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-edge-legacy:before{content:"\e078"}.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-alt:before{content:"\f424"}.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-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.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-firefox-browser:before{content:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.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-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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-hospital-user:before{content:"\f80d"}.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-house-user:before{content:"\e065"}.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-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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-house:before{content:"\e066"}.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-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.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-mdb:before{content:"\f8ca"}.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-microblog:before{content:"\e01a"}.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-mixer:before{content:"\e056"}.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:before{content:"\f8cc"}.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-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-octopus-deploy:before{content:"\e082"}.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-orcid:before{content:"\f8d2"}.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-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.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-pied-piper-square:before{content:"\e01e"}.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-plane-slash:before{content:"\e069"}.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-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-record-vinyl:before{content:"\f8d9"}.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-remove-format:before{content:"\f87d"}.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-rust:before{content:"\e07a"}.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-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.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-sink:before{content:"\e06d"}.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-soap:before{content:"\e06e"}.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-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.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-spell-check:before{content:"\f891"}.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-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-swift:before{content:"\f8e1"}.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-tiktok:before{content:"\e07b"}.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-toilet-paper-slash:before{content:"\e072"}.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-trailer:before{content:"\e041"}.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-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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:400;font-display:swap;src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.fa.fa-500px,.fa.fa-adn,.fa.fa-amazon,.fa.fa-android,.fa.fa-angellist,.fa.fa-apple,.fa.fa-bandcamp,.fa.fa-behance,.fa.fa-behance-square,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-black-tie,.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-btc,.fa.fa-buysellads,.fa.fa-cc-amex,.fa.fa-cc-diners-club,.fa.fa-cc-discover,.fa.fa-cc-jcb,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-chrome,.fa.fa-codepen,.fa.fa-codiepie,.fa.fa-connectdevelop,.fa.fa-contao,.fa.fa-creative-commons,.fa.fa-css3,.fa.fa-dashcube,.fa.fa-delicious,.fa.fa-deviantart,.fa.fa-digg,.fa.fa-dribbble,.fa.fa-dropbox,.fa.fa-drupal,.fa.fa-edge,.fa.fa-eercast,.fa.fa-empire,.fa.fa-envira,.fa.fa-etsy,.fa.fa-expeditedssl,.fa.fa-facebook,.fa.fa-facebook-official,.fa.fa-facebook-square,.fa.fa-firefox,.fa.fa-first-order,.fa.fa-flickr,.fa.fa-font-awesome,.fa.fa-fonticons,.fa.fa-fort-awesome,.fa.fa-forumbee,.fa.fa-foursquare,.fa.fa-free-code-camp,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-git,.fa.fa-git-square,.fa.fa-github,.fa.fa-github-alt,.fa.fa-github-square,.fa.fa-gitlab,.fa.fa-glide,.fa.fa-glide-g,.fa.fa-google,.fa.fa-google-plus,.fa.fa-google-plus-official,.fa.fa-google-plus-square,.fa.fa-google-wallet,.fa.fa-gratipay,.fa.fa-grav,.fa.fa-hacker-news,.fa.fa-houzz,.fa.fa-html5,.fa.fa-imdb,.fa.fa-instagram,.fa.fa-internet-explorer,.fa.fa-ioxhost,.fa.fa-joomla,.fa.fa-jsfiddle,.fa.fa-lastfm,.fa.fa-lastfm-square,.fa.fa-leanpub,.fa.fa-linkedin,.fa.fa-linkedin-square,.fa.fa-linode,.fa.fa-linux,.fa.fa-maxcdn,.fa.fa-meanpath,.fa.fa-medium,.fa.fa-meetup,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opencart,.fa.fa-openid,.fa.fa-opera,.fa.fa-optin-monster,.fa.fa-pagelines,.fa.fa-paypal,.fa.fa-pied-piper,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-pinterest,.fa.fa-pinterest-p,.fa.fa-pinterest-square,.fa.fa-product-hunt,.fa.fa-qq,.fa.fa-quora,.fa.fa-ravelry,.fa.fa-rebel,.fa.fa-reddit,.fa.fa-reddit-alien,.fa.fa-reddit-square,.fa.fa-renren,.fa.fa-safari,.fa.fa-scribd,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas,.fa.fa-skype,.fa.fa-slack,.fa.fa-slideshare,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-soundcloud,.fa.fa-spotify,.fa.fa-stack-exchange,.fa.fa-stack-overflow,.fa.fa-steam,.fa.fa-steam-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-superpowers,.fa.fa-telegram,.fa.fa-tencent-weibo,.fa.fa-themeisle,.fa.fa-trello,.fa.fa-tripadvisor,.fa.fa-tumblr,.fa.fa-tumblr-square,.fa.fa-twitch,.fa.fa-twitter,.fa.fa-twitter-square,.fa.fa-usb,.fa.fa-viacoin,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-vimeo,.fa.fa-vimeo-square,.fa.fa-vine,.fa.fa-vk,.fa.fa-weibo,.fa.fa-weixin,.fa.fa-whatsapp,.fa.fa-wheelchair-alt,.fa.fa-wikipedia-w,.fa.fa-windows,.fa.fa-wordpress,.fa.fa-wpbeginner,.fa.fa-wpexplorer,.fa.fa-wpforms,.fa.fa-xing,.fa.fa-xing-square,.fa.fa-y-combinator,.fa.fa-yahoo,.fa.fa-yelp,.fa.fa-yoast,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Brands Ext';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-ext.eot);src:url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-ext.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-ext.woff) format("woff"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-ext.ttf) format("truetype"),url(/wp-content/themes/nevark-premium/library/fonticons/webfonts/fa-brands-ext.svg#fontawesome) format("svg")}.fa-square-x-twitter:before{font-family:'Font Awesome 5 Brands Ext';content:"\e900"}.fa-x-twitter:before{font-family:'Font Awesome 5 Brands Ext';content:"\e901"}.ays-quiz-container{box-sizing:border-box}.ays-quiz-container p{padding:0 10px;margin:1em 0}.ays-quiz-container section.ays_quiz_redirection_timer_container,.ays-quiz-container section.ays_quiz_timer_container{padding-top:5px;width:100%}.ays-quiz-container section.ays_quiz_redirection_timer_container hr,.ays-quiz-container section.ays_quiz_timer_container hr{padding:0;margin:0;border-bottom-color:#ccc}.ays-quiz-container form span{margin-top:0;margin:0}.ays-field{text-align:left;opacity:1}[id^="ays-quiz-container-"] .ays-field input[type='checkbox'],[id^="ays-quiz-container-"] .ays-field input[type='radio']{display:none!important}.ays-quiz-answers .ays-field input+label[for^="ays-answer-"]{font-weight:600;color:#484848;margin-bottom:0;width:100%;height:unset;transition:all .3s;cursor:pointer;display:block!important;padding:5px!important;padding-left:10px!important;padding-right:10px!important;word-wrap:break-word!important;white-space:initial!important;line-height:33px;text-transform:initial;letter-spacing:unset}.ays-quiz-answers .ays-field input[type="checkbox"]+label[for^="ays-answer-"]{margin-left:0}.ays-field input+label:before{content:"";display:inline-block;background:#ddd;background-clip:content-box;width:20px;height:20px;border:3px solid #ccc;padding:3px 3px 3px 3px;box-sizing:border-box;transition:all .4s linear;vertical-align:middle;margin-right:10px}.ays-field input[type="radio"]+label:before{border-radius:50%}.ays-field input+label:hover:before{background:#ddd;color:#ddd;background-clip:content-box}.ays-field .select2-container{display:block;width:100%!important}.ays-field .select2-container .select2-selection--single,.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered{height:40px;line-height:40px;font-size:17px!important;width:100%;color:#fff;display:inline-block}.ays-field .select2-container--default,.ays-field .select2-container--default .selection,.ays-field .select2-container--default .select2-selection{display:inline-block;width:100%;background-color:#444;height:40px;padding:0!important}.ays-field .select2-container--default .select2-selection--single{background:#fff0;border:none;border-radius:unset}.ays-field .select2-container--default .select2-selection--single:focus{outline:none;box-shadow:none}.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"]{border:none}.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow{top:0;right:10px;color:#fff;transform:translate(0)!important;transform:translateX(0)!important;transform:translateY(0)!important}[id^="ays-quiz-container-"] *{box-sizing:border-box;word-wrap:break-word}[id^="ays-quiz-container-"] p{margin:5px!important}[id^="ays-quiz-container-"] p:empty{display:none}div.ays-quiz-container[id^="ays-quiz-container-"]{width:96%;min-width:200px;max-width:96%;margin:20px auto;text-align:center;background:#fff;border:0 none;border-radius:3px;box-shadow:0 0 15px 1px rgb(0 0 0 / .4);box-sizing:border-box;position:relative;padding-bottom:60px;transition:.5s ease;background-repeat:no-repeat;background-position:center center;background-size:cover}[id^="ays_finish_quiz_"]{border:0 none;padding:0;margin:0}form[id^="ays_finish_quiz_"]{background-color:initial!important}[id^="ays_finish_quiz_"] div.step{display:flex;justify-content:center;align-items:center;border:0 none;width:100%;position:relative;padding-top:45px}[id^="ays_finish_quiz_"]>div.step:first-of-type{background-color:transparent!important;border:none!important}[id^="ays_finish_quiz_"] div.step div.ays-image-question-img{margin-bottom:15px}[id^="ays_finish_quiz_"] div.step div.ays-abs-fs{width:90%}[id^="ays_finish_quiz_"]>div.step.ays_thank_you_fs{padding-top:0px!important}[id^="ays_finish_quiz_"]>div.step.ays_thank_you_fs .ays-abs-fs.ays-end-page{margin-top:0px!important}[id^="ays_finish_quiz_"] div.step:not(:first-of-type){display:none}[id^="ays_finish_quiz_"] input[type=search],[id^="ays_finish_quiz_"] input[type=tel],[id^="ays_finish_quiz_"] input[type=time],[id^="ays_finish_quiz_"] input[type=url],[id^="ays_finish_quiz_"] input[type=password],[id^="ays_finish_quiz_"] input[type=date],[id^="ays_finish_quiz_"] input[type=datetime],[id^="ays_finish_quiz_"] input[type=datetime-local],[id^="ays_finish_quiz_"] input[type=email],[id^="ays_finish_quiz_"] input[type=number],[id^="ays_finish_quiz_"] input[type="text"],[id^="ays_finish_quiz_"] textarea{padding:15px;border:1px solid #ccc;border-radius:3px!important;margin-bottom:10px;width:100%;box-sizing:border-box;color:#2C3E50;font-size:13px;height:auto;background-color:#fff}[id^="ays_finish_quiz_"] textarea{background-color:rgb(255 255 255 / .7)}[id^="ays_finish_quiz_"] input[type=search]:focus,[id^="ays_finish_quiz_"] input[type=tel]:focus,[id^="ays_finish_quiz_"] input[type=time]:focus,[id^="ays_finish_quiz_"] input[type=url]:focus,[id^="ays_finish_quiz_"] input[type=password]:focus,[id^="ays_finish_quiz_"] input[type=date]:focus,[id^="ays_finish_quiz_"] input[type=datetime]:focus,[id^="ays_finish_quiz_"] input[type=datetime-local]:focus,[id^="ays_finish_quiz_"] input[type=email]:focus,[id^="ays_finish_quiz_"] input[type=number]:focus,[id^="ays_finish_quiz_"] input[type="text"]:focus,[id^="ays_finish_quiz_"] textarea:focus{border-color:unset}div.ays-quiz-container[id^="ays-quiz-container-"] input[type=button]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=search]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=tel]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=time]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=url]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=password]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=date]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime-local]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=email]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type=number]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] input[type="text"]:hover,div.ays-quiz-container[id^="ays-quiz-container-"] textarea:hover{transform:unset;-o-transform:unset;-moz-transform:unset;-webkit-transform:unset}div.ays-quiz-container[id^="ays-quiz-container-"] .information_form label[for^="ays_form_field"]{text-align:left;display:block;cursor:pointer}[id^="ays_finish_quiz_"] .action-button{display:inline-block;width:auto;font-weight:700;font-size:17px;border:0 none;cursor:pointer;margin:10px 5px;line-height:1;text-transform:initial;max-width:100%;box-shadow:unset}[id^="ays_finish_quiz_"] .action-button.start_button{padding:10px 20px;margin:10px auto;display:block}[id^="ays_finish_quiz_"] div.information_form .action-button{padding:10px 10px;display:block}[id^="ays_finish_quiz_"] .action-button.ays_finish{margin:10px 5px}[id^="ays_finish_quiz_"] .action-button:disabled:hover,[id^="ays_finish_quiz_"] .action-button:disabled:focus,[id^="ays_finish_quiz_"] .action-button:disabled{outline:none!important;background-color:#aaa!important;box-shadow:none!important;text-decoration:none!important;cursor:default!important}[id^="ays_finish_quiz_"] .ays-fs-title{font-size:21px;text-transform:uppercase;color:#2C3E50;margin-bottom:10px;text-align:center}[id^="ays_finish_quiz_"] .ays-fs-subtitle{font-weight:400;font-size:17px;color:#666;margin-bottom:20px}.ays-quiz-container .select2-container .select2-dropdown{margin:0;max-width:unset}.ays-quiz-container .select2-dropdown input.select2-search__field{border-radius:0px!important}.ays-quiz-container .select2-container--default .select2-results__option--highlighted[aria-selected]{color:#fff!important}.ays-quiz-container .select2-container--default .select2-results__option[aria-selected="true"]{background-color:#aaa}.ays-quiz-container .select2-container--default .select2-results>.select2-results__options{max-height:calc(100vh / 3);margin:0!important;padding:0!important}[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::after [id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::before{content:none!important}.ays-quiz-container .select2-container--default .select2-results__option{list-style-type:none!important;text-align:left;color:#000!important;margin:0!important}.ays-quiz-container .select2-container.select2-container--default.select2-container--open{z-index:99999}.ays-quiz-container .select2-container.select2-container--default.select2-container--open .select2-dropdown--below{animation:fadeInUp;animation-duration:.3s!important;max-width:unset}.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow{display:inline-block;height:26px}[id^="ays_finish_quiz_"] p.ays_message{font-size:20px}[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent{font-size:18px}[id^="ays_finish_quiz_"] p.ays_score{text-align:center}.ays-progress{position:relative;overflow:hidden}.ays-progress-bar{overflow:hidden;width:0%;height:100%;position:absolute;top:0;left:0;border-radius:5px}.ays-progress-value{color:#333;display:block;font-size:12px;line-height:15px;white-space:nowrap;background-color:#fff0}.ays-progress-bg{position:relative;height:8px;border-radius:5px;overflow:hidden}.ays-progress-bar:after{background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px;position:absolute;content:''!important;top:0;left:0;width:100%;height:100%}@keyframes ays_progress_bar{0%{background-position:0 0}100%{background-position:-40px 0}}.ays-progress.first{-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;-ms-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;margin-bottom:10px;padding:0;background-color:#000;border:1px solid}.ays-progress-bar.first{-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;-ms-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;display:block;height:15px;width:0%;margin:0;padding:0;background-color:#fff}.ays-progress-bar.first::after{content:none!important}.ays-progress-value.first{position:absolute;z-index:1;width:0;height:100%;text-align:center}.ays-progress-bg.first{height:15px;background:#fff0}.ays-progress.second{-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;border-radius:0;margin-bottom:10px;padding:0;background-color:#000;border:1px solid}.ays-progress-bar.second{-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;border-radius:0;display:block;height:15px;width:0%;margin:0;padding:0;background-color:#fff}.ays-progress-bar.second::after{content:none!important}.ays-progress-value.second{position:absolute;z-index:1;width:0;height:100%;font-size:12px;line-height:15px!important;white-space:nowrap;background-color:#fff0;text-align:center}.ays-progress-bg.second{-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;border-radius:0;height:15px;background:#fff0}.ays-progress.third{border-radius:5px;border:none}.ays-progress-value.third{width:100%;height:100%;text-align:center}.ays-progress.fourth{border-radius:5px;border:none}.ays-progress-bar.fourth{border-radius:0}.ays-progress-value.fourth{position:absolute;z-index:1;width:100%;height:100%;text-align:center}.ays-progress-bg.fourth{height:15px}.ays-progress-bar.fourth:after{animation:ays_progress_bar linear infinite;animation-duration:0.8s!important}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-social-shares{margin:15px 0;text-align:center}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-share-btn-icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}.ays-share-btn-linkedin .ays-quiz-share-btn-icon:before{content:"\f08c"}.ays-share-btn-facebook .ays-quiz-share-btn-icon:before{content:"\f082"}.ays-share-btn-email .ays-quiz-share-btn-icon:before{content:"\e945"}.ays-share-btn-more .ays-quiz-share-btn-icon:before{content:"\ea82"}.ays-share-btn-googleplus .ays-quiz-share-btn-icon:before{content:"\ea88"}.ays-share-btn-github .ays-quiz-share-btn-icon:before{content:"\eab4"}.ays-share-btn-tumblr .ays-quiz-share-btn-icon:before{content:"\eabb"}.ays-share-btn-reddit .ays-quiz-share-btn-icon:before{content:"\eac7"}.ays-share-btn-delicious .ays-quiz-share-btn-icon:before{content:"\eacc"}.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon:before{content:"\eace"}.ays-share-btn-pinterest .ays-quiz-share-btn-icon:before{content:"\ead0"}.ays-share-btn-vkontakte .ays-quiz-share-btn-icon:before{content:"\f189"}.ays-share-btn-instagram .ays-quiz-share-btn-icon:before{content:"\f16d"}.ays-share-btn-youtube .ays-quiz-share-btn-icon:before{content:"\f16a"}.ays-share-btn-behance .ays-quiz-share-btn-icon:before{content:"\f1b4"}.ays-share-btn,.ays-share-btn *{box-sizing:border-box}.ays-share-btn,.ays-share-btn *,.ays-share-btn *:before,.ays-share-btn *:after{box-sizing:border-box}.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn{position:relative;display:inline-block;height:24px;margin:0;margin-bottom:5px;padding:2px 8px;line-height:1.53;letter-spacing:.04em;vertical-align:top;font-size:12px;font-weight:700;font-family:"Helvetica Neue",Arial,sans-serif;color:#111;background:#e0e0e0;border:1px solid #c7c7c7;border-radius:2px;text-decoration:none;transition:all 0.2s ease}.ays-share-btn:hover,.ays-share-btn:focus{background:#d3d3d3;border-color:#bababa;text-decoration:none;color:#111}.ays-share-btn:active{background:#c7c7c7;border-color:#adadad;text-decoration:none;color:#111}.ays-share-btn-rounded{border-radius:8px;height:auto}.ays-share-btn.ays-share-btn-sm{height:20px;font-size:10px;padding:0 8px;line-height:1.6}.ays-share-btn.ays-share-btn-lg{height:28px;font-size:16px;line-height:1.4}.ays-share-btn .ays-share-btn-text-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ays-share-btn.ays-share-btn-branded{color:#fff}.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter{background:#000;border-color:#000}.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus{background:#000;border-color:#000}.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active{background:#000;border-color:#000}.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook{background:#3b5998;border-color:#344e86}.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus{background:#344e86;border-color:#2d4373}.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active{background:#2d4373;border-color:#263961}.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte{background:#486c91!important;border-color:#4b719a!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:focus{background:#2a6098!important;border-color:#4b719a!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:active{background:#4b719a!important;border-color:#4b719a!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important;border-color:#8d3bbf!important;border:0;display:inline-block;padding-top:0;padding-bottom:0}.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:focus{background:radial-gradient(circle at 30% 107%,#fff37b 0%,#f5e96a 5%,#f83926 45%,#d61299 60%,#0e48f0 90%)!important;border-color:#8d3bbf!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:active{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)!important;border-color:#8d3bbf!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon{line-height:24px;padding:0;margin:0}.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube{background:#fff!important;border-color:#fff!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:focus{background:#ffffffd1!important;border-color:#ffffffd1!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:active{background:#ffffffd1!important;border-color:#ffffffd1!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube .ays-quiz-share-btn-icon{color:red}.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance{background:#000B1D!important;border-color:#000B1D!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:focus{background:#000206!important;border-color:#000206!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:active{background:#000206!important;border-color:#000206!important}.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus{background:#dd4b39;color:#fff;border-color:#d73925}.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus{background:#d73925;border-color:#c23321}.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active{background:#c23321;border-color:#ac2d1e}.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr{background:#35465c;color:#fff;border-color:#2c3a4c}.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus{background:#2c3a4c;border-color:#222d3c}.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active{background:#222d3c;border-color:#19212b}.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit{background:#ff4500;color:#fff;border-color:#e63e00}.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus{background:#e63e00;border-color:#cc3700}.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active{background:#cc3700;border-color:#b33000}.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin{background:#0976b4;color:#fff;border-color:#08669c}.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus{background:#08669c;border-color:#075683}.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active{background:#075683;border-color:#05466b}.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious{background:#39f;color:#fff;border-color:#198cff}.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus{background:#198cff;border-color:#007fff}.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active{background:#007fff;border-color:#0073e5}.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon{background:#eb4924;color:#fff;border-color:#e13b15}.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus{background:#e13b15;border-color:#ca3412}.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active{background:#ca3412;border-color:#b22e10}.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest{background:#cc2127;color:#fff;border-color:#b61d23}.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus{background:#b61d23;border-color:#a01a1f}.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active{background:#a01a1f;border-color:#8a161a}.ays-share-btn.ays-share-btn-inverse{color:#eee;background:#1f1f1f;border-color:#050505}.ays-share-btn.ays-share-btn-inverse:hover,.ays-share-btn.ays-share-btn-inverse:focus{background:#121212;border-color:#000;color:#eee}.ays-share-btn.ays-share-btn-inverse:active{background:#050505;border-color:#000;color:#eee}.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon{position:relative;top:1px}@-moz-document url-prefix(){.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon{top:0}}.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-quiz-share-btn-icon{top:2px}.ays-share-btn .ays-share-btn-text{padding-left:2px}.ays-question-counter{position:absolute;right:8px;top:0;color:rgb(0 0 0 / .6);margin:1em 0}.ays-answer-image:hover{cursor:pointer}.ays_answer_select_image,.ays-answer-image{width:100px;height:auto;min-width:150px;object-fit:contain;object-position:center center}.ays-quiz-container .select2-results__options .select2-results__option span{display:flex;align-items:center;word-wrap:break-word}.ays-quiz-container .select2-results__options .select2-results__option .ays_answer_select_image{width:150px;height:100px;display:inline-block;margin-right:15px}.ays_feedback_button_div,.ays_buttons_div{display:flex;justify-content:center;margin-top:15px;margin-bottom:15px;flex-wrap:wrap}.ays-quiz-container .ays_display_none{display:none!important}.active-step{-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}.ays_red_border{border-color:red!important}.ays_green_border{border-color:green!important}.ays_arrow{background:none!important;font-size:40px!important}.ays_arrow:hover{box-shadow:none!important;transform:scale(1.1)}@keyframes bar-fill{0%{width:0}}@-webkit-keyframes bar-fill{0%{width:0}}@-moz-keyframes bar-fill{0%{width:0}}@-o-keyframes bar-fill{0%{width:0}}.ays-field input+label.answered:after{content:'';display:inline-block;width:30px;height:30px;vertical-align:middle;background-size:cover;background-repeat:no-repeat;background-position:center;margin-left:5px}.ays-field input+label.answered.correct:after{content:url(/wp-content/plugins/quiz-maker/public/css/../images/correct.png)}.ays-field input+label.answered.wrong:after{content:url(/wp-content/plugins/quiz-maker/public/css/../images/wrong.png)}.ays-field input:checked+label.answered.wrong:before{border-color:#cc3700!important;background:#cc3700!important;background-clip:content-box!important}.ays-field input:checked+label.answered.correct:before{background-color:#1cbf8b}.ays_question_result{pointer-events:none;opacity:1!important;display:flex!important;position:static!important;min-height:0!important;transform:scale(1)!important}.ays-quiz-container .ays-loader{display:none}.ays-quiz-container div[data-role="loader"]{display:block!important;margin:0 auto}.lds-ellipsis{display:inline-block;position:relative;width:64px;height:64px}.lds-ellipsis div{position:absolute;top:27px;width:11px;height:11px;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:6px;animation:lds-ellipsis1 infinite;animation-duration:0.6s!important}.lds-ellipsis div:nth-child(2){left:6px;animation:lds-ellipsis2 infinite;animation-duration:0.6s!important}.lds-ellipsis div:nth-child(3){left:26px;animation:lds-ellipsis2 infinite;animation-duration:0.6s!important}.lds-ellipsis div:nth-child(4){left:45px;animation:lds-ellipsis3 infinite;animation-duration:0.6s!important}.ays_grid_view_container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.ays_grid_view_item{width:calc(50% - 5px)}.ays_grid_view_item:nth-child(odd){margin-right:5px}.ays-quiz-redirection-timer,.ays-quiz-timer{margin:0!important}.ays-quiz-after-timer{display:none;margin:0!important}.ays-quiz-question-waiting-time-box{position:absolute;margin-left:auto;margin-right:auto;top:10px;left:0;right:0;text-align:center}.ays_question_hint_container{position:absolute;top:10px;left:10px}.ays_question_hint_container .ays_question_hint{font-size:20px;cursor:pointer}.ays_question_hint_container .ays_question_hint_text{visibility:hidden;max-width:270px;width:max-content;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:999;top:0;left:unset;margin-left:15px;opacity:0;box-shadow:0 0 15px 1px rgb(0 0 0 / .4);transition:opacity 0.5s}.ays_question_hint_container .ays_question_hint_text.show_hint{visibility:visible;opacity:1;z-index:1000}.ays_question_result .ays_question_hint{display:none}.ays_average{display:none;text-align:center}.ays_quiz_form_input{display:block!important}.ays-quiz-container *:after{content:none}.ays-quiz-container .ays-image-question-img img{width:100%;margin:0 auto;max-width:100%}.ays-quiz-container .ays-field label:last-child{overflow:hidden}.ays-quiz-container .ays-field label:empty{display:none}.ays-quiz-container{max-width:100%}.ays_empty_before_content:before{content:none!important}.ays_score_display_none{display:none}.ays-quiz-container .disable_social_buttons{display:none}.ays-quiz-container .ays_quiz_image{max-width:100%;margin:auto}.ays-form-title{margin-bottom:20px;font-size:20px}.ays-quiz-container .ays-field.ays-select-field{padding:0;width:100%!important;position:relative}.ays-quiz-container .ays-field.ays-text-field{padding:5px;width:100%!important;display:flex;flex-wrap:nowrap;margin-bottom:20px}.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input{padding:10px;margin:5px;text-indent:10px;outline:0;transition:.8s ease;height:100px;resize:none;color:#000!important;background-color:#fff;min-height:100px;background-image:unset}.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"],.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"]{padding:10px;margin:5px;text-indent:10px;outline:0;transition:.8s ease;color:#000!important;background-color:#fff;background-image:unset}.ays-quiz-container .ays-field.ays-text-field input.ays-text-input~button.ays_check_answer{margin-right:0!important}.ays-quiz-container .ays-field.ays-text-field input.ays-text-input{padding:10px;margin-bottom:0;text-indent:10px;outline:0;transition:.8s ease;color:#000!important;background-image:unset;max-width:100%;margin-top:0;margin:0}.ays-quiz-container .ays-quiz-answers div.ays-text-right-answer{display:none;width:100%;border:1px solid #ccc;padding:10px;border-radius:4px;color:#ddd;background:rgb(39 174 96 / .5)}.ays_quiz_question{word-wrap:break-word}.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input~button.ays_check_answer{margin:5px!important;margin-left:0!important}.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"]~button.ays_check_answer,.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"]~button.ays_check_answer{margin:5px!important;margin-left:0!important}.ays-quiz-container .ays-field.ays-text-field button.ays_check_answer{margin:0!important;margin-right:5px!important;margin-left:5px!important;width:auto!important}.ays-live-bar-wrap{box-sizing:border-box;position:absolute;height:15px;top:-15px;border:none;width:100%;background-color:#fff0;display:none}.ays-live-bar-fill{height:100%;border-bottom:2px solid #000}.ays-live-bar-fill>span{line-height:15px!important;white-space:nowrap}.ays-live-bar-fill span{text-align:right;display:block;height:100%;color:inherit;font-size:11px}div.ays-live-second-wrap{background-color:#000}div.ays-live-second{border-bottom:unset!important}div.ays-live-third-wrap{background-color:#000}div.ays-live-third{border-bottom:unset!important;border-radius:inherit}div.ays-live-third::after{content:"";background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)!important;background-size:40px 40px;width:inherit;height:100%;position:absolute;top:0;left:0}@keyframes ays_progress_live_bar{0%{background-position:0 0}100%{background-position:-40px 0}}div.ays-live-fourth-wrap{background-color:#000}div.ays-live-fourth{border-bottom:unset!important;border-radius:inherit}div.ays-live-fourth::before{content:"";background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)!important;background-size:40px 40px;width:inherit;height:100%;position:absolute;top:0;left:0;animation:ays_progress_live_bar linear infinite;animation-duration:0.8s}.ays_quiz_reports{display:flex;position:absolute;bottom:0;justify-content:space-between;align-items:stretch;left:0;width:100%}.ays_quiz_reports .ays_quiz_rete_avg{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:80%;position:relative;bottom:unset;left:unset;padding:5px 8px;border-radius:0;font-size:12px;font-weight:600;line-height:1rem}.ays_quiz_reports .ays_quiz_rete_avg span{display:inline-block}.ays_quiz_reports .ays_quizn_ancnoxneri_qanak i{margin-right:4px;font-style:initial!important}.ays_quiz_reports .ays_quizn_ancnoxneri_qanak{display:flex;justify-content:flex-end;align-items:center;position:relative;bottom:unset;right:unset;padding:5px 20px;border-radius:0;font-weight:700;font-size:14px;width:20%;text-align:right;padding:5px 8px}.ays_quizn_ancnoxneri_qanak i{font-style:initial!important}.ays_quizn_ancnoxneri_qanak{display:block;position:absolute;bottom:0;right:0;padding:5px 20px;border-radius:4px 0 0 0;font-weight:700}.ays_quiz_rete_avg i.icon{font-size:12px}.ays_quiz_rete_avg{display:block;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:fit-content;position:absolute;bottom:0;left:0;padding:5px 8px;border-radius:0 4px 0 0;font-size:12px;font-weight:600;line-height:1rem}div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete{display:none;margin-bottom:10px;padding:0;padding-top:15px;font-size:12px;font-weight:600;text-align:center}.ays_quiz_results_page .ays_quiz_rete .for_quiz_rate.ui.huge.rating{font-size:23px}.ays_quiz_rete p{text-align:center}.ays_quiz_rete .for_quiz_rate{margin-bottom:15px}.ays_quiz_rete .for_quiz_rate_reason{display:none;margin-bottom:20px}.ays_quiz_rete .for_quiz_rate_reason textarea.quiz_rate_reason{width:100%;height:150px;resize:vertical;background-color:#fff;padding:15px}.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div{justify-content:flex-end;margin:0}.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div .action-button{max-width:fit-content;height:40px;margin:0}.ays_quiz_rete .quiz_rate_more_review,.ays_quiz_rete .quiz_rate_reasons_container{display:none}.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons{margin-bottom:15px}.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons blockquote{text-align:left}.ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link{cursor:pointer}div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete .ays-quiz-rate-link-box{text-align:center}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(19px,0)}}.ays_fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:FontAwesome!important}.ays_fa_flag_checkered::before{content:"\f11e";font-weight:900}.ays_fa_arrow_left::before{content:"\f060";font-weight:900}.ays_fa_arrow_right::before{content:"\f061";font-weight:900}.ays_fa_info_circle::before{content:"\f05a";font-weight:900}.ays_fa_chevron_up::before{content:"\f077";font-weight:900}.ays_fa_chevron_down::before{content:"\f078";font-weight:900}.ays_fa_eye::before{content:'\f06e';font-weight:400}.ays_fa_users::before{content:'\f0c0';font-weight:400}.ays_fa_square_o::before{content:"\f096";font-weight:900}.ays_fa_check_square_o::before{content:"\f046";font-weight:900}.ays_fa_star::before{content:"\f005";font-weight:400}.ays_fa_star_o::before{content:"\f006";font-weight:400}.ays_fa_user::before{content:"\f007";font-weight:400}.ays_fa_clock_o::before{content:"\f017";font-weight:400}.ays_fa_undo::before{content:"\f0e2";font-weight:400}.ays_fa_volume_up::before{content:"\f028";font-weight:400}.ays_fa_volume_off::before{content:"\f026";font-weight:400}.ays_fa_sign_out::before{content:"\f08b";font-weight:400}.ays_fa_eraser::before{content:"\f12d";font-weight:400}.ays_fa_music::before{content:"\f001";font-weight:400}.ays_fa_linkedin_square::before{content:"\f08c";font-weight:400}.ays_fa_twitter_square::before{content:"\f081";font-weight:400}.ays_fa_facebook_square::before{content:"\f082";font-weight:400}.ays_fa_long_arrow_left::before{content:"\f177";font-weight:400}.ays_fa_long_arrow_right::before{content:"\f178";font-weight:400}.ays_fa_arrow_circle_o_left::before{content:"\f190";font-weight:400}.ays_fa_arrow_circle_o_right::before{content:"\f18e";font-weight:400}.ays_fa_arrow_circle_left::before{content:"\f0a8";font-weight:400}.ays_fa_arrow_circle_right::before{content:"\f0a9";font-weight:400}.ays_fa_check::before{content:"\f00c"}.ays_fa_times::before{content:"\f00d"}.logged_in_message{padding:15px}.ays_quiz_results{display:none}.ays-quiz-container .rate_comment_row *{box-sizing:border-box}.ays-quiz-container .rate_comment_row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.ays-quiz-container .rate_comment_row.row_reverse{flex-direction:row-reverse}.ays-quiz-container .rate_comment_row .rate_comment_user{width:25%}.ays-quiz-container .rate_comment_row .rate_comment{width:fit-content;max-width:75%}.ays-quiz-container .rate_comment_row .rate_comment_user,.ays-quiz-container .rate_comment_row .rate_comment{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.ays-quiz-container .rate_comment_row .thumbnail{padding:4px;display:block;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.ays-quiz-container .rate_comment_row .img-responsive,.ays-quiz-container .rate_comment_row .thumbnail>img,.ays-quiz-container .rate_comment_row .thumbnail a>img{display:block;width:100%;max-width:100%;height:auto}.ays-quiz-container .rate_comment_row .panel{position:relative;background-color:#fff;border:1px solid #fff0;border-radius:4px;-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .05);box-shadow:0 1px 1px rgb(0 0 0 / .05);text-align:left!important}.ays-quiz-container .rate_comment_row .panel-default{border-color:#ddd}.ays-quiz-container .rate_comment_row .panel>.panel-heading:after,.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:#fff0;border-style:solid solid outset;pointer-events:none}.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after,.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{right:-16px;left:100%}.ays-quiz-container .rate_comment_row .panel>.panel-heading:after{border-width:7px;border-right-color:#f7f7f7;margin-top:1px;margin-left:2px}.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{border-right-color:#ddd;border-width:8px}.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after{border-width:7px;border-left-color:#f7f7f7;margin-top:1px;margin-left:0;margin-right:2px;border-right:none}.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{border-left-color:#ddd;border-width:8px;border-right:none}.ays-quiz-container .rate_comment_row .panel>.panel-body{padding:15px}.ays-quiz-container .rate_comment_row .panel>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd;border-width:8px;padding:10px 15px;border-bottom:1px solid #fff0;border-top-left-radius:3px;border-top-right-radius:3px}.lds-spinner2-none,.lds-spinner-none{display:none}.lds-spinner2,.lds-spinner{display:inline-block;position:relative;width:64px;height:64px;transform:scale(.5)}.lds-spinner2 div,.lds-spinner div{transform-origin:32px 32px;animation:lds-spinner linear infinite;animation-duration:1.2s!important}.lds-spinner2 div:after,.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:29px;width:5px;height:14px;border-radius:20%}.lds-spinner2 div:nth-child(1),.lds-spinner div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner2 div:nth-child(2),.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner2 div:nth-child(3),.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-0.9s}.lds-spinner2 div:nth-child(4),.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-0.8s}.lds-spinner2 div:nth-child(5),.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-0.7s}.lds-spinner2 div:nth-child(6),.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-0.6s}.lds-spinner2 div:nth-child(7),.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-0.5s}.lds-spinner2 div:nth-child(8),.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-0.4s}.lds-spinner2 div:nth-child(9),.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-0.3s}.lds-spinner2 div:nth-child(10),.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-0.2s}.lds-spinner2 div:nth-child(11),.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-0.1s}.lds-spinner2 div:nth-child(12),.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}100%{opacity:0}}.ays_paypal_div{padding:100px 0}.ays_paypal_div>div{margin:auto;width:200px}.ays_restart_button_p{display:flex;justify-content:center;align-items:center;padding:0;flex-wrap:wrap;text-align:center;margin:0!important}.action-button.ays_restart_button{max-width:100%;padding:10px 20px}a.action-button.ays_restart_button{margin:0 5px}.action-button.ays_restart_button span{margin-left:7px}div.ays_quiz_results_page{display:none}div.ays_quiz_results_page img{margin:0}.ays_user_explanation{margin-top:5px;padding-top:15px}.ays_user_explanation textarea{resize:vertical;height:120px;transition:.5s ease}.ays_user_explanation textarea::placeholder{font-size:14px}.ays_questtion_explanation,.wrong_answer_text,.right_answer_text{text-align:initial}.ays_animated_x5ms{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ays_animated_x1s{-webkit-animation-duration:1s!important;animation-duration:1s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ays_user_explanation{margin-top:5px;padding-top:15px}.ays_user_explanation textarea{resize:vertical;height:120px;transition:.5s ease}.ays_user_explanation textarea::placeholder{font-size:14px}.ays_music_sound{display:block;cursor:pointer;position:absolute;top:0;right:0;left:0;margin:auto;z-index:998;width:35px;margin:auto!important;padding:5px}.ays_music_sound.z_index_0{z-index:0}.ays_music_sound>i{font-size:20px;vertical-align:middle}.ays_music_sound.ays_sound_with_timer{margin-top:35px!important}fieldset.ays_fieldset{border:1px solid #e3939394;padding:5px;background-color:transparent!important;word-break:break-all}fieldset.ays_fieldset legend{font-size:12px;padding:0 7px;color:red;margin:0 auto;display:block;text-align:center;border-top:1px solid #e3939394;border-bottom:1px solid #e3939394;margin-bottom:10px;background-color:transparent!important}fieldset.ays_fieldset .ays_quiz_question .wp-video{width:100%;max-height:100%}[id^="ays-quiz-container-"] fieldset.ays_fieldset .wp-video{width:100%!important;max-width:100%!important}.ays_cb_and_a{position:relative;top:-40px;width:100%;text-align:center;font-size:12px}.ays_cb_and_a span,.ays_cb_and_a strong{margin-right:7px}.ays_cb_and_a img{display:inline-block!important;width:15px!important;height:15px!important;object-fit:cover;object-position:center center;border-radius:50%;border:1px solid #aaa;margin-right:3px;margin-left:5px;vertical-align:text-top}[id^="ays-quiz-container-"] .ays_quiz_login_form input#ays-submit{display:inline-block;width:auto;font-weight:700;color:#fff;border:0 none;border-radius:1px;cursor:pointer;padding:5px 10px;margin:10px 5px;line-height:1;white-space:break-spaces}.ays_quiz_login_form label{display:block}.wrong_shortcode_text::first-letter{color:red!important;background-color:transparent!important;font-size:inherit!important;font-weight:inherit!important;float:none!important;line-height:inherit!important;margin:0!important;padding:0!important}.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-webkit-input-placeholder,.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-moz-placeholder,.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-moz-placeholder,.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-ms-input-placeholder,.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::placeholder{color:#ccc!important}.ays-quiz-container .mejs-container{width:100%!important}.ays-quiz-container .mejs-container.mejs-video{min-height:220px!important}.ays-quiz-container .mejs-container.mejs-audio{min-height:40px!important}[id^="ays-quiz-container-"] .mejs-container .mejs-inner .mejs-controls .mejs-time{height:22px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto;margin:0}.ays_quiz_display_none_important{display:none!important}.ays-has-error{border-width:1px!important;border-style:solid!important;border-color:#d93025!important}.ays-quiz-question-validation-error{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.3px;line-height:16px;color:#d93025;padding-bottom:10px;display:none}.ays-has-error .ays-quiz-question-validation-error{-webkit-box-align:center;box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.ays-has-error .ays-quiz-question-validation-error img{margin-right:12px}img.ays-loader-custom-gif-content{margin:auto}.ays_quiz_question_text_message{text-align:left;font-size:12px}.ays_quiz_question_text_error_message{color:red}.ays-quiz-container .ays-quiz-start-button-preloader{position:relative}.ays-quiz-container .ays_quiz_start_button_loader{position:absolute;margin-left:auto;margin-right:auto;width:30px;top:4px;left:0;right:0;text-align:center;cursor:wait}.ays-quiz-container .ays_next.start_button.ays_quiz_enable_loader{color:#a0a5aa!important;background:grey!important;border-color:#ddd!important;box-shadow:none!important;text-shadow:none!important;padding:10px 20px!important;border:none;opacity:.5;cursor:wait}div.ays_quiz_maker_block_select select.components-select-control__input{width:100%;max-width:100%;padding:0}.ays-individual-quiz-all-results-container,.ays-quiz-all-results-container{overflow:auto}.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter,.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter{padding-right:10px}.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter input,.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter input{margin:0}.ays-quiz-display-questions-container .ays-quiz-display-question-box{border-bottom:.5px solid #848688}.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-check{color:green;font-weight:900}.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-times{color:brown;font-weight:900}.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_check{color:green;font-size:18px}.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_times{color:brown;font-size:18px}.ays-quiz-all-results-container .ays-quiz-score-column-check-box{display:flex}.ays-quiz-container input[type=number]::-webkit-outer-spin-button,.ays-quiz-container input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.ays-quiz-container input[type=number]{-moz-appearance:textfield}.ays-quiz-container input[type=number]:hover{-moz-appearance:auto}.ays-quiz-container input[type=number]:hover::-webkit-outer-spin-button,.ays-quiz-container input[type=number]:hover::-webkit-inner-spin-button{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.ays-quiz-container input[type=number]:hover:disabled{-moz-appearance:textfield}div.ays-quiz-category-container-flex{display:flex;flex-wrap:wrap;justify-content:space-around}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-lds-spinner-box,div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page{text-align:center}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box,div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box *{font-style:italic;text-align:left;font-size:14px}.ays-quiz-full-screen-wrap{display:flex;justify-content:flex-end;padding:13px 10px}.ays-quiz-full-screen-container{cursor:pointer}.ays-quiz-full-screen-container>svg.ays-quiz-close-full-screen{display:none}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box{position:relative;margin:0 auto}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page>input[id^='ays_quiz_password_val_'],div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box{max-width:100%}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays_quiz_password{padding-right:40px}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays-quiz-password-toggle{position:absolute;right:10px;top:25%;width:20px;cursor:pointer}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-number-error-message{color:red;text-align:left;font-size:14px}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-answers .ays-field input+label[for^="ays-answer-"]{margin-top:0}div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-category-description-box{margin-bottom:20px}.ays-quiz-container label.ays_switch_toggle{cursor:pointer;text-indent:-9999px;width:35px;height:14px;background:grey;display:block;border-radius:50px;position:relative;transition:.3s ease}.ays-quiz-container label.ays_switch_toggle:after{content:'';position:absolute;top:-3px;left:-3px;width:20px;height:20px;background:#0085ba;border-radius:30px;transition:0.3s}.ays-quiz-container input:checked+label.ays_switch_toggle{background:#b7ccea}.ays-quiz-container input:checked+label.ays_switch_toggle:after{left:calc(100% - -5px);transform:translateX(-100%)}.ays-quiz-container label.ays_switch_toggle:hover:after{box-shadow:0 0 10px #31618c}.ays-quiz-container div.ays-quiz-results-toggle-block{display:flex;align-items:center;justify-content:flex-end;padding-right:15px}.ays-quiz-container input.ays_toggle[type=checkbox]{display:none}.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:after{left:calc(100% - 13px);top:2px;background-color:#aaa;width:10px;height:10px}.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle{width:40px;height:15px;background:#fff;border:1px solid #aaa}.ays-quiz-container div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show{color:#27C}.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:hover:after{box-shadow:none}.ays-quiz-container div.ays-quiz-results-toggle-block input:checked+label.ays_switch_toggle{width:40px;height:15px;background:#fff;border:1px solid #27C}.ays-quiz-container div.ays-quiz-results-toggle-block input:checked+label.ays_switch_toggle:after{top:2px;left:13px;width:10px;height:10px;background:#27C}.ays-quiz-container div.ays-quiz-results-toggle-block>label.ays_switch_toggle{margin:0 10px}.ays-quiz-container .ays-quiz-question-image-zoom{cursor:zoom-in;transition:0.3s}.ays-quiz-container .ays-quiz-question-image-zoom:hover{opacity:.9}@keyframes aysAnimationLightboxImages{from{transform:scale(0)}to{transform:scale(1)}}.ays-quiz-question-image-lightbox-container{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;overflow:auto;background-color:rgb(0 0 0 / .8)}.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button{font-size:40px;font-weight:700;position:absolute;top:10px;right:20px;color:#fff;cursor:pointer;transition:0.3s;z-index:99999}.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:hover,.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:focus{color:#b5b5b5}.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-img{margin:auto;display:block;width:100%;max-width:1200px;height:auto;text-align:center;animation-name:aysAnimationLightboxImages;animation-duration:0.7s;position:relative}.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader{opacity:.7;top:0;right:0;bottom:0;margin:auto;z-index:101;position:absolute;left:0}.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader img{width:100px}@media screen and (max-width:768px){div.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button{top:40px}}.ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment{margin:10px 0}.ays-modal{display:none;position:fixed;left:0;top:0;z-index:1000000!important;width:100%;height:100%;animation-duration:.5s;transition:.5s ease-in-out;outline:0}.ays-modal{overflow-x:hidden;overflow-y:auto}.modal-open{overflow:hidden;position:relative;height:100%}.ays-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999!important;background-color:rgb(0 0 0 / .5)}.ays-modal-content{background-color:#fefefe;margin:auto;margin-bottom:30px;margin-top:40px;border:1px solid #888;width:85%;z-index:100000000;position:relative;padding-left:0!important;animation-duration:.3s;transition:.5s ease-in-out;border-radius:4px}#ays-results-modal .ays-modal-content{min-height:500px;margin:auto!important;margin-bottom:30px!important;margin-top:40px!important}.ays-close{color:#aaa;float:right;line-height:1.3;font-size:28px;font-weight:700}.ays-close:hover,.ays-close:focus{color:#000;text-decoration:none;cursor:pointer}.ays-modal-header{padding:4px 16px}.ays-modal .ays-modal-header h2{line-height:1.3;font-size:1.8rem;margin:0;padding:0;clear:none;font-weight:500}.ays-modal-body{padding:2px 16px 20px;overflow-x:auto;width:100%;box-sizing:border-box}.ays-modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}#ays-results-modal .ays-modal-header{padding:4px 16px!important}#ays-results-modal .ays-modal-body{padding:2px 16px 20px!important}#ays-results-modal .ays-modal-footer{padding:1rem!important}table#ays-results-table{border:1px solid #ccc}table#ays-results-table .ays-quiz-report-table-header{display:flex;justify-content:space-between;align-items:center}table#ays-results-table .ays-quiz-report-table-header::after,table#ays-results-table .ays-quiz-report-table-header::before{content:none!important}table#ays-results-table svg{width:30px;vertical-align:middle}table#ays-results-table .wp-video{width:max-content!important}table#ays-results-table video{max-width:300px;height:auto!important;vertical-align:middle}table#ays-results-table audio{max-width:300px;vertical-align:middle}table#ays-results-table{margin:0;width:100%}table#ays-results-table h1::before{content:none!important}table#ays-results-table h1{margin:0;font-size:25px}table#ays-results-table tr td:first-child{font-weight:700}tr.ays_result_element{border-bottom:1px solid #ccc}table#ays-results-table tr td:first-child{font-weight:700}.ays-modal-body *{word-break:initial!important;word-wrap:break-word;vertical-align:middle}.ays-modal-body tr td{padding:10px;font-size:15px;border:none}table#ays-results-table p.success img,table#ays-results-table p.error img{max-width:150px!important}table#ays-results-table p.success{color:#73AF55}table#ays-results-table p{display:inline-block;margin:0;font-size:1.25em;vertical-align:middle;word-wrap:break-word}table#ays-results-table p.error{color:#D06079}table#ays-results-table tr td{word-wrap:break-word}table#ays-results-table tr td:first-child,table#ays-results-table tr td:first-child *{color:#000!important}table#ays-results-table tr td:first-child{font-weight:700;width:40%}table#ays-results-table tr td.ays-report-correct-answer{width:25%}table#ays-results-table tr td.ays-report-user-answer{width:25%}table#ays-results-table tr td.ays-report-status-icon{width:10%}table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points{width:40%}table#ays-results-table tr td.ays-report-answer-point{width:20%}div.ays-quiz-preloader{display:none;position:absolute;background:rgb(255 255 255 / .8);width:100%;justify-content:center;height:100%;align-items:center;z-index:1}.ays_question_report{text-align:right}.ays_question_report .ays-quiz-open-report-window{cursor:pointer;margin-bottom:10px;display:inline-block}.ays-quiz-question-report-popup-container .swal2-popup{width:480px;font-size:15px}.ays-quiz-question-report-popup-container .swal2-popup .swal2-styled.swal2-confirm{line-height:15.9375px}.so-widget-sow-image-default-8b5b6f678277 .sow-image-container{display:flex;align-items:flex-start}.so-widget-sow-image-default-8b5b6f678277 .sow-image-container>a{display:inline-block;max-width:100%}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.so-widget-sow-image-default-8b5b6f678277 .sow-image-container>a{display:flex}}.so-widget-sow-image-default-8b5b6f678277 .sow-image-container .so-widget-image{display:block;height:auto;max-width:100%}.so-widget-sow-image-default-c67d20f9f743 .sow-image-container{display:flex;align-items:flex-start;justify-content:center}.so-widget-sow-image-default-c67d20f9f743 .sow-image-container>a{display:inline-block;max-width:100%}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.so-widget-sow-image-default-c67d20f9f743 .sow-image-container>a{display:flex}}.so-widget-sow-image-default-c67d20f9f743 .sow-image-container .so-widget-image{display:block;height:auto;max-width:100%}.wp-polls,.wp-polls-form{}.wp-polls ul li,.wp-polls-ul li,.wp-polls-ans ul li{text-align:left;background-image:none;display:block}.wp-polls ul,.wp-polls-ul,.wp-polls-ans ul{text-align:left;list-style:none;float:none}.wp-polls ul li:before,.wp-polls-ans ul li:before,#sidebar ul ul li:before{content:''}.wp-polls IMG,.wp-polls LABEL,.wp-polls INPUT,.wp-polls-loading IMG,.wp-polls-image IMG{display:inline;border:0;padding:0;margin:0}.wp-polls-ul{padding:0;margin:0 0 10px 10px}.wp-polls-ans{width:100%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}.wp-polls-loading{display:none;text-align:center;height:16px;line-height:16px}.wp-polls-image{border:0}.wp-polls .Buttons{border:1px solid #c8c8c8;background-color:#f3f6f8}.wp-polls-paging a,.wp-polls-paging a:link{padding:2px 4px 2px 4px;margin:2px;text-decoration:none;border:1px solid #06c;color:#06c;background-color:#FFF}.wp-polls-paging a:visited{padding:2px 4px 2px 4px;margin:2px;text-decoration:none;border:1px solid #06c;color:#06c;background-color:#FFF}.wp-polls-paging a:hover{border:1px solid #000;color:#000;background-color:#FFF}.wp-polls-paging a:active{padding:2px 4px 2px 4px;margin:2px;text-decoration:none;border:1px solid #06c;color:#06c;background-color:#FFF}.wp-polls-paging span.pages{padding:2px 4px 2px 4px;margin:2px 2px 2px 2px;color:#000;border:1px solid #000;background-color:#FFF}.wp-polls-paging span.current{padding:2px 4px 2px 4px;margin:2px;font-weight:700;border:1px solid #000;color:#000;background-color:#FFF}.wp-polls-paging span.extend{padding:2px 4px 2px 4px;margin:2px;border:1px solid #000;color:#000;background-color:#FFF}.give-item-label-gray{background-color:#929292}.give-item-label-orange{background-color:#ffba00}.give-item-label{border-radius:.25em;color:#fff;font-size:11px;line-height:1;padding:.2em .4em .3em;text-align:center;vertical-align:baseline;white-space:nowrap}.give-item-label:hover{color:#fff;text-decoration:none}[class*=hint--]{display:inline-block;position:relative}[class*=hint--]:after,[class*=hint--]:before{opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transition:.3s ease;transition-delay:0s;visibility:hidden;z-index:1000000}[class*=hint--]:hover:after,[class*=hint--]:hover:before{opacity:1;transition-delay:.1s;visibility:visible}[class*=hint--]:before{background:0 0;border:6px solid #fff0;content:"";position:absolute;z-index:1000001}[class*=hint--]:after{background:#383838;box-shadow:4px 4px 8px rgb(0 0 0 / .3);color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;line-height:12px;padding:8px 10px;text-shadow:0 -1px 0 #000;white-space:nowrap}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label=""]:after,[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{left:calc(50% - 6px);margin-bottom:-11px}.hint--top:after{transform:translateX(-50%)}.hint--top:hover:before{transform:translateY(-8px)}.hint--top:hover:after{transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{left:50%;top:100%}.hint--bottom:before{left:calc(50% - 6px);margin-top:-11px}.hint--bottom:after{transform:translateX(-50%)}.hint--bottom:hover:before{transform:translateY(8px)}.hint--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-bottom:-6px;margin-left:-11px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{bottom:50%;left:100%}.hint--right:hover:after,.hint--right:hover:before{transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-bottom:-6px;margin-right:-11px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{bottom:50%;right:100%}.hint--left:hover:after,.hint--left:hover:before{transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{left:calc(50% - 6px);margin-bottom:-11px}.hint--top-left:after{margin-left:12px;transform:translateX(-100%)}.hint--top-left:hover:before{transform:translateY(-8px)}.hint--top-left:hover:after{transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{left:calc(50% - 6px);margin-bottom:-11px}.hint--top-right:after{margin-left:-12px;transform:translateX(0)}.hint--top-right:hover:after,.hint--top-right:hover:before{transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{left:50%;top:100%}.hint--bottom-left:before{left:calc(50% - 6px);margin-top:-11px}.hint--bottom-left:after{margin-left:12px;transform:translateX(-100%)}.hint--bottom-left:hover:before{transform:translateY(8px)}.hint--bottom-left:hover:after{transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{left:50%;top:100%}.hint--bottom-right:before{left:calc(50% - 6px);margin-top:-11px}.hint--bottom-right:after{margin-left:-12px;transform:translateX(0)}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{line-height:1.4em;white-space:normal;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{transform:translateY(-8px)}.hint--always.hint--top:after{transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{transform:translateY(-8px)}.hint--always.hint--top-left:after{transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{transform:translateY(-8px)}.hint--always.hint--bottom:before{transform:translateY(8px)}.hint--always.hint--bottom:after{transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{transform:translateY(8px)}.hint--always.hint--bottom-left:after{transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{transition-duration:0s}.hint--bounce:after,.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}[id*=give-form].give-fl-form .give-fl-wrap{position:relative;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[id*=give-form].give-fl-form input.give-fl-input,[id*=give-form].give-fl-form select.give-fl-select,[id*=give-form].give-fl-form textarea.give-fl-textarea{background-color:inherit;border:1px solid #ccc;border-radius:0;box-sizing:border-box;font-size:16px;line-height:normal;margin-bottom:0;outline:0;transition:all .2s ease-in-out;width:100%}[id*=give-form].give-fl-form input.give-fl-input:-moz-placeholder,[id*=give-form].give-fl-form input.give-fl-input::-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-moz-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input:-ms-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-ms-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder{color:#757575}[id*=give-form].give-fl-form input.give-fl-input::-webkit-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-webkit-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-webkit-input-placeholder{color:#757575}[id*=give-form].give-fl-form select.give-fl-select{-webkit-appearance:none;-moz-appearance:none;color:#757575;cursor:pointer;position:relative}[id*=give-form].give-fl-form .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form .give-fl-is-active textarea.give-fl-textarea{background-color:inherit;border-color:#ccc;color:#333}[id*=give-form].give-fl-form .give-fl-has-focus input.give-fl-input,[id*=give-form].give-fl-form .give-fl-has-focus select.give-fl-select,[id*=give-form].give-fl-form .give-fl-has-focus textarea.give-fl-textarea{background-color:inherit;border-color:#ccc}[id*=give-form].give-fl-form label.give-fl-label{color:#757575;display:block;font-size:12px;font-weight:700;left:0;line-height:1;opacity:0;position:absolute;top:-12px;visibility:hidden;border-radius-top-left:0;transition:all .2s ease-in-out;z-index:1}[id*=give-form].give-fl-form .give-fl-is-active label.give-fl-label{opacity:1;visibility:visible}[id*=give-form].give-fl-form .give-fl-has-focus label.give-fl-label{color:#1976d2}[id*=give-form].give-fl-form .give-fl-is-required:before{color:#d32f2f;content:"*";display:block;font-size:16px;line-height:1.75;opacity:1;padding:6px 0 0;position:absolute;right:18px;top:1px;transition:all .2s ease-in-out;z-index:1}[id*=give-form].give-fl-form .give-fl-is-required.give-fl-is-active:before{opacity:0}[id*=give-form].give-fl-form.give-fl-style-1 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select{height:44px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active textarea.give-fl-textarea{padding:6px 12px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label{background-color:#fff0;left:10px;padding:12px 3px;top:1px}[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label:before{background-color:inherit;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:19px;z-index:-1}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label{padding:3px;top:-9px}[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label:before{top:9px}[id*=give-form].give-fl-form.give-fl-style-2 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 textarea.give-fl-textarea{padding:12px}[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select{height:56px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active textarea.give-fl-textarea{padding:18px 12px 6px}[id*=give-form].give-fl-form.give-fl-style-2 label.give-fl-label{left:10px;padding:6px 3px 3px;top:1px}[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form .give-fl-wrap-select:after{background:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 16%27><path fill=%27#757575%27%20d=%27M%204%200%20L%200%206.5%20L%208%206.5%20L%204%200%20z%20M%200%209.5%20L%204%2016%20L%204%2016%20L%208%209.5%20z%27/%3E%3C/svg%3E") no-repeat;background-position:100% 50%;background-size:7px 14px;content:"";display:block;height:calc(100% - 2px);position:absolute;right:6px;top:1px;width:15px;z-index:2}.mfp-bg{background:#0b0b0b;opacity:.8;overflow:hidden;z-index:1000001}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:1000002}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:1000004}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:1000003}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:#fff0;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:1000005}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset #fff0;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgb(0 0 0 / .6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgb(0 0 0 / .6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{color:#f3f3f3;line-height:18px;text-align:left;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgb(0 0 0 / .6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:give-icomoon;font-style:normal;font-weight:400;src:url(/wp-content/plugins/give/build/assets/dist/css/../../../fonts/icomoon.0723d0ea.eot);src:url(/wp-content/plugins/give/build/assets/dist/css/../../../fonts/icomoon.0723d0ea.eot) format("embedded-opentype"),url(/wp-content/plugins/give/build/assets/dist/css/../../../fonts/icomoon.2e5f78cb.woff) format("woff"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDQwOyIgZ2x5cGgtbmFtZT0iY2lyY2xlLXBsdXMiIGQ9Ik01MTIgODkxLjczM3E5NS42NjcgMCAxODIuNS0zNy4xNjd0MTQ5LjY2Ny0xMDAgMTAwLTE0OS42NjcgMzcuMTY3LTE4Mi41LTM3LjE2Ny0xODIuNS0xMDAtMTQ5LjY2Ny0xNDkuNjY3LTEwMC0xODIuNS0zNy4xNjctMTgyLjUgMzcuMTY3LTE0OS42NjcgMTAwLTEwMCAxNDkuNjY3LTM3LjE2NyAxODIuNSAzNy4xNjcgMTgyLjUgMTAwIDE0OS42NjcgMTQ5LjY2NyAxMDAgMTgyLjUgMzcuMTY3ek01MTIgODA2LjRxLTc4IDAtMTQ5LjE2Ny0zMC41dC0xMjIuNS04MS44MzMtODEuODMzLTEyMi41LTMwLjUtMTQ5LjE2NyAzMC41LTE0OS4xNjcgODEuODMzLTEyMi41IDEyMi41LTgxLjgzMyAxNDkuMTY3LTMwLjUgMTQ5LjE2NyAzMC41IDEyMi41IDgxLjgzMyA4MS44MzMgMTIyLjUgMzAuNSAxNDkuMTY3LTMwLjUgMTQ5LjE2Ny04MS44MzMgMTIyLjUtMTIyLjUgODEuODMzLTE0OS4xNjcgMzAuNXpNNTEyIDYzNS43MzNxMTcuNjY3IDAgMzAuMTY3LTEyLjV0MTIuNS0zMC4xNjd2LTEyOGgxMjhxMTcuNjY3IDAgMzAuMTY3LTEyLjV0MTIuNS0zMC4xNjctMTIuNS0zMC4xNjctMzAuMTY3LTEyLjVoLTEyOHYtMTI4cTAtMTcuNjY3LTEyLjUtMzAuMTY3dC0zMC4xNjctMTIuNS0zMC4xNjcgMTIuNS0xMi41IDMwLjE2N3YxMjhoLTEyOHEtMTcuNjY3IDAtMzAuMTY3IDEyLjV0LTEyLjUgMzAuMTY3IDEyLjUgMzAuMTY3IDMwLjE2NyAxMi41aDEyOHYxMjhxMCAxNy42NjcgMTIuNSAzMC4xNjd0MzAuMTY3IDEyLjV6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTA0MTsiIGdseXBoLW5hbWU9ImNpcmNsZS1taW51cyIgZD0iTTUxMiA4OTEuNzMzcTk1LjY2NyAwIDE4Mi41LTM3LjE2N3QxNDkuNjY3LTEwMCAxMDAtMTQ5LjY2NyAzNy4xNjctMTgyLjUtMzcuMTY3LTE4Mi41LTEwMC0xNDkuNjY3LTE0OS42NjctMTAwLTE4Mi41LTM3LjE2Ny0xODIuNSAzNy4xNjctMTQ5LjY2NyAxMDAtMTAwIDE0OS42NjctMzcuMTY3IDE4Mi41IDM3LjE2NyAxODIuNSAxMDAgMTQ5LjY2NyAxNDkuNjY3IDEwMCAxODIuNSAzNy4xNjd6TTUxMiA4MDYuNHEtNzggMC0xNDkuMTY3LTMwLjV0LTEyMi41LTgxLjgzMy04MS44MzMtMTIyLjUtMzAuNS0xNDkuMTY3IDMwLjUtMTQ5LjE2NyA4MS44MzMtMTIyLjUgMTIyLjUtODEuODMzIDE0OS4xNjctMzAuNSAxNDkuMTY3IDMwLjUgMTIyLjUgODEuODMzIDgxLjgzMyAxMjIuNSAzMC41IDE0OS4xNjctMzAuNSAxNDkuMTY3LTgxLjgzMyAxMjIuNS0xMjIuNSA4MS44MzMtMTQ5LjE2NyAzMC41ek0zNDEuMzMzIDQ2NS4wNjdoMzQxLjMzM3ExNy42NjcgMCAzMC4xNjctMTIuNXQxMi41LTMwLjE2Ny0xMi41LTMwLjE2Ny0zMC4xNjctMTIuNWgtMzQxLjMzM3EtMTcuNjY3IDAtMzAuMTY3IDEyLjV0LTEyLjUgMzAuMTY3IDEyLjUgMzAuMTY3IDMwLjE2NyAxMi41eiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU2MDA7IiBnbHlwaC1uYW1lPSJsb2NrZWQiIGQ9Ik0yMzQuNjY2IDY3OC4zOTl2LTE0OS4zMzRsLTY0IDAuMDAyYy00Ny4xNDYgMC04NS4zMzQtMzguMTg2LTg1LjMzNC04NS4zMzR2LTQyNi42NjZjMC00Ny4xNDYgMzguMTg2LTg1LjMzNCA4NS4zMzQtODUuMzM0aDY4Mi42NjZjNDcuMTQ2IDAgODUuMzM0IDM4LjE4NiA4NS4zMzQgODUuMzM0djQyNi42NjZjMCA0Ny4xNDYtMzguMTg2IDg1LjMzNC04NS4zMzQgODUuMzM0aC02NHYxNDkuMzM0YzAgMTUzLjE3NC0xMjQuMTYgMjc3LjMzNC0yNzcuMzM0IDI3Ny4zMzQtMTUzLjE3Mi0wLjAwMi0yNzcuMzMyLTEyNC4xNjItMjc3LjMzMi0yNzcuMzM2ek0zNDEuMzM0IDUyOS4wNjd2MTQ5LjMzNGMwIDk0LjI5NCA3Ni4zNzQgMTcwLjY2NiAxNzAuNjY2IDE3MC42NjZzMTcwLjY2Ni03Ni4zNzQgMTcwLjY2Ni0xNzAuNjY2di0xNDkuMzM0aC0zNDEuMzMyek00MjYuNjY2IDI5NC4zOTljMCA0Ny4xNDYgMzguMTg2IDg1LjMzNCA4NS4zMzQgODUuMzM0czg1LjMzNC0zOC4xODYgODUuMzM0LTg1LjMzNGMwLTMwLjA4MC0xNS41NzQtNTYuNTM0LTM5LjA0MC03MS42OCAwIDAgOC4zNDItNTAuMzQ2IDE3LjcwNi0xMDkuNjU0IDAtMTcuNzA2LTE0LjI5NC0zMi0zMi0zMmgtNjRjLTE3LjcwNiAwLTMyIDE0LjI5NC0zMiAzMmwxNy43MDYgMTA5LjY1NGMtMjMuNDY2IDE1LjE0OC0zOS4wNDAgNDEuNi0zOS4wNDAgNzEuNjh6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTYwMTsiIGdseXBoLW5hbWU9ImluZm8iIGQ9Ik00NDggNjUxLjczM2MwIDI2LjQgMjEuNiA0OCA0OCA0OGgzMmMyNi40IDAgNDgtMjEuNiA0OC00OHYtMzJjMC0yNi40LTIxLjYtNDgtNDgtNDhoLTMyYy0yNi40IDAtNDggMjEuNi00OCA0OHYzMnpNNjQwIDE4Ny43MzNoLTI1NnY2NGg2NHYxOTJoLTY0djY0aDE5MnYtMjU2aDY0ek01MTIgOTU1LjczM2MtMjgyLjc3IDAtNTEyLTIyOS4yMy01MTItNTEyczIyOS4yMy01MTIgNTEyLTUxMiA1MTIgMjI5LjIzIDUxMiA1MTItMjI5LjIzIDUxMi01MTIgNTEyek01MTIgMjcuNzMzYy0yMjkuNzUgMC00MTYgMTg2LjI1LTQxNiA0MTZzMTg2LjI1IDQxNiA0MTYgNDE2IDQxNi0xODYuMjUgNDE2LTQxNi0xODYuMjUtNDE2LTQxNi00MTZ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTYwMjsiIGdseXBoLW5hbWU9InF1ZXN0aW9uIiBkPSJNNTEyLTY4LjI2N2MtMjgyLjc1IDAtNTEyIDIyOS4yMTgtNTEyIDUxMiAwIDI4Mi43NSAyMjkuMjUgNTEyIDUxMiA1MTJzNTEyLTIyOS4yNSA1MTItNTEyYzAtMjgyLjc4Mi0yMjkuMjUtNTEyLTUxMi01MTJ6TTUxMiA4MjcuNzMzYy0yMTIuMDYyIDAtMzg0LTE3MS45MzgtMzg0LTM4NHMxNzEuOTM4LTM4NCAzODQtMzg0IDM4NCAxNzEuOTM4IDM4NCAzODQtMTcxLjkzOCAzODQtMzg0IDM4NHpNNTEyIDY5OS43MzNjLTEwNi4wNjIgMC0xOTItODUuOTY4LTE5Mi0xOTJoMTI4YzAgMzUuMzQ0IDI4LjYyNCA2NCA2NCA2NHM2NC0yOC42NTYgNjQtNjQtMjguNjI0LTY0LTY0LTY0Yy0yLjQ1IDAtMTAuMjE2IDAtMzIgMC0xNy42ODggMC0zMi0xNC4zNDQtMzItMzJ2LTk2aDEyOHYxMS43NWM3NC4zNzYgMjYuNDM4IDEyOCA5Ni43ODIgMTI4IDE4MC4yNSAwIDEwNi4wMzItODUuOTM4IDE5Mi0xOTIgMTkyek01MTIgMjUxLjczM2gtNjR2LTY0aDEyOHY2NHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlNjAzOyIgZ2x5cGgtbmFtZT0ibGFtcCIgZD0iTTM0MS4zMzQgMTY2LjM5OXYtNjQuMjE0YzAtMjkuODY2IDEyLjM3NC01Ni45ODIgMzIuMjE0LTc2LjM3NGw2Mi43Mi02Mi43MmM0MS44MTQtNDEuODE0IDEwOS42NTQtNDEuODE0IDE1MS40NjYgMGw2Mi43MiA2Mi43MmMxOS44NCAxOS4zOTIgMzIuMjE0IDQ2LjUwNiAzMi4yMTQgNzYuMzc0bC0wLjAwMiA0Mi44ODJoLTE4OS44NjZjLTI0Ljc0NiAwLTQ0LjggMTkuMi00NC44IDQyLjY2NnMyMC4wMzIgNDIuNjY2IDQ0LjggNDIuNjY2aDE5NS40MTRjMjkuMjI2IDE2NC40OCAxNjUuMTIgMjMyLjc0OCAxNjUuMTIgMzkzLjE3NCAwIDE4My40NDYtMTUyLjc0OCAzMzIuMTYtMzQxLjMzNCAzMzIuMTZzLTM0MS4zMzQtMTQ4LjcxNC0zNDEuMzM0LTMzMi4xNmMwLTE4MS4xNDIgMTcwLjY2OC0yNDUuMTQyIDE3MC42NjgtNDU3LjE3NHpNNTY4LjUzNCA3NjMuNzMzYy0yMC4wNTQgMy42MjYtMzUuMiAyMS4xMi0zNS4yIDQyLjAyNiAwIDIzLjQ0NiAxOS4yIDQzLjMwOCA0Mi42NjYgNDMuMzA4IDMzLjkyIDAgNzUuMDk0LTI0LjEwNiAxMDkuNjU0LTU4LjI0IDM1LjItMzQuOTg4IDYxLjAxMi04MS43MjggNjEuMDEyLTExMi40MjggMC0yMy40NjYtMTkuMi00Mi42NjYtNDIuNjY2LTQyLjY2Ni0yMC45MDYgMC0zOC40IDE1LjE0Ni00Mi4wNDggMzUuMi0xMC42NjYgNDIuODgtNDcuMzE4IDgyLjEzNC05My40MTggOTIuOHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlNjA0OyIgZ2x5cGgtbmFtZT0iaGVhcnQiIGQ9Ik01MTIgNzU5LjQwM2MtMjEuMzM0IDgyLjk4Ni0xMjkuNzA2IDEzMi4yNjYtMjEzLjMzNCAxMzIuMjY2LTE2NC45MDYgMC0yOTguNjY2LTEyOC0yOTguNjY2LTI5OC42NjYgMC0zMjAgMzA0LjIxNC00MDUuMzM0IDQ2OS4zMzQtNTk3LjMzNCAxLjQ3Mi0yLjEzNCAzLjItMy44NjIgNS4xMi01Ljc2IDIwLjg4Ni0yMC43MTQgNTQuNjE0LTIwLjcxNCA3NS40OTggMCAxLjk0MiAxLjg5OCAzLjIgMy42MjYgNC43MTQgNS43NiAxNjUuMzM0IDE5Mi40MjYgNDY5LjMzNCAyNzYuMDMyIDQ2OS4zMzQgNTk3LjMzNCAwIDE3MC42NjYtMTMzLjc2IDI5OC42NjYtMjk4LjY2NiAyOTguNjY2LTgzLjYyOCAwLTE5Mi00OS4yOC0yMTMuMzM0LTEzMi4yNjZ6TTczOS4yIDY5OS42NjljLTIwLjA1NCAzLjYyNi0zNS4yIDIxLjEyLTM1LjIgNDIuMDI2IDAgMjMuNDY2IDE5LjIgNDMuMzA2IDQyLjY2NiA0My4zMDYgMzMuOTIgMCA3NS4wOTQtMjQuMTA2IDEwOS42NTQtNTguMjQgMzUuMi0zNC45ODYgNjEuMDE0LTgxLjcwNiA2MS4wMTQtMTEyLjQyNiAwLTIzLjQ2Ni0xOS4yLTQyLjY2Ni00Mi42NjYtNDIuNjY2LTIwLjkwNiAwLTM4LjQgMTUuMTQ2LTQyLjA0OCAzNS4yLTEwLjY2OCA0Mi44OC00Ny4zMTggODIuMTM0LTkzLjQyIDkyLjh6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTYwNTsiIGdseXBoLW5hbWU9InNwaW5uZXIiIGQ9Ik01MTIgNjUyLjYzN2MtMzIuOTY0IDAtNTkuNjg2IDI2LjcyNC01OS42ODYgNTkuNjg2djE3OS4wNjBjMCAzMi45NjQgMjYuNzIyIDU5LjY4NiA1OS42ODYgNTkuNjg2IDMyLjk2MiAwIDU5LjY4OC0yNi43MjIgNTkuNjg4LTU5LjY4NnYtMTc5LjA2MGMwLTMyLjk2NC0yNi43MjYtNTkuNjg2LTU5LjY4OC01OS42ODZ6TTUxMi00MS4yMjNjLTIwLjYwMiAwLTM3LjMwNCAxNi43MDItMzcuMzA0IDM3LjMwNHYxNzkuMDYwYzAgMjAuNjAyIDE2LjcwMiAzNy4zMDQgMzcuMzA0IDM3LjMwNCAyMC42MDQgMCAzNy4zMDQtMTYuNzA0IDM3LjMwNC0zNy4zMDR2LTE3OS4wNjBjMC0yMC42MDItMTYuNy0zNy4zMDQtMzcuMzA0LTM3LjMwNHpNMzc3Ljc1NiA2MjAuMzczYy0xOS4zNCAwLTM4LjE0NiAxMC4wMzQtNDguNTEyIDI3Ljk4OGwtODkuNTMgMTU1LjA3MGMtMTUuNDUyIDI2Ljc2NC02LjI4MiA2MC45ODYgMjAuNDgyIDc2LjQzOCAyNi43NjIgMTUuNDUgNjAuOTg2IDYuMjg0IDc2LjQzOC0yMC40ODJsODkuNTMtMTU1LjA3MmMxNS40NTItMjYuNzY0IDYuMjgyLTYwLjk4Ni0yMC40ODItNzYuNDM4LTguODEtNS4wODQtMTguNDMyLTcuNTA0LTI3LjkyNi03LjUwNHpNNzM1Ljg1NiAyMi40NzdjLTExLjYwMiAwLTIyLjg4NiA2LjAyMi0yOS4xMDggMTYuNzkybC04OS41MyAxNTUuMDcwYy05LjI3IDE2LjA1Ni0zLjc3IDM2LjU5MiAxMi4yOSA0NS44NjQgMTYuMDU2IDkuMjY0IDM2LjU5IDMuNzcgNDUuODY0LTEyLjI5Mmw4OS41MzItMTU1LjA2OGM5LjI3LTE2LjA1OCAzLjc2OC0zNi41OTItMTIuMjkyLTQ1Ljg2NC01LjI4Ni0zLjA0OC0xMS4wNjAtNC41MDItMTYuNzU2LTQuNTAyek0yNzkuMzQ0IDUyNS43OTNjLTguODYgMC0xNy44MzggMi4yNTYtMjYuMDY0IDcuMDA2bC0xNTUuMDcyIDg5LjUzYy0yNC45NzggMTQuNDIyLTMzLjUzOCA0Ni4zNjItMTkuMTE2IDcxLjM0MiAxNC40MiAyNC45NzggNDYuMzY0IDMzLjUzOCA3MS4zNDIgMTkuMTE2bDE1NS4wNzAtODkuNTNjMjQuOTgtMTQuNDIyIDMzLjUzOC00Ni4zNjIgMTkuMTE2LTcxLjM0LTkuNjY4LTE2Ljc1Ni0yNy4yMjYtMjYuMTI0LTQ1LjI3Ni0yNi4xMjR6TTg5OS42NDggMTkwLjA1OWMtNS4wNjQgMC0xMC4xOTYgMS4yOS0xNC44OTQgNC4wMDRsLTE1NS4wNjggODkuNTNjLTE0LjI3NCA4LjI0LTE5LjE2NCAyNi40OTQtMTAuOTI0IDQwLjc2OCA4LjI0MiAxNC4yNzYgMjYuNDk2IDE5LjE2NiA0MC43NjYgMTAuOTI0bDE1NS4wNzAtODkuNTMyYzE0LjI3NC04LjI0IDE5LjE2NC0yNi40OTIgMTAuOTI0LTQwLjc2Ni01LjUzLTkuNTc0LTE1LjU2Mi0xNC45MjgtMjUuODc0LTE0LjkyOHpNMjQzLjQxIDM5NS4yMzdoLTE3OS4wNjBjLTI2Ljc4NCAwLTQ4LjQ5NiAyMS43MTItNDguNDk2IDQ4LjQ5NnMyMS43MTIgNDguNDk2IDQ4LjQ5NiA0OC40OTZoMTc5LjA2MGMyNi43ODQgMCA0OC40OTYtMjEuNzEyIDQ4LjQ5Ni00OC40OTZzLTIxLjcxMi00OC40OTYtNDguNDk2LTQ4LjQ5NnpNOTU5LjY1IDQxMy44ODljLTAuMDAyIDAgMCAwIDAgMGgtMTc5LjA2MGMtMTYuNDgyIDAuMDAyLTI5Ljg0NCAxMy4zNjQtMjkuODQ0IDI5Ljg0NHMxMy4zNjQgMjkuODQ0IDI5Ljg0NCAyOS44NDRjMC4wMDIgMCAwIDAgMCAwaDE3OS4wNjBjMTYuNDgyIDAgMjkuODQ0LTEzLjM2MiAyOS44NDQtMjkuODQ0IDAtMTYuNDgtMTMuMzY0LTI5Ljg0NC0yOS44NDQtMjkuODQ0ek0xMjQuMzY2IDE3NS4xMzVjLTE1LjQ3MiAwLTMwLjUxOCA4LjAyOC0zOC44MSAyMi4zOS0xMi4zNjIgMjEuNDEtNS4wMjYgNDguNzkgMTYuMzg0IDYxLjE0OGwxNTUuMDcyIDg5LjUzMmMyMS40MSAxMi4zNjggNDguNzkgNS4wMjggNjEuMTUtMTYuMzg0IDEyLjM2Mi0yMS40MTIgNS4wMjYtNDguNzktMTYuMzg0LTYxLjE1bC0xNTUuMDcyLTg5LjUzYy03LjA1MC00LjA3MC0xNC43NDgtNi4wMDYtMjIuMzQtNi4wMDZ6TTc0NC42MzIgNTQ4LjE4MWMtMTAuMzE0IDAtMjAuMzQ2IDUuMzUyLTI1Ljg3NCAxNC45MjYtOC4yNCAxNC4yNzQtMy4zNSAzMi41MjYgMTAuOTI0IDQwLjc2OGwxNTUuMDcwIDg5LjUyOGMxNC4yNzIgOC4yMzYgMzIuNTI2IDMuMzUyIDQwLjc2OC0xMC45MjIgOC4yNC0xNC4yNzQgMy4zNS0zMi41MjYtMTAuOTI0LTQwLjc2OGwtMTU1LjA3MC04OS41MjhjLTQuNy0yLjcxNC05LjgzLTQuMDA0LTE0Ljg5NC00LjAwNHpNMjg4LjEzNiAxNS4wMTdjLTYuOTYyIDAtMTQuMDE2IDEuNzc0LTIwLjQ4IDUuNTA0LTE5LjYyNiAxMS4zMzItMjYuMzUgMzYuNDI4LTE1LjAyMCA1Ni4wNTRsODkuNTMgMTU1LjA3MGMxMS4zMyAxOS42MjggMzYuNDI2IDI2LjM1MiA1Ni4wNTQgMTUuMDIyIDE5LjYyNi0xMS4zMzIgMjYuMzUtMzYuNDMgMTUuMDIwLTU2LjA1NGwtODkuNTMtMTU1LjA3MmMtNy41OTgtMTMuMTY2LTIxLjM5Mi0yMC41MjQtMzUuNTc0LTIwLjUyNHpNNjQ2LjI2NiA2NDYuNDkxYy01LjA2MiAwLTEwLjE5NiAxLjI5LTE0Ljg5NCA0LjAwMi0xNC4yNzQgOC4yNDItMTkuMTY0IDI2LjQ5NC0xMC45MjQgNDAuNzY2bDg5LjUzNCAxNTUuMDcwYzguMjQgMTQuMjc0IDI2LjQ5MiAxOS4xNjYgNDAuNzY2IDEwLjkyMiAxNC4yNzQtOC4yNDIgMTkuMTY0LTI2LjQ5NCAxMC45MjQtNDAuNzY2bC04OS41MzItMTU1LjA3MGMtNS41My05LjU3LTE1LjU2LTE0LjkyNC0yNS44NzQtMTQuOTI0eiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU2MDY7IiBnbHlwaC1uYW1lPSJoZWxwIiBkPSJNNTA1Ljc1NCA5MjcuNTIyYy0yNjAuMTQ3LTMuNDgyLTQ2OC4yMjQtMjE3LjE5LTQ2NC43NDItNDc3LjMzOCAzLjQ4Mi0yNTkuOTk0IDIxNy4xOS00NjguMTIyIDQ3Ny4zMzgtNDY0LjY0IDI2MC4wNDUgMy40ODIgNDY4LjE3MyAyMTcuMTkgNDY0LjY0IDQ3Ny4zMzgtMy40MyAyNjAuMDQ1LTIxNy4xMzkgNDY4LjEyMi00NzcuMjM1IDQ2NC42NHpNNTA0LjM3MSAxNjkuODEzaC0yLjYxMWMtNDAuMDM4IDEuMTc4LTY4LjMwMSAzMC43Mi02Ny4xNzQgNzAuMTk1IDEuMTI2IDM4Ljc1OCAzMC4wNTQgNjYuOTcgNjguODEzIDY2Ljk3bDIuMzU1LTAuMDUxYzQxLjE2NS0xLjIyOSA2OS4xMi0zMC40NjQgNjcuODkxLTcxLjA2Ni0xLjEyNi0zOC44NjEtMjkuNjQ1LTY2LjA0OC02OS4yNzQtNjYuMDQ4ek02NzIuODcgNTA0LjI1MWMtOS40NzItMTMuMzYzLTMwLjE1Ny0zMC4wMDMtNTYuMjY5LTUwLjMzbC0yOC43NzQtMTkuODY2Yy0xNS43Ny0xMi4yODgtMjUuMjkzLTIzLjgwOC0yOC44MjYtMzUuMTIzLTIuODY3LTkuMDExLTQuMTk4LTExLjMxNS00LjQ1NC0yOS40OTFsLTAuMDUxLTQuNjU5aC0xMDkuNzIybDAuMzA3IDkuMzE4YzEuMzMxIDM4LjE5NSAyLjMwNCA2MC42MjEgMTguMTI1IDc5LjIwNiAyNC44MzIgMjkuMTMzIDc5LjYxNiA2NC40MSA4MS45MiA2NS44OTQgNy44MzQgNS45MzkgMTQuNDM4IDEyLjY0NiAxOS40MDUgMTkuODE0IDExLjUyIDE1Ljg3MiAxNi41ODkgMjguNDE2IDE2LjU4OSA0MC42NTMgMCAxNy4wNTAtNS4wNjkgMzIuODE5LTE1LjA1MyA0Ni44NDgtOS42MjYgMTMuNTY4LTI3LjkwNCAyMC40MjktNTQuMzIzIDIwLjQyOS0yNi4yMTQgMC00NC4xMzQtOC4zNDYtNTQuODg2LTI1LjM5NS0xMS4xMS0xNy41NjItMTYuNjQtMzUuOTQyLTE2LjY0LTU0Ljc4NHYtNC43MWgtMTEzLjE1MmwwLjIwNSA0LjkxNWMyLjkxOCA2OS4zMjUgMjcuNjQ4IDExOS4xOTQgNzMuNTIzIDE0OC4zMjYgMjguNzc0IDE4LjU4NiA2NC42MTQgMjcuOTU1IDEwNi4zOTQgMjcuOTU1IDU0LjczMyAwIDEwMS4wMTgtMTMuMzEyIDEzNy4zNy0zOS41MjYgMzYuODY0LTI2LjU3MyA1NS41NTItNjYuNDA2IDU1LjU1Mi0xMTguMzIzIDAtMjkuMDgyLTkuMTY1LTU2LjM3MS0yNy4yMzgtODEuMTUyeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU2MDc7IiBnbHlwaC1uYW1lPSJzcGlubmVyMiIgZD0iTTUxMiA5NTUuNzMzYy02Ni44NjItMS4yNzgtMTMzLjUxNi0xNS43ODQtMTk0LjQ2Mi00Mi41NzYtNjEtMjYuNzA0LTExNi4yNTgtNjUuNDYyLTE2MS45Mi0xMTMuMDQyLTQ1LjY5Ni00Ny41NTItODEuODItMTAzLjk0NC0xMDUuNjUyLTE2NC45ODQtMjMuOTI0LTYxLjAwNC0zNS4zNTItMTI2LjU5Ni0zMy45NjYtMTkxLjM5OCAxLjI4Mi02NC44MSAxNS4zNzQtMTI5LjMzMiA0MS4zNTYtMTg4LjMzNCAyNS44OTYtNTkuMDQ4IDYzLjQ3LTExMi41NDIgMTA5LjU3Ni0xNTYuNzM0IDQ2LjA4Mi00NC4yMjQgMTAwLjcwOC03OS4xNiAxNTkuNzk4LTEwMi4xODYgNTkuMDYyLTIzLjExNCAxMjIuNTItMzQuMTI4IDE4NS4yNy0zMi43NDYgNjIuNzYgMS4yODYgMTI1LjE0OCAxNC45NjQgMTgyLjIwNiA0MC4xMzQgNTcuMSAyNS4wODggMTA4LjgyOCA2MS40NzYgMTUxLjU0OCAxMDYuMTEgNDIuNzU0IDQ0LjYxIDc2LjUwNCA5Ny40NzIgOTguNzIgMTU0LjYxNCAyMi4zMDQgNTcuMTE4IDMyLjkwMiAxMTguNDQ2IDMxLjUyNiAxNzkuMTQyLTEuMjkgNjAuNzA4LTE0LjU1NCAxMjAuOTYyLTM4LjkxNCAxNzYuMDc2LTI0LjI4MiA1NS4xNS01OS40OCAxMDUuMTE2LTEwMi42NDQgMTQ2LjM2Ni00My4xNCA0MS4yODItOTQuMjM2IDczLjg0NC0xNDkuNDMgOTUuMjU0LTMzLjQ1OCAxMy4wMzQtNjguNCAyMS44OC0xMDMuNzk4IDI2LjU0MiAwLjA3MiAxLjI0NiAwLjEyIDIuNDk4IDAuMTIgMy43NjIgMCAzNS4zNDYtMjguNjUyIDY0LTY0IDY0LTEuNzk2IDAtMy41NzItMC4wOTQtNS4zMzItMC4yMzh2MC4yMzh6TTY4MS45NDggODU0LjAzOWM1My4yMDItMjMuNDcyIDEwMS40LTU3LjQ4NCAxNDEuMTgtOTkuMTc4IDM5LjgxLTQxLjY3IDcxLjE4Ni05MSA5MS43OS0xNDQuMjQ0IDIwLjY3OC01My4yMjggMzAuNDUyLTExMC4yOSAyOS4wODItMTY2Ljg4NC0xLjI5OC01Ni42MDQtMTMuNzM2LTExMi41OTYtMzYuNDc0LTE2My44Mi0yMi42NjYtNTEuMjUtNTUuNDktOTcuNjg0LTk1LjcxMi0xMzUuOTk0LTQwLjE5OC0zOC4zMzgtODcuNzY0LTY4LjUyOC0xMzkuMDU4LTg4LjMyMi01MS4yODQtMTkuODctMTA2LjIxNC0yOS4yMjgtMTYwLjc1Ni0yNy44NjQtNTQuNTUyIDEuMzAyLTEwOC40MTIgMTMuMzI4LTE1Ny42OSAzNS4yNTQtNDkuMyAyMS44NTgtOTMuOTcgNTMuNDk4LTEzMC44MSA5Mi4yNDYtMzYuODY4IDM4LjczLTY1Ljg3IDg0LjUzLTg0Ljg1NiAxMzMuODc0LTE5LjA2MCA0OS4zMzgtMjguMDA2IDEwMi4xMzYtMjYuNjQ0IDE1NC42MjYgMS4zMDYgNTIuNSAxMi45MTggMTA0LjIyOCAzNC4wMzQgMTUxLjU2MiAyMS4wNTAgNDcuMzUyIDUxLjUwMiA5MC4yNTYgODguNzgyIDEyNS42MjQgMzcuMjU4IDM1LjM5NiA4MS4yOTQgNjMuMjEgMTI4LjY4OCA4MS4zOSA0Ny4zOTIgMTguMjQ4IDk4LjA1OCAyNi43ODIgMTQ4LjQ5NiAyNS40MjR2MC4yMzhjMS43Ni0wLjE0NCAzLjUzNi0wLjIzOCA1LjMzMi0wLjIzOCAzMy4wMTIgMCA2MC4xNzQgMjQuOTkyIDYzLjYyNCA1Ny4wODYgMzQuODIyLTYuMjI0IDY4LjgxOC0xNi41MyAxMDAuOTkyLTMwLjc4eiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU4MDA7IiBnbHlwaC1uYW1lPSJnaXZlLWljb24tZnVsbC1jaXJjbGUtd2hpdGUiIGhvcml6LWFkdi14PSIxMDIzIiBkPSJNOTM5Ljk2OSA0MTguMzI4Yy0xMi4zNzctNjIuNTM0LTc4LjgxOS0zMTMuOTc1LTM0MS45ODUtMzEzLjk3NS0zMTMuOTc1IDAtNDU3LjI4MiAzNDAuMDMxLTQ1Ny4yODIgMzQwLjAzMSAxMDQuODc1IDYzLjgzNyAyODIuNzA3IDMzOC43MjggNDUwLjc2OCAzMzguNzI4czIyNy4zMzgtMjA3Ljc5NiAyMjcuMzM4LTIwNy43OTZsLTE0LjMzMS0yMi43OTljMCAwLTU1LjM2OSA2OS43LTE4Mi4zOTIgNjkuN3MtMjE0LjMxLTE1My4wNzktMjY3LjcyNS0yMDAuNjMxYzAgMCAxMzMuNTM3LTIwOS4wOTkgMzA1LjUwNi0yMDkuMDk5IDkyLjQ5OSAwIDE5Mi4xNjMgODAuMTIyIDI0OC4xODMgMjAwLjYzMS05Ny43MS0xMy42NzktMjI2LjAzNi0yNi4wNTYtMzE2LjU4LTE0LjMzMSAwIDAtNC41NiAzLjkwOC02LjUxNCA4LjQ2OC0yLjYwNiA1Ljg2My0zLjI1NyAxMS43MjUtMy4yNTcgMTEuNzI1IDE3OS43ODYgMCAzMzQuMTY4IDQyLjM0MSA0MzkuMDQzIDgxLjQyNS0yOC42NjIgMjU2LjY1MS0yNDUuNTc4IDQ1NS4zMjgtNTA4Ljc0MyA0NTUuMzI4LTI4Mi43MDcgMC01MTItMjI5LjI5My01MTItNTEyczIyOS4yOTMtNTEyIDUxMi01MTJjMjc4Ljc5OSAwIDUwNS40ODYgMjIyLjc3OSA1MTIgNTAwLjI3NS0xOS41NDItMy4yNTctNDguODU1LTguNDY4LTg0LjAzMS0xMy42Nzl6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZThkZjsiIGdseXBoLW5hbWU9IndhbGxldCIgZD0iTTgxOS4yIDY2NS42aC02NDB2MjUuNmw1NjMuMiA0NS4wNTZ2LTQ1LjA1Nmg3Ni44djc2LjhjMCA1Ni4zMi00NS42MTkgOTUuODQ2LTEwMS4zMjUgODcuOTFsLTUxNC4wOTktNzMuNDIxYy01NS43NTctNy45ODctMTAxLjM3Ni02MC41Ny0xMDEuMzc2LTExNi44OXYtNTEyYzAtNTYuNTI1IDQ1LjgyNC0xMDIuNCAxMDIuNC0xMDIuNGg2MTQuNGM1Ni41MjUgMCAxMDIuNCA0NS44NzUgMTAyLjQgMTAyLjR2NDA5LjZjMCA1Ni41MjUtNDUuODc1IDEwMi40LTEwMi40IDEwMi40ek03NDIuNCAzMDYuODkzYy00Mi4zOTQgMC03Ni44IDM0LjQwNi03Ni44IDc2LjhzMzQuNDA2IDc2LjggNzYuOCA3Ni44IDc2LjgtMzQuNDA2IDc2LjgtNzYuOC0zNC40MDYtNzYuOC03Ni44LTc2Ljh6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMDsiIGdseXBoLW5hbWU9ImNoZWNrLXNxdWFyZS1vIiBob3Jpei1hZHYteD0iOTUwIiBkPSJNODA0LjU3MSA0MTkuNDI4di0xODEuNzE0cTAtNjgtNDguMjg2LTExNi4yODZ0LTExNi4yODYtNDguMjg2aC00NzUuNDI5cS02OCAwLTExNi4yODYgNDguMjg2dC00OC4yODYgMTE2LjI4NnY0NzUuNDI5cTAgNjggNDguMjg2IDExNi4yODZ0MTE2LjI4NiA0OC4yODZoNDc1LjQyOXEzNiAwIDY2Ljg1Ny0xNC4yODYgOC41NzEtNCAxMC4yODYtMTMuMTQzIDEuNzE0LTkuNzE0LTUuMTQzLTE2LjU3MWwtMjgtMjhxLTUuNzE0LTUuNzE0LTEzLjE0My01LjcxNC0xLjcxNCAwLTUuMTQzIDEuMTQzLTEzLjE0MyAzLjQyOS0yNS43MTQgMy40MjloLTQ3NS40MjlxLTM3LjcxNCAwLTY0LjU3MS0yNi44NTd0LTI2Ljg1Ny02NC41NzF2LTQ3NS40MjlxMC0zNy43MTQgMjYuODU3LTY0LjU3MXQ2NC41NzEtMjYuODU3aDQ3NS40MjlxMzcuNzE0IDAgNjQuNTcxIDI2Ljg1N3QyNi44NTcgNjQuNTcxdjE0NS4xNDNxMCA3LjQyOSA1LjE0MyAxMi41NzFsMzYuNTcxIDM2LjU3MXE1LjcxNCA1LjcxNCAxMy4xNDMgNS43MTQgMy40MjkgMCA2Ljg1Ny0xLjcxNCAxMS40MjktNC41NzEgMTEuNDI5LTE2LjU3MXpNOTM2LjU3MSA2OTguODU3bC00NjUuMTQzLTQ2NS4xNDNxLTEzLjcxNC0xMy43MTQtMzIuNTcxLTEzLjcxNHQtMzIuNTcxIDEzLjcxNGwtMjQ1LjcxNCAyNDUuNzE0cS0xMy43MTQgMTMuNzE0LTEzLjcxNCAzMi41NzF0MTMuNzE0IDMyLjU3MWw2Mi44NTcgNjIuODU3cTEzLjcxNCAxMy43MTQgMzIuNTcxIDEzLjcxNHQzMi41NzEtMTMuNzE0bDE1MC4yODYtMTUwLjI4NiAzNjkuNzE0IDM2OS43MTRxMTMuNzE0IDEzLjcxNCAzMi41NzEgMTMuNzE0dDMyLjU3MS0xMy43MTRsNjIuODU3LTYyLjg1N3ExMy43MTQtMTMuNzE0IDEzLjcxNC0zMi41NzF0LTEzLjcxNC0zMi41NzF6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMTsiIGdseXBoLW5hbWU9IjEtNjYiIGQ9Ik01OTAuMjQgMzg0Ljc3M2wtNzQuNDk2LTY4LjMwNGMtMi4zMi0yLjA5Ni00LjczNi00LjI4OC03LjIxNi02LjU3Ni05LjU2OC01Mi44MzItNTUuOTA0LTkzLjAwOC0xMTEuNDQtOTMuMDA4LTYyLjQzMiAwLTExMy4yNDggNTAuOC0xMTMuMjQ4IDExMy4yNDggMCA1Ny41NTIgNDMuMTUyIDEwNS4xODQgOTguNzY4IDExMi4zMDQgMS4wNzIgMS4yIDIuMTI4IDIuMzUyIDMuMTUyIDMuNTA0bDI5LjU4NCAzMy4yIDAuNjg4LTAuMjI0YzEzLjA0MCAxNC4yMjQgMjguMDMyIDMwLjU3NiAzOS42MzIgNDMuMjMyLTE4LjUyOCA1LjY0OC0zOC4yMDggOC43MDQtNTguNTYgOC43MDQtMTEwLjY4OCAwLTIwMC43Mi05MC4wMzItMjAwLjcyLTIwMC43MnM5MC4wMzItMjAwLjcyIDIwMC43Mi0yMDAuNzJjMTEwLjY4OCAwIDIwMC43MiA5MC4wMzIgMjAwLjcyIDIwMC43Mi0wLjAxNiAxOC45NDQtMi42NTYgMzcuMjY0LTcuNTg0IDU0LjY0ek03MzYuOTQ0IDUxOS4xNzNjLTIyLjQxNi0yMC40LTQ0Ljc2OC00MC44OC02Ni44NDgtNjEuMTUyIDE4LjI3Mi0zOC44NDggMjguNDgtODIuMjA4IDI4LjQ4LTEyNy44ODggMC0xNjYuMjQtMTM1LjI0OC0zMDEuNDg4LTMwMS40ODgtMzAxLjQ4OHMtMzAxLjQ4OCAxMzUuMjY0LTMwMS40ODggMzAxLjQ4OCAxMzUuMjQ4IDMwMS40ODggMzAxLjQ4OCAzMDEuNDg4YzQ3LjA3MiAwIDkxLjY2NC0xMC44NDggMTMxLjM5Mi0zMC4xNiAyMC4xOTIgMjIuMDMyIDQwLjYyNCA0NC4zMiA2MC45NDQgNjYuNjU2LTU2Ljc1MiAzMi40MzItMTIyLjQxNiA1MC45NzYtMTkyLjMzNiA1MC45NzYtMjE0LjQ2NCAwLTM4OC45Ni0xNzQuNDk2LTM4OC45Ni0zODguOTZzMTc0LjQ5Ni0zODguOTYgMzg4Ljk2LTM4OC45NiAzODguOTYgMTc0LjQ5NiAzODguOTYgMzg4Ljk2YzAuMDE2IDY4LjU3Ni0xNy44MjQgMTMzLjA1Ni00OS4xMDQgMTg5LjA0MHpNMTAxMy42OTYgNzYyLjA1M2MtMS43MTIgNC40OTYtNC4xMjggOC4zMi03LjE4NCAxMS4zNzYtOC4yMDggOC4yMDgtMTkuMDA4IDkuMzQ0LTI5LjQ0IDkuMzQ0LTE1LjEyIDAtMzAuMjI0IDAuMDk2LTQ1LjM0NCAwLjIwOC0yMy4zNiAwLjE2LTQ3LjUyIDAuMzItNzEuMzEyIDAuMDgwLTEuNi0wLjAxNi0yLjY0IDAuMDgwLTMuMjY0IDAuMTc2bC0xLjI4IDMuMDU2LTMuMDU2IDEuMjhjLTAuMDk2IDAuNjQtMC4xOTIgMS42NjQtMC4xNzYgMy4yNjQgMC4yNCAyMy43OTIgMC4wNjQgNDcuOTUyLTAuMDgwIDcxLjMyOC0wLjA5NiAxNS4xMDQtMC4yMDggMzAuMjI0LTAuMjA4IDQ1LjM0NCAwIDEwLjQzMi0xLjEzNiAyMS4yMzItOS4zNDQgMjkuNDQtMy4wNTYgMy4wNTYtNi44OCA1LjQ3Mi0xMS4zOTIgNy4xODQtMTkuMzc2IDcuMzI4LTMyLjMwNC01Ljc2LTM4LjUyOC0xMi4wNDgtMTAuNTYtMTAuNzM2LTIxLjE4NC0yMS40MDgtMzEuNzkyLTMyLjExMi0yNC4yNTYtMjQuNDE2LTQ5LjMyOC00OS42NjQtNzMuNDg4LTc1LjEyLTcuODU2LTguMzItMTMuMzc2LTIxLjkzNi0xMy43MjgtMzMuODg4LTAuNTQ0LTE4LjQ4LTAuNC0zNy4xNjgtMC4yNTYtNTUuMjY0IDAuMTI4LTE2LjQ2NCAwLjI3Mi0zMy40NzItMC4xMjgtNTAuMTEyLTAuMTI4LTUuNDA4LTIuODgtMTIuNDQ4LTYuNDE2LTE2LjM2OC00MS4yOC00NS43NzYtODMuNjk2LTkxLjk1Mi0xMjQuNzItMTM2LjU5MmwtMzMuNzc2LTM2LjhjLTE4LjE2LTE5LjgyNC02MS4wMDgtNjYuNTYtNzUuNDQtODIuMjU2bC0wLjEyOCAwLjA0OC00Ljk0NC01LjU1MmMtMy4yMzItMy42MTYtNi43NTItNy40ODgtMTAuNDgtMTEuNTg0LTExLjUyLTEyLjY0LTI0LjU5Mi0yNi45Ni0zNi43MzYtNDIuNTEyLTguNzUyLTExLjIzMi00LjA0OC0yNy45MDQgNS41NjgtMzcuNTIgMC4zNTItMC4zNTIgMC43MDQtMC42ODggMS4wNTYtMS4wMDggOS4xMzYtOC4yNzIgMjQuMjU2LTEzLjAyNCAzNS44NzItMy45NTIgMTUuODcyIDEyLjQxNiAzMC40NjQgMjUuNzQ0IDQzLjMyOCAzNy41MiAzLjc3NiAzLjQ1NiA3LjM3NiA2Ljc1MiAxMC44NDggOS44NTZsMTI0LjQ4IDExNC4xMjhjNDQuNjU2IDQxLjAyNCA5MC44MzIgODMuNDQgMTM2LjU5MiAxMjQuNzIgMy45MiAzLjUzNiAxMC45NiA2LjI4OCAxNi4zODQgNi40MTYgMTYuNjI0IDAuNCAzMy42NDggMC4yNTYgNTAuMTEyIDAuMTI4IDE4LjA4MC0wLjE0NCAzNi43ODQtMC4yODggNTUuMjY0IDAuMjU2IDExLjk1MiAwLjM1MiAyNS41NjggNS44NzIgMzMuOTA0IDEzLjc0NCAyNS40NCAyNC4xNDQgNTAuNjg4IDQ5LjIxNiA3NS4xMDQgNzMuNDcyIDEwLjY4OCAxMC42MDggMjEuMzc2IDIxLjIzMiAzMi4xMTIgMzEuODA4IDYuMjcyIDYuMTkyIDE5LjM0NCAxOS4xMDQgMTIuMDE2IDM4LjUxMnoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAyOyIgZ2x5cGgtbmFtZT0id3JpdGUiIGQ9Ik05MTAuMjg0IDM0MS4zMzNjLTMxLjQ0NSAwLTU2Ljg4OS0yNS40NzItNTYuODg5LTU2Ljg4OXYtMTQyLjIyMmMwLTE1LjcwOC0xMi43NS0yOC40NDQtMjguNDQ0LTI4LjQ0NGgtNjI1Ljg4OGMtMTUuNzIzIDAtMjguNDQ0IDEyLjczNi0yOC40NDQgMjguNDQ0djYyNS43NzhjMCAxNS43MDggMTIuNzIyIDI4LjQ0NCAyOC40NDQgMjguNDQ0aDE0Mi4yMjJjMzEuNDQ1IDAgNTYuOTE3IDI1LjQ3MiA1Ni45MTcgNTYuODg5cy0yNS40NzQgNTYuODg5LTU2LjkxNyA1Ni44ODloLTIyNy41NTZjLTMxLjQ0NSAwLTU2LjkxNy0yNS40NzItNTYuOTE3LTU2Ljg4OXYtNzk2LjQ0NGMwLTMxLjQxNyAyNS40NzItNTYuODg5IDU2LjkxNy01Ni44ODloNzk2LjU1NWMzMS40NDUgMCA1Ni44ODkgMjUuNDcyIDU2Ljg4OSA1Ni44ODl2MjI3LjU1NmMwIDMxLjQxNy0yNS40NDQgNTYuODg5LTU2Ljg4OSA1Ni44ODl6TTc0OS4xNzMgNzczLjU0MWw4MS4zMDUtODEuMzE5LTMzOC4zODgtMzUwLjg4OWgtOTMuODg4djkzLjg3NmwzNTAuOTcxIDMzOC4zMzJ6TTc0OS44OTUgOTEwLjIyMmMtMTQuNTU2IDAtMjkuMDYwLTUuNTQxLTQwLjE3MS0xNi42MjZsLTQyNS4zMjgtNDEwLjA0MXYtMjU2aDI1Ni4wNTVsNDEwLjExMiA0MjUuMjVjMjIuMTY3IDIyLjE2NyAyMi4xNjcgNTguMDk4IDAgODAuMjYzbC0xNjAuNTU2IDE2MC41MjhjLTExLjA1NiAxMS4wODQtMjUuNjExIDE2LjYyNi00MC4xMTIgMTYuNjI2djB6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMzsiIGdseXBoLW5hbWU9ImNoZXZyb24tcmlnaHQiIGQ9Ik00NjkuMTQ2IDc0MS41ODFjMjEuNDAyLTIwLjg5IDIzMC41MDItMjQwLjM4NCAyMzAuNTAyLTI0MC4zODQgMTEuNDE4LTExLjIxMyAxNy4xNTItMjUuODA1IDE3LjE1Mi00MC4zOTdzLTUuNzM0LTI5LjE4NC0xNy4xNTItNDAuMjk0YzAgMC0yMDkuMTAxLTIxOS41OTctMjMwLjUwMi0yNDAuMzg0LTIxLjQwMi0yMC44OS01OS45MDQtMjIuMzIzLTgyLjY4OCAwLTIyLjgzNSAyMi4yMjEtMjQuNjI3IDUzLjI5OSAwIDgwLjU4OWwxOTEuODQ2IDIwMC4wOTAtMTkxLjg0NiAyMDAuMDkwYy0yNC42MjcgMjcuMjktMjIuODM1IDU4LjQxOSAwIDgwLjY5MSAyMi43ODQgMjIuMzIzIDYxLjI4NiAyMC45NDEgODIuNjg4IDB6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwYzsiIGdseXBoLW5hbWU9Im1vbml0b3IiIGQ9Ik05NjAgMTkyYzAgMC0yNjQgMC0zMjAgMHM2NC0xOTIgNjQtMTkyYzAtMzUuMzI4LTI4LjY3Mi02NC02NC02NGgtMjU2Yy0zNS4zMjggMC02NCAyOC42NzItNjQgNjQgMCAwIDEyMS45ODQgMTkyIDY0IDE5MnMtMzIwIDAtMzIwIDBjLTM1LjMyOCAwLTY0IDI4LjY3Mi02NCA2NHY2NDBjMCAzNS4zMjggMjguNjcyIDY0IDY0IDY0aDg5NmMzNS4zMjggMCA2NC0yOC42NzIgNjQtNjR2LTY0MGMwLTM1LjMyOC0yOC42NzItNjQtNjQtNjR6TTUxMiAyMjRjMzUuMzI4IDAgNjQgMjguNjcyIDY0IDY0cy0yOC42NzIgNjQtNjQgNjQtNjQtMjguNjcyLTY0LTY0IDI4LjY3Mi02NCA2NC02NHpNOTYwIDgzMmMwIDM1LjMyOC0yOC42NzIgNjQtNjQgNjRoLTc2OGMtMzUuMzI4IDAtNjQtMjguNjcyLTY0LTY0di0zODRjMC0zNS4zMjggMjguNjcyLTY0IDY0LTY0aDc2OGMzNS4zMjggMCA2NCAyOC42NzIgNjQgNjR2Mzg0eiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGVhN2U7IiBnbHlwaC1uYW1lPSJuZXctdGFiIiBkPSJNMTkyIDg5MS43MzN2LTc2OGg3Njh2NzY4aC03Njh6TTg5NiAxODcuNzMzaC02NDB2NjQwaDY0MHYtNjQwek0xMjggNTkuNzMzdjY3MmwtNjQgNjR2LTgwMGg4MDBsLTY0IDY0aC02NzJ6TTM1MiA2OTkuNzMzbDE2MC0xNjAtMTkyLTE5MiA5Ni05NiAxOTIgMTkyIDE2MC0xNjB2NDE2eiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGYwMmQ7IiBnbHlwaC1uYW1lPSJhbGVydCIgZD0iTTEwMDUuODU0IDE1NS40ODZsLTQzOC4yODYgNzY3Yy0xMS4zOTUgMTkuOTQxLTMyLjYwMSAzMi4yNDctNTUuNTY4IDMyLjI0N3MtNDQuMTczLTEyLjMwNi01NS41NjctMzIuMjQ3bC00MzguMjg2LTc2N2MtMTEuMzE5LTE5LjgwOS0xMS4yMzgtNDQuMTQ0IDAuMjEzLTYzLjg3NnMzMi41MzktMzEuODc3IDU1LjM1NC0zMS44NzdoODc2LjU3MmMyMi44MTQgMCA0My45MDMgMTIuMTQ1IDU1LjM1NCAzMS44NzdzMTEuNTMzIDQ0LjA2NyAwLjIxNCA2My44NzZ6TTU3NiAxODcuNzMzaC0xMjh2MTI4aDEyOHYtMTI4ek01NzYgMzc5LjczM2gtMTI4djI1NmgxMjh2LTI1NnoiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+) format("svg")}.give-icon:before{font-style:normal}[class*=" give-icon-"],[class^=give-icon-]{font-family:give-icomoon;speak:none;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.give-icon-lamp:before{content:""}.give-icon-heart:before{content:""}.give-icon-question:before{content:""}.give-icon-info:before{content:""}.give-icon-new-tab:before{content:""}.give-icon-alert:before{content:""}.give-icon-help:before{content:""}.give-icon-spinner:before{content:""}.give-button-with-loader span.give-loading-animation:before,.give-icon-spinner2:before,form[id*=give-form] .give-loading-animation:before{content:""}.give-icon-plus:before{content:""}.give-icon-minus:before{content:""}.give-icon-locked:before,[id*=give_secure_site_wrapper] span.padlock:before{content:""}.dashicons-give:before{font-family:give-icomoon;speak:none;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.fa-spin,.give-button-with-loader span.give-loading-animation,form[id*=give-form] .give-loading-animation{animation:spin 1s linear infinite}body.give_receipt_page{background-color:#fff;color:#141412;font-family:Helvetica,sans-serif;font-size:12px;margin:0}body.give_receipt_page #give_receipt_wrapper{margin:0 auto;padding:50px 0;width:660px}body.give_receipt_page table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;display:table;font-size:14px;line-height:2;margin:0 0 20px;width:100%}body.give_receipt_page td,body.give_receipt_page th{border-top:1px solid #ededed;display:table-cell;font-weight:400;padding:6px 10px 6px 0;text-align:left}body.give_receipt_page th{font-weight:700;text-transform:uppercase}body.give_receipt_page h3{clear:both;display:block;font-size:22px;font-weight:700;margin:40px 0 5px}table#give_donation_receipt,table#give_donation_receipt_products{width:100%}table#give_donation_receipt td,table#give_donation_receipt th{text-align:left}table#give_donation_receipt .give-receipt-thead-text{display:block;font-size:18px;text-align:center}table#give_donation_receipt .give-receipt-thead-text>span{font-size:16px}table#give_donation_receipt li{margin:0 0 8px 10px}table#give_donation_receipt ul{list-style:none;margin:0;padding:0}table#give_donation_receipt .give_receipt_payment_status.failed,table#give_donation_receipt .give_receipt_payment_status.pending,table#give_donation_receipt .give_receipt_payment_status.revoked{color:#f73f2e}table#give_donation_receipt span.donation-level-text-wrap{display:block;font-style:italic}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give textarea.give-fl-textarea{background-color:#fff;line-height:inherit;padding:12px}[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url]{height:auto;min-height:50px}[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select{line-height:inherit}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea{padding:20px 12px 4px;transition:padding .2s ease-in-out,border .2s ease-in-out}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{left:13px;padding:6px 0 0;right:0;top:1px}[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-required:before{padding-top:12px}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-required-indicator{display:none}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip{height:100%;margin:0;position:absolute;top:0;width:100%;z-index:1}[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip:before{content:unset}.give-clearfix{*zoom:1}.give-clearfix:after,.give-clearfix:before{content:" ";display:table}.give-clearfix:after{clear:both}[id*=give-form] .give-hidden{display:none}[id*=give-form] fieldset{background-color:#fff0;border:0;margin:0;padding:0}[id*=give-form] .give-form-title{margin:0 0 15px;padding:0}[id*=give-form] div#give-sidebar-left{float:left;width:38%}[id*=give-form] div.images{margin:0 0 15px}[id*=give-form] div.images img{box-shadow:none;display:block;height:auto;width:100%}[id*=give-form] .give-custom-amount-text{clear:both}[id*=give-form] div.summary{float:right;width:58%}[id*=give-form] div.summary.give-full-width{float:none;width:100%}[id*=give-form] .give_form select.give-select.required{color:#000}[id*=give-form] div.give-form-content-wrap{margin:0 0 20px}[id*=give-form] div.give-form-content-wrap.give_post_form-content{margin:20px 0 0}[id*=give-form].give-display-modal form .give_notices{display:none}[id*=give-form].give-display-modal .give-btn,[id*=give-form].give-display-reveal .give-btn{margin:0 0 15px}[id*=give-form].give-display-modal #give-payment-mode-select,[id*=give-form].give-display-modal #give_purchase_form_wrap,[id*=give-form].give-display-reveal #give-payment-mode-select,[id*=give-form].give-display-reveal #give_purchase_form_wrap{display:none}[id*=give-form] .cc-address{margin-bottom:15px}.single-give_forms.et_right_sidebar #main-content .container:before{display:none}.single-give_forms .give_forms{*zoom:1;margin:50px auto;max-width:1230px}.single-give_forms .give_forms:after,.single-give_forms .give_forms:before{content:" ";display:table}.single-give_forms .give_forms:after{clear:both}#give-purchase-gravatars .give-gravatars-title{margin:0 0 15px}#give-purchase-gravatars .give-purchase-gravatars-list{list-style:none;margin:0;padding:0}#give-purchase-gravatars .give-purchase-gravatars-list li{display:inline-block;list-style-type:none;margin:0 5px 0 0;padding:0}#give-recurring-form,form.give-form,form[id*=give-form]{margin:0 0 25px;padding:0}#give-recurring-form .give-hidden,form.give-form .give-hidden,form[id*=give-form] .give-hidden{display:none}@media(min-width:481px){#give-recurring-form .give-title-prefix-wrap .form-row-first,#give-recurring-form .give-title-prefix-wrap .form-row-last,form.give-form .give-title-prefix-wrap .form-row-first,form.give-form .give-title-prefix-wrap .form-row-last,form[id*=give-form] .give-title-prefix-wrap .form-row-first,form[id*=give-form] .give-title-prefix-wrap .form-row-last{float:left;width:40%}#give-recurring-form .give-title-prefix-wrap .form-row-title,form.give-form .give-title-prefix-wrap .form-row-title,form[id*=give-form] .give-title-prefix-wrap .form-row-title{float:left;width:15%}}#give-recurring-form .give-tooltip,form.give-form .give-tooltip,form[id*=give-form] .give-tooltip{color:rgb(51 51 51 / .5);font-size:14px;margin:0 3px;padding:0;transition:all .2s linear}#give-recurring-form .give-tooltip:hover,form.give-form .give-tooltip:hover,form[id*=give-form] .give-tooltip:hover{color:#333}#give-recurring-form .give-section-break,#give-recurring-form h3.give-section-break,#give-recurring-form h4.give-section-break,#give-recurring-form legend,form.give-form .give-section-break,form.give-form h3.give-section-break,form.give-form h4.give-section-break,form.give-form legend,form[id*=give-form] .give-section-break,form[id*=give-form] h3.give-section-break,form[id*=give-form] h4.give-section-break,form[id*=give-form] legend{background-color:#fff0;border-bottom:1px solid rgb(0 0 0 / .1);font-size:1.15em;font-weight:700;margin:10px 0 15px;padding:0 0 5px;width:100%}#give-recurring-form .give-section-break span.sub-text,#give-recurring-form h3.give-section-break span.sub-text,#give-recurring-form h4.give-section-break span.sub-text,#give-recurring-form legend span.sub-text,form.give-form .give-section-break span.sub-text,form.give-form h3.give-section-break span.sub-text,form.give-form h4.give-section-break span.sub-text,form.give-form legend span.sub-text,form[id*=give-form] .give-section-break span.sub-text,form[id*=give-form] h3.give-section-break span.sub-text,form[id*=give-form] h4.give-section-break span.sub-text,form[id*=give-form] legend span.sub-text{font-style:italic;font-weight:400}#give-recurring-form .form-row,form.give-form .form-row,form[id*=give-form] .form-row{*zoom:1;box-sizing:border-box;margin:0 0 15px;overflow:visible;padding:0}#give-recurring-form .form-row:after,#give-recurring-form .form-row:before,form.give-form .form-row:after,form.give-form .form-row:before,form[id*=give-form] .form-row:after,form[id*=give-form] .form-row:before{content:" ";display:table}#give-recurring-form .form-row:after,form.give-form .form-row:after,form[id*=give-form] .form-row:after{clear:both}#give-recurring-form .form-row:last-child,form.give-form .form-row:last-child,form[id*=give-form] .form-row:last-child{margin-bottom:15px}#give-recurring-form .form-row label,form.give-form .form-row label,form[id*=give-form] .form-row label{display:block;line-height:1.7;margin:0 0 5px;position:relative}#give-recurring-form .form-row label.checkbox,form.give-form .form-row label.checkbox,form[id*=give-form] .form-row label.checkbox{display:inline}#give-recurring-form .form-row .give-input-field-wrapper,#give-recurring-form .form-row input[type=email],#give-recurring-form .form-row input[type=password],#give-recurring-form .form-row input[type=tel],#give-recurring-form .form-row input[type=text],#give-recurring-form .form-row input[type=url],#give-recurring-form .form-row select,#give-recurring-form .form-row textarea,form.give-form .form-row .give-input-field-wrapper,form.give-form .form-row input[type=email],form.give-form .form-row input[type=password],form.give-form .form-row input[type=tel],form.give-form .form-row input[type=text],form.give-form .form-row input[type=url],form.give-form .form-row select,form.give-form .form-row textarea,form[id*=give-form] .form-row .give-input-field-wrapper,form[id*=give-form] .form-row input[type=email],form[id*=give-form] .form-row input[type=password],form[id*=give-form] .form-row input[type=tel],form[id*=give-form] .form-row input[type=text],form[id*=give-form] .form-row input[type=url],form[id*=give-form] .form-row select,form[id*=give-form] .form-row textarea{background-color:#fdfdfd;border:1px solid #ccc;border-radius:0;box-sizing:border-box;color:#333;margin:0;outline:none;padding:.5em;width:100%}#give-recurring-form .form-row .give-input-field-wrapper:focus,#give-recurring-form .form-row input[type=email]:focus,#give-recurring-form .form-row input[type=password]:focus,#give-recurring-form .form-row input[type=tel]:focus,#give-recurring-form .form-row input[type=text]:focus,#give-recurring-form .form-row input[type=url]:focus,#give-recurring-form .form-row select:focus,#give-recurring-form .form-row textarea:focus,form.give-form .form-row .give-input-field-wrapper:focus,form.give-form .form-row input[type=email]:focus,form.give-form .form-row input[type=password]:focus,form.give-form .form-row input[type=tel]:focus,form.give-form .form-row input[type=text]:focus,form.give-form .form-row input[type=url]:focus,form.give-form .form-row select:focus,form.give-form .form-row textarea:focus,form[id*=give-form] .form-row .give-input-field-wrapper:focus,form[id*=give-form] .form-row input[type=email]:focus,form[id*=give-form] .form-row input[type=password]:focus,form[id*=give-form] .form-row input[type=tel]:focus,form[id*=give-form] .form-row input[type=text]:focus,form[id*=give-form] .form-row input[type=url]:focus,form[id*=give-form] .form-row select:focus,form[id*=give-form] .form-row textarea:focus{background-color:#fff}#give-recurring-form .form-row .give-input-field-wrapper.required,#give-recurring-form .form-row input[type=email].required,#give-recurring-form .form-row input[type=password].required,#give-recurring-form .form-row input[type=tel].required,#give-recurring-form .form-row input[type=text].required,#give-recurring-form .form-row input[type=url].required,#give-recurring-form .form-row select.required,#give-recurring-form .form-row textarea.required,form.give-form .form-row .give-input-field-wrapper.required,form.give-form .form-row input[type=email].required,form.give-form .form-row input[type=password].required,form.give-form .form-row input[type=tel].required,form.give-form .form-row input[type=text].required,form.give-form .form-row input[type=url].required,form.give-form .form-row select.required,form.give-form .form-row textarea.required,form[id*=give-form] .form-row .give-input-field-wrapper.required,form[id*=give-form] .form-row input[type=email].required,form[id*=give-form] .form-row input[type=password].required,form[id*=give-form] .form-row input[type=tel].required,form[id*=give-form] .form-row input[type=text].required,form[id*=give-form] .form-row input[type=url].required,form[id*=give-form] .form-row select.required,form[id*=give-form] .form-row textarea.required{color:#333}#give-recurring-form .form-row .give-input-field-wrapper iframe,form.give-form .form-row .give-input-field-wrapper iframe,form[id*=give-form] .form-row .give-input-field-wrapper iframe{margin-bottom:0}#give-recurring-form .form-row-first,#give-recurring-form .form-row-title,form.give-form .form-row-first,form.give-form .form-row-title,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-title{margin-right:2.5%}#give-recurring-form .form-row-first,#give-recurring-form .form-row-last,form.give-form .form-row-first,form.give-form .form-row-last,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-last{float:left;width:48.5%}#give-recurring-form .form-row-last,form.give-form .form-row-last,form[id*=give-form] .form-row-last{float:right}#give-recurring-form .form-row-wide,form.give-form .form-row-wide,form[id*=give-form] .form-row-wide{*zoom:1;clear:both}#give-recurring-form .form-row-wide:after,#give-recurring-form .form-row-wide:before,form.give-form .form-row-wide:after,form.give-form .form-row-wide:before,form[id*=give-form] .form-row-wide:after,form[id*=give-form] .form-row-wide:before{content:" ";display:table}#give-recurring-form .form-row-wide:after,form.give-form .form-row-wide:after,form[id*=give-form] .form-row-wide:after{clear:both}#give-recurring-form .form-row-two-thirds,form.give-form .form-row-two-thirds,form[id*=give-form] .form-row-two-thirds{float:left;width:65.75%}#give-recurring-form .form-row-two-thirds.form-row-first,form.give-form .form-row-two-thirds.form-row-first,form[id*=give-form] .form-row-two-thirds.form-row-first{margin-left:0}#give-recurring-form .form-row-one-third,form.give-form .form-row-one-third,form[id*=give-form] .form-row-one-third{float:left;margin-left:3%;width:31.25%}#give-recurring-form .form-row-one-third.form-row-first,form.give-form .form-row-one-third.form-row-first,form[id*=give-form] .form-row-one-third.form-row-first{margin-left:0}@media(max-width:480px){#give-recurring-form .form-row-responsive,form.give-form .form-row-responsive,form[id*=give-form] .form-row-responsive{margin-left:0;margin-right:0;width:100%}}#give-recurring-form .give-error,#give-recurring-form .give-required-indicator,form.give-form .give-error,form.give-form .give-required-indicator,form[id*=give-form] .give-error,form[id*=give-form] .give-required-indicator{color:#a00}#give-recurring-form .card-expiration>select,form.give-form .card-expiration>select,form[id*=give-form] .card-expiration>select{margin:0;width:44%}#give-recurring-form .card-expiration>span.exp-divider,form.give-form .card-expiration>span.exp-divider,form[id*=give-form] .card-expiration>span.exp-divider{display:inline;text-align:center}#give-recurring-form .card-expiration select.card-expiry-year,form.give-form .card-expiration select.card-expiry-year,form[id*=give-form] .card-expiration select.card-expiry-year{float:right}#give-recurring-form .give-disabled,#give-recurring-form [disabled],form.give-form .give-disabled,form.give-form [disabled],form[id*=give-form] .give-disabled,form[id*=give-form] [disabled]{cursor:not-allowed}form[id*=give-form] #give-company-radio-list-wrap ul.give-company-radio-list{list-style:none;margin:0;padding:0}form[id*=give-form] #give-company-radio-list-wrap ul.give-company-radio-list li{display:inline-block;margin-left:0;margin-right:15px}form[id*=give-form] #give-company-radio-list-wrap ul.give-company-radio-list li label{cursor:pointer;display:inline;margin:0}form[id*=give-form] .give-donation-amount{margin:0 0 15px}form[id*=give-form] .give-donation-amount .give-currency-symbol{background-color:#f2f2f2;border-bottom:1px solid #ccc;border-top:1px solid #ccc;box-sizing:border-box;color:#333;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before{border-left:1px solid #ccc;border-right:none}form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after{border-left:none;border-right:1px solid #ccc}form[id*=give-form] .give-donation-amount #give-amount,form[id*=give-form] .give-donation-amount #give-amount-text{background:#fff;border:1px solid #ccc;border-radius:0;box-sizing:border-box;float:left;font-size:18px;height:35px;line-height:35px;margin:0;min-width:125px;padding:0 12px}form[id*=give-form] .give-donation-amount #give-amount-text.invalid-amount,form[id*=give-form] .give-donation-amount #give-amount.invalid-amount{border:1px solid red}form[id*=give-form] .give-donation-amount input.give-amount-top{width:125px}form[id*=give-form] .give-donation-amount span.give-final-total-amount{background:#fff;border:1px solid #ccc;border-radius:0;box-sizing:border-box;cursor:not-allowed;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}form[id*=give-form] #give_terms_agreement legend{display:none}form[id*=give-form] #give_terms_agreement label{display:inline-block}form[id*=give-form] #give-final-total-wrap{margin:10px 0 25px;padding:0;*zoom:1}form[id*=give-form] #give-final-total-wrap:after,form[id*=give-form] #give-final-total-wrap:before{content:" ";display:table}form[id*=give-form] #give-final-total-wrap:after{clear:both}form[id*=give-form] #give-final-total-wrap .give-donation-total-label{background-color:#f2f2f2;border:1px solid #ccc;box-sizing:border-box;color:#333;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}@media(max-width:480px){form[id*=give-form] #give-final-total-wrap .give-donation-total-label{display:block;float:none}}form[id*=give-form] #give-final-total-wrap .give-final-total-amount{background:#fff;border:1px solid #ccc;border-left:none;border-radius:0;box-sizing:border-box;float:left;font-size:18px;height:35px;line-height:35px;margin:0;padding:0 12px}@media(max-width:480px){form[id*=give-form] #give-final-total-wrap .give-final-total-amount{border:1px solid #ccc;border-top:0;display:block;float:none}}.give-display-button-only>:not(.give-btn-modal){display:none}form[id*=give-form] input[type=radio]{margin:0 .5em 0 0}form[id*=give-form] #give-donation-level-radio-list{clear:both;list-style:none;margin:0 0 15px;padding:0}form[id*=give-form] #give-donation-level-radio-list>li{list-style-image:none;list-style-type:none;margin:0;padding:0}form[id*=give-form] #give-donation-level-radio-list>li label{cursor:pointer;display:inline-block;margin:0}form[id*=give-form] #give-donation-level-radio-list>li input[type=radio]{margin:0 .5em 0 0;outline:none;width:auto}form[id*=give-form] #give-gateway-radio-list{*zoom:1;list-style:none;margin:0 0 15px;padding:0}form[id*=give-form] #give-gateway-radio-list:after,form[id*=give-form] #give-gateway-radio-list:before{content:" ";display:table}form[id*=give-form] #give-gateway-radio-list:after{clear:both}form[id*=give-form] #give-gateway-radio-list>li{list-style-image:none;list-style-type:none;margin:0;padding:0}@media(min-width:480px){form[id*=give-form] #give-gateway-radio-list>li{display:inline-block;margin-left:0;margin-right:15px}}form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option{cursor:pointer;display:inline;margin:0}form[id*=give-form] #give-gateway-radio-list>li input[type=radio]{display:inline;margin:0 .25em 0 0;outline:none;width:auto}form[id*=give-form] input[type=checkbox]{margin:0 .25em 0 0}div[data-field-type=checkbox]{display:flex}div[data-field-type=checkbox] label{order:2}div[data-field-type=checkbox] input[type=checkbox]{order:1}form[id*=give-form] select.give-select-level{background-color:#fdfdfd;border:1px solid #ccc;border-radius:0;clear:both;color:#333;display:block;margin:0 0 15px;max-width:100%;min-width:155px;outline:none;padding:.5em}#give-donation-level-button-wrap{*zoom:1;clear:both;list-style:none;margin:0 0 15px;padding:0}#give-donation-level-button-wrap:after,#give-donation-level-button-wrap:before{content:" ";display:table}#give-donation-level-button-wrap:after{clear:both}#give-donation-level-button-wrap>li{float:left;list-style-image:none;list-style-type:none;margin:0 5px 5px 0}.give_terms_links{float:right}[id*=give_secure_site_wrapper]{font-size:16px;line-height:20px;padding:4px 4px 15px 0}[id*=give_secure_site_wrapper] span.padlock{font-family:give-icomoon;speak:none;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:20px}[id*=give_secure_site_wrapper] span.padlock :before{display:inline-block}#give_purchase_form_wrap input.give-input.card-cvc.valid,#give_purchase_form_wrap input.give-input.card-expiry.valid,#give_purchase_form_wrap input.give-input.card-number.valid{background-image:url(/wp-content/plugins/give/build/assets/dist/css/../../../images/tick.9cdce16f.png);background-position:right 10px top 50%;background-repeat:no-repeat;background-size:16px}#give_purchase_form_wrap input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry){background-position:right 55px top 50%}#give_purchase_form_wrap span.card-type{background-size:37px 26px!important;height:26px;position:absolute;right:0;top:-2px;width:37px}#give_purchase_form_wrap .fl-wrap span.card-type{right:11px;top:calc(.5em + 6px)}#give_purchase_form_wrap span.card-type.off{display:none}#give_purchase_form_wrap span.card-type.visa{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48cmVjdCBmaWxsPSIjMEU0NTk1IiB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgcng9IjQwIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTI3OC4xOTcgMzM0LjIyOGwzMy4zNjEtMTk1Ljc2M2g1My4zNmwtMzMuMzg1IDE5NS43NjN6bTI0Ni4xMTEtMTkxLjU0Yy0xMC41NzItMy45NjYtMjcuMTM3LTguMjIyLTQ3LjgyMy04LjIyMi01Mi43MjUgMC04OS44NjUgMjYuNTUtOTAuMTggNjQuNjAzLS4yOTggMjguMTMgMjYuNTEzIDQzLjgyMiA0Ni43NTMgNTMuMTg2IDIwLjc3IDkuNTk0IDI3Ljc1MiAxNS43MTQgMjcuNjU0IDI0LjI4My0uMTMyIDEzLjEyMS0xNi41ODcgMTkuMTE2LTMxLjkyMyAxOS4xMTYtMjEuMzU3IDAtMzIuNzAzLTIuOTY2LTUwLjIyNi0xMC4yNzZsLTYuODc2LTMuMTExLTcuNDkgNDMuODI0YzEyLjQ2NCA1LjQ2NCAzNS41MSAxMC4xOTggNTkuNDM4IDEwLjQ0MyA1Ni4wOSAwIDkyLjUwMS0yNi4yNDYgOTIuOTE2LTY2Ljg4Mi4yLTIyLjI2OC0xNC4wMTYtMzkuMjE2LTQ0LjgtNTMuMTg4LTE4LjY1LTkuMDU1LTMwLjA3Mi0xNS4wOTktMjkuOTUxLTI0LjI2OCAwLTguMTM3IDkuNjY3LTE2LjgzOSAzMC41NTYtMTYuODM5IDE3LjQ1LS4yNyAzMC4wODkgMy41MzUgMzkuOTM3IDcuNWw0Ljc4MSAyLjI2IDcuMjM0LTQyLjQzbTEzNy4zMDctNC4yMjJoLTQxLjIzMWMtMTIuNzc0IDAtMjIuMzMyIDMuNDg3LTI3Ljk0MiAxNi4yMzRsLTc5LjI0NSAxNzkuNDA0aDU2LjAzMnM5LjE2MS0yNC4xMjMgMTEuMjMzLTI5LjQxOGM2LjEyNCAwIDYwLjU1NC4wODQgNjguMzM3LjA4NCAxLjU5NiA2Ljg1MyA2LjQ5MSAyOS4zMzQgNi40OTEgMjkuMzM0aDQ5LjUxM2wtNDMuMTg4LTE5NS42Mzh6bS02NS40MTggMTI2LjQwN2M0LjQxMy0xMS4yNzkgMjEuMjYtNTQuNzIzIDIxLjI2LTU0LjcyMy0uMzE2LjUyMiA0LjM4LTExLjMzNCA3LjA3NS0xOC42ODRsMy42MDYgMTYuODc5czEwLjIxNyA0Ni43MjggMTIuMzUyIDU2LjUyOGgtNDQuMjkzek0yMzIuOTAzIDEzOC40NjVsLTUyLjI0IDEzMy40OTYtNS41NjctMjcuMTNjLTkuNzI1LTMxLjI3My00MC4wMjUtNjUuMTU1LTczLjg5OC04Mi4xMThsNDcuNzY2IDE3MS4yMDMgNTYuNDU2LS4wNjUgODQuMDA0LTE5NS4zODZoLTU2LjUyMSIvPjxwYXRoIGQ9Ik0xMzEuOTIgMTM4LjQ2NUg0NS44NzlsLS42ODEgNC4wNzNjNjYuOTM4IDE2LjIwNCAxMTEuMjMxIDU1LjM2MyAxMjkuNjE4IDEwMi40MTRsLTE4LjcxLTg5Ljk2Yy0zLjIzLTEyLjM5NS0xMi41OTctMTYuMDk0LTI0LjE4Ni0xNi41MjYiIGZpbGw9IiNGMkFFMTQiLz48L2c+PC9zdmc+) no-repeat}#give_purchase_form_wrap span.card-type.mastercard{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48cmVjdCBmaWxsPSIjMDAwIiB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgcng9IjQwIi8+PHBhdGggZD0iTTQzNC4wMDggMjM1LjVjMCA5OS4xNDItODAuMzcgMTc5LjUwNC0xNzkuNTA4IDE3OS41MDRTNzUgMzM0LjY0MiA3NSAyMzUuNWMwLTk5LjEzMyA4MC4zNjItMTc5LjUwNCAxNzkuNS0xNzkuNTA0IDk5LjEzNyAwIDE3OS41MDggODAuMzcgMTc5LjUwOCAxNzkuNTA0IiBmaWxsPSIjRDkyMjJBIi8+PHBhdGggZD0iTTQ5NS40OTIgNTUuOTk2Yy00Ni4zOCAwLTg4LjY0MiAxNy41OTYtMTIwLjUgNDYuNDY2YTE4Mi40MyAxODIuNDMgMCAwIDAtMTguMTI1IDE4Ljk5NmgzNi4yNjZhMTgxLjggMTgxLjggMCAwIDEgMTMuNjg0IDE5LjAxM2gtNjMuNjM0YTE3OC43MTYgMTc4LjcxNiAwIDAgMC0xMC4zNDEgMTkuMDA4aDg0LjMxMmExNzkuMTkgMTc5LjE5IDAgMCAxIDcuNiAxOS4wMDRoLTk5LjUxMmExNzcuMjk0IDE3Ny4yOTQgMCAwIDAtNS4yMTcgMTkuMDA5aDEwOS45NDJhMTgwLjQyOCAxODAuNDI4IDAgMCAxIDQuMDQxIDM4LjAwOGMwIDE5LjkzMy0zLjI1NCAzOS4xMTMtOS4yNTQgNTcuMDJoLTk5LjUxMmExNzcuNjUxIDE3Ny42NTEgMCAwIDAgNy41OTUgMTkuMDFoODQuMzE3YTE3OS45NyAxNzkuOTcgMCAwIDEtMTAuMzQ2IDE5LjAxMmgtNjMuNjI1YTE4MS42NSAxODEuNjUgMCAwIDAgMTMuNjg0IDE4Ljk5NmgzNi4yNThhMTc5LjI5NyAxNzkuMjk3IDAgMCAxLTE4LjEzIDE5LjAxMmMzMS44NiAyOC44NjcgNzQuMTE4IDQ2LjQ1NCAxMjAuNDk3IDQ2LjQ1NEM1OTQuNjI5IDQxNS4wMDQgNjc1IDMzNC42NDIgNjc1IDIzNS41YzAtOTkuMTMtODAuMzctMTc5LjUwNC0xNzkuNTA4LTE3OS41MDQiIGZpbGw9IiNFRTlGMkQiLz48cGF0aCBkPSJNNjUxLjA3NSAzMzUuNTU4YzAtMy4yIDIuNTkyLTUuOCA1Ljc5Ni01LjhzNS43OTYgMi42IDUuNzk2IDUuOGMwIDMuMi0yLjU5MiA1LjgtNS43OTYgNS44YTUuNzk4IDUuNzk4IDAgMCAxLTUuNzk2LTUuOHptNS43OTYgNC40MDlhNC40MSA0LjQxIDAgMCAwIDQuNDA4LTQuNDA5IDQuNDA0IDQuNDA0IDAgMCAwLTQuNDA4LTQuNDA0IDQuMzk4IDQuMzk4IDAgMCAwLTQuNDA0IDQuNDA0IDQuNDA0IDQuNDA0IDAgMCAwIDQuNDA0IDQuNDA5em0tLjc4My0xLjg1OUg2NTQuOXYtNS4wOTVoMi4xNWMuNDUgMCAuOTA4IDAgMS4zMDQuMjU0LjQxMy4yNzkuNjQ2Ljc3LjY0NiAxLjI3OSAwIC41Ny0uMzM3IDEuMTA0LS44ODMgMS4zMTJsLjkzNyAyLjI1aC0xLjMxNmwtLjc4LTIuMDE2aC0uODd2Mi4wMTZ6bTAtMi44OTFoLjY1OGMuMjQ2IDAgLjUwNC4wMi43MjUtLjEuMTk2LS4xMjUuMjk2LS4zNTkuMjk2LS41ODRhLjYzNi42MzYgMCAwIDAtLjI4OC0uNTE2Yy0uMjA4LS4xMy0uNTM3LS4xLS43NTgtLjFoLS42MzN2MS4zem0tNDQzLjUwMS04MC4wNjNjLTIuMDQ1LS4yMzctMi45NDUtLjMtNC4zNS0uMy0xMS4wNDUgMC0xNi42MzcgMy43ODgtMTYuNjM3IDExLjI2NyAwIDQuNjEyIDIuNzMgNy41NDYgNi45ODcgNy41NDYgNy45MzggMCAxMy42NTktNy41NTkgMTQtMTguNTEzem0xNC4xNzEgMzIuOTk2aC0xNi4xNDZsLjM3MS03LjY3NWMtNC45MjUgNi4wNjctMTEuNDk2IDguOTUtMjAuNDI1IDguOTUtMTAuNTYyIDAtMTcuODA0LTguMjUtMTcuODA0LTIwLjIzIDAtMTguMDI0IDEyLjU5Ni0yOC41NCAzNC4yMTctMjguNTQgMi4yMDggMCA1LjA0MS4yIDcuOTQxLjU3LjYwNS0yLjQ0Mi43NjMtMy40ODcuNzYzLTQuOCAwLTQuOTA4LTMuMzk2LTYuNzM4LTEyLjUtNi43MzgtOS41MzMtLjEwOC0xNy4zOTYgMi4yNzEtMjAuNjI1IDMuMzM0LjIwNC0xLjIzIDIuNy0xNi42NTggMi43LTE2LjY1OCA5LjcxMi0yLjg0NiAxNi4xMTctMy45MTcgMjMuMzI1LTMuOTE3IDE2LjczMyAwIDI1LjU5NiA3LjUxMiAyNS41OCAyMS43MTIuMDMyIDMuODA1LS41OTcgOC41LTEuNTggMTQuNjcxLTEuNjkyIDEwLjczLTUuMzIgMzMuNzE3LTUuODE3IDM5LjMyMXptLTYyLjE1OCAwaC0xOS40ODhsMTEuMTYzLTY5Ljk5Ni0yNC45MjUgNjkuOTk2aC0xMy4yOGwtMS42NC02OS41OTYtMTEuNzM0IDY5LjU5Nkg4Ni40NTRsMTUuMjM4LTkxLjA1NGgyOC4wMmwxLjcgNTAuOTY3IDE3LjA5Mi01MC45NjdoMzEuMTY3TDE2NC42IDI4OC4xNW0zNTQuOTc1LTMyLjk5NmMtMi4wMzctLjIzNy0yLjk0Mi0uMy00LjM0Mi0uMy0xMS4wNDEgMC0xNi42MzMgMy43ODgtMTYuNjMzIDExLjI2NyAwIDQuNjEyIDIuNzI1IDcuNTQ2IDYuOTgzIDcuNTQ2IDcuOTM4IDAgMTMuNjYzLTcuNTU5IDEzLjk5Mi0xOC41MTN6bTE0LjE4MyAzMi45OTZoLTE2LjE0NWwuMzY2LTcuNjc1Yy00LjkyNSA2LjA2Ny0xMS41IDguOTUtMjAuNDIgOC45NS0xMC41NjcgMC0xNy44LTguMjUtMTcuOC0yMC4yMyAwLTE4LjAyNCAxMi41ODctMjguNTQgMzQuMjEyLTI4LjU0IDIuMjA4IDAgNS4wMzcuMiA3LjkzMy41Ny42MDQtMi40NDIuNzYzLTMuNDg3Ljc2My00LjggMC00LjkwOC0zLjM5Mi02LjczOC0xMi40OTYtNi43MzgtOS41MzMtLjEwOC0xNy4zODggMi4yNzEtMjAuNjMgMy4zMzQuMjA1LTEuMjMgMi43MDktMTYuNjU4IDIuNzA5LTE2LjY1OCA5LjcxMy0yLjg0NiAxNi4xMTMtMy45MTcgMjMuMzEzLTMuOTE3IDE2Ljc0MSAwIDI1LjYwNCA3LjUxMiAyNS41ODcgMjEuNzEyLjAzMyAzLjgwNS0uNTk2IDguNS0xLjU4IDE0LjY3MS0xLjY4MiAxMC43My01LjMyIDMzLjcxNy01LjgxMiAzOS4zMjF6bS0yMjAuMzkxLTEuMTI1Yy01LjMzNCAxLjY4LTkuNDkyIDIuNC0xNCAyLjQtOS45NjMgMC0xNS40LTUuNzI1LTE1LjQtMTYuMjY3LS4xNDItMy4yNyAxLjQzMy0xMS44NzkgMi42Ny0xOS43MzcgMS4xMjUtNi45MTcgOC40NS01MC41MyA4LjQ1LTUwLjUzaDE5LjM3MWwtMi4yNjIgMTEuMjA5aDExLjdsLTIuNjQyIDE3Ljc5NmgtMTEuNzQyYy0yLjI1IDE0LjA4My01LjQ1NCAzMS42MjUtNS40OTEgMzMuOTUgMCAzLjgxNyAyLjAzNyA1LjQ4MyA2LjY3IDUuNDgzIDIuMjIxIDAgMy45NDItLjIyNSA1LjI1NS0uN2wtMi41OCAxNi4zOTZtNTkuMzkyLS42Yy02LjY1NCAyLjAzMy0xMy4wNzUgMy4wMTctMTkuODc5IDMtMjEuNjgzLS4wMi0zMi45ODctMTEuMzQ2LTMyLjk4Ny0zMy4wMzMgMC0yNS4zMTMgMTQuMzc5LTQzLjk0NiAzMy45LTQzLjk0NiAxNS45NyAwIDI2LjE3IDEwLjQzMyAyNi4xNyAyNi43OTYgMCA1LjQyOS0uNyAxMC43MjktMi4zODcgMTguMjEySDMzOWMtMS4zMDQgMTAuNzQyIDUuNTcgMTUuMjE3IDE2LjgzNyAxNS4yMTcgNi45MzQgMCAxMy4xODgtMS40MyAyMC4xNDItNC42NjNsLTMuMjIgMTguNDE3em0tMTAuODg3LTQzLjljLjEwOC0xLjU0MiAyLjA1NC0xMy4yMTctOS4wMTMtMTMuMjE3LTYuMTcgMC0xMC41ODMgNC43MDQtMTIuMzc5IDEzLjIxN2gyMS4zOTJ6bS0xMjMuNDI1LTUuMDE3YzAgOS4zNjcgNC41NDEgMTUuODI1IDE0Ljg0MSAyMC42NzUgNy44OTIgMy43MDkgOS4xMTMgNC44MDkgOS4xMTMgOC4xNzEgMCA0LjYxNy0zLjQ4IDYuNy0xMS4xOTIgNi43LTUuODEyIDAtMTEuMjItLjkwOC0xNy40NTgtMi45MiAwIDAtMi41NjMgMTYuMzItMi42OCAxNy4xIDQuNDMuOTY2IDguMzggMS44NjIgMjAuMjggMi4xOTEgMjAuNTYyIDAgMzAuMDU4LTcuODMgMzAuMDU4LTI0Ljc1IDAtMTAuMTc1LTMuOTc1LTE2LjE0Ni0xMy43MzctMjAuNjMzLTguMTcxLTMuNzUtOS4xMDktNC41ODgtOS4xMDktOC4wNDYgMC00LjAwNCAzLjIzOC02LjA0NiA5LjUzOC02LjA0NiAzLjgyNSAwIDkuMDUuNDA4IDE0IDEuMTEzbDIuNzc1LTE3LjE3NWMtNS4wNDYtLjgtMTIuNjk2LTEuNDQyLTE3LjE1LTEuNDQyLTIxLjggMC0yOS4zNDYgMTEuMzg3LTI5LjI4IDI1LjA2Mm0yMjkuMDg4LTIzLjExNmM1LjQxMyAwIDEwLjQ1OSAxLjQyIDE3LjQxMyA0LjkybDMuMTg3LTE5Ljc2MmMtMi44NTQtMS4xMi0xMi45MDQtNy43LTIxLjQxNi03LjctMTMuMDQyIDAtMjQuMDY3IDYuNDctMzEuODIxIDE3LjE1LTExLjMwOS0zLjc0Ni0xNS45NTkgMy44MjUtMjEuNjU5IDExLjM2N2wtNS4wNjIgMS4xNzljLjM4My0yLjQ4My43My00Ljk1LjYxMy03LjQ0NmgtMTcuODk2Yy0yLjQ0NiAyMi45MTctNi43OCA0Ni4xMy0xMC4xNzEgNjkuMDc1bC0uODg0IDQuOTc1aDE5LjQ5NmMzLjI1NC0yMS4xNDIgNS4wMzgtMzQuNjggNi4xMjEtNDMuODQybDcuMzQyLTQuMDgzYzEuMDk2LTQuMDggNC41MjktNS40NTggMTEuNDE2LTUuMjkyYTgyLjk2NiA4Mi45NjYgMCAwIDAtMS4zODMgMTUuMTg0YzAgMjQuMjI1IDEzLjA3MSAzOS4zMDggMzQuMDUgMzkuMzA4IDUuNDA0IDAgMTAuMDQyLS43MTIgMTcuMjIxLTIuNjU4bDMuNDMtMjAuNzU5Yy02LjQ2IDMuMTgtMTEuNzYgNC42NzUtMTYuNTYgNC42NzUtMTEuMzI4IDAtMTguMTgzLTguMzYyLTE4LjE4My0yMi4xODMgMC0yMC4wNSAxMC4xOTYtMzQuMTA4IDI0Ljc0Ni0zNC4xMDgiIGZpbGw9IiMwMDAiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTcwLjIwOCAyODIuNzQyaC0xOS40OTFsMTEuMTctNjkuOTg4LTI0LjkyNSA2OS45ODhIMTIzLjY4bC0xLjY0Mi02OS41ODgtMTEuNzMzIDY5LjU4OEg5Mi4wNjJMMTA3LjMgMTkxLjdoMjguMDJsLjc4OCA1Ni4zNjMgMTguOTA0LTU2LjM2M2gzMC4yNjdsLTE1LjA3IDkxLjA0MiIvPjxwYXRoIGQ9Ik02MzIuNTIgMTk3LjA5NmwtNC4zMiAyNi4zMDhjLTUuMzMtNy4wMTItMTEuMDU0LTEyLjA4Ny0xOC42MTItMTIuMDg3LTkuODM0IDAtMTguNzg0IDcuNDU0LTI0LjY0MiAxOC40MjUtOC4xNTgtMS42OTItMTYuNTk2LTQuNTYzLTE2LjU5Ni00LjU2M2wtLjAwNC4wNjdjLjY1OC02LjEzMy45Mi05Ljg3NS44NjItMTEuMTQ2aC0xNy45Yy0yLjQzNyAyMi45MTctNi43NyA0Ni4xMy0xMC4xNTggNjkuMDc1bC0uODkyIDQuOTc1aDE5LjQ5MmMyLjYzMy0xNy4wOTYgNC42NS0zMS4yOTIgNi4xMzMtNDIuNTUgNi42NTktNi4wMTcgOS45OTItMTEuMjY3IDE2LjcyMS0xMC45MTctMi45NzkgNy4yMDUtNC43MjUgMTUuNTA1LTQuNzI1IDI0LjAxNyAwIDE4LjUxMyA5LjM2NyAzMC43MjUgMjMuNTM0IDMwLjcyNSA3LjE0MSAwIDEyLjYyLTIuNDYyIDE3Ljk2Ni04LjE3bC0uOTEyIDYuODgzSDYzNi45bDE0Ljg0Mi05MS4wNDJINjMyLjUyem0tMjQuMzcgNzMuOTQyYy02LjYzMyAwLTkuOTgzLTQuOTA5LTkuOTgzLTE0LjU5NiAwLTE0LjU1NCA2LjI3LTI0Ljg3NSAxNS4xMTItMjQuODc1IDYuNjk2IDAgMTAuMzIxIDUuMTA0IDEwLjMyMSAxNC41MDggMCAxNC42OC02LjM3IDI0Ljk2My0xNS40NSAyNC45NjN6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTIxOC4xOTIgMjQ5Ljc1OGMtMi4wNDItLjIzNy0yLjk0Ni0uMy00LjM0Ni0uMy0xMS4wNDYgMC0xNi42MzQgMy43ODgtMTYuNjM0IDExLjI2NyAwIDQuNjA0IDIuNzMgNy41NDYgNi45OCA3LjU0NiA3Ljk0NSAwIDEzLjY2Ni03LjU1OCAxNC0xOC41MTN6bTE0LjE3OSAzMi45ODRoLTE2LjE0NmwuMzY3LTcuNjYzYy00LjkyMSA2LjA1NC0xMS41IDguOTUtMjAuNDIxIDguOTUtMTAuNTY3IDAtMTcuODA0LTguMjUtMTcuODA0LTIwLjIyOSAwLTE4LjAzMyAxMi41OTEtMjguNTQyIDM0LjIxNi0yOC41NDIgMi4yMDkgMCA1LjA0Mi4yIDcuOTM4LjU3MS42MDQtMi40NDIuNzYyLTMuNDg3Ljc2Mi00LjgwOCAwLTQuOTA4LTMuMzkxLTYuNzMtMTIuNDk2LTYuNzMtOS41MzctLjEwOC0xNy4zOTUgMi4yNzItMjAuNjI5IDMuMzIyLjIwNC0xLjIyNiAyLjctMTYuNjM4IDIuNy0xNi42MzggOS43MDktMi44NTggMTYuMTIxLTMuOTMgMjMuMzIxLTMuOTMgMTYuNzM4IDAgMjUuNjA0IDcuNTE4IDI1LjU4OCAyMS43MDUuMDI5IDMuODItLjYwNSA4LjUxMi0xLjU4NCAxNC42NzUtMS42ODcgMTAuNzI1LTUuMzIgMzMuNzI1LTUuODEyIDM5LjMxN3ptMjYxLjM3NS04OC41OTJsLTMuMTkyIDE5Ljc2N2MtNi45NS0zLjQ5Ni0xMi00LjkyMS0xNy40MDgtNC45MjEtMTQuNTUgMC0yNC43NSAxNC4wNTgtMjQuNzUgMzQuMTA4IDAgMTMuODIxIDYuODU4IDIyLjE4IDE4LjE4MyAyMi4xOCA0LjggMCAxMC4wOTYtMS40OTIgMTYuNTU0LTQuNjc2bC0zLjQyIDIwLjc1Yy03LjE4NCAxLjk1OS0xMS44MTcgMi42NzEtMTcuMjI2IDIuNjcxLTIwLjk3NSAwLTM0LjA1LTE1LjA4My0zNC4wNS0zOS4zMDggMC0zMi41NSAxOC4wNTktNTUuMyA0My44ODgtNTUuMyA4LjUwOCAwIDE4LjU2MyAzLjYwOCAyMS40MiA0LjcyOW0zMS40NDMgNTUuNjA4Yy0yLjA0Mi0uMjM3LTIuOTQyLS4zLTQuMzQ2LS4zLTExLjA0MiAwLTE2LjYzNCAzLjc4OC0xNi42MzQgMTEuMjY3IDAgNC42MDQgMi43MyA3LjU0NiA2Ljk4NCA3LjU0NiA3LjkzNyAwIDEzLjY2Mi03LjU1OCAxMy45OTYtMTguNTEzem0xNC4xNzkgMzIuOTg0aC0xNi4xNWwuMzctNy42NjNjLTQuOTI0IDYuMDU0LTExLjUgOC45NS0yMC40MiA4Ljk1LTEwLjU2MyAwLTE3LjgwNC04LjI1LTE3LjgwNC0yMC4yMjkgMC0xOC4wMzMgMTIuNTk1LTI4LjU0MiAzNC4yMTItMjguNTQyIDIuMjEzIDAgNS4wNDIuMiA3Ljk0Mi41NzEuNi0yLjQ0Mi43NjItMy40ODcuNzYyLTQuODA4IDAtNC45MDgtMy4zOTEtNi43My0xMi40OTYtNi43My05LjUzMy0uMTA4LTE3LjM5NSAyLjI3Mi0yMC42MjkgMy4zMjIuMjA0LTEuMjI2IDIuNzA0LTE2LjYzOCAyLjcwNC0xNi42MzggOS43MDktMi44NTggMTYuMTE3LTMuOTMgMjMuMzE3LTMuOTMgMTYuNzQyIDAgMjUuNjA0IDcuNTE4IDI1LjU4MyAyMS43MDUuMDM0IDMuODItLjU5NSA4LjUxMi0xLjU3OSAxNC42NzUtMS42ODMgMTAuNzI1LTUuMzI1IDMzLjcyNS01LjgxMiAzOS4zMTd6bS0yMjAuMzkyLTEuMTIyYy01LjMzOCAxLjY4LTkuNDk2IDIuNDEtMTQgMi40MS05Ljk2MyAwLTE1LjQtNS43MjYtMTUuNC0xNi4yNjctLjEzOC0zLjI4IDEuNDM3LTExLjg4IDIuNjc1LTE5LjczOCAxLjEyLTYuOTI1IDguNDQ2LTUwLjUzMyA4LjQ0Ni01MC41MzNoMTkuMzY2bC0yLjI1OCAxMS4yMTJoOS45NDJsLTIuNjQ2IDE3Ljc4OGgtOS45NzVjLTIuMjUgMTQuMDkxLTUuNDYzIDMxLjYyLTUuNDk2IDMzLjk1IDAgMy44MjkgMi4wNDIgNS40ODMgNi42NzEgNS40ODMgMi4yMiAwIDMuOTM3LS4yMTcgNS4yNTQtLjY5MmwtMi41NzkgMTYuMzg4bTU5LjM5Mi0uNTkxYy02LjY1IDIuMDMzLTEzLjA4IDMuMDEyLTE5Ljg4IDMtMjEuNjgzLS4wMjItMzIuOTg3LTExLjM0Ny0zMi45ODctMzMuMDM0IDAtMjUuMzIxIDE0LjM4LTQzLjk1IDMzLjktNDMuOTUgMTUuOTcgMCAyNi4xNyAxMC40MjkgMjYuMTcgMjYuOCAwIDUuNDMzLS43IDEwLjczMy0yLjM4MiAxOC4yMTJoLTM4LjU3NWMtMS4zMDUgMTAuNzQyIDUuNTcgMTUuMjIxIDE2LjgzNyAxNS4yMjEgNi45MyAwIDEzLjE4OC0xLjQzMyAyMC4xMzctNC42NzVsLTMuMjIgMTguNDI1em0tMTAuODkyLTQzLjkxM2MuMTE3LTEuNTM4IDIuMDU4LTEzLjIxNy05LjAxMy0xMy4yMTctNi4xNjYgMC0xMC41NzkgNC43MTctMTIuMzc1IDEzLjIxN2gyMS4zODh6bS0xMjMuNDIxLTUuMDA0YzAgOS4zNjYgNC41NDIgMTUuODE2IDE0Ljg0MiAyMC42NzUgNy44OTEgMy43MDggOS4xMTIgNC44MTIgOS4xMTIgOC4xNyAwIDQuNjE3LTMuNDgzIDYuNy0xMS4xODcgNi43LTUuODE3IDAtMTEuMjI1LS45MDgtMTcuNDY3LTIuOTIgMCAwLTIuNTU0IDE2LjMyLTIuNjcgMTcuMSA0LjQyLjk2NiA4LjM3NCAxLjg1IDIwLjI3NCAyLjE5MSAyMC41NjcgMCAzMC4wNTktNy44MjkgMzAuMDU5LTI0Ljc0NiAwLTEwLjE3OS0zLjk3MS0xNi4xNS0xMy43MzgtMjAuNjM3LTguMTY3LTMuNzU4LTkuMTEyLTQuNTgzLTkuMTEyLTguMDQ2IDAtNCAzLjI0NS02LjA1OCA5LjU0MS02LjA1OCAzLjgyMSAwIDkuMDQ2LjQyIDE0LjAwNCAxLjEyNWwyLjc3MS0xNy4xOGMtNS4wNDEtLjgtMTIuNjkxLTEuNDQxLTE3LjE0Ni0xLjQ0MS0yMS44MDQgMC0yOS4zNDUgMTEuMzc5LTI5LjI4MyAyNS4wNjdtMzk4LjQ1NCA1MC42MjloLTE4LjQzN2wuOTE3LTYuODkyYy01LjM0NiA1LjcxNy0xMC44MjUgOC4xOC0xNy45NjcgOC4xOC0xNC4xNjcgMC0yMy41My0xMi4yMTMtMjMuNTMtMzAuNzI2IDAtMjQuNjI5IDE0LjUyMi00NS4zOTIgMzEuNzA5LTQ1LjM5MiA3LjU1OCAwIDEzLjI4IDMuMDg4IDE4LjYwNCAxMC4wOTZsNC4zMjUtMjYuMzA4aDE5LjIyMWwtMTQuODQyIDkxLjA0MnptLTI4Ljc0NS0xNy4xMDljOS4wNzUgMCAxNS40NS0xMC4yODMgMTUuNDUtMjQuOTU0IDAtOS40MDQtMy42My0xNC41MDgtMTAuMzI1LTE0LjUwOC04LjgzOCAwLTE1LjExNyAxMC4zMTctMTUuMTE3IDI0Ljg3NSAwIDkuNjg3IDMuMzU4IDE0LjU4NyA5Ljk5MiAxNC41ODd6bS01Ni44NDMtNTYuOTI5Yy0yLjQ0IDIyLjkxNy02Ljc3NCA0Ni4xMy0xMC4xNjIgNjkuMDYzbC0uODkxIDQuOTc1aDE5LjQ5MWM2Ljk3MS00NS4yNzUgOC42NTktNTQuMTE3IDE5LjU4OC01My4wMDkgMS43NDItOS4yNjYgNC45ODMtMTcuMzgzIDcuNC0yMS40NzktOC4xNjMtMS43LTEyLjcyMSAyLjkxMy0xOC42ODggMTEuNjc1LjQ3MS0zLjc4NyAxLjMzNC03LjQ2NiAxLjE2My0xMS4yMjVoLTE3LjltLTE2MC40MjEgMGMtMi40NDYgMjIuOTE3LTYuNzggNDYuMTMtMTAuMTY3IDY5LjA2M2wtLjg4NyA0Ljk3NWgxOS41YzYuOTYyLTQ1LjI3NSA4LjY0Ni01NC4xMTcgMTkuNTctNTMuMDA5IDEuNzUtOS4yNjYgNC45OTItMTcuMzgzIDcuNC0yMS40NzktOC4xNTQtMS43LTEyLjcxNiAyLjkxMy0xOC42NzggMTEuNjc1LjQ3LTMuNzg3IDEuMzI1LTcuNDY2IDEuMTYyLTExLjIyNWgtMTcuOW0yNTQuNTY3IDY4LjI0MmMwLTMuMjEzIDIuNTk2LTUuOCA1Ljc5Ni01LjhhNS43OSA1Ljc5IDAgMCAxIDUuNzk1IDUuOCA1Ljc5NyA1Ljc5NyAwIDAgMS01Ljc5NSA1Ljc5NiA1LjggNS44IDAgMCAxLTUuNzk2LTUuNzk2em01Ljc5NiA0LjQwNGE0LjQwMyA0LjQwMyAwIDAgMCA0LjQwNC00LjQwNCA0LjQwNCA0LjQwNCAwIDAgMC00LjQwNC00LjQwOCA0LjQxIDQuNDEgMCAwIDAtNC40MDkgNC40MDggNC40MSA0LjQxIDAgMCAwIDQuNDA5IDQuNDA0em0tLjc4NC0xLjg3aC0xLjE4N3YtNS4wODRoMi4xNTRjLjQ0NiAwIC45MDguMDA4IDEuMjk2LjI1NC40MTYuMjgzLjY1NC43NjcuNjU0IDEuMjc1IDAgLjU3NS0uMzM4IDEuMTEzLS44ODggMS4zMTdsLjk0MiAyLjIzN2gtMS4zMmwtLjc4LTIuMDA4aC0uODd2Mi4wMDh6bTAtMi44OGguNjU0Yy4yNDYgMCAuNTEzLjAxNy43My0uMS4xOTUtLjEyNS4yOTUtLjM2Mi4yOTUtLjU4N2EuNjc3LjY3NyAwIDAgMC0uMjg3LS41MjVjLS4yMDQtLjExNy0uNTQyLS4wODQtLjc2My0uMDg0aC0uNjI5djEuMjk2eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=) no-repeat}#give_purchase_form_wrap span.card-type.discover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NTAiIGhlaWdodD0iNDcxIj48ZyBmaWxsPSJub25lIj48cGF0aCBkPSJNNTIuOSAwQzIzLjcgMCAwIDIzLjIgMCA1MS43djM2Ny42QzAgNDQ3LjkgMjMuNyA0NzEgNTIuOSA0NzFoNjQ0LjJjMjkuMiAwIDUyLjktMjMuMiA1Mi45LTUxLjdWNTEuN0M3NTAgMjMuMSA3MjYuMyAwIDY5Ny4xIDBINTIuOXoiIGZpbGw9IiM0RDRENEQiLz48cGF0aCBkPSJNMzE0LjYgMTUyLjJjOC41IDAgMTUuNiAxLjcgMjQuMyA1Ljl2MjIuMWMtOC4yLTcuNi0xNS40LTEwLjgtMjQuOC0xMC44LTE4LjUgMC0zMy4xIDE0LjUtMzMuMSAzMyAwIDE5LjUgMTQuMSAzMy4yIDM0IDMzLjIgOSAwIDE2LTMgMjMuOS0xMC41djIyLjFjLTkgNC0xNi4zIDUuNi0yNC44IDUuNi0zMC4xIDAtNTMuNC0yMi01My40LTUwLjIgMC0yOCAyMy45LTUwLjQgNTMuOS01MC40em0tOTMuNC42YzExLjEgMCAyMS4zIDMuNiAyOS43IDEwLjdsLTEwLjMgMTIuOGMtNS4xLTUuNC0xMC03LjgtMTUuOS03LjgtOC41IDAtMTQuNyA0LjctMTQuNyAxMC43IDAgNS4yIDMuNSA4IDE1LjMgMTIuMSAyMi41IDcuOCAyOS4xIDE0LjggMjkuMSAzMC4xIDAgMTguNi0xNC40IDMxLjYtMzQuOSAzMS42LTE1IDAtMjYtNS43LTM1LjEtMTguNGwxMi44LTExLjZjNC42IDguMyAxMi4xIDEyLjggMjEuNiAxMi44IDguOCAwIDE1LjMtNS44IDE1LjMtMTMuNiAwLTQtMi03LjUtNS45LTkuOS0yLTEuMi01LjktMi45LTEzLjctNS41LTE4LjUtNi40LTI0LjktMTMuMi0yNC45LTI2LjQgMC0xNS44IDEzLjctMjcuNiAzMS42LTI3LjZ6bTIyNS43IDEuN2gyMS42bDI3IDY0LjYgMjcuMy02NC42aDIxLjRsLTQzLjcgOTguN2gtMTAuNmwtNDMtOTguN3ptLTM4Mi4xLjFoMjljMzIgMCA1NC40IDE5LjggNTQuNCA0OC4yIDAgMTQuMi02LjkgMjcuOS0xOC40IDM3LTkuNyA3LjYtMjAuOCAxMS4xLTM2LjEgMTEuMUg2NC44di05Ni4zem05Mi41IDBIMTc3djk2LjNoLTE5Ljd2LTk2LjN6bTM5NS45IDBoNTZ2MTYuM2gtMzYuM3YyMS40aDM0Ljl2MTYuM2gtMzQuOXYyNmgzNi4zdjE2LjNoLTU2di05Ni4zem02OS4xIDBoMjkuMmMyMi44IDAgMzUuOSAxMC40IDM1LjkgMjguNCAwIDE0LjgtOC4yIDI0LjUtMjMuMSAyNy4zbDMxLjkgNDAuNmgtMjQuM2wtMjcuMy0zOC43SDY0MnYzOC43aC0xOS43di05Ni4zem0xOS43IDE1LjJ2MjkuMWg1LjdjMTIuNyAwIDE5LjMtNS4yIDE5LjMtMTQuOCAwLTkuNC02LjYtMTQuMy0xOC45LTE0LjNINjQyem0tNTU3LjQgMS4xdjYzLjdoNS4zYzEyLjcgMCAyMC44LTIuMyAyNy03LjcgNi44LTUuNyAxMC45LTE1IDEwLjktMjQuMnMtNC4xLTE4LjItMTAuOS0yNGMtNi41LTUuNi0xNC4zLTcuOC0yNy03LjhoLTUuM3oiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMzk5LjIgMTUxLjZjMjkuNyAwIDUzLjggMjIuMSA1My44IDQ5LjVzLTI0LjEgNDkuNi01My44IDQ5LjZjLTI5LjggMC01My45LTIyLjItNTMuOS00OS42IDAtMjcuNCAyNC4xLTQ5LjUgNTMuOS00OS41ek03NTAgMjcxLjFDNzI0LjkgMjg4LjMgNTM3LjQgNDExLjUgMjEyLjcgNDcxaDQ4NC40YzI5LjIgMCA1Mi45LTIzLjIgNTIuOS01MS43VjI3MS4xeiIgZmlsbD0iI0Y0NzIxNiIvPjwvZz48L3N2Zz4=) no-repeat}#give_purchase_form_wrap span.card-type.amex{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NTAiIGhlaWdodD0iNDcxIj48c3R5bGU+LmF7ZmlsbDojZmZmfTwvc3R5bGU+PGcgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9Ijc1MCIgaGVpZ2h0PSI0NzEiIHJ4PSI0MCIgZmlsbD0iIzI1NTdENiIvPjxwYXRoIGQ9Ik0wIDIyMS4yaDM2bDguMS0xOS41aDE4LjJsOC4xIDE5LjVoNzAuOXYtMTQuOWw2LjMgMTQuOWgzNi44bDYuNC0xNS4ydjE1LjJoMTc2LjFsLS4xLTMyaDMuNGMyLjQgMCAzLjEuMyAzLjEgNC4ydjI3LjhoOTEuMXYtNy41YzcuNCA0IDE4LjggNy41IDMzLjkgNy41aDM4LjNsOC4yLTE5LjVINTYzbDggMTkuNWg3My44di0xOC41bDExLjIgMTguNWg1OS4yVjk4LjdoLTU4LjZ2MTQuNGwtOC4yLTE0LjRoLTYwLjF2MTQuNGwtNy41LTE0LjRoLTgxLjJjLTEzLjYgMC0yNS41IDEuOS0zNS4yIDcuMXYtNy4xaC01NnY3LjFjLTYuMS01LjQtMTQuNS03LjEtMjMuOC03LjFIMTc5LjlsLTEzLjcgMzEuNi0xNC4xLTMxLjZIODcuNnYxNC40bC03LjEtMTQuNGgtNTVMMCAxNTYuOXY2NC4zem0yMjcuNC0xNy43aC0yMS42bC0uMS02OC44LTMwLjYgNjguOGgtMTguNUwxMjYgMTM0Ljd2NjguOEg4My4xTDc1IDE4My45SDMxLjFsLTguMiAxOS42SDBsMzcuOC04Ny44aDMxLjNsMzUuOCA4My4xdi04My4xaDM0LjVsMjcuNSA1OS42IDI1LjQtNTkuNmgzNS4xdjg3Ljh6TTY3LjggMTY1LjdsLTE0LjUtMzUtMTQuMyAzNWgyOC44em0yNDUuNiAzNy44SDI0M3YtODcuOGg3MC40VjEzNGgtNDkuM3YxNS44aDQ4LjF2MThoLTQ4LjF2MTcuNWg0OS4zdjE4LjJ6bTk5LjMtNjQuMmMwIDE0LTkuNCAyMS4zLTE0LjkgMjMuNCA0LjYgMS44IDguNiA0LjkgMTAuNCA3LjQgMyA0LjQgMy41IDguMyAzLjUgMTYuMnYxNy4yaC0yMS4ybC0uMS0xMS4xYzAtNS4yLjUtMTIuOC0zLjMtMTcuMS0zLjEtMy4xLTcuOC0zLjctMTUuNC0zLjdoLTIyLjZ2MzEuOUgzMjh2LTg3LjhoNDguNWMxMC44IDAgMTguNy4zIDI1LjUgNC4yIDYuNyAzLjkgMTAuNyA5LjYgMTAuNyAxOS40ek0zODYgMTUyLjRjLTIuOSAxLjctNi4zIDEuOC0xMC40IDEuOEgzNTB2LTE5LjVoMjUuOWMzLjcgMCA3LjUuMSAxMCAxLjYgMi44IDEuMiA0LjUgNCA0LjUgNy43IDAgMy45LTEuNiA3LTQuNCA4LjR6bTYwLjUgNTEuMUg0MjV2LTg3LjhoMjEuNXY4Ny44em0yNDkuNyAwaC0yOS44bC00MC02NS45djY1LjloLTQzbC04LjItMTkuNmgtNDMuOGwtNy45IDE5LjZoLTI0LjdjLTEwLjIgMC0yMy4yLTIuMi0zMC42LTkuNy03LjQtNy41LTExLjItMTcuNi0xMS4yLTMzLjUgMC0xMy4xIDIuMy0yNSAxMS4zLTM0LjQgNi45LTcgMTcuNS0xMC4yIDMyLjEtMTAuMmgyMC40djE4LjhoLTIwYy03LjcgMC0xMi4xIDEuMS0xNi4yIDUuMi0zLjYgMy43LTYuMSAxMC43LTYuMSAxOS45IDAgOS40IDEuOSAxNi4yIDUuOCAyMC42IDMuMiAzLjUgOS4xIDQuNiAxNC43IDQuNmg5LjVsMjkuNy02OS4xaDMxLjZsMzUuNyA4My4xdi04My4xaDMyLjFsMzcgNjEuMnYtNjEuMmgyMS42djg3Ljh6bS0xMjguMS0zNy44bC0xNC42LTM1LTE0LjUgMzVoMjkuMXpNNzUwIDM0My44Yy01LjIgNy40LTE1LjEgMTEuMi0yOC43IDExLjJoLTQwLjd2LTE4LjhoNDAuNmM0IDAgNi44LS42IDguNS0yLjIgMS41LTEuNCAyLjUtMy4zIDIuNS01LjcgMC0yLjYtMS00LjYtMi42LTUuOC0xLjUtMS40LTMuNy0yLTcuNC0yLTE5LjgtLjctNDQuNS42LTQ0LjUtMjcuMiAwLTEyLjcgOC4xLTI2LjIgMzAuMy0yNi4yaDQydi0xNy40aC0zOS4xYy0xMS43IDAtMjAuMyAyLjgtMjYuNCA3LjF2LTcuMWgtNTcuN2MtOS4yIDAtMjAgMi4yLTI1LjIgNy4xdi03LjFoLTEwM3Y3LjFjLTguMi01LjgtMjIuMS03LjEtMjguNS03LjFoLTY3Ljl2Ny4xYy02LjUtNi4yLTIxLTcuMS0yOS44LTcuMWgtNzZMMjc5IDI2OC40bC0xNi40LTE4LjdIMTQ5djEyMi42aDExMS41bDE3LjktMTkuMSAxNi45IDE5LjFoNjguOHYtMjguOGg2LjdjOS4yLjEgMTkuOS0uMiAyOS40LTQuM3YzMy4xaDU2Ljd2LTMyaDIuN2MzLjUgMCAzLjkuMiAzLjkgMy42djI4LjRoMTcyLjJjMTAuOSAwIDIyLjQtMi44IDI4LjctNy45djcuOUg3MTljMTEuNCAwIDIyLjUtMS42IDMxLTUuN3YtMjIuOHptLTM0MS41LTQ3LjJjMCAyNC40LTE4LjMgMjkuNS0zNi44IDI5LjVoLTI2LjN2MjkuNGgtNDFsLTI1LjktMjkuMS0yNyAyOS4xSDE2OHYtODcuOGg4NC44bDI1LjkgMjguOCAyNi45LTI4LjhoNjcuM2MxNi44IDAgMzUuNiA0LjYgMzUuNiAyOC45ek0yNDAuOCAzMzdIMTg5di0xNy40aDQ2LjN2LTE4SDE4OXYtMTUuOWg1Mi44bDIzLjEgMjUuNi0yNC4xIDI1Ljd6bTgzLjYgMTAuMUwyOTIgMzExLjNsMzIuNC0zNC42djcwLjR6bTQ3LjgtMzkuMUgzNDV2LTIyLjNoMjcuNWM3LjYgMCAxMi45IDMuMSAxMi45IDEwLjdzLTUuMSAxMS42LTEzLjIgMTEuNnpNNTE1IDI2Ny43aDcwLjN2MTguMUg1MzZ2MTZoNDguMXYxNy45SDUzNnYxNy41bDQ5LjMuMXYxOC4ySDUxNXYtODcuOHptLTI3LjEgNDdjNC43IDEuNyA4LjUgNC44IDEwLjMgNy40IDMgNC4zIDMuNSA4LjMgMy41IDE2djE3LjRoLTIxLjF2LTExYzAtNS4zLjUtMTMuMS0zLjQtMTcuMi0zLjEtMy4xLTcuOC0zLjktMTUuNS0zLjloLTIyLjV2MzIuMUg0MTh2LTg3LjhoNDguN2MxMC42IDAgMTguNC40IDI1LjMgNC4xIDYuNyA0IDEwLjkgOS41IDEwLjkgMTkuNSAwIDE0LTkuNCAyMS4yLTE1IDIzLjR6TTQ3NiAzMDMuNmMtMi44IDEuNy02LjMgMS44LTEwLjQgMS44SDQ0MHYtMTkuN2gyNS45YzMuOCAwIDcuNSAwIDEwLjEgMS42IDIuNyAxLjQgNC40IDQuMSA0LjQgNy45IDAgMy43LTEuNyA2LjctNC40IDguNHptMTkwLjMgNS42YzQuMSA0LjIgNi4zIDkuNiA2LjMgMTguNiAwIDE4LjktMTEuOCAyNy43LTMzLjEgMjcuN2gtNDF2LTE4LjhoNDAuOWM0IDAgNi44LS41IDguNi0yLjIgMS40LTEuMyAyLjUtMy4zIDIuNS01LjcgMC0yLjYtMS4yLTQuNi0yLjYtNS44LTEuNi0xLjQtMy45LTItNy41LTItMTkuNy0uNy00NC40LjYtNDQuNC0yNy4yIDAtMTIuNyA4LTI2LjEgMzAuMS0yNi4xaDQyLjN2MTguN2gtMzguN2MtMy44IDAtNi4zLjEtOC40IDEuNi0yLjQgMS40LTMuMiAzLjUtMy4yIDYuMyAwIDMuMyAxLjkgNS41IDQuNiA2LjUgMi4yLjggNC42IDEgOC4yIDFsMTEuNC4zYzExLjQuMyAxOS4zIDIuMyAyNCA3LjF6bTgzLjctMjMuNWgtMzguNGMtMy45IDAtNi40LjEtOC42IDEuNi0yLjIgMS40LTMgMy41LTMgNi4zIDAgMy4zIDEuOCA1LjUgNC42IDYuNSAyLjIuOCA0LjYgMSA4LjEgMWwxMS40LjNjMTEuNi4zIDE5LjMgMi4zIDIzLjkgNy4xLjkuNyAxLjQgMS40IDIgMi4ydi0yNXoiIGNsYXNzPSJhIi8+PC9nPjwvc3ZnPg==) no-repeat}#give_purchase_form_wrap span.card-type.maestro{background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzUwIDQ3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48cmVjdCB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgcng9IjQwIiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTY3NSAyMzUuNTFjMCA5OS4xMzMtODAuMzUgMTc5LjUtMTc5LjQ4IDE3OS41LTk5LjEyMSAwLTE3OS40OC04MC4zNjMtMTc5LjQ4LTE3OS41QzMxNi4wNCAxMzYuMzY4IDM5Ni4zOTggNTYgNDk1LjUyIDU2IDU5NC42NTMgNTYgNjc1IDEzNi4zNjcgNjc1IDIzNS41MSIgZmlsbD0iI0Q5MjIyQSIvPjxwYXRoIGQ9Ik0zNTYuODcgMzQ5LjQ5YTE3Ny45MDggMTc3LjkwOCAwIDAgMS0xMy42NzUtMTkuMDA4aDYzLjYxMmExNzguNjkgMTc4LjY5IDAgMCAwIDEwLjM0Mi0xOS4wMTNoLTg0LjI5MmExNzguNDE4IDE3OC40MTggMCAwIDEtNy41OTYtMTloOTkuNDc1YzUuOTg4LTE3LjkwNCA5LjIzLTM3LjA1IDkuMjMtNTYuOTYyIDAtMTMuMDQ2LTEuMzkyLTI1Ljc2Mi00LjAzLTM4LjAxM2gtMTA5Ljg2YTE3OC4yMTQgMTc4LjIxNCAwIDAgMSA1LjIwOC0xOS4wMDhoOTkuNDQyYTE4MS40NDIgMTgxLjQ0MiAwIDAgMC03LjU5MS0xOS4wMDRIMzMyLjg4YTE4MC44NSAxODAuODUgMCAwIDEgMTAuMzM4LTE5LjAwOGg2My41N2ExODEuNDMzIDE4MS40MzMgMCAwIDAtMTMuNjctMTguOTkyaC0zNi4yMjVhMTgxLjA4OCAxODEuMDg4IDAgMCAxIDE4LjExMi0xOWMtMzEuODU0LTI4Ljg4My03NC4xMzgtNDYuNDgzLTEyMC41Mi00Ni40ODMtOTkuMTMgMC0xNzkuNDkgODAuMzY3LTE3OS40OSAxNzkuNTEgMCA5OS4xMzMgODAuMzU4IDE3OS41IDE3OS40OSAxNzkuNSA0Ni4zODggMCA4OC42NjctMTcuNTk2IDEyMC41Mi00Ni40NzVhMTgwLjMzNyAxODAuMzM3IDAgMCAwIDE4LjEzMy0xOS4wMzhoLTM2LjI2NyIgZmlsbD0iIzAwOTdEMCIvPjxwYXRoIGQ9Ik02NTEuMDggMzM1LjU0YzAtMy4yIDIuNTk2LTUuNzk2IDUuOC01Ljc5NiAzLjIgMCA1Ljc5MiAyLjU5NiA1Ljc5MiA1Ljc5NiAwIDMuMjA0LTIuNTkyIDUuOC01Ljc5MiA1LjhhNS43OTkgNS43OTkgMCAwIDEtNS44LTUuOHptNS44IDQuNDA4YTQuNDAxIDQuNDAxIDAgMCAwIDQuNDA0LTQuNDA4IDQuMzk2IDQuMzk2IDAgMCAwLTQuNDA0LTQuMzk2IDQuNCA0LjQgMCAwIDAtNC40MDggNC4zOTYgNC40MDUgNC40MDUgMCAwIDAgNC40MDggNC40MDh6bS0uNzg3LTEuODYyaC0xLjE4NHYtNS4wOTJoMi4xNWMuNDQ2IDAgLjkwNC4wMDQgMS4zLjI1OC40MTcuMjg0LjY0Ni43NzUuNjQ2IDEuMjcxIDAgLjU4NC0uMzM3IDEuMTEzLS44OCAxLjMxN2wuOTM0IDIuMjQ2aC0xLjMxN2wtLjc3NS0yLjAwOWgtLjg3NXYyLjAwOXptMC0yLjg4aC42NThjLjI0NiAwIC41MDQuMDE3LjcyNS0uMWEuNzEyLjcxMiAwIDAgMCAuMy0uNTkxLjY1Mi42NTIgMCAwIDAtLjI4OC0uNTEzYy0uMjEyLS4xMjUtLjU0MS0uMS0uNzYyLS4xaC0uNjM0djEuMzA1ek0zNzIuNDUgMjg0LjAxYy03LjY3IDIuMDMzLTE1LjA4OCAzLjAyNS0yMi45MjkgMy4wMDgtMjUuMDE3LS4wMjUtMzguMDQ2LTExLjQxNy0zOC4wNDYtMzMuMiAwLTI1LjQ1OCAxNi41ODgtNDQuMTgzIDM5LjEtNDQuMTgzIDE4LjQxNyAwIDMwLjE3NSAxMC41IDMwLjE3NSAyNi45NDYgMCA1LjQ1OS0uNzk2IDEwLjc3MS0yLjc0NiAxOC4yOTZoLTQ0LjQ4OGMtMS41ODMgMTAuNjMzIDYuMTg4IDE1LjMwNCAxOS40MTIgMTUuMzA0IDcuOTI1IDAgMTUuMDkyLTEuNDI1IDIzLjAyNS00LjYxMmwtMy41MDQgMTguNDQyem0tMTEuOTYyLTQ0LjE1YzAtMS42MDggMi40NzUtMTMuMDMzLTEwLjQtMTMuMjgzLTcuMTA4IDAtMTIuMjA4IDQuNzI1LTE0LjI3MSAxMy4yODNoMjQuNjcxem0yNy4wMzItNWMwIDkuNDA0IDUuMjk2IDE1LjkgMTcuMzI5IDIwLjczOCA5LjIgMy43NyAxMC42NSA0Ljg1OCAxMC42NSA4LjIyIDAgNC42NjMtNC4wNjcgNi44MDUtMTMuMDkyIDYuNzQ3LTYuNzgtLjA1LTEyLjk2Mi0uODcxLTIwLjI2Mi0yLjg5NmwtMy4yMyAxNy4xNTRjNi40ODggMS41MDQgMTUuNTg5IDIgMjMuNjUgMi4xODcgMjQuMDI2IDAgMzUuMTE4LTcuODY2IDM1LjExOC0yNC44NjcgMC0xMC4yMTctNC42MjUtMTYuMjMzLTE2LjAzMy0yMC43MTItOS41MzgtMy44MDgtMTAuNjU4LTQuNjM3LTEwLjY1OC04LjA4MyAwLTQuMDUgMy43NzktNi4xIDExLjE1LTYuMSA0LjQ2MiAwIDEwLjU3OS40MTIgMTYuMzc5IDEuMTA4bDMuMjU4LTE3LjI0MmMtNS45MTItLjgyNS0xNC44ODMtMS40ODMtMjAuMDc1LTEuNDgzLTI1LjQ1IDAtMzQuMjU4IDExLjQ1OC0zNC4xODMgMjUuMjI5bS04OC4yNDEgNTAuOTNoLTE4LjY2MmwuNDQ2LTcuODJjLTUuNjkyIDYuMTctMTMuMjcxIDkuMDQtMjMuNTU4IDkuMDQtMTIuMTc1IDAtMjAuNTE3LTguMzI0LTIwLjUxNy0yMC4yOTUgMC0xOC4xOTYgMTQuNS0yOC42OTIgMzkuNDI5LTI4LjY5MiAyLjU2MiAwIDUuODIuMTkyIDkuMTY3LjU2Mi42OTEtMi40MzMuODc5LTMuNDc5Ljg3OS00LjgwOCAwLTQuOTgtMy45MjEtNi44MTItMTQuNDEyLTYuODEyLTEwLjM0Mi4wNDEtMTcuMzIxIDEuNTctMjMuNzk2IDMuMzEybDMuMTg3LTE2LjdjMTEuMTk2LTIuODQ2IDE4LjUzLTMuOTQyIDI2LjgyNS0zLjk0MiAxOS4zMDQgMCAyOS41IDcuNTY3IDI5LjUgMjEuNzk2LjE2NyAzLjc5Ni0xLjE1OCAxMS40MTItMS44MiAxNC43NDYtLjc1OSA0Ljg1NS02LjEwOSAzMi45NzUtNi42NjcgMzkuNjEyem0tMTYuMzc5LTMzLjE5MmMtMi4zNjctLjI0Mi0zLjM5Ni0uMzEzLTUuMDEzLS4zMTMtMTIuNzI5IDAtMTkuMTgzIDMuNzg4LTE5LjE4MyAxMS4yNjggMCA0LjY5MSAzLjE1IDcuNjMzIDguMDU5IDcuNjMzIDkuMTQ2IDAgMTUuNzUtNy42NSAxNi4xMzgtMTguNTg4ek00NzcgMjg0LjYxYy02LjEyNSAxLjY4LTEwLjg5NiAyLjQwOC0xNi4wNTggMi40MDgtMTEuNDMzIDAtMTcuNjc1LTUuODQxLTE3LjY3NS0xNi4yNS0uMzU4LTIuODU4IDIuNDMzLTE2LjA1OCAzLjA2Ny0xOS43MzguNjMzLTMuNjkxIDEwLjUzOC01Ny40OTIgMTAuNTM4LTU3LjQ5MmgyMi4yMTJsLTMuMzYzIDE3LjhoMTEuMzkybC0zLjA5NiAxOC4xNzFoLTExLjQ0MnMtNi4yNzkgMzEuNTMtNi4yNzkgMzMuOTMzYzAgMy44MjUgMi4zMTcgNS40ODggNy42MzQgNS40ODggMi41NDUgMCA0LjUwOC0uMjM4IDYuMDI5LS42OTJMNDc3IDI4NC42MW05OS4yNS03NC45OGMtMTYuMjc5IDAtMjkgNi43LTM2LjM4OCAxNy44OTJsNi40MTItMTYuNTk2Yy0xMS44MTctNC4zMzgtMTkuNDMzIDEuODUtMjYuMzI1IDEwLjY1IDAgMC0xLjE1NCAxLjQ2Mi0yLjMgMi44di0xMy4wNWgtMjAuODU4Yy0yLjgyNSAyMy4wMjktNy44MiA0Ni4zNzktMTEuNzI5IDY5LjQ0NmwtLjk0MSA1LjAyaDIyLjQzOGMyLjEyNS0xMS43MDcgMy44NzUtMjEuMjExIDUuNjE3LTI4Ljc4NyA0Ljc2Ni0yMC43ODggMTIuNzg4LTI3LjE0MiAyNC44MjktMjQuMzMzLTIuNzggNS45NzktNC4zMDUgMTIuODkyLTQuMzA1IDIwLjU1NCAwIDE4LjU3OSAxMC4wOTIgMzMuNzg4IDM1LjE1IDMzLjc4OCAyNS4yODggMCA0My41OTYtMTMuNTA4IDQzLjU5Ni00NC4zMDggMC0xOC41OC0xMi4yLTMzLjA3NS0zNS4xOTYtMzMuMDc1em0tNi41MyA1OS4zMTdjLTcuOTI0LjEyNS0xMi43MjgtNi41MjUtMTIuNzI4LTE2LjQ3MSAwLTExLjc5MiA3LjAxMi0yNS4xMTIgMTguMjc1LTI1LjExMiA5LjA4NyAwIDEyLjIgNy4yMDQgMTIuMiAxNC44NzkgMCAxNi43NzktNi44NzUgMjYuNzA0LTE3Ljc0NiAyNi43MDR6TTIyNi41MyAyODUuNzloLTIyLjM0bDEzLjI4LTY5Ljk1LTMwLjU3IDY5Ljk1aC0yMC4zN2wtMy43My02OS41NS0xMy4zMiA2OS41NWgtMjAuMjdsMTcuMjctOTAuOTloMzQuOTFsMi45MSA1MC43MiAyMi4xMi01MC43MmgzNy43MmwtMTcuNjEgOTAuOTkiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNjEzLjE1IDI3NC4zOWE1LjggNS44IDAgMCAxIDUuNzk2LTUuNzk2YzMuMjA0IDAgNS43OTYgMi42IDUuNzk2IDUuNzk2YTUuNzk2IDUuNzk2IDAgMSAxLTExLjU5MiAwem01Ljc5NiA0LjQxMmE0LjQxNCA0LjQxNCAwIDAgMCA0LjQwOC00LjQxMiA0LjQwNyA0LjQwNyAwIDAgMC00LjQwOC00LjQwNCA0LjQwNiA0LjQwNiAwIDAgMC00LjQwOSA0LjQwNCA0LjQxNCA0LjQxNCAwIDAgMCA0LjQwOSA0LjQxMnptLS43ODQtMS44NjZoLTEuMTg3di01LjA4M2gyLjE1Yy40NSAwIC45MDggMCAxLjMwNC4yNS40MDkuMjc5LjY0Ni43NjYuNjQ2IDEuMjcgMCAuNTgtLjMzOCAxLjExNy0uODgzIDEuMzE3bC45MzMgMi4yNDZoLTEuMzE3bC0uNzctMi4wMDhoLS44NzZ2Mi4wMDh6bTAtMi44ODhoLjY1OWMuMjQxIDAgLjUwNC4wMTcuNzI1LS4wOTZhLjcwMi43MDIgMCAwIDAgLjI5Ni0uNTg3LjYzNS42MzUgMCAwIDAtLjI4NC0uNTEzYy0uMjEyLS4xMjktLjU0MS0uMDk1LS43NjItLjA5NWgtLjYzNHYxLjI5MXpNMzc4LjA1IDI3OC40Yy03LjY2NyAyLjAzMy0xNS4wODggMy4wMy0yMi45MjUgMy4wMTMtMjUuMDE3LS4wMjYtMzguMDQ2LTExLjQyMi0zOC4wNDYtMzMuMjA5IDAtMjUuNDUgMTYuNTc5LTQ0LjE3OSAzOS4wOTYtNDQuMTc5IDE4LjQyMSAwIDMwLjE3NSAxMC40OTYgMzAuMTc1IDI2Ljk0MiAwIDUuNDY3LS44IDEwLjc3MS0yLjc0MiAxOC4zSDMzOS4xMmMtMS41ODMgMTAuNjMgNi4xOCAxNS4zMDggMTkuNDA4IDE1LjMwOCA3LjkyNSAwIDE1LjA4OC0xLjQyNSAyMy4wMy00LjYxNmwtMy41MDkgMTguNDQyem0tMTEuOTYyLTQ0LjE1YzAtMS42MDQgMi40Ny0xMy4wMzMtMTAuNC0xMy4yNzktNy4xMDggMC0xMi4yMDQgNC43My0xNC4yNzEgMTMuMjc5aDI0LjY3MXptMjcuMDQyLTVjMCA5LjQwOCA1LjI4NyAxNS45IDE3LjMyNSAyMC43NDYgOS4yMDQgMy43NjcgMTAuNjUgNC44NTggMTAuNjUgOC4yMTMgMCA0LjY2Ni00LjA2NyA2LjgwOC0xMy4wODggNi43NS02Ljc4My0uMDQ2LTEyLjk2Ny0uODcxLTIwLjI2Mi0yLjg5NmwtMy4yMzggMTcuMTQ2YzYuNDkyIDEuNTE2IDE1LjU5NiAyLjAxMiAyMy42NTQgMi4yIDI0LjAyNSAwIDM1LjEyMS03Ljg3MSAzNS4xMjEtMjQuODcxIDAtMTAuMjE3LTQuNjI5LTE2LjIzOC0xNi4wNDItMjAuNzEyLTkuNTM3LTMuODA5LTEwLjY1NC00LjYzOC0xMC42NTQtOC4wODQgMC00LjA1IDMuNzg0LTYuMSAxMS4xNDYtNi4xIDQuNDcxIDAgMTAuNTgzLjQxNyAxNi4zODggMS4xMTNsMy4yNS0xNy4yNDZjLTUuOTEyLS44MjUtMTQuODc5LTEuNDgzLTIwLjA2Ny0xLjQ4My0yNS40NTggMC0zNC4yNjIgMTEuNDU0LTM0LjE4MyAyNS4yMjVtLTg4LjI0IDUwLjkyOWgtMTguNjY3bC40NS03LjgyYy01LjY5NiA2LjE1Ny0xMy4yNzUgOS4wMzItMjMuNTU4IDkuMDMyLTEyLjE3NSAwLTIwLjUyMS04LjMyNS0yMC41MjEtMjAuMjg4IDAtMTguMjA0IDE0LjQ5Ni0yOC42OTYgMzkuNDI5LTI4LjY5NiAyLjU2MiAwIDUuODE3LjE5MiA5LjE3LjU2My42OTItMi40MzMuODc2LTMuNDc1Ljg3Ni00LjgwOCAwLTQuOTg0LTMuOTE3LTYuODEzLTE0LjQwOC02LjgxMy0xMC4zNDIuMDQyLTE3LjMyMSAxLjU3NS0yMy43OTYgMy4zMTNsMy4xODMtMTYuNjk2YzExLjItMi44NSAxOC41My0zLjk0NiAyNi44My0zLjk0NiAxOS4zMDMgMCAyOS40OTUgNy41NjcgMjkuNDk1IDIxLjc5Mi4xNjcgMy44LTEuMTU4IDExLjQxMi0xLjgxNyAxNC43NTQtLjc2MiA0Ljg1LTYuMTEyIDMyLjk3LTYuNjY2IDM5LjYxMnptLTE2LjM4OC0zMy4xOTZjLTIuMzU4LS4yNDYtMy4zOTItLjMxMy01LjAxMy0uMzEzLTEyLjcyIDAtMTkuMTc4IDMuNzg4LTE5LjE3OCAxMS4yNjggMCA0LjY5NSAzLjE1NCA3LjYzMyA4LjA1NCA3LjYzMyA5LjE1NCAwIDE1Ljc1OC03LjY1NCAxNi4xMzgtMTguNTg4ek00ODIuNjEgMjc5Yy02LjEyIDEuNjc1LTEwLjg5NiAyLjQwOC0xNi4wNTQgMi40MDgtMTEuNDMzIDAtMTcuNjcxLTUuODQ2LTE3LjY3MS0xNi4yNTQtLjM2Mi0yLjg1NCAyLjQzMy0xNi4wNTggMy4wNjMtMTkuNzM4LjYzMy0zLjY5MSAxMC41MzgtNTcuNDkyIDEwLjUzOC01Ny40OTJoMjIuMjA4bC0zLjM1NSAxNy44aDExLjM5MmwtMy4wOTUgMTguMTcxaC0xMS40NDJzLTYuMjg0IDMxLjUzLTYuMjg0IDMzLjkzM2MwIDMuODI1IDIuMzIxIDUuNDggNy42MzQgNS40OCAyLjU0MSAwIDQuNTA4LS4yMyA2LjAyOS0uNjkybC0yLjk2MyAxNi4zODNtMTEwLjQ3LTQyLjM1OWMwIDE2Ljc3NS02Ljg4IDI2LjcwOC0xNy43NTQgMjYuNzA4LTcuOTIuMTEyLTEyLjcyNS02LjUyNS0xMi43MjUtMTYuNDc1IDAtMTEuNzkyIDcuMDA4LTI1LjExMiAxOC4yNzEtMjUuMTEyIDkuMDkyIDAgMTIuMjA4IDcuMjEyIDEyLjIwOCAxNC44Nzl6bTIzLjk3OS40NjdjMC0xOC41OC0xMi4yMDgtMzMuMDgtMzUuMTk2LTMzLjA4LTI2LjQ1IDAtNDMuNTUgMTcuNjI2LTQzLjU1IDQzLjU5NyAwIDE4LjU3OSAxMC4wODMgMzMuNzkyIDM1LjE1IDMzLjc5MiAyNS4yODggMCA0My41OTYtMTMuNTEyIDQzLjU5Ni00NC4zMDh6TTUwMi40IDIwNS43MmMtMi44MiAyMy4wMjktNy44MTcgNDYuMzc1LTExLjcyMSA2OS40NWwtLjk0NiA1LjAyaDIyLjQzM2M4LjA4OC00NC41NTcgMTAuOC01Ny4yNTMgMjcuNzQyLTUyLjc4Mmw4LjE1LTIxLjA4OGMtMTEuODE3LTQuMzM4LTE5LjQyNSAxLjg1NC0yNi4zMDggMTAuNjU4LjYyMS0zLjk2MyAxLjc5Mi03Ljc4NCAxLjUwOC0xMS4yNThINTAyLjRtLTI3MC4yNiA3NC40N0gyMDkuOGwxMy4yNy02OS45Ni0zMC41NyA2OS45NmgtMjAuMzZsLTMuNzMtNjkuNTUtMTMuMzIgNjkuNTVoLTIwLjI3bDE3LjI2LTkxSDE4N2wxLjg1IDU2LjMzIDI0LjU3LTU2LjMzaDM2LjMzbC0xNy42MSA5MSIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=) no-repeat}#give_purchase_form_wrap span.card-type.dinersclub{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9Im5vbmUiPjxyZWN0IGZpbGw9IiMwMDc5QkUiIHdpZHRoPSI3NTAiIGhlaWdodD0iNDcxIiByeD0iNDAiLz48cGF0aCBkPSJNNTg0LjkzNCAyMzcuOTQ3YzAtOTkuNDE1LTgyLjk4MS0xNjguMTMzLTE3My44OTUtMTY4LjFoLTc4LjI0MmMtOTIuMDAzLS4wMzMtMTY3LjczIDY4LjcwNS0xNjcuNzMgMTY4LjEgMCA5MC45MyA3NS43MjcgMTY1LjY0IDE2Ny43MyAxNjUuMjA0aDc4LjI0MmM5MC45MTQuNDM2IDE3My44OTUtNzQuMjkzIDE3My44OTUtMTY1LjIwNHoiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMzMzLjI4IDgzLjkzYy04NC4wNy4wMjctMTUyLjE5NCA2OC4zMDgtMTUyLjIxNCAxNTIuNTguMDIgODQuMjU4IDY4LjE0NCAxNTIuNTMzIDE1Mi4yMTQgMTUyLjU2IDg0LjA5LS4wMjcgMTUyLjIyOC02OC4zMDIgMTUyLjI0LTE1Mi41Ni0uMDEyLTg0LjI3Mi02OC4xNS0xNTIuNTUzLTE1Mi4yNC0xNTIuNTh6IiBmaWxsPSIjMDA3OUJFIi8+PHBhdGggZD0iTTIzNy4wNjYgMjM2LjA5OGMuMDgtNDEuMTggMjUuNzQ2LTc2LjI5NiA2MS45NC05MC4yNXYxODAuNDhjLTM2LjE5NC0xMy45NDctNjEuODYxLTQ5LjA0NC02MS45NC05MC4yM3ptMTMxIDkwLjI3NVYxNDUuODQ3YzM2LjIwNyAxMy45MiA2MS45MTQgNDkuMDU3IDYxLjk4IDkwLjI1Ny0uMDY2IDQxLjIxMi0yNS43NzMgNzYuMzIyLTYxLjk4IDkwLjI2OXoiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+) no-repeat}#give_purchase_form_wrap span.card-type.jcb{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9Ii4wMzIlIiB5MT0iNTAlIiB4Mj0iOTkuOTc0JSIgeTI9IjUwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDdCNDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNTVCMzMwIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCB4MT0iLjQ3MiUiIHkxPSI1MCUiIHgyPSI5OS45ODYlIiB5Mj0iNTAlIiBpZD0iYiI+PHN0b3Agc3RvcC1jb2xvcj0iIzFEMjk3MCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDZEQkEiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSIuMTE0JSIgeTE9IjUwLjAwMSUiIHgyPSI5OS45ODYlIiB5Mj0iNTAuMDAxJSIgaWQ9ImMiPjxzdG9wIHN0b3AtY29sb3I9IiM2RTJCMkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTMwMTM4IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9Im5vbmUiPjxyZWN0IGZpbGw9IiMwRTRDOTYiIHdpZHRoPSI3NTAiIGhlaWdodD0iNDcxIiByeD0iNDAiLz48cGF0aCBkPSJNNjE3LjI0MyAzNDYuNzY2YzAgNDEuNjE1LTMzLjcyOCA3NS4zNi03NS4zNiA3NS4zNkgxMzIuNzU3VjEyNC4yNDVjMC00MS42MjYgMzMuNzMzLTc1LjM3IDc1LjM2NS03NS4zN2w0MDkuMTIxLS4wMDF2Mjk3Ljg5MnoiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNNDgzLjg1OSAyNDIuMDQ1YzExLjY4NC4yNTMgMjMuNDM3LS41MTYgMzUuMDc3LjQgMTEuNzg3IDIuMiAxNC42MjggMjAuMDQzIDQuMTU2IDI1Ljg4OC03LjE0MSAzLjg1LTE1LjYzMyAxLjQzMi0yMy4zNzkgMi4xMTNINDgzLjg2di0yOC40MDF6bTQxLjgzMy0zMi4xNDVjMi41OTYgOS4xNjUtNi4yMzggMTcuMzkyLTE1LjA2NiAxNi4xM2gtMjYuNzY3Yy4xODUtOC42NDItLjM2OC0xOC4wMjEuMjcyLTI2LjIwOCAxMC43MjQuMzAxIDIxLjU0OS0uNjE2IDMyLjIxLjQ4IDQuNTggMS4xNSA4LjQxMyA0LjkxNiA5LjM1IDkuNTk4ek01OTAuMTIgNzMuOTk3Yy40OTggMTcuNTAxLjA3MSAzNS45MjcuMjE0IDUzLjc4My0uMDM1IDcyLjU5Ni4wNzIgMTQ1LjE5NC0uMDU1IDIxNy43OS0uNDY5IDI3LjIwNy0yNC41ODIgNTAuODQ0LTUxLjYgNTEuMzg3LTI3LjA0Ni4xMTEtNTQuMDk1LjAxNi04MS4xNDIuMDQ3di0xMDkuNzVjMjkuNDctLjE1NCA1OC45NTkuMzA3IDg4LjQxNy0uMjMyIDEzLjY2Ny0uODYgMjguNjMyLTkuODc2IDI5LjI3LTI0LjkxNSAxLjYxLTE1LjEwMi0xMi42MzItMjUuNTUtMjYuMTUzLTI3LjIwMS01LjE5OC0uMTM1LTUuMDQ0LTEuNTE1IDAtMi4xMTcgMTIuODkyLTIuNzg3IDIzLjAyLTE2LjEzMyAxOS4yMjYtMjkuNDk5LTMuMjM2LTE0LjA1OC0xOC43NzMtMTkuNDk5LTMxLjY5Ny0xOS40NzItMjYuMzUxLS4xOC01Mi43MDktLjAyNi03OS4wNjMtLjA3Ny4xNzItMjAuNDg5LS4zNTQtNDEgLjI4Ni02MS40NzQgMi4wODctMjYuNzE2IDI2LjgwNi00OC43NDcgNTMuNDQ3LTQ4LjI3aDc4Ljg1eiIgZmlsbD0idXJsKCNhKSIvPjxwYXRoIGQ9Ik0xNTkuNzQgMTI1LjA0Yy42NzQtMjcuMTYzIDI0Ljg4OS01MC42MTEgNTEuODc1LTUxLjAwNyAyNi45NDQtLjA4MyA1My44OTEtLjAxMiA4MC44MzctLjAzNi0uMDc0IDkwLjg4NS4xNDggMTgxLjc3Ny0uMTEyIDI3Mi42NTgtMS4wMzggMjYuODM0LTI0Ljk5IDQ5LjgzNC01MS42NzkgNTAuMzA3LTI2Ljk5Ni4wOTktNTMuOTk1LjAxNC04MC45OTIuMDQyVjI4My41NTFjMjYuMjIzIDYuMTk0IDUzLjcyMiA4LjgzMiA4MC40NzMgNC43MjEgMTUuOTkzLTIuNTc1IDMzLjQ4OC0xMC40MjQgMzguOTAyLTI3LjAxNCAzLjk4Ni0xNC4xOTIgMS43NDItMjkuMTI2IDIuMzM0LTQzLjY5MnYtMzMuODI0aC00Ni4yOTdjLS4yMDggMjIuMzcuNDI2IDQ0Ljc4LS4zMzUgNjcuMTI1LTEuMjQ4IDEzLjczNC0xNC44NDYgMjIuNDYtMjcuOCAyMS45OTUtMTYuMDY2LjE2OS00Ny44OTgtMTEuNjQtNDcuODk4LTExLjY0LS4wOC00MS45MTcuNDY2LTk0LjQwOC42OTItMTM2LjE4MnoiIGZpbGw9InVybCgjYikiLz48cGF0aCBkPSJNMzA5LjcyIDE5Ny4zOWMtMi40MzQuNTE3LS40OS04LjMtMS4xMTQtMTEuNjQ2LjE2Ni0yMS4xNS0uMzQ2LTQyLjMyMy4yODQtNjMuNDU4IDIuMDgzLTI2LjgyOSAyNi45OTEtNDguOTE2IDUzLjczOS00OC4yODhoNzguNzY2Yy0uMDc0IDkwLjg4NC4xNDcgMTgxLjc3NS0uMTEyIDI3Mi42NTYtMS4wMzkgMjYuODM0LTI0Ljk5MiA0OS44MzMtNTEuNjggNTAuMzA4LTI2Ljk5OC4xLTUzLjk5OC4wMTUtODAuOTk3LjA0M1YyNzIuNzA4YzE4LjQ0IDE1LjEyOCA0My41IDE3LjQ4NCA2Ni40NzIgMTcuNTI1IDE3LjMxNy0uMDA2IDM0LjUzNC0yLjY3NSA1MS4zNS02LjY3VjI2MC43OWMtMTguOTUzIDkuNDQ3LTQxLjIzMyAxNS40NDYtNjIuMjQzIDEwLjAxOC0xNC42NTYtMy42NS0yNS4yOTQtMTcuODExLTI1LjA1Ni0zMi45MzYtMS42OTktMTUuNzI4IDcuNTI0LTMyLjMzNSAyMi45ODEtMzcuMDExIDE5LjE5LTYuMDA4IDQwLjEwOC0xLjQxMyA1OC4wOTYgNi4zOTggMy44NTUgMi4wMTggNy43NjUgNC41MjEgNi4yMjItMS45MjF2LTE3LjljLTMwLjA4NC03LjE1Ny02Mi4xMDEtOS43OTItOTIuMzI5LTIuMDA0LTguNzQ4IDIuNDY4LTE3LjI3IDYuMjEtMjQuMzc5IDExLjk1NnoiIGZpbGw9InVybCgjYykiLz48L2c+PC9zdmc+) no-repeat}#give_purchase_form_wrap span.card-type.dankort{background:url(/wp-content/plugins/give/build/assets/dist/css/../../../images/dankort.b2d8eb77.png) no-repeat}#give_purchase_form_wrap span.card-type.unionpay{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48cmVjdCBmaWxsPSIjRkZGIiB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQ3MSIgcng9IjQwIi8+PHBhdGggZD0iTTIwMS44MSA1NWgxNDIuMzkzYzE5Ljg3IDAgMzIuMjg3IDE2LjQwNiAyNy42MyAzNi40N0wzMDUuNSAzNzguOTQ4Yy00LjY1NiAyMC4wNjQtMjQuNjI5IDM2LjQ3LTQ0LjQ5OCAzNi40N0gxMTguNjFjLTE5Ljg3IDAtMzIuMjg3LTE2LjQwNi0yNy42My0zNi40N0wxNTcuMzExIDkxLjQ3QzE2MS45NjggNzEuMzAyIDE4MS44MzcgNTUgMjAxLjcwNiA1NWguMTA0eiIgZmlsbD0iI0QxMDQyOSIvPjxwYXRoIGQ9Ik0zMzEuNzUgNTVoMTYzLjgxNWMxOS44NjkgMCAxMC44NjYgMTYuNDA2IDYuMjA5IDM2LjQ3TDQzNS40NCAzNzguOTQ4Yy00LjY1NyAyMC4wNjQtMy4yMDggMzYuNDctMjMuMDc3IDM2LjQ3SDI0OC41NDljLTE5Ljk3MiAwLTMyLjI4Ny0xNi40MDYtMjcuNTI3LTM2LjQ3TDI4Ny4zNTYgOTEuNDdDMjkyLjAxMiA3MS4zMDIgMzExLjg4IDU1IDMzMS44NTQgNTVoLS4xMDR6IiBmaWxsPSIjMDIyRTY0Ii8+PHBhdGggZD0iTTQ4OS44MTUgNTVoMTQyLjM5NGMxOS44NjkgMCAzMi4yODcgMTYuNDA2IDI3LjYzIDM2LjQ3bC02Ni4zMzMgMjg3LjQ3OGMtNC42NTcgMjAuMDY0LTI0LjYzIDM2LjQ3LTQ0LjQ5OCAzNi40N0g0MDYuNjE0Yy0xOS45NzIgMC0zMi4yODctMTYuNDA2LTI3LjYzLTM2LjQ3TDQ0NS4zMTcgOTEuNDdDNDQ5Ljk3NCA3MS4zMDIgNDY5Ljg0MyA1NSA0ODkuNzExIDU1aC4xMDR6IiBmaWxsPSIjMDc2Rjc0Ii8+PHBhdGggZD0iTTQ2NS45MDUgMzI2LjAxNWgxMy40NTNsMy44MjktMTMuMDYzaC0xMy4zNWwtMy45MzIgMTMuMDYzem0xMC43NjItMzUuOTQ4bC00LjY1NyAxNS40NjZzNS4wNzEtMi42MTMgNy44NjUtMy40NDljMi43OTQtLjYyNyA2LjkzMy0xLjE1IDYuOTMzLTEuMTVsMy4yMDgtMTAuNzYzaC0xMy40NTJsLjEwMy0uMTA0em02LjcyNy0yMi4xNTRsLTQuNDUgMTQuODM5czQuOTY3LTIuMyA3Ljc2MS0zLjAzYzIuNzk0LS43MzIgNi45MzMtLjk0MSA2LjkzMy0uOTQxbDMuMjA4LTEwLjc2NGgtMTMuMzQ5bC0uMTAzLS4xMDR6bTI5LjcgMGwtMTcuMzg2IDU3Ljk5N2g0LjY1N2wtMy42MjIgMTIuMDE3aC00LjY1N2wtMS4xMzggMy42NThINDc0LjM5bDEuMTM5LTMuNjU4SDQ0MmwzLjMxMS0xMS4wNzZoMy40MTVsMTcuNTkzLTU4LjkzOEw0NjkuODM3IDI1NmgxNi44NjhsLTEuNzYgNS45NTZzNC40NS0zLjIzOSA4Ljc5Ny00LjM4OWM0LjI0My0xLjE0OSAyOC42NjUtMS41NjcgMjguNjY1LTEuNTY3bC0zLjYyMiAxMS44MDhoLTUuNzk1bC4xMDMuMTA1eiIgZmlsbD0iI0ZFRkVGRSIvPjxwYXRoIGQ9Ik01MjAgMjU2aDE4LjAwNmwuMjA3IDYuNzkyYy0uMTAzIDEuMTUuODI4IDEuNjcyIDMuMDAxIDEuNjcyaDMuNjIybC0zLjMxMSAxMS4xODJoLTkuNzI4Yy04LjM4Mi42MjctMTEuNTktMy4wMy0xMS4zODMtNy4xMDZsLS4zMS0xMi40MzZMNTIwIDI1NnptMi4yMTYgNTMuMmgtMTcuMTc4bDIuODk3LTkuOTI3aDE5LjY2MmwyLjc5NC05LjA5Mkg1MTEuMDRMNTE0LjM1MSAyNzloNTMuODEybC0zLjMxMSAxMS4xODFoLTE4LjExbC0yLjc5NCA5LjA5MmgxOC4xMWwtMy4wMDIgOS45MjdoLTE5LjU1OGwtMy41MTggNC4xOGg3Ljk2OGwxLjk2NiAxMi41NGMuMjA3IDEuMjU0LjIwNyAyLjA5LjYyIDIuNjEzLjQxNS40MTggMi43OTUuNjI3IDQuMTQuNjI3aDIuMzhsLTMuNzI1IDEyLjIyNmgtNi4xMDZjLS45MyAwLTIuMzgtLjEwNC00LjM0Ni0uMTA0LTEuODYzLS4yMS0zLjEwNC0xLjI1NC00LjM0Ni0xLjg4MS0xLjEzOS0uNTIzLTIuNzk0LTEuODgxLTMuMjA4LTQuMjg1bC0xLjg2My0xMi41NC04LjkgMTIuMzMxYy0yLjc5NCAzLjg2Ny02LjYyMiA2Ljg5Ny0xMy4xNDIgNi44OTdINDk1bDMuMzExLTEwLjg2OGg0Ljc2YzEuMzQ2IDAgMi41ODgtLjUyMiAzLjUyLTEuMDQ1LjkzLS40MTggMS43NTgtLjgzNiAyLjU4Ni0yLjE5NGwxMy4wNC0xOC40OTd6TTMzNC4zMTQgMjgyaDQ1LjQyOWwtMy4zMTIgMTAuOTcyaC0xOC4xMWwtMi43OTMgOS4zaDE4LjYyN2wtMy40MTUgMTEuMjg3aC0xOC41MjRsLTQuNTUzIDE1LjE1MmMtLjUxNyAxLjY3MiA0LjQ1IDEuODgxIDYuMjA5IDEuODgxbDkuMzE0LTEuMjU0LTMuNzI2IDEyLjU0aC0yMC45MDRjLTEuNjU1IDAtMi44OTctLjIwOS00Ljc2LS42MjctMS43Ni0uNDE4LTIuNTg3LTEuMjU0LTMuMzExLTIuNDAzLS43MjUtMS4yNTQtMS45NjctMi4xOTUtMS4xMzktNC45MTJsNi4wMDItMjAuMDY0SDMyNWwzLjQxNS0xMS40OTVoMTAuMzQ4bDIuNzk0LTkuM0gzMzEuMjFsMy4zMTItMTAuOTczLS4yMDctLjEwNHptMzEuMzg3LTE5LjgzNWgxOC42MjdsLTMuNDE1IDExLjM5aC0yNS40NTdsLTIuNzk0IDIuNDA0Yy0xLjI0MiAxLjE1LTEuNTUyLjczMi0zLjEwNSAxLjU2OC0xLjQ0OC43MzEtNC40NSAyLjE5NC04LjM4MiAyLjE5NEgzMzNsMy4zMTEtMTAuOTcyaDIuNDg0YzIuMDcgMCAzLjUxOS0uMjEgNC4yNDMtLjYyNy44MjgtLjUyMyAxLjc2LTEuNjcyIDIuNjktMy41NTNsNC42NTctOC41NjloMTguNTI0bC0zLjIwOCA2LjI3di0uMTA1em0zNS4xMDggMTguODFzNS4wNy00LjcwMiAxMy43NjMtNi4xNjVjMS45NjYtLjQxOCAxNC4zODQtLjIxIDE0LjM4NC0uMjFsMS44NjMtNi4yN2gtMjYuMTgxbC0zLjgzIDEyLjc1di0uMTA1em0yNC42MjkgNC44MDdoLTI1Ljk3NWwtMS41NTIgNS4zM2gyMi41NmMyLjY5LS4zMTQgMy4yMDguMTA0IDMuNDE1LS4xMDVsMS42NTUtNS4yMjVoLS4xMDN6bS0zMy43MzYtMjkuNjc4aDE1LjgzM2wtMi4yNzYgOC4wNDdzNC45NjctNC4wNzYgOC40ODUtNS41MzljMy41MTktMS4yNTQgMTEuMzgzLTIuNTA4IDExLjM4My0yLjUwOGwyNS42NjQtLjEwNC04Ljc5NiAyOS40NjljLTEuNDQ5IDUuMDE2LTMuMjA4IDguMjU1LTQuMjQzIDkuODIzLS45MyAxLjQ2My0yLjA3IDIuODIxLTQuMzQ2IDQuMDc1LTIuMTczIDEuMTUtNC4xNCAxLjg4MS02LjAwMiAxLjk4Ni0xLjY1Ni4xMDQtNC4zNDYuMjA5LTcuODY1LjIwOWgtMjQuNzMybC02LjkzNCAyMy4zMDNjLS42MiAyLjI5OS0uOTMxIDMuNDQ4LS41MTcgNC4wNzUuMzEuNTIzIDEuMjQyIDEuMTUgMi4zOCAxLjE1bDEwLjg2Ni0xLjA0NS0zLjcyNiAxMi43NDloLTEyLjIxYy0zLjkzMyAwLTYuNzI3LS4xMDUtOC42OTMtLjIxLTEuODYzLS4yMDgtMy44MyAwLTUuMTc1LTEuMDQ0LTEuMTM4LTEuMDQ1LTIuODk3LTIuNDA0LTIuNzk0LTMuNzYyLjEwNC0xLjI1NC42MjEtMy4zNDQgMS40NS02LjI3bDIyLjI0OC03NC40MDR6IiBmaWxsPSIjRkVGRUZFIi8+PHBhdGggZD0iTTQzNy44NCAzMDNsLTEuNDQ5IDcuMTA2Yy0uNjIgMi4xOTQtMS4xMzggMy44NjYtMi43OTQgNS4zMy0xLjc1OSAxLjQ2Mi0zLjcyNSAzLjAzLTguNDg1IDMuMDNsLTguNzk2LjQxOC0uMTA0IDcuOTQyYy0uMTAzIDIuMTk0LjUxOCAxLjk4NS44MjggMi40MDMuNDE0LjQxOC43MjQuNTIzIDEuMTM4LjczMmwyLjc5NC0uMjEgOC4zODMtLjQxNy0zLjUxOSAxMS43MDRoLTkuNjI0Yy02LjcyNiAwLTExLjc5Ny0uMjEtMTMuMzUtMS40NjMtMS42NTUtMS4wNDUtMS44NjItMi4zLTEuODYyLTQuNTk4bC42Mi0zMS4xNDFoMTUuNDJsLS4yMDcgNi4zNzRoMy43MjVjMS4yNDIgMCAyLjE3NC0uMTA0IDIuNjkxLS40MTguNTE3LS4zMTMuODI4LS44MzYgMS4wMzUtMS41NjdsMS41NTItNS4wMTZoMTIuMTA4bC0uMTA0LS4yMDl6TTIxOC40NyAxNDdjLS41MTcgMi41MDgtMTAuNDUxIDQ4LjU5Mi0xMC40NTEgNDguNTkyLTIuMTc0IDkuMy0zLjcyNiAxNS45ODktOC45IDIwLjI3My0zLjAwMSAyLjUwOC02LjUyIDMuNjU3LTEwLjU1NSAzLjY1Ny02LjUyIDAtMTAuMjQ1LTMuMjM5LTEwLjg2Ni05LjQwNGwtLjEwNC0yLjA5czEuOTY2LTEyLjQzNiAxLjk2Ni0xMi41NGMwIDAgMTAuMzQ5LTQyLjAwOSAxMi4yMTItNDcuNTQ4LjEwMy0uMzEzLjEwMy0uNTIyLjEwMy0uNjI3LTIwLjE4LjIxLTIzLjgwMSAwLTI0LjAwOC0uMzEzLS4xMDQuNDE4LS42MjEgMy4wMy0uNjIxIDMuMDNsLTEwLjU1NiA0Ny4zNC0uOTMyIDMuOTdMMTU0IDIxNC41MDhjMCAzLjg2Ni43MjQgNy4xMDUgMi4yNzcgOS43MTggNC44NjMgOC41NjkgMTguNjI3IDkuODIzIDI2LjM4OCA5LjgyMyAxMC4wMzggMCAxOS40NTUtMi4xOTUgMjUuNzY3LTYuMDYxIDExLjA3My02LjU4NCAxMy45Ny0xNi45MjkgMTYuNDU0LTI2LjAybDEuMjQyLTQuNzAzczEwLjY1OS00My41NzYgMTIuNTIyLTQ5LjIxOWMuMTAzLS4zMTQuMTAzLS41MjMuMjA3LS42MjctMTQuNjk1LjEwNC0xOC45MzggMC0yMC4zODctLjMxNFYxNDd6bTU5LjAzIDg2LjYyM2MtNy4xNDEtLjEwNS05LjcyOC0uMTA1LTE4LjExLjMxM2wtLjMxMS0uNjI3Yy43MjQtMy4yNCAxLjU1Mi02LjM3NCAyLjE3My05LjYxNGwxLjAzNS00LjM4OWMxLjU1Mi02Ljc5MiAzLjAwMS0xNC44MzkgMy4yMDgtMTcuMjQyLjIwNy0xLjQ2My42Mi01LjEyLTMuNTE5LTUuMTItMS43NTkgMC0zLjUxOC44MzUtNS4zOCAxLjY3MS0xLjAzNiAzLjY1OC0zLjAwMiAxMy44OTktNC4wMzcgMTguNDk3LTIuMDcgOS44MjMtMi4xNzMgMTAuOTcyLTMuMTA0IDE1Ljc4bC0uNjIxLjYyNmMtNy4zNDctLjEwNC05LjkzNC0uMTA0LTE4LjQyLjMxNEwyMzAgMjMzLjFjMS40NDktNS44NTIgMi43OTQtMTEuNzA0IDQuMTQtMTcuNTU2IDMuNTE4LTE1Ljc4IDQuNDUtMjEuODQgNS4zOC0yOS44ODdsLjcyNS0uNDE4YzguMjc5LTEuMTQ5IDEwLjI0NS0xLjQ2MyAxOS4yNDgtMy4yMzlsLjcyNC44MzYtMS4zNDUgNS4wMTZjMS41NTItLjk0IDMuMDAxLTEuODgxIDQuNTUzLTIuNjEzIDQuMjQzLTIuMDkgOC45LTIuNzE3IDExLjQ4Ny0yLjcxNyAzLjkzMiAwIDguMjc5IDEuMTUgMTAuMDM4IDUuNzQ4IDEuNjU2IDQuMDc1LjYyIDkuMDkxLTEuNjU2IDE5LjAxOWwtMS4xMzggNS4wMTZjLTIuMjc3IDExLjA3Ny0yLjY5IDEzLjA2Mi0zLjkzMyAyMC41ODZsLS44MjcuNjI3LjEwMy4xMDV6bTI5LjA1OC4wMjdjLTQuMzQ2IDAtNy4xNC0uMTA0LTkuODMgMC0yLjY5MSAwLTUuMjc4LjIxLTkuMzE0LjMxNGwtLjIwNy0uMzE0LS4yMDctLjQxOGMxLjEzOC00LjE4IDEuNjU2LTUuNjQzIDIuMjc3LTcuMTA2LjUxNy0xLjQ2MyAxLjAzNC0yLjkyNiAyLjA3LTcuMjEgMS4yNDEtNS41MzkgMi4wNjktOS40MDUgMi41ODYtMTIuODU0LjYyMS0zLjI0LjkzMi02LjA2IDEuMzQ2LTkuM2wuMzEtLjIwOS4zMS0uMzE0YzQuMzQ3LS42MjcgNy4wMzgtMS4wNDUgOS44MzItMS40NjMgMi43OTQtLjQxOCA1LjY5MS0uOTQgMTAuMTQxLTEuNzc2bC4yMDcuNDE4LjEwMy40MTgtMi40ODMgMTAuMzQ1Yy0uODI4IDMuNDQ5LTEuNjU2IDYuODk3LTIuMzggMTAuMzQ2LTEuNTUzIDcuMzE1LTIuMjc3IDEwLjAzMi0yLjU4NyAxMi4wMTctLjQxNCAxLjg4MS0uNTE4IDIuODIyLTEuMTM5IDYuNTg0bC0uNDE0LjMxMy0uNDE0LjMxNC0uMjA3LS4xMDV6bTQ1Ljk0MS0yNS42NzVjLS4zMSAxLjg4MS0xLjk2NiA4Ljg4My00LjEzOSAxMS44MDktMS41NTIgMi4xOTQtMy4zMTIgMy41NTMtNS4zODEgMy41NTMtLjYyMSAwLTQuMTQgMC00LjI0My01LjMzIDAtMi42MTIuNTE3LTUuMzMgMS4xMzgtOC4yNTUgMS44NjMtOC40NjUgNC4xNC0xNS40NjYgOS44MzEtMTUuNDY2IDQuNDUgMCA0Ljc2IDUuMjI1IDIuNzk0IDEzLjY5em0xOC43My44MzZjMi40ODQtMTEuMDc3LjUxOC0xNi4zMDItMS44NjItMTkuNDM3LTMuNzI1LTQuODA3LTEwLjM0OC02LjM3NC0xNy4xNzgtNi4zNzQtNC4xNCAwLTEzLjg2Ny40MTgtMjEuNTI1IDcuNTI0LTUuNDg0IDUuMTItOC4wNzEgMTIuMTIyLTkuNTIgMTguODEtMS41NTMgNi43OTItMy4zMTIgMTkuMDE5IDcuODY1IDIzLjYxNyAzLjQxNCAxLjQ2MyA4LjM4MiAxLjg4IDExLjU5IDEuODggOC4xNzUgMCAxNi41NTctMi4yOTggMjIuODctOC45ODYgNC44NjMtNS40MzQgNy4wMzYtMTMuNTg1IDcuODY0LTE3LjAzNGgtLjEwM3ptMTc0LjQzMyAyNi4wOGMtOC42OTMtLjEwNC0xMS4xNzYtLjEwNC0xOS4xNDUuMzE0bC0uNTE3LS42MjdjMi4xNzMtOC4yNTYgNC4zNDYtMTYuNjE2IDYuMzEzLTI0Ljk3NiAyLjQ4My0xMC44NjggMy4xMDQtMTUuNDY2IDMuOTMyLTIxLjg0bC42Mi0uNTIzYzguNTktMS4yNTQgMTAuOTctMS41NjcgMTkuOTczLTMuMjM5bC4yMDcuNzMxYy0xLjY1NiA2Ljg5Ny0zLjIwOCAxMy42OS00Ljg2NCAyMC40ODItMy4zMTEgMTQuMzE3LTQuNDUgMjEuNjMyLTUuNjkxIDI5LjE1NmwtLjgyOC42Mjd2LS4xMDV6IiBmaWxsPSIjRkVGRUZFIi8+PHBhdGggZD0iTTUzMy4xNiAyMDkuMzc0Yy0uNDE0IDEuNzc2LTIuMDcgOC44ODItNC4yNDMgMTEuODA4LTEuNDQ5IDIuMDktNC45NjcgMy40NDktNi45MzMgMy40NDktLjYyMSAwLTQuMDM2IDAtNC4yNDMtNS4yMjUgMC0yLjYxMy41MTctNS4zMyAxLjEzOC04LjI1NiAxLjg2My04LjI1NSA0LjE0LTE1LjI1NyA5LjgzMS0xNS4yNTcgNC40NSAwIDYuNDE2IDUuMTIgNC40NSAxMy41ODV2LS4xMDR6bTE3LjA3NS44MzZjMi40ODMtMTEuMDc3LTcuNjU4LS45NC05LjIxLTQuNTk4LTIuNDg0LTUuNzQ4LS45MzItMTcuMjQzLTEwLjg2Ni0yMS4xMDktMy44MjktMS41NjgtMTIuODMyLjQxOC0yMC40OSA3LjUyNC01LjM4MSA1LjAxNi04LjA3MiAxMi4wMTctOS41MiAxOC43MDUtMS41NTMgNi42ODgtMy4zMTIgMTkuMDIgNy43NiAyMy4zMDQgMy41MiAxLjU2NyA2LjcyNyAxLjk4NSA5LjkzNSAxLjc3NiAxMS4xNzctLjYyNyAxOS42NjItMTcuNjYgMjUuOTc1LTI0LjM0OCA0Ljg2My01LjMzIDUuNjkxIDEuOTg1IDYuNDE2LTEuMjU0em0tMTI5Ljk0MyAyMy40MTNjLTcuMTQtLjEwNS05LjYyNC0uMTA1LTE4LjAwNi4zMTNsLS4zMS0uNjI3Yy43MjQtMy4yNCAxLjU1Mi02LjM3NCAyLjI3Ni05LjYxNGwuOTMxLTQuMzg5YzEuNTUzLTYuNzkyIDMuMTA1LTE0LjgzOSAzLjIwOC0xNy4yNDIuMjA3LTEuNDYzLjYyMS01LjEyLTMuNDE1LTUuMTItMS43NTkgMC0zLjYyMS44MzUtNS4zOCAxLjY3MS0uOTMyIDMuNjU4LTMuMDAyIDEzLjg5OS00LjAzNyAxOC40OTctMS45NjYgOS44MjMtMi4xNzMgMTAuOTcyLTMuMTA0IDE1Ljc4bC0uNjIxLjYyNmMtNy4zNDctLjEwNC05LjkzNC0uMTA0LTE4LjQyLjMxNEwzNzMgMjMzLjFjMS40NDktNS44NTIgMi43OTQtMTEuNzA0IDQuMTQtMTcuNTU2IDMuNTE4LTE1Ljc4IDQuMzQ2LTIxLjg0IDUuMzgtMjkuODg3bC42MjEtLjQxOGM4LjI4LTEuMTQ5IDEwLjM0OS0xLjQ2MyAxOS4yNDgtMy4yMzlsLjcyNS44MzYtMS4yNDIgNS4wMTZjMS40NDktLjk0IDMuMDAxLTEuODgxIDQuNDUtMi42MTMgNC4yNDMtMi4wOSA4LjktMi43MTcgMTEuNDg2LTIuNzE3IDMuOTMzIDAgOC4xNzYgMS4xNSAxMC4wMzggNS43NDggMS42NTYgNC4wNzUuNTE4IDkuMDkxLTEuNzU5IDE5LjAxOWwtMS4xMzggNS4wMTZjLTIuMzggMTEuMDc3LTIuNjkgMTMuMDYyLTMuOTMzIDIwLjU4NmwtLjgyNy42MjcuMTAzLjEwNXptNjIuMDAxLTg2LjUxOWwtNi4wMDIuMTA1Yy0xNS41MjMuMjA5LTIxLjczMi4xMDQtMjQuMjE1LS4yMDktLjIwNyAxLjE1LS42MjEgMy4xMzUtLjYyMSAzLjEzNXMtNS41ODggMjUuOTE2LTUuNTg4IDI2LjAyYzAgMC0xMy4yNDYgNTUuMTc2LTEzLjg2NyA1Ny43ODggMTMuNTU2LS4yMDkgMTkuMDQxLS4yMDkgMjEuNDIxLjEwNS41MTgtMi42MTMgMy42MjItMTcuOTc0IDMuNzI2LTE3Ljk3NCAwIDAgMi42OS0xMS4yODYgMi43OTQtMTEuNzA0IDAgMCAuODI3LTEuMTUgMS42NTUtMS42NzJoMS4yNDJjMTEuNjk0IDAgMjQuODM2IDAgMzUuMTg1LTcuNjI4IDcuMDM3LTUuMjI1IDExLjc5Ny0xMy4wNjMgMTMuOTctMjIuNDY4LjUxNy0yLjI5OS45MzEtNS4wMTYuOTMxLTcuODM3IDAtMy42NTgtLjcyNC03LjIxLTIuNzk0LTEwLjAzMi01LjI3Ny03LjQyLTE1LjczLTcuNTI0LTI3LjgzNy03LjYyOXptNy43NjEgMjcuMDY2Yy0xLjI0MSA1Ljc0Ny00Ljk2NyAxMC42NTktOS43MjcgMTIuOTU4LTMuOTMyIDEuOTg1LTguNjkzIDIuMTk0LTEzLjY2IDIuMTk0aC0zLjIwOGwuMjA3LTEuMjU0czUuODk5LTI1LjkxNiA1Ljg5OS0yNS44MTFsLjIwNy0xLjM1OS4xMDMtMS4wNDUgMi4zOC4yMXMxMi4yMTEgMS4wNDQgMTIuNDE4IDEuMDQ0YzQuNzYgMS44ODEgNi44MyA2LjY4OCA1LjM4MSAxMy4wNjN6bTEyNy4yMDcgOC42NjZsLS43MjQtLjgzNmMtOC43OTYgMS43NzYtMTAuNDUyIDIuMDktMTguNTI0IDMuMjRsLS42Mi42MjZjMCAuMTA1LS4xMDQuMjEtLjEwNC40MTh2LS4xMDRjLTYuMDAyIDE0LjEwNy01Ljg5OSAxMS4wNzctMTAuNzYyIDIyLjE1NCAwLS41MjMgMC0uODM2LS4xMDQtMS4zNTlsLTEuMjQyLTI0LjAzNS0uNzI0LS44MzZjLTkuMzE0IDEuNzc3LTkuNTIgMi4wOS0xOC4wMDYgMy4yNGwtLjYyMS42MjdjLS4xMDQuMzEzLS4xMDQuNjI3LS4xMDQuOTRsLjEwNC4xMDVjMS4wMzUgNS41MzguODI4IDQuMjg0IDEuODYzIDEyLjk1OC41MTcgNC4yODQgMS4xMzggOC41NjkgMS42NTUgMTIuNzQ5LjgyOCA3LjEwNiAxLjM0NiAxMC41NTQgMi4zOCAyMS4zMTgtNS43OTUgOS42MTQtNy4xNCAxMy4yNzEtMTIuNzI4IDIxLjczNWwuMzEuODM2YzguMzgzLS4zMTMgMTAuMjQ1LS4zMTMgMTYuNDU0LS4zMTNsMS4zNDYtMS41NjhjNC42NTYtMTAuMTM2IDQwLjI1NS03MS43OSA0MC4yNTUtNzEuNzlsLS4xMDQtLjEwNXptLTMwMi43MTcgNi45MjJjNC43Ni0zLjM0NCA1LjM4LTcuOTQyIDEuMzQ1LTEwLjM0NS00LjAzNi0yLjQwNC0xMS4xNzYtMS42NzItMTUuOTM3IDEuNjcyLTQuNzYgMy4yNC01LjI3NyA3LjgzNy0xLjI0MSAxMC4zNDUgMy45MzIgMi4zIDExLjA3MiAxLjY3MiAxNS44MzMtMS42NzJ6IiBmaWxsPSIjRkVGRUZFIi8+PHBhdGggZD0iTTU3NS43MzUgMjU2LjEwNGwtNi45MzQgMTIuMDE4Yy0yLjE3MyA0LjA3NS02LjMxMiA3LjIxLTEyLjcyOCA3LjIxTDU0NSAyNzUuMTIzbDMuMjA4LTEwLjg2OGgyLjE3M2MxLjEzOCAwIDEuOTY2LS4xMDQgMi41ODctLjQxOC42MjEtLjIwOS45MzItLjYyNyAxLjQ0OS0xLjI1NGw0LjE0LTYuNTgzaDE3LjI4MWwtLjEwMy4xMDR6IiBmaWxsPSIjRkVGRUZFIi8+PC9nPjwvc3ZnPg==) no-repeat}form[id*=give-form] p.give-loading-text,form[id*=give-form] span.give-loading-text{display:none;float:right;font-size:16px;font-style:italic;font-weight:400;height:16px;line-height:20px;margin:0;padding:0;width:16px}form[id*=give-form] .give-loading-animation{font-family:give-icomoon;speak:none;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff0;background-repeat:no-repeat;background-size:20px 20px;float:left;font-size:16px;height:16px;line-height:1;margin:0 5px 0 0;width:16px}form[id*=give-form] .give-payment-mode-label .give-loading-text{float:right}[id*=give-form] .give-login-account-wrap{margin:0 0 15px;position:relative}[id*=give-form] .give-login-account-wrap .give-login-message{margin:0;padding:0;text-align:right}[id*=give-form] .give-login-account-wrap .give-loading-text{position:absolute;right:0;top:.25em}[id*=give-form] fieldset[id^=give-login-fields]{margin:0 0 15px}[id*=give-form] .give-new-account-link{margin:0 0 15px;padding:0}[id*=give-form] .give_login_forgot_password{float:right}.give-submit-button-wrap input.give-cancel-login,[id^=give-user-login-submit] input.give-cancel-login{margin-left:5px}.give-submit-button-wrap span.give-loading-animation,[id^=give-user-login-submit] span.give-loading-animation{display:none;margin:0 0 0 .5em}.give-submit-button-wrap .give-submit,[id^=give-user-login-submit] .give-submit{float:left}.give-user-login-fields-container:after{clear:both;content:"";display:block}#give-login-form div.give-login,#give-login-form legend,#give-register-form div.give-login,#give-register-form legend{line-height:2;margin-bottom:15px}#give-login-form label,#give-register-form label{display:inline-block;min-width:100px}div.give-form-wrap.mfp-hide{display:block!important}div.mfp-content fieldset ol,div.mfp-content fieldset p,div.mfp-content fieldset ul{line-height:1.4;margin-bottom:1.2em}div.mfp-content form[id*=give-form] .give_notices{display:block!important}.give-btn{background:#ededed;border:1px solid #ccc;color:#333;cursor:pointer;font-size:1em;line-height:1.2em;padding:8px 10px}.give-btn:hover{background:#dbdbdb}#give_profile_editor_form legend{border-bottom:0;padding:0 5px 5px;width:auto}form#give-email-access-form div.g-recaptcha,form#give-email-access-form input#give-email{margin:0 0 15px}form#give-email-access-form input#give-email{width:305px}@media(max-width:768px){[id*=give-form] div#give-sidebar-left,[id*=give-form] div.images,[id*=give-form] div.summary{float:none;width:100%}}.give-form-wrap .give-form h3.give-section-break,.give-form-wrap .give-form h4.give-section-break{margin:10px 0 0}.give-do-validate input.error{border-color:red!important}.give-button-with-loader span.give-loading-animation{display:none;float:right;font-family:give-icomoon;position:relative;top:3px;speak:none;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff0;background-repeat:no-repeat;background-size:20px 20px;font-size:16px;height:16px;line-height:1;margin:0 0 0 5px;width:16px}.give-active span.give-loading-animation{display:inline}@media(min-width:481px){html[dir=rtl] form.give-form .give-title-prefix-wrap .form-row-first,html[dir=rtl] form.give-form .give-title-prefix-wrap .form-row-last,html[dir=rtl] form.give-form .give-title-prefix-wrap .form-row-title{float:right!important}}html[dir=rtl] form.give-form .form-row-first,html[dir=rtl] form.give-form .form-row-title{margin-left:2.5%;margin-right:0!important}html[dir=rtl] form.give-form .form-row-first,html[dir=rtl] form.give-form .form-row-last{float:right!important}html[dir=rtl] form.give-form .form-row-last{float:left!important}html[dir=rtl] form.give-form .form-row-two-thirds{float:right!important}html[dir=rtl] form.give-form .form-row-two-thirds.form-row-first{margin-right:0!important}html[dir=rtl] form.give-form .form-row-one-third{float:right!important;margin-left:0!important;margin-right:3%}html[dir=rtl] form.give-form .form-row-one-third.form-row-first{margin-right:0!important}html[dir=rtl] form.give-form .card-expiration select.card-expiry-year{float:left!important}.give-form-grid{display:flex;height:100%}.give-form-grid-media{border-radius:2px;min-width:40%;position:relative}.give-form-grid-media img{border-radius:2px;min-width:100%;-o-object-fit:cover;object-fit:cover}.give-form-grid-media__tags{align-items:center;border-radius:2px;bottom:0;display:flex;gap:10px;left:0;padding:10px 16px;position:absolute;right:0}.give-form-grid-media__tags>span{border-radius:5px;font-size:max(.975rem,15.6px);font-weight:600;padding:4px 10px}.give-form-grid-container{display:flex;flex-direction:column;flex-grow:1;width:100%}#row-media{max-width:40%;min-width:40%}#row-media img{border-radius:2px;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.give-form-grid-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:18px}.give-form-grid-content .give-form-grid-media__tags_no_image{background:none;border-radius:2px;display:flex;gap:10px;margin-bottom:12px}.give-form-grid-content .give-form-grid-media__tags_no_image>span{border-radius:5px;font-size:max(.975rem,15.6px);font-weight:600;padding:4px 10px}.give-form-grid-content>h3{font-size:max(1.375rem,22px)!important;font-weight:700!important;margin:0!important}.give-form-grid-content>p{font-size:1rem;font-weight:400}.give-form-grid-content>button{background-color:transparent!important;border:none;cursor:pointer;font-size:max(1rem,16px);font-weight:400;padding:0!important;text-decoration:underline;text-underline-offset:5px}.give-form-grid-btn{align-items:center;background-color:var(--give-primary-color);border:.125rem solid var(--give-primary-color);border-radius:.4rem;color:#fff;font-family:inherit;font-size:max(1rem,16px);font-weight:600;justify-content:center;line-height:1.2;padding:1rem;text-align:center;transition-duration:.2s;transition-property:background-color,color;transition-timing-function:ease-in}.give-form-grid-progress{background:#f6f6f6;padding:10px 20px}.form-grid-raised{background:#f6f6f6;display:flex;justify-content:space-between}.form-grid-raised__details{display:flex;flex-direction:column;font-size:1rem}.form-grid-raised__details>span:first-child{font-size:1rem;font-weight:700!important}.form-grid-raised__details>span:last-child{font-size:max(.875rem,14px);font-weight:400}.form-grid-raised__details_donations{text-align:right}.give-form-grid-progress-bar{margin:12px 0}.give-form-grid-progress-bar .give-progress-bar{background:#d9dfdb;border-radius:25px;box-shadow:inset 0 2px 2px -1px rgb(0 0 0 / .11);height:12px;position:relative}.give-form-grid-progress-bar .give-progress-bar>span{border-radius:20px;display:block;height:100%;overflow:hidden;position:relative}.give-embed-form-wrapper{align-items:center;display:flex;justify-content:center;width:100%!important}.give-embed-form-wrapper .iframe-loader{background:none;height:100%;pointer-events:none;position:absolute;top:0;width:100%}.give-embed-form-wrapper iframe{max-width:min(100%,48.5rem);width:100%!important}.give-embed-form-wrapper.is-hide{left:-9999px;position:fixed}.give-embed-form-wrapper.modal{align-items:center;display:flex;flex-direction:column;height:var(--visual-viewport-height);justify-content:center;left:0;min-height:100vh;min-width:100vw;overflow:scroll;position:fixed;top:0;z-index:100}.give-embed-form-wrapper.modal[data-loading=true]{display:none}.give-embed-form-wrapper.modal[data-entering=true]{animation:modal-fade .3s}.give-embed-form-wrapper.modal[data-exiting=true]{animation:modal-fade .15s ease-in reverse}.give-embed-form-wrapper.modal .modal-content{align-items:center;display:flex;justify-content:center;min-height:100vh;min-width:100vw;position:absolute;top:6%;width:100%;z-index:999}.give-embed-form-wrapper.modal .modal-content iframe{z-index:1}.give-embed-form-wrapper.modal .close-btn{background:#e7e8ed;border:1px solid #fff0;border-radius:50%;cursor:pointer;display:flex;padding:.75rem;position:fixed;right:25px;top:57px;transition:.2s;z-index:999}.give-embed-form-wrapper.modal .close-btn svg{height:1rem;width:1rem}.give-embed-form-wrapper.modal .close-btn:active,.give-embed-form-wrapper.modal .close-btn:focus,.give-embed-form-wrapper.modal .close-btn:hover{background-color:#caccd7;border:1px solid #caccd7}.give-embed-form-wrapper.modal:before{background:rgb(0 0 0 / .7);bottom:0;content:"";display:block;left:0;position:fixed;right:0;top:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.js-give-grid-modal-launcher+div.js-give-embed-form-modal-launcher-wrap{display:none}.admin-bar .give-embed-form-wrapper{background:none;margin-top:-26px}.give_notices{position:relative}.give_notices .notice-dismiss{background:0 0;border:none;color:#72777c;cursor:pointer;margin:0;max-width:28px!important;padding:5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.give_notices .notice-dismiss:before{background:0 0;color:#72777c;content:"";display:block;font:400 16px/20px dashicons;speak:none;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased}.give_notices .notice-dismiss:hover{background-color:#fff0}.give_notices .notice-dismiss:hover:before{color:#dc3232}.give_error,.give_success,.give_warning{background:#f9f9f9;border-left:4px solid;box-shadow:0 1px 1px rgb(0 0 0 / .125);clear:both;margin:15px 0;padding:1em 1.5em 1em 2em;position:relative}.give_error>p,.give_success>p,.give_warning>p{color:#333;margin:0!important}.give_error:before,.give_success:before,.give_warning:before{font-family:give-icomoon;speak:none;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:100%;color:#fff;font-size:16px;height:30px;left:-17px;line-height:30px;margin-top:-15px;position:absolute;text-align:center;text-shadow:1px 1px rgb(0 0 0 / .5);top:50%;width:30px}.give_error{border-color:#a00}.give_error:before{background-color:#a00;content:""}.give_success{border-color:#7ad03a}.give_success:before{background-color:#7ad03a;content:""}.give_warning{border-color:#ffba00}.give_warning:before{background-color:#ffba00;content:""}.twentythirteen .give_forms{padding:40px 0}.twentyfourteen .tfgive{margin:0 auto;max-width:474px;padding:12px 10px 0}.twentyfourteen .tfgive .give_forms .entry-summary{margin:0 0 1.618em!important;padding:0!important}.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfgive .give_forms .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfgive{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfgive{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfgive{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfgive{margin-right:54px}.full-width .twentyfourteen .tfgive{margin-right:auto}}.twentyfifteen .t15give{background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15);margin-bottom:7.6923%;padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%}.twentyfifteen .t15give .page-title{margin-left:0}.twentyfifteen .t15give div.summary{padding:0}@media screen and (min-width:38.75em){.twentyfifteen .t15give{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15give{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.avada-row>div.give-wrap #content{width:100%}.components-base-control__field input[type=text]:focus{box-shadow:none!important}.give-goal-progress{clear:both;display:flex;flex-direction:column;margin-bottom:20px;width:100%}.give-goal-progress .income{color:#333;font-size:46px;letter-spacing:-1px;line-height:48px}.give-goal-progress .raised{margin-bottom:15px}.give-goal-progress .progress-bar{background:none;padding-bottom:10px;width:100%}.give-goal-progress .give-progress-bar{background:#eee;border-radius:25px;height:20px;overflow:hidden;position:relative;width:100%}.give-goal-progress .give-progress-bar>span{background:none;border-radius:20px;display:block;height:100%;overflow:hidden;position:relative}table.give-table{background:#eaebec;border:1px solid #e0e0e0;border-bottom:none;border-top:none;color:#666;font-size:14px;margin:20px 0;text-shadow:1px 1px 0 #fff;width:100%}table.give-table thead{font-weight:700}table.give-table thead th:first-child{border-left:none;text-align:left}table.give-table th{background:#f6f6f6;border:1px solid #e0e0e0;border-right:none;border-top-color:#e8e8e8;font-weight:700;padding:21px 25px;text-align:center}table.give-table tbody tr{text-align:center}table.give-table tbody tr td{background:#fff;border:1px solid #e0e0e0;border-right:none;border-top-color:#fff;padding:18px;text-align:center}table.give-table tbody tr td:first-child{border-left:0;text-align:left}table.give-table tbody tr:nth-child(2n) td{background:#fcfcfc}body.give-twentysixteen div.entry-summary{margin:0}body.give-twentysixteen button.give-btn{color:#333}body.give-twentysixteen .give-submit{color:#fff}body.give-twentysixteen fieldset#give_terms_agreement{padding-left:0}body.give-twentyseventeen.colors-dark div#give_purchase_form_wrap span.give-final-total-amount,body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,body.give-twentyseventeen.colors-dark div.give_notices p{color:#000}body.give-twentyseventeen.colors-dark form[id*=give] fieldset{background-color:#fff0}body.give-twentynineteen .give-form .give-btn:focus{color:#fff}body.theme-twentytwenty .give-wrap{margin:60px auto;max-width:1200px}html[class*=avia] body#top form[id*=give-form] input.give-amount-top{border:1px solid #ccc;border-left:none;width:unset}html[class*=avia] body#top [id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label{left:7px}html[class*=avia] body#top [id*=give-form].give-fl-form div.give-fl-is-active input{padding:8px 6px 0}.give-donation-history .give-table{table-layout:auto}.give-donation-history .give-table .give-security-column{float:left}.give-donation-history .give-table .give-security-column.give-security-description-wrap{font-size:12px;font-style:italic;padding:16px 13px;width:75%}.give-donation-history .give-table .give-security-column.give-security-button-wrap{padding:25px 5px;width:25%}.give-donation-history .give-table .give-security-column.give-security-button-wrap span{display:none;padding:0 20px}.give_user_history_main .give-mobile-title{display:none}@media screen and (max-width:480px){#give_user_history thead{display:none}#give_user_history tbody{border-top:1px solid #e0e0e0}#give_user_history tr{background:#fff;padding:.5rem 0}#give_user_history tr:nth-child(2n){background-color:#fafafa}#give_user_history td{background-color:#fff0;border:none;padding-bottom:0;padding-top:0}#give_user_history td,#give_user_history tr{border-left:none;display:block;text-align:left}#give_user_history .give-mobile-title{display:inline-block;font-weight:700;min-width:6em}}.give-modal{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none!important;overflow:hidden;top:0;width:100%;z-index:2148482499;-webkit-overflow-scrolling:touch;-webkit-transform:translateZ(0)}.give-modal form[id*=give-form],.give-modal form[id*=give-form] .give-submit{margin-bottom:0}.give-modal form[id*=give-form] .give-payment-mode-label{margin-top:0;padding-top:0}@media(max-width:580px){.give-modal form[id*=give-form] .give-input{font-size:16px}}.give-modal .mfp-content{background:#fff;box-sizing:border-box;margin:40px auto;max-width:650px;padding:20px;position:relative;width:auto;z-index:2148482599}.give-modal .mfp-content [id*=give-form] #give-payment-mode-select,.give-modal .mfp-content [id*=give-form] #give_purchase_form_wrap,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-amount,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-levels-wrap{display:block}.give-modal .mfp-content .mfp-close:hover{background-color:#fff0}.give-modal form.give-form button.mfp-close{display:block!important;position:absolute}.give-modal .mfp-container:after{display:none}.give-modal .mfp-content{transform:translateY(-100px);vertical-align:middle}.give-modal .mfp-content,.give-modal.mfp-bg{opacity:0;transition:all .2s}.give-modal.mfp-ready .mfp-content{opacity:1;transform:translateY(0)}.give-modal.mfp-ready.mfp-bg{opacity:.8}.give-modal.mfp-removing .mfp-content{opacity:0;transform:translateY(-50px)}.give-modal.mfp-removing.mfp-bg{opacity:0}.give-donation-grid-item-form{background-color:#fff;margin:0 auto;max-height:85vh;max-width:100%;overflow-y:auto;padding:1rem 1.5rem;position:relative;width:720px}.give-donation-grid-item-form #give_purchase_form_wrap{display:block!important}.give-donation-grid-item-form .give-btn-modal,.give-donation-grid-item-form .give-btn-reveal{display:none!important}.modal-fade-slide.give-modal .mfp-content{max-width:100%;padding:0}.modal-fade-slide .give-modal--slide{opacity:0;transform:translateY(-20px) perspective(600px) rotateX(0);transition:all .2s ease-out}.modal-fade-slide.mfp-ready .give-modal--slide{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-removing .give-modal--slide{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(0)}.modal-fade-slide.mfp-bg{opacity:0;transition:opacity .3s ease-out}.modal-fade-slide.mfp-ready.mfp-bg{opacity:.8}.modal-fade-slide.mfp-removing.mfp-bg{opacity:0}.mfp-close:hover{background-color:#fff0}.mfp-content .give-display-button-only .give-form-title{display:none}.mfp-content .give-display-button-only form>:not(.give-btn-modal),.mfp-content .give-display-button-only>:not(form){display:block}.give-donor{background:#fff;border:1px solid #e5e5e5;color:#00160a;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px;max-height:100%;padding:18px 0;position:relative;transition:all .2s ease-out;width:100%}.give-donor-container{display:flex;flex:1;flex-direction:column;padding:0 5%}.give-donor-container__image{align-items:center;align-self:center;background:#fff;border:1px solid #e5e5e5;border-radius:50%;display:flex;justify-content:center;margin-bottom:12px;overflow:hidden}.give-donor-container__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.give-donor-container__image__name_initial{position:absolute}.give-donor-container__image[data-anonymous-donation="0"] img[src*="anonymous-user.svg"],.give-donor-container__image[data-anonymous-donation="1"] .give-donor-header__name_initial{visibility:hidden}.give-donor-container__image[data-anonymous-donation="0"][data-has-valid-gravatar="0"]{border:1px solid #e5e5e5}.give-donor-container-variation{display:flex;justify-content:space-between}.give-donor-container-variation__name{font-size:max(1.5rem,24px);font-weight:600;line-height:20px;margin:0 0 10px!important}.give-donor-container-variation__timestamp{color:#525252;font-size:max(.75rem,12px);margin:0 0 10px!important}.give-donor-wrapper{align-items:center;display:flex;flex:1;justify-content:center;word-break:normal!important}.give-donor-content{border-left:2px solid #219653;flex:1;font-weight:400;letter-spacing:0;line-height:20px;margin:12px 0;padding-left:16px;width:100%}.give-donor-content p{color:#00160a;font-size:max(.875rem,14px);font-style:italic;line-height:20px;margin:0!important;width:100%}.give-donor-content__excerpt .give-donor-content__read-more{cursor:pointer;white-space:nowrap}.give-donor-content__excerpt+.give-donor-content__comment{display:none}.give-donor-details{align-items:center;display:flex;justify-content:space-between}.give-donor-details__wrapper{display:flex;flex-direction:column;width:70%;word-break:normal!important}.give-donor-details__wrapper span:first-child{color:#00160a;font-size:max(1rem,16px)!important;font-weight:500!important;letter-spacing:0}.give-donor-details__wrapper span:last-child{color:#00160a;font-size:max(.8rem,12.8px);font-weight:400;letter-spacing:0;text-align:left}.give-donor-details__total{color:#219653;font-size:max(1.25rem,20px);font-weight:700;letter-spacing:0;line-height:24px;overflow-wrap:normal;text-align:right;word-break:normal!important}.give-donor-tribute{align-items:center;display:flex;margin-top:32px;min-height:32px;width:100%}.give-donor-tribute span svg{display:block;height:22px;margin:0 15px 0 32px;width:22px}.give-donor-tribute__message{color:#00160a;font-size:max(.75rem,12px);text-align:center}.give-donor-tribute__message span:last-child{font-weight:600}.give-donor-wall-modal p:last-child{margin-bottom:0}#give-processing-state-template{background:rgb(0 0 0 / .8);bottom:0;display:none;flex-direction:column;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;text-align:center;top:0;z-index:9999999}#give-processing-state-template.active{display:flex}#give-processing-state-template div{align-self:center;color:#fff;font-size:26px;margin:0 0 0 10px}#give-processing-state-template h3{color:#fff;font-size:26px;line-height:1.25;margin:0;padding:0 0 5px}#give-processing-state-template p{color:#fff;font-size:16px;line-height:1.5;margin:0;padding:0}#give-processing-state-template .loader{background-image:url(data:image/svg+xml;charset=utf8,%3C?xml%20version=%271.0%27%20encoding=%27utf-8%27?%3E%3C%21--%20Generator:%20Adobe%20Illustrator%2024.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200%29%20--%3E%3Csvg%20version=%271.1%27%20id=%27Layer_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:xlink=%27http://www.w3.org/1999/xlink%27%20x=%270px%27%20y=%270px%27%20viewBox=%270%200%20349%20348%27%20style=%27enable-background:new%200%200%20349%20348;%27%20xml:space=%27preserve%27%3E%3Cstyle%20type=%27text/css%27%3E%20.st0{fill:%23FFFFFF;}%20%3C/style%3E%3Cpath%20class=%27st0%27%20d=%27M25.1,204.57c-13.38,0-24.47-10.6-24.97-24.08C0.04,178.09,0,175.97,0,174C0,77.78,78.28-0.5,174.5-0.5%20c13.81,0,25,11.19,25,25s-11.19,25-25,25C105.85,49.5,50,105.35,50,174c0,1.37,0.03,2.85,0.1,4.65c0.51,13.8-10.27,25.39-24.07,25.9%20C25.72,204.56,25.41,204.57,25.1,204.57z%27/%3E%3Cpath%20class=%27st0%27%20d=%27M174.5,348.5c-13.81,0-25-11.19-25-25c0-13.81,11.19-25,25-25c68.65,0,124.5-55.85,124.5-124.5%20c0-1.38-0.03-2.85-0.1-4.65c-0.51-13.8,10.26-25.4,24.06-25.91c13.83-0.53,25.4,10.26,25.91,24.06c0.09,2.39,0.13,4.51,0.13,6.49%20C349,270.22,270.72,348.5,174.5,348.5z%27/%3E%3C/svg%3E);height:60px;margin:0 0 20px;opacity:0;pointer-events:none;width:60px}#give-processing-state-template .loader.spinning{animation:load .6s linear infinite;opacity:1;transition:opacity .2s ease}@keyframes load{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.separator-with-text{align-items:center;display:flex;font-size:16px;font-style:italic;justify-content:center;padding:30px 0}.separator-with-text .dashed-line{border:1px solid #d4d4d4;flex-grow:1}.separator-with-text .label{color:#8d8e8e;font-size:14px;padding:0 6px}.give-multi-form-goal-block{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgb(0 0 0 / .306);display:flex;flex-direction:column;margin-bottom:20px}.give-multi-form-goal-block .wp-block-media-text{margin:24px!important}.give-multi-form-goal-block .give-multi-form-goal-block__image,.give-multi-form-goal-block .wp-block-media-text__media,.give-multi-form-goal-block .wp-block-media-text__media img{border-radius:6px!important}.give-multi-form-goal-block .wp-block-media-text .wp-block-media-text__content{padding:16px!important}.give-multi-form-goal-block__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;margin:24px!important;min-height:250px}.give-multi-form-goal-block__content .give-multi-form-goal-block__text{display:flex;flex-direction:column;justify-content:center}.give-multi-form-goal-block__content .give-multi-form-goal-block__text h2{margin-bottom:var(--global--spacing-vertical)}.give-multi-form-goal-block__content .give-multi-form-goal-block__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.give-progress-bar-block__goal{border-top:1px solid #ebebeb;height:auto;padding:20px 16px}.give-progress-bar-block__progress{align-items:center;background:#f1f1f1;border-radius:20px;box-shadow:inset 0 1px 4px rgb(0 0 0 / .095);display:flex;height:20px;overflow:hidden;position:relative}.give-progress-bar-block__progress .give-progress-bar-block__progress-bar{background:linear-gradient(180deg,#28c77b,#28c77b),linear-gradient(180deg,#fff,#ccc);background-blend-mode:multiply;border-radius:20px;height:100%;left:0;overflow:hidden;position:absolute;top:0}.give-progress-bar-block__stats{background:#f5f5f5;border-radius:0 0 8px 8px;border-top:1px solid #ebebeb;display:flex;flex-wrap:wrap;height:auto}.give-progress-bar-block__stat{align-items:center;border-right:1px solid #ebebeb;display:flex;flex:1 1 110px;flex-direction:column;font-weight:500;height:96px;justify-content:center}.give-progress-bar-block__stat:last-of-type{border-right:none}.give-progress-bar-block__stat>:first-child{color:#4c4c4c;font-size:24px;line-height:28px}.give-progress-bar-block__stat>:last-child{color:#6f6f6f;font-size:18px;line-height:1}.form-row .give-stripe-cc-field{background-color:#fdfdfd;border:1px solid #ccc;border-radius:0;box-sizing:border-box;color:#333;margin:0;outline:none;padding:.5em;width:100%}.give-stripe-cc-field.give-fl-input{background-color:#fff;height:auto;line-height:inherit;min-height:50px;padding:14px 10px}.give-stripe-cc-field-wrap .give-fl-is-active .give-fl-input{padding:20px 12px 4px;transition:padding .2s ease-in-out,border .2s ease-in-out}.give-stripe-cc-field-wrap .give-fl-label span{display:none}.give-stripe-single-cc-field-wrap{background-color:#fdfdfd;border:1px solid #ccc;height:40px;margin:0 0 15px;padding:10px}.give-form .give-stripe-cc-field.focus,.give-form .give-stripe-cc-field:focus{background-color:#fff}.give-stripe-checkout-modal{all:initial;align-items:center;background-color:rgb(0 0 0 / .5);box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,sans-serif;height:100%;justify-content:center;left:0;opacity:0;overflow:scroll;position:fixed;top:0;transform:scale(1.1);transition:visibility 0s linear .25s,opacity .25s 0s,transform .25s;visibility:hidden;width:100%;z-index:100001!important}.give-stripe-checkout-modal.give-stripe-checkout-show-modal{opacity:1;transform:scale(1);transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s;visibility:visible}.give-stripe-checkout-modal .give-stripe-checkout-modal-content{background:#fff;border-radius:.5rem;margin:auto;max-width:500px;overflow:hidden;position:relative;width:96%}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header{background-color:#000;color:#fff;padding:20px;text-align:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-modal-close{background:none;border:none;color:#fff;cursor:pointer;font:inherit;margin:15px;outline:inherit;padding:0;position:absolute;right:0;top:0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header h3{color:#fff;font-size:18px;font-weight:600;margin:0 0 10px;text-transform:uppercase}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-form-title{color:#f5f5f5;font-size:18px;font-weight:600;margin:10px 0 0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-donor-email{color:#e5e5e5;font-size:14px;font-weight:400;margin:5px 0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-header .give-stripe-checkout-donation-amount{font-size:36px;font-weight:600}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body{display:block;overflow:hidden;padding:20px}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body hr{border:1px solid #e5e5e5;margin:20px 0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body .give-stripe-checkout-modal-else-part{font-size:14px;margin:-5px 0 20px;text-align:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-body .give-stripe-single-cc-field-wrap{margin:0}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer{background-color:#f5f5f5;padding:20px;text-align:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer .give-stripe-checkout-modal-btn-wrap{align-items:center;display:flex;justify-content:center}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer .give-stripe-checkout-modal-btn-wrap .sequoia-loader{bottom:20px}.give-stripe-checkout-modal .give-stripe-checkout-modal-content .give-stripe-checkout-modal-container .give-stripe-checkout-modal-footer .give-stripe-checkout-modal-sequoia-donate-button{align-items:center;border:none;border-radius:4px;display:flex;filter:brightness(1);font-size:22px;justify-content:center;line-height:20px;min-width:236px;order:99!important;padding:20px 28px!important;transition:filter .2s ease}.give-wrap .give-grid{max-width:30rem}.give-wrap .give-grid__item{margin-bottom:1.5rem;width:100%}.give-wrap .give-grid__item>:last-child{margin-bottom:0}.give-wrap .give-wrap:before{clear:both;content:"";display:block}@media(min-width:30rem){.give-wrap .give-grid{display:flex;flex-flow:row wrap;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{display:flex;padding:0 .75rem}}@media(min-width:30rem)and (min-width:40rem){.give-wrap .give-grid--2 .give-grid__item,.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:50%}}@media(min-width:30rem)and (min-width:72rem){.give-wrap .give-grid--3 .give-grid__item,.give-wrap .give-grid--4 .give-grid__item{width:33.3333333333%}}@media(min-width:30rem)and (min-width:90rem){.give-wrap .give-grid--4 .give-grid__item{width:25%}}@supports(display:grid){.give-wrap .give-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;margin-bottom:1.5rem;max-width:100%}.give-wrap .give-grid__item{display:flex;margin-bottom:0;padding:0;width:auto!important}@media(min-width:40rem){.give-wrap .give-grid--best-fit{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.give-wrap .give-grid--2,.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:72rem){.give-wrap .give-grid--3,.give-wrap .give-grid--4{grid-template-columns:repeat(3,1fr)}}@media(min-width:90rem){.give-wrap .give-grid--4{grid-template-columns:repeat(4,1fr)}}}.give-wrap .give-card{background-color:#fff;border-radius:8px;box-shadow:0 0 8px hsl(0 0% 44% / .25);color:inherit;display:flex;flex-direction:column;text-decoration:none;transition:all .1s ease-out;width:100%}.give-wrap .give-card:active,.give-wrap .give-card:focus,.give-wrap .give-card:hover,.give-wrap .give-card:visited{border-color:#ccc;box-shadow:0 4px 12px rgb(0 0 0 / .16)}.give-wrap .give-card__media img{border-radius:0;box-shadow:none;display:block;height:auto;margin:0;-o-object-fit:cover;object-fit:cover;order:1;width:100%}.give-wrap .give-card__body{display:flex;flex-direction:column;flex-grow:1;order:2;padding:1.5rem}.give-wrap .give-card__body>:last-child{margin-bottom:0}.give-wrap .give-card__title{line-height:1.3;margin:0 0 .75rem;padding:0}.give-wrap .give-card__text{margin:0 0 1.5rem;padding:0}.give-wrap .give-card__progress{margin-top:auto;width:100%}.give-wrap .give-card__progress .raised,.give-wrap .give-card__progress>:last-child{margin-bottom:0}.give-wrap .give-card__progress .income{font-size:2em}.give-wrap .give-page-numbers{font-size:1.25em}#give-receipt .timeline-item{background:#fff}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:520px 0}}#give-receipt .placeholder-animation{margin:0 auto;max-width:650px}#give-receipt .animated-background{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);background-size:520px 100%;position:relative}#give-receipt .container{background-color:#eee;border:1px solid #eee;margin:0 auto;width:650px}#give-receipt .layer{display:flex}#give-receipt .layer.h1{height:28px}#give-receipt .layer.h2{height:22px}#give-receipt .layer.inline-radios{height:12px}#give-receipt .layer.label{height:8px}#give-receipt .layer-item.opaque{background:#fff}#give-receipt .layer-gap{background-color:#fff}#give-receipt .layer-gap.large{height:40px}#give-receipt .layer-gap.medium{height:20px}#give-receipt .layer-gap.small{height:10px}#give-receipt .layer-1 .layer-item:nth-child(odd){width:45%}#give-receipt .layer-1 .layer-item:nth-child(2n){width:55%}#give-receipt .layer-4 .layer-item:first-child{width:30%}#give-receipt .layer-4 .layer-item:nth-child(2){width:10%}#give-receipt .layer-4 .layer-item:nth-child(3){width:20%}#give-receipt .layer-4 .layer-item:nth-child(4){width:30%}#give-receipt .layer-4 .layer-item:nth-child(5){width:10%}#give-receipt .layer-5 .layer-item:first-child{width:40%}#give-receipt .layer-5 .layer-item:nth-child(2){width:5%}#give-receipt .layer-5 .layer-item:nth-child(3){width:15%}#give-receipt .layer-5 .layer-item:nth-child(4){width:40%}#give-receipt .layer-6 .layer-item:nth-child(odd){width:30%}#give-receipt .layer-6 .layer-item:nth-child(2n){width:70%}#give-receipt .layer-8 .layer-item:first-child{width:40%}#give-receipt .layer-8 .layer-item:nth-child(2){width:20%}#give-receipt .layer-8 .layer-item:nth-child(3){width:40%}.give-grid-ie-utility{margin:0 -12px}@supports(display:grid){.give-grid-ie-utility{margin:0}}.give-donation-submit>.give-donation-summary-section{margin-bottom:0}.give-donation-summary-section{font-family:Montserrat,serif;font-size:16px;font-style:normal;font-weight:600}.give-donation-summary-section svg{margin:0 5px;vertical-align:text-top}.give-donation-summary-section svg path{fill:var(--primary-color,#3ba2e0)}.give-donation-summary-section .heading{font-style:italic}.give-donation-summary-section .give-donation-summary-table-wrapper{background-color:#f9f9f9;color:#333;margin:20px -20px;padding:0 20px}.give-donation-summary-section .back-btn{background-color:#fff0;border:0;color:var(--primary-color,#3ba2e0);cursor:pointer;font-size:12px;font-weight:500;line-height:23px;margin:0;padding:0;text-decoration:underline}.give-donation-summary-section .give-donation-summary-help-text{align-items:center;color:#8c8c8c;display:flex;gap:5px;margin:10px 0}.give-donation-summary-section .give-donation-summary-help-text .back-btn{font-size:inherit}.give-donation-summary-section table{border-collapse:collapse;width:100%}.give-donation-summary-section tbody{color:#444}.give-donation-summary-section tr{border-bottom:1px solid #f2f2f2}.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr{height:42px;padding:10px 0}.give-donation-summary-section th{text-align:left}.give-donation-summary-section td{font-size:15px;font-weight:500;line-height:18px}.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child{text-align:right}@media screen and (max-width:500px){.give-donation-summary-section td,.give-donation-summary-section th,.give-donation-summary-section tr{height:26px}.give-donation-summary-section td,.give-donation-summary-section th{padding-top:15px;vertical-align:top}.give-donation-summary-section td:last-child,.give-donation-summary-section th:last-child{width:40%}.give-donation-summary-section .give-donation-summary-help-text{align-items:start}.give-donation-summary-section .give-donation-summary-help-text img{margin-top:3px}}.wpp-list{}.wpp-list li{overflow:hidden;float:none;clear:both;margin-bottom:1rem}.wpp-list li:last-of-type{margin-bottom:0}.wpp-thumbnail{display:inline;float:left;margin:0 1rem 0 0;border:none}.wpp-excerpt:empty{display:none}.wpp-meta,.post-stats{display:block;font-size:.8em}.wpp-meta:empty,.post-stats:empty{display:none}@font-face{font-family:lg;src:url(/wp-content/themes/nevark-premium/premium/css/fonts/lg.eot?n1z373);src:url(/wp-content/themes/nevark-premium/premium/css/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/wp-content/themes/nevark-premium/premium/css/fonts/lg.woff?n1z373) format("woff"),url(/wp-content/themes/nevark-premium/premium/css/fonts/lg.ttf?n1z373) format("truetype"),url(/wp-content/themes/nevark-premium/premium/css/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal;font-display:swap}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(0.5,.5,.5);transform:scale3d(0.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/wp-content/themes/nevark-premium/premium/css/../images/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/wp-content/themes/nevark-premium/premium/css/../images/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/wp-content/themes/nevark-premium/premium/css/../images/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/wp-content/themes/nevark-premium/premium/css/../images/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/wp-content/themes/nevark-premium/premium/css/../images/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity .08s ease 0s;-moz-transition:opacity .08s ease 0s;-o-transition:opacity .08s ease 0s;transition:opacity .08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/wp-content/themes/nevark-premium/premium/css/../images/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}#heateor_sss_error{color:red;margin:7px 0}#heateor_sss_sharing_more_providers .filter svg{position:absolute;left:16px;top:18px}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(/wp-content/plugins/sassy-social-share/public/css/../../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{display:block;margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{padding:0;margin:0 0 0 5px;background:0 0!important;float:left;width:24.1%;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-16px;top:-16px}#heateor_sss_sharing_more_providers .filter input.search{width:96%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 11px;padding:5px 8px 5px 27px!important;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important;max-width:-webkit-fill-available;line-height:1}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:#fff0;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:12px;height:auto;line-height:20px;overflow:hidden;padding:8px 8px 8px 1px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgb(0 0 0 / .4);box-shadow:0 2px 2px rgb(0 0 0 / .4);text-shadow:0 -1px 0 rgb(0 0 0 / .2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgb(0 0 0 / .1);box-shadow:0 1px 4px 1px rgb(0 0 0 / .1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:#fff0}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}@media screen and (max-width:752px){#heateor_sss_sharing_more_content .all-services ul li{width:32.1%}}@media screen and (max-width:590px){#heateor_sss_sharing_more_content .all-services ul li{width:48.1%}#heateor_sss_sharing_more_providers .filter input.search{width:93%}}@media screen and (max-width:413px){#heateor_sss_sharing_more_content .all-services ul li{width:100%}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color:rgb(0 0 0 / .2)}@media screen and (max-width:783px)#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92.8%}div.heateor_sss_follow_icons_container svg,div.heateor_sss_sharing_container svg{width:100%;height:100%}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress thead th,.tablepress tfoot th{background-color:#0CA34A;color:#000}.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc,.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover{background-color:#c7c7c7;color:#000}#comments{max-width:1100px;margin:50px auto;color:#333;font-style:normal}#comments p,#respond p{float:none!important}#wpdcom{max-width:750px;padding:0;margin:7px auto 15px auto}#wpdcom *{box-sizing:border-box;line-height:initial}#wpdcom i{margin:0}#comments #wpdcom span,#respond #wpdcom span,#wpdcom span{display:inline;letter-spacing:inherit;text-transform:none;font-size:1em}#comments #wpdcom .wpdiscuz-embed-wrapper .fb_iframe_widget>span{display:inline-block}#wpdcom form{margin:0;padding:0;border:none;background:none}#wpdcom input:required{box-shadow:0 0 1px #555}#wpdcom button{min-height:auto;min-width:auto;max-width:auto;min-height:auto;display:inline-block;font-weight:400;text-transform:none}#wpdcom svg{display:inline}#wpdcom .wpd-cursor-pointer{cursor:pointer}#wpdcom .avatar{padding:0;margin:0 auto;float:none;display:inline;height:auto;border:none;border-radius:0%;box-shadow:none}#wpdcom .page-numbers{padding:2px 7px;font-size:14px;margin:20px 1px;line-height:33px;background:#fff}#wpdcom span.current{color:#fff}#wpdcom .wc-label a:focus{outline:0}#wpdcom .wpdiscuz-hidden{display:none}#wpdcom .wpd-clear,#wpdcom .clearfix,.wpdiscuz_top_clearing,.wpdiscuz_clear{clear:both}.wpdiscuz_clear_right{clear:right}.wpdiscuz_clear_left{clear:left}#wpdcom .wpd-space{flex-grow:1}#wpdcom .wpd-hidden{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0.5s linear}#wpdcom .wpd-up{color:#009149!important}#wpdcom .wpd-up svg{fill:#009149!important}#wpdcom .wpd-down{color:#fc5844!important}#wpdcom .wpd-down svg{fill:#fc5844!important}#wpdcom .wpd-reply{margin-left:25px}#wpdcom .wpd-reply.wpd_comment_level-2{margin-left:70px}#wpdcom.wpd-layout-2 .wpd-reply{margin-left:40px}#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:28px}#wpdcom.wpd-layout-3 .wpd-reply{margin-left:45px}#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:62px}#wpdcom .wpdlb{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.wpd-tooltip{position:relative;overflow:hidden}.wpd-tooltip:hover{overflow:visible}.wpd-tooltip:hover .wpd-tooltip-content{opacity:1}.wpd-tooltip .wpd-tooltip-content{background:#555;border-radius:5px;box-sizing:border-box;color:#fff;font-size:14px;max-width:200px;min-width:145px;padding:10px;position:absolute;opacity:0}.wpd-tooltip .wpd-tooltip-content a{color:#fff;text-decoration:none}.wpd-tooltip .wpd-tooltip-content::after{background:#555;content:"";height:10px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px}.wpd-tooltip.wpd-top .wpd-tooltip-content{bottom:calc(100% + 0.3em);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wpd-tooltip.wpd-top .wpd-tooltip-content::after{bottom:-5px;left:50%;margin-left:-5px}.wpd-tooltip.wpd-bottom .wpd-tooltip-content{bottom:calc(-100% - 1.8em);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wpd-tooltip.wpd-bottom .wpd-tooltip-content::after{top:-5px}.wpd-tooltip.wpd-right .wpd-tooltip-content{left:calc(100% + 1.5em);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wpd-tooltip.wpd-right .wpd-tooltip-content::after{left:-5px;margin-top:-5px;top:50%}.wpd-tooltip.wpd-left .wpd-tooltip-content{right:calc(100% + 1.5em);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wpd-tooltip.wpd-left .wpd-tooltip-content::after{right:-5px;margin-top:-5px;top:50%}[wpd-tooltip]{position:relative}[wpd-tooltip]::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);border-width:7px 7px 0 7px;border-style:solid;border-color:#555 #fff0 #fff0 #fff0;z-index:100;opacity:0}[wpd-tooltip]::after{content:attr(wpd-tooltip);position:absolute;left:50%;top:-8px;transform:translateX(-50%) translateY(-100%);background:#555;text-align:center;color:#fff;padding:8px 10px;font-size:11px;line-height:1.5;min-width:6vw;border-width:0;border-radius:4px;pointer-events:none;z-index:99;opacity:0;text-transform:none}[wpd-tooltip]:hover::after,[wpd-tooltip]:hover::before{opacity:1;transition:all .4s ease-in-out}[wpd-tooltip-size='small']::after{min-width:5vw}[wpd-tooltip-size='medium']::after{min-width:10vw}[wpd-tooltip-size='long']::after{min-width:14vw}[wpd-tooltip-position='left']::before{left:0%;top:50%;margin-left:-11px;transform:translatey(-50%) rotate(-90deg)}[wpd-tooltip-position='top']::before{left:50%}[wpd-tooltip-position='bottom']::before{top:100%;margin-top:8px;transform:translateX(-50%) translatey(-100%) rotate(-180deg)}[wpd-tooltip-position='right']::before{left:100%;top:50%;margin-left:0;transform:translatey(-50%) rotate(90deg)}[wpd-tooltip-position='left']::after{left:0%;top:50%;margin-left:-8px;transform:translateX(-100%) translateY(-50%)}[wpd-tooltip-position='top']::after{left:50%}[wpd-tooltip-position='bottom']::after{top:100%;margin-top:8px;transform:translateX(-50%) translateY(0%)}[wpd-tooltip-position='right']::after{left:100%;top:50%;margin-left:9px;transform:translateX(0%) translateY(-50%)}_:-ms-lang(x),.wpd-social-login [wpd-tooltip]::after{top:-24px}_:-ms-lang(x),.wpd-social-login [wpd-tooltip]::before{top:-24px}#wpdcom div.wpd-field-desc{position:relative;display:inline}#wpdcom div.wpd-field-desc span{position:absolute;width:200px;color:#FFF;background:#555;height:auto;line-height:17px;padding:8px 10px;font-size:12px!important;text-align:center;visibility:hidden;border-radius:6px;left:-150px}#wpdcom div.wpd-field-desc span:after{content:'';position:absolute;top:100%;left:50%;margin-left:-4px;width:0;height:0;border-top:8px solid #555;border-right:8px solid #fff0;border-left:8px solid #fff0}#wpdcom div:hover.wpd-field-desc span{visibility:visible;opacity:1;bottom:34px;left:50%;margin-left:-100px;z-index:999999}#wpdcom div:hover.wpd-tooltip{position:relative}#wpdcom span.wpd-field-desc{position:relative;display:inline}#wpdcom span.wpd-field-desc span{position:absolute;width:200px;color:#FFF;background:#555;height:auto;line-height:17px;padding:8px 10px;font-size:12px;text-align:center;visibility:hidden;border-radius:6px;left:-150px}#wpdcom span.wpd-field-desc span:after{content:'';position:absolute;top:100%;left:50%;width:0;height:0;border-top:8px solid #555;border-right:8px solid #fff0;border-left:8px solid #fff0}#wpdcom span:hover.wpd-field-desc span{visibility:visible;opacity:1;bottom:38px;left:50%;margin-left:-105px;z-index:999999}@font-face{font-family:'square721_cn_btroman';src:url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot);src:url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot?#iefix) format('embedded-opentype'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff2) format('woff2'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff) format('woff'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.ttf) format('truetype'),url(/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.svg#svgFontName) format('svg');font-display:swap}#wpd-post-rating{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:30px}#wpd-post-rating .wpd-rating-wrap{width:30%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;text-align:center}#wpd-post-rating .wpd-rating-wrap .wpd-rating-left{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-right:-10px}#wpd-post-rating .wpd-rating-wrap .wpd-rating-right{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-left:-10px}#wpd-post-rating .wpd-rating-wrap .wpd-rating-data{width:125px;white-space:nowrap;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center}#wpd-post-rating .wpd-rating-wrap .wpd-rating-title{width:125px;white-space:break-spaces;word-break:break-all;font-size:12px;letter-spacing:.5px;color:#888;line-height:16px;display:block;margin-top:7px;margin-bottom:-3px}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value{transition:0.2s;background-color:#fff;border:1px dashed #777;height:60px;width:60px;text-align:center;border-radius:50%;font-family:square721_cn_btroman,"Open Sans",san-serif}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value span{color:#666;display:block!important;cursor:default}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size:24px!important;line-height:60px!important;padding-top:0px!important}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size:18px!important;line-height:16px!important;display:none!important;padding-top:17px!important}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size:10px!important;line-height:16px!important;display:none!important;padding-top:0px!important;font-style:normal;font-family:Arial,sans-serif}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display:none!important}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display:block!important;color:#fff;transition:0.8s}#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color:#555;transition:0.5s}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg{width:26px;height:26px;display:block;margin-right:-3px}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rating-stars{display:none}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rate-starts{display:flex}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts{display:none;margin-top:7px;flex-wrap:nowrap;flex-direction:row;justify-content:center}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg{width:26px;height:26px;display:block;margin-right:-3px}.wpd-rating{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:30px}.wpd-rating .wpd-rating-wrap{width:30%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;text-align:center}.wpd-rating .wpd-rating-wrap .wpd-rating-left{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-right:-10px}.wpd-rating .wpd-rating-wrap .wpd-rating-right{flex-grow:1;height:1px;border-bottom:1px dashed #999;margin-left:-10px}.wpd-rating .wpd-rating-wrap .wpd-rating-data{width:125px;white-space:nowrap;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center}.wpd-rating .wpd-rating-wrap .wpd-rating-title{width:125px;white-space:break-spaces;word-break:break-all;font-size:12px;letter-spacing:.5px;color:#888;line-height:16px;display:block;margin-top:7px;margin-bottom:-3px}.wpd-rating .wpd-rating-wrap .wpd-rating-value{transition:0.2s;background-color:#fff;border:1px dashed #777;height:60px;width:60px;text-align:center;border-radius:50%;font-family:square721_cn_btroman,"Open Sans",san-serif}.wpd-rating .wpd-rating-wrap .wpd-rating-value span{color:#666;display:block!important;cursor:default}.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size:24px!important;line-height:60px!important;padding-top:0px!important}.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size:18px!important;line-height:16px!important;display:none!important;padding-top:17px!important}.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size:10px!important;line-height:16px!important;display:none!important;padding-top:0px!important;font-style:normal;font-family:Arial,sans-serif}.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display:none!important}.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display:block!important;color:#ffffff!important;transition:0.8s}.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color:#555;transition:0.5s}.wpd-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center}.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg{width:26px;height:26px;display:block;margin-right:-3px}.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#ccc}.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#ffc600}.wpd-rating .wpd-rating-wrap .wpd-rating-name{font-size:12px;padding-top:5px;color:#999;display:none}#wpdcom .wpd-form-head{border-bottom:1px solid #ccc;padding:7px 2px 9px 2px;margin-top:20px;margin-bottom:5px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}#wpdcom .wpd-sbs-toggle{color:#666;font-size:14px;line-height:20px;cursor:pointer}#wpdcom .wpd-sbs-toggle i.fa-envelope{font-size:15px;margin-right:4px}#wpdcom .wpd-sbs-toggle i.fa-caret-down{font-size:16px;margin-left:4px;color:#666}#wpdcom .wpd-sbs-toggle .wpd-sbs-title{font-size:15px}#wpdcom .wpd-auth{display:flex;flex-direction:row;justify-content:flex-end}#wpdcom .wpd-social-login{text-align:right}#wpdcom .wpd-social-login .wpd-connect-with{line-height:20px;font-size:14px!important;margin:0 9px;vertical-align:baseline;color:#666}#wpdcom .wpd-social-login i{opacity:.8;cursor:pointer;width:22px;height:22px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin:0 2px}#wpdcom .wpd-social-login i svg{fill:#fff;width:15px;height:15px}#wpdcom .wpd-social-login i:hover{opacity:1}#wpdcom .wpd-social-login .wpdsn-fb i{background-color:#4267B2}#wpdcom .wpd-social-login .wpdsn-tw i{background-color:#000}#wpdcom .wpd-social-login .wpdsn-gg i{background-color:#D54C3F}#wpdcom .wpd-social-login .wpdsn-telegram i{background-color:#239cd7}#wpdcom .wpd-social-login .wpdsn-ds i{background-color:#2196F3}#wpdcom .wpd-social-login .wpdsn-wp i{background-color:#999}#wpdcom .wpd-social-login .wpdsn-vk i{background-color:#4C75A3}#wpdcom .wpd-social-login .wpdsn-ok i{background-color:#EF7800}#wpdcom .wpd-social-login .wpdsn-insta i{background-color:#F97149}#wpdcom .wpd-social-login .wpdsn-linked i{background-color:#007BB6}#wpdcom .wpd-social-login .wpdsn-yandex i{background-color:red}#wpdcom .wpd-social-login .wpdsn-mailru i{background-color:#168DE2;fill:#ff9e00}#wpdcom .wpd-social-login .wpdsn-mailru i svg{fill:#ff9e00}#wpdcom .wpd-social-login .wpdsn-weibo i{background-color:#d52a2c}#wpdcom .wpd-social-login .wpdsn-weixin i{background-color:#20c300}#wpdcom .wpd-social-login .wpdsn-qq i{background-color:#1479d7}#wpdcom .wpd-social-login .wpdsn-baidu i{background-color:#F23F40}#wpdcom .wpd-social-login .wpdsn-baidu i svg{fill:#2319dc}#wpdcom .wpd-auth .wpd-sep{border-right:1px #ccc solid;margin:0 12px;display:inline}#wpdcom .wpd-auth .wpd-login{font-size:14px;line-height:20px}#wpdcom .wpd-auth .wpd-login i{margin-right:2px}#wpdcom .wpd-auth .wpd-login a{color:#3272bf;text-decoration:none}#wpdcom .wpd-auth .wpd-login a:hover{color:#0d3e81}#wpdcom .wpdiscuz-social-login-spinner{display:none}#wpdcom .wpd-social-login-agreement{width:100%;margin-top:15px;margin-bottom:0;font-size:12px;padding:20px 30px 10px 30px;background-color:#F8F8F8;border:1px dotted #ddd;clear:both;line-height:normal}#wpdcom .wpd-social-login-agreement .wpd-agreement-title{font-weight:700;margin-bottom:5px;font-size:15px}#wpdcom .wpd-social-login-agreement .wpd-agreement-button{text-transform:uppercase;padding:3px 20px;margin:5px 0 0 15px;cursor:pointer;font-size:12px;line-height:20px;color:#00B38F;display:inline-block}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree{border:1px dotted #00B38F;color:#00B38F}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree:hover{color:#FFF;background:#00B38F}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree{border:1px dotted #ff312f;color:#ff312f}#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree:hover{color:#FFF;background:#ff312f}#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons{margin-top:4px}#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-left{float:left}#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-right{float:right}#wpdcom .wpd-secondary-forms-social-content .wpd-social-login-agreement{padding:20px}#wpdcom .wpdiscuz-subscribe-bar{width:100%;box-sizing:border-box;padding:15px 0 5px 0;margin-bottom:0}#wpdcom .wpdiscuz-subscribe-bar form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;align-items:center;margin-bottom:10px}#wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status{font-size:14px}#wpdcom .wpdiscuz-subscribe-form-intro{font-size:14px;display:block;padding:3px 10px 3px 1px;line-height:20px;box-sizing:border-box;white-space:nowrap}#wpdcom .wpdiscuz-subscribe-form-option{flex-grow:1;font-size:13px;display:block;padding-right:5px;box-sizing:border-box}#wpdcom .wpdiscuz-subscribe-form-email{font-size:14px;display:block;padding:0 5px 0 0;box-sizing:border-box;width:30%}#wpdcom .wpdiscuz-subscribe-form-button{font-size:14px;display:block;box-sizing:border-box}#wpdcom .wpdiscuz-subscribe-form-email select{width:100%!important}#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:13px!important;padding:3px!important;width:100%!important;height:auto!important;line-height:20px!important;box-sizing:border-box!important;clear:both;float:none;margin:0}#wpdcom .wpdiscuz-subscribe-form-button input[type="submit"]{font-size:16px!important;min-height:29px!important;height:29px!important;padding:1px 3px 5px 3px!important;min-width:40px;line-height:14px!important;box-sizing:border-box!important;border:1px solid #ddd;clear:both;float:none;margin:0}#wpdcom .wpdiscuz-subscribe-agreement{font-size:12px;display:block;clear:left;padding-top:10px;width:92%}#wpdcom .wpdiscuz-subscribe-agreement label{cursor:pointer;display:inline;font-size:13px;margin:0 4px}#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{box-shadow:none;font-weight:700;letter-spacing:0}#wpdcom .wpd-form-wrap{padding-bottom:10px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;padding:20px 0;align-items:center}#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper]{flex-grow:1;position:relative;width:100%}#wpdcom .wpd-form .wpd-textarea-wrap{position:relative}#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper] textarea{width:100%}#wpdcom .wpd-form .wpd-avatar{margin-right:15px;border-radius:100%;text-align:left;flex-shrink:0;align-self:flex-start}#wpdcom .wpd-form .wpd-avatar img,#wpdcom .wpd-form .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #ccc;padding:2px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea{height:54px;border-radius:5px;border:1px solid #ccc;width:100%;padding:10px 15px;font-size:14px;box-shadow:inset 1px 1px 8px rgb(0 0 0 / .1);font-family:inherit;outline:none;-webkit-transition:.18s ease-out;-moz-transition:.18s ease-out;-o-transition:.18s ease-out;transition:.18s ease-out;resize:none}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover{box-shadow:inset 1px 2px 8px rgb(0 0 0 / .02)}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-moz-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-webkit-input-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:-ms-input-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpdiscuz-edit-form-wrap{margin-bottom:15px;margin-top:10px;position:relative}#wpdcom .wpdiscuz-edit-form-wrap table{border:none;margin:15px 0}#wpdcom .wpdiscuz-edit-form-wrap table td{border:none;padding:1px 0;border-bottom:1px dashed #ccc}#wpdcom .wpdiscuz-edit-form-wrap table td label{font-size:13px;color:#666;display:inline;line-height:22px;margin-right:20px;vertical-align:text-bottom}#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap{text-align:right;margin-top:10px}#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap .wc_cancel_edit{margin:0 10px}#wpdcom .wpd-form.wpd-secondary-form-wrapper{margin-bottom:25px}#wpdcom .wpd-form.wpd-secondary-form-wrapper .wpdiscuz-textarea-wrap{padding-top:10px}#wpdcom .wpd-form-wrap .wpd-login-to-comment{text-align:center;font-size:16px;padding:15px 0 0 0}#wpdcom .wpd-form .wpdiscuz-textarea-wrap{padding-bottom:10px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt{flex-wrap:wrap}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-avatar{flex-basis:69px;margin-right:0}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:calc(100% - 70px)}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap .quicktags-toolbar{width:100%;margin-bottom:1px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{width:100%}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap{flex-basis:100%;text-align:right;margin-top:3px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap i{color:#888;font-size:18px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap .wpd-editor-buttons-right{float:right}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right{display:flex;align-items:center;margin-left:auto}#comments #wpdcom .wpd-form .wpd_comm_form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right span{display:inline-block;margin:3px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::after{left:auto;margin-left:-35px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::before{right:25px;left:auto}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button{opacity:.8;box-shadow:none;background:#eee;color:#666;font-size:13px;padding:1px 12px;margin:2px 1px;display:inline-block;border-radius:0;line-height:20px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button:hover{opacity:1}#wpdcom input[type="button"],#wpdcom input[type="reset"],#wpdcom input[type="submit"],#wpdcom button{margin:inherit}#wpdcom .wpd-second-button,#wpdcom .wpd-prim-button{border:none;cursor:pointer;font-family:"Arial Hebrew",Arial,sans-serif;font-size:14px;line-height:24px;padding:4px 20px;letter-spacing:1px;box-shadow:1px 1px 3px -1px #bbb;border-radius:3px;max-width:none;max-width:none}#wpdcom .wpd-second-button:hover,#wpdcom .wpd-prim-button:hover{opacity:.9;box-shadow:none;text-decoration:none}#wpdcom .wpd-second-button{background-color:#f5f5f5;color:#999;box-shadow:1px 1px 2px -1px #ccc}#wpdcom .wc-field-submit input[type="submit"]{margin-left:2%}#wpdcom .wpd_label,#wpdcom .wpd_label{margin:1px 0 5px 0;padding:0;display:inline-block}#wpdcom .wpd_label,#wpdcom .wpd_label span{display:inline-block}#wpdcom .wpd_label input[type="checkbox"].wpd_label__checkbox{display:none}#wpdcom .wpd_label__checkbox{display:none}#wpdcom .wpd_label__check{display:inline-block;border:0;border-radius:0;vertical-align:middle;cursor:pointer;text-align:center;margin:0 3px 0 0}#wpdcom .wpd_label__check i.wpdicon{font-size:15px;line-height:20px;padding:4px 5px;width:32px;margin:0}#wpdcom .wpd_label__check i.wpdicon-on{display:none}#wpdcom .wpd_label__check i.wpdicon-off{display:inline-block;color:#aaa;border:1px solid #ddd}#wpdcom .wpd_label__checkbox:checked+.wpd_label__text .wpd_label__check .wpdicon-on{display:inline-block}#wpdcom .wpd_label__checkbox:checked+.wpd_label__text .wpd_label__check .wpdicon-off{display:none}#wpdcom .wpd_label__check i.wpdicon-off.fa-unlock-alt,#wpdcom .wpd_label__check i.wpdicon-on.fa-lock{font-size:15px}#wpdcom .wpd-form .ql-texteditor textarea{width:100%;margin:0;box-sizing:border-box;outline:none;padding:10px;line-height:24px;position:absolute;top:0;bottom:0;border:none}#wpdcom .ql-editor{min-height:65px;border-bottom-color:#fff;word-break:break-word}#wpdcom .ql-editor::before{font-size:16px;color:#aaa;letter-spacing:1px}#wpdcom .ql-editor>*{cursor:text;font-size:15px;letter-spacing:.5px;font-family:Arial;font-weight:400;color:#666}#wpdcom .ql-editor blockquote{margin-top:0!important;margin-bottom:0!important}#wpdcom .ql-container{border-radius:3px 3px 0 0;background:#fff;border-bottom:none;border-color:#ddd}#wpdcom .ql-toolbar{padding:8px 8px 3px 5px;background-color:#fafafa;border-top:none;border-radius:0 0 3px 3px;border-color:#ddd}#wpdcom .ql-toolbar.wpd-toolbar-hidden{display:none}#wpdcom .ql-toolbar .ql-stroke{stroke:#999}#wpdcom .ql-toolbar .ql-fill{fill:#999}#wpdcom .ql-toolbar button:hover .ql-stroke{color:#0274be;stroke:#0274be}#wpdcom .ql-toolbar button:hover .ql-fill{color:#0274be;fill:#0274be}#wpdcom .ql-toolbar button.ql-active .ql-stroke{color:#0274be;stroke:#0274be}#wpdcom .ql-toolbar button.ql-active .ql-fill{color:#0274be;fill:#0274be}#wpdcom .ql-toolbar button.ql-spoiler,#wpdcom .ql-toolbar button.ql-sourcecode{color:#999;width:auto;font-size:13px;letter-spacing:2px;line-height:15px;font-weight:700;font-family:arial;display:flex;align-items:flex-start;justify-content:center}#wpdcom .ql-toolbar button:hover{text-decoration:none}#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i{font-size:18px;color:#999}#wpdcom .ql-toolbar button.ql-spoiler:hover,#wpdcom .ql-toolbar button.ql-sourcecode:hover,#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover{color:#0274be}#wpdcom .wpd-editor-char-counter{font-size:9px;padding:3px 5px 2px;position:absolute;right:0;z-index:10;color:#888}#wpdcom .wpd-editor-char-counter.error{color:red}#wpdcom.wpdiscuz_unauth .wc-field-submit{padding-top:15px}#wpdcom .wpd-form-foot{margin-left:70px}#wpdcom .wpd-form-row .wpdiscuz-item{clear:both}#wpdcom .wpd-form-row .wpd-form-col-full{width:100%;float:none;margin:0;text-align:left;padding:0}#wpdcom .wpd-form-row .wpd-form-col-left{width:49%;float:left;margin:0;text-align:left;padding:0}#wpdcom .wpd-form-row .wpd-form-col-right{width:49%;float:right;margin:0;text-align:right;padding:0}#wpdcom .wpd-form-row .wpd-form-col-full .wpdiscuz-item{text-align:left}#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item{text-align:left}#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item{text-align:right}#wpdcom .wpdiscuz-item label.wpd-field-label{float:none}#wpdcom .wpd-form-row .wpdiscuz-item{width:100%;vertical-align:baseline;padding:1px 0 7px 0;position:relative}#wpdcom .wpd-form-row .wpd-field{width:100%;line-height:20px;color:#777;display:inline-block;float:none;clear:both;margin:0;box-sizing:border-box;padding-top:2%;padding-bottom:2%;font-size:14px;border-radius:3px;vertical-align:baseline}#wpdcom .wpd-form-row .wpd-has-icon .wpd-field{padding-left:30px}#wpdcom .wpd-form-row .wpd-has-desc .wpd-field{padding-right:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon{display:inline-block;font-size:16px;line-height:16px;opacity:.3;padding:0;margin:0;position:absolute;top:9px;left:8px;width:20px;text-align:left}#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-desc{display:inline-block;font-size:16px;line-height:16px;opacity:1;margin:0;position:absolute;top:8px;right:8px;width:20px;text-align:right;border-left:1px solid #ccc;color:#aaa;padding:0 5px;cursor:pointer}#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-select .wpd-field-desc{border-left:none}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"]{height:32px}#wpdcom .wpd-form-row .wpdiscuz-item textarea{height:72px;padding-left:10px}.wpdiscuz_select{background:url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC") #fefefe no-repeat scroll right center!important;border-radius:0;border:1px solid lightgray!important;box-shadow:none!important;height:28px!important;padding:3px 22px 3px 8px!important;font-size:13px!important;-moz-appearance:none!important;-webkit-appearance:none!important;outline:0 none!important;text-indent:.01px;text-overflow:""!important;width:100%!important;box-sizing:border-box!important;line-height:20px!important;clear:both;float:none!important;margin:0!important}#wpdcom .wc-field-submit{text-align:right;padding:1px 2px 0 0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}#wpdcom .wc-field-submit input[type="button"]{margin:1px;border:#ddd 1px solid;font-size:13px;line-height:16px;padding:6px 15px;clear:both;float:none}#wpdcom .wpd-item-wrap{text-align:left}#wpdcom .wpd-item{text-align:left}#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size:13px;text-align:left;line-height:20px;padding:5px 0}#wpdcom .wpd-form-col-left .wpd-has-desc .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-has-desc .wpd-field-group-title,#wpdcom .wpd-form-col-full .wpd-has-desc .wpd-field-group-title{padding-right:35px}#wpdcom .wpd-comment-right .wpd-top-custom-fields{padding:5px 10px 10px 0}#wpdcom .wpd-comment-right .wpd-bottom-custom-fields{padding:5px 0;margin-bottom:5px;margin-top:10px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label{float:right;display:block;width:111px;text-align:right;padding:0;line-height:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_img{display:inline!important;border:0;padding:0;margin:0;vertical-align:middle;box-sizing:content-box;width:80px;height:26px;border-bottom:2px solid #e6e6e6}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label a{margin:0;display:inline;padding:0;text-decoration:none;height:auto;width:auto}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input{float:left;display:block;min-width:30px;width:calc(100% - 112px);line-height:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input input[type="text"]{width:100%;padding:3px 5px;height:28px}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img{cursor:pointer}#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img img{max-width:16px!important;max-height:16px!important;box-sizing:content-box;margin:0;display:inline!important;background-color:#e6e6e6;padding:5px;border:1px solid #e4e4e4;border-left:1px solid #d9d9d9;vertical-align:middle}#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha{background:#f5f5f5;padding:2px 15px;font-size:11px;color:#aaa;line-height:28px;text-align:center}#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha i{margin-right:5px}#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-captcha{margin-bottom:-5px;padding-bottom:2px}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{border-bottom:none;text-align:right}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-item{margin:0;padding:0}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field{height:20px;vertical-align:top;outline:none}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field-label{height:20px;vertical-align:top}#wpdcom .wpdiscuz-item .wpd-field-label a{display:inline;vertical-align:baseline;line-height:inherit}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{border-bottom:none}#wpdcom .wpd-form-col-left .wpd-field-group.wpd-field-single .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-field-group.wpd-field-single .wpd-field-group-title{font-size:inherit;text-align:right;line-height:inherit;height:25px}#wpdcom .wpdiscuz-item.wpd-field-radio,#wpdcom .wpdiscuz-item.wpd-field-checkbox{padding-bottom:12px}#wpdcom .wpdiscuz-item.wpd-field-radio input,#wpdcom .wpdiscuz-item.wpd-field-checkbox input{box-shadow:none;border:1px solid;display:inline-block;padding:initial!important}#wpdcom .wpd-form-col-left div:last-of-type,#wpdcom .wpd-form-col-right div:last-of-type{border-bottom:none}#wpdcom .wpd-field-radio .wpd-item,#wpdcom .wpd-field-checkbox .wpd-item{display:inline-block;padding:1px;margin:1px 0;min-width:60px}#wpdcom .wpd-field-radio .wpd-field,#wpdcom .wpd-field-checkbox .wpd-field{width:18px;height:18px;display:inline-block;float:left;padding:0;line-height:20px;vertical-align:baseline;margin:0 6px 0 0;box-sizing:border-box}#wpdcom .wpd-field-radio .wpd-field-label,#wpdcom .wpd-field-checkbox .wpd-field-label{width:auto;height:22px;display:inline;float:none;padding:0;line-height:20px;font-size:12px;margin:0}#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-agreement,#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-cookies-consent{padding-top:0}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-radio .wpd-item-wrap,#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-checkbox .wpd-item-wrap{float:none}#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field,#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-label{line-height:20px}#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-single{padding-bottom:0}#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-desc{top:5px}#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item.wpd-field-select{text-align:left}#wpdcom .wpdiscuz-item.wpd-field-select select.wpdiscuz_select{height:32px!important;max-width:400px!important}#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc select.wpdiscuz_select{width:calc(100% - 40px)!important}#wpdcom .wpdiscuz-item.wpd-field-select .wpd-field-group-title{padding-top:12px}#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc .wpd-field-desc{top:9px}.wpd-custom-field{display:table;width:100%;padding:1px 0;line-height:20px}.wpd-custom-field .fa-star{font-size:1.2em}.wpd-cf-label{background:#f9f9f9;box-sizing:border-box!important;display:table-cell;font-size:13px;opacity:1;padding:5px 10px;vertical-align:top;width:29%;border-bottom:1px #f0f0f0 solid}.wpd-cf-value{display:table-cell;border-bottom:1px #f0f0f0 solid;width:69%;box-sizing:border-box!important;font-size:13px;vertical-align:top;opacity:.7;padding:5px 10px}#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{background:#fff0;border:none;padding:2px 10px 2px 2px}#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value{font-size:14px;border-bottom:none;padding:1px 10px}#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value i{min-width:20px;align-self:center;text-align:center}#wpdcom .wpdiscuz-item .wpdiscuz-rating,#wpdcom .wpd-item-wrap fieldset{display:inline-block}#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{border-bottom:1px dotted #ddd;height:77px;margin-bottom:0}#wpdcom .wpdiscuz-item .wpdiscuz-rating{border:none;float:left;margin:0;padding:5px 0 5px 1px;margin-left:-5px}#wpdcom .wpdiscuz-item .wpdiscuz-rating>input{visibility:visible;opacity:0;position:absolute;z-index:-1}#wpdcom .wpdiscuz-item .wpdiscuz-rating>label::before{margin:1px 3px;line-height:18px;font-size:1.1em;cursor:pointer}#wpdcom .wpdiscuz-item .wpdiscuz-rating>.half::before{position:absolute;cursor:pointer}#wpdcom .wpdiscuz-item .wpdiscuz-rating>label{float:right;font-size:1.1em}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc{right:0;top:0;position:relative;font-size:14px;margin-left:5px;padding:0 7px}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc i.fa{font-size:17px}#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{display:inline-block;vertical-align:baseline;padding:0 0 2px 0;margin-top:-2px;padding-right:35px}#wpdcom .wpd-form-col-full .wpdiscuz-item .wpdiscuz-rating{padding:0 6px 0 0;vertical-align:middle;line-height:14px}#wpdcom .wpd-form-col-full .wpd-item-wrap{display:inline-block;float:left;padding-right:7px;vertical-align:baseline;padding:0 1px 1px 1px}#wpdcom .wpdiscuz-edit-form-wrap .wpdiscuz-item.wpd-field-group.wpd-field-rating{height:auto;border-bottom:none}#wpdcom .wpdiscuz-edit-form-wrap .editcomment td{vertical-align:middle;padding-right:10px}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td,#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td{vertical-align:top}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td input,#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td input{width:auto;vertical-align:baseline;margin-right:1px;display:inline;line-height:22px}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-rating td label{margin-right:1px}#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpdiscuz-item{padding:7px 0}.wpdiscuz-stars-label{line-height:20px;padding:10px 0 2px 3px;font-size:14px}.wpdiscuz-stars-wrapper{display:block}.wpdiscuz-stars-wrapper-inner{position:absolute}.wpdiscuz-activ-stars{position:absolute;display:flex;font-size:22px;top:0;left:0}.wpdiscuz-pasiv-stars{font-size:22px;display:flex}.wpdiscuz-activ-stars{overflow:hidden}.wpdiscuz-pasiv-stars i.wpdiscuz-pasiv-star,.wpdiscuz-activ-stars i.wpdiscuz-activ-star{padding:0 2px;font-size:20px}#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-rating{height:auto;border-bottom:none;padding-bottom:10px}#wpdcom .wpd-form-row .wpd-field-date{height:77px}#wpdcom .wpd-form-row .wpd-field-date .wpd-field-title{font-size:13px;line-height:20px;padding:5px 0 8px 0;text-align:left;padding-bottom:8px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field{padding-left:5px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field{padding-right:5px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-icon{left:2px;top:10px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-desc{top:10px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-title{padding-left:26px}#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field-title{padding-left:26px}#wpdcom .wpd-form-row .wpd-field-color{height:77px}#wpdcom .wpd-form-row .wpd-field-color .wpd-field-title{font-size:13px;line-height:20px;padding:5px 0 8px 0;text-align:left;padding-bottom:8px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field{padding-left:5px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field{padding-right:5px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-icon{left:2px;top:10px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-desc{top:10px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-title{padding-left:26px}#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field-title{padding-left:26px}#wpdcom .wpdiscuz-spoiler-wrap{background-color:#eee;border:1px solid #555;border-style:dashed;margin:5px 0}#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler{padding:5px;cursor:pointer}#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler .fas{margin:0 5px}#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler-content{display:none;font-style:italic;padding:5px}@media screen and (min-width:655px){#wpdcom .wpd-field-captcha{text-align:right!important;display:block;border-bottom:none;margin-top:3px!important}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{display:inline-block;margin:0 0 0 auto}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha iframe{margin-bottom:0}#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(.8);-webkit-transform:scale(.8);transform-origin:right 0;-webkit-transform-origin:right 0;margin:0 0 0 auto}#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(.8);-webkit-transform:scale(.8);transform-origin:right 0;-webkit-transform-origin:right 0;margin:0 0 0 auto}#wpdcom .wpd_comment_level-5 .wpd-secondary-form-wrapper .wpdiscuz-recaptcha{transform-origin:center 0;-webkit-transform-origin:center 0}}@media screen and (max-width:730px){#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha{transform-origin:right 0;-webkit-transform-origin:right 0}}@media screen and (max-width:655px){#wpdcom .wpd-field-captcha{float:none;width:100%;display:block;border-bottom:none;padding-bottom:0;margin-bottom:0}#wpdcom .wpd-field-captcha input{height:1px;padding:0;margin:0;clear:both}}#wpdcom .wpdiscuz-subscribe-bar .wpd-field-captcha{text-align:left!important;display:inline-block!important;border-bottom:none;clear:both;float:none;position:relative;transform-origin:left 0 0px!important;transform:scale(.8);padding:20px 0 20px 0;margin-bottom:-40px}#wpdcom #wpd-threads{margin-top:20px}#wpdcom .wpd-thread-head{width:100%;border-bottom:2px solid #ccc;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}#wpdcom .wpd-thread-head .wpd-thread-info{color:#555;padding:5px 15px 3px 5px;font-weight:600;margin-bottom:-2px;font-size:14px;letter-spacing:1px;text-transform:uppercase;text-align:left;line-height:24px}#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab{padding:5px 15px 0 14px}#wpdcom .wpd-thread-head .wpd-thread-info .wpdtc{font-size:15px}#wpdcom .wpd-thread-head .wpdiscuz-user-settings{font-size:15px;color:#777;cursor:pointer;text-align:center;padding:5px 10px 6px 12px;margin:0 2px -2px 2px;width:40px;text-align:center}#wpdcom .wpd-thread-head .wpd-thread-filter{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}#wpdcom .wpd-thread-filter .wpd-filter{font-size:16px;color:#999;border-bottom:2px solid #999;cursor:pointer;text-align:center;padding:5px 10px;margin:0 1px -2px 1px;line-height:18px}#wpdcom .wpd-thread-filter .wpdf-reacted{color:#ffa600;border-bottom-color:#ffa600;width:34px}#wpdcom .wpd-thread-filter .wpdf-hottest{color:#fc5844;border-bottom-color:#fc5844;width:34px}#wpdcom .wpd-thread-filter .wpdf-sorting{font-size:14px;color:#777;line-height:18px;text-transform:capitalize;min-width:100px;font-family:"Arial Hebrew",Arial,sans-serif}#wpdcom .wpd-thread-filter .wpdf-sorting i{font-size:15px;margin-left:6px;vertical-align:top;line-height:14px}#wpdcom .wpd-thread-list .wpd-load-more-submit-wrap{display:flex;flex-direction:row;justify-content:center;padding:10px}#wpdcom .wpd-comment .wpd-comment-wrap .wpd-comment-author span.wpd-user-nicename{color:#aaa;font-size:13px;font-family:"Courier New",Courier,monospace}#wpdcom .wpd-thread-list{padding:30px 0}#wpdcom .wpd-comment .wpd-comment-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:flex-start;padding-bottom:5px}#wpdcom .wpd-comment .wpd-comment-left{width:60px;text-align:center;margin-right:20px}_:-ms-lang(x),#wpdcom .wpd-comment .wpd-comment-left{width:auto}#wpdcom .wpd-comment .wpd-comment-right{padding-bottom:15px;flex-grow:1;width:calc(100% - 80px)}#wpdcom .wpd-comment .wpd-avatar{position:relative}#wpdcom .wpd-comment .wpd-avatar img,#wpdcom .wpd-comment .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #ccc;padding:2px;background-color:#fff;vertical-align:middle;text-align:center;float:none}#wpdcom .wpd-comment .wpd-avatar i{position:absolute;bottom:1px;right:5px;border-radius:50%;padding:3px;border:2px solid #fff;width:20px;height:20px;display:flex;justify-content:center;align-items:center}#wpdcom .wpd-comment .wpd-avatar i svg{width:12px;height:12px;fill:#fff}#wpdcom .wpd-comment .wpd-comment-label{margin:9px auto 2px auto;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:100%;padding:1px 5px;cursor:default;display:flex;align-items:center;justify-content:center;flex-flow:row}#wpdcom .wpd-comment .wpd-comment-label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:100%;padding:0}#wpdcom .wpd-comment .wpd-follow-link{color:#999;font-size:13px;cursor:pointer;padding-left:5px}#wpdcom .wpd-comment-header{font-size:13px;color:#999}#wpdcom .wpd-comment .wpd-comment-header{padding:5px 0 5px 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}#wpdcom .wpd-comment-header .wpd-comment-author{font-size:15px;font-weight:600;text-decoration:none;letter-spacing:.7px;margin-right:5px}#wpdcom .wpd-comment .wpd-comment-header i{line-height:1.75}#wpdcom .wpd-comment-date{padding:0 5px;font-size:11px}#wpdcom .wpd-comment-date i{font-size:11px;margin-right:4px}#wpdcom .wpd-comment-status{padding:0 5px}#wpdcom .wpd-comment-status div{display:inline-block;cursor:default}#wpdcom .wpd-comment-status i{margin:0 3px}#wpdcom .wpd-comment-status .wpd-sticky{vertical-align:top}#wpdcom .wpd-comment-status .wpd-closed{color:#999;font-size:12px}#wpdcom .wpd-comment-header .wpd-comment-share{padding:0 6px;cursor:default}#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content{text-align:center}#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg{fill:#fff;height:12px;padding:0 6px;cursor:pointer}#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg:hover{fill:#ffee46}#wpdcom .wpd-comment-header .wpd-comment-link{padding:0;cursor:pointer;font-size:12px;color:#aaa;align-self:flex-start;padding-top:9px}#wpdcom .wpd-comment-header .wpd-comment-link span{margin-left:12px}#wpdcom .wpd-comment-text{font-size:15px;padding:0 0 8px 0;word-break:break-word}#wpdcom .wpd-comment-text *{line-height:1.6}#wpdcom .wpd-comment-text p{margin-bottom:10px}#wpdcom .wpd-comment-text p:last-child{margin-bottom:0}#wpdcom .wpd-comment-text ol,#wpdcom .wpd-comment-text ul{margin:0 0 1rem 1rem}#wpdcom .wpd-comment-text img,#wpdcom .wpd-comment-text iframe,#wpdcom .wpd-comment-text video,#wpdcom .wpd-comment-text audio{max-width:100%!important}#wpdcom .wpd-comment-text iframe{width:480px;height:280px}#wpdcom .wpd-comment-text blockquote{margin:5px auto 5px 15px;padding:2px 10px;font-size:14px}#wpdcom .wpd-comment-text blockquote p{margin-bottom:5px}#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper{font-style:italic;font-size:15px;padding:15px;background:#fffce1;margin-bottom:10px;color:#777}#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper .wpd-inline-feedback-info{font-style:normal;font-weight:600}#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper i.fa-quote-left{margin-right:8px;font-size:17px;color:#999797}#wpdcom .wpd-comment-footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-top:0}#wpdcom .wpd-comment-footer .wpd-vote{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding-right:20px;font-size:0}#wpdcom .wpd-comment-footer .wpd-vote-up,#wpdcom .wpd-comment-footer .wpd-vote-down{width:16px;height:16px;opacity:.7;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-vote-down.wpd-dislike-hidden{display:none!important}#wpdcom .wpd-comment-footer .wpd-vote-up svg,#wpdcom .wpd-comment-footer .wpd-vote-down svg{fill:#888;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;text-align:center;color:#999}#wpdcom .wpd-comment-footer .wpd-reply-button{cursor:pointer;font-size:14px;color:#999;white-space:nowrap}#wpdcom .wpd-comment-footer .wpd-reply-button i{margin-right:6px;opacity:.7}#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:middle;transform:rotate(180deg);width:22px;height:22px;opacity:.7;fill:#999;margin-right:2px}@-moz-document url-prefix(){#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom}}#wpdcom .wpd-comment-footer .wpd-reply-button span{line-height:21px;font-size:1em}#wpdcom .wpd-comment-footer .wpd-vote-up:hover,#wpdcom .wpd-comment-footer .wpd-vote-down:hover{opacity:1}#wpdcom .wpd-comment-footer .wpd-reply-button:hover{color:#777}#wpdcom .wpd-comment-footer .wpd-reply-button:hover svg{opacity:1}#wpdcom .wpd-comment-footer .wpd-tools i{color:#aaa;font-size:14px;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-toggle i{color:#aaa;font-size:15px;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{font-size:13px!important;color:#888;margin-right:7px}#wpdcom .wpd-hidden-replies .wpd-toggle.wpd-hidden:last-child{visibility:visible;opacity:1}#wpdcom .wpd-comment-footer .wpd-sep{border-right:1px #ccc solid;margin:0 7px;width:1px;height:15px}#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tool-wrap,#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-sep,#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tools,#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle,#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-share,#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-link{visibility:visible;opacity:1}#wpdcom .wpd-comment-right .wpd-comment-last-edited{margin:10px 0 20px 0;font-size:12px;color:#999;font-style:italic}#wpdcom .wpd-comment-right .wpd-comment-last-edited i{padding-right:5px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:50px}_:-ms-lang(x),#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:auto}#wpdcom .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:10px auto 7px auto;display:flex;align-items:center;justify-content:center;flex-flow:row}#wpdcom .wpd-comment.wpd-reply .wpd-follow-link{font-size:11px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;margin-right:5px}#wpdcom .wpd-comment .wpd-reply-to{font-size:13px;color:#999;font-style:italic}#wpdcom .wpd-comment .wpd-reply-to i{margin-right:6px}#wpdcom .wpd-comment .wpd-reply-to a{text-decoration:none;opacity:.8;color:#0274be}#wpdcom .wpd-comment .wpd-reply-to a:hover{opacity:1;color:#000}#wpdcom .wpd-comment.wpd-reply .wpd-comment-text{font-size:14px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{width:15px;height:15px;display:flex;flex-direction:column;justify-content:center;align-items:center}_:-ms-lang(x),#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,_:-ms-lang(x),#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display:-ms-flexbox}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{width:20px;height:20px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button span{line-height:19px;font-size:1em}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tools i{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-toggle i{font-size:14px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-sep{height:14px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to{margin-bottom:6px;border-left:1px solid #ccc;padding:0 10px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{bottom:0;right:0}#wpdcom.wpd-layout-1 .wpd-new-loaded-comment>.wpd-comment-wrap>.wpd-comment-right{padding-right:15px;padding-left:15px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{margin-top:5px}#wpdcom.wpd-layout-3 .wpd-comment-footer .wpd-toggle .wpd-view-replies{background:#fff;padding:5px 10px;border-radius:12px;margin-right:1px;margin-left:-6px}#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot{margin-left:65px}#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar{width:54px;margin-right:11px}#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border-radius:0;border:none;border-bottom:2px solid #ccc;padding:1px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea::placeholder{line-height:27px;font-size:15px}#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea{height:48px}#wpdcom.wpd-layout-2 .wpd-comment{margin-bottom:20px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header,#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top,#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{display:block;flex-grow:1;margin-bottom:-3px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap:nowrap;align-items:center}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-comment-label{width:auto;padding:1px 15px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-label{margin:0}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{padding-right:15px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border-radius:0;border:none;border-bottom:2px solid #ccc;padding:1px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{bottom:-2px;right:7px}_:-ms-lang(x),#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{line-height:10px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-follow-link{font-size:12px;padding-left:2px;padding-right:12px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-text{margin:8px 0 5px 0}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-date{padding:0 10px 0 0;font-size:12px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-status{padding:0 10px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link{margin-bottom:0;padding-top:1px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{font-size:12px;padding-top:2px;margin-left:0;font-style:normal}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to i{margin-right:3px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply{margin-bottom:0}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top{margin-bottom:3px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding:0 10px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:0 10px 0 0}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-follow-link{margin-right:12px;border-right:1px solid #ccc;padding-right:12px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{margin:0 0 5px 0;background-color:#fafafa;border-left:3px solid #dedede;padding:10px 15px 0 17px}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img.avatar{border-bottom:none}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment>.wpd-comment-wrap>.wpd-comment-right{padding-right:15px;padding-left:15px}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply>.wpd-comment-wrap>.wpd-comment-right{padding-left:0;padding-right:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-tools-actions{top:25px}#wpdcom.wpd-layout-3 .wpd-thread-list{padding:35px 0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{padding-bottom:0}#wpdcom.wpd-layout-3 .wpdiscuz-edit-form-wrap{margin-left:36px}#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:84px}#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar{width:67px}#wpdcom.wpd-layout-3 .wpd-form .wpdiscuz-textarea-wrap textarea{height:60px;padding:14px 15px}#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar{width:64px;height:64px;max-width:64px;border-radius:100%;padding:3px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img{border-color:#d1d1d1}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{margin-bottom:35px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{width:70px;margin-right:-34px;position:relative;z-index:2}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-top:-6px}#wpdcom.wpd-layout-3 .wpd-comment-status{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;font-size:12px;line-height:1.75;padding-top:8px}#wpdcom.wpd-layout-3 .wpd-comment-status .wpd-closed{font-size:11px}#wpdcom.wpd-layout-3 .wpd-comment-status div{margin-left:4px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right{padding-bottom:0;border-left:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;width:calc(100% - 35px)}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header{background-color:#f7f7f7;margin-left:-1px;padding:10px 0 7px 0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color:#f6fff4}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left:42px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{margin-left:42px;margin-top:0;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date{flex-grow:1;font-size:11px;line-height:22px;color:#999;padding-top:1px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date i{font-size:10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-label{margin:-1px 10px 0 0;border-radius:0 0 5px 5px;font-size:13px;line-height:16px;text-align:center;width:auto;padding:3px 15px;cursor:default}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author a{font-size:14px;font-weight:400}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-follow-link{font-size:12px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-share{font-size:12px;padding:0 12px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-link{font-size:11px;padding:1px 8px 0 0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left:30px;padding-top:15px;padding-bottom:17px;font-size:16px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom:-14px;margin-left:40px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left:18px;margin-left:-20px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border:1px solid #aaa;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px;width:28px;height:28px;background-color:#fff}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-chevron-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-chevron-down{width:15px;padding:1px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-plus,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-minus{width:15px;padding:2px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up{border:1px solid #009149!important}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border:1px solid #fc5844!important}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{padding:0 10px;font-size:16px;background-color:#fff;border-radius:50%;line-height:26px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#fff;border:1px solid #aaa;border-radius:15px;padding:1px 20px 1px 16px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;width:20px;height:20px;margin-right:3px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{width:20px;height:20px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{padding-left:20px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:#fff;border-radius:50%;padding:5px;height:25px;width:25px;line-height:14px;border:1px solid #aaa}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-sep{margin:0 3px;border:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-wrap{margin-bottom:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-status{padding-top:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{font-size:13px;display:flex;flex-direction:row;justify-content:flex-start;margin-left:36px;margin-top:1px;align-items:center;background-color:#f7f7f7;padding:5px 10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to .wpd-comment-date{margin-left:auto;font-style:normal}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{width:70px;margin-right:-34px;position:relative;z-index:2}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header{background-color:#fff0;margin-left:0;padding:6px 0 5px 0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left:36px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin:0 8px 0 6px;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:auto;padding:1px 12px;cursor:default}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;font-weight:400}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left:36px;padding-top:10px;padding-bottom:15px;font-size:14px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-bottom:20px;margin-left:36px;padding-bottom:10px;border-bottom:1px dashed #ccc}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote{background:#fff0;padding-left:0;margin-left:0;font-size:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{border:none;padding:0;width:15px;height:15px;display:inline;background:#fff0}_:-ms-lang(x),#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,_:-ms-lang(x),#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display:-ms-flexbox}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up.wpd-up{border:none!important}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down.wpd-down{border:none!important}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;background:#fff0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{background:#fff0;border:none;padding:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;width:20px;height:20px;margin-right:3px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tool-wrap i{background:#fff0;border:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child{margin-bottom:30px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment-footer{margin-bottom:0;padding-bottom:0;border-bottom:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment.wpd-reply{margin-top:20px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-new-loaded-comment>.wpd-comment-wrap>.wpd-comment-right>.wpd-comment-text{padding-right:10px}#wpdcom.wpd-layout-3 .wpd-comment-right .wpd-comment-last-edited{margin-left:40px}#wpd-bubble-wrapper{display:none;position:fixed;z-index:99;text-align:center;opacity:.9;bottom:80px}#wpd-bubble-wrapper.wpd-bubble-hover{opacity:1}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size:15px;font-weight:600;font-family:sans-serif}#wpd-bubble-wrapper>div{display:none;border:1px solid #fff;box-shadow:0 0 15px #aaa;width:64px;height:64px;border-radius:50%;color:#fff;align-items:center;justify-content:center;position:relative}#wpd-bubble-wrapper svg{width:60%;height:60%}#wpd-bubble-wrapper #wpd-bubble-count svg,#wpd-bubble-wrapper #wpd-bubble-notification svg{margin-left:3px;margin-top:3px}#wpd-bubble-wrapper #wpd-bubble svg{margin-left:2px}#wpd-bubble-wrapper path.wpd-bubble-count-first{fill:#fff}#wpd-bubble-wrapper path.wpd-bubble-count-second{fill:#fff0}#wpd-bubble-wrapper path.wpd-bubble-plus-first{fill:#fff}#wpd-bubble-wrapper path.wpd-bubble-plus-second{fill:#fff0}#wpd-bubble-wrapper>#wpd-bubble-count{display:flex;cursor:pointer}#wpd-bubble-wrapper>#wpd-bubble{cursor:pointer}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message{width:400px;height:46px;position:absolute;top:50%;left:75px;border-radius:5px;padding:7px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;font-size:16px}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message{left:-412px}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message::before{content:'';border:9px solid #fff0;position:absolute;top:50%;left:-9px;transform:translateY(-50%);border-left:none}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message::before{left:400px;border-left:9px solid;border-right:none}#wpd-bubble-wrapper>#wpd-bubble-count .wpd-new-comments-count{display:none}#wpd-bubble-wrapper>#wpd-bubble-count.wpd-new-comments .wpd-new-comments-count{display:flex;border-radius:50%;width:25px;height:25px;background-color:#ff842a;position:absolute;top:38px;left:38px;font-size:15px;align-items:center;justify-content:center;border:1px solid #fff}#wpd-bubble-wrapper.wpd-bubble-hover>#wpd-bubble-count:not(.wpd-new-comments)+#wpd-bubble{display:flex}#wpd-bubble-wrapper.wpd-bubble-hover>#wpd-bubble-count:not(.wpd-new-comments){display:none}#wpd-bubble-wrapper>#wpd-bubble-notification{background-color:#fe7617}#wpd-bubble-wrapper>#wpd-bubble-notification path.wpd-bubble-notification-first{fill:#fff}#wpd-bubble-wrapper>#wpd-bubble-notification path.wpd-bubble-notification-second{fill:#fff0}#wpd-bubble-wrapper.wpd-new-comment-added{opacity:1}#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-count{display:none}#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-notification{display:flex}#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-all-comments-count{color:#b9501d}#wpd-bubble-wrapper #wpd-bubble-notification-message{display:none;width:430px;height:100%;position:absolute;background-color:#fbfbfb;top:0;left:75px;border:1px solid #b2b2b2;box-shadow:0 0 10px #bbb;border-radius:5px;padding:7px}#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message{left:-446px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{display:flex;align-items:center;height:50%}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author{justify-content:space-between}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author>div{display:flex;align-items:center}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{font-size:12px}#wpd-bubble-wrapper #wpd-bubble-notification-message span:not(.wpd-bubble-spans){display:inline-block;margin:5px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar{width:20px;height:20px;line-height:16px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar img{border-radius:50%;width:100%}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-name{color:#4e9f93;font-size:14px;font-weight:600}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-date{color:#fe7617;font-size:10px}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#333}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#777}#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-text{font-size:12px;margin-left:7px}#wpd-bubble-wrapper #wpd-bubble-notification-message::before{content:'';border:9px solid #fff0;position:absolute;top:20px;left:-10px;border-left:none;padding:0;border-right-color:#b2b2b2}#wpd-bubble-wrapper #wpd-bubble-notification-message::after{content:'';border:9px solid #fff0;position:absolute;top:20px;left:-9px;border-left:none;border-right-color:#fbfbfb}#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::before{left:429px;border-right:none;border-left:9px solid #b2b2b2}#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::after{left:428px;border-right:none;border-left:9px solid #fbfbfb}#wpd-bubble-wrapper #wpd-bubble-comment-close a{color:#333;text-decoration:none}#wpd-bubble-wrapper #wpd-bubble-add-message-close{display:inline-block;top:0;right:10px;position:absolute}#wpd-bubble-wrapper #wpd-bubble-add-message-close a{color:#fff;text-decoration:none;display:inline-block}.wpd-inline-shortcode{display:inline}.wpd-inline-shortcode.wpd-active{background-color:#e9f7f4;padding:5px 0}.wpd-inline-shortcode .wpd-inline-form-close{display:inline-block;top:0;right:10px;position:absolute}.wpd-inline-shortcode .wpd-inline-form-close a{color:#fff;text-decoration:none;display:inline-block;box-shadow:none;border-bottom:none}.wpd-inline-shortcode .wpd-inline-form-close a:hover{color:#fff;text-decoration:none;box-shadow:none;border-bottom:none}.wpd-inline-icon-wrapper{display:inline-block;position:relative;height:24px;vertical-align:middle;padding:0 7px}.wpd-inline-icon-wrapper svg.wpd-inline-icon{cursor:pointer;display:inline-block;background:#fff0}.wpd-inline-icon-wrapper path.wpd-inline-icon-second{fill:#fff0}.wpd-inline-icon-count{position:relative;height:20px;border-radius:2px;padding:0 11px;cursor:pointer;margin-left:7px;vertical-align:top;color:#fff;font-family:Arial;font-size:13px;line-height:20px;display:none}.wpd-inline-icon-count.wpd-has-comments{display:inline-flex}.wpd-inline-icon-count::before{content:'';border:5px solid #fff0;position:absolute;top:6px;left:-5px;border-left:none;padding:0}.wpd-inline-form-wrapper{display:none;text-shadow:none;position:absolute;top:35px;left:-191px;width:400px;background-color:#fff0;z-index:9}.wpd-inline-form-wrapper::before{content:'';border:10px solid #fff0;position:absolute;top:-10px;left:50%;border-top:none;padding:0}.wpd-inline-form-question{border-radius:4px;padding:10px 20px;color:#fff;font-size:16px}.wpd-inline-form{border-radius:4px;padding:12px;margin-top:5px}.wpd-inline-form form{margin:0;padding:0}.wpd-inline-form input,.wpd-inline-form button{border-radius:4px;padding:5px 10px;font-size:12px}.wpd-inline-form button.wpd-inline-submit span{color:#fff}.wpd-inline-form .wpd-inline-notification{color:#fff;font-size:12px;line-height:17px;display:flex;align-items:center;padding:5px 0 8px 0;cursor:pointer}.wpd-inline-form .wpd-inline-comment-input{width:100%;border:none;height:30px;border-radius:4px}.wpd-inline-form .wpd-inline-comment-content{resize:vertical;margin-bottom:5px;max-width:100%!important;width:100%;border-radius:4px;border:none;-webkit-box-shadow:inset 2px 2px 2px 0 #ddd;-moz-box-shadow:inset 2px 2px 2px 0 #ddd;box-shadow:inset 2px 2px 2px 0 #ddd;line-height:20px!important;font-size:13px;background-color:#f9f9f9;min-height:auto;height:76px}.wpd-inline-form .wpd-inline-comment-content:focus{background-color:#fff}.wpd-inline-form-second-row{display:flex;justify-content:space-between;height:30px}.wpd-inline-form input.wpd-inline-name-input{width:32%;margin-right:5px;border:none;-webkit-box-shadow:inset 2px 2px 2px 0 #ddd;-moz-box-shadow:inset 2px 2px 2px 0 #ddd;box-shadow:inset 2px 2px 2px 0 #ddd}.wpd-inline-form button.wpd-inline-submit{flex-grow:1;max-width:40%!important;border:1px solid #fff!important;background-color:transparent!important;display:flex!important;justify-content:space-around;align-items:center;flex-direction:row}.wpd-inline-form button.wpd-inline-submit span{padding:0;margin:0;line-height:20px;font-size:13px;text-transform:uppercase}.wpd-inline-form button.wpd-inline-submit:hover{opacity:.8;text-decoration:none}.wpd-inline-submit-icon{vertical-align:top;width:20px;height:18px}.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-first{fill:#fff}.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-second{fill:#fff0}.wpd-last-inline-comments-wrapper{position:absolute;text-align:center;width:220px;background-color:#fbfbfb;border:1px solid;border-radius:5px;top:35px;left:-60%;z-index:2;-webkit-box-shadow:inset -7px 0 15px 3px #eee;-moz-box-shadow:inset -7px 0 15px 3px #eee;box-shadow:inset -7px 0 15px 3px #eee}.wpd-last-inline-comments-wrapper::before{content:'';border:9px solid #fff0;position:absolute;top:-9px;left:40%;border-top:none;padding:0}.wpd-last-inline-comments-wrapper::after{content:'';border:9px solid #fff0;position:absolute;top:-8px;left:40%;border-top:none;border-bottom-color:#f8f8f8}.wpd-last-inline-comments{padding:10px;text-align:left}.wpd-last-inline-comment:not(:last-child){border-bottom:1px dashed #bbb;margin-bottom:3px}.wpd-last-inline-comment>div{color:#666}.wpd-last-inline-comment .wpd-last-inline-comment-author-name{margin-left:5px;margin-top:0;font-size:16px;line-height:24px}.wpd-last-inline-comment .wpd-last-inline-comment-date{font-size:10px;display:block;margin:-6px 0 0 37px;padding:0;line-height:12px}.wpd-last-inline-comment .wpd-last-inline-comment-text{line-height:18px;font-size:12px;padding:4px 0 6px 0;color:#777}.wpd-last-inline-comment span{display:inline-block;margin:2px}.wpd-last-inline-comment-author-avatar img{border-radius:50%;width:30px;height:30px;vertical-align:middle;display:inline-block!important}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{display:inline-block;color:#fff;border-radius:15px;padding:3px 15px;font-size:11px;text-decoration:none!important;box-shadow:none!important;margin:0 0 15px 0;opacity:.9}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{color:#fff;text-decoration:none!important;box-shadow:none!important;opacity:1}.wpd-inline-icon.wpd-ignored path.wpd-inline-icon-first{animation:30s wpd_wiggle ease infinite,wpd_blink 7s ease-out infinite}@keyframes wpd_wiggle{0%{transform:rotate(-3deg)}2%{transform:rotate(20deg)}4%{transform:rotate(-15deg)}6%{transform:rotate(5deg)}8%{transform:rotate(-1deg)}100%{transform:rotate(0)}}@keyframes wpd_blink{0%{opacity:1}60%{opacity:1}80%{opacity:.6}100%{opacity:1}}#wpdcom .wpd-tools{position:relative}#wpdcom .wpd-tools-actions{display:none;font-family:"Arial Hebrew",Arial,sans-serif;font-size:14px;position:absolute;left:-50%;min-width:100px;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px 8px;border-radius:3px;z-index:9;color:#999;top:26px}#wpdcom .wpd-tools-actions .wpd-cta-button{cursor:pointer;line-height:18px;padding:2px 5px}#wpdcom .wpd-tools-actions .wpd-cta-button a{color:#999}#wpdcom .wpd-tools-actions .wpd-cta-button:hover{background-color:#F5F5F5}#wpdcom .wpdf-sorting{position:relative}#wpdcom .wpdiscuz-sort-buttons{display:none;position:absolute;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px;border-radius:3px;width:100%;left:0;top:32px;z-index:9}#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button{padding:5px 0}#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover{background-color:#F5F5F5}#wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved{color:#fc9007}#wpdiscuz-comment-message{position:fixed;top:38px;right:5px;width:400px;z-index:99999;font-size:14px;line-height:20px}#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{top:60px}#wpdiscuz-comment-message div{color:#fff;padding:5px 10px;margin-top:5px}#wpdiscuz-comment-message .wpdiscuz-message-error{background-color:#D32F2F;box-shadow:#666 0 0 8px;padding:10px 20px}#wpdiscuz-comment-message .wpdiscuz-message-success{background-color:#4CAF50;box-shadow:#666 0 0 8px;padding:10px 20px}#wpdiscuz-comment-message .wpdiscuz-message-warning{background-color:#FFA726;box-shadow:#666 0 0 8px;padding:10px 20px}#wpd-editor-source-code-wrapper-bg{display:none;position:fixed;top:0;left:0;background-color:rgb(0 0 0 / .6);width:100%;z-index:9999999;height:100%}#wpd-editor-source-code-wrapper{display:none;width:50%;height:350px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:99999991;justify-content:center;align-items:center;padding:5px;border-radius:5px;text-align:right}#wpd-editor-source-code{height:300px;width:100%;resize:none}#wpd-insert-source-code{padding:3px 40px;margin-top:5px}.wpd-vote-result-sep{height:11px;align-self:center;width:1px;background-color:#ccc}#wpdiscuz-loading-bar{position:fixed;top:6px;right:12px;width:32px;height:25px;border:0;background-image:url(/wp-content/plugins/wpdiscuz/themes/default/../../assets/img/loading.gif);z-index:999999;display:none}#wpdiscuz-loading-bar.wpdiscuz-loading-bar-auth{top:38px}#wpdcom .wpd-comment-info-bar{display:none;padding:10px;margin:20px auto 0 auto;flex-direction:row;justify-content:space-between;font-size:14px}#wpdcom .wpd-current-view{padding:3px;color:#555}#wpdcom .wpd-comment-info-bar .wpd-current-view i{margin-right:6px;font-size:18px}#wpdcom .wpd-filter-view-all{color:#fff;background:#999;padding:5px 20px;font-size:13px;cursor:pointer;border-radius:3px}#wpdcom #bywpdiscuz{display:none}#wpdcom .by-wpdiscuz{text-align:right;border-top:#ddd solid 1px;padding:1px 1px 1px 1px}#wpdcom .by-wpdiscuz a{font-size:11px;font-weight:700;text-align:right;color:#ccc;padding:1px;margin:0;line-height:12px;border:0;text-decoration:none}#wpdcom .wpdimg{border:0;padding:0;margin:0;height:12px;cursor:pointer;display:inline;clear:both}#wpdcom .wc-copyright{margin:0 0 0 auto;text-align:right;display:block;padding-top:2px}#wpdcom .wc-copyright a{font-size:9px;color:#aaa;cursor:help;text-decoration:none;margin:0;padding:0;border:0}#wpdcom.wpdiscuz_no_avatar .wpd-comment .wpd-comment-right{flex-basis:100%}#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%}#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-form .wpd-form-foot,#wpdcom.wpdiscuz_no_avatar.wpd-layout-2 .wpd-form .wpd-form-foot,#wpdcom.wpdiscuz_no_avatar.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:0}#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-comment-wrap{display:block}#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-follow-link{text-align:left}.wc_comment_edit_not_possible,.wc_comment_not_edited,.wc_comment_not_updated,.wc_deny_voting_from_same_ip,.wc_error_email_text,.wc_error_url_text,.wc_follow_email_confirm_fail,.wc_follow_impossible,.wc_follow_login_to_follow,.wc_follow_not_added,.wc_invalid_captcha,.wc_invalid_field,.wc_login_to_vote,.wc_msg_input_max_length,.wc_msg_input_min_length,.wc_msg_required_fields,.wc_self_vote,.wc_vote_only_one_time,.wc_voting_error,.wpdiscuz-sendmail-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}.wpd-ajax-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}#wpdcom .wpd-avatar img{border-color:#999}#wpdcom .wpd-comment-label{color:#666;border:1px solid #999}#wpdcom .wpd-comment-author,#wpdcom .wpd-comment-author a{color:#666;text-decoration:none}#wpdcom .wpd-blog-user .wpd-comment-label{color:#fff;background-color:#31839e;border:none}#wpdcom .wpd-blog-user .wpd-comment-author,#wpdcom .wpd-blog-user .wpd-comment-author a{color:#31839e}#wpdcom.wpd-layout-3 .wpd-blog-user .wpd-comment-subheader{border-top:1px dashed #31839e}#wpdcom .wpd-soc-user-google .wpd-comment-label{color:#fff;background-color:#bf301c!important;border:none}#wpdcom .wpd-soc-user-google .wpd-comment-author,#wpdcom .wpd-soc-user-google .wpd-comment-author a{color:#bf301c!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-google{border-left:3px solid #bf301c!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-google .wpd-avatar img{border-bottom-color:#bf301c!important}#wpdcom.wpd-layout-3 .wpd-soc-user-google .wpd-comment-subheader{border-top:1px dashed #bf301c!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-google .wpd-comment-right{border-left:1px solid #bf301c!important}#wpdcom .wpd-soc-user-google .wpd-avatar i{background:#bf301c!important}#wpdcom .wpd-soc-user-telegram .wpd-comment-label{color:#fff;background-color:#239cd7!important;border:none}#wpdcom .wpd-soc-user-telegram .wpd-comment-author,#wpdcom .wpd-soc-user-telegram .wpd-comment-author a{color:#239cd7!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-telegram{border-left:3px solid #239cd7!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-telegram .wpd-avatar img{border-bottom-color:#239cd7!important}#wpdcom.wpd-layout-3 .wpd-soc-user-telegram .wpd-comment-subheader{border-top:1px dashed #239cd7!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-telegram .wpd-comment-right{border-left:1px solid #239cd7!important}#wpdcom .wpd-soc-user-telegram .wpd-avatar i{background:#239cd7!important}#wpdcom .wpd-soc-user-facebook .wpd-comment-label{color:#fff;background-color:#4267B2!important;border:none}#wpdcom .wpd-soc-user-facebook .wpd-comment-author,#wpdcom .wpd-soc-user-facebook .wpd-comment-author a{color:#4267B2!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-facebook{border-left:3px solid #4267B2!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-facebook .wpd-avatar img{border-bottom-color:#4267B2!important}#wpdcom.wpd-layout-3 .wpd-soc-user-facebook .wpd-comment-subheader{border-top:1px dashed #4267B2!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-facebook .wpd-comment-right{border-left:1px solid #4267B2!important}#wpdcom .wpd-soc-user-facebook .wpd-avatar i{background:#4267B2!important}#wpdcom .wpd-soc-user-twitter .wpd-comment-label{color:#fff;background-color:#000000!important;border:none}#wpdcom .wpd-soc-user-twitter .wpd-comment-author,#wpdcom .wpd-soc-user-twitter .wpd-comment-author a{color:#000000!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-twitter{border-left:3px solid #000000!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-twitter .wpd-avatar img{border-bottom-color:#000000!important}#wpdcom.wpd-layout-3 .wpd-soc-user-twitter .wpd-comment-subheader{border-top:1px dashed #000000!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-twitter .wpd-comment-right{border-left:1px solid #000000!important}#wpdcom .wpd-soc-user-twitter .wpd-avatar i{background:#000000!important}#wpdcom .wpd-soc-user-vk .wpd-comment-label{color:#fff;background-color:#4A76A8!important;border:none}#wpdcom .wpd-soc-user-vk .wpd-comment-author,#wpdcom .wpd-soc-user-vk .wpd-comment-author a{color:#4A76A8!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-vk{border-left:3px solid #4A76A8!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-vk .wpd-avatar img{border-bottom-color:#4A76A8!important}#wpdcom.wpd-layout-3 .wpd-soc-user-vk .wpd-comment-subheader{border-top:1px dashed #4A76A8!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-vk .wpd-comment-right{border-left:1px solid #4A76A8!important}#wpdcom .wpd-soc-user-vk .wpd-avatar i{background:#4A76A8!important}#wpdcom .wpd-soc-user-ok .wpd-comment-label{color:#fff;background-color:#ee8208!important;border:none}#wpdcom .wpd-soc-user-ok .wpd-comment-author,#wpdcom .wpd-soc-user-ok .wpd-comment-author a{color:#ee8208!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-ok{border-left:3px solid #ee8208!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-ok .wpd-avatar img{border-bottom-color:#ee8208!important}#wpdcom.wpd-layout-3 .wpd-soc-user-ok .wpd-comment-subheader{border-top:1px dashed #ee8208!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-ok .wpd-comment-right{border-left:1px solid #ee8208!important}#wpdcom .wpd-soc-user-ok .wpd-avatar i{background:#ee8208!important}#wpdcom .wpd-soc-user-disqus .wpd-comment-label{color:#fff;background-color:#2196F3!important;border:none}#wpdcom .wpd-soc-user-disqus .wpd-comment-author,#wpdcom .wpd-soc-user-disqus .wpd-comment-author a{color:#2196F3!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-disqus{border-left:3px solid #2196F3!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-disqus .wpd-avatar img{border-bottom-color:#2196F3!important}#wpdcom.wpd-layout-3 .wpd-soc-user-disqus .wpd-comment-subheader{border-top:1px dashed #2196F3!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-disqus .wpd-comment-right{border-left:1px solid #2196F3!important}#wpdcom .wpd-soc-user-disqus .wpd-avatar i{background:#2196F3!important}#wpdcom .wpd-soc-user-wordpress .wpd-comment-label{color:#fff;background-color:#000000!important;border:none}#wpdcom .wpd-soc-user-wordpress .wpd-comment-author,#wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color:#000000!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-wordpress{border-left:3px solid #555555!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color:#000000!important}#wpdcom.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top:1px dashed #000000!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left:1px solid #000000!important}#wpdcom .wpd-soc-user-wordpress .wpd-avatar i{background:#000000!important}#wpdcom .wpd-soc-user-instagram .wpd-comment-label{color:#fff;background-color:#F97149!important;border:none}#wpdcom .wpd-soc-user-instagram .wpd-comment-author,#wpdcom .wpd-soc-user-instagram .wpd-comment-author a{color:#F97149!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-instagram{border-left:3px solid #F97149!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-instagram .wpd-avatar img{border-bottom-color:#F97149!important}#wpdcom.wpd-layout-3 .wpd-soc-user-instagram .wpd-comment-subheader{border-top:1px dashed #F97149!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-instagram .wpd-comment-right{border-left:1px solid #F97149!important}#wpdcom .wpd-soc-user-instagram .wpd-avatar i{background:#F97149!important}#wpdcom .wpd-soc-user-linkedin .wpd-comment-label{color:#fff;background-color:#007BB6!important;border:none}#wpdcom .wpd-soc-user-linkedin .wpd-comment-author,#wpdcom .wpd-soc-user-linkedin .wpd-comment-author a{color:#007BB6!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-linkedin{border-left:3px solid #007BB6!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-linkedin .wpd-avatar img{border-bottom-color:#007BB6!important}#wpdcom.wpd-layout-3 .wpd-soc-user-linkedin .wpd-comment-subheader{border-top:1px dashed #007BB6!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-linkedin .wpd-comment-right{border-left:1px solid #007BB6!important}#wpdcom .wpd-soc-user-linkedin .wpd-avatar i{background:#007BB6!important}#wpdcom .wpd-soc-user-yandex .wpd-comment-label{color:#fff;background-color:#FF0000!important;border:none}#wpdcom .wpd-soc-user-yandex .wpd-comment-author,#wpdcom .wpd-soc-user-yandex .wpd-comment-author a{color:#FF0000!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-yandex{border-left:3px solid #FF0000!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-yandex .wpd-avatar img{border-bottom-color:#FF0000!important}#wpdcom.wpd-layout-3 .wpd-soc-user-yandex .wpd-comment-subheader{border-top:1px dashed #FF0000!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-yandex .wpd-comment-right{border-left:1px solid #FF0000!important}#wpdcom .wpd-soc-user-yandex .wpd-avatar i{background:#FF0000!important}#wpdcom .wpd-soc-user-mailru .wpd-comment-label{color:#fff;background-color:#168DE2!important;border:none}#wpdcom .wpd-soc-user-mailru .wpd-comment-author,#wpdcom .wpd-soc-user-mailru .wpd-comment-author a{color:#168DE2!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-mailru{border-left:3px solid #168DE2!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-mailru .wpd-avatar img{border-bottom-color:#168DE2!important}#wpdcom.wpd-layout-3 .wpd-soc-user-mailru .wpd-comment-subheader{border-top:1px dashed #168DE2!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-mailru .wpd-comment-right{border-left:1px solid #168DE2!important}#wpdcom .wpd-soc-user-mailru .wpd-avatar i{background:#168DE2!important}#wpdcom .wpd-soc-user-mailru .wpd-avatar i svg{fill:#ff9e00}#wpdcom .wpd-soc-user-weibo .wpd-comment-label{color:#fff;background-color:#D52A2C!important;border:none}#wpdcom .wpd-soc-user-weibo .wpd-comment-author,#wpdcom .wpd-soc-user-weibo .wpd-comment-author a{color:#D52A2C!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weibo{border-left:3px solid #D52A2C!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weibo .wpd-avatar img{border-bottom-color:#D52A2C!important}#wpdcom.wpd-layout-3 .wpd-soc-user-weibo .wpd-comment-subheader{border-top:1px dashed #D52A2C!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weibo .wpd-comment-right{border-left:1px solid #D52A2C!important}#wpdcom .wpd-soc-user-weibo .wpd-avatar i{background:#D52A2C!important}#wpdcom .wpd-soc-user-weixin .wpd-comment-label{color:#fff;background-color:#20c300!important;border:none}#wpdcom .wpd-soc-user-weixin .wpd-comment-author,#wpdcom .wpd-soc-user-weixin .wpd-comment-author a{color:#20c300!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weixin{border-left:3px solid #20c300!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weixin .wpd-avatar img{border-bottom-color:#20c300!important}#wpdcom.wpd-layout-3 .wpd-soc-user-weixin .wpd-comment-subheader{border-top:1px dashed #20c300!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weixin .wpd-comment-right{border-left:1px solid #20c300!important}#wpdcom .wpd-soc-user-weixin .wpd-avatar i{background:#20c300!important}#wpdcom .wpd-soc-user-qq .wpd-comment-label{color:#fff;background-color:#1479d7!important;border:none}#wpdcom .wpd-soc-user-qq .wpd-comment-author,#wpdcom .wpd-soc-user-qq .wpd-comment-author a{color:#1479d7!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-qq{border-left:3px solid #1479d7!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-qq .wpd-avatar img{border-bottom-color:#1479d7!important}#wpdcom.wpd-layout-3 .wpd-soc-user-qq .wpd-comment-subheader{border-top:1px dashed #1479d7!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-qq .wpd-comment-right{border-left:1px solid #1479d7!important}#wpdcom .wpd-soc-user-qq .wpd-avatar i{background:#1479d7!important}#wpdcom .wpd-soc-user-baidu .wpd-comment-label{color:#fff;background-color:#F23F40!important;border:none}#wpdcom .wpd-soc-user-baidu .wpd-comment-author,#wpdcom .wpd-soc-user-baidu .wpd-comment-author a{color:#F23F40!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-baidu{border-left:3px solid #F23F40!important}#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-baidu .wpd-avatar img{border-bottom-color:#F23F40!important}#wpdcom.wpd-layout-3 .wpd-soc-user-baidu .wpd-comment-subheader{border-top:1px dashed #F23F40!important}#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-baidu .wpd-comment-right{border-left:1px solid #F23F40!important}#wpdcom .wpd-soc-user-baidu .wpd-avatar i{background:#F23F40!important}#wpdcom .wpd-soc-user-baidu .wpd-avatar i svg{fill:#2319dc}.wpd-comment-text pre{overflow:auto;display:block;max-width:100%}.wpd-inline-icon.wpd-blink{animation:wpdBlink 1s}@keyframes wpdBlink{50%{transform:scale(1.5)}}#wpdcom.wpd-dark .wpd-cf-label{background:#555;color:#ccc;border-bottom:1px #777 solid}#wpdcom.wpd-dark .wpd-cf-value{border-bottom:1px #777 solid}#wpdcom.wpd-dark .wpd-comment .wpd-avatar img,#wpdcom.wpd-dark .wpd-comment .wpd-avatar img.avatar{background-color:#999}#wpdcom.wpd-dark .wpd-comment .wpd-avatar i{border:2px solid #ccc}#wpdcom.wpd-dark .wpd-field-group-title{color:#ccc}#wpdcom.wpd-dark .wpd-sbs-toggle{color:#aaa}#wpdcom.wpd-dark .wpd-thread-head .wpd-thread-info{color:#aaa}#wpdcom.wpd-dark .wpd-thread-filter .wpdf-sorting{color:#999}#wpdcom.wpd-dark .ql-toolbar{background-color:#333}#wpdcom.wpd-dark .wpd-editor-char-counter{color:#ddd}#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-desc{color:#666;border-left:1px solid #666}#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-icon{opacity:1;color:#555}#wpdcom.wpd-dark .wpdem-sticker-container.wpdem-sticker-open{box-shadow:none}#wpdcom.wpd-dark .wpdem-sticker-container{background-color:#999}#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{background-color:#292929}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color:#292929}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-right{border-left:1px solid #666;border-bottom:1px solid #666}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom:none}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .trns-moderate-comments{background-color:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{background:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:#222}#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-reply-to{background-color:#fff0;border-bottom:1px solid #666}#wpdcom.wpd-dark #wpdiscuz-search-form .wpdiscuz-search-box{background-color:#111;border:1px solid #555}#wpdcom.wpd-dark .wpd-comment-text .wpd-inline-feedback-wrapper{background-color:#666;color:#ccc}#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-label{background-color:#666}#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-author,#wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color:#666}#wpdcom.wpd-dark.wpd-layout-1 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-color:#666}#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color:#666}#wpdcom.wpd-dark.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top:1px dashed #666}#wpdcom.wpd-dark.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left:1px solid #666}@media screen and (max-width:1024px){#wpd-bubble-wrapper>div{width:40px;height:40px}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size:13px}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message{height:auto;padding:7px 14px;justify-content:flex-start;font-size:14px}#wpd-bubble-wrapper.wpd-left-corner,#wpd-bubble-wrapper.wpd-left-content{left:10px!important}#wpd-bubble-wrapper.wpd-left-corner>#wpd-bubble #wpd-bubble-add-message,#wpd-bubble-wrapper.wpd-left-content>#wpd-bubble #wpd-bubble-add-message{left:53px}#wpd-bubble-wrapper.wpd-left-corner>#wpd-bubble #wpd-bubble-add-message::before,#wpd-bubble-wrapper.wpd-left-content>#wpd-bubble #wpd-bubble-add-message::before{left:-9px}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message{left:auto;right:55px}#wpd-bubble-wrapper.wpd-right-corner>#wpd-bubble #wpd-bubble-add-message::before{left:auto;right:-9px}}@media screen and (max-width:600px){#comments,#respond{padding-left:0!important;padding-right:0!important}#wpdcom{padding:5px 3%;overflow-x:hidden}#wpdcom .wpd-form-row div:hover.wpd-field-desc span{margin-left:-187px}#wpdcom .wpd-form-row div.wpd-field-desc span::after{margin-left:80px}.wpd-inline-form-wrapper{left:0;width:320px;position:relative;top:7px;bottom:15px}.wpd-inline-form-wrapper::before{display:none}.wpd-inline-form-question{padding:5px 20px;color:#fff;font-size:16px;line-height:1.7}.wpd-inline-form-wrapper .wpd-inline-submit-icon{display:none}.wpd-last-inline-comments-wrapper{position:relative;width:300px;top:0;left:0}.wpd-last-inline-comments-wrapper::after,.wpd-last-inline-comments-wrapper::before{display:none}.wpd-inline-form .wpd-inline-comment-content{font-size:16px;padding:5px}.wpd-inline-form-second-row{height:auto;flex-direction:column}.wpd-inline-form input.wpd-inline-name-input{width:100%;margin-bottom:10px;font-size:16px;padding:2px 5px}#wpd-bubble-wrapper{bottom:20px}#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message{width:270px}#wpdcom .wpd-auth{margin:0 0 2px -3px}#wpdcom .wpd-social-login .wpd-connect-with{display:none!important}#wpdcom .wpd-form .wpd-avatar{display:none}#wpdcom .wpd-form.wpd-form-wrapper{padding-right:5px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%;width:100%}#wpdcom .wpdiscuz_select{font-size:16px!important}#wpdcom .wpdiscuz-subscribe-form-email{font-size:16px;display:block;padding:10px 0 0 0;width:98%;margin:0 auto}#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:16px!important}#wpdcom .wpd-form .wpd-form-foot,#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot,#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:0}#wpdcom .wpd-form-row .wpd-form-col-left,#wpdcom .wpd-form-row .wpd-form-col-right{width:100%;float:none}#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{border-bottom:none;height:auto}#wpdcom .wpdiscuz-item .wpdiscuz-rating>label{font-size:1.4em}#wpdcom .ql-toolbar{padding:5px 8px 3px 5px}#wpdcom .ql-snow.ql-toolbar button,#wpdcom .ql-snow .ql-toolbar button{height:24px!important;padding:4px 5px!important;width:24px!important}#wpdcom .ql-toolbar .wpd-editor-buttons-right .wmu-upload-wrap{font-size:1.3em!important}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(.9);margin-top:3px}#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha div{width:auto!important}#wpdcom .wpd-field-radio .wpd-item,#wpdcom .wpd-field-checkbox .wpd-item{display:block}#wpdcom .wpd-field-radio .wpd-field,#wpdcom .wpd-field-checkbox .wpd-field{height:auto;float:none;vertical-align:middle}#wpdcom .wpd-field-radio .wpd-field-label,#wpdcom .wpd-field-checkbox .wpd-field-label{font-size:14px}#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title,#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size:14px}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="password"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"],#wpdcom .wpd-form-row .wpdiscuz-item input[type="week"],#wpdcom textarea,#wpdcom select,#wpdcom .wpd-form-row .wpd-field{font-size:16px!important;height:auto}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:100%;width:100%}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar{margin-bottom:2px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button{font-size:14px;width:19%}#wpdiscuz-comment-message{width:97%}#wpdcom .wpd-hidden{visibility:visible;opacity:1}#wpdcom .wpd-tools-actions{left:auto;right:0}#wpdcom .wpd-thread-head .wpd-thread-info{flex-basis:100%;border-bottom:2px solid #ccc}#wpdcom .wpd-thread-head .wpd-thread-filter{margin-top:5px}#wpdcom .wpdiscuz-subscribe-form-button{width:99%;margin-top:8px}#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{width:100%;min-height:20px!important;height:26px!important}#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{display:inline-block;width:78px;white-space:nowrap;overflow:hidden;font-size:10px!important}#wpdcom .wpd-comment .wpd-comment-wrap{display:block}#wpdcom .wpd-comment-footer{flex-wrap:wrap}#wpdcom .wpd-comment .wpd-comment-left{width:100%}#wpdcom .wpd-comment .wpd-comment-right{width:100%}#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-left{text-align:left}#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-left{width:100%}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment .wpd-form .wpd-avatar{display:none}#wpdcom.wpd-layout-1 .wpd-comment-label{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment-header .wpd-comment-link{padding-top:0}#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-label{width:auto;padding:1px 10px}#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-label{display:inline-block;margin:10px auto 5px auto}#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{margin-right:5px;vertical-align:bottom}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img.avatar{width:36px;height:36px;padding:1px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;border:1px solid #fff;width:16px}#wpdcom.wpd-layout-1 .wpd-reply.wpd_comment_level-2{margin-left:25px}#wpdcom.wpd-layout-1 .wpd-reply{margin-left:0}#wpdcom.wpd-layout-2 .wpd-reply{margin-left:0}#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:15px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{width:100%;display:flex;flex-direction:row;justify-content:flex-start;flex-grow:0;margin-bottom:-3px;float:right;margin-left:61px;flex-wrap:wrap;margin-top:-44px}#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap:wrap!important}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding-left:0}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link{margin-bottom:0;padding-top:1px;align-items:normal;flex-basis:100%;text-align:right;margin-top:-20px}#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{margin-right:10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-bottom:-41px;margin-top:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{width:45px}#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar{width:40px;height:40px;max-width:none;padding:2px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left:55px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{justify-content:flex-start}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right{border-left:none;border-bottom:none;width:100%}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left:7px;padding-top:15px;padding-bottom:17px;font-size:100%}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom:-10px;margin-left:7px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left:0;margin-left:0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border:none;padding:0;width:16px;height:16px;background-color:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#fff0;border:none;border-radius:15px;padding:0 10px 0 0}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;background-color:#fff0;line-height:24px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{padding-left:10px;flex-grow:1}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:none;padding:5px 3px;width:auto;line-height:14px;border:none;height:auto}#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;width:18px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{display:none}#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{margin-left:0}#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:20px}#wpdcom.wpd-layout-3 .wpd-reply{margin-left:0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:34px;height:34px;max-width:40px;border:none}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top:0;margin-bottom:-28px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{width:54px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-left:1px solid #d1d1d1}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left:55px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin:0 8px 0 0}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left:10px}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-left:10px}#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up,#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border:none}[wpd-tooltip-size='small']::after{min-width:60px}[wpd-tooltip-size='medium']::after{min-width:90px}[wpd-tooltip-size='long']::after{min-width:200px}}.wp-block-comments-wpdiscuz .wpdiscuz-edit-bloc-notice{margin:50px auto;max-width:750px;background-color:#F6F6F6;font-size:11px}.fa,.fab,.fad,.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-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);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{-webkit-transform:scale(-1);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{-webkit-filter:none;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-asterisk:before{content:"\f069"}.fa-calendar-alt:before{content:"\f073"}.fa-plus:before{content:"\f067"}.fa-question:before{content:"\f128"}.fa-minus:before{content:"\f068"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before{content:"\f00d"}.fa-remove:before{content:"\f00d"}.fa-times:before{content:"\f00d"}.fa-signal:before{content:"\f012"}.fa-cog:before{content:"\f013"}.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-repeat:before{content:"\f01e"}.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-tag:before{content:"\f02b"}.fa-bookmark:before{content:"\f02e"}.fa-camera:before{content:"\f030"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-video-camera:before{content:"\f03d"}.fa-image:before{content:"\f03e"}.fa-photo:before{content:"\f03e"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-edit:before{content:"\f044"}.fa-pencil-square-o:before{content:"\f044"}.fa-check-square-o:before{content:"\f046"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-check-circle-o:before{content:"\f05d"}.fa-mail-forward:before{content:"\f064"}.fa-share:before{content:"\f064"}.fa-exclamation-circle:before{content:"\f06a"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before{content:"\f071"}.fa-warning:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-bar-chart:before{content:"\f080"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-cogs:before{content:"\f085"}.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f09a"}.fa-unlock:before{content:"\f09c"}.fa-feed:before{content:"\f09e"}.fa-rss:before{content:"\f09e"}.fa-bell-o:before{content:"\f0a2"}.fa-certificate:before{content:"\f0a3"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-wrench:before{content:"\f0ad"}.fa-group:before{content:"\f0c0"}.fa-users:before{content:"\f0c0"}.fa-chain:before{content:"\f0c1"}.fa-link:before{content:"\f0c1"}.fa-paperclip:before{content:"\f0c6"}.fa-bars:before{content:"\f0c9"}.fa-navicon:before{content:"\f0c9"}.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before{content:"\f0e2"}.fa-undo:before{content:"\f0e2"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before{content:"\f0e7"}.fa-flash:before{content:"\f0e7"}.fa-bell:before{content:"\f0f3"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-mail-reply:before{content:"\f112"}.fa-reply:before{content:"\f112"}.fa-smile-o:before{content:"\f118"}.fa-smile:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-frown:before{content:"\f119"}.fa-flag-o:before{content:"\f11d"}.fa-mail-reply-all:before{content:"\f122"}.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before{content:"\f123"}.fa-star-half-full:before{content:"\f123"}.fa-star-half-o:before{content:"\f123"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-shield:before{content:"\f132"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-unlock-alt:before{content:"\f13e"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-play:before{content:"\f16a"}.fa-vk:before{content:"\f189"}.fa-wordpress:before{content:"\f19a"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-language:before{content:"\f1ab"}.fa-cubes:before{content:"\f1b3"}.fa-life-bouy:before{content:"\f1cd"}.fa-life-buoy:before{content:"\f1cd"}.fa-life-ring:before{content:"\f1cd"}.fa-life-saver:before{content:"\f1cd"}.fa-support:before{content:"\f1cd"}.fa-circle:before{content:"\f111"}.fa-clock:before{content:"\f017"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-facebook-official:before{content:"\f230"}.fa-whatsapp:before{content:"\f232"}.fa-user-plus:before{content:"\f234"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-fa:before{content:"\f2b4"}.fa-font-awesome:before{content:"\f2b4"}.fa-address-card:before{content:"\f2bb"}.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before{content:"\f2bc"}.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-pencil-alt:before{content:"\f303"}.fa-columns:before{content:"\f0db"}.fa-trash-alt:before{content:"\f2ed"}.fa-arrows-alt:before{content:"\f0b2"}.fa-shield-alt:before{content:"\f3ed"}.fa-user-cog:before{content:"\f4fe"}.fa-photo-video:before{content:"\f87c"}.fa-fire:before{content:"\f06d"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-up:before{content:"\f0de"}.fa-thumbtack:before{content:"\f08d"}.fa-instagram:before{content:"\f16d"}.fa-wordpress-simple:before{content:"\f411"}.fa-linkedin-in:before{content:"\f0e1"}.fa-yandex-international:before{content:"\f414"}.fa-at:before{content:"\f1fa"}.fa-weixin:before{content:"\f1d7"}.fa-weibo:before{content:"\f18a"}.fa-qq:before{content:"\f1d6"}.fa-baidu:before{content:"\f1b0"}.fa-spinner:before{content:"\f110"}.fa-microphone:before{content:"\f130"}
.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:400;font-display:block;  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.eot);  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/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:block;  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.eot);  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}  @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;  src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/* Quill */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:0;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li::before{content:'\2022'}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li::before,.ql-editor ul[data-checked=true]>li::before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li::before{content:'\2611'}.ql-editor ul[data-checked=false]>li::before{content:'\2610'}.ql-editor li::before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl)::before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl::before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) '. '}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) '. '}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) '. '}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) '. '}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) '. '}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) '. '}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) '. '}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) '. '}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) '. '}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank::before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:'';display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:0 0;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:0}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item::before,.ql-snow .ql-picker.ql-header .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item::before,.ql-snow .ql-picker.ql-font .ql-picker-label::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item::before,.ql-snow .ql-picker.ql-size .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-editor.ql-blank:focus::before{content:''}
/* Media Uploader */
#cboxCurrent{bottom:0;font-size:15px}#wpdcom{height:auto;padding:5px 1px}#wpdcom .wmu-hide{display:none!important}#wpdcom .wmu-show{display:inline-block!important}#wpdcom .wmu-add{cursor:pointer;margin:0px 2px;color:#aaaaaa;cursor:pointer;display:inline}#wpdcom .wmu-add i{color:#444}#wpdcom .wmu-add input[type=file]{visibility:hidden;display:none}#wpdcom .wmu-tabs{width:100%;padding:8px 0px 17px 0px;margin:1px 0px 0px 0px;border-top:1px dotted #dddddd;text-align:left}#wpdcom .wmu-tabs .wmu-preview-images .wmu-preview-remove .wmu-file-name{display:none}#wpdcom .wmu-tabs .wmu-preview-remove{position:relative}#wpdcom .wmu-tabs .wmu-preview-remove img{max-height:45px}#wpdcom .wmu-tabs .wmu-preview-remove .wmu-delete{line-height:45px;position:absolute;display:none;top:0px;left:0px;width:100%;z-index:100;background:url(/wp-content/plugins/wpdiscuz/assets/css/../img/delete.png) center no-repeat #eeeeee;opacity:0.8}#wpdcom .wmu-tabs .wmu-preview-remove:hover .wmu-delete{display:block;z-index:100}#wpdcom .wmu-preview{margin:1px 3px;cursor:pointer;display:inline-block}#wpdcom .wmu-attachment img{vertical-align:bottom}#wpdcom .wmu-attachment audio{vertical-align:bottom}#wpdcom .wmu-attachment-delete,.wpd-content .wmu-attachment-delete{cursor:pointer;border-top:1px solid #ffffff;visibility:hidden;font-size:5px;line-height:12px;text-align:center;padding:2px 0px 1px 0px;margin:0px;z-index:100;background:url(/wp-content/plugins/wpdiscuz/assets/css/../img/file-icons/delete.png) center no-repeat;border-bottom:white 1px solid}#wpdcom .wmu-attachment:hover>.wmu-attachment-delete,.wpd-content .wmu-attachment:hover>.wmu-attachment-delete{visibility:visible}#wpdcom .wmu-attachment-delete:hover,.wpd-content .wmu-attachment-delete:hover{visibility:visible;background-color:#FFEFEF;border-bottom:#FFD6D6 1px solid}#wpdcom .wmu-attached-images{border-bottom:1px dotted #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}#wpdcom .wmu-attached-images .wmu-attachment{margin:10px 2px 1px 2px}#wpdcom .wmu-attached-images .attachment-thumbnail,#wpdcom .wmu-attached-images .wmu-attached-image{border:3px solid #f1f1f1}#wpdcom .wmu-attached-image-link{display:inline-block}#wpdcom .wmu-attached-images .wmu-separator{padding:4px 0px;display:block}#wpdcom .wmu-action-wrap{width:100%;margin:0px;padding:0px;text-align:left}#wpdcom .wmu-action-wrap img{display:inline-block;vertical-align:bottom}#wpdcom .wmu-top-title{padding:5px 20px 5px 3px;font-size:10px;color:#888888;text-align:left;margin-top:-27px;margin-bottom:7px;line-height:14px;white-space:nowrap;display:table;text-transform:uppercase}#wpdcom .wmu-filreader-not-exist{}#wpdcom .msgEmptyFile,#wpdcom .msgPermissionDenied,#wpdcom .msgUploadingNotAllowed,#wpdcom .wmuPhraseMaxFileCount,#wpdcom .wmuPhraseMaxFileSize,#wpdcom .wmuPhraseNotAllowedFile,#wpdcom .wmuPhrasePostMaxSize{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:#f2d3d2 1px solid;padding:5px 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0;border-radius:3px}@media screen and (max-width:655px){#wpdcom .wmu-preview-remove .wmu-file-name{font-size:11px}#wpdcom .wmu-preview-remove .wmu-file-name{font-size:11px}#wpdcom .wmu-attached-images .wmu-attached-image{height:auto!important}}@media screen and (max-width:500px){#wpdcom .wc-comment-text iframe{width:98%}}@media screen and (max-width:420px){#wpdcom .wmu-top-title{display:none}}.wpd-wrapper #wpd-content-item-4 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-4 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-4 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:20px;line-height:20px;color:#e8484a}
/* My Content and Settings */
.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.3);outline:0!important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:34px;right:0;bottom:0;left:0;text-align:center;outline:0!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:0!important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease}.lity-closed .lity-content,.lity-loading .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:0 0;outline:0;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:0 0;outline:0;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container,.lity-iframe .lity-container,.lity-vimeo .lity-container,.lity-youtube .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.lity-hide{display:none}.wpd-wrapper *,.wpd-wrapper :after,.wpd-wrapper :before{margin:0;padding:0;box-sizing:border-box}.wpd-wrapper{width:100%;padding:10px;margin:0 auto;background:0 0}.wpd-wrapper .wpd-list{display:flex;border-right:1px solid #ddd}.wpd-wrapper .wpd-list,.wpd-wrapper .wpd-list-item{list-style:none;list-style-type:none;font-size: 14px;}.wpd-wrapper .wpd-list-item{border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;display:inline-block;padding:10px 10px;color:#999;cursor:pointer;flex-grow:1;text-align:center}.wpd-wrapper .wpd-list-item:hover{color:#444}.wpd-wrapper .wpd-list-item.wpd-active{border-bottom:none;color:#444}.wpd-wrapper .wpd-list-item span{margin-left:5px}.wpd-wrapper .wpd-content-item{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px}.wpd-wrapper .wpd-content-item:not(.wpd-active){display:none}.wpd-wrapper .wpd-item{border-bottom:1px solid #ddd;font-size:13px;line-height:19px;padding-bottom:7px}.wpd-wrapper .wpd-item:last-child{border-bottom:none}.wpd-wrapper .wpd-item-link.wpd-comment-meta{font-size:12px;color:#555;padding-bottom:0}.wpd-wrapper .wpd-item-link{padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wpd-wrapper .wpd-post-link{margin-left:3px}.wpd-wrapper .wpd-post-item-link{font-size:12px;font-style:italic;color:#666}.wpd-wrapper .wpd-pagination{display:inline-block;margin:10px 0}.wpd-wrapper .wpd-page-link{color:#000;float:left;padding:3px 10px;text-decoration:none;transition:background-color .3s;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;transition:background-color .3s;cursor:pointer;outline:0}.wpd-wrapper .wpd-page-link:hover:not(.wpd-current-page){background:#ddd}.wpd-wrapper .wpd-page-link:last-of-type{border-right:1px solid #ddd}.wpd-wrapper .wpd-current-page{color:#fff;border:none;cursor:initial}.wpd-wrapper .wpd-item.wpd-follow-item .fa-user{font-size:15px;color:#777}.wpd-wrapper .wpd-item.wpd-follow-item .wpd-fl-name{font-size:16px;color:#777}.wpd-wrapper #wpd-content-item-1 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-1 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-2 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-3 .wpd-item-left{float:left;width:88%;border-right:1px dotted #ccc;margin-top:5px}.wpd-wrapper #wpd-content-item-2 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding-top:24px;color:#666}.wpd-wrapper #wpd-content-item-3 .wpd-item-right{margin-left:92%;text-align:center;vertical-align:middle;padding:15px 0;color:#666}.wpd-wrapper .wpd-item-right *,.wpd-wrapper .wpd-user-email-delete-links-wrap{outline:0!important}.wpd-wrapper #wpd-content-item-1 .wpd-item-right i,.wpd-wrapper #wpd-content-item-2 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:30px;line-height:30px;color:#e8484a}.wpd-wrapper #wpd-content-item-3 .wpd-item-right i{display:inline-block;vertical-align:middle;font-size:20px;line-height:20px;color:#e8484a}.wpd-wrapper .wpd-user-email-delete-links-wrap{text-align:center;padding:8px}.wpd-wrapper .wpd-user-email-delete-links{font-size:15px}.wpd-wrapper .wpd-user-email-delete-links span{margin-left:5px}.wpd-wrapper.wpd-guest-settings{text-align:center}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap{width:70%;min-width:280px;line-height:1.5;border:1px solid #ddd;padding:5px;background:#eee;font-size:14px;margin:15px auto}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:hover{background:#f8f8f8}.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button{cursor:pointer}.wpd-wrapper.wpd-guest-settings .wpd-guest-action-error{color:#fa5454}.wpd-wrapper.wpd-guest-settings .wpd-guest-action-success{color:#00b38f}.wpd-wrapper.wpd-guest-settings{padding:2%}.wpd-clear{clear:both}.wpd-loading{margin-left:5px}.wpd-hide{display:none}.wpd-show{display:inline-block}.wpd-bulk-desc{font-size:12px;color:#666;font-style:italic}@media screen and (max-width:1024px){.wpd-wrapper .wpd-list-item span{display:none}}
/* Colorbox */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/overlay.png) repeat 0 0;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(/wp-content/plugins/wpdiscuz/assets/css/../third-party/colorbox/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000;padding:0 2px;margin:0 2px}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.hgrid{width:100%;max-width:1380px;display:block;margin-left:auto;margin-right:auto}.hgrid-stretch{width:100%}.hgrid:after,.hgrid-stretch:after{content:"";display:table;clear:both}.hgrid:after,.hgrid-stretch:after{content:"";display:table;clear:both}[class*="hgrid-span-"],[class*="hcolumn-"]{padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;position:relative}[class*="hgrid-span-"].full-width,[class*="hcolumn-"].full-width{padding:0}.flush-columns{margin:0 -15px}.hgrid-span-1{width:8.33333333%}.hgrid-span-2{width:16.66666667%}.hgrid-span-3{width:25%}.hgrid-span-4{width:33.33333333%}.hgrid-span-5{width:41.66666667%}.hgrid-span-6{width:50%}.hgrid-span-7{width:58.33333333%}.hgrid-span-8{width:66.66666667%}.hgrid-span-9{width:75%}.hgrid-span-10{width:83.33333333%}.hgrid-span-11{width:91.66666667%}.hgrid-span-12{width:100%}.hcolumn-1-1,.hcolumn-2-2,.hcolumn-3-3,.hcolumn-4-4,.hcolumn-5-5{width:100%}.hcolumn-1-2{width:50%}.hcolumn-1-3{width:33.33333333%}.hcolumn-2-3{width:66.66666667%}.hcolumn-1-4{width:25%}.hcolumn-2-4{width:50%}.hcolumn-3-4{width:75%}.hcolumn-1-5{width:20%}.hcolumn-2-5{width:40%}.hcolumn-3-5{width:60%}.hcolumn-4-5{width:80%}@media only screen and (max-width:1200px){.flush-columns{margin:0}.adaptive .hcolumn-1-5{width:40%}.adaptive .hcolumn-1-4{width:50%}.adaptive .hgrid-span-1{width:16.66666667%}.adaptive .hgrid-span-2{width:33.33333333%}.adaptive .hgrid-span-6{width:50%}}@media only screen and (max-width:969px){[class*="hgrid-span-"],.adaptive [class*="hgrid-span-"],[class*="hcolumn-"],.adaptive [class*="hcolumn-"]{width:100%}}@media only screen and (min-width:970px){.hcol-first{padding-left:0}.hcol-last{padding-right:0}}#page-wrapper .flush{margin:0;padding:0}.hide{display:none}.forcehide{display:none !important}.border-box{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hide-text{font:0/0 a !important;color:transparent !important;text-shadow:none !important;background-color:transparent !important;border:0 !important;width:0;height:0;overflow:hidden}.table{display:table;width:100%;margin:0}.table.table-fixed{table-layout:fixed}.table-cell{display:table-cell}.table-cell-mid{display:table-cell;vertical-align:middle}@media only screen and (max-width:969px){.table,.table-cell,.table-cell-mid{display:block}}.fleft,.float-left{float:left}.fright,.float-right{float:right}.fclear:after,.float-clear:after,.clear:after,.clearfix:after{content:"";display:table;clear:both}.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:active,.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#main[tabindex="-1"]:focus{outline:0}html.translated-rtl *{text-align:right}body{text-align:left;font-size:16px;line-height:1.625em;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal;color:#666;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}h1,h2,h3,h4,h5,h6,.title{line-height:1.33333333em;font-family:"Comfortaa","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;color:#222;margin:25px 0 15px;text-rendering:optimizelegibility;-ms-word-wrap:break-word;word-wrap:break-word}h1{font-size:1.875em}h2{font-size:1.625em}h3{font-size:1.375em}h4{font-size:1.25em}h5{font-size:1.125em}h6{font-size:1.125em}.title{font-size:1.375em}.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{font-size:inherit}.titlefont{font-family:"Comfortaa","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}p{margin:.6875em 0 1em}hr{border-style:solid;border-width:1px 0 0;clear:both;margin:1.625em 0 1em;height:0;color:rgba(0,0,0,0.14)}em,var{font-style:italic}strong,b{font-weight:bold}big,.big-font{font-size:1.25em;line-height:1.3em}.huge-font{font-size:2.25em;line-height:1em}.medium-font{font-size:.8125em;line-height:1.384615em}small,cite,.small,.small-font{font-size:.75em;line-height:1.333333em}cite{font-style:italic}q{font-style:italic}q:before{content:open-quote}q::after{content:close-quote}address{display:block;margin:1em 0;font-style:normal;border:1px dotted;padding:1px 5px}abbr[title],acronym[title]{cursor:help;border-bottom:1px dotted}abbr.initialism{font-size:90%;text-transform:uppercase}a[href^=tel]{color:inherit;text-decoration:none}blockquote{border-left:5px solid;padding:0 0 0 1em;margin:1em 0;display:block;font-style:italic;color:#888;font-size:1.125em;clear:both;text-align:justify}blockquote p{margin:0}blockquote small,blockquote cite{display:block;line-height:1.625em;text-align:right;margin-top:3px}blockquote small:before{content:'\2014 \00A0'}blockquote cite:before{content:"\2014 \0020";padding:0 3px}blockquote.pull-left{text-align:left;float:left}blockquote.pull-right{border-right:5px solid;border-left:0;padding:0 1em 0 0;margin:1em 0;text-align:right;float:right}@media only screen and (max-width:969px){blockquote.pull-left,blockquote.pull-right{float:none}}.has-drop-cap:not(:focus)::first-letter {font-size:3.4em;line-height:1em;font-weight:inherit;margin:.01em .1em 0 0}a{color:#000;text-decoration:underline}a,a i{-webkit-transition:color .3s ease-in,background-color .3s linear,border-color .3s linear;-moz-transition:color .3s ease-in,background-color .3s linear,border-color .3s linear;-o-transition:color .3s ease-in,background-color .3s linear,border-color .3s linear;transition:color .3s ease-in,background-color .3s linear,border-color .3s linear}a.button,.more-link a,.entry-byline a,.loop-nav a,#comments-template a,.widget_nav_menu a,.site-header a,.below-header a,.sidebar-primary a,.sidebar-secondary a,.sub-footer a,.footer a,.lSAction a,.pagination a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none}a.linkstyle,.linkstyle a{text-decoration:underline}h1 a.linkstyle,.linkstyle h1 a,h2 a.linkstyle,.linkstyle h2 a,h3 a.linkstyle,.linkstyle h3 a,h4 a.linkstyle,.linkstyle h4 a,h5 a.linkstyle,.linkstyle h5 a,h6 a.linkstyle,.linkstyle h6 a,.title a.linkstyle,.linkstyle .title a,.titlefont a.linkstyle,.linkstyle .titlefont a{text-decoration:none}.accent-typo{background:#000;color:#fff}.invert-accent-typo{background:#fff;color:#000}.invert-typo{background:#666;color:#fff}.enforce-typo{background:#fff;color:#666}.page-wrapper .accent-typo a:not(input):not(.button),.page-wrapper .invert-typo a:not(input):not(.button),.page-wrapper .enforce-typo a:not(input):not(.button),.page-wrapper .accent-typo a:hover:not(input):not(.button),.page-wrapper .invert-typo a:hover:not(input):not(.button),.page-wrapper .enforce-typo a:hover:not(input):not(.button),.page-wrapper .accent-typo h1,.page-wrapper .invert-typo h1,.page-wrapper .enforce-typo h1,.page-wrapper .accent-typo h2,.page-wrapper .invert-typo h2,.page-wrapper .enforce-typo h2,.page-wrapper .accent-typo h3,.page-wrapper .invert-typo h3,.page-wrapper .enforce-typo h3,.page-wrapper .accent-typo h4,.page-wrapper .invert-typo h4,.page-wrapper .enforce-typo h4,.page-wrapper .accent-typo h5,.page-wrapper .invert-typo h5,.page-wrapper .enforce-typo h5,.page-wrapper .accent-typo h6,.page-wrapper .invert-typo h6,.page-wrapper .enforce-typo h6,.page-wrapper .accent-typo .title,.page-wrapper .invert-typo .title,.page-wrapper .enforce-typo .title{color:inherit}.enforce-body-font{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}.highlight-typo{background:rgba(0,0,0,0.04)}code,pre,kbd,tt{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}pre{overflow-x:auto}code,kbd,tt{padding:2px 5px;margin:0 5px;border:dashed 1px}pre{display:block;padding:5px 10px;margin:1em 0;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8}pre.scrollable{max-height:340px;overflow-y:scroll}pre code,pre kbd,pre tt{padding:unset;margin:unset;border:unset}ul,ol{margin:0;padding:0;list-style:none outside}ul ol,ul ul,ol ol,ol ul{margin-left:10px}li{margin:0;padding:0;margin-right:10px}ul.unstyled,ol.unstyled{margin:0 !important;padding:0 !important;list-style:none outside !important}.main ul,.main ol{margin:1em;margin-right:0}.main ol{list-style:decimal outside}.main ul,.main ul.disc{list-style:disc outside}.main ul.square{list-style:square outside}.main ul.circle{list-style:circle outside}.main ul ul,.main ol ul{list-style-type:circle}.main ul ul ul,.main ul ol ul,.main ol ul ul,.main ol ol ul{list-style-type:square}.main ul ol,.main ol ol{list-style-type:lower-alpha}.main ul ul ol,.main ul ol ol,.main ol ul ol,.main ol ol ol{list-style-type:lower-roman}.main ul ul,.main ul ol,.main ol ol,.main ol ul{margin-top:2px;margin-bottom:2px;display:block}.main li{margin-right:0;display:list-item}.borderlist>li:first-child{border-top:1px solid}.borderlist>li{border-bottom:1px solid;padding:.15em 0;list-style-position:outside}dl{margin:.6875em 0}dt{font-weight:bold}dd{margin-left:.6875em}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:12.3em;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:13.8em}@media only screen and (max-width:969px){.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}}table{width:100%;padding:0;margin:1em 0;border-collapse:collapse;border-spacing:0}table caption{padding:5px 0;width:auto;font-style:italic;text-align:right}th{font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;padding:6px 6px 6px 12px}th.nobg{background:0}td{padding:6px 6px 6px 12px}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:rgba(0,0,0,0.04)}form{margin-bottom:1em}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;margin-bottom:1em;border:0;border-bottom:1px solid #ddd;background:0;color:#666;font-weight:bold}legend small{color:#666}label,input,select,textarea{font-size:1em;font-weight:normal;line-height:1.4em}label{max-width:100%;display:inline-block;font-weight:bold}.input-text,textarea,select,input[type="text"],input[type="input"],input[type="password"],input[type="email"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{border:1px solid #ddd;padding:6px 8px;color:#666;margin:0;max-width:100%;display:inline-block;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.input-text:focus,textarea:focus,input[type="text"]:focus,input[type="input"]:focus,input[type="checkbox"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus{border:1px solid #aaa;color:#555;outline:thin dotted;outline-offset:-4px;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);box-shadow:0 0 3px rgba(0,0,0,0.2)}select:focus{outline:thin dotted;outline-offset:-4px;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);box-shadow:0 0 3px rgba(0,0,0,0.2)}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}input[type="checkbox"]{display:inline}input[type="radio"],input[type="checkbox"]{line-height:normal;cursor:pointer;margin:4px 0 0;margin-top:1px \9;*margin-top:0}textarea{height:auto;min-height:60px}select{width:215px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:#fff url(/wp-content/themes/nevark-premium/images/select.png) no-repeat center right}select[multiple],select[size]{height:auto}input:-moz-placeholder,textarea:-moz-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.5;filter:alpha(opacity=50)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:.5;filter:alpha(opacity=50)}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}body.wordpress input[type="submit"],body.wordpress #submit,body.wordpress .button{background:#000;color:#fff;display:inline-block;cursor:pointer;border:0;text-transform:uppercase;font-weight:normal;-webkit-transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;-moz-transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;-o-transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;position:relative}body.wordpress input[type="submit"]:before,body.wordpress #submit:before,body.wordpress .button:before{content:'';position:absolute;top:2px;bottom:2px;left:2px;right:2px;border:solid 1px}body.wordpress input[type="submit"]:hover,body.wordpress #submit:hover,body.wordpress .button:hover,body.wordpress input[type="submit"]:focus,body.wordpress #submit:focus,body.wordpress .button:focus{-webkit-box-shadow:2px 2px 0 0 rgba(0,0,0,0.33);-moz-box-shadow:2px 2px 0 0 rgba(0,0,0,0.33);box-shadow:2px 2px 0 0 rgba(0,0,0,0.33);background:#000;color:#fff}body.wordpress input[type="submit"]:focus,body.wordpress #submit:focus,body.wordpress .button:focus{outline:thin dotted;outline-offset:-4px}body.wordpress input[type="submit"]:active,body.wordpress #submit:active,body.wordpress .button:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;top:2px;right:-2px}body.wordpress input[type="submit"].aligncenter,body.wordpress #submit.aligncenter,body.wordpress .button.aligncenter{max-width:60%}body.wordpress #submit a,body.wordpress .button a{color:inherit}input[type="submit"],#submit,.button,input[type="submit"].button-small,#submit.button-small,.button-small{padding:10px 25px 10px;font-size:.8125em;line-height:1.384615em;margin-top:5px;margin-bottom:5px}input[type="submit"].button-medium,#submit.button-medium,.button-medium{padding:12px 30px 12px;font-size:1em}input[type="submit"].button-large,#submit.button-large,.button-large{padding:15px 40px 15px;font-size:1.25em;line-height:1.333333em}iframe,video,object,embed{max-width:100%}video,object,embed{margin:1em 0}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin:1em 0}.video-container iframe,.video-container object,.video-container embed{margin:0;position:absolute;top:0;left:0;width:100%;height:100%}figure{margin:0;max-width:100%}img,a img{border:0;padding:0;margin:0 auto;display:inline-block;max-width:100%;height:auto;image-rendering:optimizeQuality;vertical-align:top}img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.img-round{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.img-circle{-webkit-border-radius:1500px;-moz-border-radius:1500px;border-radius:1500px}.img-polaroid{padding:4px;border:1px solid}.img-frame{padding:4px;border:1px solid}.img-noborder img,img.img-noborder{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;border:none !important}.gallery{background:rgba(0,0,0,0.04);padding:10px;margin:1em 0}.gallery-item{display:inline-block;text-align:center;vertical-align:top;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0}.gallery-icon img{width:100%}.gallery-item a img{-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.gallery-item a:hover img,.gallery-item a:focus img{opacity:.6;filter:alpha(opacity=60)}.gallery-columns-5 .gallery-caption,.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.66%}.gallery-columns-7 .gallery-item{width:14.28%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.11%}@media only screen and (max-width:969px){.gallery{text-align:center}.gallery-icon img{width:auto}.gallery-columns-5 .gallery-caption,.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:block}.gallery .gallery-item{width:auto}}.wp-caption-text{background:rgba(0,0,0,0.03);margin:0;padding:5px;font-size:.75em;line-height:1.333333em;text-align:center}.aligncenter{clear:both;display:block;margin:1em auto;text-align:center}img.aligncenter{margin:1em auto}.alignleft{float:left;margin:10px 15px 5px 0;display:block}.alignright{float:right;margin:10px 0 5px 15px;display:block}.alignleft img,.alignright img{display:block}.avatar{display:inline-block}.avatar.pull-left{float:left;margin:0 1em 5px 0}.avatar.pull-right{float:right;margin:0 0 5px 1em}body{background:#fff}@media screen and (max-width:600px){body.logged-in.admin-bar{position:static}}#page-wrapper{width:100%;display:block;margin:0 auto}#topbar,#below-header,#sub-footer,#footer{overflow:hidden}.site-boxed #header-supplementary,.site-boxed #below-header,.site-boxed #main{border-left:solid 1px rgba(0,0,0,0.33);border-right:solid 1px rgba(0,0,0,0.33)}.content.no-sidebar{float:none;margin-left:auto;margin-right:auto}@media only screen and (min-width:970px){.content.layout-wide-left,.content.layout-narrow-left{float:right}.sitewrap-narrow-left-right .main-content-grid,.sitewrap-narrow-left-left .main-content-grid,.sitewrap-narrow-right-right .main-content-grid{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.sidebarsN #content{margin-left:-1px;margin-right:-1px}.sitewrap-narrow-left-right .sidebar-primary,.sitewrap-narrow-left-left .sidebar-primary,.sitewrap-narrow-right-right .content{-webkit-order:1;order:1}.sitewrap-narrow-left-right .content,.sitewrap-narrow-left-left .sidebar-secondary,.sitewrap-narrow-right-right .sidebar-primary{-webkit-order:2;order:2}.sitewrap-narrow-left-right .sidebar-secondary,.sitewrap-narrow-left-left .content,.sitewrap-narrow-right-right .sidebar-secondary{-webkit-order:3;order:3}}#topbar{color:#fff;font-size:.8125em;line-height:1.384615em;position:relative;z-index:1}#topbar ul,#topbar ol,#topbar li{display:inline}#topbar h1,#topbar h2,#topbar h3,#topbar h4,#topbar h5,#topbar h6,#topbar .title{color:inherit;margin:0}#topbar:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:#000;opacity:.6;filter:alpha(opacity=60)}.topbar-inner a,.topbar-inner a:hover{color:inherit}#topbar-left{text-align:left}#topbar-right{text-align:right}#topbar-center{text-align:center}#topbar .widget{margin:0 2px;display:inline-block;vertical-align:middle}#topbar .widget-title{display:none;margin:0;font-size:16px;line-height:1.625em}#topbar .widget_text{margin:0 5px}#topbar .widget_text p{margin:2px}#topbar .widget_tag_cloud a{text-decoration:none}#topbar .widget_nav_menu{margin:5px}#topbar .widget_search{margin:0 5px}#topbar.js-search .searchform.expand .searchtext{background:#000;color:inherit}#topbar.js-search .searchform.expand .js-search-placeholder{color:inherit}@media only screen and (max-width:969px){#topbar-left{text-align:center;margin:0 -15px}#topbar-right{text-align:center;margin:0 -15px}}#header{position:relative}.header-primary-none{text-align:center}.header-primary-search{text-align:center}#header-aside{text-align:right}#header-supplementary{background:#000;color:#fff}#header-supplementary h1,#header-supplementary h2,#header-supplementary h3,#header-supplementary h4,#header-supplementary h5,#header-supplementary h6,#header-supplementary .title{color:inherit;margin:0}#header-supplementary .js-search .searchform.expand .searchtext{background:#000;color:inherit}#header-supplementary .js-search .searchform.expand .js-search-placeholder{color:inherit}.header-supplementary a,.header-supplementary a:hover{color:inherit}.header-primary-search #branding{width:100%}.header-aside-search.js-search{position:absolute;right:30px;top:50%;margin-top:-26px}.header-aside-search.js-search .searchform i.fa-search{color:#000;padding:14px 25px 14px 20px}.header-aside-search.js-search .js-search-placeholder:before{right:30px;top:50%;margin-top:-26px;padding:10px 25px 15px 20px}.header-aside-search.js-search.hasexpand{top:0;right:0;bottom:0;left:0;margin:0}@media only screen and (max-width:969px){#header .table,#header #branding,#header #header-aside{width:100%}#header-primary,#header-aside,#header-supplementary{text-align:center}#header .hgrid-span-12{padding:0}#header-supplementary.header-supplementary-mobilemenu-fixed{border-bottom:0}.header-aside{border-top:solid 1px rgba(0,0,0,0.33)}.header-aside-menu-fixed{border-top:0}.header-aside-search.js-search{position:relative;right:auto;top:auto;margin-top:0}.header-aside-search.js-search .searchform,.header-aside-search.js-search .searchform.expand{position:static}.header-aside-search.js-search .searchform i.fa-search,.header-aside-search.js-search .searchform.expand i.fa-search{position:absolute;left:.45em;top:50%;margin-top:-0.65em;padding:0;cursor:auto;display:block;visibility:visible}.header-aside-search.js-search .searchform .searchtext,.header-aside-search.js-search .searchform.expand .searchtext{background:rgba(0,0,0,0.04);clip:auto !important;clip-path:none;height:auto;width:100%;padding:10px 2em 10px 1em;position:static;background:0;color:inherit;font-size:1em;top:auto;right:auto;bottom:auto;left:auto;z-index:auto;display:block;padding-right:1.2em;padding-left:2.7em}.header-aside-search.js-search .searchform .js-search-placeholder,.header-aside-search.js-search .searchform.expand .js-search-placeholder{display:none}.header-aside-search.js-search.hasexpand{top:auto;right:auto;bottom:auto;left:auto;margin:0}}#site-logo{margin:35px 0;max-width:100%;display:inline-block;vertical-align:top}.header-primary-menu #site-logo,.header-primary-widget-area #site-logo{margin-right:15px}#site-logo img{max-height:600px}#site-logo.with-background{padding:15px;position:relative}#site-logo.with-background:before{content:'';position:absolute;top:-10px;bottom:-10px;right:-10px;left:-10px;border:solid 8px;border-color:inherit;z-index:-1}#site-logo.accent-typo{border-color:#000}#site-logo.invert-accent-typo{border-color:#fff}.site-boxed #site-logo.with-background{margin-left:10px;margin-right:10px}#site-title{font-family:Oranienbaum,"Times New Roman",Times,serif;color:#222;margin:0;font-weight:400;font-size:85px;line-height:1em;vertical-align:middle;word-wrap:normal}#site-title a{color:inherit}#site-title a:hover{text-decoration:none}#site-logo.accent-typo #site-title,#site-logo.accent-typo #site-description{color:inherit}#site-logo.invert-accent-typo #site-title,#site-logo.invert-accent-typo #site-description{color:inherit}#site-description{margin:0;font-family:inherit;line-height:1em;font-size:1em;font-weight:normal;color:#888;vertical-align:middle}.site-logo-text-tiny #site-title{font-size:25px}.site-logo-text-small #site-title{font-size:35px}.site-logo-text-medium #site-title{font-size:50px}.site-logo-text-large #site-title{font-size:65px}.site-logo-with-icon .site-title>a{display:inline-flex;align-items:center;vertical-align:bottom}.site-logo-with-icon #site-title i{font-size:50px;margin-right:5px}.site-logo-image img.custom-logo{display:block;width:auto}#page-wrapper .site-logo-image #site-description{text-align:center;margin-top:5px}.site-logo-with-image{display:table;table-layout:fixed}.site-logo-with-image .site-logo-mixed-image{display:table-cell;vertical-align:middle;padding-right:15px}.site-logo-with-image .site-logo-mixed-image img{vertical-align:middle}.site-logo-with-image .site-logo-mixed-text{display:table-cell;vertical-align:middle}.site-title-line{display:block;line-height:1em;font-weight:400}.site-title-line em{display:inline-block;color:#000;font-weight:inherit;font-style:inherit}.site-title-line b,.site-title-line strong{display:inline-block;font-weight:bold;font-weight:800}.site-title-line mark{display:inline-block;padding:3px 8px;background:#000;color:#fff}.site-title-body-font{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}.site-title-heading-font{font-family:"Comfortaa","Helvetica Neue",Helvetica,Arial,sans-serif}@media only screen and (max-width:969px){#site-logo{display:block}#header-primary #site-logo{margin-right:0;margin-left:0}#header-primary #site-logo.site-logo-image{padding:15px;margin:0}#header-primary #site-logo.site-logo-image{margin:15px}#header-primary #site-logo.with-background{margin:20px}#page-wrapper #site-title,#page-wrapper #site-description{text-align:center;margin:0;display:block}.site-logo-with-icon #site-title{padding:0}.site-logo-with-image{display:block;text-align:center}.site-logo-with-image .site-logo-mixed-image{margin:0 auto 10px}.site-logo-with-image .site-logo-mixed-image,.site-logo-with-image .site-logo-mixed-text{display:block;padding:0}}@media only screen and (min-width:970px){.header-primary-none #site-logo.with-background,.header-primary-search #site-logo.with-background{min-width:450px;max-width:100%}}.menu-items{display:inline-block;text-align:left;vertical-align:middle}.menu-items a{display:block;position:relative;outline-offset:-2px}.menu-items ol,.menu-items ul{margin-left:0}.menu-items li{margin-right:0;display:list-item;position:relative;-webkit-transition:background-color .3s linear;-moz-transition:background-color .3s linear;-o-transition:background-color .3s linear;transition:background-color .3s linear}.menu-items>li{float:left;vertical-align:middle}.menu-items>li>a{padding:13px 15px;text-transform:uppercase}.menu-items>li.current-menu-item:not(.nohighlight),.menu-items>li.current-menu-ancestor,.menu-items>li:hover{background:#fff}.menu-items>li.current-menu-item:not(.nohighlight)>a,.menu-items>li.current-menu-ancestor>a,.menu-items>li:hover>a{color:#000}.menu-items .menu-title{display:block;line-height:1.2em;position:relative}.menu-items .menu-description{opacity:.8;filter:alpha(opacity=80);font-size:.8125em;line-height:1.384615em;line-height:1.25em;margin-top:3px;display:block;text-transform:none;font-weight:normal;font-style:normal}.menu-items li:hover>ul,.menu-items li.sfHover>ul{display:block}.menu-items ul{font-weight:normal;position:absolute;display:none;top:100%;left:0;z-index:101;min-width:16em;background:#000;padding:5px;border:solid 1px rgba(0,0,0,0.14)}.menu-items ul a{font-size:.875em;text-transform:uppercase;color:#fff;padding:10px 5px 10px 15px}.menu-items ul li{background:rgba(0,0,0,0.04)}.menu-items ul li.current-menu-item:not(.nohighlight),.menu-items ul li.current-menu-ancestor,.menu-items ul li:hover{background:#000}.menu-items ul li.current-menu-item:not(.nohighlight)>a,.menu-items ul li.current-menu-ancestor>a,.menu-items ul li:hover>a{color:#fff}.menu-items ul ul{top:-6px;left:100%;margin-left:5px;border-left:solid 1px rgba(255,255,255,0.15)}.menu-items>li:last-child>ul{left:auto;right:0}.menu-items>li.menu-item-has-children>a,.nav-menu .sf-menu.sf-arrows li a.sf-with-ul{padding-right:25px}.sf-menu.sf-arrows .sf-with-ul .menu-title{width:100%}.sf-menu.sf-arrows .sf-with-ul .menu-title:after{top:47%;line-height:10px;margin-top:-5px;font-size:.8em;position:absolute;right:-10px;font-family:'Font Awesome 5 Free';font-weight:900;font-style:normal;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;vertical-align:middle;content:"\f107"}.nav-menu .sf-menu.sf-arrows ul a.sf-with-ul{padding-right:10px}.sf-menu.sf-arrows ul .sf-with-ul .menu-title:after{content:"\f105";right:7px;top:50%;margin-top:-0.5em;line-height:1em}.menu-toggle{display:none;cursor:pointer;padding:5px 0}.menu-toggle.active i:before{content:"\f00d"}.menu-toggle-text{margin-right:5px}@media only screen and (max-width:969px){.menu-toggle{display:block}#menu-primary-items ul,#menu-secondary-items ul{border:0}.menu-items{border-top:solid 1px rgba(0,0,0,0.33);display:none;text-align:left}.menu-items>li{float:none}.menu-items ul{position:relative;top:auto;left:auto;padding:0}.menu-items>li>a,.menu-items ul li a{padding:6px 6px 6px 15px}.menu-items ul li a{padding-left:40px}.menu-items ul ul{top:0;left:auto}.menu-items ul ul li a{padding-left:65px}.menu-items ul ul ul li a{padding-left:90px}.mobilesubmenu-open .menu-items ul{display:block !important;height:auto !important;opacity:1 !important}.sf-menu.sf-arrows ul .sf-with-ul .menu-title:after{content:"\f107"}.mobilemenu-inline .menu-items{position:static}.mobilemenu-fixed .menu-toggle,.mobilemenu-fixed #menu-primary-items,.mobilemenu-fixed #menu-secondary-items{-webkit-transition:background-color .3s linear;-moz-transition:background-color .3s linear;-o-transition:background-color .3s linear;transition:background-color .3s linear}.mobilemenu-fixed .menu-toggle-text{display:none}.mobilemenu-fixed .menu-toggle{width:2em;padding:5px;position:fixed;top:15%;left:0;z-index:99992;border:solid 2px rgba(0,0,0,0.14);border-left:0}.mobilemenu-fixed .menu-toggle,.mobilemenu-fixed .menu-items{background:#fff}.mobilemenu-fixed #menu-primary-items,.mobilemenu-fixed #menu-secondary-items{display:none;width:280px;position:fixed;top:0;z-index:99991;overflow-y:auto;height:100%;border-right:solid 2px rgba(0,0,0,0.14)}.mobilemenu-fixed .menu-items ul{min-width:auto}.header-supplementary-bottom .mobilemenu-fixed .menu-toggle{margin-top:40px}.header-supplementary-top .mobilemenu-fixed .menu-toggle{margin-top:-40px}.fixedmenu-open .menu-toggle{z-index:99997}.fixedmenu-open #menu-primary-items,.fixedmenu-open #menu-secondary-items{z-index:99996}.fixedmenu-open body{position:relative}.fixedmenu-open body:before{content:'';position:absolute;z-index:99995;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,0.75);cursor:pointer}.hootamp .mobilemenu-fixed:hover .menu-toggle{left:280px;z-index:99997}.hootamp .mobilemenu-fixed:hover #menu-primary-items,.hootamp .mobilemenu-fixed:hover #menu-secondary-items{display:block;left:0;z-index:99996}.hootamp .mobilemenu-inline:hover #menu-primary-items,.hootamp .mobilemenu-inline:hover #menu-secondary-items{display:block}.admin-bar .mobilemenu-fixed #menu-primary-items,.admin-bar .mobilemenu-fixed #menu-secondary-items{top:32px}}@media screen and (max-width:782px){.admin-bar .mobilemenu-fixed #menu-primary-items,.admin-bar .mobilemenu-fixed #menu-secondary-items{top:46px}}@media screen and (max-width:600px){.fixedmenu-open.has-adminbar{overflow-y:scroll;position:fixed;width:100%;left:0;top:-46px}.fixedmenu-open.has-adminbar body{padding-top:46px}}@media only screen and (min-width:970px){.menu-items{display:inline-block !important}.tablemenu .menu-items{display:inline-table !important}.tablemenu .menu-items>li{display:table-cell;float:none}}.menu-area-wrap{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center}.header-aside .menu-area-wrap{justify-content:flex-end}.header-supplementary-left .menu-area-wrap{justify-content:space-between}.header-supplementary-right .menu-area-wrap{justify-content:space-between;flex-direction:row-reverse}.header-supplementary-center .menu-area-wrap{justify-content:center}.menu-side-box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.menu-side-box .widget{display:inline-block;vertical-align:middle}.menu-side-box a{color:inherit}.menu-side-box h1,.menu-side-box h2,.menu-side-box h3,.menu-side-box h4,.menu-side-box h5,.menu-side-box h6,.menu-side-box .title{margin:0;color:inherit}.menu-side-box .widget-title{font-size:1.25em;line-height:1.3em}.menu-side-box .widget_text .textwidget p{margin:5px 0}div.menu-side-box{font-size:.75em;line-height:1.333333em;align-self:stretch;-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center;justify-content:flex-end;min-width:200px}div.menu-side-box .widget{margin:0 5px}div.menu-side-box .widget_text,div.menu-side-box .widget_nav_menu{margin-top:5px;margin-bottom:5px}@media only screen and (max-width:969px){.menu-area-wrap{display:block}div.menu-side-box{justify-content:center;flex-wrap:wrap}.header-aside .menu-side-box{border-top:solid 1px rgba(0,0,0,0.33)}.header-supplementary .menu-side-box{border-bottom:solid 1px rgba(0,0,0,0.33)}}.sidebar-header-sidebar .widget{display:inline-block;vertical-align:middle}.sidebar-header-sidebar h1,.sidebar-header-sidebar h2,.sidebar-header-sidebar h3,.sidebar-header-sidebar h4,.sidebar-header-sidebar h5,.sidebar-header-sidebar h6,.sidebar-header-sidebar .title{margin:0}.sidebar-header-sidebar .widget-title{font-size:1.25em;line-height:1.3em}.sidebar-header-sidebar .widget_text .textwidget p{margin:5px 0}aside.sidebar-header-sidebar{margin-top:0;font-size:.75em;line-height:1.333333em}aside.sidebar-header-sidebar .widget,aside.sidebar-header-sidebar .widget:last-child{margin:5px 5px}aside.sidebar-header-sidebar .widget_text,aside.sidebar-header-sidebar .widget_nav_menu{margin-top:5px;margin-bottom:5px}.below-header-inner{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center;justify-content:center}.below-header-parts{justify-content:space-between}#below-header-left{text-align:left}#below-header-right{text-align:right}#below-header-center{text-align:center}.below-header-stretch>.hgrid{max-width:none;padding:0}.below-header{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px rgba(0,0,0,0.33);background:#fff;font-size:.75em;line-height:1.333333em}.below-header .widget{display:inline-block;vertical-align:middle}.below-header h1,.below-header h2,.below-header h3,.below-header h4,.below-header h5,.below-header h6,.below-header .title{margin:0}.below-header .widget-title{font-size:1.25em;line-height:1.3em}.below-header .widget_text .textwidget p{margin:5px 0}div.below-header .widget{margin:0 5px}div.below-header .widget_text,div.below-header .widget_nav_menu{margin-top:5px;margin-bottom:5px}@media only screen and (max-width:969px){.below-header-inner{display:block}#below-header-left{text-align:center;margin:0 -15px}#below-header-right{text-align:center;margin:0 -15px}}#main.main{padding-bottom:2.5625em;overflow:hidden;background:#fff}.main>.loop-meta-wrap{position:relative;text-align:center}.main>.loop-meta-wrap.pageheader-bg-default,.main>.loop-meta-wrap.pageheader-bg-stretch,.main>.loop-meta-wrap.pageheader-bg-both{background:rgba(0,0,0,0.04)}.main>.loop-meta-wrap.pageheader-bg-incontent,.main>.loop-meta-wrap.pageheader-bg-none{background:0;border-bottom:solid 1px rgba(0,0,0,0.33)}.main>.loop-meta-wrap#loop-meta.loop-meta-parallax{background:0}.entry-featured-img-headerwrap:not(.loop-meta-staticbg-nocrop){height:300px}#main .loop-meta-staticbg{background-position:center;background-size:cover}.loop-meta-staticbg-nocrop{position:relative}.loop-meta-staticbg-nocrop.loop-meta-withtext{min-height:120px}.loop-meta-staticbg-nocrop .entry-headerimg{display:block;margin:0 auto;width:100%}.loop-meta-staticbg-nocrop>.hgrid{position:absolute;left:0;right:0;top:50%;max-width:none;transform:translateY(-50%)}.loop-meta-staticbg-nocrop div.loop-meta{margin:0}.loop-meta-withbg .loop-meta{background:rgba(0,0,0,0.6);color:#fff;display:inline-block;margin:95px 0;width:auto;position:relative;padding:1em 1.3125em 1em}.loop-meta-withbg .loop-meta:before{content:'';position:absolute;top:-10px;bottom:-10px;right:-10px;left:-10px;border:solid 8px rgba(0,0,0,0.6)}.loop-meta-withbg h1,.loop-meta-withbg h2,.loop-meta-withbg h3,.loop-meta-withbg h4,.loop-meta-withbg h5,.loop-meta-withbg h6,.loop-meta-withbg a{color:inherit}.loop-meta{float:none;background-size:contain;padding:1.625em 0 1.9375em}.loop-title{margin:0;font-size:1.375em}.loop-description p{margin:5px 0}.loop-description p:last-child{margin-bottom:0}.loop-meta-gravatar img{margin-bottom:1em;-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 2px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 2px 1px rgba(0,0,0,0.2);-webkit-border-radius:1500px;-moz-border-radius:1500px;border-radius:1500px}.archive.author .content .loop-meta-wrap{text-align:center}.content .loop-meta-wrap{margin-bottom:1.625em}.content .loop-meta-wrap.pageheader-bg-default,.content .loop-meta-wrap.pageheader-bg-stretch,.content .loop-meta-wrap.pageheader-bg-none{background:0;padding-bottom:1em;border-bottom:solid 1px rgba(0,0,0,0.33)}.content .loop-meta-wrap.pageheader-bg-incontent,.content .loop-meta-wrap.pageheader-bg-both{text-align:center;background:rgba(0,0,0,0.04);padding:15px 18px}.content .loop-meta{padding:0}.content .loop-title{font-size:1.25em}#custom-content-title-area{text-align:center}.pre-content-title-area ul.lSPager{display:none}.content-title-area-stretch .hgrid-span-12{padding:0}.content-title-area-grid{margin:1.625em 0}.content .post-content-title-area{margin:0 0 2.5625em}.entry-byline{opacity:.8;filter:alpha(opacity=80);line-height:1.3333em}.loop-meta .entry-byline{margin-top:5px}.content .entry-byline{margin-top:0}.content .entry-byline.empty{margin:0}.entry-byline-block{display:inline}.entry-byline-block:after{content:"/";margin:0 7px;font-size:1.181818em}.entry-byline-block:last-of-type:after{display:none}.entry-byline a{color:inherit}.entry-byline a:hover{color:inherit;text-decoration:underline}.entry-byline-label{margin-right:3px}.entry-footer .entry-byline{margin:0;padding:1.625em 5px;border-bottom:solid 1px rgba(0,0,0,0.33)}.main-content-grid{margin-top:45px}.content-wrap .widget{margin:.6875em 0 1em}.entry-content-featured-img{display:block;margin:0 auto 1.625em}.entry-content{border-bottom:solid 1px rgba(0,0,0,0.33)}.entry-content.no-shadow{border:0}.entry-the-content{margin-bottom:2.5625em}.entry-the-content p:first-child,.entry-the-content h1:first-child,.entry-the-content h2:first-child,.entry-the-content h3:first-child,.entry-the-content h4:first-child,.entry-the-content h5:first-child,.entry-the-content h6:first-child{margin-top:0}.entry-the-content p:last-child,.entry-the-content h1:last-child,.entry-the-content h2:last-child,.entry-the-content h3:last-child,.entry-the-content h4:last-child,.entry-the-content h5:last-child,.entry-the-content h6:last-child{margin-bottom:0}.entry-the-content:after{content:"";display:table;clear:both}.entry-the-content:after{content:"";display:table;clear:both}.page-links,.post-nav-links{text-align:center;margin:2.5625em 0}.page-links a,.post-nav-links a,.page-links .page-numbers,.post-nav-links .page-numbers{text-decoration:none;border:solid 1px;padding:.5em;margin:0 2px;line-height:1em;min-width:1em;display:inline-block;text-align:center}.loop-nav{padding:1.625em 5px;border-bottom:solid 1px rgba(0,0,0,0.33)}#comments-template{padding-top:1.625em}#comments-number{font-size:1em;color:#888;font-family:inherit;font-weight:bold;font-weight:800;text-transform:uppercase}#comments .comment-list,#comments ol.children{list-style-type:none;margin:0}.main .comment{margin:0}.comment article{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;position:relative}.comment p{margin:0 0 .3em}.comment li.comment{border-left:solid 1px rgba(0,0,0,0.1);padding-left:40px;margin-left:20px}.comment li article:before{content:" ";display:block;width:30px;border-bottom:solid 1px rgba(0,0,0,0.1);position:absolute;top:50%;left:-40px}.comment-avatar{width:50px;flex-shrink:0;margin:20px 15px 0 0}.comment-content-wrap{padding:15px 0}.comment-meta-block,.comment-edit-link{display:inline-block;padding:0 15px 0 0;margin:0 15px 0 0;border-right:solid 1px;font-size:.75em;line-height:1.333333em;color:#888;text-transform:uppercase}.comment-meta-block:last-child{border-right:0;padding-right:0;margin-right:0}.comment-meta-block cite.comment-author{font-style:normal;font-size:1em}.comment-by-author{font-size:.75em;line-height:1.333333em;color:#888;text-transform:uppercase;font-weight:bold;margin-top:3px;text-align:center}.comment.bypostauthor>article{background:rgba(0,0,0,0.04);padding:0 10px 0 18px;margin:15px 0}.comment.bypostauthor>article .comment-avatar{margin-top:18px}.comment.bypostauthor>article .comment-content-wrap{padding:13px 0}.comment.bypostauthor>article .comment-meta-block,.comment.bypostauthor>article .comment-edit-link{color:inherit}.comment.bypostauthor+#respond{background:rgba(0,0,0,0.04);padding:20px 20px 1px}.comment.bypostauthor+#respond #reply-title{margin-top:0}.comment-ping{border:solid 1px rgba(0,0,0,0.33);padding:5px 10px 5px 15px;margin:30px 0 20px}.comment-ping cite{font-size:1em}.children #respond{margin-left:60px;position:relative}.children #respond:before{content:" ";border-left:solid 1px rgba(0,0,0,0.33);position:absolute;top:0;bottom:0;left:-40px}.children #respond:after{content:" ";display:block;width:30px;border-bottom:solid 1px rgba(0,0,0,0.33);position:absolute;top:50%;left:-40px}#reply-title{font-size:1em;font-family:inherit;font-weight:bold;font-weight:800;text-transform:uppercase}#reply-title small{display:block}#respond p{margin:0 0 .3em}#respond label{font-size:.75em;line-height:1.333333em;font-weight:normal;padding:.6875em 0;width:15%;vertical-align:top}#respond input[type=checkbox]+label{display:inline;margin-left:5px;vertical-align:text-bottom}.custom-404-content .entry-the-content{margin-bottom:1em}.entry.attachment .entry-content{border-bottom:0}.entry.attachment .entry-the-content{width:auto;text-align:center}.entry.attachment .entry-the-content p:first-of-type{margin-top:2em;font-weight:bold;text-transform:uppercase}.entry.attachment .entry-the-content .more-link{display:none}.archive-wrap{overflow:hidden;clear:both}.plural .entry{padding-top:1em;padding-bottom:3.203125em;position:relative}.plural .entry:first-child{padding-top:0}.entry-grid-featured-img{position:relative;z-index:1}.entry-sticky-tag{display:none}.sticky>.entry-grid{background:rgba(0,0,0,0.04);padding:15px 20px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sticky>.entry-grid>.entry-featured-img-wrap{margin:-15px -20px 0}.entry-grid{min-width:auto}.entry-grid-content{padding-left:0;padding-right:0;text-align:center}.entry-grid-content .entry-title{font-size:1.25em;margin:0}.entry-grid-content .entry-title a{color:inherit}.entry-grid-content .entry-summary{margin-top:1.625em}.entry-grid-content .entry-summary p:last-child{margin-bottom:0}.archive-big .entry-grid-content .entry-title{font-size:1.625em}.archive-big .entry-content-featured-img{margin:1.625em 0 0}.archive-medium .entry-grid,.archive-small .entry-grid{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.archive-medium .entry-featured-img-wrap,.archive-small .entry-featured-img-wrap{flex-shrink:0}.archive-medium .entry-content-featured-img,.archive-small .entry-content-featured-img{margin:0 1.625em 0 0}.archive-medium.sticky>.entry-grid,.archive-small.sticky>.entry-grid{padding-left:15px;padding-right:15px}.archive-medium.sticky>.entry-grid>.entry-featured-img-wrap,.archive-small.sticky>.entry-grid>.entry-featured-img-wrap{margin:0}#content .archive-mixed{padding-top:0}.mixedunit-big .entry-grid-content .entry-title{font-size:1.625em}.mixedunit-big .entry-content-featured-img{margin:1.625em auto 0}.archive-mixed-block2.mixedunit-big,.archive-mixed-block3.mixedunit-big{padding-left:15px;padding-right:15px}.mixedunit-medium .entry-grid,.mixedunit-small .entry-grid{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.mixedunit-medium .entry-featured-img-wrap,.mixedunit-small .entry-featured-img-wrap{flex-shrink:0}.mixedunit-medium .entry-content-featured-img,.mixedunit-small .entry-content-featured-img{margin:0 1.625em 0 0}.mixedunit-medium.sticky>.entry-grid,.mixedunit-small.sticky>.entry-grid{padding-left:15px;padding-right:15px}.mixedunit-medium.sticky>.entry-grid>.entry-featured-img-wrap,.mixedunit-small.sticky>.entry-grid>.entry-featured-img-wrap{margin:0}.mixedunit-block2:nth-child(2n){clear:both}.mixedunit-block3:nth-child(3n+2){clear:both}#content .archive-block{padding-top:0}.archive-block2:nth-child(2n+1){clear:both}.archive-block3:nth-child(3n+1){clear:both}.archive-block4:nth-child(4n+1){clear:both}#content .archive-mosaic{padding-top:0}.archive-mosaic{text-align:center}.archive-mosaic .entry-grid{border:solid 1px rgba(0,0,0,0.14)}.archive-mosaic .entry-content-featured-img{margin:0 auto}.archive-mosaic.sticky>.entry-grid{padding:0}.archive-mosaic.sticky>.entry-grid>.entry-featured-img-wrap{margin:0}.archive-mosaic .entry-grid-content{padding:1em 1em;padding-bottom:0}.archive-mosaic .entry-title{font-size:1.125em}.archive-mosaic .entry-summary{margin:0 0 1em}.archive-mosaic .entry-summary p:first-child{margin-top:.8em}.archive-mosaic .more-link{margin:1em -1em 0;text-align:center;font-size:1em}.archive-mosaic .more-link a{display:block;font-size:.75em;line-height:1.333333em}.archive-mosaic .entry-grid .more-link:after{display:none}.archive-mosaic .mosaic-sub{background:rgba(0,0,0,0.04);border-top:solid 1px rgba(0,0,0,0.14);margin:0 -1em;line-height:1.4em}.archive-mosaic .entry-byline{display:block;padding:10px;border:0;margin:0}@media only screen and (max-width:969px){.archive-medium .entry-grid,.archive-small .entry-grid{display:block}.archive-medium .entry-content-featured-img,.archive-small .entry-content-featured-img{margin:0 auto 1.625em}.archive-mosaic .entry-content-featured-img{padding:1em 1em 0}}.more-link{display:block;margin-top:1.625em;text-align:right;text-transform:uppercase;font-size:.75em;line-height:1.333333em;font-weight:bold;border-top:solid 1px;color:#000;position:relative;-webkit-transition:color .3s ease-in,background-color .3s linear,border-color .3s linear;-moz-transition:color .3s ease-in,background-color .3s linear,border-color .3s linear;-o-transition:color .3s ease-in,background-color .3s linear,border-color .3s linear;transition:color .3s ease-in,background-color .3s linear,border-color .3s linear}.more-link a{display:inline-block;padding:3px 0}.more-link a,.more-link:hover a{color:#000}a.more-link{border:0;margin-top:inherit;text-align:inherit}.entry-grid .more-link{margin-top:1em;text-align:center;font-size:inherit;line-height:inherit;font-weight:normal;border-top:0;font-size:.8125em;line-height:1.384615em;letter-spacing:3px;opacity:.8;filter:alpha(opacity=80);-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.entry-grid .more-link a{display:block;width:100%;padding:3px 0 10px}.entry-grid .more-link:hover{opacity:1;filter:alpha(opacity=100)}.entry-grid .more-link:after{content:"\00a0";display:inline-block;vertical-align:top;font:0/0 a;border-bottom:solid 2px;width:90px;opacity:.7;filter:alpha(opacity=70)}a.more-link{border:0;margin-top:inherit;text-align:inherit}.pagination.loop-pagination{margin:1em 0}.page-numbers{border:solid 1px;padding:.5em;margin:0 2px;line-height:1em;min-width:1em;display:inline-block;text-align:center}.home #main.main{padding-bottom:0}.frontpage-area.module-bg-highlight{background:rgba(0,0,0,0.04)}.frontpage-area.module-bg-image.bg-scroll{background-size:cover}#fp-header-image img{width:100%}.frontpage-area{margin:45px 0}.frontpage-area.module-bg-highlight,.frontpage-area.module-bg-color,.frontpage-area.module-bg-image{padding:45px 0}#main .frontpage-area.module-bg-highlight,#main .frontpage-area.module-bg-color,#main .frontpage-area.module-bg-image{margin:0}.frontpage-area-stretch.frontpage-area{margin:0}.frontpage-area-stretch>.hgrid{max-width:none}.frontpage-area-stretch>.hgrid [class*="hgrid-span-"]:first-child,.frontpage-area-stretch>.hgrid [class*="hcolumn-"]:first-child{padding-left:0}.frontpage-area-stretch>.hgrid [class*="hgrid-span-"]:last-child,.frontpage-area-stretch>.hgrid [class*="hcolumn-"]:last-child{padding-right:0}.frontpage-area>div.hgrid>div>.widget:first-child{margin-top:0}.frontpage-area>div.hgrid>div>.widget:last-child{margin-bottom:0}@media only screen and (max-width:969px){.frontpage-widgetarea>div.hgrid>[class*="hgrid-span-"]{margin-bottom:45px}.frontpage-widgetarea>div.hgrid>[class*="hgrid-span-"]:last-child{margin-bottom:0}}.frontpage-page-content .main-content-grid{margin-top:0}.frontpage-area .entry-content{border-bottom:0}.frontpage-area .entry-the-content{margin:0}.frontpage-area .entry-the-content p:last-child{margin-bottom:0}.frontpage-area .entry-footer{display:none}.hoot-blogposts-title{margin:0 auto 1.625em;padding-bottom:8px;width:75%;border-bottom:solid 1px rgba(0,0,0,0.33);text-align:center}@media only screen and (max-width:969px){.hoot-blogposts-title{width:100%}}.sidebar{line-height:1.625em}.sidebar .widget{margin-top:0}.sidebar .widget:last-child{margin-bottom:0}.sidebar .widget-title{font-size:inherit;font-family:inherit;font-weight:normal;text-transform:uppercase;text-align:center;padding:7px 7px;background:#000;color:#fff}@media only screen and (max-width:969px){.sidebar{margin-top:45px}}.widget{margin:45px 0;position:relative}.widget-title{position:relative;margin-top:0}.textwidget p:last-child{margin-bottom:.6875em}.widget_media_image{text-align:center}.searchbody{vertical-align:middle}.searchbody input{background:0;color:inherit;border:0;padding:10px 1.2em 10px 2.2em;width:100%;vertical-align:bottom;display:block}.searchbody input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:0;color:inherit}.searchform{position:relative;background:#f5f5f5;background:rgba(0,0,0,0.05);border:solid 1px rgba(255,255,255,0.3);margin-bottom:0;overflow:hidden}.searchform .submit{position:absolute;top:50%;transform:translateY(-50%);right:-9999rem;width:auto;line-height:1em;margin:0;padding:5px}.searchform .submit:focus{outline:dotted 1px;outline-offset:-4px;right:10px}body.wordpress .searchform .submit{position:absolute}.searchbody i.fa-search{position:absolute;top:50%;margin-top:-0.5em;left:10px}.js-search .widget_search{position:static}.js-search .searchform{position:relative;background:0;border:0}.js-search .searchform i.fa-search{position:relative;margin:0;cursor:pointer;top:0;left:0;padding:5px;font-size:1.25em;line-height:1.3em}.js-search .searchtext{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;padding:0;margin:0;position:absolute;word-wrap:normal}.js-search .js-search-placeholder{display:none}.js-search .js-search-placeholder:before{cursor:pointer;content:"X";font-family:Helvetica,Arial,sans-serif;font-size:2em;line-height:1em;position:absolute;right:5px;top:50%;margin-top:-0.5em;padding:0 10px;z-index:95}.js-search .submit[type="submit"]{display:none}.js-search .searchform.expand{position:absolute;top:0;right:0;bottom:0;left:0}.js-search .searchform.expand i.fa-search{visibility:hidden}.js-search .searchform.expand .searchtext{clip:auto !important;clip-path:none;height:auto;width:100%;padding:10px 2em 10px 1em;background:#fff;color:#666;position:absolute;top:0;right:0;bottom:0;left:0;font-size:1.5em;z-index:90}.js-search .searchform.expand .js-search-placeholder{display:block;color:#666}.js-search.hasexpand .searchbody{min-height:3em}.hootamp .header-aside-search .searchform,.hootamp .js-search .searchform{position:relative}.hootamp .header-aside-search .searchform i.fa-search,.hootamp .js-search .searchform i.fa-search{position:absolute;color:#666;z-index:1;top:50%;margin-top:-0.5em;left:10px;padding:0;font-size:1em;line-height:1em}.hootamp .header-aside-search .searchform input.searchtext[type="text"],.hootamp .js-search .searchform input.searchtext[type="text"]{clip:auto !important;clip-path:none;height:auto;width:auto;position:relative;z-index:0;background:#fff;color:#666;display:inline-block;padding:5px 10px 5px 2.2em;border:solid 1px #ddd;font-size:1em;line-height:1em}.widget_nav_menu .menu-description{margin-left:5px;opacity:.7;filter:alpha(opacity=70)}.widget_nav_menu .menu-description:before{content:"( "}.widget_nav_menu .menu-description:after{content:" )"}.inline-nav .widget_nav_menu ul,.inline-nav .widget_nav_menu ol,.inline-nav .widget_nav_menu li{display:inline;margin-left:0}.inline-nav .widget_nav_menu li{margin-right:0}.inline-nav .widget_nav_menu li a{margin:0 30px 0 0;position:relative}.inline-nav .widget_nav_menu li a:hover{border-bottom:solid 1px;text-decoration:none}.inline-nav .widget_nav_menu li a:after{content:"/";opacity:.5;filter:alpha(opacity=50);margin-left:15px;position:absolute}.inline-nav .widget_nav_menu ul.menu>li:last-child a{margin-right:0}.inline-nav .widget_nav_menu ul.menu>li:last-child a:after{display:none}.customHtml>h4,.customHtml p{color:#fff;font-size:15px;line-height:1.4285em;margin:3px 0}.customHtml>h4{font-size:20px;font-weight:normal;font-family:Georgia,"Times New Roman",Times,serif}#page-wrapper .parallax-mirror{z-index:inherit !important}.hoot-cf7-style .wpcf7-form{text-transform:uppercase;margin:.6875em 0}.hoot-cf7-style .wpcf7-form label+span{display:block}.hoot-cf7-style .wpcf7-form .wpcf7-list-item-label,.hoot-cf7-style .wpcf7-form .wpcf7-quiz-label{text-transform:none;font-weight:normal}.hoot-cf7-style .wpcf7-form .required:before{margin-right:5px;opacity:.5;filter:alpha(opacity=50);content:"\f069";display:inline-block;font:normal normal 900 .666666em/2.5em 'Font Awesome 5 Free';vertical-align:top;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hoot-cf7-style .wpcf7-form .one-fourth{width:20%;float:left}.hoot-cf7-style .wpcf7-form .one-fourth:nth-of-type(4n+1){clear:both}.hoot-cf7-style .wpcf7-form .one-third{width:28%;float:left}.hoot-cf7-style .wpcf7-form .one-third:nth-of-type(3n+1){clear:both}.hoot-cf7-style .wpcf7-form .one-half{width:45%;float:left}.hoot-cf7-style .wpcf7-form .one-half:nth-of-type(2n+1){clear:both}.hoot-cf7-style .wpcf7-form .full{width:94%;float:none;clear:both}.hoot-cf7-style .wpcf7-form .one-fourth input,.hoot-cf7-style .wpcf7-form .one-third input,.hoot-cf7-style .wpcf7-form .one-half input,.hoot-cf7-style .wpcf7-form .full input,.hoot-cf7-style .wpcf7-form .one-fourth textarea,.hoot-cf7-style .wpcf7-form .one-third textarea,.hoot-cf7-style .wpcf7-form .one-half textarea,.hoot-cf7-style .wpcf7-form .full textarea,.hoot-cf7-style .wpcf7-form .one-fourth select,.hoot-cf7-style .wpcf7-form .one-third select,.hoot-cf7-style .wpcf7-form .one-half select,.hoot-cf7-style .wpcf7-form .full select{width:100%}.hoot-cf7-style .wpcf7-form .one-fourth input[type="checkbox"],.hoot-cf7-style .wpcf7-form .one-third input[type="checkbox"],.hoot-cf7-style .wpcf7-form .one-half input[type="checkbox"],.hoot-cf7-style .wpcf7-form .full input[type="checkbox"],.hoot-cf7-style .wpcf7-form .one-fourth input[type="radio"],.hoot-cf7-style .wpcf7-form .one-third input[type="radio"],.hoot-cf7-style .wpcf7-form .one-half input[type="radio"],.hoot-cf7-style .wpcf7-form .full input[type="radio"]{width:auto}.hoot-cf7-style .wpcf7-form .submit{clear:both;float:none;width:100%}.hoot-cf7-style .wpcf7-form .submit:after{content:"";display:table;clear:both}.hoot-cf7-style .wpcf7-form .submit:after{content:"";display:table;clear:both}.hoot-cf7-style .wpcf7-form .submit input{width:auto}.hoot-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after{content:"";display:table;clear:both}.hoot-cf7-style .wpcf7-form .wpcf7-form-control-wrap:after{content:"";display:table;clear:both}.hoot-cf7-style div.wpcf7-validation-errors,.hoot-cf7-style div.wpcf7-mail-sent-ng,.hoot-cf7-style div.wpcf7-mail-sent-ok{margin:-0.6875em 0 1em;border:0}.hoot-cf7-style div.wpcf7-validation-errors{background:#fae9bf;color:#807000}.hoot-cf7-style div.wpcf7-mail-sent-ng{background:#faece8;color:#af2c20}.hoot-cf7-style div.wpcf7-mail-sent-ok{background:#eefae8;color:#769754}@media only screen and (max-width:969px){.hoot-cf7-style .wpcf7-form p,.hoot-cf7-style .wpcf7-form p.full{width:100%;float:none;margin-right:0}}.hoot-mapp-style .mapp-layout{border:0;max-width:100%;margin:0}.hoot-mapp-style .mapp-map-links{border:0}.hoot-mapp-style .mapp-links a:first-child:after{content:" /"}.woocommerce ul.products,.woocommerce-page ul.products,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce .woocommerce-result-count{margin-top:.5em}.woocommerce.archive ul.products,.woocommerce-page.archive ul.products{margin:1em 0 0 0}.woocommerce.archive ul.products li.product,.woocommerce-page.archive ul.products li.product{margin:0 3.8% 2.992em 0;padding-top:0}.woocommerce.archive ul.products li.last,.woocommerce-page.archive ul.products li.last{margin-right:0}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 2px}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:0;color:inherit}.woocommerce.singular .product .product_title{display:none}.product_meta>span{display:block}.woocommerce #reviews #comments ol.commentlist li .comment-text{border-radius:0}.upsells.products,.related.products{clear:both}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:rgba(0,0,0,0.33)}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-color:rgba(0,0,0,0.33);background:0;margin:0;border-radius:0;border-bottom:0}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#222}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:none}.woocommerce div.product .woocommerce-tabs .panel{padding-bottom:1em}.woocommerce-tabs h1,.woocommerce-tabs h2,.woocommerce-tabs h3,.woocommerce-tabs h4,.woocommerce-tabs h5,.woocommerce-tabs h6{font-size:1.25em}.single-product .upsells.products>h2,.single-product .related.products>h2,.singular-page.woocommerce-cart .cross-sells>h2,.singular-page.woocommerce-cart .cart_totals>h2{font-size:1.25em}.woocommerce-account .entry-content,.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content{border-bottom:0}.woocommerce-account #comments-template,.woocommerce-cart #comments-template,.woocommerce-checkout #comments-template{display:none}.woocommerce-account .sharedaddy,.woocommerce-cart .sharedaddy,.woocommerce-checkout .sharedaddy{display:none}.select2-container *:focus{outline:thin dotted}.woocommerce table.shop_table,.woocommerce .woocommerce-customer-details address,.select2-container--default .select2-selection--single{border-radius:0}.flex-viewport figure{max-width:none}.price del,.woocommerce-grouped-product-list-item__price del{opacity:.6;filter:alpha(opacity=60)}.price ins,.woocommerce-grouped-product-list-item__price ins{text-decoration:none}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child,.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{margin:0}.wc-block-components-button[disabled]{opacity:.5}body.wordpress .wc-block-components-button{-webkit-transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;-moz-transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;-o-transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s;transition:color .2s ease-in,background-color .2s linear,box-shadow linear .2s}.wc-block-components-button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#000;color:#fff;text-decoration:none}.wc-block-components-button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:#000;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled],.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background:#ddd;color:#666;border:solid 1px #aaa}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0}#payment.woocommerce-checkout-payment iframe{margin:0}@media only screen and (max-width:768px){.woocommerce.archive.plural ul.products:not(.elementor-grid) li.product,.woocommerce-page.archive.plural ul.products:not(.elementor-grid) li.product{width:48%;margin:0 0 2.992em}}@media only screen and (max-width:500px){.woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .woocommerce-info,.woocommerce-notices-wrapper .woocommerce-message{text-align:center}.woocommerce-notices-wrapper .woocommerce-error a,.woocommerce-notices-wrapper .woocommerce-info a,.woocommerce-notices-wrapper .woocommerce-message a{display:block;float:none}}li a.empty-wpmenucart-visible span.amount{display:none !important}.infinite-scroll .hoot-jetpack-style .pagination.loop-pagination,.infinite-scroll .hoot-jetpack-style .pagination.navigation{display:none}.hoot-jetpack-style #infinite-handle{clear:both}.hoot-jetpack-style #infinite-handle span{padding:6px 23px 8px;font-size:.8em;line-height:1.8em;border:solid 1px rgba(0,0,0,0.15);-webkit-box-shadow:inset 0 -2px 0 0 rgba(0,0,0,0.33);-moz-box-shadow:inset 0 -2px 0 0 rgba(0,0,0,0.33);box-shadow:inset 0 -2px 0 0 rgba(0,0,0,0.33)}.hoot-jetpack-style #infinite-handle span button{text-transform:uppercase}.infinite-scroll.woocommerce #infinite-handle{display:none !important}.infinite-scroll .woocommerce-pagination{display:block}.hoot-jetpack-style .entry-content .sharedaddy{border-top:solid 1px rgba(0,0,0,0.33)}.hoot-jetpack-style .entry-content .sharedaddy>div{margin-top:1.625em}.hoot-jetpack-style div.product .sharedaddy>div{margin-top:1.625em}.hoot-jetpack-style .frontpage-area .entry-content .sharedaddy{display:none}.hoot-jetpack-style .sharedaddy .sd-title{font-family:inherit;text-transform:uppercase;opacity:.7;filter:alpha(opacity=70);margin-bottom:0}.hoot-jetpack-style .sharedaddy .sd-title:before{display:none}.hoot-jetpack-style .sd-content ul li{display:inline-block}.hoot-jetpack-style .sd-content ul li iframe{margin:0}.content-block-text .sharedaddy{display:none}.hoot-jetpack-style .contact-form.commentsblock label{font-weight:normal}.hoot-jetpack-style .contact-form.commentsblock .grunion-field-label{text-transform:uppercase;font-weight:bold}.hoot-jetpack-style .contact-form.commentsblock .grunion-field-label span{color:#af2c20}.hoot-jetpack-style .contact-form.commentsblock .grunion-checkbox-multiple-label{display:inline-block}.hoot-jetpack-style .contact-form.commentsblock .grunion-checkbox-multiple-label+.clear-form{display:inline-block}.hoot-jetpack-style .contact-form.commentsblock .grunion-radio-label{display:inline-block}.hoot-jetpack-style .contact-form.commentsblock .grunion-radio-label+.clear-form{display:inline-block}.hoot-jetpack-style .contact-form.commentsblock p.contact-submit{clear:both;float:none;width:100%;margin:0}.hoot-jetpack-style .contact-form.commentsblock p.contact-submit:after{content:"";display:table;clear:both}.hoot-jetpack-style .contact-form.commentsblock p.contact-submit:after{content:"";display:table;clear:both}.hoot-jetpack-style .contact-form.commentsblock p.contact-submit input{width:auto}@media only screen and (max-width:969px){.hoot-jetpack-style .contact-form.commentsblock>div,.hoot-jetpack-style .contact-form.commentsblock>div:last-of-type{width:100%;float:none;margin-right:0}}.so-panel.widget{margin-top:0}.elementor p,.elementor h1,.elementor h2,.elementor h3,.elementor h4,.elementor h5,.elementor h6,.elementor .title{margin-top:0}.elementor-page #main>#loop-meta .loop-meta,.elementor-page #content #loop-meta{display:var(--page-title-display)}.elementor-page .main>#loop-meta.loop-meta-staticbg,.elementor-page .main>#loop-meta.loop-meta-parallax{border-top:solid 1px rgba(255,255,255,0)}.widget_mailpoet_form{padding:25px;background:rgba(0,0,0,0.14)}.widget_mailpoet_form .widget-title{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;text-align:center}.widget_mailpoet_form .widget-title span{background:none !important;color:inherit !important}.widget_mailpoet_form .widget-title span:after{border:0}.widget_mailpoet_form .mailpoet_form{margin:0}.widget_mailpoet_form .mailpoet_paragraph{margin:10px 0}.widget_mailpoet_form .mailpoet_text{width:100% !important}.widget_mailpoet_form .mailpoet_submit{margin:0 auto;display:block}.widget_mailpoet_form .mailpoet_message p{margin-bottom:0}.widget_newsletterwidget,.widget_newsletterwidgetminimal{padding:25px;background:#000;color:#fff;text-align:center}.widget_newsletterwidget:before,.widget_newsletterwidgetminimal:before{content:'';position:absolute;top:5px;bottom:5px;left:5px;right:5px;border:solid 1px;z-index:2}.widget_newsletterwidget *,.widget_newsletterwidgetminimal *{position:relative;z-index:5}.widget_newsletterwidget .widget-title,.widget_newsletterwidgetminimal .widget-title{color:inherit;font-family:Georgia,"Times New Roman",Times,serif;font-style:italic}.widget_newsletterwidget .widget-title span:after,.widget_newsletterwidgetminimal .widget-title span:after{border:0}.widget_newsletterwidget label,.widget_newsletterwidgetminimal label{font-weight:normal;margin:0 0 3px 2px}.widget_newsletterwidget input.tnp-submit[type=submit],.widget_newsletterwidgetminimal input.tnp-submit[type=submit]{margin:0 auto;background:rgba(255,255,255,0.25);color:inherit;border:solid 1px}.widget_newsletterwidget input.tnp-submit[type=submit]:hover,.widget_newsletterwidgetminimal input.tnp-submit[type=submit]:hover{background:rgba(0,0,0,0.4);color:inherit}.widget_newsletterwidget input[type=text],.widget_newsletterwidgetminimal input[type=text],.widget_newsletterwidget input[type=email],.widget_newsletterwidgetminimal input[type=email],.widget_newsletterwidget select,.widget_newsletterwidgetminimal select,.widget_newsletterwidget input[type=text]:focus,.widget_newsletterwidgetminimal input[type=text]:focus,.widget_newsletterwidget input[type=email]:focus,.widget_newsletterwidgetminimal input[type=email]:focus,.widget_newsletterwidget select:focus,.widget_newsletterwidgetminimal select:focus{background:rgba(255,255,255,0.2);border:solid 1px rgba(0,0,0,0.8);color:inherit}.widget_newsletterwidget input[type="checkbox"],.widget_newsletterwidgetminimal input[type="checkbox"]{position:relative;top:2px}.widget_newsletterwidget form,.widget_newsletterwidgetminimal form{margin-bottom:0}.tnp-widget{text-align:left;margin-top:10px}.tnp-widget-minimal{margin:10px 0}.tnp-widget-minimal input.tnp-email{margin-bottom:10px}.tnp-widget-minimal input.tnp-submit{border:1px solid;border-color:inherit}.woo-login-popup-sc-left{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lrm-user-modal-container .lrm-switcher a{color:#555;background:rgba(0,0,0,0.2)}.lrm-form a.button,.lrm-form button,.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form input[type=submit]{background:#000;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 4px 0 0 rgba(0,0,0,0.33);-moz-box-shadow:inset 0 4px 0 0 rgba(0,0,0,0.33);box-shadow:inset 0 4px 0 0 rgba(0,0,0,0.33)}.lrm-form a.button:hover,.lrm-form button:hover,.lrm-form button[type=submit]:hover,.lrm-form #buddypress input[type=submit]:hover,.lrm-form input[type=submit]:hover{-webkit-box-shadow:inset 0 4px 0 0 rgba(0,0,0,0.33);-moz-box-shadow:inset 0 4px 0 0 rgba(0,0,0,0.33);box-shadow:inset 0 4px 0 0 rgba(0,0,0,0.33)}.lrm-font-svg .lrm-form .hide-password,.lrm-font-svg .lrm-form .lrm-ficon-eye{padding-top:10px;padding-bottom:10px}.lrm-col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widget_breadcrumb_navxt{line-height:1.625em}.widget_breadcrumb_navxt .widget-title{margin-right:5px}.widget_breadcrumb_navxt .widget-title,.widget_breadcrumb_navxt .breadcrumbs{display:inline-block}.widget_breadcrumb_navxt .breadcrumbs>span{margin:0 .5em;padding:.5em 0;display:inline-block}.widget_breadcrumb_navxt .breadcrumbs>span:first-child{margin-left:0}.widget_breadcrumb_navxt .breadcrumbs>span:last-child{margin-right:0}.widget_breadcrumb_navxt .breadcrumbs>.hoot-bcn-pretext{margin-right:1.1em;padding-left:.75em;padding-right:.3em;background:#000;color:#fff;position:relative}.widget_breadcrumb_navxt .breadcrumbs>.hoot-bcn-pretext:after{content:'';display:block;position:absolute;top:0;width:0;height:0;border-top:1.3125em solid transparent;border-bottom:1.3125em solid transparent;border-left:1.1em solid #000;right:-1.1em}#buddypress.alignwide{margin-left:0;margin-right:0}.pll-parent-menu-item img{vertical-align:unset}.mega-menu-hoot-secondary-menu .menu-secondary>.menu-toggle{display:none}body.wp-megamenu #branding{display:table-cell}@media only screen and (max-width:969px){body.wp-megamenu #branding{display:block}}div#submit.forminator-field{background:0;color:inherit;padding:0;margin:0;border:0;box-shadow:none}#main .entry-the-content .tribe-events-l-container{padding:0}.tribe-common li,.tribe-common ol,.tribe-common ul,.tribe-theme-genesis .tribe-common ol,.tribe-theme-genesis .tribe-common ul{margin:0;padding:0}.tribe-common ol>li,.tribe-common ul>li{list-style-type:none}.sub-footer{background:#000;color:#fff;position:relative;border-top:solid 1px rgba(0,0,0,0.33);line-height:1.625em;text-align:center}.sub-footer h1,.sub-footer h2,.sub-footer h3,.sub-footer h4,.sub-footer h5,.sub-footer h6,.sub-footer .title{color:inherit}.sub-footer a:not(input):not(.button),.sub-footer .more-link,.sub-footer .content-block-icon i{color:inherit}.sub-footer a:hover:not(input):not(.button){text-decoration:underline}.sub-footer .more-link a:hover{text-decoration:none !important}.sub-footer .icon-style-circle,.sub-footer .icon-style-square{border-color:inherit}.sub-footer:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(255,255,255,0.2)}.sub-footer .widget{margin:1.625em 0}.footer{background:#000;color:#fff;border-top:solid 4px rgba(0,0,0,0.14);padding:10px 0 5px;line-height:1.625em}.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer .title{color:inherit}.footer a:not(input):not(.button),.footer .more-link,.footer .more-link:hover,.footer .content-block-icon i{color:inherit}.footer a:hover:not(input):not(.button){text-decoration:underline}.footer .more-link a:hover{text-decoration:none !important}.footer .icon-style-circle,.footer .icon-style-square{border-color:inherit}.footer a:not(input):not(.button){color:inherit}.footer a:hover:not(input):not(.button){text-decoration:underline}.footer p{margin:1em 0}.footer .footer-column{min-height:1em}.footer .hgrid-span-12.footer-column{text-align:center}.footer .widget{margin:30px 0}.sub-footer .widget-title,.footer .widget-title{font-size:inherit;font-family:inherit;font-weight:normal;text-transform:uppercase;text-align:center;padding:4px 7px;background:#000;color:#fff;background:rgba(255,255,255,0.2)}.post-footer{border-top:solid 1px rgba(0,0,0,0.33);text-align:center;padding:.6875em 0;font-style:italic;font-family:Georgia,"Times New Roman",Times,serif;color:#888}.post-footer a{color:inherit}@media only screen and (max-width:969px){.footer-column+.footer-column .widget:first-child{margin-top:0}}.sub-footer:before{display:none}.site-header .hoot-megamenu-icon{margin-right:2px;line-height:10px}.menu-items>li.current-menu-item:not(.nohighlight)>a .hoot-megamenu-icon,.menu-items>li.current-menu-ancestor>a .hoot-megamenu-icon,.menu-items>li:hover>a .hoot-megamenu-icon{color:inherit}.site-header .sub-menu .hoot-megamenu-icon{color:inherit}.menu-items>li>a .hoot-megamenu-icon{min-width:1em}.menu-items .sub-menu .hoot-megamenu-icon{width:1em}@media only screen and (max-width:969px){.site-header li .hoot-megamenu-icon{color:inherit}}.fixed-goto-top{position:fixed;z-index:2;bottom:55px;right:65px;width:40px;height:40px;line-height:40px;text-align:center;background:#aaa;background:rgba(0,0,0,0.2);color:#fff}.fixed-goto-top:hover{background:#aaa;color:#fff}.waypoints-goto-top{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.waypoints-goto-top.topshow{opacity:1;filter:alpha(opacity=100)}@media only screen and (max-width:969px){.fixed-goto-top{display:none}}@keyframes hootstickyheader{0%{transform:translate(0,-100%)}100%{transform:translate(0,0)}}@media only screen and (min-width:970px){.site-stretch #header.stuck{width:100%}.site-boxed #header.stuck{width:1380px;max-width:100%}.site-boxed #header.stuck #site-logo.with-background{margin:15px 0}#header.stuck{position:fixed;top:0;z-index:1010;animation-name:hootstickyheader;animation-duration:1s}#header.stuck #site-logo{margin:5px 0}#header.stuck #site-logo.with-background{padding:5px}#header.stuck #site-logo-text{margin:0}#header.stuck #site-logo #site-title{font-size:35px}#header.stuck .site-logo-with-icon #site-title i{font-size:32px}#header.stuck #site-description{display:none;font-size:13px}#header.stuck .site-logo-with-image .site-logo-mixed-image{padding-right:5px}#header.stuck #site-logo-text,#header.stuck #site-logo-custom,#header.stuck #site-title,#header.stuck #site-description,#header.stuck #site-title a,#header.stuck #site-title i{-webkit-transition:margin .2s linear,font-size .2s linear,line-height .2s linear,padding .2s linear;-moz-transition:margin .2s linear,font-size .2s linear,line-height .2s linear,padding .2s linear;-o-transition:margin .2s linear,font-size .2s linear,line-height .2s linear,padding .2s linear;transition:margin .2s linear,font-size .2s linear,line-height .2s linear,padding .2s linear}#header.stuck .branding img{max-height:75px;width:auto;-webkit-transition:max-height .2s linear;-moz-transition:max-height .2s linear;-o-transition:max-height .2s linear;transition:max-height .2s linear}#header.stuck .menu-items{line-height:1.666em}#header.stuck.tablemenu #menu-primary-items>li{display:inline-block;float:left}#header.stuck .menu-items>li>a{padding-top:5px;padding-bottom:5px}#header.stuck .menu-items>li>a>.menu-title{line-height:inherit}#header.stuck .menu-description{display:none}#header.stuck .sub-menu .menu-description{display:block}}@media(max-width:969px){.sticky-wrapper{height:auto !important}}.lSSlideOuter{position:relative}.lightSlider{height:0;overflow:hidden;-webkit-transition:height .8s linear;-moz-transition:height .8s linear;-o-transition:height .8s linear;transition:height .8s linear}.lightSlider .style-light{color:#fff}.lightSlider .style-light .hootkitslide-head,.lightSlider .style-light .hootkitslide-text{padding:0}.lightSlider .style-light h1,.lightSlider .style-light h2,.lightSlider .style-light h3,.lightSlider .style-light h4,.lightSlider .style-light h5,.lightSlider .style-light h6,.lightSlider .style-light a{color:inherit}.lightSlider .style-dark{color:#777}.lightSlider .style-dark .hootkitslide-head,.lightSlider .style-dark .hootkitslide-text{padding:0}.lightSlider .style-dark h1,.lightSlider .style-dark h2,.lightSlider .style-dark h3,.lightSlider .style-dark h4,.lightSlider .style-dark h5,.lightSlider .style-dark h6{color:#444}.lightSlider .style-light-on-dark .hootkitslide-text{color:#fff;background:rgba(0,0,0,0.6)}.lightSlider .style-light-on-dark .hootkitslide-text h1,.lightSlider .style-light-on-dark .hootkitslide-text h2,.lightSlider .style-light-on-dark .hootkitslide-text h3,.lightSlider .style-light-on-dark .hootkitslide-text h4,.lightSlider .style-light-on-dark .hootkitslide-text h5,.lightSlider .style-light-on-dark .hootkitslide-text h6,.lightSlider .style-light-on-dark .hootkitslide-text a{color:inherit}.lightSlider .wrap-light-on-dark a.hootkitslide-button{color:#fff;background:rgba(0,0,0,0.6)}.lightSlider .wrap-light-on-dark a.hootkitslide-button:hover{color:#fff;background:#000}.lightSlider .style-dark-on-light .hootkitslide-text{color:#777;background:rgba(255,255,255,0.7)}.lightSlider .style-dark-on-light .hootkitslide-text h1,.lightSlider .style-dark-on-light .hootkitslide-text h2,.lightSlider .style-dark-on-light .hootkitslide-text h3,.lightSlider .style-dark-on-light .hootkitslide-text h4,.lightSlider .style-dark-on-light .hootkitslide-text h5,.lightSlider .style-dark-on-light .hootkitslide-text h6{color:#444}.lightSlider .wrap-dark-on-light a.hootkitslide-button{color:#777;background:rgba(255,255,255,0.7)}.lightSlider .wrap-dark-on-light a.hootkitslide-button:hover{color:#777;background:#fff}.lightSlider .wrap-light-on-dark .hootkitslide-head,.lightSlider .wrap-dark-on-light .hootkitslide-head{color:#fff;background:#000}.lightSlider .wrap-light-on-dark .hootkitslide-button,.lightSlider .wrap-dark-on-light .hootkitslide-button{margin-top:2px;padding:2px 15px;display:block}.lightSlider li.lightSlide{padding:0;margin:0}ul.lightSlider,#page-wrapper ul.lightSlider{margin:0;list-style:none}.lSAction>a{background-image:none;opacity:1;filter:alpha(opacity=100);z-index:998;top:0;bottom:0;height:auto;margin:0;display:none}.lSAction>a:after{font-family:'Font Awesome 5 Free';font-weight:900;font-style:normal;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;vertical-align:middle;position:absolute;top:45%;color:#444;font-size:40px}.lSAction>.lSPrev{left:0}.lSAction>.lSPrev:after{content:"\f104";left:6px}.lSAction>.lSNext{right:0}.lSAction>.lSNext:after{content:"\f105";right:6px}.lSAction>a:hover{background-color:rgba(255,255,255,0.5)}div.lSAction>a.lSNext,div.lSAction>a.lSPrev,div.lSAction>a.lSNext:hover,div.lSAction>a.lSPrev:hover{text-decoration:none}.lSSlideWrapper:hover .lSAction>a{display:block}.lSPager{position:absolute;left:0;right:0;bottom:10px}.lSPager,.lSPager li,.lSPager a{line-height:10px}.lSSlideOuter ul.lSPager.lSpg{margin-top:0 !important;list-style:none outside none}.lSSlideOuter ul.lSPager.lSpg>li{padding:2px 5px}.lSSlideOuter ul.lSPager.lSpg>li a{width:23px;height:8px;border:solid 1px;background:0}.lSSlideOuter ul.lSPager.lSpg>li:hover a,.lSSlideOuter ul.lSPager.lSpg>li.active a{background-color:#000}.hidearrows .lSSlideOuter .lSAction{display:none !important}.hidebullets .lSSlideOuter .lSPager{display:none !important}@media only screen and (max-width:969px){.lightSlider .style-light{background:rgba(0,0,0,0.6);padding:10px 15px}.lightSlider .style-dark{background:rgba(255,255,255,0.7);padding:10px 15px}.lSPager{position:static}.lSSlideOuter ul.lSPager.lSpg>li{padding:10px 10px 0 10px}.lSSlideOuter ul.lSPager.lSpg>li a{width:30px;height:15px}}.hootkitslider-widget{margin:0 auto}.hootkitslide{cursor:-webkit-grab;cursor:-moz-grabbing;cursor:grab;position:relative}.hootkitslide img{width:100%}.hootkitslide-content{position:absolute;bottom:10%;left:0;margin:0 50px;max-width:480px}.hootkitslide-caption h1,.hootkitslide-caption h2,.hootkitslide-caption h3,.hootkitslide-caption h4,.hootkitslide-caption h5,.hootkitslide-caption h6{font-size:1.25em;margin:2px 0}.hootkitslide-caption h1,.hootkitslide-caption h2,.hootkitslide-caption h3,.hootkitslide-caption h4,.hootkitslide-caption h5,.hootkitslide-caption h6,.hootkitslide-caption p,.hootkitslide-caption a,.hootkitslide-caption div,.hootkitslide-caption span{color:inherit}.hootkitslide-caption a{display:block}.hootkitslide-caption p{margin:2px 0}.hootkitslide-head,.hootkitslide-text{padding:7px 15px}.hootkitslide-button{margin-top:15px}.hootkitslide-button:before{display:none}@media only screen and (min-width:970px){li.hootkitslide{overflow:hidden}.hootkitslide-content{-webkit-transition:left .5s ease-in;-moz-transition:left .5s ease-in;-o-transition:left .5s ease-in;transition:left .5s ease-in;left:-800px}.lslide.active .hootkitslide-content{left:0}}.hootkitcarousel-widget{margin:0 auto}.hootkitcarousel-widget .lightSlider.fixedheight{height:auto !important}.hootkitcarousel-widget .lSPager{position:static}.hootkitcarousel{cursor:-webkit-grab;cursor:-moz-grabbing;cursor:grab}.hootkitcarousel-slide{margin:0 8px}.singleSlideView .hootkitcarousel-slide{margin:0}.hootkitcarousel-imgbox{text-align:center}.hootkitcarousel-imgbox+.hootkitcarousel-content{padding-top:1em}.hootkitcarousel-content{padding:5px 10px 10px;text-align:center}.hootkitcarousel-content h1,.hootkitcarousel-content h2,.hootkitcarousel-content h3,.hootkitcarousel-content h4,.hootkitcarousel-content h5,.hootkitcarousel-content h6{font-size:1.125em;margin:.34375em 0}.hootkitcarousel-content p{margin:.34375em 0}.hootkitcarousel-content p:last-child{margin-bottom:0}.hootkitcarousel-content .hootkitcarousel-title{margin:0}.hootkitcarousel-title{margin-top:0}.hootkitcarousel-title a{color:inherit;display:block}.hootkitcarousel-subtitle .entry-byline{margin:3px 0 0 0}.hootkitcarousel-subtitle+.hootkitcarousel-text{margin-top:2px}.hootkitcarousel-link{display:block}.verticalcarousel-widget{margin:0 auto}.verticalcarousel-style1 .verticalcarousel{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:flex-start}.verticalcarousel-style1 .verticalcarousel-img{flex-shrink:0;margin-right:20px}.verticalcarousel-style2 .verticalcarousel-content{position:absolute;bottom:10px;left:10px;right:10px;color:#fff}.verticalcarousel-style2 .verticalcarousel-title{color:inherit;font-style:normal;text-transform:uppercase;font-weight:normal;margin:0}.verticalcarousel-style2 .verticalcarousel-title a,.verticalcarousel-style2 .verticalcarousel-title a:hover{color:inherit}.verticalcarousel-style2 .verticalcarousel-content .verticalcarousel-title{font-size:1em}.verticalcarousel-style2 .verticalcarousel-subtitle .entry-byline{padding:0;margin:0;font-size:1em;text-transform:none;color:inherit}.verticalcarousel{position:relative;overflow:hidden}.verticalcarousel-img{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,0.1)}.verticalcarousel-gradient{background:-moz-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#38000000',GradientType=0)}.verticalcarousel-img>div,.verticalcarousel-imglink{position:absolute;left:0;right:0;bottom:0;top:0}.verticalcarousel-content .verticalcarousel-title{font-size:inherit}.verticalcarousel-title{margin:0}.verticalcarousel-title a{color:inherit}.verticalcarousel-subtitle .entry-byline{padding:0;font-size:1em}.lightSliderVertical .lSAction{position:relative}.lightSliderVertical .widget-title-wrap .lSAction{text-align:right;margin-left:3px}.lightSliderVertical .widget-title-wrap .lSAction>a{position:relative;display:inline-block;left:0;right:0;text-align:left;float:left}.lightSliderVertical .widget-title-wrap .lSAction>.lSPrev{margin-right:2px}.lightSliderVertical .lSAction>a{display:block;width:25px;height:23px;background:#f0f0f0;color:#444}.lightSliderVertical .lSAction>a:hover{background:#e0e0e0;color:#000}.lightSliderVertical .lSAction>a:after{font-size:20px;line-height:23px;left:auto;right:auto;top:auto;width:25px;text-align:center}.lightSliderVertical .lSAction>.lSPrev{left:auto;right:27px}.lightSliderVertical .lSAction>.lSPrev:after{content:"\f106"}.lightSliderVertical .lSAction>.lSNext:after{content:"\f107";top:1px}@media only screen and (max-width:969px){.hootkitslide-content{position:relative;margin:0;max-width:none}.hootkitslide-caption{text-align:center}.hootkitslide-caption h1,.hootkitslide-caption h2,.hootkitslide-caption h3,.hootkitslide-caption h4,.hootkitslide-caption h5,.hootkitslide-caption h6{margin:0}.hootkitslide-caption p{margin:0}.hootkitslide-button.button{display:block;margin:0;text-align:center}}.widget .viewall{text-align:right;text-transform:uppercase;font-size:.75em;line-height:1.333333em}.widget .viewall a{padding:3px 5px;color:#888;background:#fff}.widget .viewall a:hover{color:#000;background:#fff}.widget .viewall-bottom{margin-top:5px}.widget .viewall-top{margin-bottom:5px}.widget .widget-title-wrap{margin:25px 0 15px;margin-top:0;-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;justify-content:flex-end;align-items:center}.widget .widget-title-wrap .widget-title{flex-grow:1;margin:0}.widget .widget-title-wrap .viewall-top{flex-shrink:0;margin:0 0 0 3px}.widget .view-all{text-align:right;text-transform:uppercase;font-size:.75em;line-height:1.333333em}.widget .view-all a{padding:3px 5px;color:#888}.widget .view-all a:hover{color:#000}.widget .view-all-bottom{margin-top:5px}.widget .view-all-top{margin-bottom:5px}.widget .view-all-top.view-all-withtitle{position:absolute;top:.75em;right:0;margin-bottom:0}.sidebar .view-all-top.view-all-withtitle a,.sub-footer .view-all-top.view-all-withtitle a,.footer .view-all-top.view-all-withtitle a,.sidebar .view-all-top.view-all-withtitle a:hover,.sub-footer .view-all-top.view-all-withtitle a:hover,.footer .view-all-top.view-all-withtitle a:hover{color:#fff}.topborder-line:before{content:"\00a0";display:block;font:0/0 a;border-top:solid 1px rgba(0,0,0,0.33);margin-bottom:45px}.bottomborder-line:after{content:"\00a0";display:block;font:0/0 a;border-bottom:solid 1px rgba(0,0,0,0.33);margin-top:45px}.topborder-shadow:before{content:"\00a0";display:block;font:0/0 a;height:2px;border:solid 1px rgba(0,0,0,0.33);border-left:0;border-right:0;margin-bottom:45px}.bottomborder-shadow:after{content:"\00a0";display:block;font:0/0 a;height:2px;border:solid 1px rgba(0,0,0,0.33);border-left:0;border-right:0;margin-top:45px}.site-stretch .frontpage-area>.hgrid>.hgrid-span-12 .topborder-line:before,.site-stretch .sub-footer>.hgrid>.hgrid-span-12 .topborder-line:before,.site-stretch .frontpage-area>.hgrid>.hgrid-span-12 .bottomborder-line:after,.site-stretch .sub-footer>.hgrid>.hgrid-span-12 .bottomborder-line:after,.site-stretch .frontpage-area>.hgrid>.hgrid-span-12 .topborder-shadow:before,.site-stretch .sub-footer>.hgrid>.hgrid-span-12 .topborder-shadow:before,.site-stretch .frontpage-area>.hgrid>.hgrid-span-12 .bottomborder-shadow:after,.site-stretch .sub-footer>.hgrid>.hgrid-span-12 .bottomborder-shadow:after{margin-left:-1999px;margin-right:-1999px}.cta-left{text-align:left}.cta-right{text-align:right}.cta-center{text-align:center}.cta-background{padding:25px 35px}.cta-background .cta-textlink{color:inherit}.cta-widget.cta-light-on-dark{color:#fff;background:rgba(0,0,0,0.6);border-color:rgba(0,0,0,0.6);position:relative}.cta-widget.cta-light-on-dark:before{content:'';position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px;border:solid 8px;border-color:inherit;z-index:-1}.cta-widget.cta-light-on-dark .cta-content h1,.cta-widget.cta-light-on-dark .cta-content h2,.cta-widget.cta-light-on-dark .cta-content h3,.cta-widget.cta-light-on-dark .cta-content h4,.cta-widget.cta-light-on-dark .cta-content h5,.cta-widget.cta-light-on-dark .cta-content h6,.cta-widget.cta-light-on-dark .cta-content a,.cta-widget.cta-light-on-dark .cta-content .cta-subtitle{color:inherit}.cta-widget.cta-light-on-dark .cta-textlink a,.cta-widget.cta-light-on-dark .cta-textlink a:hover{color:inherit}.cta-widget.cta-dark-on-light{color:#444;background:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.7);position:relative}.cta-widget.cta-dark-on-light:before{content:'';position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px;border:solid 8px;border-color:inherit;z-index:-1}.cta-widget.cta-dark-on-light .cta-content h1,.cta-widget.cta-dark-on-light .cta-content h2,.cta-widget.cta-dark-on-light .cta-content h3,.cta-widget.cta-dark-on-light .cta-content h4,.cta-widget.cta-dark-on-light .cta-content h5,.cta-widget.cta-dark-on-light .cta-content h6,.cta-widget.cta-dark-on-light .cta-content a,.cta-widget.cta-dark-on-light .cta-content .cta-subtitle{color:inherit}.cta-widget.cta-dark-on-light .cta-textlink a,.cta-widget.cta-dark-on-light .cta-textlink a:hover{color:inherit}.cta-style1.cta-background.cta-center{max-width:620px;margin:0 auto;padding-left:20px;padding-right:20px}.cta-style1 .cta-buttonlink{margin:1em 0 0}.cta-style1 .cta-textlink.more-link{margin-bottom:0}.cta-style2{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center}.cta-style2 .cta-content{padding-right:30px}.cta-style2 .cta-link{flex-shrink:0;border:0;margin:0}.cta-title-small .cta-headline{font-size:inherit}.cta-title-big .cta-headline{font-size:1.9375em}.cta-title-huge .cta-headline{font-size:2.3125em}.cta-headline{margin:0}.cta-subtitle{color:#000}.cta-description p{margin:.6875em 0}.cta-description p:last-child{margin-bottom:0}.cta-textlink.more-link{text-align:inherit}a.cta-button{font-size:.8125em;line-height:1.384615em;margin:0}.announce-widget{padding:5px;position:relative;vertical-align:middle}.announce-link{display:block;position:absolute;z-index:9;top:0;bottom:0;left:0;right:0}.announce-link:focus{outline:thin solid;outline-offset:-4px;color:inherit}.announce-withbg .announce-link{-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.5);-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.5);box-shadow:2px 2px 0 rgba(0,0,0,0.5)}.announce-link:hover{background:rgba(0,0,0,0.05)}.announce-link span{display:none}.announce-withbg{padding:8px 15px}.announce-box.table{table-layout:auto;width:auto}.announce-box-icon{width:1em;font-size:1.3333em;padding-right:8px;text-align:center}.announce-box-content{text-align:left}.announce-box-content .announce-headline{color:inherit;margin:0 0 2px 0}.announce-nomsg.announce-withbg{padding:5px}.announce-nomsg .announce-box-icon{padding-right:0}.sidebar-header-sidebar .announce-widget{display:inline-block}.topbar .announce-link{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.widget.widget_hootkit-icon{margin:1em;display:inline-block}.iconwidget-userstyle a:hover{color:inherit}.iconwidget-withbg{padding:5px}.iconwidget-link{display:inline-block;color:inherit}.iconwidget-link i{padding:5px}.widget_hootkit-ticker{max-width:100%}.ticker-widget{position:relative;overflow:hidden;-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.ticker-title,.ticker-msg-box{font-size:inherit;line-height:1.66666667em;padding:.5em 0}.ticker-title{position:relative;padding:.5em 1em;-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center}.ticker-title .ticker-icon{margin-right:.4em}.ticker-title:not(.accent-typo):not(.invert-accent-typo){background:rgba(0,0,0,0.14)}.ticker-withbg .ticker-msg-box{padding-right:5px;padding-left:5px}.ticker-withbg .ticker-icon{margin-left:5px}.ticker-widget>.ticker-icon{align-self:center;font-size:1.3333em}.ticker-icon+.ticker-msg-box{padding-left:5px}.ticker-msg-box{max-width:100%;height:auto}.ticker-msgs{overflow:hidden}.ticker-msg{text-align:left;display:inline-block;margin:0 35px 0 0}.ticker-msg:last-child{margin:0}.ticker-msg a,.ticker-msg a:hover{color:inherit;text-decoration:underline}.ticker-msg{font-size:.9375em;line-height:1.4em}.topbar .ticker-msg,.menu-side-box .ticker-msg,.sidebar-header-sidebar .ticker-msg,.below-header .ticker-msg{font-size:inherit}.ticker-msgs{white-space:nowrap}.ticker-msg,.ticker-msg-inner,.ticker-content{white-space:nowrap}.ticker-style2 .ticker-msg{vertical-align:middle}.ticker-style2 .ticker-msg,.ticker-style2 .ticker-msg-inner,.ticker-style2 .ticker-content{white-space:normal}.ticker-style2 .ticker-msg-inner,.ticker-style2 .ticker-content{max-width:210px}@media only screen and (min-width:970px){.below-header-part .ticker-msg-box,.topbar-part .ticker-msg-box{max-width:1330px}.below-header-stretch .ticker-msg-box{max-width:100%}.header-aside .ticker-msg-box,.below-header-parts .ticker-msg-box,.topbar-parts .ticker-msg-box{max-width:600px}}.widget_hootkit-ticker-posts{max-width:100%}.widget_hootkit-ticker-posts .ticker-msg,.ticker-combined .ticker-msg{display:inline-flex;vertical-align:middle;align-items:center;margin-right:15px}.widget_hootkit-ticker-posts .ticker-msg a,.ticker-combined .ticker-msg a,.widget_hootkit-ticker-posts .ticker-msg a:hover,.ticker-combined .ticker-msg a:hover{text-decoration:none}.ticker-post-image,.ticker-img{width:45px;height:30px;margin-right:10px;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,0.1)}.ticker-post-image.noimge,.ticker-img.noimge{margin-right:0}.ticker-post-image .entry-featured-img-wrap,.ticker-img .entry-featured-img-wrap,.ticker-post-image a,.ticker-img a{position:absolute;top:0;bottom:0;left:0;right:0}.ticker-post-image a:focus,.ticker-img a:focus{outline-offset:-1px}.ticker-post-image img,.ticker-img img{display:none}.profile-widget{text-align:center}.profile-img-circle .profile-img-placeholder{width:250px;height:250px;-webkit-border-radius:125px;-moz-border-radius:125px;border-radius:125px}.profile-img-square .profile-img-placeholder{width:460px;height:270px}.profile-img-placeholder{display:inline-block;max-width:100%;background-size:cover}.profile-content h1,.profile-content h2,.profile-content h3,.profile-content h4,.profile-content h5,.profile-content h6{margin:10px 0 -5px}.profile-content p{margin-bottom:.6875em}.profile-textlink{text-align:inherit}.profile-link{display:inline-block}.coverimage-wrap{position:relative;background-size:cover;background-position:center center;overflow:hidden}.coverimage-wrap .style-light{color:#fff}.coverimage-wrap .style-light h1,.coverimage-wrap .style-light h2,.coverimage-wrap .style-light h3,.coverimage-wrap .style-light h4,.coverimage-wrap .style-light h5,.coverimage-wrap .style-light h6,.coverimage-wrap .style-light a{color:inherit}.coverimage-wrap .style-dark{color:#333}.coverimage-wrap .style-dark h1,.coverimage-wrap .style-dark h2,.coverimage-wrap .style-dark h3,.coverimage-wrap .style-dark h4,.coverimage-wrap .style-dark h5,.coverimage-wrap .style-dark h6{color:#444}.coverimage-wrap .style-light-on-dark{padding:1em;color:#fff;background:rgba(0,0,0,0.6)}.coverimage-wrap .style-light-on-dark h1,.coverimage-wrap .style-light-on-dark h2,.coverimage-wrap .style-light-on-dark h3,.coverimage-wrap .style-light-on-dark h4,.coverimage-wrap .style-light-on-dark h5,.coverimage-wrap .style-light-on-dark h6,.coverimage-wrap .style-light-on-dark a{color:inherit}.coverimage-wrap .style-dark-on-light{padding:1em;color:#333;background:rgba(255,255,255,0.7)}.coverimage-wrap .style-dark-on-light h1,.coverimage-wrap .style-dark-on-light h2,.coverimage-wrap .style-dark-on-light h3,.coverimage-wrap .style-dark-on-light h4,.coverimage-wrap .style-dark-on-light h5,.coverimage-wrap .style-dark-on-light h6{color:#444}.coverimage-wrap big{font-size:3em;line-height:1em}.coverimage-link{position:absolute;top:0;bottom:0;right:0;left:0;z-index:1}.coverimage-content{position:absolute;top:0;bottom:0;right:0;left:0;-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.coverimage-content.align-top-left{align-items:flex-start;justify-content:flex-start}.coverimage-content.align-top-center{align-items:flex-start;justify-content:center}.coverimage-content.align-top-right{align-items:flex-start;justify-content:flex-end}.coverimage-content.align-middle-left{align-items:center;justify-content:flex-start}.coverimage-content.align-middle-center{align-items:center;justify-content:center}.coverimage-content.align-middle-right{align-items:center;justify-content:flex-end}.coverimage-content.align-bottom-left{align-items:flex-end;justify-content:flex-start}.coverimage-content.align-bottom-center{align-items:flex-end;justify-content:center}.coverimage-content.align-bottom-right{align-items:flex-end;justify-content:flex-end}.coverimage-content-block{display:inline-block;position:relative;z-index:2}.align-top-left .coverimage-content-block,.align-middle-left .coverimage-content-block,.align-bottom-left .coverimage-content-block{text-align:left}.align-top-center .coverimage-content-block,.align-middle-center .coverimage-content-block,.align-bottom-center .coverimage-content-block{text-align:center}.align-top-right .coverimage-content-block,.align-middle-right .coverimage-content-block,.align-bottom-right .coverimage-content-block{text-align:right}.coverimage-title{margin:0;font-size:1.6em}.coverimage-subtitle.hoot-subtitle{color:inherit;font-size:inherit;margin:0 0 5px}.coverimage-text{line-height:1.42857143em}.coverimage-text p{margin:0}.coverimage-text p+p{margin-top:.5em}.coverimage-buttons{margin-top:.85714286em}.style-dark .coverimage-buttons,.style-light .coverimage-buttons{margin-bottom:5px}.coverimage-button{margin:0 .5em 0 0}.coverimage-button:last-child{margin-right:0}@media only screen and (max-width:969px){.announce-box.table{display:table}.announce-box .announce-box-icon,.announce-box .announce-box-content{display:table-cell}.ticker-msg-box{width:auto !important}#topbar .widget_hootkit-ticker,div.menu-side-box .widget_hootkit-ticker,div.below-header .widget_hootkit-ticker,#topbar .widget_hootkit-ticker-posts,div.menu-side-box .widget_hootkit-ticker-posts,div.below-header .widget_hootkit-ticker-posts{margin-left:0;margin-right:0;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ticker-style2 .ticker-msg,.ticker-style2 .ticker-msg-inner,.ticker-style2 .ticker-content{white-space:nowrap}.ticker-style2 .ticker-msg-inner,.ticker-style2 .ticker-content{max-width:none}.coverimage-wrap .style-dark,.coverimage-wrap .style-light{background:0;padding:0}}.content-block-row{margin:0 0 30px}.content-block-row:after{content:"";display:table;clear:both}.content-block-row:last-child{margin:0}.content-block-column .more-link{margin-top:0;margin-bottom:0}.content-block{padding-bottom:10px}.content-block-icon{width:60px;height:60px;max-width:100%;display:inline-block;text-align:center;font-size:28px;line-height:60px;-webkit-transition:color .3s ease-in,background-color .3s linear;-moz-transition:color .3s ease-in,background-color .3s linear;-o-transition:color .3s ease-in,background-color .3s linear;transition:color .3s ease-in,background-color .3s linear}.content-block-icon a,.content-block-icon a:hover{display:block}.content-block-icon i{color:#000}.content-block-icon.accent-typo i{color:inherit}.content-block .content-block-icon{border-width:1px 3px 3px 1px}.icon-style-none{line-height:1em;width:auto;height:auto}.icon-style-circle{-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;border:solid 1px #000}.icon-style-square{border:solid 1px #000}.content-block-icon.icon-custom-color i{color:inherit}.content-block-image{margin-bottom:5px}.content-block-content{padding-top:15px}.content-block-content.no-visual{padding-top:0}.content-block-content p{margin:0 0 10px}.content-block-title{margin:0 0 8px;font-size:1.125em}.content-block-title a{color:inherit;display:block}.content-block-subtitle{margin:-2px 0 15px;padding:2px 3px;background:rgba(0,0,0,0.05);text-transform:uppercase}.content-block-subtitle .entry-byline{margin:0;font-size:1em}.content-block-style1,.content-block-style2,.content-block-style3,.content-block-style5,.content-block-style6{text-align:center}.content-block-style1 .more-link{text-align:center}.content-block-style2.hasvisual .content-block{padding:20px 15px 8px;border:solid 1px rgba(0,0,0,0.14)}.content-block-style2.hasvisual .content-block .content-block-subtitle{margin-left:-15px;margin-right:-15px}.content-block-style2 .content-block-image{margin:-20px -15px 0 -15px}.content-block-style2 .more-link{text-align:center;margin-top:-1px}.content-block-style3 .content-block{padding:35px 0 10px;position:relative;border:solid 1px rgba(0,0,0,0.33);border-left:0;border-right:0}.content-block-style3.visual-image .content-block{border-top:0}.content-block-style3.hasvisual .content-block{margin-top:35px}.content-block-style3 .content-block-image{margin-top:-70px}.content-block-style3 .content-block-icon{border:0;background:#fff;width:70px;height:70px;font-size:26px;line-height:70px;position:absolute;top:-35px;left:50%;margin-left:-35px}.content-block-style3 .icon-style-square{-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.1)}.content-block-style3 .icon-style-circle{-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 1px rgba(0,0,0,0.2);box-shadow:0 2px 1px rgba(0,0,0,0.2);-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px}.content-block-style3 .more-link{text-align:center;margin-top:-1px}.content-block-style4 .content-block{text-align:left}.content-block-style4 .content-block-icon{font-size:20px;width:45px;height:45px;line-height:45px;float:left}.content-block-style4 .content-block-visual{margin-top:4px}.content-block-style4 .content-block-icon.icon-style-none{font-size:40px}.content-block-style4 .content-block-icon .far,.content-block-style4 .content-block-icon .fas,.content-block-style4 .content-block-icon .fab{left:0}.content-block-style4 .content-block-image{width:35%;float:left}.content-block-style4 .content-block-content{padding-top:0}.content-block-style4.visual-icon .more-link,.content-block-style4 .content-block-content-hasicon{margin-left:65px}.content-block-style4.visual-image .more-link,.content-block-style4 .content-block-content-hasimage{margin-left:40%}.content-block-style4.content-block-column .content-block-content .more-link{margin-left:0}.content-block-style4 .content-block-content.no-visual{margin-left:0}.content-block-style4 h4.content-block-title{margin:0 0 5px}.content-block-style4 .content-block-subtitle{margin:0 0 10px}.content-block-style5 .content-block-image,.content-block-style6 .content-block-image{margin-bottom:0;position:relative}.content-block-style5 .content-block-content,.content-block-style6 .content-block-content{padding:10px 10px;color:#fff;background:rgba(0,0,0,0.6)}.content-block-style5 .content-block-content h1,.content-block-style6 .content-block-content h1,.content-block-style5 .content-block-content h2,.content-block-style6 .content-block-content h2,.content-block-style5 .content-block-content h3,.content-block-style6 .content-block-content h3,.content-block-style5 .content-block-content h4,.content-block-style6 .content-block-content h4,.content-block-style5 .content-block-content h5,.content-block-style6 .content-block-content h5,.content-block-style5 .content-block-content h6,.content-block-style6 .content-block-content h6,.content-block-style5 .content-block-content a,.content-block-style6 .content-block-content a{color:inherit}.content-block-style5 .content-block-subtitle,.content-block-style6 .content-block-subtitle{margin-bottom:5px;background:rgba(0,0,0,0.15)}.content-block-style5 .more-link,.content-block-style6 .more-link,.content-block-style5 .more-link:hover,.content-block-style6 .more-link:hover,.content-block-style5 .more-link:hover a,.content-block-style6 .more-link:hover a{color:inherit}.content-block-style5 .more-link,.content-block-style6 .more-link{text-align:center;border:0;font-size:.8125em;line-height:1.384615em;letter-spacing:3px;opacity:.8;filter:alpha(opacity=80);-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.content-block-style5 .more-link a,.content-block-style6 .more-link a{width:100%}.content-block-style5 .more-link a,.content-block-style6 .more-link a{display:block;width:100%;padding:3px 0 10px}.content-block-style5 .more-link:hover,.content-block-style6 .more-link:hover{opacity:1;filter:alpha(opacity=100)}.content-block-style5 .more-link:after,.content-block-style6 .more-link:after{content:"\00a0";display:inline-block;vertical-align:top;font:0/0 a;border-bottom:solid 2px;width:90px;opacity:.7;filter:alpha(opacity=70)}@media only screen and (min-width:970px){.content-block-style5 .content-block,.content-block-style6 .content-block{position:relative;padding-bottom:0}.content-block-style5 .content-block-image:before,.content-block-style6 .content-block-image:before{content:'';position:absolute;top:4px;bottom:4px;right:4px;left:4px;border:solid 1px rgba(255,255,255,0.6);z-index:1}.content-block-style5 .content-block-image img,.content-block-style6 .content-block-image img{width:100%}.content-block-style5 .content-block-content,.content-block-style6 .content-block-content{position:absolute;top:5px;bottom:5px;left:5px;right:5px;overflow:hidden;z-index:5}.content-block-style5 .content-block-title,.content-block-style6 .content-block-title{font-family:inherit;font-size:inherit}.content-block-style5 .content-block-title,.content-block-style6 .content-block-title{margin:0}.content-block-style5 .content-block-subtitle,.content-block-style6 .content-block-subtitle{margin:5px 0 0}.content-block-style5 .content-block-text,.content-block-style6 .content-block-text{margin:8px 0 0;font-size:.875em;line-height:1.428571em}.content-block-style5 .content-block-content,.content-block-style6 .content-block-content{display:flex;flex-wrap:wrap;align-content:center}.content-block-style5 .content-block-content>*,.content-block-style6 .content-block-content>*{width:100%}.content-block-style5 .content-block-content{top:auto;-webkit-transition:top .3s ease-out;-moz-transition:top .3s ease-out;-o-transition:top .3s ease-out;transition:top .3s ease-out}.content-block-style5 .content-block-subtitle,.content-block-style5 .content-block-text,.content-block-style5 .more-link{display:none;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.content-block-style5:hover .content-block-content{top:5px !important}.content-block-style5:hover .content-block-subtitle,.content-block-style5:hover .content-block-text,.content-block-style5:hover .more-link{display:block;opacity:1;filter:alpha(opacity=100)}}@media only screen and (max-width:969px){div.content-block-row{margin:0}.content-block-column{margin-top:20px;padding-top:20px}.content-block-style2 .content-block-image{margin:0}.content-block-style3{margin-top:23px}.content-block-style5 .content-block,.content-block-style6 .content-block{max-width:460px;margin:0 auto}.content-block-row:first-child .content-block-column:first-child{padding-top:0}}.social-icons-widget{text-align:center}.social-icons-icon{display:inline-block;text-align:center;vertical-align:top;margin:4px;position:relative}.social-icons-icon i{position:relative;line-height:inherit;vertical-align:top}.content .social-icons-icon{margin-bottom:10px}.social-icons-small .social-icons-icon{width:30px;height:30px;font-size:15px;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.social-icons-medium .social-icons-icon{width:40px;height:40px;font-size:20px;line-height:40px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.social-icons-large .social-icons-icon{width:50px;height:50px;font-size:25px;line-height:50px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}.social-icons-huge .social-icons-icon{width:65px;height:65px;font-size:30px;line-height:65px;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px}#topbar .social-icons-icon,#page-wrapper .social-icons-icon{color:#fff}#topbar .social-icons-widget .social-icons-icon:hover,#page-wrapper .social-icons-widget .social-icons-icon:hover{color:#fff}.social-icons-icon{background:#000}.social-icons-widget .fa-amazon-block:hover{background:#161413}.social-icons-widget .fa-android-block:hover{background:#9c0}.social-icons-widget .fa-apple-block:hover{background:#000}.social-icons-widget .fa-bandcamp-block:hover{background:#659daa}.social-icons-widget .fa-behance-block:hover{background:#4176fa}.social-icons-widget .fa-bitbucket-block:hover{background:#183f73}.social-icons-widget .fa-btc-block:hover{background:#f7931a}.social-icons-widget .fa-buysellads-block:hover{background:#c30100}.social-icons-widget .fa-codepen-block:hover{background:#000}.social-icons-widget .fa-codiepie-block:hover{background:#000}.social-icons-widget .fa-contao-block:hover{background:#f47c00}.social-icons-widget .fa-dashcube-block:hover{background:#7f7f7f}.social-icons-widget .fa-delicious-block:hover{background:#0002f5}.social-icons-widget .fa-deviantart-block:hover{background:#5e7163}.social-icons-widget .fa-digg-block:hover{background:#1b5791}.social-icons-widget .fa-discord-block:hover{background:#5865f2}.social-icons-widget .fa-dribbble-block:hover{background:#c6356b}.social-icons-widget .fa-dropbox-block:hover{background:#0089d1}.social-icons-widget .fa-eercast-block:hover{background:#f1592a}.social-icons-widget .fa-envelope-block:hover{background:#e44321}.social-icons-widget .fa-etsy-block:hover{background:#f26223}.social-icons-widget .fa-facebook-block:hover{background:#1877f2}.social-icons-widget .fa-flickr-block:hover{background:#0062dd}.social-icons-widget .fa-forumbee-block:hover{background:#86ac2f}.social-icons-widget .fa-foursquare-block:hover{background:#3ab6e8}.social-icons-widget .fa-free-code-camp-block:hover{background:#4a2b0f}.social-icons-widget .fa-get-pocket-block:hover{background:#ed4054}.social-icons-widget .fa-github-block:hover{background:#000}.social-icons-widget .fa-google-block:hover{background:#ea4335}.social-icons-widget .fa-google-plus-block:hover{background:#e44321}.social-icons-widget .fa-google-wallet-block:hover{background:#1476c6}.social-icons-widget .fa-houzz-block:hover{background:#4dbc15}.social-icons-widget .fa-imdb-block:hover{background:#e6b91e}.social-icons-widget .fa-instagram-block:hover{background:#3f729b}.social-icons-widget .fa-jsfiddle-block:hover{background:#2b97f3}.social-icons-widget .fa-lastfm-block:hover{background:#d2013b}.social-icons-widget .fa-leanpub-block:hover{background:#231f20}.social-icons-widget .fa-linkedin-block:hover{background:#00659b}.social-icons-widget .fa-meetup-block:hover{background:#f20017}.social-icons-widget .fa-mixcloud-block:hover{background:#25292b}.social-icons-widget .fa-patreon-block:hover{background:#ff424d}.social-icons-widget .fa-paypal-block:hover{background:#15477c}.social-icons-widget .fa-pinterest-block:hover{background:#cf1d25}.social-icons-widget .fa-quora-block:hover{background:#c51a00}.social-icons-widget .fa-reddit-block:hover{background:#ff4500}.social-icons-widget .fa-rss-block:hover{background:#ff6501}.social-icons-widget .fa-scribd-block:hover{background:#1a7bba}.social-icons-widget .fa-slack-block:hover{background:#352931}.social-icons-widget .fa-slideshare-block:hover{background:#0ca8aa}.social-icons-widget .fa-snapchat-block:hover{background:#fffc00}.social-icons-widget .fa-soundcloud-block:hover{background:#f60}.social-icons-widget .fa-spotify-block:hover{background:#79b800}.social-icons-widget .fa-stack-exchange-block:hover{background:#205297}.social-icons-widget .fa-stack-overflow-block:hover{background:#f47c23}.social-icons-widget .fa-steam-block:hover{background:#000}.social-icons-widget .fa-stumbleupon-block:hover{background:#ee4723}.social-icons-widget .fa-telegram-plane-block:hover{background:#28a8e9}.social-icons-widget .fa-tiktok-block:hover{background:#000}.social-icons-widget .fa-trello-block:hover{background:#0089d9}.social-icons-widget .fa-tripadvisor-block:hover{background:#589442}.social-icons-widget .fa-tumblr-block:hover{background:#3e5976}.social-icons-widget .fa-twitch-block:hover{background:#6542a6}.social-icons-widget .fa-twitter-block:hover{background:#32ccfe}.social-icons-widget .fa-viadeo-block:hover{background:#f07355}.social-icons-widget .fa-vimeo-square-block:hover{background:#1bb6ec}.social-icons-widget .fa-vk-block:hover{background:#507299}.social-icons-widget .fa-whatsapp-block:hover{background:#41d251}.social-icons-widget .fa-wikipedia-w-block:hover{background:#000}.social-icons-widget .fa-windows-block:hover{background:#0078d7}.social-icons-widget .fa-wordpress-block:hover{background:#3378b0}.social-icons-widget .fa-x-twitter-block:hover{background:#000}.social-icons-widget .fa-square-x-twitter-block:hover{background:#000}.social-icons-widget .fa-xing-block:hover{background:#cfdc00}.social-icons-widget .fa-y-combinator-block:hover{background:#f26522}.social-icons-widget .fa-yelp-block:hover{background:#c41200}.social-icons-widget .fa-youtube-block:hover{background:#d4231e}.social-icons-invert .social-icons-icon{background:0;color:inherit !important;margin:0 5px}.social-icons-invert .social-icons-icon:hover{color:#fff !important}.social-icons-invert .social-icons-icon:hover:before{display:none}.social-icons-invert .fa-amazon-block:hover{background:#161413}.social-icons-invert .fa-android-block:hover{background:#9c0}.social-icons-invert .fa-apple-block:hover{background:#000}.social-icons-invert .fa-bandcamp-block:hover{background:#659daa}.social-icons-invert .fa-behance-block:hover{background:#4176fa}.social-icons-invert .fa-bitbucket-block:hover{background:#183f73}.social-icons-invert .fa-btc-block:hover{background:#f7931a}.social-icons-invert .fa-buysellads-block:hover{background:#c30100}.social-icons-invert .fa-codepen-block:hover{background:#000}.social-icons-invert .fa-codiepie-block:hover{background:#000}.social-icons-invert .fa-contao-block:hover{background:#f47c00}.social-icons-invert .fa-dashcube-block:hover{background:#7f7f7f}.social-icons-invert .fa-delicious-block:hover{background:#0002f5}.social-icons-invert .fa-deviantart-block:hover{background:#5e7163}.social-icons-invert .fa-digg-block:hover{background:#1b5791}.social-icons-invert .fa-discord-block:hover{background:#5865f2}.social-icons-invert .fa-dribbble-block:hover{background:#c6356b}.social-icons-invert .fa-dropbox-block:hover{background:#0089d1}.social-icons-invert .fa-eercast-block:hover{background:#f1592a}.social-icons-invert .fa-envelope-block:hover{background:#e44321}.social-icons-invert .fa-etsy-block:hover{background:#f26223}.social-icons-invert .fa-facebook-block:hover{background:#1877f2}.social-icons-invert .fa-flickr-block:hover{background:#0062dd}.social-icons-invert .fa-forumbee-block:hover{background:#86ac2f}.social-icons-invert .fa-foursquare-block:hover{background:#3ab6e8}.social-icons-invert .fa-free-code-camp-block:hover{background:#4a2b0f}.social-icons-invert .fa-get-pocket-block:hover{background:#ed4054}.social-icons-invert .fa-github-block:hover{background:#000}.social-icons-invert .fa-google-block:hover{background:#ea4335}.social-icons-invert .fa-google-plus-block:hover{background:#e44321}.social-icons-invert .fa-google-wallet-block:hover{background:#1476c6}.social-icons-invert .fa-houzz-block:hover{background:#4dbc15}.social-icons-invert .fa-imdb-block:hover{background:#e6b91e}.social-icons-invert .fa-instagram-block:hover{background:#3f729b}.social-icons-invert .fa-jsfiddle-block:hover{background:#2b97f3}.social-icons-invert .fa-lastfm-block:hover{background:#d2013b}.social-icons-invert .fa-leanpub-block:hover{background:#231f20}.social-icons-invert .fa-linkedin-block:hover{background:#00659b}.social-icons-invert .fa-meetup-block:hover{background:#f20017}.social-icons-invert .fa-mixcloud-block:hover{background:#25292b}.social-icons-invert .fa-patreon-block:hover{background:#ff424d}.social-icons-invert .fa-paypal-block:hover{background:#15477c}.social-icons-invert .fa-pinterest-block:hover{background:#cf1d25}.social-icons-invert .fa-quora-block:hover{background:#c51a00}.social-icons-invert .fa-reddit-block:hover{background:#ff4500}.social-icons-invert .fa-rss-block:hover{background:#ff6501}.social-icons-invert .fa-scribd-block:hover{background:#1a7bba}.social-icons-invert .fa-slack-block:hover{background:#352931}.social-icons-invert .fa-slideshare-block:hover{background:#0ca8aa}.social-icons-invert .fa-snapchat-block:hover{background:#fffc00}.social-icons-invert .fa-soundcloud-block:hover{background:#f60}.social-icons-invert .fa-spotify-block:hover{background:#79b800}.social-icons-invert .fa-stack-exchange-block:hover{background:#205297}.social-icons-invert .fa-stack-overflow-block:hover{background:#f47c23}.social-icons-invert .fa-steam-block:hover{background:#000}.social-icons-invert .fa-stumbleupon-block:hover{background:#ee4723}.social-icons-invert .fa-telegram-plane-block:hover{background:#28a8e9}.social-icons-invert .fa-tiktok-block:hover{background:#000}.social-icons-invert .fa-trello-block:hover{background:#0089d9}.social-icons-invert .fa-tripadvisor-block:hover{background:#589442}.social-icons-invert .fa-tumblr-block:hover{background:#3e5976}.social-icons-invert .fa-twitch-block:hover{background:#6542a6}.social-icons-invert .fa-twitter-block:hover{background:#32ccfe}.social-icons-invert .fa-viadeo-block:hover{background:#f07355}.social-icons-invert .fa-vimeo-square-block:hover{background:#1bb6ec}.social-icons-invert .fa-vk-block:hover{background:#507299}.social-icons-invert .fa-whatsapp-block:hover{background:#41d251}.social-icons-invert .fa-wikipedia-w-block:hover{background:#000}.social-icons-invert .fa-windows-block:hover{background:#0078d7}.social-icons-invert .fa-wordpress-block:hover{background:#3378b0}.social-icons-invert .fa-x-twitter-block:hover{background:#000}.social-icons-invert .fa-square-x-twitter-block:hover{background:#000}.social-icons-invert .fa-xing-block:hover{background:#cfdc00}.social-icons-invert .fa-y-combinator-block:hover{background:#f26522}.social-icons-invert .fa-yelp-block:hover{background:#c41200}.social-icons-invert .fa-youtube-block:hover{background:#d4231e}.fa-skype-block{position:relative}.fa-skype-block i{visibility:hidden}.hoot-skype-call-button,.hoot-skype-call-button p,.hoot-skype-call-button p a{position:absolute;width:100%;height:100%;top:0;left:0}.hoot-skype-call-button p{margin:0 !important}.hoot-skype-call-button img{margin:0 !important;vertical-align:-2px !important}.social-icons-icon{-webkit-transition:background-color .3s linear,border-color .3s linear,font-size .1s linear;-moz-transition:background-color .3s linear,border-color .3s linear,font-size .1s linear;-o-transition:background-color .3s linear,border-color .3s linear,font-size .1s linear;transition:background-color .3s linear,border-color .3s linear,font-size .1s linear}.social-icons-icon:hover i{text-shadow:2px 2px #000}.social-icons-small .social-icons-icon:hover i{text-shadow:1px 1px #000}.social-icons-large .social-icons-icon:hover{font-size:30px}.social-icons-huge .social-icons-icon:hover{font-size:35px}#topbar .hoot-skype-call-button img{vertical-align:-12px !important}.header-part .social-icons-icon{border:0}.post-grid-widget{margin-right:-4px;position:relative}.post-grid-widget .post-gridunit{position:relative;padding:0 4px 4px 0}.post-gridunit-image{background-position:center center;background-color:rgba(100,100,100,0.05);background-repeat:no-repeat;background-size:cover;position:relative}.post-gridunit-image img{width:100%;display:none}.post-gridunit-size2 .post-gridunit-image{padding-bottom:4px}.post-gridunit-bg{position:absolute;left:0;right:4px;bottom:4px;top:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#38000000',GradientType=0)}.post-gridunit-imglink{position:absolute;left:0;right:0;bottom:0;top:0}.post-gridunit-content{position:absolute;left:10px;right:14px;bottom:14px;color:#fff}.post-gridunit-title{font-size:1em;color:inherit;text-transform:uppercase;margin:0}.post-gridunit-title a,.post-gridunit-title a:hover{color:inherit}.post-gridunit-subtitle .entry-byline{padding:0;margin:0;font-size:1em;text-transform:none;color:inherit}.post-gridunit-image{height:215px}.post-gridunit-size2 .post-gridunit-image{height:430px}@media only screen and (min-width:970px){.post-gridunit-size2{height:auto !important}}@media only screen and (max-width:969px){.post-gridunit-size2{margin-bottom:4px;padding-bottom:0;height:215px}.post-gridunit-size2 .post-gridunit-image{height:inherit !important;padding-bottom:0}.post-gridunit-size2 .post-gridunit-bg{bottom:0}.post-gridunit-size2 .post-gridunit-content{bottom:10px}}.post-grid-slide{position:relative}.post-gridslider .post-gridunit-bg{right:0;bottom:0}.post-gridslider .post-gridunit-content{right:10px;bottom:10px}.post-gridunit .lightSlider{height:auto}.post-gridunit .post-grid-slide{display:none}.post-gridunit .post-grid-slide:first-child{display:block}.post-gridunit .lSSlideOuter .post-grid-slide{display:block}.post-gridunit .lSSlideOuter .lSAction{position:absolute;top:5px;right:5px}.post-gridunit .lSSlideOuter .lSAction>a{text-align:center;background:rgba(255,255,255,0.5);color:#555;margin-left:3px;width:24px;line-height:22px;position:relative;left:auto;right:auto;bottom:auto;top:auto}.post-gridunit .lSSlideOuter .lSAction>a:hover{background:rgba(255,255,255,0.8);color:#333}.post-gridunit .lSSlideWrapper:hover .lSAction>a{display:inline-block}.post-gridunit .lSSlideOuter .lSAction>a:after{font-size:20px;display:inline-block;position:relative;left:auto;right:auto;bottom:auto;top:auto}.post-gridunit .lSPager.lSpg{text-align:right;top:auto;bottom:5px;right:5px;left:auto;position:absolute}.post-gridunit .lSSlideOuter ul.lSPager.lSpg>li{padding:2px}.post-gridunit .lSSlideOuter ul.lSPager.lSpg>li a{width:8px;height:8px}@media only screen and (max-width:969px){.post-gridunit .lightSlider{height:inherit !important}.post-gridunit .lSSlideWrapper,.post-gridunit .lSSlideOuter{height:inherit}.post-grid-slide{height:inherit}}.hk-grid-widget{margin-right:-4px;position:relative}.hk-grid-widget .hk-gridunit{position:relative;padding:0 4px 4px 0}.hk-gridunit-image{background-position:center center;background-color:rgba(100,100,100,0.05);background-repeat:no-repeat;background-size:cover;position:relative}.hk-gridunit-image img{width:100%;display:none}.hk-gridunit-size2 .hk-gridunit-image{padding-bottom:4px}.hk-gridunit-image{height:215px}.hk-gridunit-size2 .hk-gridunit-image{height:430px}@media only screen and (min-width:970px){.hk-gridunit-size2{height:auto !important}}@media only screen and (max-width:969px){.hk-gridunit-size2{margin-bottom:4px;padding-bottom:0;height:215px}.hk-gridunit-size2 .hk-gridunit-image{height:inherit !important;padding-bottom:0}}.hk-gridunit-bg{position:absolute;left:0;right:4px;bottom:4px;top:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#38000000',GradientType=0)}.hk-gridunit-imglink{position:absolute;z-index:2;left:0;right:0;bottom:0;top:0}.hk-gridunit-content{position:absolute;left:10px;right:14px;bottom:14px;color:#fff}.hk-gridunit-title{font-size:1em;color:inherit;text-transform:uppercase;margin:0}.hk-gridunit-title a,.hk-gridunit-title a:hover{color:inherit}.hk-gridunit-subtitle .entry-byline{padding:0;margin:0;font-size:1em;text-transform:none;color:inherit}@media only screen and (max-width:969px){.hk-gridunit-size2 .hk-gridunit-bg{bottom:0}.hk-gridunit-size2 .hk-gridunit-content{bottom:10px}}.hk-gridunit-size1 .align-bottom-center .coverimage-content-block{width:100%}.hk-gridunit-size1 .style-dark-on-light,.hk-gridunit-size1 .style-light-on-dark{padding:5px 8px}.hk-gridunit-size1 .coverimage-title{font-size:1em}.hk-gridunit-size1 .coverimage-text{margin-top:0}.coverimage-content-block{position:relative;z-index:4}.hk-grid-slide{position:relative}.hk-gridslider .hk-gridunit-bg{right:0;bottom:0}.hk-gridslider .hk-gridunit-content{right:10px;bottom:10px}.hk-gridunit .lightSlider{height:auto}.hk-gridunit .hk-grid-slide{display:none}.hk-gridunit .hk-grid-slide:first-child{display:block}.hk-gridunit .lSSlideOuter .hk-grid-slide{display:block}.hk-gridunit .lSSlideOuter .lSAction{position:absolute;top:5px;right:5px}.hk-gridunit .lSSlideOuter .lSAction>a{text-align:center;background:rgba(255,255,255,0.5);color:#555;margin-left:3px;width:24px;line-height:22px;position:relative;left:auto;right:auto;bottom:auto;top:auto}.hk-gridunit .lSSlideOuter .lSAction>a:hover{background:rgba(255,255,255,0.8);color:#333}.hk-gridunit .lSSlideWrapper:hover .lSAction>a{display:inline-block}.hk-gridunit .lSSlideOuter .lSAction>a:after{font-size:20px;display:inline-block;position:relative;left:auto;right:auto;bottom:auto;top:auto}.hk-gridunit .lSPager.lSpg{text-align:right;top:auto;bottom:5px;right:5px;left:auto;position:absolute}.hk-gridunit .lSSlideOuter ul.lSPager.lSpg>li{padding:2px}.hk-gridunit .lSSlideOuter ul.lSPager.lSpg>li a{width:8px;height:8px}@media only screen and (max-width:969px){.hk-gridunit .lightSlider{height:inherit !important}.hk-gridunit .lSSlideWrapper,.hk-gridunit .lSSlideOuter{height:inherit}.hk-grid-slide{height:inherit}}.posts-list-style1 .posts-listunit-small .posts-listunit-image{width:90px;height:80px}.posts-list-style1 .posts-listunit-small .posts-listunit-title{font-size:inherit}.posts-list-style2 .posts-listunit-small .posts-listunit-image{width:150px;height:135px}.posts-list-style2 .posts-listunit-small .posts-listunit-title{font-size:1.125em}.posts-listunit{margin-bottom:1.625em}.posts-listunit:last-child{margin-bottom:0}.posts-listunit-small{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:flex-start}.posts-listunit-small .posts-listunit-image{flex-shrink:0;margin-right:20px}.posts-listunit-small .posts-listunit-bg img{width:100%;visibility:hidden}.posts-listunit-small .posts-listunit-content p{margin-top:5px}.posts-listunit-large .posts-listunit-image{margin-bottom:20px}.posts-listunit-large .posts-listunit-bg:before{content:"";display:block}.posts-listunit-large .posts-listunit-bg .entry-featured-img-wrap a{position:absolute;left:0;right:0;bottom:0;top:0}.posts-listunit-large .posts-listunit-bg img{display:none}.posts-imgsize-small .posts-listunit-bg:before{padding-top:190px}.posts-imgsize-medium .posts-listunit-bg:before{padding-top:260px}.posts-imgsize-big .posts-listunit-bg:before{padding-top:345px}.posts-listunit-image{position:relative}.posts-listunit-image img{display:block;margin:0 auto}.posts-listunit-image a{display:block}.posts-listunit-bg{background-size:cover;background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,0.1)}.posts-listunit-content p{margin:.6875em 0 0}.posts-listunit-title{font-size:1.125em;margin:0}.posts-listunit-title a{color:inherit}.posts-listunit-subtitle .entry-byline{padding:0;font-size:1em}.posts-listunit-text .sharedaddy{display:none}.posts-listunit-excerpt .more-link{margin-top:5px;text-align:left;border:0}.posts-listunit-excerpt .more-link a{background:0;padding-left:0}@media only screen and (max-width:969px){.posts-listunit:last-child{margin-bottom:1.625em}.hcol-last .posts-listunit:last-child{margin-bottom:0}.posts-list-style2 .posts-listunit-small .posts-listunit-image{width:100px;height:90px}}.hk-list-style1 .hk-listunit-small .hk-listunit-image{width:90px;height:80px}.hk-list-style1 .hk-listunit-small .hk-listunit-title{font-size:inherit}.hk-list-style2 .hk-listunit-small .hk-listunit-image{width:150px;height:135px}.hk-list-style2 .hk-listunit-small .hk-listunit-title{font-size:1.125em}.hk-listunit{margin-bottom:1.625em}.hk-listunit:last-child{margin-bottom:0}.hk-listunit-small{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;align-items:flex-start}.hk-listunit-small .hk-listunit-image{flex-shrink:0;margin-right:20px}.hk-listunit-small .hk-listunit-bg img{width:100%;visibility:hidden}.hk-listunit-small .hk-listunit-content p{margin-top:5px}.hk-listunit-large .hk-listunit-image{margin-bottom:20px}.hk-listunit-large .hk-listunit-bg:before{content:"";display:block}.hk-listunit-large .hk-listunit-bg .entry-featured-img-wrap a{position:absolute;left:0;right:0;bottom:0;top:0}.hk-listunit-large .hk-listunit-bg img{display:none}.hk-imgsize-small .hk-listunit-bg:before{padding-top:190px}.hk-imgsize-medium .hk-listunit-bg:before{padding-top:260px}.hk-imgsize-big .hk-listunit-bg:before{padding-top:345px}.hk-listunit-image{position:relative}.hk-listunit-image img{display:block;margin:0 auto}.hk-listunit-image a{display:block}.hk-listunit-bg{background-size:cover;background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,0.1)}.hk-listunit-content p{margin:.6875em 0 0}.hk-listunit-title{font-size:1.125em;margin:0}.hk-listunit-title a{color:inherit}.hk-listunit-subtitle .entry-byline{padding:0;font-size:1em}.hk-listunit-text .sharedaddy{display:none}.hk-listunit-excerpt .more-link{margin-top:5px;text-align:left;border:0}.hk-listunit-excerpt .more-link a{background:0;padding-left:0}@media only screen and (max-width:969px){.hk-listunit:last-child{margin-bottom:1.625em}.hcol-last .hk-listunit:last-child{margin-bottom:0}.hk-list-style2 .hk-listunit-small .hk-listunit-image{width:100px;height:90px}}.so-panel .content-blocks-widget,.so-panel .vcards-widget,.so-panel .number-blocks-widget{margin:0}.so-panel .topborder-shadow .content-blocks-widget,.so-panel .topborder-line .content-blocks-widget,.so-panel .topborder-shadow .vcards-widget,.so-panel .topborder-line .vcards-widget,.so-panel .topborder-shadow .number-blocks-widget,.so-panel .topborder-line .number-blocks-widget{margin-top:3em}.so-panel .bottomborder-shadow .content-blocks-widget,.so-panel .bottomborder-line .content-blocks-widget,.so-panel .bottomborder-shadow .vcards-widget,.so-panel .bottomborder-line .vcards-widget,.so-panel .bottomborder-shadow .number-blocks-widget,.so-panel .bottomborder-line .number-blocks-widget{margin-bottom:3em}.vcard-row{margin:0 0 30px}.vcard-row:after{content:"";display:table;clear:both}.vcard-row:last-child{margin:0}.vcard-column{text-align:center}.vcard-content{padding-top:10px}.vcard-content.no-visual{padding-top:0}.vcard-content p{margin:0 0 10px;font-style:italic}.vcard-content h4,.vcard-content h1,.vcard-content h2,.vcard-content h3,.vcard-content h5,.vcard-content h6{margin:0 0 5px;font-size:1.125em}.vcard-content h4 a,.vcard-content h1 a,.vcard-content h2 a,.vcard-content h3 a,.vcard-content h5 a,.vcard-content h6 a{color:inherit}.vcard-content cite{margin:-2px 0 0;padding:2px 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,0.05);text-transform:uppercase;font-style:normal;display:inline-block;vertical-align:top;width:100%}.vcard-content>p:last-child>a:last-child{font-size:.75em;line-height:1.333333em;display:block;padding:2px 0;margin:.6875em 0;text-transform:uppercase;font-style:normal}.vcard-links{border-top:solid 1px rgba(0,0,0,0.33)}.vcard-links:after{content:"";display:table;clear:both}.vcard-link{display:inline-block;margin:10px 5px 0}.vcard-link .vcard-link-inner{margin:0}.vcard-link a,.vcard-link .vcard-link-skype{font-size:.9em;line-height:34px;width:34px}.vcard-link a{display:inline-block}.vcard-link a:hover{color:#fff}@media only screen and (max-width:969px){div.vcard-row{margin:0}.vcard-column{margin-top:20px;padding-top:20px}.vcard-row:first-child .vcard-column:first-child{padding-top:0}}.number-block-row{margin:0 0 1em}.number-block-row:after{content:"";display:table;clear:both}.number-block-row:last-child{margin:0}.number-block-column{text-align:center;padding-right:10px;padding-left:10px}.number-block-column.hcolumn-1-1{padding-left:0;padding-right:0}.number-block-visual{text-align:center}.number-block-circle{display:inline-block}.number-block-circle svg{margin:-20px;width:110px}.number-blocks-tiny .number-block-circle svg{width:70px}.number-blocks-medium .number-block-circle svg{width:160px}.number-blocks-large .number-block-circle svg{width:210px}.number-blocks-huge .number-block-circle svg{width:270px}.number-block-content{padding:10px 0 0}.number-block-content.no-visual{padding-top:0}.number-block-content p{margin:0 0 5px;font-style:italic}.number-block-content p:last-child{margin-bottom:0}.number-block-content h4,.number-block-content h1,.number-block-content h2,.number-block-content h3,.number-block-content h5,.number-block-content h6{margin:0 0 5px;font-size:1.125em;font-family:inherit}.number-block-content h4 a,.number-block-content h1 a,.number-block-content h2 a,.number-block-content h3 a,.number-block-content h5 a,.number-block-content h6 a{color:inherit}.number-block-content>p:last-child>a:last-child{font-size:.75em;line-height:1.333333em;display:block;padding:2px 0;margin:.6875em 0;text-transform:uppercase;font-style:normal}@media only screen and (max-width:969px){div.number-block-row{margin:0}.number-block-column{margin-top:10px;padding-top:10px}.number-block-row:first-child .number-block-column:first-child{padding-top:0}}.contact-info-block{margin-bottom:.6875em;line-height:1.5em}.contact-info-block:after{content:"";display:table;clear:both}.contact-info-block:last-child{margin-bottom:0}.contact-info-icon{width:25px;float:left;font-size:15px;line-height:inherit}.contact-info-text{margin-left:28px;text-align:left}.wordpress .button-widget{margin:0}.wordpress .button-widget.button{border-color:rgba(0,0,0,0.2)}.wordpress .button-widget.preset-accent{background:#000;color:#fff}.wordpress .button-widget.preset-accent:hover{background:#000;color:#fff}.wordpress .button-widget.preset-white{background:#f2f2f2;color:#888}.wordpress .button-widget.preset-white:hover{background:#e1e1e1;color:#888}.wordpress .button-widget.preset-black{background:#444;color:#fff}.wordpress .button-widget.preset-black:hover{background:#222;color:#fff}.wordpress .button-widget.preset-brown{background:#986736;color:#fff}.wordpress .button-widget.preset-brown:hover{background:#764514;color:#fff}.wordpress .button-widget.preset-blue{background:#3b86b0;color:#fff}.wordpress .button-widget.preset-blue:hover{background:#19648e;color:#fff}.wordpress .button-widget.preset-cyan{background:#40b7c2;color:#fff}.wordpress .button-widget.preset-cyan:hover{background:#1e95a0;color:#fff}.wordpress .button-widget.preset-green{background:#3bb064;color:#fff}.wordpress .button-widget.preset-green:hover{background:#198e42;color:#fff}.wordpress .button-widget.preset-yellow{background:#dbd932;color:#6d6a17}.wordpress .button-widget.preset-yellow:hover{background:#b9b710;color:#6d6a17}.wordpress .button-widget.preset-amber{background:#e4910e;color:#fff}.wordpress .button-widget.preset-amber:hover{background:#c26f00;color:#fff}.wordpress .button-widget.preset-orange{background:#ec750c;color:#fff}.wordpress .button-widget.preset-orange:hover{background:#ca5300;color:#fff}.wordpress .button-widget.preset-red{background:#c73535;color:#fff}.wordpress .button-widget.preset-red:hover{background:#a51313;color:#fff}.wordpress .button-widget.preset-pink{background:#eb4992;color:#fff}.wordpress .button-widget.preset-pink:hover{background:#c92770;color:#fff}.buttons-left{text-align:left}.buttons-left .button-widget{margin-right:1em}.buttons-right{text-align:right}.buttons-right .button-widget{margin-left:1em}.buttons-center{text-align:center}.buttons-center .button-widget{margin-right:1em;margin-left:1em}.icon-list-widget.icon-list-iconsmall .icon-list-ul{margin-left:1.5em}.icon-list-widget.icon-list-iconsmall .icon-list-i{font-size:1em;width:1.5em;left:-1.5em}.icon-list-widget.icon-list-iconsmall .icon-list-li{margin:2px 0}.icon-list-widget.icon-list-iconmedium .icon-list-ul{margin-left:2em}.icon-list-widget.icon-list-iconmedium .icon-list-i{font-size:1.3em;width:1.5384em;left:-1.5384em}.icon-list-widget.icon-list-iconmedium .icon-list-li{margin:4px 0}.icon-list-widget.icon-list-iconlarge .icon-list-ul{margin-left:2.3333em}.icon-list-widget.icon-list-iconlarge .icon-list-i{font-size:1.6em;width:1.4583em;left:-1.4583em}.icon-list-widget.icon-list-iconlarge .icon-list-li{margin:6px 0}.icon-list-widget.icon-list-iconhuge .icon-list-ul{margin-left:2.6666em}.icon-list-widget.icon-list-iconhuge .icon-list-i{font-size:1.9em;width:1.4035em;left:-1.4035em}.icon-list-widget.icon-list-iconhuge .icon-list-li{margin:8px 0}.icon-list-widget ul.icon-list-ul{list-style-type:none}.icon-list-widget li.icon-list-li{position:relative}.icon-list-widget i.icon-list-i{position:absolute;line-height:inherit}.notice-widget{border:solid 1px}.notice-widget.preset-accent{background:#000;color:#fff}.notice-widget.preset-white{background:#f2f2f2;color:#888}.notice-widget.preset-black{background:#444;color:#fff}.notice-widget.preset-brown{background:#f5e7d8;color:#986736}.notice-widget.preset-brownbright{background:#986736;color:#fff}.notice-widget.preset-blue{background:#e8f0fa;color:#4671a3}.notice-widget.preset-bluebright{background:#3b86b0;color:#fff}.notice-widget.preset-cyan{background:#e8f8fa;color:#469ba3}.notice-widget.preset-cyanbright{background:#40b7c2;color:#fff}.notice-widget.preset-green{background:#eefae8;color:#728754}.notice-widget.preset-greenbright{background:#3bb064;color:#fff}.notice-widget.preset-yellow{background:#fcfbd9;color:#a69021}.notice-widget.preset-yellowbright{background:#dbd932;color:#6d6a17}.notice-widget.preset-amber{background:#faeed4;color:#b28929}.notice-widget.preset-amberbright{background:#e4910e;color:#fff}.notice-widget.preset-orange{background:#ffe0bc;color:#c8640d}.notice-widget.preset-orangebright{background:#ec750c;color:#fff}.notice-widget.preset-red{background:#faece8;color:#af2c20}.notice-widget.preset-redbright{background:#c73535;color:#fff}.notice-widget.preset-pink{background:#fae8f4;color:#c2519b}.notice-widget.preset-pinkbright{background:#eb4992;color:#fff}.notice-icon{padding-left:15px;text-align:center;width:1.5em;font-size:1.5em}.notice-icon.notice-iconsmall{font-size:1em}.notice-icon.notice-iconlarge{font-size:2.5em}.notice-icon.notice-iconhuge{font-size:3.5em}.notice-content{flex-grow:1;padding:.6875em 1em}.notice-title{color:inherit;margin:5px 0}.notice-text a{color:inherit;text-decoration:underline}.notice-text h1,.notice-text h2,.notice-text h3,.notice-text h4,.notice-text h5,.notice-text h6,.notice-text p{margin:5px 0}.hootkit-toggle-unit{margin:.6875em 0;border:solid 1px rgba(255,255,255,0.5)}.hootkit-toggle-active .hootkit-toggle-head{background:0}.hootkit-toggle-active .hootkit-toggle-head i:before{content:"\f068"}.hootkit-toggle-head{background:rgba(0,0,0,0.05);border:solid 1px rgba(0,0,0,0.1);cursor:pointer;padding:6px 15px 6px 30px;position:relative;-webkit-transition:color .1s linear,background .2s linear;-moz-transition:color .1s linear,background .2s linear;-o-transition:color .1s linear,background .2s linear;transition:color .1s linear,background .2s linear}.hootkit-toggle-head i{position:absolute;left:10px;top:50%;font-size:.6em;line-height:1em;margin-top:-0.5em}.hootkit-toggle-head i:before{content:"\f067"}.hootkit-toggle-box{display:none;border:solid 1px rgba(0,0,0,0.1);border-top:0;margin:0;padding:13px 15px}.hootkit-toggle-box.default-open{display:block}.hootkit-toggle-box p:first-child{margin-top:0}.hootkit-toggle-box p:last-child{margin-bottom:0}.hootkit-tabheads{position:relative;z-index:1;display:table;max-width:100%;border-collapse:separate;border-spacing:2px 0;margin:0 0 -1px -2px}.hootkit-tabhead{display:table-cell;vertical-align:middle;margin:0 5px 0 0;border:solid 1px rgba(0,0,0,0.1);border-bottom:0;background:rgba(0,0,0,0.05);padding:8px 20px;cursor:pointer}.current-tabhead{background:0;border-bottom:solid 1px #fff}.hootkit-tabboxes{position:relative}.hootkit-tabbox{display:none;padding:13px 15px;border:solid 1px rgba(0,0,0,0.1)}.hootkit-tabbox p:first-child{margin-top:0}.hootkit-tabbox p:last-child{margin-bottom:0}.current-tabbox{display:block}.alignwide,.alignfull{max-width:none;text-align:center}.sidebars0 .alignwide{margin-left:-3em;margin-right:-3em}.sidebars0 .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw}.wp-block-cover.alignfull,.wp-block-cover-image.alignfull,.wp-block-cover.alignwide,.wp-block-cover-image.alignwide{width:auto}ul.wp-block-social-links,.wp-block-buttons,.wp-block-image,.wp-block-gallery,pre.wp-block-verse{margin:.6875em 0 1em}ul.aligncenter,.aligncenter{margin:1em auto}ul.alignleft,.alignleft{margin:10px 15px 5px 0}ul.alignright,.alignright{margin:10px 0 5px 15px}.has-small-font-size{line-height:1.625em}.has-regular-font-size,.has-normal-font-size{line-height:1.625em}.has-medium-font-size{line-height:1.3em}.has-large-font-size{line-height:1.2em}.has-larger-font-size,.has-huge-font-size{line-height:1.1em}.wp-block-media-text.has-background .wp-block-media-text__content{padding-top:2em;padding-bottom:1.5em}.wp-block-media-text .wp-block-media-text__content>*{margin:.5em 0}.wp-block-media-text .wp-block-media-text__content>*:first-child{margin-top:0}.wp-block-media-text .wp-block-media-text__content>*:last-child{margin-bottom:0}.wp-block-media-text.alignwide,.wp-block-media-text.alignfull{text-align:inherit}.fluid-width-video-wrapper .wp-block-file__embed{position:inherit;margin:0 0 1em}.wp-block-cover,.wp-block-cover-image{padding:2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wp-block-quote.has-text-align-center{border:none;padding:0 1em}.wp-block-quote.has-text-align-right{border-right:5px solid;border-left:0;padding:0 1em 0 0}.wp-block-pullquote{padding:0;margin:1.5em 0;border-top:solid 5px;border-bottom:solid 5px}.wp-block-pullquote blockquote{padding:2em;margin:0;border-left:none;border-right:none}.wp-block-pullquote.is-style-solid-color blockquote{border:none}.wp-block-pullquote:not(.is-style-solid-color){background:none}pre.wp-block-verse{padding:15px 10px 15px 20px;color:inherit;border:none;font-family:inherit;font-family:Georgia,"Times New Roman",Times,serif;word-break:normal;word-wrap:normal;line-height:1.4;font-style:italic;border-left:2px dotted}.wordpress .wp-block-social-links{list-style:none;display:flex}.wp-block-social-links.is-style-logos-only .wp-social-link{padding:0}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{margin:0 4px}.button.wp-block-button{padding:0;align-self:center}.button.wp-block-button a{background:none!important;color:inherit!important;border:none}.wp-block-button__link{border-radius:0}.wp-block-search__button,.wp-block-file__button{border-radius:0;text-decoration:none}figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignwide):not(.alignfull){display:table}figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignwide):not(.alignfull) figcaption{display:table-caption;caption-side:bottom}.wordpress figcaption{background:rgb(0 0 0 / .03);color:inherit;margin:0;padding:5px;font-size:.75em;line-height:1.333333em;text-align:center}.wp-block-image.is-style-rounded figcaption{background:none}.wp-block-embed figcaption{margin-bottom:0}.wp-block-embed iframe,.wp-block-embed video,.wp-block-embed object,.wp-block-embed embed{margin:0}.wp-block-gallery{padding:16px 16px 0;list-style-type:none;background:rgb(0 0 0 / .04)}.wp-block-gallery.has-nested-images figure.wp-block-image:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignwide):not(.alignfull){display:flex}.wordpress .blocks-gallery-grid{margin:0;list-style-type:none}.blocks-gallery-caption{width:100%;text-align:center;position:relative;top:-.5em}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:linear-gradient(0deg,rgb(0 0 0 / .4),rgb(0 0 0 / .3) 0%,transparent);font-size:.8125em;line-height:1.384615em}body .is-layout-flex{display:flex;flex-wrap:wrap;align-items:center}@media only screen and (max-width:969px){.wp-block-media-text .wp-block-media-text__content{padding-top:2em;padding-bottom:1.5em}}[class*=wp-block-woocommerce],[class*=wc-block]{text-align:inherit}[class*=wp-block-woocommerce].alignwide,[class*=wc-block].alignwide{margin-left:auto;margin-right:auto}