:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media (prefers-reduced-motion:reduce){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation-duration:0s}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:var(--checkbox-input-size)}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1;transition:opacity .2s ease-in-out}@media (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:none}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1);transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}@media (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:none}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown__content .components-menu-group:first-child{margin-top:-8px}.components-dropdown__content .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;transition:background-color .2s ease,border-color .2s ease;vertical-align:top;width:32px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track:after{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;transition:transform .2s ease,background-color .2s ease-out;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay.is-animating-out{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation-duration:var(--modal-frame-animation-duration);animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}
/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:initial;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.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{box-sizing:border-box;cursor:pointer;display:inline-block;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.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-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{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.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-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{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:-moz-fit-content;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;z-index:1}.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;width:100%;z-index:1}.has-modal-open .wp-block-cover .wp-block-cover__inner-container,.has-modal-open .wp-block-cover-image .wp-block-cover__inner-container{z-index:auto}.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-background,.wp-block-cover__video-background{z-index:0}.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}.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:-moz-fit-content;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:-moz-fit-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{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media (prefers-reduced-motion:no-preference){.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;transition:opacity .2s ease;width:20px;z-index:100}.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{animation:turn-on-visibility .25s both;visibility:visible}.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}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.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{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:inline-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%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.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{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;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),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.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}.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-content{display:flow-root}.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.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}.wp-block-post-template{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-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:-moz-fit-content;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{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}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;list-style:none;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-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{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.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;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.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-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-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:.66667em;padding-right:.66667em}.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.33333%}.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:rect(1px,1px,1px,1px);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:auto!important;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,0)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0}}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;padding:.5em 1em;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:3px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;padding:.25em .75em;position:relative;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all{font-size:.75em}.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em;padding:.5em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);-webkit-clip-path:none;clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wc-block-components-product-add-to-cart-attribute-picker{flex-basis:100%;margin:0}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-height:1.75em;min-width:60%}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}.wc-block-components-product-add-to-cart{display:flex;flex-wrap:wrap;margin:0}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;height:1.5em;margin:-.25em 0 -.25em .5em;vertical-align:top;width:1.5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);color:#43454b;flex-basis:5em;margin:0 1em .75em 0;padding:.618em;text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;font-family:inherit;font-weight:inherit;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wc-block-components-product-category-list{margin-bottom:.75em;margin-top:0}.wc-block-components-product-category-list ul{display:inline;margin:0;padding:0}.wc-block-components-product-category-list ul li{display:inline;list-style:none}.wc-block-components-product-category-list ul li:after{content:", "}.wc-block-components-product-category-list ul li:last-child:after{content:""}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-components-product-price{display:block}.wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-rating{display:block}.wc-block-components-product-rating__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wc-block-components-product-rating__stars:before{color:inherit;content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__stars span{color:inherit;left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-components-product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__link{display:inline-block;font-size:.875em;text-align:inherit;width:100%}.wc-block-all-products .wc-block-components-product-rating{margin-bottom:12px;margin-top:0}.wc-block-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.wc-block-all-products .is-loading .wc-block-components-product-rating>*,.wp-block-query .is-loading .wc-block-components-product-rating>*{visibility:hidden}.wc-block-all-products .is-loading .wc-block-components-product-rating:after,.wp-block-query .is-loading .wc-block-components-product-rating:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{-webkit-animation:none;animation:none}}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}.wc-block-components-product-sku{display:block;font-size:.875em;margin-bottom:12px;margin-top:0;text-transform:uppercase}.wc-block-components-product-stock-indicator{display:block;font-size:.875em;margin-bottom:.75em;margin-top:0}.wc-block-components-product-summary{margin-bottom:12px;margin-top:0}.is-loading .wc-block-components-product-summary:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;height:6em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-tag-list{margin-bottom:.75em;margin-top:0}.wc-block-components-product-tag-list ul{display:inline;margin:0;padding:0}.wc-block-components-product-tag-list ul li{display:inline;list-style:none}.wc-block-components-product-tag-list ul li:after{content:", "}.wc-block-components-product-tag-list ul li:last-child:after{content:""}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;justify-content:center;min-height:3em;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;font-weight:700;letter-spacing:inherit;line-height:inherit;line-height:1;padding:0 1em;text-decoration:inherit;text-decoration:none;text-transform:inherit;text-transform:none}body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:active,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:disabled,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:focus,body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:hover{background-color:#1e1e1e;color:#fff}body:not(.theme-twentytwentythree,.theme-zaino) .wc-block-components-button:not(.is-link).contained:hover{opacity:.9}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{background:none;border:none;margin:0;padding:0 0 0 24px;position:relative}.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step{padding-left:0}.wc-block-components-checkout-step--disabled{opacity:.6}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__content>*{margin-bottom:1em}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{margin-bottom:0;padding-bottom:1.5em}.wc-block-components-checkout-step__heading{align-content:center;align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between;margin:.75em 0 1em;position:relative}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em}.wc-block-components-checkout-step__heading-content a{color:inherit;font-weight:700}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{background:transparent;border:0;border-radius:0;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";counter-increment:checkout-step;left:-24px;margin:0;padding:0;position:absolute;text-align:center;top:0;transform:translateX(-50%);vertical-align:baseline;white-space:nowrap;width:24px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{border-left:1px solid;content:"";height:100%;left:-24px;opacity:.3;position:absolute;top:0}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/"";left:auto;position:static;top:auto;transform:none}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:unset}.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title{font-size:1em;line-height:24px;margin:0 12px 0 0}.wc-block-components-order-summary .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary-item{display:flex;font-size:.875em;padding-bottom:1px;padding-top:16px;position:relative;width:100%}.wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary-item__image{padding-bottom:16px;position:relative;width:48px}.wc-block-components-order-summary-item__image>img{max-width:48px;width:48px}.wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;justify-content:center;line-height:1;min-height:20px;min-width:20px;padding:0 .4em;position:absolute;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary-item__description{padding-bottom:16px;padding-left:24px;padding-right:12px}.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary-item__individual-prices{display:block}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{margin:-2px 4px 0 0;vertical-align:middle}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies{font-size:.75em;line-height:1;list-style:none outside;margin:24px 0;text-align:center}.wc-block-components-checkout-policies__item{display:inline-block;list-style:none outside;margin:0;padding:0 .25em}.wc-block-components-checkout-policies__item:not(:first-child){border-left:1px solid #ccc}.wc-block-components-checkout-policies__item>a{color:inherit;padding:0 .25em}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}img.wc-block-components-product-image[alt=""]{border:1px solid #f2f2f2}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{fill:currentColor;left:0;position:absolute;top:50%;transform:translateY(-50%)}.rtl .wc-block-components-checkout-return-to-cart-button svg{transform:translateY(-50%) scale(-1)}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{margin-top:1.5em;width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-shipping-rates-control__package{margin:0;position:relative}.wc-block-components-shipping-rates-control__package:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package.wc-block-components-panel{margin-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package:last-child{position:relative}.wc-block-components-shipping-rates-control__package:last-child:after{border-style:solid;border-width:0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control{margin-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group{font-size:.875em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group{color:#757575;font-size:.75em}.wc-block-components-shipping-rates-control__package-items{display:block;font-size:.875em;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{display:inline-block;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word;-ms-word-break:break-all}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{flex-grow:1;margin-bottom:0;margin-top:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;border:0;margin:0;padding:0}.wc-block-components-totals-shipping .wc-block-components-shipping-address{display:block;margin-top:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:transparent;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:transparent}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-chip{align-items:center;border:0;border-radius:0;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:transparent;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:transparent}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#fff;border:1px solid #50575e;border-radius:4px;box-shadow:none;box-sizing:border-box;color:inherit;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:inherit;line-height:1;opacity:1;outline:inherit;padding:1.5em 16px .25em;text-align:left;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #50575e;border-top:0;color:#2b2d2f;margin:3em 0 0;max-height:300px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:10}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{color:#757575;cursor:default;font-size:1em;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgba(0,0,0,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:inherit;color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;white-space:nowrap;z-index:1}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-country-input{margin-top:1.5em}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-480px)}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-480px)}}@media only screen and (max-width:480px){@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}}.wc-block-components-drawer__screen-overlay{background-color:rgba(95,95,95,.35);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:fadein;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{opacity:0;pointer-events:none}.wc-block-components-drawer{background:#fff;display:block;height:100%;left:100%;position:relative;position:fixed;right:0;top:0;transform:translateX(-480px);width:480px}.wc-block-components-drawer:after{border-style:solid;border-width:0 0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}@media only screen and (max-width:480px){.wc-block-components-drawer{transform:translateX(-100vw);width:100vw}}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:slidein;animation-name:slidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{-webkit-animation-name:none!important;animation-name:none!important;transition:none!important}}.wc-block-components-drawer .components-modal__content{padding:40px 16px}.wc-block-components-drawer .components-modal__header{position:relative}.wc-block-components-drawer .components-modal__header .components-button{background:transparent;border:0;border-radius:0;margin:-1em;padding:1em;position:absolute;right:0;top:0;vertical-align:baseline}.wc-block-components-drawer .components-modal__header .components-button>span{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-block-components-drawer .components-modal__header-heading{border:0;border-radius:0;font-size:1.25rem;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-block-components-filter-reset-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:transparent}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:transparent}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-load-more{text-align:center;width:100%}.wc-block-components-loading-mask{min-height:34px;pointer-events:none;position:relative}.wc-block-components-loading-mask .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{color:#333;display:inline-block;font-size:1em;font-weight:400}.wc-block-components-pagination__page{border-color:transparent;min-width:2.2em;padding:.3em .6em}@media(max-width:782px){.wc-block-components-pagination__page{min-width:1.6em;padding:.1em .2em}}.wc-block-components-pagination__page:not(.toggle){background-color:transparent}.wc-block-components-pagination__ellipsis{padding:.3em}@media(max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}html[dir=rtl] .wc-block-components-pagination-page--arrow span{display:inline-block;transform:scaleX(-1)}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount{display:none}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.wc-block-components-price-slider__range-input-wrapper{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;border-radius:4px;clear:both;flex-grow:1;height:4px;margin:15px 0;outline:none;padding:0!important;position:relative}.wc-block-components-price-slider__range-input-wrapper:before{background:currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.wc-block-components-price-slider__range-input-wrapper.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:.5625em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider__range-input-wrapper.is-loading>*{visibility:hidden}.wc-block-components-price-slider__range-input-wrapper.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__range-input-wrapper.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:currentColor;background:var(--track-background);height:4px;left:0;position:absolute;top:0;width:100%}.wc-block-components-price-slider__controls{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:16px 0}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{border-radius:4px;border-width:1px;font-size:.875em;margin:0;max-width:80px;min-width:0;padding:8px;width:auto}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:60px}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>*{visibility:hidden}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-text{align-items:center;display:flex;justify-content:space-between;margin:24px 0}.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount{font-size:.875em}.wc-block-components-price-slider__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.wc-block-components-price-slider__range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;display:block;height:0;left:0;margin:0;outline:none;outline:none!important;padding:0!important;pointer-events:none;position:relative;position:absolute;top:0;width:100%}.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:-5px 0 0;padding:0;pointer-events:auto;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-webkit-slider-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider__range-input::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-moz-range-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-ms-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-ms-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{background-position-x:left;margin-left:-2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.rtl .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#af7dd1;background:var(--track-background)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}}@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports(-ms-ime-align:auto){.wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{background:transparent;border:3px solid;box-sizing:border-box}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{--range-color:currentColor;margin:-3px}.theme-twentytwentyone .wc-block-price-filter__range-input{background:transparent;margin:-3px;width:calc(100% + 6px)}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb{margin-top:-9px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{transform:translate(2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{transform:translate(-2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track{border-color:transparent!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{border:0;height:auto;height:50px;position:relative}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{display:none}.theme-twentytwentyone .wc-block-price-filter__range-input{height:100%;margin:0;width:100%}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;font-weight:700;margin:0}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{background-clip:padding-box;display:flex;flex-wrap:wrap;margin:0 -8px 16px;padding:0}.wc-block-grid__product{border-bottom:16px solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;box-sizing:border-box;float:none;list-style:none;margin:0;padding:0;position:relative;text-align:center;width:auto}.wc-block-grid__product.wc-block-grid__product{box-sizing:border-box}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-bottom:0;margin-top:auto;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.3333333333%;max-width:33.3333333333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.6666666667%;max-width:16.6666666667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.2857142857%;max-width:14.2857142857%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{font-size:.5em}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product{font-size:.58em}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product{font-size:.75em}.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull){font-size:.92em}@media(max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}}@media(min-width:481px)and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid;border-radius:4px;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:transparent;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wc-block-components-radio-control__option{color:inherit;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:1em 0;padding:0 0 0 2.25em;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{min-width:50%;text-align:right}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;display:inline-block;height:1.5em;left:0;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translateY(-50%);width:1.5em}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(https://grabmale-bodensee.de/wp-content/plugins/woo-gutenberg-products-block/build/%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-must-login-prompt{display:block}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1em;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon-link,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-state-input{margin-top:1.5em}.wc-block-components-tabs .wc-block-components-tabs__list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item{background:transparent;border:none;border-radius:0;box-shadow:inset 0 -1px currentColor;color:inherit;flex:auto;outline-offset:-1px;padding:12px 16px;text-align:center;transition:box-shadow .1s linear}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active{box-shadow:inset 0 -3px currentColor;font-weight:600;position:relative}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus{outline:1px dotted currentColor;outline-offset:-1px}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover{background:transparent}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content{display:inline-block;font-size:1em;font-weight:700;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg{height:1.2em;margin:.2em 0 -.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons{margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:1.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__content{padding:16px 0;text-transform:none}.wc-block-components-textarea{background-color:#fff;border:1px solid #50575e;border-radius:4px;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1.375;margin:0;padding:.75em 16px;width:100%}.has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-textarea::-moz-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea::placeholder{color:hsla(0,0%,100%,.6)}.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);color:#fff}.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin:0;overflow:hidden;padding:0;text-align:center;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{height:48px;width:100%}.wc-block-components-express-payment--checkout{margin-top:15px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-radius:5px 0 0 0;border-top:1px solid;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-radius:0 5px 0 0;border-right:1px solid;border-top:1px solid;content:"";display:block;flex-grow:1;height:4px;margin-left:12px;opacity:.3;pointer-events:none}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{padding:19px 24px 24px;position:relative}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-radius:0 0 5px 5px;border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li{display:inline-block;width:50%}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n){padding-left:8px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd){padding-right:8px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:only-child{display:block;padding:0;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{align-items:center;display:flex;margin:24px 0;padding:0 24px;text-align:center}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{border-bottom:1px solid;content:" ";flex:1;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description{display:block;margin:.25em 0 1em}.components-notice.wc-block-checkout__no-payment-methods-notice{margin-bottom:16px}.wc-block-card-elements{display:flex;width:100%}.wc-block-card-elements .wc-block-components-validation-error{position:static}.wc-block-gateway-container{margin-bottom:1.5em;position:relative;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;cursor:text;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;padding:.75em 0 .75em 16px;width:100%}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 24px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{margin-top:-24px;position:static}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#cc1818}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option{padding-left:56px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{content:none}.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input{left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child{margin:0;padding-bottom:1em;padding-top:1em}.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked{font-weight:700}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option{position:relative}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{border-style:solid;border-width:1px 1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after{border-width:1px}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after{border-width:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{align-items:center;display:flex;justify-content:flex-start}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img{height:24px;max-height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option{padding-left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input{display:none}.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned{height:28px;padding-top:14px}.wc-block-components-radio-control-accordion-content{padding:0 16px 1em}.wc-block-components-radio-control-accordion-content:empty{display:none}.wc-block-checkout__order-notes .wc-block-components-checkout-step__content{padding-bottom:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:2em;max-width:100%!important;min-height:15em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3{display:none}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{box-sizing:content-box;display:inline-block;margin-bottom:2em;padding-right:5%;text-align:center;vertical-align:top;width:30%}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3){padding-right:0}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name{font-weight:400}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price{display:block}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button{margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart{justify-content:center}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link){background-color:#eee;color:#333;font-weight:600;margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}@media(max-width:480px){.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{display:block;width:100%}}.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar{margin-bottom:24px;order:0}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart__submit{margin:0 0 16px;position:relative}.wc-block-cart__submit-button{box-sizing:border-box;margin:0;width:100%}.wc-block-cart .wc-block-cart__submit-container{padding:0}@media(min-width:783px){.wc-block-cart .wc-block-cart__submit-container--sticky{display:none}}@media(max-width:782px){.wc-block-cart .wc-block-cart__submit-container--sticky{background:#fff;bottom:0;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart .wc-block-cart__submit-container--sticky:before{box-shadow:0 -10px 20px 10px currentColor;color:hsla(0,0%,80%,.5);content:"";height:100%;left:0;position:absolute;right:0;top:0}}.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-error .wc-block-checkout-error__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-error .wc-block-checkout-error__title{display:block;font-weight:700;margin:0}.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.wc-block-checkout-empty{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-empty .wc-block-checkout-empty__title{display:block;font-weight:700;margin:0}.wc-block-checkout-empty .wc-block-checkout-empty__description{display:block;margin:.25em 0 1em}.wc-block-checkout__actions_row{align-items:center;display:flex;justify-content:space-between}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{height:auto;padding:1em;width:50%}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text{line-height:24px}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-large .wc-block-checkout__actions{padding:1.5em 0;position:relative}.is-large .wc-block-checkout__actions:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__form{margin:0;max-width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{clear:both;content:"";display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2){margin-top:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input{margin-top:1px;top:auto;transform:none}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout{display:block}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group{display:flex;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child{margin-left:auto}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group{display:none}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group{display:block}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em{font-style:inherit;text-transform:uppercase}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group{background-color:#f0f0f0;border-radius:4px;box-sizing:border-box;font-size:1em;margin-top:.5em;padding:1px .75em;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description{display:block;margin:.75em 0;text-align:left;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description{color:#757575}.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg{fill:currentColor;margin-top:-4px;vertical-align:middle}.wc-block-checkout__shipping-method-container{display:flex;gap:16px;justify-content:space-between;width:100%}.edit-post-visual-editor .wc-block-checkout__shipping-method-option,.wc-block-checkout__shipping-method-option{align-items:center;background-color:transparent;border:none;border-radius:0!important;box-shadow:none!important;color:inherit;display:flex;flex-basis:0%;flex-direction:column;flex-grow:1;gap:4px;height:100%;justify-content:center;min-height:80px;outline:1px solid currentColor;padding:16px 12px}.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.wc-block-checkout__shipping-method-option:focus,.wc-block-checkout__shipping-method-option:hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected{outline:3px solid currentColor}.wc-block-checkout__shipping-method-option-icon{fill:currentColor}.wc-block-checkout__shipping-method-option-title{font-size:1rem;font-weight:700}.wc-block-checkout__shipping-method-option-price{font-size:.875rem}.wc-block-checkout__shipping-method-option-price em{font-style:inherit;text-transform:uppercase}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-checkout__terms{margin:1.5em 0}.wc-block-checkout__terms textarea{position:relative;top:-5px}.wc-block-checkout__terms.wc-block-checkout__terms--disabled{opacity:.6}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;display:block;flex-basis:0%;flex-grow:1}.wc-block-checkout__sidebar .wc-block-components-totals-footer-item{margin:0;padding:0}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:24px;order:0}.wc-block-checkout__add-note{margin:1.5em 0}.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note{margin-bottom:1em;margin-top:1em;padding:1em 0;position:relative}.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__add-note .wc-block-components-textarea{margin-top:16px}.wc-block-checkout__order-notes.wc-block-components-checkout-step{padding-left:0}.wp-block-woocommerce-checkout{margin:0}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wp-block-woocommerce-checkout.is-loading{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block{padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{box-sizing:border-box;margin:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:none;line-height:1;margin:0 0 1.5em;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>*{visibility:hidden}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{-webkit-animation:none;animation:none}}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block{display:block;min-height:10em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block{display:block;min-height:24em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{display:block;margin-left:50%;min-height:4em;width:50%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block{display:block;min-height:47em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:1em;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:16px;padding-right:16px}@media only screen and (max-width:700px){.wp-block-woocommerce-checkout.is-loading{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding:0;width:100%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:0;padding-right:0}}.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.wp-block-woocommerce-featured-category{background-color:transparent;border-color:transparent;box-sizing:border-box;color:#fff}.wc-block-featured-category{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-category.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-category__selection{width:100%}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation{margin-right:0;text-align:right}.wc-block-featured-category.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover{color:#fff}.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-category .wc-block-featured-category__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-category__description{color:inherit}.wc-block-featured-category__description p{margin:0}.wc-block-featured-category .wc-block-featured-category__title{color:inherit;margin-top:0}.wc-block-featured-category .wc-block-featured-category__title div{color:inherit}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-category .wp-block-button.aligncenter{text-align:center}.wp-block-woocommerce-featured-product{background-color:transparent;border-color:transparent;box-sizing:border-box;color:#fff}.wc-block-featured-product{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-product.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-product__selection{width:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-product .wc-block-featured-product__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-product__description{color:inherit}.wc-block-featured-product__description p{margin:0}.wc-block-featured-product .wc-block-featured-product__title{color:inherit;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title div{color:inherit}.wc-block-featured-product .wc-block-featured-product__title:before{display:none}.wc-block-featured-product__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{border:0;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{line-height:1.5;margin:0}.wc-block-mini-cart__badge,.wc-block-mini-cart__quantity-badge{align-items:center;display:flex}.wc-block-mini-cart__badge{background:transparent;border:.15em solid;border-radius:1em;box-sizing:border-box;color:inherit;font-size:.875em;font-weight:600;height:1.4285714286em;justify-content:center;margin-left:-.7142857143em;min-width:1.4285714286em;padding:0 .25em;transform:translateY(-50%);white-space:nowrap;z-index:1}.wc-block-mini-cart__icon{display:block;height:1.5em;width:1.5em}html[dir=rtl] .wc-block-mini-cart__icon{transform:scaleX(-1)}.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0 0 2em}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;line-height:inherit;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes{margin:0}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>*{visibility:hidden}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before{content:" "}.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before{content:" "}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price{display:block;margin-top:.25em;max-width:3em}.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before{content:" "}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:460px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before{content:" "}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.wc-block-cart-item__total-price-and-sale-badge-wrapper{align-items:flex-end;display:flex;flex-direction:column}.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge{margin-top:4px}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{-ms-grid-columns:80px 132px;display:-ms-grid;display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column-span:2;-ms-grid-column-align:stretch;-ms-grid-column:2;grid-column-end:4;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-row-align:end;align-self:end;-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;padding-right:16px;padding-top:16px;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{padding:16px 0 16px 16px;position:relative;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0;margin:0}.is-large.wc-block-cart .wc-block-cart__totals-title{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;display:block;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;font-weight:600;letter-spacing:inherit;line-height:inherit;margin:0;padding:.25rem 0;text-align:right;text-decoration:inherit;text-transform:inherit;text-transform:uppercase;vertical-align:baseline}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel){padding-left:16px;padding-right:16px}.is-large.wc-block-cart .wc-block-cart__payment-options{padding:16px 0 0}.is-large.wc-block-cart .wc-block-cart__payment-options:empty{padding:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block{box-sizing:border-box;margin:0;min-height:10em;padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:15em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{box-sizing:border-box;margin:0;min-height:12em;padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin:0 0 1em;max-width:100%!important;min-height:3em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block{height:20em}@media only screen and (max-width:700px){.wp-block-woocommerce-cart.is-loading{padding-top:16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{padding:0;width:100%}}.wc-block-mini-cart{display:inline-block}.wc-block-mini-cart__button{align-items:center;background-color:transparent;border:none;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:.75em .5em}.wc-block-mini-cart__button:hover:not([disabled]){opacity:.6}.wc-block-mini-cart__amount{display:none}.wc-block-mini-cart__tax-label{margin-right:.5em}@media screen and (min-width:768px){.wc-block-mini-cart__amount{display:initial;font-size:inherit;font-weight:inherit;margin-right:8px}}.modal-open .wc-block-mini-cart__button{pointer-events:none}.wc-block-mini-cart__drawer{font-size:1rem}.wc-block-mini-cart__drawer .components-modal__content .components-modal__header .components-button{margin:unset;padding:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices{margin:16px 40px -16px 16px;margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice{margin-bottom:unset}.wc-block-mini-cart__drawer .components-modal__content{padding:0;position:relative}.wc-block-mini-cart__drawer .components-modal__header{height:56px;position:relative;position:absolute;right:4px;top:40px}.wc-block-mini-cart__drawer .components-modal__header button{margin:0;right:0;transform:translateY(-50%)}.wc-block-mini-cart__drawer .components-modal__header svg{fill:currentColor;display:block}.wp-block-woocommerce-mini-cart-contents{box-sizing:border-box;height:100vh;justify-content:center;padding:0}:where(.wp-block-woocommerce-mini-cart-contents){background:#fff}.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block{display:flex;flex-direction:column;height:100vh}.wp-block-woocommerce-empty-mini-cart-contents-block{justify-content:center}.wp-block-woocommerce-filled-mini-cart-contents-block{justify-content:space-between}.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper{overflow-y:auto;padding:40px 16px 16px}h2.wc-block-mini-cart__title{font-size:2em;margin:40px 16px 0}.wc-block-mini-cart__items{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:16px 16px 0}.wc-block-mini-cart__items .wc-block-mini-cart__products-table{margin-bottom:auto;margin-right:-16px;padding-right:16px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row{padding-bottom:8px;padding-top:8px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after{content:none}.wc-block-mini-cart__footer{border-top:1px solid #ddd;padding:24px 16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{font-weight:600;margin-bottom:16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:none;font-size:.75em;font-weight:400}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:unset}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions{display:flex;gap:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button{flex-grow:1}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined{display:none}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined{display:inline-flex}}.wc-block-mini-cart__footer .wc-block-components-payment-method-icons{margin-top:16px}.wc-block-mini-cart__shopping-button{display:flex;justify-content:center}.wc-block-mini-cart__shopping-button a{border:2px solid;color:currentColor;font-weight:600;padding:12px 24px;text-decoration:none}.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.admin-bar .wp-block-woocommerce-mini-cart-contents{margin-top:32px}.admin-bar .wp-block-woocommerce-empty-mini-cart-contents-block,.admin-bar .wp-block-woocommerce-filled-mini-cart-contents-block,.admin-bar .wp-block-woocommerce-mini-cart-contents{height:calc(100vh - 32px)}.admin-bar .wc-block-components-drawer .components-modal__header .components-button{top:32px}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-top:1.5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-checkbox label{align-items:flex-start;display:flex;font-size:.875em;position:relative}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:2px solid #50575e;border-radius:2px;box-sizing:border-box;font-size:1em;height:1.5em;margin:0 1em 0 0;min-height:1.5em;min-width:1.5em;overflow:hidden;position:static;vertical-align:middle;width:1.5em}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#fff;border-color:#50575e}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid #50575e;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before{content:""}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid hsla(0,0%,100%,.6);outline-offset:2px}.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a{color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover{border-color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus{outline:2px solid #cc1818;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#000;height:1.125em;margin-left:.1875em;margin-top:.0625em;pointer-events:none;position:absolute;width:1.125em}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span{line-height:1.5em;vertical-align:middle}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-checkbox__mark{display:none}}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]{background-color:#fff;border-color:var(--form--border-color);position:relative}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#fff;border-color:var(--form--border-color)}.theme-twentytwentyone .wc-block-components-checkbox__mark{display:none}.wc-block-components-panel.has-border{position:relative}.wc-block-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after{border-top-width:0}.wc-block-components-panel.has-border.no-top-border{position:relative}.wc-block-components-panel.has-border.no-top-border:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel__button{border:0;border-radius:0;height:auto;line-height:1;margin:.375em 0 0;padding:.375em 32px 0 0;position:relative;text-align:left;vertical-align:baseline;width:100%;word-break:break-word}.wc-block-components-panel__button[aria-expanded=true]{margin-bottom:.375em;padding-bottom:.375em}.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover{background:transparent;box-shadow:none;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-panel__button>.wc-block-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-block-components-panel__content[hidden]{display:none}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button{background-color:inherit;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button{background:none transparent;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover{background:none transparent}.wc-block-store-notice{border:2px solid;border-radius:4px;font-size:.875em;margin:16px 0;padding:.5em}.wc-block-store-notice .components-notice__content{position:relative}.wc-block-store-notice .components-notice__content>div{padding-left:2.5em}.wc-block-store-notice .components-notice__content svg{height:2em;left:0;position:absolute;top:50%;transform:translateY(-50%);vertical-align:middle;width:2em}.wc-block-store-notice.is-warning{background-color:#fffdf9;border-color:#fec}.wc-block-store-notice.is-warning .components-notice__content svg{fill:#f9b51f}.wc-block-store-notice.is-info{background-color:#e7f6f9;border-color:#c8f6ff}.wc-block-store-notice.is-info .components-notice__content svg{fill:#419ece}.wc-block-store-notice.is-error{background-color:#f8ebea;border-color:#ffd4cd}.wc-block-store-notice.is-error .components-notice__content svg{fill:#cd433b}.wc-block-components-notices{display:block;margin:1.5em 0}.wc-block-components-notices:first-child{margin-top:0}.wc-block-components-notices:empty{margin:0}.wc-block-components-notices .wc-block-components-notices__notice{display:flex;flex-wrap:nowrap;margin:0}.wc-block-components-notices .wc-block-components-notices__notice a{text-decoration:underline}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;border:0;color:currentColor;margin:0 0 0 auto;outline:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:currentColor;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child{margin-top:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child{margin-bottom:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul{list-style:none;margin:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li{margin:.25em 0 0}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice{padding:1.5rem 3rem}.wc-block-components-notices__snackbar{bottom:20px;left:16px;position:fixed;width:auto}@media(max-width:782px){.wc-block-components-notices__snackbar{bottom:auto;left:0;position:fixed;top:10px}.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input{margin-top:1.5em;position:relative;white-space:nowrap}.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{transition:none}}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;min-height:0;padding:.75em 0;text-indent:16px;width:100%}.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number]{-moz-appearance:textfield}.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em}.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#cc1818}.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover{border-color:#f18c8c}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #f18c8c}.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label{color:#cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label{color:#f18c8c}.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child{margin-top:1.5em}.wc-block-components-totals-wrapper{padding:16px 0;position:relative}.wc-block-components-totals-wrapper:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.has-bottom-border:after{border-bottom-width:1px}.wc-block-components-totals-wrapper:empty{padding:0}.wc-block-components-totals-wrapper:empty:after{content:none}.wc-block-components-totals-wrapper.slot-wrapper{padding:0}.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:16px 0;position:relative}.wc-block-components-totals-wrapper.slot-wrapper>*>:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after{border-bottom-width:0}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child{position:relative}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-item{box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.wc-block-components-totals-item__label{flex-grow:1}.wc-block-components-totals-item__value{font-weight:700;white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-components-validation-error{color:#cc1818;font-size:.75em;max-width:100%;white-space:normal}.wc-block-components-validation-error>p{margin:0;padding:4px 0 0}.has-dark-mode-palette .wc-block-components-validation-error{color:#f18c8c}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}.wp-block-woocommerce-active-filters h1,.wp-block-woocommerce-active-filters h2,.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-active-filters h4,.wp-block-woocommerce-active-filters h5,.wp-block-woocommerce-active-filters h6{text-transform:inherit}.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title{height:1em}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{background:transparent;border:none;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:15px 0 0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:transparent}.wc-block-active-filters .wc-block-active-filters__clear-all:hover{color:inherit;text-decoration:none}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:transparent;color:inherit}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;display:inline-block;float:right;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list{clear:both;list-style:none outside;margin:0 0 4px;padding:0}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:12px}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips{align-items:flex-end;flex-direction:row;flex-wrap:wrap;gap:0 10px}.wc-block-active-filters .wc-block-active-filters__list li{list-style:none outside;margin:9px 0 0;padding:0}.wc-block-active-filters .wc-block-active-filters__list li ul{list-style:none outside;margin:0;padding:0}.wc-block-active-filters .wc-block-active-filters__list>li:first-child,.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;display:inline-block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:13px;box-shadow:none;color:currentColor!important;display:block;display:inline-block;height:1em;line-height:1;margin-right:15px!important;max-width:100%!important;min-width:70px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span{margin-right:0!important}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3){flex-grow:1;max-width:200px}.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name{margin:9px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-type{display:block;font-size:.75em;font-weight:700;letter-spacing:.1em;margin:16px 0 0;text-transform:uppercase}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-style:italic;font-weight:400}.wc-block-active-filters .wc-block-active-filters__list-item-name{align-items:center;display:flex;font-size:.875em;padding:0;position:relative}.wc-block-active-filters .wc-block-active-filters__list-item-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;color:currentColor;font-size:.75em;height:16px;line-height:16px;margin:0 .5em 0 0;padding:0;width:16px}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover{background:#949494}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled{color:#e0e0e0;cursor:not-allowed}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{margin-bottom:.1875em;margin-top:.1875em}.wp-block-woocommerce-attribute-filter{border-style:none!important}.wp-block-woocommerce-attribute-filter h1,.wp-block-woocommerce-attribute-filter h2,.wp-block-woocommerce-attribute-filter h3,.wp-block-woocommerce-attribute-filter h4,.wp-block-woocommerce-attribute-filter h5,.wp-block-woocommerce-attribute-filter h6{text-transform:inherit}.wc-block-attribute-filter{border-color:inherit;border-radius:inherit;margin-bottom:16px}.wc-block-attribute-filter .is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-attribute-filter .is-loading>*{visibility:hidden}.wc-block-attribute-filter .is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-attribute-filter .is-loading{-webkit-animation:none;animation:none}}.wc-block-attribute-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-attribute-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0;width:100%}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-attribute-filter__conditions-toggle,.wc-block-attribute-filter__display-toggle,.wc-block-attribute-filter__multiple-toggle{width:100%}.wc-block-attribute-filter__instructions{border-bottom:1px solid #f0f0f0;padding-bottom:1em}.wc-block-attribute-filter__selection{padding-top:1em}.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label{color:inherit;color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button{font-size:.875em;margin-top:0}.editor-styles-wrapper .wc-block-components-checkbox,.wc-block-components-checkbox{margin-top:1em}.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,.wc-block-attribute-filter__button.wc-block-attribute-filter__button{font-size:.875em;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:.5em 1em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.woocommerce.wc-block-breadcrumbs{font-size:inherit}.woocommerce.wc-block-catalog-sorting form{float:none}.woocommerce.wc-block-catalog-sorting select{font-family:inherit;font-size:inherit}.wp-block-woocommerce-customer-account a{align-items:center;color:currentColor!important;display:flex;text-decoration:none!important}.wp-block-woocommerce-customer-account a:hover{text-decoration:underline!important}.wp-block-woocommerce-customer-account a .icon+.label{margin-left:8px}.wp-block-woocommerce-customer-account a .icon{height:1em;width:1em}:where(div[data-block-name="woocommerce/legacy-template"]){margin-left:auto;margin-right:auto;max-width:1000px}.wp-block-woocommerce-price-filter{border-color:#757575;border-radius:4px;border-style:none!important}.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6{text-transform:inherit}.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider{border-color:inherit;border-radius:inherit}.wc-block-price-filter__controls input{border-color:inherit!important;border-radius:inherit!important;border-style:solid}.wc-block-price-filter__controls .input-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:2em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5.625em;z-index:1}.wc-block-price-filter__controls .input-loading>*{visibility:hidden}.wc-block-price-filter__controls .input-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-price-filter__controls .input-loading{-webkit-animation:none;animation:none}}.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button{font-size:.875em;padding:.5em 1em}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{clear:both;list-style:none outside;margin:4px 0 4px 60px}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{border:1px solid #eee;display:inline-block;margin:0 .5em 0 -60px;max-width:50px;padding:0;position:relative;vertical-align:middle}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{display:block;height:auto;margin:0;max-width:100%;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{background:currentColor;display:inline-block;height:1em;min-width:200px;opacity:.2;width:50%}.wc-block-product-categories__button{align-items:center;display:flex;margin:0;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}.color-block-support-panel .wc-block-feedback-prompt{grid-column:1/-1}.woocommerce.wc-block-product-results-count .woocommerce-result-count{float:none;font-size:inherit}.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{flex-grow:1;line-height:1.8;padding:6px 8px}.wc-block-product-search .wc-block-product-search__button{align-items:center;cursor:pointer;display:flex;margin:0 0 0 6px;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-rating-filter.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-rating-filter.is-loading>*{visibility:hidden}.wc-block-rating-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-rating-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-rating-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-rating-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-rating-filter .wc-block-components-product-rating__stars{display:inline-block;height:1em;line-height:1}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-rating-filter .wc-block-components-product-rating{margin-bottom:0}.wp-block-woocommerce-rating-filter{margin-bottom:24px}.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label{cursor:pointer}.wc-block-rating-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-rating-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,.wc-block-rating-filter__actions .wc-block-rating-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-stock-filter h1,.wp-block-woocommerce-stock-filter h2,.wp-block-woocommerce-stock-filter h3,.wp-block-woocommerce-stock-filter h4,.wp-block-woocommerce-stock-filter h5,.wp-block-woocommerce-stock-filter h6{text-transform:inherit}.wc-block-stock-filter{margin-bottom:24px}.wc-block-stock-filter.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-stock-filter.is-loading>*{visibility:hidden}.wc-block-stock-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-stock-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-stock-filter .wc-block-stock-filter-list{margin:0}.wc-block-stock-filter .wc-block-stock-filter-list li label{cursor:pointer}.wc-block-stock-filter .wc-block-stock-filter-list li input{cursor:pointer;display:inline-block}.wc-block-stock-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-stock-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-stock-filter .wc-block-components-product-rating{margin-bottom:0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.wc-block-stock-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,.wc-block-stock-filter__actions .wc-block-stock-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}body:has(.ultp-builder-container):has(.alignfull),body:has(.ultp-template-container):has(.alignfull){overflow-x:hidden}.ultp-template-container{box-sizing:border-box}.ultp-template-container .ultp-image{max-width:100%}.ultp-template-container .ultp-block-image img{max-width:100%}.ultp-template-container .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw}.ultp-image{max-width:100%}.ultp-block-image img{max-width:100%}.ultp-image-block.ultp-image-block-roateLeft img,.ultp-image-block.ultp-image-block-rotateRight img,.ultp-image-block.ultp-image-block-zoomIn img,.ultp-image-block.ultp-image-block-zoomOut img{transition:.4s}.ultp-image-block{line-height:0;display:inline-block;overflow:hidden;position:relative;transition:.4s}.ultp-image-block .ultp-imag-empty{background:#f5f5f5;width:400px;height:250px;position:relative;border:1px solid #e5e5e5;border-radius:0}.ultp-image-block .ultp-imag-empty>span{right:0;top:20px;position:absolute;width:100%;display:inline-block;text-align:center;cursor:pointer;z-index:3}.ultp-image-block .ultp-imag-empty>span span{position:relative;border:2px dashed #c3c3c3;padding:8px 20px 8px 30px;border-radius:4px;background:#dadada;font-size:18px!important;display:inline-block}.ultp-image-block .ultp-imag-empty>span span:before{content:"\f317";font-family:dashicons;position:absolute;left:8px;top:6px;font-size:20px}.ultp-image-block .ultp-image-close-icon{position:absolute;right:10px;top:10px;cursor:pointer;z-index:3;background:#ea0e0e;color:#fff;border-radius:100px;font-size:22px;width:24px;height:24px;line-height:24px;transition:.4s}.ultp-image-block .ultp-image-close-icon:hover{background:#d40e0e}.ultp-image-block .ultp-image-button{position:absolute;left:0;top:0;bottom:0;right:0;display:flex;z-index:2}.ultp-image-block .ultp-image-button a{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transition:.4s}.ultp-image-block .ultp-image-button a:hover{text-decoration:none}.ultp-image-block .ultp-image-button.ultp-image-button-centerCenter{align-items:center;justify-content:center;text-align:center}.ultp-image-block .ultp-image-button.ultp-image-button-leftTop{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.ultp-image-block .ultp-image-button.ultp-image-button-rightTop{justify-content:flex-end;text-align:right;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.ultp-image-block .ultp-image-button.ultp-image-button-bottomLeft{justify-content:flex-start;text-align:left;-webkit-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.ultp-image-block .ultp-image-button.ultp-image-button-bottomRight{justify-content:flex-end;text-align:right;-webkit-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.ultp-image-block a{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:inline-block}.ultp-image-block.ultp-image-block-opacity{overflow:hidden}.ultp-image-block.ultp-image-block-opacity img{transition:opacity .4s ease-in-out}.ultp-image-block.ultp-image-block-zoomIn img{transform:scale(1)}.ultp-image-block.ultp-image-block-zoomOut img{transform:scale(1.3)}.ultp-image-block.ultp-image-block-roateLeft img{transform:rotate(0) scale(1)}.ultp-image-block.ultp-image-block-rotateRight img{transform:rotate(0) scale(1)}.ultp-image-block.ultp-image-block-opacity img{opacity:1}.ultp-image-block.ultp-image-block-overlay:before{bottom:0;content:"";display:block;width:100%;position:absolute;z-index:1;pointer-events:none}.ultp-image-block.ultp-image-block-overlay.ultp-image-block-custom:before{height:100%}.ultp-image-block.ultp-image-block-overlay.ultp-image-block-default:before{background-color:#000;opacity:.6;height:100%}.ultp-image-block.ultp-image-block-overlay.ultp-image-block-simgleGradient:before{background:linear-gradient(to bottom,rgba(0,0,0,.4) 20%,#000 90%);opacity:.6;height:100%}.ultp-image-block.ultp-image-block-overlay.ultp-image-block-multiColour:before{opacity:.75;box-shadow:inset 0 0 50px 0 rgba(0,0,0,.4);height:100%;background:#d760b7;background:-webkit-gradient(left top,right bottom,color-stop(0,#d760b7),color-stop(100%,#3b78b4));background:linear-gradient(135deg,#d760b7 0,#3b78b4 100%)}.ultp-image-block.ultp-image-block-overlay.ultp-image-block-flat:before{opacity:.8;height:100%;background:#292484;background:-webkit-gradient(left bottom,right top,color-stop(0,#292484),color-stop(100%,#dc4225));background:linear-gradient(20deg,#292484 0,#dc4225 100%)}.ultp-image-block-wrapper:hover .ultp-image-block.ultp-image-block-zoomIn img{transform:scale(1.3)}.ultp-image-block-wrapper:hover .ultp-image-block.ultp-image-block-zoomOut img{transform:scale(1)}.ultp-image-block-wrapper:hover .ultp-image-block.ultp-image-block-roateLeft img{transform:rotate(5deg) scale(1.3)}.ultp-image-block-wrapper:hover .ultp-image-block.ultp-image-block-rotateRight img{transform:rotate(-5deg) scale(1.3)}.ultp-image-block-wrapper:hover .ultp-image-block.ultp-image-block-opacity img{opacity:.5}ul.ultp-news-ticker,ul.ultp-news-ticker li{width:100%;padding:0!important;margin-bottom:0;list-style-type:none!important}.ultp-newsTicker-wrap{overflow:hidden;position:relative;border:none;background:unset}.ultp-block-items-wrap>.ultp-newsTicker-wrap{box-sizing:content-box}.ultp-newstick-marquee .ultp-news-ticker li{margin-top:0!important;margin-right:0!important}.ultp-newstick-horizontal .ultp-news-ticker li{margin-top:0!important}.ultp-newstick-typewriter .ultp-news-ticker li,.ultp-newstick-vertical .ultp-news-ticker li{margin:0}.ultp-news-ticker-label{position:relative;width:auto;color:#fff;line-height:normal;display:flex;align-items:center;position:absolute;z-index:11;top:0;bottom:0;left:auto;float:left;background:#1974d2;border-bottom-right-radius:0;border-top-right-radius:0;margin:0;padding-top:0!important;padding-bottom:0!important;padding:0 10px}.ultp-news-ticker-label::after{content:"";display:block;width:0;height:0;border-top:22.7px solid;border-left:24px solid;border-bottom:22.7px solid;position:absolute;z-index:1}.editor-styles-wrapper .ultp-newsTicker-wrap ul li,.ultp-news-ticker li{display:inline-block}.editor-styles-wrapper .ultp-newsTicker-wrap ul li a,.ultp-news-ticker li a{display:flex;align-items:center}.editor-styles-wrapper .ultp-newsTicker-wrap ul li img,.ultp-news-ticker li img{height:30px!important;-o-object-fit:cover;object-fit:cover;display:inline}.editor-styles-wrapper .ultp-newsTicker-wrap ul li div,.ultp-news-ticker li div{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%;white-space:nowrap;display:flex;align-items:center;justify-content:flex-start}.editor-styles-wrapper .ultp-newsTicker-wrap ul li div img,.ultp-news-ticker li div img{height:30px!important;-o-object-fit:cover;object-fit:cover;display:block}.editor-styles-wrapper .ultp-newsTicker-wrap ul li div span,.ultp-news-ticker li div span{display:block}.editor-styles-wrapper .ultp-newsTicker-wrap ul li div .ultp-ticker-timebadge,.ultp-news-ticker li div .ultp-ticker-timebadge{margin-left:7px}.rtl .ultp-ticker-timebadge{margin-left:auto;margin-right:7px}.ultp-news-ticker-box{height:100%;overflow:hidden}.ultp-news-ticker-box ul{width:100%;list-style-type:none!important;padding:0;margin:0!important}.ultp-news-ticker-box ul li a{text-decoration:none}.ultp-news-ticker-controls{display:flex;display:-ms-flexbox;align-items:center;position:absolute;height:100%;right:0;top:0}.ultp-news-ticker-controls button{display:inline-block;height:45px;width:40px;border:none;border-radius:0;padding:0;cursor:pointer;background:0 0}.ultp-news-ticker-controls button:focus{border:none;outline:0}.ultp-news-ticker-controls button.ultp-news-ticker-arrow{display:inline-block;border:none;margin:0;position:relative}.ultp-news-ticker-controls button.ultp-news-ticker-pause{position:relative;display:inline-block}.ultp-news-ticker-controls .ultp-news-ticker-arrow{border-radius:0}.ultp-news-ticker-controls .ultp-news-ticker-pause{border:none!important}.rtl .ultp-news-ticker-controls{left:0!important;right:auto}.ultp-list-box{position:relative}.ultp-list-box::before{content:" ";position:absolute;width:7px;height:7px;border:none;left:-24px;box-sizing:border-box}.ultp-list-circle::before{content:" ";position:absolute;width:7px;height:7px;border:none;left:-24px;border-radius:50px}.ultp-list-hand::before{transition:.4s;content:"☞";padding-right:15px;font-size:20px}.ultp-list-right-sign::before{transition:.4s;content:"➢";padding-right:15px;font-size:20px}.ultp-list-right-bold::before{transition:.4s;content:"▶";padding-right:15px;font-size:20px}.ultp-newstick-marquee ul{display:flex;align-items:center}.ultp-newstick-marquee ul li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block!important}.ultp-newstick-marquee ul li a{white-space:nowrap}.ultp-newstick-marquee ul li span{white-space:nowrap}.ultp-nav-Angle2 button.ultp-news-ticker-arrow{display:flex;align-items:center;justify-content:center}.ultp-nav-Angle2 svg{width:17px;display:block}.ultp-nav-Angle2 button.ultp-news-ticker-pause:before{position:absolute;content:"";width:10px;height:13px;border-color:#999;border-style:solid;border-width:0 2px 0;transform:translate(-50%,-50%);left:50%;top:50%;box-sizing:border-box}.ultp-nav-icon2 svg{width:20px}.ultp-nav-icon2 button.ultp-news-ticker-pause:before{position:absolute;content:"";width:12px;height:17px;border-style:solid;border-width:0 3.5px;box-sizing:border-box;transform:translate(-50%,-50%);left:50%;top:50%}.ultp-nav-icon2 .ultp-news-ticker-prev::before{content:" ";width:0;height:0;display:block;border-top:10px solid transparent;border-right:13px solid;border-bottom:10px solid transparent;margin-left:auto}.ultp-nav-icon2 .ultp-news-ticker-next::before{content:" ";width:0;height:0;border-top:10px solid transparent;border-left:13px solid;border-bottom:10px solid transparent;display:block;margin-right:auto}.ultp-nav-Angle button.ultp-news-ticker-arrow{display:flex;align-items:center;justify-content:center}.ultp-nav-Angle svg{width:20px;display:block}.ultp-nav-Angle button.ultp-news-ticker-pause:before{position:absolute;content:"";width:12px;height:15px;border-style:solid;border-width:0 3.5px;box-sizing:border-box;transform:translate(-50%,-50%);left:50%;top:50%}.ultp-nav-ArrowLg button.ultp-news-ticker-arrow{display:flex;align-items:center;justify-content:center}.ultp-nav-ArrowLg svg{width:20px;display:block}.ultp-nav-ArrowLg button.ultp-news-ticker-pause:before{position:absolute;content:"";width:12px;height:15px;border-style:solid;border-width:0 3.5px;box-sizing:border-box;transform:translate(-50%,-50%);left:50%;top:50%}.ultp-news-ticker-nav1 .ultp-news-ticker-next::before,.ultp-news-ticker-nav1 .ultp-news-ticker-prev::before{margin:0 auto}.ultp-news-ticker-nav1 .ultp-news-ticker-controls{padding-left:0}.ultp-news-ticker-nav2 .ultp-news-ticker-arrow{width:28px;height:26px!important;border-radius:2px;margin:0 5px!important}.ultp-news-ticker-nav2 .ultp-news-ticker-controls{padding:0 10px}.ultp-news-ticker-nav2 .ultp-news-ticker-next::before,.ultp-news-ticker-nav2 .ultp-news-ticker-prev::before{margin:0 auto}.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-prev:after{right:-2px;left:auto}.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-next:after{left:7px;right:auto}.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-next:after{left:7px;right:auto}.ultp-news-ticker-nav3 .ultp-news-ticker-controls button.ultp-news-ticker-pause:before{width:8px;border-width:0 3px;box-sizing:border-box}.ultp-news-ticker-nav3 .ultp-news-ticker-pause:after{content:"";width:25px;height:25px;display:block;border-width:0 4px;border-radius:26px;background:rgba(0,0,0,.14);margin:0 auto}.ultp-news-ticker-nav3 .ultp-news-ticker-arrow{width:26px}.ultp-news-ticker-nav3 .ultp-news-ticker-next::before{margin-left:5px}.ultp-news-ticker-nav3 .ultp-news-ticker-prev::before{margin-right:5px}.ultp-news-ticker-nav3.ultp-nav-icon2 button.ultp-news-ticker-pause:before{height:10px}.ultp-news-ticker-nav4 .ultp-news-ticker-controls{padding-right:10px;padding-left:10px}.ultp-news-ticker-nav4 .ultp-news-ticker-controls button{width:auto;height:auto;background-color:transparent;margin:0 8px}.ultp-block-wrapper .ultp-news-ticker-nav4 .ultp-news-ticker-controls button.ultp-news-ticker-arrow{background:0 0}.ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-prev:after{transform:translate(-50%,-50%) rotate(135deg)}.ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-next:after{transform:translate(-50%,-50%) rotate(315deg)}.ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-prev:after{transform:translate(-50%,-50%) rotate(133deg)}.ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-next:after{transform:translate(-50%,-50%) rotate(317deg)}.rtl .ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-prev:after{transform:translate(-50%,-50%) rotate(135deg)}.rtl .ultp-news-ticker-controls.ultp-news-ticker-horizontal-controls button.ultp-news-ticker-next:after{transform:translate(-50%,-50%) rotate(315deg)}.rtl .ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-prev:after{transform:translate(-50%,-50%) rotate(133deg)}.rtl .ultp-news-ticker-controls.ultp-news-ticker-vertical-controls button.ultp-news-ticker-next:after{transform:translate(-50%,-50%) rotate(317deg)}.rtl .ultp-nav-Angle2 svg,.rtl .ultp-news-ticker-controls button.ultp-news-ticker-arrow svg{transform:rotate(180deg)}.rtl .ultp-nav-icon2 .ultp-news-ticker-prev::before{transform:rotate(180deg)}.rtl .ultp-nav-icon2 .ultp-news-ticker-next::before{transform:rotate(-180deg)}.ultp-newstick-marquee .ultp-news-ticker{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.ultp-newstick-marquee .active{display:block!important;-webkit-animation:none!important;animation:none!important}.ultp-newstick-typewriter .active .title-text{height:100%;overflow:hidden;white-space:nowrap;letter-spacing:.1px!important;padding:2px 5px 2px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite;border-right:.15em solid #000}.ultp-newstick-typewriter .ultp-animation-normal .active{display:block!important}.ultp-newstick-typewriter .ultp-animation-fadein .active{display:block!important;-webkit-animation:FadeIn 5s;animation:FadeIn 5s}.ultp-newstick-typewriter .ultp-animation-fadeout .active{display:block!important;-webkit-animation:FadeOut ease-out 1s;animation:FadeOut ease-out 1s}.rtl .ultp-newstick-typewriter .title-text{border-left:.15em solid #000;border-right:none;padding-left:5px}.ultp-news-ticker{position:relative}.ultp-news-ticker li{display:none}ul.ultp-news-ticker .active{display:block!important}.ultp-animation-slide.ultp-sliderDir-left .active{display:block!important;-webkit-animation:left-animation 3s;animation:left-animation 3s}.rtl .ultp-animation-slide.ultp-sliderDir-left .active{display:block!important;-webkit-animation:left-rtl 3s!important;animation:left-rtl 3s!important}.ultp-animation-slide.ultp-sliderDir-right .active{display:block!important;-webkit-animation:right-animation 3s;animation:right-animation 3s}.rtl .ultp-animation-slide.ultp-sliderDir-right .active{display:block!important;-webkit-animation:right-rtl 3s;animation:right-rtl 3s}.ultp-animation-slide.ultp-sliderDir-up .active{display:block!important;-webkit-animation:up-animation 1s;animation:up-animation 1s}.ultp-animation-slide.ultp-sliderDir-down .active{display:block!important;-webkit-animation:down-animation 1s;animation:down-animation 1s}.ultp-animation-fadein .active{display:block!important;-webkit-animation:FadeIn 2s;animation:FadeIn 2s}.ultp-animation-fadeout .active{display:block!important;-webkit-animation:FadeOut 1s;animation:FadeOut 1s}@-webkit-keyframes left-animation{from{margin-left:-100%}to{margin-left:0}}@keyframes left-animation{from{margin-left:-100%}to{margin-left:0}}@-webkit-keyframes left-rtl{from{margin-right:100%}to{margin-right:0}}@keyframes left-rtl{from{margin-right:100%}to{margin-right:0}}@-webkit-keyframes right-animation{from{margin-left:100%}to{margin-left:0}}@keyframes right-animation{from{margin-left:100%}to{margin-left:0}}@-webkit-keyframes right-rtl{from{margin-right:-100%}to{margin-right:0}}@keyframes right-rtl{from{margin-right:-100%}to{margin-right:0}}@-webkit-keyframes up-animation{from{margin-top:-100px}to{margin-top:0;margin-bottom:0}}@keyframes up-animation{from{margin-top:-100px}to{margin-top:0;margin-bottom:0}}@-webkit-keyframes down-animation{from{margin-top:100px}to{margin-top:0;margin-bottom:0}}@keyframes down-animation{from{margin-top:100px}to{margin-top:0;margin-bottom:0}}@-webkit-keyframes FadeIn{from{opacity:0}to{opacity:1}}@keyframes FadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes FadeOut{from{opacity:1}to{opacity:0}}@keyframes FadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes typing{from{width:0}to{width:100%}}@keyframes typing{from{width:0}to{width:100%}}@-webkit-keyframes blink-caret{50%{border-color:transparent}}@keyframes blink-caret{50%{border-color:transparent}}@media (min-width:768px){.ultp-newsTicker-wrap{margin-top:0}}@media (max-width:575px){.ultp-news-ticker-label{display:none!important}.ultp-news-ticker-box{padding-left:10px!important;padding-right:120px}.ultp-newsTicker-wrap{margin:0}}.ultp-builder-container{margin:0 auto}.ultp-builder-container.ultp-widget-right{display:grid;grid-column-gap:30px;grid-template-columns:70% auto}.ultp-builder-container.ultp-widget-left{display:grid;grid-column-gap:30px;grid-template-columns:auto 70%}.ultp-builder-container .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw}@media (max-width:992px){.ultp-builder-container.ultp-widget-left,.ultp-builder-container.ultp-widget-right{grid-template-columns:1fr;grid-row-gap:40px}.ultp-builder-container .ultp-sidebar-left{grid-row:2}}.elementor-editor-active .ultp-progressbar-top,.ultp-progressbar-top{top:0}.admin-bar .ultp-progressbar-top{top:32px}.ultp-progressbar-bottom{bottom:0}.wp-block-ultimate-post-post-grid-1 .ultp-block-image{display:block}.ultp-pg1a-style2.ultp-block-column-2 .ultp-block-item:first-child{grid-column:1/3;grid-row:1}.ultp-pg1a-style2.ultp-block-column-3 .ultp-block-item:first-child{grid-column:1/4;grid-row:1}.ultp-pg1a-style2.ultp-block-column-4 .ultp-block-item:first-child{grid-column:1/5;grid-row:1}.ultp-pg1a-style2.ultp-block-column-5 .ultp-block-item:first-child{grid-column:1/6;grid-row:1}.ultp-pg1a-style3 .ultp-block-item:nth-child(1){grid-column:1/3;grid-row:1}.ultp-pg1a-style3 .ultp-block-item:nth-child(4){grid-column:1/3;grid-row:3}.ultp-pg1a-style3 .ultp-block-item:nth-child(7){grid-column:1/3;grid-row:5}.ultp-pg1a-style3 .ultp-block-item:nth-child(10){grid-column:1/3;grid-row:7}.ultp-pg1a-style3 .ultp-block-item:nth-child(13){grid-column:1/3;grid-row:9}.ultp-pg1a-style3 .ultp-block-item:nth-child(16){grid-column:1/3;grid-row:11}.ultp-pg1a-style3 .ultp-block-item:nth-child(19){grid-column:1/3;grid-row:13}.ultp-pg1a-style3 .ultp-block-item:nth-child(22){grid-column:1/3;grid-row:15}.ultp-pg1a-style3 .ultp-block-item:nth-child(25){grid-column:1/3;grid-row:17}.ultp-pg1a-style3 .ultp-block-item:nth-child(28){grid-column:1/3;grid-row:19}.ultp-pg1a-style3 .ultp-block-item:nth-child(31){grid-column:1/3;grid-row:21}.ultp-pg1a-style3 .ultp-block-item:nth-child(34){grid-column:1/3;grid-row:23}.ultp-pg1a-style4{grid-template-columns:repeat(6,1fr)!important}.ultp-pg1a-style4 .ultp-block-item:nth-child(1){grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:2}.ultp-pg1a-style4 .ultp-block-item:nth-child(2){grid-column-start:4;grid-column-end:7;grid-row-start:1;grid-row-end:2}.ultp-pg1a-style4 .ultp-block-item:nth-child(3){grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:3}.ultp-pg1a-style4 .ultp-block-item:nth-child(4){grid-column-start:3;grid-column-end:5;grid-row-start:2;grid-row-end:3}.ultp-pg1a-style4 .ultp-block-item:nth-child(5){grid-column-start:5;grid-column-end:7;grid-row-start:2;grid-row-end:3}.ultp-pg1a-style4 .ultp-block-item:nth-child(6){grid-column:1/3;grid-row:3}.ultp-pg1a-style4 .ultp-block-item:nth-child(7){grid-column:3/5;grid-row:3}.ultp-pg1a-style4 .ultp-block-item:nth-child(8){grid-column:5/7;grid-row:3}.ultp-pg1a-style4 .ultp-block-item:nth-child(9){grid-column:1/3;grid-row:4}.ultp-pg1a-style4 .ultp-block-item:nth-child(10){grid-column:3/5;grid-row:4}.ultp-pg1a-style4 .ultp-block-item:nth-child(11){grid-column:5/7;grid-row:4}.ultp-pg1a-style4 .ultp-block-item:nth-child(12){grid-column:1/3;grid-row:5}.ultp-pg1a-style4 .ultp-block-item:nth-child(13){grid-column:3/5;grid-row:5}.ultp-pg1a-style4 .ultp-block-item:nth-child(14){grid-column:5/7;grid-row:5}.ultp-pg1a-style4 .ultp-block-item:nth-child(15){grid-column:1/3;grid-row:6}.ultp-pg1a-style4 .ultp-block-item:nth-child(16){grid-column:3/5;grid-row:6}.ultp-pg1a-style4 .ultp-block-item:nth-child(17){grid-column:5/7;grid-row:6}.ultp-pg1a-style4 .ultp-block-item:nth-child(18){grid-column:1/3;grid-row:7}.ultp-pg1a-style4 .ultp-block-item:nth-child(19){grid-column:3/5;grid-row:7}.ultp-pg1a-style4 .ultp-block-item:nth-child(20){grid-column:5/7;grid-row:7}.ultp-pg1a-style4 .ultp-block-item:nth-child(21){grid-column:1/3;grid-row:8}.ultp-pg1a-style4 .ultp-block-item:nth-child(22){grid-column:3/5;grid-row:8}.ultp-pg1a-style4 .ultp-block-item:nth-child(23){grid-column:5/7;grid-row:8}.ultp-pg1a-style4 .ultp-block-item:nth-child(24){grid-column:1/3;grid-row:9}.ultp-pg1a-style4 .ultp-block-item:nth-child(25){grid-column:3/5;grid-row:9}.ultp-pg1a-style4 .ultp-block-item:nth-child(26){grid-column:5/7;grid-row:9}.ultp-pg1a-style4 .ultp-block-item:nth-child(27){grid-column:1/3;grid-row:10}.ultp-pg1a-style4 .ultp-block-item:nth-child(28){grid-column:3/5;grid-row:10}.ultp-pg1a-style4 .ultp-block-item:nth-child(29){grid-column:5/7;grid-row:10}@media (max-width:768px){.ultp-pg1a-style2.ultp-block-column-2 .ultp-block-item:first-child,.ultp-pg1a-style2.ultp-block-column-3 .ultp-block-item:first-child,.ultp-pg1a-style2.ultp-block-column-4 .ultp-block-item:first-child,.ultp-pg1a-style2.ultp-block-column-5 .ultp-block-item:first-child{grid-column:1/1;grid-row:1}.ultp-pg1a-style3 .ultp-block-item:nth-child(1),.ultp-pg1a-style3 .ultp-block-item:nth-child(10),.ultp-pg1a-style3 .ultp-block-item:nth-child(13),.ultp-pg1a-style3 .ultp-block-item:nth-child(16),.ultp-pg1a-style3 .ultp-block-item:nth-child(19),.ultp-pg1a-style3 .ultp-block-item:nth-child(22),.ultp-pg1a-style3 .ultp-block-item:nth-child(25),.ultp-pg1a-style3 .ultp-block-item:nth-child(28),.ultp-pg1a-style3 .ultp-block-item:nth-child(31),.ultp-pg1a-style3 .ultp-block-item:nth-child(34),.ultp-pg1a-style3 .ultp-block-item:nth-child(4),.ultp-pg1a-style3 .ultp-block-item:nth-child(7){grid-column-start:inherit;grid-column-end:inherit;grid-row-start:inherit;grid-row-end:inherit}.ultp-pg1a-style4{grid-template-columns:repeat(1,1fr)!important}.ultp-pg1a-style4 .ultp-block-item:nth-child(1),.ultp-pg1a-style4 .ultp-block-item:nth-child(10),.ultp-pg1a-style4 .ultp-block-item:nth-child(11),.ultp-pg1a-style4 .ultp-block-item:nth-child(12),.ultp-pg1a-style4 .ultp-block-item:nth-child(13),.ultp-pg1a-style4 .ultp-block-item:nth-child(14),.ultp-pg1a-style4 .ultp-block-item:nth-child(15),.ultp-pg1a-style4 .ultp-block-item:nth-child(16),.ultp-pg1a-style4 .ultp-block-item:nth-child(17),.ultp-pg1a-style4 .ultp-block-item:nth-child(18),.ultp-pg1a-style4 .ultp-block-item:nth-child(19),.ultp-pg1a-style4 .ultp-block-item:nth-child(2),.ultp-pg1a-style4 .ultp-block-item:nth-child(20),.ultp-pg1a-style4 .ultp-block-item:nth-child(21),.ultp-pg1a-style4 .ultp-block-item:nth-child(22),.ultp-pg1a-style4 .ultp-block-item:nth-child(23),.ultp-pg1a-style4 .ultp-block-item:nth-child(24),.ultp-pg1a-style4 .ultp-block-item:nth-child(25),.ultp-pg1a-style4 .ultp-block-item:nth-child(26),.ultp-pg1a-style4 .ultp-block-item:nth-child(27),.ultp-pg1a-style4 .ultp-block-item:nth-child(28),.ultp-pg1a-style4 .ultp-block-item:nth-child(29),.ultp-pg1a-style4 .ultp-block-item:nth-child(3),.ultp-pg1a-style4 .ultp-block-item:nth-child(4),.ultp-pg1a-style4 .ultp-block-item:nth-child(5),.ultp-pg1a-style4 .ultp-block-item:nth-child(6),.ultp-pg1a-style4 .ultp-block-item:nth-child(7),.ultp-pg1a-style4 .ultp-block-item:nth-child(8),.ultp-pg1a-style4 .ultp-block-item:nth-child(9){grid-column-start:inherit;grid-column-end:inherit;grid-row-start:inherit;grid-row-end:inherit}}.ultp-block-column-1 div.ultp-block-item:last-child,.ultp-block-column-2 div.ultp-block-item:nth-last-of-type(-n+2),.ultp-block-column-3 div.ultp-block-item:nth-last-of-type(-n+3),.ultp-block-column-4 div.ultp-block-item:nth-last-of-type(-n+4),.ultp-block-column-5 div.ultp-block-item:nth-last-of-type(-n+5),.ultp-block-column-6 div.ultp-block-item:nth-last-of-type(-n+6),.ultp-block-column-7 div.ultp-block-item:nth-last-of-type(-n+7){border:none!important}.ultp-block-column-1 .ultp-block-item:last-of-type{padding-bottom:0!important;margin-bottom:0!important}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content{padding:20px;position:relative}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap{height:100%;position:relative}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap .ultp-block-content-image{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:rgba(0,0,0,.2);z-index:0;opacity:0;transition:.4s}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap .ultp-block-content-image:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.5);transition:.4s}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-content-image{opacity:1}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-content .ultp-block-title a,.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-excerpt,.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-meta span,.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-meta span a,.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-readmore a{color:#fff}.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-meta span svg,.wp-block-ultimate-post-post-grid-1 .ultp-layout2 .ultp-block-content-wrap:hover .ultp-block-readmore a svg{fill:#fff}.wp-block-ultimate-post-post-grid-1 .ultp-layout3 .ultp-block-content-wrap .ultp-block-content,.wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap .ultp-block-content,.wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap .ultp-block-content{margin:-110px auto 0;max-width:85%;background:#fff;z-index:1;position:relative}.wp-block-ultimate-post-post-grid-1 .ultp-layout3 .ultp-block-content-wrap .ultp-block-content .ultp-category-grid,.wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap .ultp-block-content .ultp-category-grid,.wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap .ultp-block-content .ultp-category-grid{display:inline-block}.wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap{clear:both}.wp-block-ultimate-post-post-grid-1 .ultp-layout4 .ultp-block-content-wrap .ultp-block-content{float:left}.wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap{clear:both}.wp-block-ultimate-post-post-grid-1 .ultp-layout5 .ultp-block-content-wrap .ultp-block-content{float:right}.wp-block-ultimate-post-post-grid-1 .ultp-layout3 .ultp-block-content{padding:0 20px}.block-editor-page .ultp-heading-filter .ultp-filter-navigation{margin:auto 0 0 0!important}.ultp-block-wrapper .ultp-filter-active-icon .filter-active::before{content:"<< "}.ultp-block-wrapper .ultp-filter-active-icon .filter-active::after{content:" >>"}.modal_active{visibility:visible!important}.modal_active .ultp-video-modal__Wrapper{transform:translate(-50%,-50%)!important;transition:all .3s;opacity:1!important}.modal_active .ultp-video-wrapper{visibility:visible!important}.ultp-video-modal{visibility:hidden}.ultp-video-modal .ultp-embaded-video{position:relative}.ultp-video-modal .ultp-video-modal__Wrapper{height:auto;opacity:0;transition:all .3s;margin:0 auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-60%);-o-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);-moz-transform:translate(-50%,-60%);-webkit-transform:translate(-50%,-60%);z-index:9999999}.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content{text-align:center;position:relative;padding:40px 80px;background-color:#000}.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content a{font-size:17px!important;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 9px}.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content a:hover{text-decoration:underline}.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content .ultp-video-wrapper{visibility:hidden}.ultp-video-modal .ultp-video-modal__overlay{width:100%;height:100%;background-color:rgba(0,0,0,.788);position:fixed;z-index:9999;top:10px;left:0;right:0}.ultp-video-modal .ultp-video-close{line-height:0;cursor:pointer;position:fixed;top:60px;right:60px;z-index:99999;transition:.3s}.ultp-video-modal .ultp-video-close::before{display:inline-block;content:"×";font-weight:200}.ultp-video-icon{cursor:pointer;position:absolute;z-index:999}.ultp-video-icon svg{transition:.3s;display:block}@media only screen and (max-width:768px){.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content{padding:15px 20px}.ultp-video-modal .ultp-video-modal__Wrapper .ultp-video-modal__content a{font-size:11px!important}}.ultp-video-modal__content:has(.ultp-embaded-video) .ultp-loader-container{height:100%;width:100%;display:flex;justify-content:center}.ultp-video-modal__content:has(.ultp-embaded-video) .ultp-popup-loader{position:absolute;top:50%;display:inline-block;width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:loader 1s ease-in-out infinite;-webkit-animation:loader 1s ease-in-out infinite}@keyframes loader{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes loader{to{-webkit-transform:rotate(360deg)}}.ultp-block-content-overlay{position:relative;transition:.4s;height:100%}.ultp-block-content-overlay .ultp-block-image{height:100%}.ultp-block-content-overlay .ultp-block-image>a{height:100%}.ultp-block-content-overlay .ultp-block-content{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;display:flex;z-index:2}.ultp-block-content-overlay .ultp-block-content .ultp-block-content-inner{width:100%}.ultp-block-content-overlay .ultp-block-content .ultp-block-readmore a,.ultp-block-content-overlay .ultp-block-content .ultp-block-title a,.ultp-block-content-overlay .ultp-block-content .ultp-category-grid{pointer-events:auto}.wp-block-ultimate-post-post-grid-2 .ultp-block-item .ultp-block-empty-image,.wp-block-ultimate-post-post-grid-3 .ultp-block-item .ultp-block-empty-image,.wp-block-ultimate-post-post-grid-4 .ultp-block-item .ultp-block-empty-image,.wp-block-ultimate-post-post-grid-5 .ultp-block-item .ultp-block-empty-image,.wp-block-ultimate-post-post-grid-6 .ultp-block-item .ultp-block-empty-image,.wp-block-ultimate-post-post-grid-7 .ultp-block-item .ultp-block-empty-image{width:100%;-o-object-fit:cover;object-fit:cover;background:#353535}.wp-block-ultimate-post-post-grid-3 .ultp-block-column2 .ultp-block-item:first-child{grid-column:1/3;grid-row:1}.wp-block-ultimate-post-post-grid-3 .ultp-block-column3 .ultp-block-item:first-child{grid-column:1/4;grid-row:1}.wp-block-ultimate-post-post-grid-3 .ultp-layout2 .ultp-block-item:first-child{grid-row:2}.wp-block-ultimate-post-post-grid-3 .ultp-layout3 .ultp-block-item:first-child{grid-column:1/3}.wp-block-ultimate-post-post-grid-3 .ultp-layout4 .ultp-block-item:first-child{grid-row:1/span 1;grid-column:2/span 2}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr 1fr}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:first-child{grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:2}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(2){grid-column-start:4;grid-column-end:7;grid-row-start:1;grid-row-end:2}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3){grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:3}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(4){grid-column-start:3;grid-column-end:5;grid-row-start:2;grid-row-end:3}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(5){grid-column-start:5;grid-column-end:7;grid-row-start:2;grid-row-end:3}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+6){grid-column-start:1;grid-column-end:3}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+7){grid-column-start:3;grid-column-end:5}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+8){grid-column-start:5;grid-column-end:7}.ultp-block-wrapper{transition:.4s}.ultp-loadmore .ultp-loadmore-action{transition:.4s;text-decoration:none;cursor:pointer;display:inline-flex}.ultp-loadmore .ultp-loadmore-action:hover{text-decoration:none}.ultp-loadmore .ultp-loadmore-action.ultp-disable{display:none}.ultp-loadmore .ultp-loadmore-action svg{width:16px;height:20px}.ultp-next-prev-wrap .ultp-next-action,.ultp-next-prev-wrap .ultp-prev-action{cursor:pointer}.ultp-next-prev-wrap .ultp-next-action svg,.ultp-next-prev-wrap .ultp-prev-action svg{width:10px;height:100%}.ultp-next-prev-wrap .ultp-next-action.ultp-disable,.ultp-next-prev-wrap .ultp-prev-action.ultp-disable{opacity:.4;cursor:not-allowed}.ultp-spin{-webkit-animation:ultp-spin 1s linear infinite;animation:ultp-spin 1s linear infinite;font-size:inherit;line-height:inherit;width:auto;height:auto;vertical-align:baseline;margin-left:2px;position:relative;top:1px;display:none}.ultp-loading-active .ultp-spin{display:flex}@-webkit-keyframes ultp-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes ultp-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ultp-heading-filter{position:relative}.ultp-heading-filter .ultp-filter-navigation{position:absolute;top:0;height:100%;right:0;margin:auto 0;opacity:1;z-index:3;text-align:right;display:flex;align-items:flex-start;margin:auto 0 0 200px}.ultp-heading-filter .ultp-filter-wrap+.ultp-next-prev-wrap{margin-left:20px}.ultp-filter-wrap .ultp-flex-menu{margin-bottom:0!important;margin-top:0!important}.ultp-filter-wrap ul{padding:0;margin:0;list-style:none}.ultp-filter-wrap ul li{display:inline-block}.ultp-filter-wrap ul li:first-child{margin-left:0!important}.ultp-filter-wrap ul li .dashicons{font-size:14px;width:auto;height:auto;vertical-align:baseline}.ultp-filter-wrap ul li a{display:inline-block;transition:.4s;text-decoration:none}.ultp-filter-wrap ul li a:hover{text-decoration:none}.ultp-filter-wrap ul li.filter-dropdown-item{position:relative}.ultp-filter-wrap ul li.filter-dropdown-item>a{padding-left:15px;display:flex;align-items:center}.ultp-filter-wrap ul li.filter-dropdown-item>a .dashicons{margin-left:3px}.ultp-filter-wrap ul li.filter-dropdown-item .filter-dropdown{position:absolute;right:0;top:100%;background-color:#fff;min-width:120px;z-index:999;box-shadow:0 0 5px rgba(0,0,0,.2);display:block;padding:10px 15px 10px;display:none}.ultp-filter-wrap ul li.filter-dropdown-item .filter-dropdown li{display:block}.ultp-filter-wrap ul li.filter-dropdown-item:hover .filter-dropdown{display:block}.ultp-next-prev-wrap ul{padding:0!important;margin:0;list-style:none;line-height:1}.ultp-next-prev-wrap ul li{display:inline-block;margin-right:5px;margin-left:0}.ultp-next-prev-wrap ul li:last-child{margin-right:0}.ultp-next-prev-wrap ul li .dashicons{font-size:inherit;line-height:1;width:auto;height:auto;vertical-align:baseline}.ultp-next-prev-wrap ul li a{display:flex;text-decoration:none;transition:.4s}.ultp-next-prev-wrap ul li a:hover{text-decoration:none}.ultp-filter-navigation .ultp-next-prev-wrap ul li{margin-top:0}.ultp-heading-inner{width:100%}.ultp-heading-inner span{display:inline-block}.ultp-heading-wrap .ultp-heading-inner{margin:0}.ultp-heading-style2 .ultp-heading-inner span{padding:3px 12px}.ultp-heading-style3 .ultp-heading-inner{border-bottom-style:solid}.ultp-heading-style3 .ultp-heading-inner span{padding:3px 12px}.ultp-heading-style4 .ultp-heading-inner{border-style:solid}.ultp-heading-style4 .ultp-heading-inner span{padding:3px 12px}.ultp-heading-style5 .ultp-heading-inner span{position:relative;padding:3px 12px}.ultp-heading-style5 .ultp-heading-inner span:before{margin:0;content:"";position:absolute;top:100%;left:10px;width:0;height:0;border-style:solid;border-width:7px 7px 0 7px;border-color:#2c2d2f transparent transparent transparent}.ultp-heading-style5.ultp-heading-center .ultp-heading-inner span:before{left:50%;margin-left:-3px}.ultp-heading-style5.ultp-heading-right .ultp-heading-inner span:before{right:10px;left:auto}.ultp-heading-style6 .ultp-heading-inner span{position:relative;padding:0 12px}.ultp-heading-style6 .ultp-heading-inner span:before{content:"";position:absolute;top:0;left:0;height:100%;margin:0}.ultp-heading-style6.ultp-heading-right .ultp-heading-inner span:before{right:0;left:auto}.ultp-heading-style7 .ultp-heading-inner{position:relative;overflow:hidden}.ultp-heading-style7 .ultp-heading-inner span{position:relative;padding-right:12px}.ultp-heading-style7 .ultp-heading-inner span:before{content:"";display:block;position:absolute;top:50%;margin-top:0;width:2000px;left:100%;margin:0}.ultp-heading-style7 .ultp-heading-inner span:after{content:"";display:block;position:absolute;top:50%;margin-top:0;width:2000px;right:100%;margin-right:12px}.ultp-heading-style7.ultp-heading-right .ultp-heading-inner span{padding-right:0;padding-left:12px}.ultp-heading-style7.ultp-heading-right .ultp-heading-inner span:before{right:100%;left:auto}.ultp-heading-style8 .ultp-heading-inner{position:relative}.ultp-heading-style8 .ultp-heading-inner span{padding-bottom:8px}.ultp-heading-style8 .ultp-heading-inner:before{content:"";width:100%;position:absolute;top:100%;left:0;margin:0}.ultp-heading-style8 .ultp-heading-inner:after{content:"";width:50px;position:absolute;top:100%;left:0}.ultp-heading-style8.ultp-heading-center .ultp-heading-inner:after{left:50%;margin-left:-25px}.ultp-heading-style8.ultp-heading-right .ultp-heading-inner:after{left:auto;right:0}.ultp-heading-style9 .ultp-heading-inner{position:relative}.ultp-heading-style9 .ultp-heading-inner span{padding-bottom:8px}.ultp-heading-style9 .ultp-heading-inner:before{content:"";width:100%;position:absolute;top:100%;left:0;margin:0}.ultp-heading-style10 .ultp-heading-inner{position:relative}.ultp-heading-style10 .ultp-heading-inner span{padding-top:8px;padding-bottom:8px}.ultp-heading-style10 .ultp-heading-inner:before{content:"";width:100%;position:absolute;left:0;top:100%;margin:0}.ultp-heading-style10 .ultp-heading-inner:after{content:"";width:100%;position:absolute;left:0;bottom:100%}.ultp-heading-style11{position:relative}.ultp-heading-style11 .ultp-heading-inner{position:relative}.ultp-heading-style11 .ultp-heading-btn{position:absolute;right:0;top:50%;margin:auto 0;display:flex;text-decoration:none;line-height:1;font-size:14px;margin-top:-8px;transition:.4s}.ultp-heading-style11 .ultp-heading-btn svg{width:14px;margin-left:5px;vertical-align:middle;display:inline-block}.ultp-heading-style11 .ultp-heading-btn:hover{text-decoration:none}.ultp-heading-style11 .ultp-heading-btn i{margin-left:6px;width:auto;height:auto;font-size:inherit;transition:.4s}.ultp-heading-style11.ultp-heading-right .ultp-heading-btn{right:auto;left:0}.ultp-heading-style12{position:relative}.ultp-heading-style12 .ultp-heading-inner span{padding:3px 12px}.ultp-heading-style13{position:relative}.ultp-heading-style13 .ultp-heading-inner{border-style:solid}.ultp-heading-style13 .ultp-heading-inner span{padding:3px 12px}.ultp-heading-style14{position:relative}.ultp-heading-style14 .ultp-heading-inner{position:relative}.ultp-heading-style14 .ultp-heading-inner:before{content:"";width:100%;position:absolute;left:0;bottom:-12px;margin:0}.ultp-heading-style14 .ultp-heading-inner:after{content:"";width:100%;position:absolute;left:0;bottom:-8px}.ultp-heading-style15 .ultp-heading-inner span{position:relative;padding-bottom:5px}.ultp-heading-style15 .ultp-heading-inner span:before{content:"";z-index:10;position:absolute;bottom:-2px;left:0;width:40px;margin:0}.ultp-heading-style15.ultp-heading-center .ultp-heading-inner span:before{left:50%;margin-left:-20px}.ultp-heading-style15.ultp-heading-right .ultp-heading-inner span:before{left:auto;right:0}.ultp-heading-style16 .ultp-heading-inner span{position:relative;padding-right:12px}.ultp-heading-style16 .ultp-heading-inner span:before{position:absolute;content:"";width:50px;top:50%;left:100%;margin-top:-1px;margin:0}.ultp-heading-style16.ultp-heading-right .ultp-heading-inner span{padding-right:0;padding-left:12px}.ultp-heading-style16.ultp-heading-right .ultp-heading-inner span:before{left:auto;right:100%}.ultp-heading-style17 .ultp-heading-inner{position:relative}.ultp-heading-style17 .ultp-heading-inner span{padding-top:8px}.ultp-heading-style17 .ultp-heading-inner:before{right:0;left:0;content:"";display:block;position:absolute;top:0;width:100%;margin:0}.ultp-heading-style18 .ultp-heading-inner{position:relative}.ultp-heading-style18 .ultp-heading-inner:after{content:"";position:absolute;top:0;left:0;height:100%}.ultp-heading-style18 .ultp-heading-inner span{padding:3px 12px}.ultp-heading-style18.ultp-heading-right .ultp-heading-inner:after{right:0;left:auto}.ultp-heading-style19 .ultp-heading-inner{position:relative}.ultp-heading-style19 .ultp-heading-inner:before{content:"";width:100%;height:100%;position:absolute;left:0;right:0;border-width:1px;border-style:solid;margin:0}.ultp-heading-style19 .ultp-heading-inner:after{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.ultp-heading-style19 .ultp-heading-inner span{padding:3px 12px;position:relative}.ultp-heading-style19.ultp-heading-right .ultp-heading-inner:after{right:0;left:auto}.ultp-heading-style20 .ultp-heading-inner span{position:relative;padding:3px 12px}.ultp-heading-style20 .ultp-heading-inner span:before{content:"";position:absolute;top:100%;left:15px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;margin:0}.ultp-heading-style20.ultp-heading-center .ultp-heading-inner span:before{left:50%;margin-left:-3px}.ultp-heading-style20.ultp-heading-right .ultp-heading-inner span:before{right:15px;left:auto}.ultp-heading-style21 .ultp-heading-inner span{padding:3px 12px;position:relative}.ultp-heading-style21 .ultp-heading-inner span:after{content:"";height:100%;width:20px;position:absolute;top:0;right:-19.5px;-webkit-clip-path:polygon(0 0,0 100%,100% 0);clip-path:polygon(0 0,0 100%,100% 0)}.ultp-block-title{padding:0;margin:0!important;word-break:break-word}.ultp-block-title a{line-height:1;text-decoration:none;transition:.4s;outline:0;box-shadow:none}.ultp-block-title a:hover{text-decoration:none}.ultp-block-title a:focus{box-shadow:none}.ultp-category-grid{line-height:1;font-size:12px}.ultp-category-grid a{text-decoration:none;box-shadow:none;transition:.4s;display:inline-block;margin-right:5px;margin-bottom:5px;outline:0}.ultp-category-grid a:focus{box-shadow:none;text-decoration:none}.ultp-category-grid a:last-child{margin-right:0}.ultp-category-grid a:hover{text-decoration:none!important}.ultp-category-in.ultp-cat-color-1 a,.ultp-category-in.ultp-cat-color-true a{transition:.4s}.ultp-category-in.ultp-cat-color-1:hover a,.ultp-category-in.ultp-cat-color-true:hover a{opacity:.85}.ultp-category-borderBoth,.ultp-category-borderLeft,.ultp-category-borderRight{display:inline-block}.ultp-category-borderBoth .ultp-category-in,.ultp-category-borderLeft .ultp-category-in,.ultp-category-borderRight .ultp-category-in{position:relative}.ultp-category-borderBoth .ultp-category-in:before,.ultp-category-borderLeft .ultp-category-in:before,.ultp-category-borderRight .ultp-category-in:before{content:"";position:absolute;top:50%;width:30px;height:2px;margin-top:-1px;transform:translateY(-50%);transition:.4s}.ultp-category-borderBoth .ultp-category-in{position:relative}.ultp-category-borderBoth .ultp-category-in:after{content:"";position:absolute;top:50%;width:30px;height:2px;margin-top:-1px;transform:translateY(-50%)}.ultp-category-borderLeft .ultp-category-in{padding-left:40px;position:relative}.ultp-category-borderLeft .ultp-category-in:before{left:0}.ultp-category-borderRight .ultp-category-in{padding-right:40px;position:relative}.ultp-category-borderRight .ultp-category-in:before{right:0}.ultp-category-borderBoth .ultp-category-in{padding-right:40px;padding-left:40px;position:relative}.ultp-category-borderBoth .ultp-category-in:before{right:0}.ultp-category-borderBoth .ultp-category-in:after{left:0}.ultp-block-image{position:relative;overflow:hidden}.ultp-block-image img{display:block}.ultp-block-image .ultp-category-bottomLeft,.ultp-block-image .ultp-category-bottomRight,.ultp-block-image .ultp-category-centerCenter,.ultp-block-image .ultp-category-topLeft,.ultp-block-image .ultp-category-topRight{position:absolute;left:0;top:0;bottom:0;right:0;display:flex}.ultp-block-image .ultp-category-bottomLeft .ultp-category-in,.ultp-block-image .ultp-category-bottomRight .ultp-category-in,.ultp-block-image .ultp-category-centerCenter .ultp-category-in,.ultp-block-image .ultp-category-topLeft .ultp-category-in,.ultp-block-image .ultp-category-topRight .ultp-category-in{position:relative;z-index:2}.ultp-block-image .ultp-category-topLeft{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.ultp-block-image .ultp-category-topRight{justify-content:flex-end;text-align:right;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.ultp-block-image .ultp-category-topRight.ultp-category-grid a{margin-right:0}.ultp-block-image .ultp-category-bottomLeft{justify-content:flex-start;text-align:left;-webkit-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.ultp-block-image .ultp-category-bottomRight{justify-content:flex-end;text-align:right;-webkit-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.ultp-block-image .ultp-category-centerCenter{align-items:center;justify-content:center;text-align:center}.ultp-block-meta{line-height:1;display:flex;align-items:center;flex-wrap:wrap}.ultp-block-meta.ultp-block-meta-style3,.ultp-block-meta.ultp-block-meta-style6{align-items:center}.ultp-block-meta.ultp-block-meta-style5{align-items:center}.ultp-block-meta.ultp-block-meta-icon span,.ultp-block-meta.ultp-block-meta-style4 span{display:flex;align-items:center}.ultp-block-meta.ultp-block-meta-icon .ultp-block-author,.ultp-block-meta.ultp-block-meta-style4 .ultp-block-author{align-items:baseline}.ultp-block-meta span{pointer-events:all;padding-left:16px;margin-right:16px;position:relative;vertical-align:middle}.ultp-block-meta span.ultp-block-author a{margin-left:5px;font-weight:500;pointer-events:all;transition:.4s}.ultp-block-meta span a{outline:0;transition:.4s;display:inline;box-shadow:none}.ultp-block-meta span a:focus{box-shadow:none}.ultp-block-meta span:after{color:#dedede;position:absolute}.ultp-block-meta span i{width:auto;height:auto;font-size:14px;line-height:1;margin-right:4px;vertical-align:middle;position:relative;top:0;font-style:normal}.ultp-block-meta.ultp-block-meta-style4 span:nth-child(2){flex-grow:1}.ultp-block-meta.ultp-block-meta-style4 span:not(:nth-child(2)):after{display:none}.ultp-block-meta.ultp-block-meta-style6 span:nth-child(3){flex-grow:1}.ultp-block-meta.ultp-block-meta-style6 span:not(:nth-child(3)):after{display:none}.ultp-block-meta.ultp-block-meta-style6 span:first-child{margin-right:6px!important}.ultp-block-meta.ultp-block-meta-style6 span:nth-child(2){padding-left:0!important}.ultp-block-meta.ultp-block-meta-style6 span:nth-child(2):after{display:none!important}.ultp-block-meta span:first-child{padding-left:0!important}.ultp-block-meta span:first-child:after{display:none}.ultp-block-meta.ultp-block-meta-dot span:after{content:"";left:-1px;top:50%;bottom:auto;width:2px;margin-top:0;height:2px;border-radius:100%}.ultp-block-meta.ultp-block-meta-slash span:after{content:"/";left:-2px;top:1px;font-size:12px}.ultp-block-meta.ultp-block-meta-doubleslash span:after{content:"//";left:-4px;top:1px;font-size:12px}.ultp-block-meta.ultp-block-meta-close span:after{content:"x";left:-4px;top:-1px;font-size:10px}.ultp-block-meta.ultp-block-meta-dash span:after{content:"-";left:-3px;top:0;font-size:18px}.ultp-block-meta.ultp-block-meta-verticalbar span:after{content:"|";left:-1px;top:0;font-size:12px}.ultp-block-meta.ultp-block-meta-emptyspace span{padding-left:0}.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-dash span:after,.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-doubleslash span:after,.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-slash span:after,.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-verticalbar span:after{top:0}.ultp-block-meta.ultp-block-meta-noIcon.ultp-block-meta-close span:after{top:-1px}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-media{float:left}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-media span{margin-right:5px}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-media .ultp-meta-author-img{width:40px;height:auto}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body{position:relative;top:0}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:first-child{display:block}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:nth-child(2){padding-left:0}.ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:nth-child(2):after{display:none}.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-doubleslash span:after{top:-4px}.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-dash span:after,.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-slash span:after,.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-verticalbar span:after{top:-3px}.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-dot span:after{margin-top:-1px}.ultp-block-meta-style5.ultp-block-meta.ultp-block-meta-close span:after{top:-2px}.ultp-meta-author-img{width:25px;height:25px;border-radius:100px;position:relative;margin-right:10px}.ultp-block-meta span svg{width:auto;height:12px;fill:#929292;stroke-width:7px;margin-right:5px;position:relative;top:0;display:inline-block}.ultp-block-meta span.ultp-block-view svg{height:14px;top:3px}.ultp-block-meta span.ultp-block-comment svg{top:2px}.ultp-block-meta span.ultp-block-author{display:flex;align-items:center}.ultp-block-items-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-opacity img,.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-roateLeft img,.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-rotateRight img,.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-slideLeft img,.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-slideRight img,.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-zoomIn img,.ultp-block-items-wrap .ultp-block-item.ultp-block-media>.ultp-block-image.ultp-block-image-zoomOut img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-opacity img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-roateLeft img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-rotateRight img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-slideLeft img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-slideRight img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-zoomIn img,.ultp-block-items-wrap .ultp-block-item>.ultp-block-content-wrap .ultp-block-image.ultp-block-image-zoomOut img{transition:310ms}.ultp-block-image>a{display:block;position:relative;z-index:1}.ultp-block-image.ultp-block-image-opacity,.ultp-block-image.ultp-block-image-roateLeft,.ultp-block-image.ultp-block-image-rotateRight,.ultp-block-image.ultp-block-image-slideLeft,.ultp-block-image.ultp-block-image-slideRight,.ultp-block-image.ultp-block-image-zoomIn,.ultp-block-image.ultp-block-image-zoomOut{overflow:hidden}.ultp-block-image.ultp-block-image-opacity img,.ultp-block-image.ultp-block-image-roateLeft img,.ultp-block-image.ultp-block-image-rotateRight img,.ultp-block-image.ultp-block-image-slideLeft img,.ultp-block-image.ultp-block-image-slideRight img,.ultp-block-image.ultp-block-image-zoomIn img,.ultp-block-image.ultp-block-image-zoomOut img{transition:opacity .2s ease-in-out}.ultp-block-image.ultp-block-image-zoomIn img{transform:scale(1)}.ultp-block-image.ultp-block-image-zoomOut img{transform:scale(1.2)}.ultp-block-image.ultp-block-image-roateLeft img{transform:rotate(0) scale(1)}.ultp-block-image.ultp-block-image-slideLeft img{transform:translateX(8px) scale(1.15)}.ultp-block-image.ultp-block-image-slideRight img{transform:translateX(-8px) scale(1.15)}.ultp-block-image.ultp-block-image-rotateRight img{transform:rotate(0) scale(1)}.ultp-block-image.ultp-block-image-opacity img{opacity:1}.ultp-block-image.ultp-block-image-overlay>a:before{bottom:0;content:"";display:block;width:100%;position:absolute;z-index:1}.ultp-block-image.ultp-block-image-overlay.ultp-block-image-custom>a:before{height:100%}.ultp-block-image.ultp-block-image-overlay.ultp-block-image-default>a:before{background-color:#000;opacity:.6;height:100%}.ultp-block-image.ultp-block-image-overlay.ultp-block-image-simgleGradient>a:before{background:linear-gradient(to bottom,rgba(0,0,0,.01) 30%,#000 70%);opacity:.6;height:100%}.ultp-block-image.ultp-block-image-overlay.ultp-block-image-multiColour>a:before{opacity:.7;box-shadow:inset 0 0 50px 0 rgba(0,0,0,.5);height:100%;background:#d760b7;background:-webkit-gradient(left top,right bottom,color-stop(0,#d760b7),color-stop(100%,#3b78b4));background:linear-gradient(135deg,#d760b7 0,#3b78b4 100%)}.ultp-block-image.ultp-block-image-overlay.ultp-block-image-flat>a:before{opacity:.8;height:100%;background:#292484;background:-webkit-gradient(left bottom,right top,color-stop(0,#292484),color-stop(100%,#dc4225));background:linear-gradient(20deg,#292484 0,#dc4225 100%)}.ultp-block-row .ultp-block-item:nth-child(n+1) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(n+1) .ultp-block-image-multiColour>a:before{background:#4db2ec;background:-webkit-gradient(left bottom,right top,color-stop(0,#4db2ec),color-stop(100%,#4a8f5e));background:linear-gradient(45deg,#4db2ec 0,#4a8f5e 100%)}.ultp-block-row .ultp-block-item:nth-child(2n+2) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(2n+2) .ultp-block-image-multiColour>a:before{background:#d17646;background:-webkit-gradient(left bottom,right top,color-stop(0,#d17646),color-stop(100%,#c63939));background:linear-gradient(45deg,#d17646 0,#c63939 100%)}.ultp-block-row .ultp-block-item:nth-child(3n+3) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(3n+3) .ultp-block-image-multiColour>a:before{background:#d760b7;background:-webkit-gradient(left top,right bottom,color-stop(0,#d760b7),color-stop(100%,#3b78b4));background:linear-gradient(135deg,#d760b7 0,#3b78b4 100%)}.ultp-block-row .ultp-block-item:nth-child(4n+4) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(4n+4) .ultp-block-image-multiColour>a:before{background:#d760b7;background:-webkit-gradient(left top,right bottom,color-stop(0,#d760b7),color-stop(100%,#3b78b4));background:linear-gradient(135deg,#d760b7 0,#3b78b4 100%)}.ultp-block-row .ultp-block-item:nth-child(5n+5) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(5n+5) .ultp-block-image-multiColour>a:before{background:#0016be;background:-webkit-gradient(left bottom,right top,color-stop(0,#0016be),color-stop(100%,#2aec74));background:linear-gradient(20deg,#0016be 0,#2aec74 100%)}.ultp-block-row .ultp-block-item:nth-child(6n+6) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(6n+6) .ultp-block-image-multiColour>a:before{background:#e0be00;background:-webkit-gradient(left bottom,right top,color-stop(0,#e0be00),color-stop(100%,#dc4225));background:linear-gradient(20deg,#e0be00 0,#dc4225 100%)}.ultp-block-row .ultp-block-item:nth-child(7n+7) .ultp-block-image-flat>a:before,.ultp-block-row .ultp-block-item:nth-child(7n+7) .ultp-block-image-multiColour>a:before{background:#292484;background:-webkit-gradient(left bottom,right top,color-stop(0,#292484),color-stop(100%,#dc4225));background:linear-gradient(20deg,#292484 0,#dc4225 100%)}.ultp-block-item:hover .ultp-block-image-zoomIn img{transform:scale(1.2)}.ultp-block-item:hover .ultp-block-image-zoomOut img{transform:scale(1)}.ultp-block-item:hover .ultp-block-image-roateLeft img{transform:rotate(5deg) scale(1.2)}.ultp-block-item:hover .ultp-block-image-slideLeft img{transform:translateX(-8px) scale(1.15)}.ultp-block-item:hover .ultp-block-image-slideRight img{transform:translateX(8px) scale(1.15)}.ultp-block-item:hover .ultp-block-image-rotateRight img{transform:rotate(-5deg) scale(1.2)}.ultp-block-item:hover .ultp-block-image-opacity img{opacity:.5}.ultp-pagination-wrap .ultp-pagination{margin:0 -2px;padding:0;list-style:none}.ultp-pagination-wrap .ultp-pagination li{padding:0 2px;display:inline-block;font-size:14px;line-height:20px;margin:0 0 4px}.ultp-pagination-wrap .ultp-pagination li a{text-decoration:none;display:inline-block;transition:.4s;padding:10px 20px}.ultp-pagination-wrap .ultp-pagination li a svg{width:10px;display:inline-block}.ultp-pagination-wrap .ultp-pagination li.ultp-prev-page-numbers svg{margin-right:4px}.ultp-pagination-wrap .ultp-pagination li.ultp-next-page-numbers svg{margin-left:4px}.ultp-pagination-wrap .ultp-pagination li i{font-size:inherit;line-height:inherit;font-style:normal;width:auto;height:auto}.ultp-pagination-wrap .ultp-pagination li span.current{display:inline-block;padding:10px 20px}.ultp-block-media .ultp-block-content-wrap{display:flex}.ultp-block-media .ultp-block-image{overflow:hidden;position:relative;display:inline-block}.ultp-block-media .ultp-block-content{flex:1}.flexMenu-viewMore{position:relative}.flexMenu-viewMore>a{display:flex!important;align-items:center;justify-content:space-between;gap:13px}.flexMenu-viewMore>a:before{content:"";border:solid #000;border-width:0 1px 1px 0;display:block;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:1px;transition:.4s;order:1}.flexMenu-viewMore.active>a:before{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-top:5px}.ultp-filter-wrap .flexMenu-popup{position:absolute;display:block;width:170px;background:#f9f9f9;z-index:2;padding:15px;text-align:left;box-shadow:0 20px 40px -4px rgba(9,30,66,.2);right:0}.ultp-filter-wrap .flexMenu-popup a{display:block}.ultp-filter-wrap .flexMenu-popup li{margin:0!important}.ultp-filter-wrap .flexMenu-popup li{display:block;line-height:1}@media (max-width:992px){.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout3,.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout4{grid-template-columns:repeat(2,1fr)}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child{grid-row:inherit;grid-column:1/3}}@media (max-width:768px){.ultp-heading-filter .ultp-filter-navigation{position:relative;margin:auto 0 10px;height:auto}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child{grid-row:inherit;grid-column:1/2}.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(2),.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3),.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+6),.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+7),.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(3n+8),.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(4),.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-layout5 .ultp-block-item:nth-child(5){grid-column-start:inherit;grid-column-end:inherit;grid-row-start:inherit;grid-row-end:inherit}}@media (max-width:768px){.wp-block-ultimate-post-post-grid-3 .ultp-block-row .ultp-block-item .ultp-block-content-overlay{height:100%!important}}@media (max-width:600px){.ultp-heading-filter .ultp-filter-navigation{justify-content:flex-end}}.wp-block-ultimate-post-post-grid-4 .ultp-block-row{grid-template-columns:60% auto}.wp-block-ultimate-post-post-grid-4 .ultp-block-row .ultp-block-item:first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child{grid-row-end:4}.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-1,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-true{grid-template-columns:auto 60%}.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-1 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-block-content-true .ultp-block-item:first-child{grid-column:2}@media (max-width:768px){.wp-block-ultimate-post-post-grid-4 .ultp-block-row{grid-template-columns:repeat(1,1fr);max-height:100%!important}.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout1 .ultp-block-item,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout2 .ultp-block-item,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout3 .ultp-block-item,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout4 .ultp-block-item{max-height:100%!important}.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout3 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-4 .ultp-block-row.ultp-layout4 .ultp-block-item .ultp-block-content-overlay{height:100%!important}}.ultp-animation-slideup .ultp-block-content .ultp-block-content-inner{transition:.4s;transform:translateY(0)}.ultp-animation-slideup:hover .ultp-block-content .ultp-block-content-inner{transform:translateY(-10px)}.ultp-animation-slidedown .ultp-block-content .ultp-block-content-inner{transition:.4s;transform:translateY(0)}.ultp-animation-slidedown:hover .ultp-block-content .ultp-block-content-inner{transform:translateY(10px)}.wp-block-ultimate-post-post-grid-5 .ultp-block-row{grid-template-columns:50% 1fr 1fr}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3;height:100%}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2){grid-column-start:2;grid-column-end:4;grid-row:2}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2){grid-column-start:2;grid-column-end:4;grid-row:1}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1{grid-template-columns:1fr 1fr 50%}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child{grid-column-start:3;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:nth-child(2){grid-column-start:1;grid-column-end:3;grid-row:2}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2{grid-template-columns:1fr 1fr 50%}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child{grid-column-start:3;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:nth-child(2){grid-column-start:1;grid-column-end:3;grid-row:1}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3{grid-template-columns:40% 1fr 40%}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 .ultp-block-item{height:100%}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 .ultp-block-item:first-child{grid-column-start:1;grid-column-end:3}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-false.ultp-layout3 .ultp-block-item:nth-child(4){grid-column-start:2;grid-column-end:4}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3{grid-template-columns:40% 1fr 40%}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item{height:100%}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item:first-child{grid-column-start:2;grid-row-start:1;grid-row-end:1;grid-column-end:4}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(3){grid-column-start:3;grid-row-start:2;grid-row-end:2;grid-column-end:4}.wp-block-ultimate-post-post-grid-5 .ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(4){grid-column-start:1;grid-row-start:2;grid-row-end:2;grid-column-end:3}@media (max-width:768px){.wp-block-ultimate-post-post-grid-5 .ultp-block-row{max-height:100%!important}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2{grid-template-columns:1fr}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay{height:100%}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child{height:100%;max-height:100%!important;grid-column-start:initial;grid-row-start:initial;grid-row-end:initial}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%!important}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:nth-child(2),.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:nth-child(2),.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2),.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2){grid-column-start:initial;grid-column-end:initial;grid-row:initial}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:nth-child(2) .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:nth-child(2) .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2) .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2) .ultp-block-content-overlay{height:100%!important}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3{grid-template-columns:1fr}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:first-child{height:100%;max-height:100%!important;grid-column:1;grid-row:1}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%!important}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(3),.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(3){grid-column:initial;grid-row:initial}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(4),.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(4){grid-column:1;grid-row:2}.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-block-content-true.ultp-layout3 .ultp-block-item:nth-child(4) .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-5 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(4) .ultp-block-content-overlay{height:100%!important}}.wp-block-ultimate-post-post-grid-6 .ultp-block-row{grid-template-columns:50% 1fr 1fr}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2{grid-template-columns:1fr 40% 1fr}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child{grid-column-start:2;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1{grid-template-columns:1fr 1fr 50%}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child{grid-column-start:3;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2{grid-template-columns:1fr 1fr 50%}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child{grid-column-start:3;grid-row-start:1;grid-row-end:3}@media (max-width:768px){.wp-block-ultimate-post-post-grid-6 .ultp-block-row{max-height:100%!important}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2{grid-template-columns:1fr}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay{height:100%!important}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child{grid-column-start:initial;grid-row-start:initial;grid-row-end:initial;max-height:100%!important}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay{height:100%!important}.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay img,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-block-content-true.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay img,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child .ultp-block-content-overlay img,.wp-block-ultimate-post-post-grid-6 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child .ultp-block-content-overlay img{min-height:100%!important}}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1{grid-template-columns:40% 30% 1fr}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2){grid-column-start:2;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2{grid-template-columns:40% 32% 1fr}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3{grid-template-columns:1fr 45% 1fr}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4{grid-template-columns:40% 30% 1fr}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:nth-child(4){grid-column-start:3;grid-row-start:1;grid-row-end:3}@media (max-width:768px){.wp-block-ultimate-post-post-grid-7 .ultp-block-row{max-height:100%!important}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3{grid-template-columns:1fr}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item{max-height:100%!important}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item .ultp-block-content-overlay,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item .ultp-block-content-overlay{height:100%!important}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item:first-child{grid-column-start:initial;grid-row-start:initial;grid-row-end:initial;min-height:100%}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout1 .ultp-block-item:nth-child(2),.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout2 .ultp-block-item:nth-child(2),.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout3 .ultp-block-item:nth-child(2){grid-column-start:initial;grid-row-start:initial;grid-row-end:initial;min-height:100%}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4{grid-template-columns:1fr}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:first-child{grid-column:1;grid-row:1;min-height:100%}.wp-block-ultimate-post-post-grid-7 .ultp-block-row.ultp-layout4 .ultp-block-item:nth-child(4){grid-column:1;grid-row:2;min-height:100%}}.ultp-block-row{display:grid}.wp-block-ultimate-post-post-list-1 .ultp-block-content-wrap{height:100%}.wp-block-ultimate-post-post-list-1 .ultp-block-image{display:inline-block}.wp-block-ultimate-post-post-list-1 .ultp-block-content-wrap{box-sizing:border-box}.ultp-block-content-wrap{transition:.4s;overflow:hidden}.ultp-post-list1-layout2 .ultp-block-content-wrap,.ultp-post-list1-layout3 .ultp-block-content-wrap,.ultp-post-list1-layout4 .ultp-block-content-wrap{transition:.4s;overflow:visible}.ultp-post-list1-layout2 .ultp-block-entry-content,.ultp-post-list1-layout3 .ultp-block-entry-content,.ultp-post-list1-layout4 .ultp-block-entry-content{position:relative;overflow:inherit;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ultp-post-list1-layout2 .ultp-block-item,.ultp-post-list1-layout3 .ultp-block-item,.ultp-post-list1-layout4 .ultp-block-item{margin-top:30px}.ultp-post-list1-layout2 .ultp-block-entry-heading,.ultp-post-list1-layout3 .ultp-block-entry-heading,.ultp-post-list1-layout4 .ultp-block-entry-heading{padding:20px;position:absolute;top:-30px;width:100%;z-index:2;margin:0 auto;transition:.4s;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ultp-post-list1-layout2 .ultp-block-entry-heading{left:30px;right:auto}.ultp-post-list1-layout3 .ultp-block-entry-heading{left:50%;right:auto;transform:translateX(-50%)}.ultp-post-list1-layout4 .ultp-block-entry-heading{left:auto;right:30px}.ultp-pl1a-style2.ultp-block-column-2 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-2 .ultp-block-item:first-child{grid-column:1/3;grid-row:1}.ultp-pl1a-style2.ultp-block-column-3 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-3 .ultp-block-item:first-child{grid-column:1/4;grid-row:1}.ultp-pl1a-style2.ultp-block-column-4 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-4 .ultp-block-item:first-child{grid-column:1/5;grid-row:1}.ultp-pl1a-style2.ultp-block-column-5 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-5 .ultp-block-item:first-child{grid-column:1/6;grid-row:1}@media (max-width:768px){.ultp-pl1a-style2.ultp-block-column-2 .ultp-block-item:first-child,.ultp-pl1a-style2.ultp-block-column-3 .ultp-block-item:first-child,.ultp-pl1a-style2.ultp-block-column-4 .ultp-block-item:first-child,.ultp-pl1a-style2.ultp-block-column-5 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-2 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-3 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-4 .ultp-block-item:first-child,.ultp-pl1a-style3.ultp-block-column-5 .ultp-block-item:first-child{grid-column:1/1;grid-row:1}.wp-block-ultimate-post-post-grid-1 .ultp-block-row.ultp-block-items-wrap,.wp-block-ultimate-post-post-grid-3 .ultp-block-row.ultp-block-items-wrap{grid-template-columns:repeat(1,1fr)}.wp-block-ultimate-post-post-grid-1 .ultp-block-column2 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-1 .ultp-block-column3 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-3 .ultp-block-column2 .ultp-block-item:first-child,.wp-block-ultimate-post-post-grid-3 .ultp-block-column3 .ultp-block-item:first-child{grid-column:1/1;grid-row:1}}.rtl .ultp-block-meta span svg{margin-right:0;margin-left:5px}.ultp-block-media{display:flex}.ultp-block-media .ultp-block-image{overflow:hidden;position:relative}.ultp-block-media .ultp-block-content{flex:1}.wp-block-ultimate-post-post-list-2 .ultp-block-item .ultp-block-content{display:block}.wp-block-ultimate-post-post-list-2 .ultp-block-item:not(:first-child) .ultp-block-title{font-size:16px;line-height:1}.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child{margin-bottom:50px}.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-content-wrap{display:block}.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-title{font-size:22px;line-height:1}.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-image img{max-width:100%}.wp-block-ultimate-post-post-list-2 .ultp-block-item:first-child .ultp-block-content{flex:auto;margin-left:0}.wp-block-ultimate-post-post-list-2 .ultp-block-item:last-of-type{margin-bottom:0!important;padding-bottom:0!important;border-bottom:none!important}.wp-block-ultimate-post-post-list-2{counter-reset:post-list2-counter}.wp-block-ultimate-post-post-list-2 .ultp-block-wrapper{counter-reset:post-list2-counter2}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2{position:relative}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content{position:absolute;bottom:0;padding:25px}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-excerpt,.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span,.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a,.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a,.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a{color:#fff}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a:hover,.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover,.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a:hover{color:rgba(255,255,255,.9)}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover svg{fill:rgba(255,255,255,.9)}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span svg{fill:#fff}.wp-block-ultimate-post-post-list-2 .ultp-post-block2-even .ultp-first-postlist-2 .ultp-block-image>a:after{content:"";background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,0) 60%,rgba(0,0,0,0));position:absolute;bottom:0;left:0;width:100%;height:100%;transition:background-color .3s ease}.wp-block-ultimate-post-post-list-2 .ultp-layout4 .ultp-block-item{position:relative}.wp-block-ultimate-post-post-list-2 .ultp-layout4 .ultp-block-item::before{counter-increment:post-list2-counter2;content:counter(post-list2-counter2,decimal);display:block;width:35px;height:35px;position:absolute;z-index:2;top:10px;left:-15px;text-align:center;font-size:14px;font-weight:600;line-height:31px;border:2px solid #fff;background:#000;color:#fff;border-radius:100%}.wp-block-ultimate-post-post-list-2 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before{left:auto;right:-15px}.wp-block-ultimate-post-post-list-2 .ultp-layout2 .ultp-block-item:not(:first-child) .ultp-block-image{margin-right:0;margin-left:0}.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-content{position:relative}.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-content::before{counter-increment:post-list2-counter;content:"0" counter(post-list2-counter,decimal);position:absolute;font-size:18px;text-align:center;left:0;width:24px;height:24px;line-height:24px;font-style:italic;background:#eee;padding:10px;border-radius:100%;box-sizing:content-box;transition:all .3s}.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-image{margin-right:0;margin-left:0}.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content{padding-left:60px;position:relative}.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item:first-child .ultp-block-content{padding-right:60px}.wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item:first-child .ultp-block-content::before{left:auto;right:0;top:12px}.ultp-block-content-wrap.ultp-all-postlist-2{width:100%}.rtl .wp-block-ultimate-post-post-list-2 .ultp-layout4 .ultp-block-item::before{left:auto;right:-15px}.rtl .wp-block-ultimate-post-post-list-2 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before{right:auto;left:-15px}.rtl .wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content{padding-left:0;padding-right:60px}.rtl .wp-block-ultimate-post-post-list-2 .ultp-layout3 .ultp-block-content::before{right:0;left:auto}.ultp-block-column-2 .ultp-block-item:nth-child(2n+1):nth-last-child(-n+2),.ultp-block-column-2 .ultp-block-item:nth-child(2n+1):nth-last-child(-n+2)~.ultp-block-item{margin-bottom:0!important;padding-bottom:0!important}.ultp-block-column-3 .ultp-block-item:nth-child(3n+1):nth-last-child(-n+3),.ultp-block-column-3 .ultp-block-item:nth-child(3n+1):nth-last-child(-n+3)~.ultp-block-item{margin-bottom:0!important;padding-bottom:0!important}.ultp-block-column-4 .ultp-block-item:nth-child(4n+1):nth-last-child(-n+4),.ultp-block-column-4 .ultp-block-item:nth-child(4n+1):nth-last-child(-n+4)~.ultp-block-item{margin-bottom:0!important;padding-bottom:0!important}.ultp-block-column-5 .ultp-block-item:nth-child(5n+1):nth-last-child(-n+5),.ultp-block-column-5 .ultp-block-item:nth-child(5n+1):nth-last-child(-n+5)~.ultp-block-item{margin-bottom:0!important;padding-bottom:0!important}.ultp-block-column-6 .ultp-block-item:nth-child(6n+1):nth-last-child(-n+6),.ultp-block-column-6 .ultp-block-item:nth-child(6n+1):nth-last-child(-n+6)~.ultp-block-item{margin-bottom:0!important;padding-bottom:0!important}.ultp-block-column-7 .ultp-block-item:nth-child(7n+1):nth-last-child(-n+7),.ultp-block-column-7 .ultp-block-item:nth-child(7n+1):nth-last-child(-n+7)~.ultp-block-item{margin-bottom:0!important;padding-bottom:0!important}.wp-block-ultimate-post-post-list-3 .ultp-block-content{display:block;align-self:center}.ultp-block-content .ultp-block-readmore a:hover{text-decoration:none}.ultp-block-content .ultp-block-excerpt{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word}.ultp-block-content .ultp-block-excerpt p{margin:0;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word}.wp-block-ultimate-post-post-list-3 .ultp-block-wrapper{counter-reset:post-list3-counter}.wp-block-ultimate-post-post-list-3 .ultp-layout1 .ultp-block-content-wrap,.wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-content-wrap,.wp-block-ultimate-post-post-list-3 .ultp-layout3 .ultp-block-content-wrap{width:100%}.wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-item{position:relative}.wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-item::before{counter-increment:post-list3-counter;content:counter(post-list3-counter,decimal);display:block;width:50px;height:50px;position:absolute;z-index:2;top:20px;left:-20px;text-align:center;font-size:14px;font-weight:600;line-height:46px;border:2px solid #fff;background:#000;color:#fff;border-radius:100%}.wp-block-ultimate-post-post-list-3 .ultp-layout2.ultp-block-content-true .ultp-block-item::before{left:auto;right:-15px}.wp-block-ultimate-post-post-list-3 .ultp-layout3 .ultp-block-image+.ultp-block-content{margin-left:-140px;z-index:1;background:#fff;padding:40px;transition:.4s}.wp-block-ultimate-post-post-list-3 .ultp-layout3.ultp-block-content-true .ultp-block-image+.ultp-block-content{margin-left:auto;margin-right:-140px}.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item .ultp-block-content-wrap,.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item .ultp-block-content-wrap{width:100%}.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(even),.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even){flex-direction:row-reverse}.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(even) .ultp-block-content-wrap,.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-content-wrap{flex-direction:row-reverse}.wp-block-ultimate-post-post-list-3 .ultp-layout4 .ultp-block-item:nth-child(even) .ultp-block-content-wrap .ultp-block-image,.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-content-wrap .ultp-block-image{margin-right:0}.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item .ultp-block-image+.ultp-block-content{z-index:1;background:#fff;padding:40px;transition:.4s}.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-image+.ultp-block-content{margin-right:-140px}.wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(odd) .ultp-block-image+.ultp-block-content{margin-left:-140px}.ultp-block-content-1 .ultp-block-media .ultp-block-content-wrap,.ultp-block-content-true .ultp-block-media .ultp-block-content-wrap{flex-direction:row-reverse;width:100%}.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout2 .ultp-block-item::before{right:-15px;left:auto}.rtl .wp-block-ultimate-post-post-list-3 .ultp-block-content-true.ultp-layout2 .ultp-block-item::before{left:-15px;right:auto}.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout3 .ultp-block-image+.ultp-block-content{margin-right:-140px;margin-left:0}.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout3.ultp-block-content-true .ultp-block-image+.ultp-block-content{margin-right:0;margin-left:-140px}.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(odd) .ultp-block-image+.ultp-block-content{margin-left:0;margin-right:-140px}.rtl .wp-block-ultimate-post-post-list-3 .ultp-layout5 .ultp-block-item:nth-child(even) .ultp-block-image+.ultp-block-content{margin-right:0;margin-left:-140px}.ultp-title-style1 a:hover{background-size:100% 2px!important}.ultp-title-style3 a:hover{transition:all 1s;background-size:0 2px}.ultp-title-style4 a:hover{background-size:0 2px!important}.ultp-title-style5 a:hover{text-decoration:none;position:relative;transition:all .35s ease-out;padding-bottom:3px;border-bottom:none;padding-bottom:2px;background-position:0 100%;background-repeat:repeat;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 10 18'%3E%3Cstyle type='text/css'%3E.squiggle%7Banimation:shift .5s linear infinite;%7D@keyframes shift %7Bfrom %7Btransform:translateX(-10px);%7Dto %7Btransform:translateX(0);%7D%7D%3C/style%3E%3Cpath fill='none' stroke-width='1' class='squiggle' d='M0,17.5 c 2.5,0,2.5,-1.5,5,-1.5 s 2.5,1.5,5,1.5 c 2.5,0,2.5,-1.5,5,-1.5 s 2.5,1.5,5,1.5' /%3E%3C/svg%3E")}.ultp-title-style6 a:hover{background-size:100% 88%!important}.ultp-title-style7 a:hover{background-size:100% 2px!important}.ultp-title-style8 a:hover{background-size:100% 2px!important}.ultp-title-style9 a:hover{background-size:100% 88%!important}.ultp-title-style10:hover{transition:all .35s}.ultp-title-style10:hover a{letter-spacing:.4px!important;transition:all .35s}.ultp-title-style11{word-spacing:0;transition:all .35s}.ultp-title-style11:hover{word-spacing:3px}.ultp-block-media{display:flex}.ultp-block-media .ultp-block-image{overflow:hidden;position:relative}.ultp-block-media .ultp-block-content{flex:1}.wp-block-ultimate-post-post-list-4 .ultp-block-item .ultp-block-content{display:block}.wp-block-ultimate-post-post-list-4 .ultp-block-item:not(:first-child) .ultp-block-title{font-size:16px;line-height:1}.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child{margin-bottom:40px}.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-content-wrap{display:block}.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-title{font-size:22px;line-height:1}.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-image img{max-width:100%}.wp-block-ultimate-post-post-list-4 .ultp-block-item:first-child .ultp-block-content{flex:auto;margin-left:0}.wp-block-ultimate-post-post-list-4 .ultp-block-item:last-of-type{margin-bottom:0!important;padding-bottom:0!important;border-bottom:none!important}.wp-block-ultimate-post-post-list-4{counter-reset:post-list2-counter}.wp-block-ultimate-post-post-list-4 .ultp-block-wrapper{counter-reset:post-list2-counter2}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2{position:relative;line-height:0;width:100%}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content{position:absolute;bottom:0;padding:25px}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-excerpt,.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span,.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a,.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a,.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a{color:#fff}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span a:hover,.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover,.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-title a:hover{color:rgba(255,255,255,.9)}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-readmore a:hover svg{fill:rgba(255,255,255,.9)}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-content .ultp-block-meta span svg{fill:#fff}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-image{width:100%}.wp-block-ultimate-post-post-list-4 .ultp-first-postlist-2 .ultp-block-image>a:after{content:"";background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0) 80%,rgba(0,0,0,0));position:absolute;bottom:0;left:0;width:100%;height:100%;transition:background-color .3s ease}.wp-block-ultimate-post-post-list-4 .ultp-layout4 .ultp-block-item{position:relative}.wp-block-ultimate-post-post-list-4 .ultp-layout4 .ultp-block-item::before{counter-increment:post-list2-counter2;content:counter(post-list2-counter2,decimal);display:block;width:35px;height:35px;position:absolute;z-index:2;top:10px;left:-15px;text-align:center;font-size:14px;font-weight:600;line-height:31px;border:2px solid #fff;background:#000;color:#fff;border-radius:100%}.wp-block-ultimate-post-post-list-4 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before{left:auto;right:-15px}.wp-block-ultimate-post-post-list-4 .ultp-layout2 .ultp-block-item:not(:first-child) .ultp-block-image{margin-right:0;margin-left:0}.wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-image{margin-right:0;margin-left:0}.wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content{padding-left:60px;position:relative}.wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content::before{counter-increment:post-list2-counter;content:"0" counter(post-list2-counter,decimal);position:absolute;font-size:18px;text-align:center;left:0;width:24px;height:24px;line-height:24px;font-style:italic;background:#eee;padding:10px;border-radius:100%;box-sizing:content-box;transition:all .3s}@media (max-width:992px){.wp-block-ultimate-post-post-list-4 .ultp-block-media{display:block}}.rtl .wp-block-ultimate-post-post-list-4 .ultp-layout4 .ultp-block-item::before{left:auto;right:-15px}.rtl .wp-block-ultimate-post-post-list-4 .ultp-block-content-true.ultp-layout4 .ultp-block-item::before{left:-15px;right:auto}.rtl .wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content{padding-right:60px;padding-left:0}.rtl .wp-block-ultimate-post-post-list-4 .ultp-layout3 .ultp-block-item:not(:first-child) .ultp-block-content::before{right:0;left:auto}.ultp-cat-only-color-1,.ultp-cat-only-color-true{padding:2px 8px}.ultp-block-post-module1{margin:0 -15px;clear:both;display:inline-block}.ultp-block-post-module1 .ultp-big-post-module1,.ultp-block-post-module1 .ultp-small-post-module1{width:50%;float:left;padding:0 15px;box-sizing:border-box}.ultp-block-post-module1.ultp-block-content-true .ultp-big-post-module1,.ultp-block-post-module1.ultp-block-content-true .ultp-small-post-module1{float:right}.ultp-block-post-module1.ultp-layout2 .ultp-small-post-module1 .ultp-block-item .ultp-block-content-wrap{flex-direction:row-reverse}.ultp-small-post-module1 .ultp-block-item .ultp-block-content-wrap{display:flex!important;position:relative}.ultp-layout1 .ultp-small-post-module1 .ultp-block-item .ultp-block-image{margin-right:0!important;margin-left:0!important}.wp-block-ultimate-post-post-module-1{counter-reset:post-list2-counter}.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-content{position:relative}.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-content::before{counter-increment:post-list2-counter;content:counter(post-list2-counter,decimal);position:absolute;font-size:18px;text-align:center;left:0;width:24px;height:24px;line-height:24px;font-style:italic;background:#eee;padding:10px;border-radius:100%;box-sizing:content-box;transition:all .3s}.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-item .ultp-block-image{margin-right:0;margin-left:0}.wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-item .ultp-block-content{padding-left:60px;position:relative}.wp-block-ultimate-post-post-module-1 .ultp-layout5 .ultp-small-post-module1 .ultp-block-item{position:relative}.wp-block-ultimate-post-post-module-1 .ultp-layout5 .ultp-small-post-module1 .ultp-block-item::before{counter-increment:post-list2-counter;content:counter(post-list2-counter,decimal);display:block;width:35px;height:35px;position:absolute;z-index:2;top:10px;left:-15px;text-align:center;font-size:14px;font-weight:600;line-height:31px;border:2px solid #fff;background:#000;color:#fff;border-radius:100%}@media (max-width:768px){.ultp-block-post-module1 .ultp-big-post-module1,.ultp-block-post-module1 .ultp-small-post-module1{width:100%}.ultp-block-post-module1 .ultp-big-post-module1{margin-bottom:30px}}.ultp-small-post-module1 .ultp-block-content{width:100%}.rtl .wp-block-ultimate-post-post-module-1 .ultp-layout5 .ultp-small-post-module1 .ultp-block-item::before{right:-15px}.rtl .wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-item .ultp-block-content{padding-right:60px;padding-left:0}.rtl .wp-block-ultimate-post-post-module-1 .ultp-layout4 .ultp-small-post-module1 .ultp-block-content::before{right:0}.ultp-block-post-module2{margin:0 -15px;clear:both;display:inline-block}.ultp-block-post-module2 .ultp-block-content-wrap{overflow:visible!important}.ultp-block-post-module2 .ultp-block-content-wrap .ultp-block-image{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ultp-block-post-module2 .ultp-big-post-module2,.ultp-block-post-module2 .ultp-small-post-module2{width:50%;float:left;padding:0 15px;box-sizing:border-box}.ultp-block-post-module2.ultp-block-content-true .ultp-big-post-module2,.ultp-block-post-module2.ultp-block-content-true .ultp-small-post-module2{float:right}.ultp-block-post-module2.ultp-layout2 .ultp-small-post-module2 .ultp-block-item .ultp-block-content-wrap{flex-direction:row-reverse}.ultp-big-post-module2 .ultp-block-content-wrap{position:relative}.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-image{position:relative}.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-image>a:after{content:"";background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,0) 60%,rgba(0,0,0,0));position:absolute;bottom:0;left:0;width:100%;height:100%;transition:background-color .3s ease}.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content{position:absolute;bottom:0;padding:25px}.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-excerpt,.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-readmore a,.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-readmore a:hover,.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-title a,.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-title a:hover{color:#fff}.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-readmore a svg,.ultp-big-post-module2 .ultp-block-content-wrap .ultp-block-content .ultp-block-readmore a:hover svg{fill:#fff}.ultp-small-post-module2 .ultp-block-item .ultp-block-content-wrap{display:flex!important;position:relative}.ultp-layout1 .ultp-small-post-module2 .ultp-block-item .ultp-block-image{margin-right:0!important;margin-left:0!important}.wp-block-ultimate-post-post-module-2{counter-reset:post-list2-counter}.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-content{position:relative}.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-content::before{counter-increment:post-list2-counter;content:counter(post-list2-counter,decimal);position:absolute;font-size:18px;text-align:center;left:0;width:24px;height:24px;line-height:24px;font-style:italic;background:#eee;padding:10px;border-radius:100%;box-sizing:content-box;transition:all .3s}.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-item .ultp-block-image{margin-right:0;margin-left:0}.wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-item .ultp-block-content{padding-left:60px;position:relative}.wp-block-ultimate-post-post-module-2 .ultp-layout5 .ultp-small-post-module2 .ultp-block-item{position:relative}.wp-block-ultimate-post-post-module-2 .ultp-layout5 .ultp-small-post-module2 .ultp-block-item::before{counter-increment:post-list2-counter;content:counter(post-list2-counter,decimal);display:block;width:35px;height:35px;position:absolute;z-index:2;top:10px;left:-15px;text-align:center;font-size:14px;font-weight:600;line-height:31px;border:2px solid #fff;background:#000;color:#fff;border-radius:100%}@media (max-width:768px){.ultp-block-post-module2 .ultp-big-post-module2,.ultp-block-post-module2 .ultp-small-post-module2{width:100%}.ultp-block-post-module2 .ultp-big-post-module2{margin-bottom:30px}}.ultp-small-post-module2 .ultp-block-content{width:100%}.rtl .wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-content::before{left:auto;right:0}.rtl .wp-block-ultimate-post-post-module-2 .ultp-layout4 .ultp-small-post-module2 .ultp-block-item .ultp-block-content{padding-right:60px;padding-left:0}.rtl .wp-block-ultimate-post-post-module-2 .ultp-layout5 .ultp-small-post-module2 .ultp-block-item::before{right:-15px;left:auto}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap{position:relative}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-content,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-content{display:flex;position:absolute;top:0;left:0;bottom:0;right:0;z-index:10}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-content .ultp-block-content-inner,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-content .ultp-block-content-inner{transition:.4s}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap{position:relative}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-size:cover;background-repeat:no-repeat;background-position:center}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image>a,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image>a{height:100%}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image img,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner .ultp-block-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner img.ultp-block-img,.wp-block-ultimate-post-post-slider-2 .ultp-block-slider-wrap .ultp-block-image-inner img.ultp-block-img{position:absolute;left:0;right:0;bottom:0;top:0;width:auto;height:auto;min-width:100%;max-width:none;min-height:100%}.wp-block-ultimate-post-post-slider-1 .slick-arrow,.wp-block-ultimate-post-post-slider-2 .slick-arrow{transition:.4s;text-align:center;display:flex!important;justify-content:center;cursor:pointer}.wp-block-ultimate-post-post-slider-1 .slick-arrow:before,.wp-block-ultimate-post-post-slider-2 .slick-arrow:before{display:none}.wp-block-ultimate-post-post-slider-1 .slick-arrow:before,.wp-block-ultimate-post-post-slider-2 .slick-arrow:before{opacity:1;transition:.4s}.wp-block-ultimate-post-post-slider-1 .slick-dots li,.wp-block-ultimate-post-post-slider-2 .slick-dots li{margin:0;width:auto;height:auto}.wp-block-ultimate-post-post-slider-1 .slick-dots li button,.wp-block-ultimate-post-post-slider-2 .slick-dots li button{display:inline-block;transition:.4s;padding:0}.wp-block-ultimate-post-post-slider-1 .slick-dots li button:before,.wp-block-ultimate-post-post-slider-2 .slick-dots li button:before{display:none}.ultp-block-readmore a{transition:.4s;display:inline-block}.ultp-block-readmore a:hover{text-decoration:none}.ultp-block-readmore a svg{height:auto;width:15px;margin-left:6px;vertical-align:sub;display:inline-block}.ultp-block-wrapper{position:relative}.ultp-block-wrapper.ultp-loading-active .ultp-block-item{opacity:.2;transition:.4s}.ultp-block-wrapper.ultp-loading-active .ultp-loading{display:block}.ultp-loading{display:none;position:absolute;top:0;left:0;width:100%;height:100%;margin-top:0;margin-left:0;transition:all .4s cubic-bezier(.55,0,.1,1);overflow:hidden}.ultp-loading .ultp-loading-blocks{position:absolute;left:50%;top:50%;margin-left:-31px;margin-top:-31px}.ultp-loading .ultp-loading-blocks div{position:absolute;width:20px;height:20px;background:var(--loading-block-color);-webkit-animation:loading-blocks .8s linear infinite;animation:loading-blocks .8s linear infinite}.ultp-loading .ultp-loading-spinner{position:absolute;left:50%;top:50%;margin-left:-35px;margin-top:-33px}.ultp-loading .ultp-loading-spinner div{left:0;top:0;position:absolute;-webkit-animation:loading-spinner linear 1s infinite;animation:loading-spinner linear 1s infinite;background:calc(var(--loading-block-color) * .8);width:5px;height:15px;border-radius:40%;transform-origin:5px 35px}.ultp-loading .ultp-loading-spinner div:nth-child(1){transform:rotate(0);-webkit-animation-delay:-.9166666667s;animation-delay:-.9166666667s}.ultp-loading .ultp-loading-spinner div:nth-child(2){transform:rotate(30deg);-webkit-animation-delay:-.8333333333s;animation-delay:-.8333333333s}.ultp-loading .ultp-loading-spinner div:nth-child(3){transform:rotate(60deg);-webkit-animation-delay:-.75s;animation-delay:-.75s}.ultp-loading .ultp-loading-spinner div:nth-child(4){transform:rotate(90deg);-webkit-animation-delay:-.6666666667s;animation-delay:-.6666666667s}.ultp-loading .ultp-loading-spinner div:nth-child(5){transform:rotate(120deg);-webkit-animation-delay:-.5833333333s;animation-delay:-.5833333333s}.ultp-loading .ultp-loading-spinner div:nth-child(6){transform:rotate(150deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.ultp-loading .ultp-loading-spinner div:nth-child(7){transform:rotate(180deg);-webkit-animation-delay:-.4166666667s;animation-delay:-.4166666667s}.ultp-loading .ultp-loading-spinner div:nth-child(8){transform:rotate(210deg);-webkit-animation-delay:-.3333333333s;animation-delay:-.3333333333s}.ultp-loading .ultp-loading-spinner div:nth-child(9){transform:rotate(240deg);-webkit-animation-delay:-.25s;animation-delay:-.25s}.ultp-loading .ultp-loading-spinner div:nth-child(10){transform:rotate(270deg);-webkit-animation-delay:-.1666666667s;animation-delay:-.1666666667s}.ultp-loading .ultp-loading-spinner div:nth-child(11){transform:rotate(300deg);-webkit-animation-delay:-83.3333333ms;animation-delay:-83.3333333ms}.ultp-loading .ultp-loading-spinner div:nth-child(12){transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap{overflow:hidden;height:550px}.wp-block-ultimate-post-post-slider-1 .ultp-block-slider-wrap .ultp-block-image-inner{overflow:hidden}.wp-block-ultimate-post-post-slider-1 .slick-arrow svg{width:16px}@keyframes loading-spinner{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes loading-spinner{0%{opacity:1}100%{opacity:0}}@keyframes loading-blocks{0%{background:var(--loading-block-color)}12.5%{background:var(--loading-block-color)}12.625%{background:var(--loading-block-color)}100%{background:calc(var(--loading-block-color) * .8)}}@-webkit-keyframes loading-blocks{0%{background:var(--loading-block-color)}12.5%{background:var(--loading-block-color)}12.625%{background:var(--loading-block-color)}100%{background:calc(var(--loading-block-color) * .8)}}.ultp-block-items-wrap .fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:linear;-webkit-animation-timing-function:linear}.ultp-block-items-wrap .fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeOut{0%{opacity:1;transform:translateY(10px)}100%{opacity:0;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(10px)}100%{opacity:0;transform:translateY(0)}}.rtl .wp-block-ultimate-post-post-slider-1 .slick-next svg,.rtl .wp-block-ultimate-post-post-slider-1 .slick-prev svg,.rtl .wp-block-ultimate-post-post-slider-2 .slick-next svg,.rtl .wp-block-ultimate-post-post-slider-2 .slick-prev svg{transform:rotate(180deg)}.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item,.wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item{position:relative}.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item:not(:first-child),.wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item:not(:first-child){display:none}.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item .ultp-block-slider-wrap,.wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-block-items-wrap .ultp-block-item .ultp-block-slider-wrap{visibility:hidden}.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container,.wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container{position:absolute;top:40%;right:0;left:0;bottom:50%;height:80px}.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading,.wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading{display:block}.wp-block-ultimate-post-post-slider-1:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading .ultp-loading-spinner>div,.wp-block-ultimate-post-post-slider-2:has(.ultp-post-slider-loader-container) .ultp-block-wrapper:not(:has(.slick-initialized)) .ultp-post-slider-loader-container .ultp-loading .ultp-loading-spinner>div{background:var(--loading-block-color)}.wp-block-ultimate-post-post-slider-2 .slick-dots{margin:0!important}.wp-block-ultimate-post-post-slider-2 .ultp-block-image{height:100%}.wp-block-ultimate-post-post-slider-2 .ultp-wrapper-pro{position:relative}.wp-block-ultimate-post-post-slider-2 .ultp-wrapper-pro::before{content:"";background:rgba(35,37,255,.2);width:100%;position:absolute;height:calc(100% - 8px);left:0;top:0;border-radius:4px;z-index:9;pointer-events:none}.wp-block-ultimate-post-post-slider-2 .ultp-block-content-inner{box-sizing:border-box}.ultp-slide-slide1 .slick-slide .ultp-block-slider-wrap>.ultp-block-content{transition:.3s all;opacity:0}.ultp-slide-slide1 .slick-slide .ultp-block-image-inner{transition:.3s all;opacity:.5}.ultp-slide-slide1 .slick-center{z-index:999!important;width:800px}.ultp-slide-slide1 .slick-center .ultp-block-slider-wrap>.ultp-block-content{transition:.3s all;opacity:1}.ultp-slide-slide1 .slick-center .ultp-block-image-inner{opacity:1;transition:.3s all}.ultp-slide-slide2 .ultp-block-slider-wrap{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}.ultp-slide-slide2 .ultp-block-slider-wrap .ultp-block-content,.ultp-slide-slide2 .ultp-block-slider-wrap .ultp-block-image-inner{position:static!important}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-image-inner{height:auto}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content{box-sizing:border-box}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content,.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-image-inner{position:static!important}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-image{height:100%}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content-inner{height:100%}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content-inner .ultp-cat-new-world{position:relative;z-index:999}.ultp-slide-slide3 .ultp-block-slider-wrap .ultp-block-content{height:-webkit-fill-available}.ultp-slide-slide4 .slick-slide .ultp-block-content-inner{transition:all .4s ease-in-out;opacity:0}.ultp-slide-slide4 .slick-center .ultp-block-content-inner{opacity:1}.ultp-slide-slide5 .slick-slide{transition:all .4s ease-in-out}.ultp-pro-helper{text-align:center;font-size:24px;font-weight:700;background-color:#2728e4;padding:15px 25px;color:#fff}.ultp-pro-helper div{display:flex;justify-content:space-between;align-items:center}.ultp-pro-helper div span{margin-right:auto}.ultp-pro-helper div a{color:#fff;text-decoration:underline}.ultp-pro-helper div a:hover{color:#eee}.ultp-pro-helper div .ultp-upgrade-pro{color:#ffca27!important;margin-right:20px}.ultp-pro-helper div .ultp-upgrade-pro:hover{color:#d4a619!important}@media only screen and (max-width:767px){.ultp-slide-slide6 .ultp-block-slider-wrap{height:-webkit-fill-available!important}.ultp-slide-slide6 .ultp-block-slider-wrap .ultp-block-content-inner,.ultp-slide-slide6 .ultp-block-slider-wrap>.ultp-block-content{width:100%!important}.ultp-slide-slide6 .ultp-block-slider-wrap .ultp-block-content-inner,.ultp-slide-slide6 .ultp-block-slider-wrap>.ultp-block-content,.ultp-slide-slide6 .ultp-block-slider-wrap>.ultp-block-image-inner{position:static!important;height:-webkit-fill-available!important}.ultp-slide-slide6 .slick-next,.ultp-slide-slide6 .slick-prev{left:unset!important;right:0!important}.ultp-slide-slide6 .slick-prev{right:50px!important}}.ultp-toc-header{display:flex;align-items:center}.ultp-toc-header .ultp-toc-heading{margin-right:10px}.ultp-toc-header .ultp-collapsible-toggle>a{transition:.4s}.ultp-toc-header .ultp-collapsible-toggle>a svg{width:16px}.ultp-toc-header .ultp-collapsible-toggle>a.ultp-collapsible-icon{line-height:16px}.ultp-toc-header .ultp-collapsible-toggle .ultp-collapsible-open{display:none}.ultp-toc-header .ultp-collapsible-toggle.ultp-toggle-collapsed .ultp-collapsible-hide{display:none}.ultp-toc-header .ultp-collapsible-toggle.ultp-toggle-collapsed .ultp-collapsible-open{display:inline-block}.ultp-toc-header .ultp-collapsible-toggle.ultp-toggle-collapsed .ultp-collapsible-open.ultp-collapsible-icon{transform:rotate(180deg);position:relative;top:3px}.ultp-toc-sticky{overflow:hidden;z-index:999;opacity:1;transition:.4s}.ultp-toc-sticky .ultp-block-toc-body{width:100%;max-height:400px;overflow-x:hidden}.ultp-toc-sticky.ultp-toc-scroll{transition:.4s;opacity:1;position:fixed;top:80px;max-height:480px;max-width:350px;width:350px;right:0}.block-editor-block-list__block .ultp-toc-sticky.ultp-toc-scroll{top:inherit;right:inherit;position:relative;max-height:inherit;max-width:inherit;overflow:visible}.block-editor-block-list__block .ultp-toc-sticky.ultp-toc-scroll .ultp-block-toc-body{width:inherit;max-height:initial;overflow-x:initial}.ultp-toc-backtotop{position:fixed;bottom:40px;right:40px;z-index:99999999;background:red;text-align:center;text-decoration:none!important;opacity:0;visibility:hidden;transition:.3s;line-height:0}.ultp-toc-backtotop.tocshow{opacity:1;visibility:visible}.editor-styles-wrapper .ultp-toc-backtotop{opacity:1;visibility:visible}.ultp-block-toc-body ul.ultp-toc-lists{margin-left:0}.ultp-block-toc-body ul.ultp-toc-lists li{list-style:none}.ultp-block-toc-body ul.ultp-toc-lists li a{border:none;transition:color .3s;text-decoration:none}.ultp-block-toc-body ul.ultp-toc-lists{padding-left:0}.ultp-block-toc-body ul.ultp-toc-lists li{margin-bottom:0}.ultp-block-toc-body ul.ultp-toc-lists li ul.ultp-toc-lists{margin-left:15px}.ultp-block-toc-body.ultp-block-toc-style1 .ultp-toc-lists{padding-left:25px;list-style:disc}.ultp-block-toc-body.ultp-block-toc-style1 .ultp-toc-lists li{list-style:initial}.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists{counter-reset:item;list-style:none!important;margin-left:0;padding-left:25px}.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists>li{counter-increment:item;list-style-type:none}.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists li a{transition:.4s;text-decoration:none;position:relative}.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists li a::before{content:counters(item,".") ". ";position:absolute;right:calc(100% + 8px);word-break:initial}.ultp-block-toc-body.ultp-block-toc-style2 .ultp-toc-lists li ol>li a::before{content:counters(item,".") " ";word-break:initial}.ultp-block-toc-body.ultp-block-toc-style3 .ultp-toc-lists li a::before{transition:.4s;content:"☞";padding-right:5px}.ultp-block-toc-body.ultp-block-toc-style4 .ultp-toc-lists li a::before{transition:.4s;content:"▶";padding-right:5px;font-size:13px}.ultp-block-toc-body.ultp-block-toc-style5 .ultp-toc-lists li a::before{transition:.4s;content:"➢";padding-right:5px}.ultp-block-toc-body.ultp-block-toc-style6 .ultp-toc-lists li a::before{transition:.4s;content:"➞";padding-right:5px}.ultp-block-toc-body.ultp-block-toc-style7 .ultp-toc-lists li a::before{transition:.4s;content:"▷";padding-right:5px;font-size:14px}.ultp-block-toc-body.ultp-block-toc-style8 .ultp-toc-lists li a::before{transition:.4s;content:"→";margin-right:5px}.ultp-block-toc-body>.ultp-toc-lists{margin:0}.ultp-block-toc-body>.ultp-toc-lists>li:first-of-type{margin-top:0}@media (max-width:992px){.ultp-toc-sticky.ultp-toc-scroll{top:inherit;right:inherit;position:relative;max-height:inherit;width:inherit;max-width:inherit;overflow:visible;z-index:initial}.ultp-toc-sticky.ultp-toc-scroll .ultp-block-toc-body{width:inherit;max-height:initial;overflow-x:initial}}.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items{list-style:none;padding:0;margin:0;display:grid}.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items .ultp-taxonomy-item{list-style:none;line-height:0;margin-top:0}.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items .ultp-taxonomy-item a{width:100%;height:100%;line-height:0;overflow:hidden;transition:.4s;text-decoration:none!important;background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;box-sizing:border-box}.ultp-block-wrapper .ultp-block-items-wrap .ultp-taxonomy-items .ultp-taxonomy-item a .ultp-taxonomy-name{transition:.4s}.ultp-taxonomy-layout-1 li a{color:#000;display:flex;flex-wrap:wrap}.ultp-taxonomy-layout-1 li a .ultp-taxonomy-count{margin-left:auto}.ultp-taxonomy-layout-1 li a .ultp-taxonomy-name{color:#333}.ultp-taxonomy-layout-1 li a .ultp-taxonomy-count{color:#333;text-align:center;display:inline-block}.ultp-taxonomy-layout-1 li a .ultp-taxonomy-desc{color:#757575;width:100%}.ultp-taxonomy-layout-2 li a{color:#fff;padding:15px;display:inline-block}.ultp-taxonomy-layout-2 li a .ultp-taxonomy-bar{height:1px;width:100%;margin:0 20px;border-bottom:1px dashed #fff}.ultp-taxonomy-layout-2 li a .ultp-taxonomy-name{flex-basis:auto;flex-shrink:0;color:#fff}.ultp-taxonomy-layout-2 li a .ultp-taxonomy-count{flex-shrink:3;color:#fff;text-align:center;display:inline-block;white-space:nowrap}.ultp-taxonomy-layout-2 li a .ultp-taxonomy-desc{color:#fff;z-index:1;position:relative}.ultp-taxonomy-layout-2 li a .ultp-taxonomy-lt2-content{display:flex;align-items:center;width:100%;z-index:1;position:relative}.ultp-taxonomy-layout-2 li a .ultp-taxonomy-lt2-overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;transition:.4s}.ultp-taxonomy-layout-2 li a:hover .ultp-taxonomy-lt2-overlay{background:rgba(0,0,0,.7)}.ultp-taxonomy-layout-3 li a{padding:15px;border:1px solid #e5e5e5;color:#000;display:inline-block}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-bar{height:1px;width:100%;margin:0 20px;border-bottom:1px dashed #ccc}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-lt3-img{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .4s;pointer-events:none}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-lt3-overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;transition:.4s;opacity:0}.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-lt3-overlay{opacity:1;background:rgba(0,0,0,.7)}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-desc,.ultp-taxonomy-layout-3 li a span{z-index:2;position:relative}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-lt3-content{display:flex;align-items:center}.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-lt3-img{opacity:1}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-name{flex-basis:auto;flex-shrink:0;color:#333}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-count{flex-shrink:3;color:#333;text-align:center;display:inline-block;white-space:nowrap}.ultp-taxonomy-layout-3 li a .ultp-taxonomy-desc{color:#757575}.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-name{color:#fff}.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-count{color:#fff}.ultp-taxonomy-layout-3 li a:hover .ultp-taxonomy-desc{color:#fff}.ultp-taxonomy-layout-4 li a{color:#000;padding:20px;border:1px solid #e5e5e5;text-align:center;display:inline-block}.ultp-taxonomy-layout-4 li a img{max-width:50px;display:inline-block}.ultp-taxonomy-layout-4 li a .ultp-taxonomy-name{color:#333}.ultp-taxonomy-layout-4 li a .ultp-taxonomy-count{color:#333;margin-left:4px;display:inline-block;text-align:center}.ultp-taxonomy-layout-4 li a .ultp-taxonomy-desc{color:#757575}.ultp-taxonomy-layout-5 li a{color:#000;text-align:center;display:flex;flex-wrap:wrap;line-height:0}.ultp-taxonomy-layout-5 li a img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ultp-taxonomy-layout-5 li a .ultp-taxonomy-lt5-content{padding:10px;background:#e5e5e5;display:block;line-height:normal;width:100%;display:flex;align-items:center;justify-content:center}.ultp-taxonomy-layout-5 li a .ultp-taxonomy-name{color:#333}.ultp-taxonomy-layout-5 li a .ultp-taxonomy-count{color:#333;margin-left:4px;display:inline-block}.ultp-taxonomy-layout-5 li a .ultp-taxonomy-desc{color:#757575;line-height:normal}.ultp-taxonomy-layout-6 li a{color:#000;padding:15px;text-align:center;display:inline-block}.ultp-taxonomy-layout-6 li a .ultp-taxonomy-name{color:#fff;position:relative;z-index:1}.ultp-taxonomy-layout-6 li a .ultp-taxonomy-count{color:#fff;margin-left:4px;display:inline-block;position:relative;z-index:1}.ultp-taxonomy-layout-6 li a .ultp-taxonomy-desc{color:#fff;position:relative;z-index:1}.ultp-taxonomy-layout-6 li a .ultp-taxonomy-lt6-overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;transition:.4s}.ultp-taxonomy-layout-6 li a:hover .ultp-taxonomy-lt6-overlay{background:rgba(0,0,0,.7)}.ultp-taxonomy-layout-7 li a{color:#000;padding:20px 15px;text-align:center;display:inline-block}.ultp-taxonomy-layout-7 li a .ultp-taxonomy-name{padding:8px 20px;background:#fff;border-radius:100px;color:#333;display:inline-block;position:relative;z-index:1}.ultp-taxonomy-layout-7 li a .ultp-taxonomy-desc{color:#fff;margin-top:10px;position:relative;z-index:1}.ultp-taxonomy-layout-7 li a .ultp-taxonomy-count{margin-left:4px;display:inline-block;position:relative;z-index:1}.ultp-taxonomy-layout-7 li a .ultp-taxonomy-lt7-overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;transition:.4s}.ultp-taxonomy-layout-7 li a:hover .ultp-taxonomy-lt7-overlay{background:rgba(0,0,0,.7)}.ultp-taxonomy-layout-8 li a{color:#000;padding:20px 15px;text-align:center;display:inline-block}.ultp-taxonomy-layout-8 li a .ultp-taxonomy-name{padding:8px 20px;background:#fff;border-radius:100px;color:#333;position:relative;display:inline-block;z-index:1}.ultp-taxonomy-layout-8 li a .ultp-taxonomy-count{position:absolute;background:#000;border-radius:100px;width:22px;height:22px;top:-5px;right:-12px;text-align:center;color:#fff;z-index:1}.ultp-taxonomy-layout-8 li a .ultp-taxonomy-desc{color:#fff;margin-top:10px;position:relative;z-index:1}.ultp-taxonomy-layout-8 li a .ultp-taxonomy-lt8-overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;transition:.4s}.ultp-taxonomy-layout-8 li a:hover .ultp-taxonomy-lt8-overlay{background:rgba(0,0,0,.7)}.ultp-taxonomy-animation-zoomIn li a{transition:transform .3s cubic-bezier(.6,0,.3,1);transform:scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-zoomIn li a *,.ultp-taxonomy-animation-zoomIn li a :after,.ultp-taxonomy-animation-zoomIn li a :before{box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-zoomIn li:hover a{transform:scale(1.03)}.ultp-taxonomy-animation-zoomOut li a{transition:transform .3s cubic-bezier(.6,0,.3,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1)}.ultp-taxonomy-animation-zoomOut li a *,.ultp-taxonomy-animation-zoomOut li a :after,.ultp-taxonomy-animation-zoomOut li a :before{box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-zoomOut li:hover a{transform:scale(.97)}.ultp-taxonomy-animation-slideLeft li a{transition:transform .3s cubic-bezier(.6,0,.3,1);transform:translateX(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-slideLeft li a *,.ultp-taxonomy-animation-slideLeft li a :after,.ultp-taxonomy-animation-slideLeft li a :before{box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-slideLeft li:hover a{transform:translateX(-5px)}.ultp-taxonomy-animation-slideRight li a{transition:transform .3s cubic-bezier(.6,0,.3,1);transform:translateX(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-slideRight li a *{box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ultp-taxonomy-animation-slideRight li:hover a{transform:translateX(5px)}.ultp-wrapper-block{transition:.4s;position:relative}.ultp-date-prefix{margin-right:5px}.ultp-block-wrapper .ultp-advance-post-meta{display:flex;flex-wrap:wrap}.ultp-block-wrapper .ultp-advance-post-meta>div{display:flex;align-items:center;flex-wrap:wrap}.ultp-block-wrapper .ultp-advance-post-meta .ultp-auth-heading,.ultp-block-wrapper .ultp-advance-post-meta .ultp-post-auth{display:flex;align-items:center}.ultp-block-wrapper .ultp-advance-post-meta .ultp-auth-heading img,.ultp-block-wrapper .ultp-advance-post-meta .ultp-post-auth img{display:block}.ultp-block-wrapper .ultp-advance-post-meta .ultp-meta-separator{display:flex;align-items:center}.ultp-contentMeta-align{justify-content:space-between!important}.ultp-readTime-wrap{display:flex;align-items:center}.ultp-readTime-wrap{white-space:nowrap}.ultp-date-meta{display:inline-flex;align-items:center}.ultp-date-meta span{line-height:0}.ultp-authMeta-label{margin-right:5px}.ultp-authMeta-count,.ultp-authMeta-wrap{display:inline-flex;align-items:center}.ultp-authMeta-avatar{line-height:0}.ultp-authMeta-avatar img{max-width:inherit}.ultp-authMeta-count .ultp-authMeta-name{white-space:nowrap;transition:.4s;text-decoration:none}.ultp-builder-category{display:flex;align-items:center;flex-wrap:wrap}.ultp-builder-category .cat-builder-content{display:block}.ultp-builder-category .cat-builder-content a{transition:.4s;display:inline-block}.cat-builder-label{white-space:nowrap;display:block;font-size:14px}.cat-builder-content a{text-decoration:none;font-size:12px}.cat-builder-content a:hover{text-decoration:none}.ultp-meta-separator span{white-space:nowrap}.ultp-comment-count,.ultp-comment-wrap{display:inline-flex;align-items:center}.ultp-read-count,.ultp-read-wrap{display:inline-flex;align-items:center}.ultp-view-count,.ultp-view-wrap{display:inline-flex;align-items:center}.ultp-post-meta-dot .ultp-meta-separator:not(:last-child)::after{content:"";bottom:auto;width:3px;margin-top:0;height:3px;border-radius:100%;left:-1px;top:50%;font-size:unset}.ultp-post-meta-slash .ultp-meta-separator:not(:last-child)::after{content:"/";left:-2px;top:1px;font-size:12px}.ultp-post-meta-doubleslash .ultp-meta-separator:not(:last-child)::after{content:"//";left:-4px;top:1px;font-size:12px}.ultp-post-meta-close .ultp-meta-separator:not(:last-child)::after{content:"x";left:-4px;top:-1px;font-size:10px}.ultp-post-meta-dash .ultp-meta-separator:not(:last-child)::after{content:"-";left:-3px;top:0;font-size:18px}.ultp-post-meta-verticalbar .ultp-meta-separator:not(:last-child)::after{content:"|";left:-1px;top:0;font-size:12px}.ultp-post-meta-emptyspace .ultp-meta-separator{padding-left:0}.ultp-meta-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.ultp-meta-wrapper svg{width:20px;margin-right:5px}.ultp-meta-wrapper .ultp-cat-wrap,.ultp-meta-wrapper .ultp-comment-count,.ultp-meta-wrapper .ultp-comment-wrap,.ultp-meta-wrapper .ultp-date-meta,.ultp-meta-wrapper .ultp-post-auth,.ultp-meta-wrapper .ultp-tag-wrap{display:flex;justify-content:unset;align-items:center}.ultp-meta-wrapper .ultp-auth-heading{margin-right:5px;display:flex;justify-content:unset;align-items:center}.ultp-meta-wrapper .ultp-auth-heading img{margin:0 3px}.ultp-post-cat,.ultp-post-tag{display:flex;align-items:center}.ultp-post-cat a,.ultp-post-tag a{display:block}.ultp-comment-count,.ultp-comment-wrap,.ultp-date-icon,.ultp-readTime-wrap{display:flex;align-items:center}.ultp-comment-count svg,.ultp-comment-wrap svg,.ultp-date-icon svg,.ultp-readTime-wrap svg{margin-right:5px}.ultp-meta-style2-left,.ultp-post-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.ultp-meta-style2{display:flex;justify-content:space-between;align-items:unset}.ultp-block-archive-title .ultp-archive-content{width:100%;height:100%;line-height:0;overflow:hidden;transition:.4s;text-decoration:none!important;background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative}.ultp-block-archive-title .ultp-archive-content .ultp-archive-desc,.ultp-block-archive-title .ultp-archive-content .ultp-archive-name,.ultp-block-archive-title .ultp-archive-content .ultp-archive-prefix{transition:.4s;position:relative;z-index:1;margin:0}.ultp-block-archive-title .ultp-archive-content .ultp-archive-overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;transition:.4s}.ultp-block-archive-title .ultp-archive-content:hover .ultp-archive-overlay{background:rgba(0,0,0,.7)}.ultp-archive-layout-2 .ultp-archive-desc,.ultp-archive-layout-2 .ultp-archive-name,.ultp-archive-layout-2 .ultp-archive-prefix{color:#fff}.ultp-author-box{box-sizing:border-box;width:100%}.ultp-post-author-image{display:inline!important}.ultp-post-author-title{display:block}.ultp-post-author-title span:first-child{margin-right:5px}.ultp-post-author-name{margin:0!important}.ultp-post-author-name a{text-decoration:none;transition:.4s}.ultp-post-author-name a:hover{text-decoration:none}.ultp-post-author-meta{display:block}.ultp-post-author-meta span:first-child{margin-right:5px}.ultp-author-box-layout2-content,.ultp-author-box-layout4-content{display:grid;grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;align-items:center}.ultp-author-box-layout4-content{grid-template-columns:auto -webkit-max-content!important;grid-template-columns:auto max-content!important}.ultp-author-box-layout4-content .ultp-post-author-details{text-align:right}.ultp-block-nav{display:flex;justify-content:space-between;align-items:unset}.ultp-block-nav .ultp-next-title,.ultp-block-nav .ultp-prev-title{transition:.4s;margin-bottom:4px}.ultp-block-nav span{display:block;line-height:0}.ultp-block-nav a{text-decoration:none;transition:.4s}.ultp-block-nav a:hover{text-decoration:none}.ultp-block-nav .ultp-nav-block-prev{width:100%;justify-content:start}.ultp-block-nav .ultp-nav-block-prev .ultp-nav-inside{justify-content:start}.ultp-block-nav .ultp-nav-block-next{width:100%;justify-content:end}.ultp-block-nav .ultp-nav-block-next .ultp-nav-inside{justify-content:end}.ultp-block-nav .ultp-nav-text-content{display:flex;flex-direction:column}.ultp-block-nav svg{height:auto}.ultp-nav-img,.ultp-nav-inside,.ultp-nav-inside-container{display:flex;justify-content:unset;align-items:center}.ultp-nav-img img{max-width:150px;max-height:150px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ultp-nav-img svg{width:30px}.ultp-nav-next-style1,.ultp-nav-next-style2{text-align:right}.ultp-nav-next-style1,.ultp-nav-prev-style1{display:flex;justify-content:unset;align-items:center}.ultp-nav-next-style1 .ultp-nav-inside,.ultp-nav-prev-style1 .ultp-nav-inside{display:block}.ultp-nav-next-style1 .ultp-nav-inside-container,.ultp-nav-prev-style1 .ultp-nav-inside-container{display:flex;justify-content:unset;align-items:center}.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img,.ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img{position:relative;display:flex;justify-content:center;align-items:unset}.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img::after,.ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img::after{position:absolute;left:0;top:0;right:0;bottom:0;content:"";z-index:0;border-radius:50%;background-color:rgba(0,0,0,.6)}.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img:hover::after,.ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img:hover::after{position:absolute;left:0;top:0;right:0;bottom:0;content:"";z-index:0;border-radius:50%;background-color:rgba(0,0,0,.75)}.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img img,.ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img img{border-radius:50%}.ultp-nav-next-style2 .ultp-nav-inside .ultp-nav-img .ultp-icon,.ultp-nav-prev-style2 .ultp-nav-inside .ultp-nav-img .ultp-icon{position:absolute;z-index:1;top:0;bottom:0;display:flex;justify-content:center;align-items:center}.ultp-nav-next-style2 .ultp-icon svg,.ultp-nav-prev-style2 .ultp-icon svg{fill:#fff;transition:.4s}.ultp-nav-next-style2 .ultp-icon svg:hover,.ultp-nav-prev-style2 .ultp-icon svg:hover{fill:#fff}.ultp-nav-next-style3,.ultp-nav-prev-style3{display:flex;justify-content:unset;align-items:center}.ultp-nav-next-style3 .ultp-nav-inside,.ultp-nav-prev-style3 .ultp-nav-inside{display:block}.ultp-nav-next-style3 .ultp-nav-inside .ultp-nav-text-content,.ultp-nav-prev-style3 .ultp-nav-inside .ultp-nav-text-content{display:flex}.ultp-nav-next-style3 .ultp-nav-inside .ultp-nav-text-content .ultp-next-prev-title,.ultp-nav-prev-style3 .ultp-nav-inside .ultp-nav-text-content .ultp-next-prev-title{order:3!important}.ultp-nav-next-style3 .ultp-nav-date,.ultp-nav-prev-style3 .ultp-nav-date{order:1}.ultp-nav-next-style3 .ultp-nav-inside-container{justify-content:left}@media only screen and (max-width:600px){.next-prev-img{flex-wrap:wrap}}.ultp-builder-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;padding:0!important;margin:0!important}.ultp-builder-breadcrumb li{display:inline-block;padding-right:0;padding-left:0;margin-top:0!important;margin-bottom:0!important;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.ultp-builder-breadcrumb li:first-child{margin-left:0!important}.ultp-builder-breadcrumb li a{transition:.4s;text-decoration:none}.ultp-builder-breadcrumb li a:hover{text-decoration:none}.ultp-builder-breadcrumb lili.ultp-breadcrumb-separator{margin:0!important;line-height:0;position:relative}.editor-styles-wrapper .ultp-builder-breadcrumb li,.nv-content-wrap .ultp-builder-breadcrumb li{margin-top:0}.ultp-breadcrumb-dot .ultp-breadcrumb-separator{border-radius:100%}.ultp-breadcrumb-dot .ultp-breadcrumb-separator:after{content:"";bottom:auto;width:3px;margin-top:0;height:3px;left:-1px;top:50%;font-size:unset;display:block}.ultp-breadcrumb-slash .ultp-breadcrumb-separator:after{content:"/";left:-2px;top:1px;font-size:12px;line-height:normal}.ultp-breadcrumb-doubleslash .ultp-breadcrumb-separator:after{content:"//";left:-4px;top:1px;font-size:12px;line-height:normal}.ultp-breadcrumb-close .ultp-breadcrumb-separator:after{content:"x";left:-4px;top:-1px;font-size:10px;line-height:normal}.ultp-breadcrumb-dash .ultp-breadcrumb-separator:after{content:"-";left:-3px;top:0;font-size:18px;line-height:normal}.ultp-breadcrumb-verticalbar .ultp-breadcrumb-separator:after{content:"|";left:-1px;top:0;font-size:12px;line-height:normal}.ultp-breadcrumb-greaterThan .ultp-breadcrumb-separator:after{content:">";left:-1px;top:0;font-size:12px;line-height:normal}.ultp-breadcrumb-emptyspace .ultp-breadcrumb-separator{padding-left:0}.ultp-comment-form input,.ultp-comment-form textarea{transition:.4s;margin-bottom:0!important}.ultp-comment-form textarea{min-height:150px}.ultp-comment-form input:focus,.ultp-comment-form input:hover,.ultp-comment-form textarea:focus,.ultp-comment-form textarea:hover{outline:0;box-shadow:none}.form-submit>input#submit,.ultp-comment-btn{transition:.4s}.wp-block-ultimate-post-post-comments .comment-meta,.wp-block-ultimate-post-post-comments .comment-metadata{display:none}.ultp-block-comments{display:block;margin-top:30px!important}.ultp-block-comments .comment-reply-title{display:block!important;padding:0;margin:0}.ultp-block-comments .comment-reply-title a{padding-left:0!important}.ultp-block-comments .comment-reply-title small a{float:none!important;cursor:pointer;color:#ff5f5f!important;font-size:28px!important;display:block;background:0 0!important;border:none!important;margin-top:10px!important;padding:0!important}.ultp-block-comments .ultp-comment-form-container{padding:0!important}.ultp-block-comments .ultp-comment-form{display:block;margin-top:15px!important}.ultp-block-comments .ultp-comment-form p{width:50%!important}.ultp-block-comments .ultp-comment-form h3{margin:auto!important}.ultp-block-comments .ultp-comment-form label{display:inline-flex!important}.ultp-block-comments .ultp-comment-form input{box-sizing:border-box!important}.ultp-block-comments .ultp-comment-form textarea{width:100%;box-sizing:border-box}.ultp-block-comments .ultp-comment-form .comment-notes{grid-area:heading;padding:0;margin:12px 0 0 0;line-height:normal!important;margin:0!important}.ultp-block-comments .ultp-comment-form .ultp-comment-btn{cursor:pointer;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.ultp-block-comments .ultp-comment-form .ultp-comment-input{width:100%!important;line-height:normal!important}.ultp-block-comments .ultp-comment-form .ultp-comment-input label{margin-top:0!important}.ultp-block-comments .ultp-comment-form .ultp-field-control{width:50%}.ultp-block-comments .ultp-comment-form .ultp-field-control label{margin-bottom:3px!important}.ultp-block-comments .ultp-comment-form .ultp-field-control input{width:100%!important}.ultp-block-comments .ultp-comment-form .form-submit{float:none!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;grid-area:btn}.ultp-block-comments .ultp-comment-form .form-submit input{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.ultp-block-comments .ultp-comment-form .comment-form-comment{width:100%!important}.ultp-block-comments .ultp-comment-form .comment-form-cookies-consent{display:flex;align-items:center;margin:20px 0 10px;grid-area:cookies;width:100%!important}.ultp-block-comments .ultp-comment-form .comment-form-cookies-consent label{display:inline;margin:0 15px!important;padding:0 0 0 5px!important;padding-left:0!important;margin-bottom:0!important;margin-left:16px!important;padding-left:0!important;width:100%!important}.ultp-block-comments .ultp-comment-form .comment-form-cookies-consent input{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;margin-right:0!important;padding:0!important;border-width:1px!important;display:block!important}.ultp-block-comments .ultp-comment-form .comment-form-cookies-consent input:before{display:block!important;align-items:center;justify-content:center}.ultp-block-comments .ultp-comments-subtitle{display:block}.ultp-builder-comment-reply>li:after{content:" ";width:100%;height:1px;display:none;background-color:red;margin:50px 0}.ultp-builder-comment-reply li>.comment-body{display:block!important}.ultp-builder-comment-reply .reply{background-color:transparent!important;margin-top:0!important;margin-bottom:0!important;cursor:pointer!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.ultp-builder-comment-reply .comment{list-style-type:none}.ultp-builder-comment-reply .comment .children{padding:0!important}.ultp-builder-comment-reply .comment .children li .comment-body{display:block!important;position:relative;margin-left:34px;padding:5px}.ultp-builder-comment-reply .comment .children li .comment-body p{margin:0}.ultp-builder-comment-reply .comment .children li .comment-body::before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4zMzEiIGhlaWdodD0iMTQuMTY3IiB2aWV3Qm94PSIwIDAgMjQuMzMxIDE0LjE2NyI+CiAgPHBhdGggaWQ9IlBhdGhfMTk3IiBkYXRhLW5hbWU9IlBhdGggMTk3IiBkPSJNLTEwMzYuNTg4LTQxLjFsLTcuNTc3LTYuMzVhLjQ4Ny40ODcsMCwwLDAtLjguMzczdjMuNTg2YS44MDcuODA3LDAsMCwxLS44MDcuODA3aC05LjJhNS42NTEsNS42NTEsMCwwLDEtNC0xLjY1NUwtMTA2MC42My00NlYtNDIuMmEzLjkxNCwzLjkxNCwwLDAsMCwzLjkxNCwzLjkxNGgxMC45NDVhLjgwOC44MDgsMCwwLDEsLjgwNy44MDd2My42YS40ODcuNDg3LDAsMCwwLC44LjM3M2w3LjU3Ny02LjM1QS44MDguODA4LDAsMCwwLTEwMzYuNTg4LTQxLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDYwLjYzIDQ3LjU2MykiIGZpbGw9IiNiYWJhYmEiLz4KPC9zdmc+Cg==);width:30px;height:30px;display:block;margin-top:10px;position:absolute;left:-30px}.ultp-builder-comment-reply .comment-metadata{padding:0!important;line-height:normal!important;margin-bottom:0!important}.ultp-builder-comment-reply .comment-content,.ultp-builder-comment-reply .comment-content p{margin-top:0!important;margin-bottom:0!important;padding:0!important}.ultp-builder-comment-reply .comment-body{padding:0!important;margin-bottom:0!important;border:none!important}.ultp-builder-comment-reply .comment-body>p{margin-top:0!important;margin-bottom:0!important}.ultp-builder-comment-reply .comment-author{display:flex;align-items:center;gap:10px;margin-bottom:3px}.ultp-builder-comment-reply .comment-author .avatar{position:unset!important}.ultp-builder-comment-reply .comment-author img{display:none;position:normal!important;margin-right:0!important;margin-bottom:0!important}.ultp-builder-comment-reply .comment-author .says{color:#888}.ultp-builder-comment-reply .comment-author .fn{margin-left:0!important}.ultp-builder-comment-reply .ultp-reply-btn{border:none;background:0 0}.ultp-builder-comment-reply .comment-reply-link{cursor:pointer;display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;float:none!important}.ultp-builder-comment-reply .ultp-comment-reply-heading{display:inline-block}.ultp-builder-comment-reply .ultp-reply-wrapper{margin:30px 0;padding:0;list-style-type:none}.ultp-builder-comment-reply .ultp-reply-wrapper .ultp-reply-content{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.ultp-builder-comment-reply .ultp-reply-wrapper .ultp-reply-content:not(:last-child){margin:30px 0}.ultp-builder-comment-reply .ultp-reply-wrapper .ultp-reply-content>img{padding-top:10px}.ultp-builder-comment-reply .ultp-comment-wrapper{margin:0;padding:0;list-style-type:none}.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading{display:flex;justify-content:flex-start;align-items:center}.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading .ultp-comment-meta div{margin-bottom:5px}.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading .ultp-comment-meta div span{padding:1px 5px 3px;border-radius:2px;margin-left:7px}.ultp-builder-comment-reply .ultp-comment-wrapper .ultp-comment-content-heading img{width:36px;height:36px;margin-right:10px;display:none}.ultp-comment-email,.ultp-comments-layout2 .ultp-comment-form>input#email{grid-area:email}.ultp-comment-name,.ultp-comments-layout2 .ultp-comment-form>input#author{grid-area:author}.ultp-comment-website,.ultp-comments-layout2 .ultp-comment-form>input#url{grid-area:url}.ultp-comments-layout1 .ultp-comment-form{display:block!important}.ultp-comments-layout1 .ultp-comment-form>input{display:block}.ultp-comments-layout1 .ultp-comment-form div{padding-right:0!important;padding-left:0!important;float:none!important}.ultp-comments-layout1 .ultp-comment-form div p{width:100%;float:none;margin:0}.ultp-comments-layout1 .ultp-comment-form div label{position:unset!important}.ultp-comments-layout2 .ultp-comment-form{display:grid!important;grid-template-areas:"heading  heading heading" "comment comment comment" "meta meta meta" "author email url" "cookies cookies cookies" "btn btn btn";align-items:center;-moz-column-gap:32px;column-gap:32px}.ultp-comments-layout2 .ultp-comment-form input{width:100%}.ultp-comments-layout2 .ultp-comment-form .wp-block-button{grid-area:btn;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.ultp-comments-layout2 .ultp-comment-form>p{width:100%!important}.ultp-comments-layout3 .ultp-comment-form{display:grid!important;grid-template-areas:"heading  heading heading" "author email url" "meta meta meta" "comment comment comment" "cookies cookies cookies" "btn btn btn";align-items:center;-moz-column-gap:32px;column-gap:32px}.ultp-comments-layout3 .ultp-comment-form input{width:100%}.ultp-comments-layout3 .ultp-comment-form .wp-block-button{grid-area:btn;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.ultp-comments-layout3 .ultp-comment-form>p{width:100%!important}.ultp-comments-layout3 .ultp-comment-form>div label{position:unset!important}.ultp-comments-layout2 label,.ultp-comments-layout3 label{display:inline-block}.ultp-comments-layout2 div,.ultp-comments-layout3 div{width:100%!important}.ultp-comments-layout2 .ultp-comment-input,.ultp-comments-layout3 .ultp-comment-input{grid-area:comment}.ultp-comments-layout2 .ultp-comment-input textarea,.ultp-comments-layout3 .ultp-comment-input textarea{width:100%;height:192px;transition:all .1s;min-width:auto;min-height:auto;display:block}.ultp-comments-layout2 .ultp-comment-input textarea:focus,.ultp-comments-layout3 .ultp-comment-input textarea:focus{outline:0;box-shadow:none}.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form .logged-in-as,.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form .logged-in-as{margin-top:0}.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form textarea,.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form textarea{width:100%}.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control),.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control){grid-area:meta!important;display:flex!important;-moz-column-gap:32px;column-gap:32px;align-items:center;justify-content:space-between;margin:0}.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control) p,.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment,.ultp-field-control) p{float:none;width:100%;padding:0;margin-bottom:0}.ultp-comments-layout2 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment),.ultp-comments-layout3 .ultp-comment-form-container .ultp-comment-form div:not(.comment-form-comment){grid-area:auto;display:block;margin:0!important}@media only screen and (max-width:768px){.ultp-comments-layout3 .ultp-comment-form{grid-template-areas:"heading" "author" "email" "url" "comment" "cookies" "btn"}.ultp-comments-layout2 .ultp-comment-form{grid-template-areas:"heading" "comment" "author" "email" "url" "cookies" "btn"}}.ultp-builder-image{width:100%}.ultp-builder-image img{max-width:100%;display:block}.ultp-builder-video{width:100%;position:relative}.ultp-sticky-video.ultp-sticky-active{padding:15px 0}.ultp-sticky-active{position:fixed;z-index:99999;visibility:visible;transition:all .3s;-webkit-animation:fade-in-up .3s ease forwards;animation:fade-in-up .3s ease forwards}@-webkit-keyframes fade-in-up{0%{transform:translateY(200px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{transform:translateY(200px);opacity:0}100%{transform:translateY(0);opacity:1}}.ultp-sticky-active .ultp-sticky-close{display:flex}.ultp-sticky-close{display:none;color:#fff;font-size:29px;line-height:normal;cursor:pointer;width:50px;height:50px;align-items:center;justify-content:center;background:#2b2b2b;border-radius:50%;padding:0;position:absolute;top:-19px;right:-12px}.ultp-sticky-close::after{content:"✕"}.ultp-builder-video .ultp-video-wrapper,.ultp-builder-video iframe,.ultp-builder-video video,.ultp-sticky-video .ultp-embaded-video .ultp-video-wrapper,.ultp-sticky-video .ultp-embaded-video iframe,.ultp-sticky-video .ultp-embaded-video video,.ultp-video-modal__content .ultp-video-wrapper,.ultp-video-modal__content iframe,.ultp-video-modal__content video{width:100%;height:100%}.ultp-builder-video .ultp-embaded-video,.ultp-sticky-video .ultp-embaded-video,.ultp-video-modal__content .ultp-embaded-video{width:100%;height:100%;display:inline-block;position:relative;padding:0}.ultp-builder-video .ultp-embaded-video:before,.ultp-sticky-video .ultp-embaded-video:before,.ultp-video-modal__content .ultp-embaded-video:before{content:"";padding-top:56.25%;display:block}.ultp-builder-video .ultp-embaded-video iframe,.ultp-sticky-video .ultp-embaded-video iframe,.ultp-video-modal__content .ultp-embaded-video iframe{border:0;position:absolute;top:0;bottom:0;left:0}.ultp-post-share-layout{display:flex;align-items:center}.ultp-post-share-layout .ultp-post-share-item{display:block;margin:5px}.ultp-post-share-item{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ultp-post-share-item a{display:flex!important;align-items:center;line-height:0;text-decoration:none!important;border-radius:5px}.ultp-post-share-item a:hover span{color:#ddd}.ultp-post-share-item a:hover svg{fill:#ddd}.ultp-post-share-item a svg{height:20px;width:20px}.ultp-post-share-item-label{color:#fff;white-space:nowrap;margin:0 0 0 8px!important}.ultp-share-more-section{display:-webkit-inline-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ultp-share-more-section a{display:block;margin-right:5px}.ultp-share-more-section img{width:30px}.ultp-post-share-count-section{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;word-break:normal;margin-right:15px}.ultp-post-share-item-icon svg{fill:#fff}.ultp-post-share-item-icon img{height:25px;width:25px;margin-right:8px}.ultp-post-share-icon-section img{width:23px}.ultp-sort-items .components-base-control{margin-bottom:unset}.ultp-post-share .block-editor-block-list__block{display:flex;width:unset!important}.ultp-post-share .block-editor-block-list__block:empty{display:none}.ultp-post-share-item-inner-block{display:block;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ultp-post-share-count-section-style1,.ultp-post-share-count-section-style3{position:relative;text-align:center;padding:2.5px 23.2px 5.5px 14px;border:solid 1px #070c1a;border-radius:11px}.ultp-post-share-count-section-style1 span,.ultp-post-share-count-section-style3 span{display:block}.ultp-post-share-count-section-style1::after{content:" ";height:15px;width:15px;display:inline-block;border-top:1px solid #000;border-right:1px solid #000;transform:rotate(44deg);position:absolute;top:40%;right:-9px}.ultp-post-share-count-section-style2{line-height:0}.ultp-post-share-count-section-style3{border-radius:2px!important;border:none!important}.ultp-post-share-count-section-style3::after{border-color:transparent!important}.ultp-post-share-count-section-style3{margin-bottom:10px}.ultp-post-share-count-section-style4::after{display:none}.ultp-post-share-count-section-style4 span{margin-right:10px}.ultp-inline-false{display:inline-block!important}.ultp-inline-false .ultp-post-share-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ultp-inline-false .ultp-post-share-count-section-style1:after{right:40%;bottom:-9px;transform:rotate(136deg);top:auto}.ultp-inline-false .ultp-post-share-count-section-style1{margin-bottom:15px}.ultp-inline-true .ultp-post-share-item-inner-block{display:flex!important}.ultp-builder-tag{display:flex;align-items:center;flex-wrap:wrap}.ultp-builder-tag .tag-builder-label{display:block;white-space:nowrap}.ultp-builder-tag .tag-builder-content{display:inline}.ultp-builder-tag .tag-builder-content a{transition:.4s;display:inline-block}.tag-builder-label{display:block;font-size:14px;white-space:nowrap}.tag-builder-content a{font-size:12px;text-decoration:none}.tag-builder-content a:hover{text-decoration:none}.slick-loading .slick-list{background:#fff url(https://grabmale-bodensee.de/wp-content/plugins/ultimate-post/assets/css/../img/loading.gif) center center no-repeat}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;z-index:9;padding:0;transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:hover,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:hover:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:dashicons;font-size:20px;line-height:1;opacity:.75;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\f341"}[dir=rtl] .slick-prev:before{content:"\f345"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\f345"}[dir=rtl] .slick-next:before{content:"\f341"}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:dashicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\f159";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:auto;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}[dir=rtl] .slick-slide{float:left}.slick-slider .slick-list,.slick-slider .slick-track{direction:ltr}body.rtl{direction:rtl;unicode-bidi:embed}.rtl .ultp-popup-select .ultp-search-icon{position:absolute;right:auto;left:10px}.rtl .ultp-field-color2 .ultp-sub-field{margin-right:auto;margin-left:0}.rtl .ultp-button-group .ultp-base-control-btn{margin-right:0;margin-left:8px}.rtl .ultp-button-group span{border-radius:0 3px 3px 0}.rtl .ultp-button-group span:last-child{border-right:none;border-left:1px solid #d4d4d4;border-radius:3px 0 0 3px}.rtl .ultp-field-toggle .ultp-sub-field{float:left}.rtl .components-toggle-control .components-base-control__field .components-form-toggle{margin-left:0;margin-right:16px}.rtl .ultp-label-control label{margin-right:0;margin-left:5px}.rtl .ultp-edit-btn .ultp-base-control-btn.dashicons-image-rotate,.rtl .ultp-field-color .ultp-clear,.rtl .ultp-field-select .ultp-multiple-value>span{margin-right:0;margin-left:4px}.rtl .ultp-field-select .ultp-multiple-value>span span.ultp-select-close{margin-left:0;margin-right:4px}.rtl .ultp-heading-filter .ultp-filter-navigation{left:0;justify-content:flex-end;right:auto}.rtl .ultp-next-prev-wrap ul li{margin-right:0;margin-left:5px}.rtl .ultp-heading-filter .ultp-next-prev-wrap{margin-left:0;margin-right:15px}.rtl .ultp-next-prev-wrap ul li:last-child{margin-left:0}.rtl .ultp-heading-style11 .ultp-heading-btn svg{transform:rotate(180deg);margin-left:0;margin-right:5px}.rtl .ultp-next-page-numbers svg{transform:rotate(180deg)}.rtl .ultp-prev-page-numbers svg{transform:rotate(180deg)}.rtl .ultp-prev-action svg{transform:rotate(180deg)}.rtl .ultp-next-action svg{transform:rotate(180deg)}.rtl .ultp-block-meta span:first-child,.ultp-block-meta.ultp-block-meta-style6 span:nth-child(2){padding-right:0!important}.rtl .ultp-block-meta.ultp-block-meta-dot span:after,.rtl .ultp-block-meta.ultp-block-meta-verticalbar span:after{left:auto;right:-1px}.rtl .ultp-block-meta.ultp-block-meta-slash span:after{left:auto;right:-2px}.rtl .ultp-block-meta.ultp-block-meta-close span:after,.rtl .ultp-block-meta.ultp-block-meta-doubleslash span:after{left:auto;right:-4px}.rtl .ultp-block-meta.ultp-block-meta-dash span:after{left:auto;right:-3px}.rtl .ultp-block-meta span i{margin-right:0;margin-left:4px}.rtl .ultp-meta-author-img{margin-right:0;margin-left:5px}.rtl .ultp-block-meta.ultp-block-meta-style5 .ultp-meta-body span:nth-child(2){padding-left:inherit;padding-right:0}.rtl .ultp-heading-filter .ultp-filter-navigation{margin:auto 200px 0 0}.woof_container{padding-bottom:5px;margin-bottom:9px}.woof_container select{width:100%}.woof_container label{display:inline-block!important}ul.woof_list{margin:0!important;list-style:none!important}li.woof_list{list-style:none!important}.woof_list li{list-style:none!important}.woof_block_html_items ul{margin-left:0!important}.woof_list label{vertical-align:middle;padding-top:4px;padding-bottom:4px;display:inline-block!important}.woof_childs_list{padding:7px 0 7px 17px!important;margin:0!important}.woof_auto_show{position:absolute;z-index:1001;width:100%}.woof_sid_auto_shortcode .woof_container{width:33%;min-width:150px}.woof_sid_auto_shortcode .woof_container,.woof_sid_auto_shortcode .woof_container_mselect{overflow-x:hidden;overflow-y:auto;min-height:fit-content;max-height:250px}.woof_sid_auto_shortcode .woof_container_select_hierarchy,.woof_sid_auto_shortcode .woof_container_slider,.woof_sid_auto_shortcode .woof_meta_slider_container,.woof_sid_auto_shortcode .woof_container_mselect,.woof_sid_auto_shortcode .woof_container_select,.woof_sid_auto_shortcode .woof_price_filter{overflow:visible}.woof_sid_auto_shortcode .woof_container_inner{padding-left:5px}.woof_submit_search_form{float:left}.woof_submit_search_form_container{overflow:hidden;clear:both;margin:9px 0 15px 0;display:flex;justify-content:space-between}li.woof_childs_list_li{padding-bottom:0!important}div.woof_info_popup{position:fixed;top:48%;left:48%;z-index:10001;display:none;overflow:hidden;padding:20px;border-radius:5px;background-color:rgba(0,0,0,.6);box-shadow:inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 2px rgba(255,255,255,.2);color:#fff;font-size:22px;font-family:'Oswald',sans-serif}p.woof_tooltip{position:relative;display:inline;line-height:normal!important}p.woof_tooltip span.woof_tooltip_data{position:absolute;width:auto;min-width:140px;max-width:300px;color:#FFF;background:#000;height:auto;min-height:21px;line-height:21px;vertical-align:middle;text-align:center;visibility:hidden;border-radius:6px;margin-top:-30px}p:hover.woof_tooltip span.woof_tooltip_data{visibility:visible;opacity:.8;left:50%;margin-left:-74px;z-index:999}.woof_tooltip_title{display:none}.woof_step .price_slider_amount .button{display:none}.woof_products_top_panel{overflow:hidden;line-height:32px;margin:5px 0 15px 0;display:none;position:relative;z-index:99;clear:both}.woof_products_top_panel_ul li ul li{margin:0 5px 0 0!important}.woof_products_top_panel_ul a{text-decoration:none}.woof_reset_button_2{padding:2px 7px}.woof_products_top_panel ul{margin:0!important;padding:0!important}.woof_products_top_panel li{float:left;margin:0 15px 0 0!important;list-style:none!important}.woof_products_top_panel li a{text-decoration:none}.woof_products_top_panel li a:hover{text-decoration:none}.woof_products_top_panel li span{padding-right:16px;background:url(https://grabmale-bodensee.de/wp-content/plugins/woocommerce-products-filter/css/../img/delete.png);background-size:14px 14px;background-repeat:no-repeat;background-position:right}.woof_products_top_panel li span:hover{background-size:14px 14px}.woof_sid_auto_shortcode{background:#fff;border:solid 1px #eee;border-radius:3px;box-shadow:inset 0 1px 0 0 #fff;background:#fefefe;margin-bottom:11px;clear:both}.woof_sid_auto_shortcode.woof{padding:16px}.woof_edit_view{position:relative;float:right;clear:both;opacity:.7;z-index:9999;margin-top:-20px}.woof_container_overlay{position:relative;border:solid 1px orange}.woof_container_setter{position:relative}.woof_container_overlay_item{display:none;color:red;padding:4px}.woof_container_overlay .woof_container_setter_link{display:inline-block;position:relative;float:right;clear:both;opacity:.8}.woof_show_auto_form,.woof_hide_auto_form{display:inline-block!important;margin-bottom:3px!important}.woof_show_auto_form,.woof_hide_auto_form{background:url(https://grabmale-bodensee.de/wp-content/plugins/woocommerce-products-filter/css/../img/magnifying-glass.svg);background-size:cover;width:32px;height:32px;display:inline-block;background-repeat:no-repeat}.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{width:auto;height:auto;background:none}.woocommerce-ordering{position:relative;z-index:3}.woof_sid_auto_shortcode .woof_redraw_zone{position:relative;width:100%;z-index:1001;display:flex;flex-wrap:wrap}.woof_auto_show .woof_price_search_container{position:relative;z-index:1002}.woof_price_search_container .price_slider_amount .price_label{float:left!important;display:inline-block;text-align:right!important}.woof_childs_list_opener{vertical-align:middle;margin-left:7px!important;margin-top:0!important;display:inline-block!important;line-height:0!important}.woof_childs_list_opener span{display:inline-block;background-size:cover!important;background-repeat:no-repeat!important;background-position:right;width:13px;height:13px}.woof_childs_list_opener span.woof_is_closed{background:url(https://grabmale-bodensee.de/wp-content/plugins/woocommerce-products-filter/css/../img/plus2.svg)}.woof_childs_list_opener span.woof_is_opened{background:url(https://grabmale-bodensee.de/wp-content/plugins/woocommerce-products-filter/css/../img/minus2.svg)}.woof_childs_list_opener span:hover{background-size:18px 18px}.woof_list_checkbox li div{margin-top:3px}ul.woof_list li{margin:0 3px 4px 3px}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:.8751em}.woof .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:right!important}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;border-radius:1em;border:1px solid #141741;cursor:pointer;background:#2d338e;outline:none}.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-.5em}.woof .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#c0132c;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background:#d5d5d5}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider .ui-slider-handle{background-color:#a46497;border-radius:1em;cursor:ew-resize;height:1em;margin-left:-.5em;outline:0 none;position:absolute;width:1em;z-index:2}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#602053;border:0 none;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background:none repeat scroll 0 0 #d5d5d5;border-radius:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{margin-left:.5em;margin-right:.5em;position:relative;text-align:left}.woof .woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof_overflow_hidden{overflow:hidden}.woof .chosen-drop{z-index:10001!important}.chosen-results{z-index:10001!important}.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]{min-height:18px!important}.woof_sid_widget .woof_edit_view{display:none}.woof_section_scrolled{overflow:auto;overflow-x:hidden;margin-bottom:3px}.woof_price_filter_dropdown{width:100%}.chosen-results li{margin-left:0!important}.woof-padding-1{padding-left:12px!important}.woof-padding-2{padding-left:24px!important}.woof-padding-3{padding-left:36px!important}.woof-padding-4{padding-left:48px!important}.woof-padding-5{padding-left:60px!important}.chosen-container{margin-bottom:3px;max-width:100%}.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{display:none}.woof_search_is_going nav.woocommerce-breadcrumb{display:none}.woof_checkbox_label{margin-left:7px!important}.woof_checkbox_label_selected{font-weight:700}.woof_radio_label_selected{font-weight:700}.woof_checkbox_count{margin-left:3px}.woof_radio_label{margin-left:5px}.woof_radio_count{margin-left:2px}a.woof_front_toggle{float:right;text-decoration:none}.woof_redraw_zone a.woof_front_toggle img{height:20px}.woof_closed_block{display:none}.woof_radio_term_reset_visible{display:inline-block!important;padding:2px 0 0 7px}.woof label{cursor:pointer}.woof_hidden_term{display:none!important}.woof_open_hidden_li{clear:both;display:block!important;text-align:center}.woof_open_hidden_li a{outline:none!important}.woof_open_hidden_li img{box-shadow:none!important}a.woof_start_filtering_btn{display:inline-block;padding:9px 12px;border:solid 2px #ccc;border-radius:3px;text-decoration:none!important;transition:all .5s}a.woof_start_filtering_btn:hover{color:#0073d2!important;border-color:#0073d2;text-decoration:none}a.woof_start_filtering_btn2{display:inline-block;padding:9px 12px;border:solid 2px #0073d2;border-radius:7px;text-decoration:none!important;color:#0073d2!important}.woof_price_filter_txt{width:75px!important}a.chosen-single{text-decoration:none!important}.chosen-container-single .chosen-single span{font-size:14px;color:#444;font-weight:400;line-height:24px}.chosen-container-single .chosen-single{height:32px!important;line-height:29px!important;background:#fff;box-shadow:none;border-radius:1px}.chosen-container-single .chosen-single div b{background-position:0 4px!important}.woof_sid_flat_white{background:#fff;border:solid 1px #eee;padding:9px}.woof_sid_flat_grey .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#fff;box-shadow:none;border:2px solid #aaa}.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #aaa;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container-active{background:none;background-color:#fff;box-shadow:none}.woof_sid_flat_grey .chosen-container-multi .chosen-choices{background-image:none;border:2px solid #aaa}.woof_sid_flat_grey .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #97b6be}.woof_sid_flat_grey .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#fff}.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice,.woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice{border:2px solid #aaa;border-radius:0;background-color:transparent;;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container .chosen-drop{border:2px solid #aaa;border-top:0;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button{border:2px solid #aaa;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_grey .woof_submit_search_form_container,.woof_sid_flat_dark .woof_submit_search_form_container{margin:0}.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{width:100%}.woof_sid_flat_grey .irs-bar,.woof_sid_flat_dark .irs-bar{border-top:1px solid #97b6be;border-bottom:1px solid #97b6be;background:#97b6be}.woof_sid_flat_grey .irs-from,.woof_sid_flat_grey .irs-to,.woof_sid_flat_grey .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_dark .irs-from,.woof_sid_flat_dark .irs-to,.woof_sid_flat_dark .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_grey .irs-slider,.woof_sid_flat_dark .irs-slider{border:2px solid #AAA;background:#DDD;box-shadow:0 0 0 rgba(0,0,0,.3)}.woof_sid_flat_grey .irs-line,.woof_sid_flat_grey .irs-line{background:#EEE;border:2px solid #AAA}.woof_sid_flat_grey .woof_container h4{margin-bottom:11px!important;font-size:1.12em!important;background:#eee;padding:9px 7px;color:#777;line-height:1.12em!important;text-align:center}.woof_sid_flat_grey{background:#fff;border:solid 2px #aaa;background:#fdfdfd;margin-bottom:11px;margin-top:30px;padding:12px}.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#fff!important;border:solid 1px #fff}.woof_sid_flat_grey .woof_select_radio_check dt a{border:solid 2px #aaa;border-radius:0}.woof_sid_flat_grey .woof_color_term:hover,.woof_sid_flat_dark .woof_color_term:hover{border-color:#444;transform:scale(1.1,1.1);transition-duration:1s;border-style:solid}.woof_sid_flat_grey .woof_color_term.checked,.woof_sid_flat_dark .woof_color_term.checked{transform:scale(1.1,1.1)}.woof_sid_flat_grey .woof_color_term,.woof_sid_flat_dark .woof_color_term{border-radius:0}.woof_sid_flat_dark{border:solid 2px #aaa;background:#4e4d4d;margin-bottom:11px;margin-top:30px;padding:12px;color:#e2e6e7}.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{width:100%}.woof_sid_flat_dark .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#4e4d4d;box-shadow:none;border:2px solid #e2e6e7;color:#e2e6e7}.chosen-container .chosen-drop{border:2px solid #4d4d4;background:#4e4d4d;box-shadow:0 0 0 rgba(0,0,0,0)}.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #e2e6e7;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_dark .chosen-container-active{background:none;background-color:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-multi .chosen-choices{background-image:none;background-color:#4e4d4d;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.no-results{background:#97b6be}.woof_sid_flat_dark .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-drop{border:2px solid #e2e6e7;border-top:0;background:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-single .chosen-drop{border-radius:0}.woof_sid_flat_dark .woof_color_term{border:0 solid #e2e6e7}.woof_sid_flat_dark .woof_color_term.checked{border:3px solid #e2e6e7}.woof_sid_flat_dark .woof_container h4{margin-bottom:11px!important;font-size:1.32em!important;background:#a0bcc385;padding:11px 7px;color:#e2e6e7;line-height:1.12em!important;text-align:center}.woof_sid_flat_dark .woof_submit_search_form_container button{border:2px solid #e2e6e7;background:#4e4d4d;box-shadow:none;color:#e2e6e7}.woof_sid_flat_dark .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#e2e6e7!important;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_select_radio_check dt a{background-color:#4e4d4d;color:#e2e6e7!important;border:solid 2px #e2e6e7;border-radius:0}.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list{background-color:#4e4d4d;color:#e2e6e7}.woof_sid_flat_dark input[type=search]:focus,.woof_sid_flat_dark input[type=text]:focus,.woof_sid_flat_dark textarea:focus{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type='search'],.woof_sid_flat_dark input[type='search']{background:#4e4d4d;color:#e2e6e7;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder,.woof_sid_flat_dark input[type='search']::placeholder{color:#a0bcc3;opacity:1}.woof_sid_flat_dark .irs-max,.woof_sid_flat_dark .irs-min{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover,.woof_sid_flat_grey .woof_list_label li .woof_label_term.checked{background-color:#97afb5;border-color:#a0bcc385;color:#fff}.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover,.woof_sid_flat_dark .woof_list_label li .woof_label_term.checked{background-color:#a0bcc385;border-color:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_list_label li .woof_label_term{color:#728a90}.woof_sid_flat_dark .easy-autocomplete-container ul{background:none repeat scroll 0 0 #4e4d4d;;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.woof_sid_flat_dark .easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #a0bcc385}.woof_auto_4_columns .woof_container{display:inline-block;vertical-align:top;width:24%;padding:5px;min-width:150px}.woof_auto_3_columns .woof_container{display:inline-block;vertical-align:top;width:31%;padding:5px;min-width:150px}.woof_auto_2_columns .woof_container{display:inline-block;vertical-align:top;width:48%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container{display:inline-block;vertical-align:top;width:100%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_authors li{display:inline-block;margin-left:10px}.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li,.woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{display:block}input.woof_checkbox_term,input.woof_radio_term{vertical-align:middle}@media only screen and (max-width :992px){.woof_sid_auto_shortcode .woof_container{clear:both;width:100%}.woof_sid_auto_shortcode .woof_container .chosen-container{width:100%!important}.woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,.woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,.woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{height:auto!important;min-height:auto!important;max-height:auto!important}}.easy-autocomplete-container ul{margin:0!important}.woof_tooltip_templates{display:none}.woof_container_inner .woof_tooltip_header{display:inline-block;height:15px;width:auto;vertical-align:top}.woof_container_inner h4{margin-bottom:9px}.woof_tooltip_title{font-size:18px;font-weight:700;color:#2c2c2c}.woof_container .woof_container_inner input[type="search"]{line-height:normal!important;border:solid 1px #eee}.woof_star_font,.woof_star_selected select{font-family:'star';color:#96588a}.woof_star_selected .chosen-single span{font-family:'star';color:#96588a}.woof_price_filter_txt_slider .woof_price_filter_txt_from{float:left}.woof_price_filter_txt_slider .woof_price_filter_txt_to{float:right}.woof_price_filter_txt_slider{height:35px}.woof_price_filter_txt_slider input[type='number']{padding:2px 7px;border:solid 1px #ccc;background:#fff;box-shadow:none}ul.chosen-choices{padding:5px!important}.woof_hide_filter{display:none}.woof_show_filter_for_mobile.woof{opacity:.95;position:fixed;top:100%;background:#fff;z-index:9999;overflow:auto;height:100%;display:block!important;width:100%;right:0;padding:30px;padding-bottom:100px;animation:move_top .5s ease;animation-fill-mode:forwards}.woof_hide_mobile_filter img,.woof_show_mobile_filter img{display:inline-block;width:30px}.woof_hide_mobile_filter span,.woof_show_mobile_filter span{font-size:20px;display:inline-block;vertical-align:top;font-weight:600}.woof_hide_mobile_filter{margin-bottom:10px;display:none;cursor:pointer}.woof_show_filter_for_mobile .woof_hide_mobile_filter{display:block}@keyframes move_top{100%{top:30px}}.woof_container_select_hierarchy .select2-container{margin-bottom:10px}.woof_price_search_container .price_slider_amount .price_label{text-align:left!important}.woof .widget_price_filter .price_slider_amount .button{float:left}.woof_float_none{float:none}.woof_use_beauty_scroll::-webkit-scrollbar{width:6px}.woof_use_beauty_scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(100,100,100,.3);border-radius:5px}.woof_use_beauty_scroll::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(220,220,220,.8);box-shadow:inset 0 0 6px rgba(200,200,200,.5)}.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive{background:rgba(120,120,120,.4)}.woof_seo_text{clear:both}.woof .woof_wcga_label_hide,.woof_container_inner .woof_wcga_label_hide{display:none!important}.woof_use_beauty_scroll{overflow-y:scroll}.woof_list.woof_list_label>li{position:relative}ul.woof_list.woof_list_label li{margin:2px 2px 2px 0}ul.woof_list{padding-left:0!important;margin-left:0!important}.widget .woof_redraw_zone ul li,.widget .woof_redraw_zone ul li a{border-bottom:none;padding:0;box-shadow:none;margin:0}.widget .woof_redraw_zone ul,.widget .woof_redraw_zone ol{border:none;box-shadow:none}ul.chosen-results{margin:0;padding:0}.woof_products_top_panel li span,.woof_products_top_panel2 li span{background:url(https://grabmale-bodensee.de/wp-content/plugins/woocommerce-products-filter/img/delete.png);background-size:14px 14px;background-repeat:no-repeat;background-position:right}.woof_edit_view{display:none}.mega-menu-last-modified-1657722003{content:'Wednesday 13th July 2022 14:20:03 UTC'}#mega-menu-wrap-primary,#mega-menu-wrap-primary #mega-menu-primary,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:none;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:14px;height:auto;left:auto;line-height:2;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal}#mega-menu-wrap-primary:before,#mega-menu-wrap-primary #mega-menu-primary:before,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before,#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before,#mega-menu-wrap-primary:after,#mega-menu-wrap-primary #mega-menu-primary:after,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after,#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after{display:none}#mega-menu-wrap-primary{border-radius:0}@media only screen and (min-width:769px){#mega-menu-wrap-primary{background:rgba(34,34,34,0)}}#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus,#mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus,#mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus{outline:3px solid #109cde;outline-offset:-3px}#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px}#mega-menu-wrap-primary.mega-keyboard-navigation>li.mega-menu-item>a.mega-menu-link:focus{background:rgba(34,34,34,0);color:#333;font-weight:400;text-decoration:underline;border-color:#fff}@media only screen and (max-width:768px){#mega-menu-wrap-primary.mega-keyboard-navigation>li.mega-menu-item>a.mega-menu-link:focus{color:#a7a7a7;background:#f7f7f7}}#mega-menu-wrap-primary #mega-menu-primary{visibility:visible;text-align:left;padding:0 0 0 0}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{cursor:pointer;display:inline}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:400}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link{display:flex;align-items:center}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link{display:block}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top>a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top>a.mega-menu-link:before{display:block;margin:0 0 6px 0;text-align:center}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top>a.mega-menu-link>span.mega-title-below{display:inline-block;transition:none}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-icon-top>a.mega-menu-link{display:block;line-height:100px}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-icon-top>a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right>a.mega-menu-link:before{float:right;margin:0 0 0 6px}#mega-menu-wrap-primary #mega-menu-primary>li.mega-animating>ul.mega-sub-menu{pointer-events:none}#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link>a.mega-menu-link{cursor:inherit}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link{cursor:pointer}#mega-menu-wrap-primary #mega-menu-primary p{margin-bottom:10px}#mega-menu-wrap-primary #mega-menu-primary input,#mega-menu-wrap-primary #mega-menu-primary img{max-width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu{display:none;visibility:visible;opacity:1}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu{display:none}}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item>ul.mega-sub-menu{opacity:0;transition:opacity 200ms ease-in,visibility 200ms ease-in}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0)}#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 200ms ease-in,visibility 200ms ease-in}#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0)}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children>ul.mega-sub-menu{display:none}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu{display:block}#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu{visibility:visible}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:25%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:20%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:16.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before{font-family:dashicons}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:transparent;height:auto;width:auto;top:auto}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on>a.mega-menu-link{border-radius:0}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right>ul.mega-sub-menu{right:0}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on>a.mega-menu-link{border-radius:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item{position:static}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item{margin:0 0 0 0;display:inline-block;height:auto;vertical-align:middle}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-right{float:right}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-right{margin:0 0 0 0}}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-float-left{float:left}}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover{background:rgba(34,34,34,0);color:#333;font-weight:400;text-decoration:underline;border-color:#fff}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{background:rgba(34,34,34,0);color:#333;font-weight:400;text-decoration:underline;border-color:#fff}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{color:#a7a7a7;background:#f7f7f7}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{line-height:75px;height:75px;padding:0 10px 0 10px;vertical-align:baseline;width:auto;display:block;color:#333;text-transform:none;text-decoration:none;text-align:left;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:inherit;font-size:20px;font-weight:400;outline:none}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-multi-line>a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle}}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-multi-line>a.mega-menu-link br{display:none}}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item{display:list-item;margin:0;clear:both;border:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-right{float:none}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:100px;height:100px;padding:0 10px;background:transparent;text-align:left;color:#a7a7a7;font-size:16px}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row{max-width:800px;margin:0 auto}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column{float:left;min-height:1px}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-1{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-2{width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-2{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-3{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-3{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-3{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-4{width:25%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-4{width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-4{width:75%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-4{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-5{width:20%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-5{width:40%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-5{width:60%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-5{width:80%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-5{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-6{width:16.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-6{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-6{width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-6{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-6{width:83.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-6{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-7{width:14.28571%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-7{width:28.57143%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-7{width:42.85714%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-7{width:57.14286%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-7{width:71.42857%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-7{width:85.71429%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-7{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-8{width:12.5%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-8{width:25%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-8{width:37.5%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-8{width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-8{width:62.5%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-8{width:75%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-8{width:87.5%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-8{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-9{width:11.11111%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-9{width:22.22222%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-9{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-9{width:44.44444%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-9{width:55.55556%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-9{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-9{width:77.77778%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-9{width:88.88889%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-9{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-10{width:10%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-10{width:20%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-10{width:30%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-10{width:40%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-10{width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-10{width:60%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-10{width:70%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-10{width:80%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-10{width:90%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-10{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-11{width:9.09091%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-11{width:18.18182%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-11{width:27.27273%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-11{width:36.36364%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-11{width:45.45455%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-11{width:54.54545%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-11{width:63.63636%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-11{width:72.72727%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-11{width:81.81818%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-11{width:90.90909%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-11{width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-12{width:8.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12{width:16.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12{width:25%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-12{width:41.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12{width:50%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-12{width:58.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-12{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-12{width:75%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-12{width:83.33333%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-12{width:91.66667%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-12-of-12{width:100%}}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column{width:100%;clear:both}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{padding:15px 5px 15px 5px;width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{z-index:999;border-radius:0;background:#fff;border:0;padding:0 30px 0 30px;position:absolute;width:100%;max-width:none;left:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{float:left;position:static;width:100%}}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.28571%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.57143%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.85714%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.14286%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.42857%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.71429%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.11111%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.22222%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.44444%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.55556%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.77778%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.88889%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.09091%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.18182%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.27273%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.36364%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.45455%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.54545%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.63636%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.72727%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.81818%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.90909%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.33333%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.66667%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu{clear:both}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{color:#666;font-family:inherit;font-size:14px;display:block;float:left;clear:none;padding:15px 5px 15px 5px;vertical-align:top}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear{clear:left}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;text-align:center;margin:0 0 0 0;padding:0 0 5px 0;vertical-align:top;display:block;visibility:inherit;border:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title:hover{border-color:rgba(0,0,0,0)}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{color:#555;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:700;text-align:left;margin:0 0 0 0;padding:0 0 0 0;vertical-align:top;display:block;border:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{border-color:rgba(0,0,0,0)}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus{color:#555;font-weight:700;text-decoration:none;background:rgba(0,0,0,0)}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover>span.mega-title-below,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover>span.mega-title-below,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus>span.mega-title-below,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus>span.mega-title-below{text-decoration:none}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:400;text-align:left;margin:0 0 0 0;padding:0 0 0 0;vertical-align:top;display:block;border:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover{border-color:rgba(0,0,0,0)}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link{display:flex}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus{color:#666;font-weight:400;text-decoration:none;background:rgba(0,0,0,0)}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{border:0;padding:10px;border-radius:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item{width:100%;clear:both}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:400;margin:0;border:0;padding:0 0 0 0;vertical-align:top;display:block}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus{color:#666;font-weight:400;text-decoration:none;background:rgba(0,0,0,0)}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu{z-index:999;position:absolute;width:500px;max-width:none;padding:0 0 0 0;border:0;background:#f1f1f1;border-radius:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0}}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:#666;font-family:inherit;font-size:14px;font-weight:400;padding:0 10px 0 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:400;text-decoration:none;color:#666}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{content:'\f140';font-family:dashicons;font-weight:400;display:inline-block;margin:0 0 0 6px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:transparent;height:auto;width:auto;right:auto;line-height:inherit}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{display:inline;height:auto;width:auto;background:transparent;position:relative;pointer-events:auto;left:auto;min-width:auto;line-height:inherit;color:inherit;font-size:inherit;padding:0}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{content:'\f142'}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{content:'\f142'}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile>a.mega-menu-link>span.mega-indicator{display:none}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children)>a.mega-menu-link>span.mega-indicator,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow>a.mega-menu-link>span.mega-indicator{display:none}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link>span.mega-indicator:after{content:'\f139'}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link>span.mega-indicator{float:left}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link>span.mega-indicator:after{content:'\f141';margin:0 6px 0 0}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0}}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion>li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}}#mega-menu-wrap-primary #mega-menu-primary li[class^='mega-lang-item']>a.mega-menu-link>img{display:inline}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link>img.wpml-ls-flag,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link>img.iclflag{display:inline;margin-right:8px}@media only screen and (max-width:768px){#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-mobile,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-mobile{display:none}}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-desktop,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-desktop{display:none}}@media only screen and (max-width:768px){#mega-menu-wrap-primary:after{content:"";display:table;clear:both}}#mega-menu-wrap-primary .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:#fff;border-radius:2px 2px 2px 2px;line-height:100px;height:100px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap}#mega-menu-wrap-primary .mega-menu-toggle img{max-width:100%;padding:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary .mega-menu-toggle{display:none}}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}@media only screen and (max-width:768px){#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary{background:rgba(255,255,255,.1);padding:5px 0 5px 5px;display:block}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary{display:block}}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0{/*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
 cursor:pointer}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.8);align-self:center;outline:0;background:none}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:#ddd;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{content:"";display:block}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{top:-10px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{bottom:-10px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:0.15s}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg)}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg)}#mega-menu-wrap-primary{clear:both}@media only screen and (min-width:769px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{box-shadow:1px 1px 10px 1px lightgray}#mega-menu-wrap-secondary #mega-menu-secondary img{display:block;margin-left:auto;margin-right:auto}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu{max-height:750px;overflow:auto}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{text-align:center;font-size:14px}#mega-menu-item-1709{background-color:#8cc63f!important}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item-1709>a.mega-menu-link{color:#fff}#mega-menu-wrap-primary #mega-menu-primary input,#mega-menu-wrap-primary #mega-menu-primary img{display:block;margin:auto}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{width:1350px}}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(https://grabmale-bodensee.de/wp-includes/css/../fonts/dashicons.eot#1731489310);src:url(https://grabmale-bodensee.de/wp-includes/css/../fonts/dashicons.eot#1731489310) format("embedded-opentype"),url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u) format("woff"),url(https://grabmale-bodensee.de/wp-includes/css/../fonts/dashicons.ttf#1731489310) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400:#CBD5E0;--global-gray-500:#A0AEC0;--global-xs-spacing:1em;--global-sm-spacing:1.5rem;--global-md-spacing:2rem;--global-lg-spacing:2.5em;--global-xl-spacing:3.5em;--global-xxl-spacing:5rem;--global-edge-spacing:1.5rem;--global-boxed-spacing:2rem}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:'“' '”'}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt)}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover{color:var(--global-palette-highlight)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a{color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight),var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2),var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2),var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0 0 0 -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}::placeholder{color:var(--global-palette6)}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0 0 0 -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type="search"],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type="submit"]{top:0;right:0;bottom:0;position:absolute;color:transparent;background:transparent;z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type="submit"]:hover,.search-form .search-submit[type="submit"]:focus{color:transparent;background:transparent;box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type="submit"]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type="submit"],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type="search"],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:700}button,.button,.wp-block-button__link,.wp-element-button,input[type="button"],input[type="reset"],input[type="submit"]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all 0.2s ease;box-shadow:0 0 0 -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type="button"]:visited,input[type="reset"]:visited,input[type="submit"]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type="button"]:hover,input[type="button"]:focus,input[type="button"]:active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type="button"]:disabled,input[type="button"].disabled,input[type="reset"]:disabled,input[type="reset"].disabled,input[type="submit"]:disabled,input[type="submit"].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active{border:2px solid currentColor;box-shadow:0 0 0 -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background){background:transparent}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active{background:transparent}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button.button-style-outline:not(.has-text-color){color:var(--global-palette-btn-bg)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button.button-style-outline:not(.has-text-color):hover,.button.button-style-outline:not(.has-text-color):focus,.button.button-style-outline:not(.has-text-color):active{color:var(--global-palette-btn-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:' ';display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed!important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:transparent}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width:1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;-webkit-transform:translateY(40px);transform:translateY(40px);transition:all 0.2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:transparent}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}#kt-scroll-up-reader{-webkit-transform:translateY(0);transform:translateY(0);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;word-wrap:normal!important}#kt-scroll-up-reader:focus{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width:719px){.vs-sm-false{display:none!important}}@media screen and (min-width:720px) and (max-width:1024px){.vs-md-false{display:none!important}}@media screen and (min-width:1025px){.vs-lg-false{display:none!important}}body.logged-in .vs-logged-in-false{display:none!important}body:not(.logged-in) .vs-logged-out-false{display:none!important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset,unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset,0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}:root{--global-palette1:#8cc63f;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;--global-palette9rgb:255, 255, 255;--global-palette-highlight:var(--global-palette1);--global-palette-highlight-alt:var(--global-palette1);--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:var(--global-palette1);--global-palette-btn-bg-hover:var(--global-palette2);--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-body-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--global-heading-font-family:inherit;--global-primary-nav-font-family:inherit;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1300px;--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-calc-content-width:calc(1300px - var(--global-content-edge-padding) - var(--global-content-edge-padding) )}.wp-site-blocks{--global-vw:calc(100vw - ( 0.5 * var(--scrollbar-offset)))}:root .has-theme-palette-1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color{color:var(--global-palette9)}:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette9-color{color:var(--global-palette9)}body{background:var(--global-palette8)}body,input,select,optgroup,textarea{font-weight:400;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4)}.content-bg,body.content-style-unboxed .site{background:var(--global-palette9)}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family)}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3)}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3)}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3)}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4)}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4)}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5)}.entry-hero .kadence-breadcrumbs{max-width:1300px}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.comments-area,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{max-width:var(--global-content-width)}.content-width-narrow .content-container.site-container,.content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width)}@media all and (min-width:1530px){.wp-site-blocks .content-container .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset}}@media all and (min-width:1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:-2rem;margin-right:-2rem}@media all and (max-width:1024px){.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:-2rem;margin-right:-2rem}}@media all and (max-width:767px){.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:-1.5rem;margin-right:-1.5rem}}.content-area{margin-top:5rem;margin-bottom:5rem}@media all and (max-width:1024px){.content-area{margin-top:3rem;margin-bottom:3rem}}@media all and (max-width:767px){.content-area{margin-top:2rem;margin-bottom:2rem}}.entry-content-wrap{padding:2rem}@media all and (max-width:1024px){.entry-content-wrap{padding:2rem}}@media all and (max-width:767px){.entry-content-wrap{padding:1.5rem}}.entry.single-entry{box-shadow:0 15px 15px -10px rgba(0,0,0,.05)}.entry.loop-entry{box-shadow:0 15px 15px -10px rgba(0,0,0,.05)}.loop-entry .entry-content-wrap{padding:2rem}@media all and (max-width:1024px){.loop-entry .entry-content-wrap{padding:2rem}}@media all and (max-width:767px){.loop-entry .entry-content-wrap{padding:1.5rem}}.primary-sidebar.widget-area .widget{margin-bottom:1.5em;color:var(--global-palette4)}.primary-sidebar.widget-area .widget-title{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette3)}button,.button,.wp-block-button__link,input[type="button"],input[type="reset"],input[type="submit"],.fl-button,.elementor-button-wrapper .elementor-button{border-color:var(--global-palette1);box-shadow:0 0 0 -7px rgba(0,0,0,0)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,input[type="button"]:hover,input[type="button"]:focus,input[type="button"]:active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active,.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{box-shadow:0 15px 25px -7px rgba(0,0,0,.1)}@media all and (max-width:1024px){button,.button,.wp-block-button__link,input[type="button"],input[type="reset"],input[type="submit"],.fl-button,.elementor-button-wrapper .elementor-button{border-color:var(--global-palette1)}}@media all and (max-width:767px){button,.button,.wp-block-button__link,input[type="button"],input[type="reset"],input[type="submit"],.fl-button,.elementor-button-wrapper .elementor-button{border-color:var(--global-palette1)}}@media all and (min-width:1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:calc(0px + 80px)}}@media all and (max-width:1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:0}}@media all and (max-width:767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:0}}.site-middle-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;grid-row-gap:30px}.site-middle-footer-inner-wrap .widget{margin-bottom:30px}.site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2)}.site-top-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;grid-row-gap:30px}.site-top-footer-inner-wrap .widget{margin-bottom:30px}.site-top-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2)}.site-bottom-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px}.site-bottom-footer-inner-wrap .widget{margin-bottom:30px}.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2)}.footer-social-wrap .footer-social-inner-wrap{font-size:1em;gap:.3em}.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button{border:2px none transparent;border-radius:3px}#kt-scroll-up-reader,#kt-scroll-up{border-radius:0 0 0 0;bottom:30px;font-size:1.2em;padding:.4em .4em .4em .4em}#kt-scroll-up-reader.scroll-up-side-right,#kt-scroll-up.scroll-up-side-right{right:30px}#kt-scroll-up-reader.scroll-up-side-left,#kt-scroll-up.scroll-up-side-left{left:30px}#colophon .footer-navigation .footer-menu-container>ul>li>a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:calc(0.6em / 2);padding-bottom:calc(0.6em / 2);color:var(--global-palette5)}#colophon .footer-navigation .footer-menu-container>ul li a:hover{color:var(--global-palette-highlight)}#colophon .footer-navigation .footer-menu-container>ul li.current-menu-item>a{color:var(--global-palette3)}.entry-hero.page-hero-section .entry-header{min-height:10px}.entry-hero.product-hero-section .entry-header{min-height:200px}.product-title .single-category{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3)}.wp-site-blocks .product-hero-section .extra-title{font-weight:700;font-size:32px;line-height:1.5}.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button,.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link{border:2px none transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:hover,.wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover{box-shadow:0 0 0 0 rgba(0,0,0,0)}@media all and (max-width:1024px){.mobile-transparent-header #masthead{position:absolute;left:0;right:0;z-index:100}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0)}.mobile-transparent-header #masthead,.mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner,.mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner,.mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent}.site-header-row-tablet-layout-fullwidth,.site-header-row-tablet-layout-standard{padding:0}}@media all and (min-width:1025px){.transparent-header #masthead{position:absolute;left:0;right:0;z-index:100}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0)}.transparent-header #masthead,.transparent-header .site-top-header-wrap .site-header-row-container-inner,.transparent-header .site-main-header-wrap .site-header-row-container-inner,.transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent}}.site-branding{padding:0 0 0 0}@media all and (max-width:767px){.site-branding{padding:5px 5px 5px 5px}}#masthead,#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container),#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start)>.site-header-row-container-inner{background:#fff}.site-main-header-wrap .site-header-row-container-inner{border-top:0 none transparent;border-bottom:0 none transparent}.site-main-header-inner-wrap{min-height:80px}.site-main-header-wrap .site-header-row-container-inner>.site-container{padding:0 150px 0 150px}.site-top-header-wrap .site-header-row-container-inner{background:var(--global-palette1)}.site-top-header-inner-wrap{min-height:0}.site-top-header-wrap .site-header-row-container-inner>.site-container{padding:5px 0 5px 0}.site-bottom-header-inner-wrap{min-height:0}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc(100% - 1.2em)}.main-navigation .primary-menu-container>ul>li.menu-item>a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:.6em;padding-bottom:.6em;color:var(--global-palette5)}.main-navigation .primary-menu-container>ul>li.menu-item>.dropdown-nav-special-toggle{right:calc(1.2em / 2)}.main-navigation .primary-menu-container>ul>li.menu-item>a:hover{color:var(--global-palette-highlight)}.main-navigation .primary-menu-container>ul>li.menu-item.current-menu-item>a{color:var(--global-palette3)}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.secondary-menu-container>ul>li>a:after{width:calc(100% - 1.2em)}.secondary-navigation .secondary-menu-container>ul>li.menu-item>a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:.6em;padding-bottom:.6em;color:var(--global-palette5)}.secondary-navigation .primary-menu-container>ul>li.menu-item>.dropdown-nav-special-toggle{right:calc(1.2em / 2)}.secondary-navigation .secondary-menu-container>ul>li.menu-item>a:hover{color:var(--global-palette-highlight)}.secondary-navigation .secondary-menu-container>ul>li.menu-item.current-menu-item>a{color:var(--global-palette3)}.header-navigation .header-menu-container ul ul.sub-menu,.header-navigation .header-menu-container ul ul.submenu{background:var(--global-palette3);box-shadow:0 2px 13px 0 rgba(0,0,0,.1)}.header-navigation .header-menu-container ul ul li.menu-item,.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul>li.menu-item>a{border-bottom:1px solid rgba(255,255,255,.1)}.header-navigation .header-menu-container ul ul li.menu-item>a{width:200px;padding-top:1em;padding-bottom:1em;color:var(--global-palette8);font-size:12px}.header-navigation .header-menu-container ul ul li.menu-item>a:hover{color:var(--global-palette9);background:var(--global-palette4)}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item>a{color:var(--global-palette9);background:var(--global-palette4)}.mobile-toggle-open-container .menu-toggle-open{background:var(--global-palette8);color:var(--global-palette5);padding:.4em .6em .4em .6em;font-size:14px}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px}.mobile-toggle-open-container .menu-toggle-open:hover,.mobile-toggle-open-container .menu-toggle-open:focus{color:var(--global-palette-highlight)}.mobile-navigation ul li{font-size:14px}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em}.mobile-navigation ul li>a,.mobile-navigation ul li.menu-item-has-children>.drawer-nav-drop-wrap{background:#fff;color:var(--global-palette8)}.mobile-navigation ul li.current-menu-item>a,.mobile-navigation ul li.current-menu-item.menu-item-has-children>.drawer-nav-drop-wrap{background:#fff;color:var(--global-palette-highlight)}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,.mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,.1)}@media all and (max-width:767px){#mobile-drawer .drawer-inner,#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg,#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.show-drawer.pop-animated .drawer-inner{background:#fff}}#mobile-drawer .drawer-header .drawer-toggle{padding:.6em .15em .6em .15em;font-size:24px}#mobile-drawer .drawer-header .drawer-toggle,#mobile-drawer .drawer-header .drawer-toggle:focus{color:var(--global-palette1)}#main-header .header-button{background:#c6973f;border:2px none currentColor;box-shadow:0 0 0 -7px rgba(0,0,0,0)}#main-header .header-button.button-size-custom{padding:32px 20px 32px 20px}#main-header .header-button:hover{box-shadow:0 15px 25px -7px rgba(0,0,0,.1)}.header-html{margin:0 20px 0 20px}.header-html a{color:var(--global-palette1)}.header-html a:hover{color:var(--global-palette1)}.header-social-wrap .header-social-inner-wrap{font-size:1em;gap:3em}.header-social-wrap .header-social-inner-wrap .social-button{background:rgba(140,198,63,0);border:2px none currentColor;border-radius:3px}.header-social-wrap .social-button .social-label{font-style:normal;font-weight:700;font-size:14px;font-family:Tahoma,Geneva,sans-serif}.header-mobile-social-wrap .header-mobile-social-inner-wrap{font-size:1em;gap:.3em}.header-mobile-social-wrap .header-mobile-social-inner-wrap .social-button{border:2px none transparent;border-radius:3px}.search-toggle-open-container .search-toggle-open{color:var(--global-palette5)}.search-toggle-open-container .search-toggle-open.search-toggle-style-bordered{border:1px solid currentColor}.search-toggle-open-container .search-toggle-open .search-toggle-icon{font-size:1em}.search-toggle-open-container .search-toggle-open:hover,.search-toggle-open-container .search-toggle-open:focus{color:var(--global-palette-highlight)}#search-drawer .drawer-inner{background:rgba(9,12,16,.97)}.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button{border:2px none transparent;box-shadow:0 0 0 -7px rgba(0,0,0,0)}.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button:hover{box-shadow:0 15px 25px -7px rgba(0,0,0,.1)}.kadence-shop-top-row{padding-bottom:var(--global-md-spacing);display:flex}.kadence-product-toggle-container{display:flex}.kadence-product-toggle-container .kadence-toggle-shop-layout{padding:0 6px;color:var(--global-palette6);margin-left:.5em;border:1px solid var(--global-gray-400);display:flex;height:30px;border-radius:0;align-items:center;background:transparent;box-shadow:none}.kadence-product-toggle-container .kadence-toggle-shop-layout .kadence-svg-iconset{pointer-events:none}.kadence-product-toggle-container .kadence-toggle-shop-layout.toggle-active,.kadence-product-toggle-container .kadence-toggle-shop-layout:hover{color:var(--global-palette5);border-color:var(--global-palette5);background:transparent;box-shadow:none}.kadence-product-toggle-container .kadence-toggle-shop-layout .kadence-list-svg{top:-1px;position:relative}.kadence-woo-results-count{flex-grow:1;font-size:90%;margin-bottom:.5em;line-height:30px}.kadence-woo-results-count p{margin:0}@media screen and (min-width:768px){.kadence-shop-top-row{justify-content:flex-end}.kadence-woo-results-count{margin-bottom:0}}select.orderby{padding-bottom:3px;padding-top:2px;padding-left:5px;padding-right:25px;height:auto;border-radius:0;font-size:90%;background-color:transparent;border-top-style:none;border-right-style:none;border-left-style:none;background-position:right 0 top 50%;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-size:auto 18px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==)}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product{overflow:hidden}.woocommerce ul.products li.product .onsale{top:6px;right:6px;left:auto;margin:0}.woocommerce ul.products li.product .product-excerpt{display:none}.woocommerce ul.products li.product a.woocommerce-loop-image-link{position:relative;display:block;outline-offset:-5px}.woocommerce ul.products li.product .product-action-wrap{margin-top:1em}.woocommerce ul.products li.product .entry-content-wrap{padding:1rem 1rem 1.5rem;position:relative;margin:0 .5em;border-radius:.25rem;transition:-webkit-transform 0.3s cubic-bezier(.17,.67,.35,.95);transition:transform 0.3s cubic-bezier(.17,.67,.35,.95);transition:transform 0.3s cubic-bezier(.17,.67,.35,.95),-webkit-transform 0.3s cubic-bezier(.17,.67,.35,.95)}.woocommerce ul.products li.product h3,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-category__title{padding:.5rem 0;margin:0;font-size:1em;font-weight:500}.woocommerce ul.products li.product h3 a,.woocommerce ul.products li.product .woocommerce-loop-product__title a,.woocommerce ul.products li.product .woocommerce-loop-category__title a{transition:none}.woocommerce ul.products li.product a{text-decoration:none;color:inherit}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.85em}.woocommerce ul.products li.product .button .kadence-svg-iconset svg{margin-left:.5em}.woocommerce ul.products li.product .button .kadence-spinner-svg,.woocommerce ul.products li.product .button .kadence-check-svg{display:none}.woocommerce ul.products li.product .button.loading{opacity:.25}.woocommerce ul.products li.product .button.loading .kadence-arrow-right-alt-svg{display:none}.woocommerce ul.products li.product .button.loading .kadence-spinner-svg{display:block;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce ul.products li.product .button.loading::after{display:none}.woocommerce ul.products li.product .button.added{font-size:0}.woocommerce ul.products li.product .button.added .kadence-svg-iconset:last-child{font-size:1rem}.woocommerce ul.products li.product .button.added .kadence-arrow-right-alt-svg{display:none}.woocommerce ul.products li.product .button.added .kadence-check-svg{display:block;font-size:80%}.woocommerce ul.products li.product .button.added::after{display:none}.woocommerce ul.products li.product .price{color:inherit;display:block;font-weight:400;margin-bottom:.3em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:none;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:var(--global-palette6)}.woocommerce ul.products li.product .star-rating~.price{padding-right:5.4em}.woocommerce .products.align-buttons-bottom li.product .entry-content-wrap .star-rating{float:none;margin-left:0;margin-bottom:.5em}.woocommerce .products.align-buttons-bottom li.product .entry-content-wrap .star-rating~.price{padding:0}.woocommerce ul.products.woo-archive-btn-button .button{color:var(--global-palette-btn);background:var(--global-palette-btn-bg);text-align:center;width:100%;display:block;transition:color 0.2s ease,background 0.2s ease,border 0.2s ease}.woocommerce ul.products.woo-archive-btn-button .button:hover{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}.woocommerce ul.products.woo-archive-btn-button li.product .button.added{height:0;padding:0;overflow:hidden;border:0}.woocommerce ul.products.woo-archive-btn-button.products-list-view .button{width:auto}.woocommerce ul.products.woo-archive-btn-button li.product .price{margin-bottom:1em}.woocommerce ul.products:not(.woo-archive-btn-button) .button{background:transparent;padding:.5em 0;text-transform:uppercase;font-weight:700;letter-spacing:.05em;color:inherit;font-size:80%;border:0;box-shadow:none;transition:color 0.2s ease;display:inline}.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap{width:auto;position:absolute;bottom:-2rem;left:0;margin-top:0;padding:0 1rem;right:0;opacity:0;transition:opacity 0.3s cubic-bezier(.17,.67,.35,.95)}.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap{bottom:-.8rem;opacity:1}.woocommerce nav.woocommerce-pagination{margin:var(--global-lg-spacing) auto}.woocommerce nav.woocommerce-pagination ul{justify-content:center;flex-wrap:wrap;margin:0;list-style:none;padding:0}.woocommerce nav.woocommerce-pagination ul li .page-numbers{display:inline-block;margin-right:.5em;border:2px solid transparent;min-width:2.5em;line-height:2.25em;text-align:center;text-decoration:none;border-radius:.25rem;color:inherit}.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:focus{border-color:var(--global-palette-btn-bg)}.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--global-palette-btn-bg);background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.kadence-woo-toggle{display:none}.kadence-shop-top-row{flex-wrap:wrap}.archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry),.post-type-archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry),.single-product.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry){background:transparent;padding-left:0;margin-left:0;padding-right:0;margin-right:0;padding-bottom:0}@media screen and (min-width:576px){.kadence-woo-toggle{display:block}.archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry){padding:0 0 0 1.5rem}.woocommerce ul.products.products-list-view{grid-template-columns:1fr}.woocommerce ul.products.products-list-view li.product{display:grid;grid-template-columns:1fr 2fr}.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title{font-size:1.3em}.woocommerce ul.products.products-list-view li.product .entry-content-wrap{padding:1rem 1rem 1rem 1.5rem}.woocommerce ul.products.products-list-view li.product .product-excerpt{display:block}.woocommerce ul.products.products-list-view li.product .product-action-wrap{width:auto;position:static;margin-top:1em;padding:0;right:0;opacity:1;transition:none}.woocommerce ul.products.products-list-view li.product .star-rating{float:none;margin-left:0}.woocommerce ul.products.products-list-view li.product .star-rating~.price{padding:0;margin-top:1em}.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap,.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.woocommerce ul.products.products-list-view li.product:hover .product-action-wrap,.woocommerce ul.products.products-list-view li.product:focus-within .product-action-wrap{bottom:0;opacity:1}.woocommerce ul.products.grid-lg-col-1.products-grid-view{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width:1025px){.woocommerce ul.products.products-list-view li.product{align-items:center}}.wtbpContentTable .wtbpAddToCartWrapper p{margin:0}ul.products li.product .tinvwl-loop-button-wrapper{position:absolute;bottom:100%;right:0;padding:.5em}ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:0;display:flex;align-items:center;flex-direction:row-reverse}ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{font-size:80%;background:rgba(0,0,0,.5);padding:.2em .4em;color:#fff;position:relative;margin-right:.5em;opacity:0;transition:all 0.2s ease}ul.products li.product .tinvwl_add_to_wishlist_button:hover .tinvwl_add_to_wishlist-text{opacity:1}ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text:after{margin-left:0;margin-right:-12px;border:6px solid transparent;margin-bottom:0;border-top-color:transparent;border-left-color:rgba(0,0,0,.5);z-index:1001;background:transparent;content:"";position:absolute;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}ul.products li.product .tinvwl_add_to_wishlist_button:before{margin-right:0;background:#fff;color:#000;border-radius:50%;padding:.2em}.products.align-buttons-bottom li.product{display:flex;flex-direction:column}.products.align-buttons-bottom li.product .entry-content-wrap{flex-grow:1;display:flex;flex-direction:column}.woocommerce .products.align-buttons-bottom li.product .product-action-wrap{margin-top:auto;padding-top:.7em}ul.products li.product .tinvwl-loop-button-wrapper.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button{flex-direction:row}ul.products li.product .tinvwl-loop-button-wrapper.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{margin-left:.5em;margin-right:0}ul.products li.product .tinvwl-loop-button-wrapper.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text:after{right:auto;left:0;border:6px solid transparent;border-right-color:rgba(0,0,0,.5);margin-left:-12px;margin-right:0}.woocommerce .col2-set,.woocommerce-page .col2-set{*zoom:1;width:100%}.woocommerce .col2-set::before,.woocommerce .col2-set::after,.woocommerce-page .col2-set::before,.woocommerce-page .col2-set::after{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images{float:left;width:48%}.woocommerce div.product div.summary,.woocommerce #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce-page #content div.product div.summary{float:right;width:48%;clear:none}.woocommerce div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs{clear:both}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs{*zoom:1}.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after{content:' ';display:table}.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce div.product #reviews .comment,.woocommerce #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment{*zoom:1}.woocommerce div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after{content:' ';display:table}.woocommerce div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after{clear:both}.woocommerce div.product #reviews .comment img,.woocommerce #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{position:relative}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{*zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{height:auto}.woocommerce table.cart td.actions,.woocommerce #content table.cart td.actions,.woocommerce-page table.cart td.actions,.woocommerce-page #content table.cart td.actions{text-align:right}.woocommerce table.cart td.actions .coupon,.woocommerce #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon{float:left}.woocommerce table.cart td.actions .coupon label,.woocommerce #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{*zoom:1;width:100%}.woocommerce .cart-collaterals::before,.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::before,.woocommerce-page .cart-collaterals::after{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;*zoom:1;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{*zoom:1}.woocommerce ul.cart_list li::before,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::before,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::before,.woocommerce-page ul.product_list_widget li::after{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{*zoom:1}.woocommerce form .form-row::before,.woocommerce form .form-row::after,.woocommerce-page form .form-row::before,.woocommerce-page form .form-row::after{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type="password"],.woocommerce-page form .password-input input[type="password"]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{content:'';display:block;background-color:var(--global-palette6);-webkit-mask-image:url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+ZXllMTwvdGl0bGU+CjxwYXRoIGQ9Ik0wLjEwNiAxMS41NTNjLTAuMTM2IDAuMjc0LTAuMTQ2IDAuNjAzIDAgMC44OTQgMCAwIDAuMzk2IDAuNzg5IDEuMTIgMS44NDMgMC40NTEgMC42NTYgMS4wMzggMS40MzIgMS43NTcgMi4yMTggMC44OTQgMC45NzkgMi4wMDQgMS45ODcgMy4zMTkgMi44IDEuNTk1IDAuOTg2IDMuNTA2IDEuNjkyIDUuNjk4IDEuNjkyczQuMTAzLTAuNzA2IDUuNjk4LTEuNjkyYzEuMzE1LTAuODEzIDIuNDI1LTEuODIxIDMuMzE5LTIuOCAwLjcxOC0wLjc4NiAxLjMwNi0xLjU2MiAxLjc1Ny0yLjIxOCAwLjcyNC0xLjA1NCAxLjEyLTEuODQzIDEuMTItMS44NDMgMC4xMzYtMC4yNzQgMC4xNDYtMC42MDMgMC0wLjg5NCAwIDAtMC4zOTYtMC43ODktMS4xMi0xLjg0My0wLjQ1MS0wLjY1Ni0xLjAzOC0xLjQzMi0xLjc1Ny0yLjIxOC0wLjg5NC0wLjk3OS0yLjAwNC0xLjk4Ny0zLjMxOS0yLjgtMS41OTUtMC45ODYtMy41MDYtMS42OTItNS42OTgtMS42OTJzLTQuMTAzIDAuNzA2LTUuNjk4IDEuNjkyYy0xLjMxNSAwLjgxMy0yLjQyNSAxLjgyMS0zLjMxOSAyLjgtMC43MTkgMC43ODYtMS4zMDYgMS41NjEtMS43NTcgMi4yMTgtMC43MjQgMS4wNTQtMS4xMiAxLjg0My0xLjEyIDEuODQzek0yLjE0IDEyYzAuMTYzLTAuMjgxIDAuNDA3LTAuNjgxIDAuNzM0LTEuMTU4IDAuNDEtMC41OTYgMC45NC0xLjI5NiAxLjU4NS0yLjAwMSAwLjgwNS0wLjg4MSAxLjc3NS0xLjc1NiAyLjg5NC0yLjQ0OCAxLjM1LTAuODM0IDIuOTAxLTEuMzkzIDQuNjQ3LTEuMzkzczMuMjk3IDAuNTU5IDQuNjQ2IDEuMzkzYzEuMTE5IDAuNjkyIDIuMDg5IDEuNTY3IDIuODk0IDIuNDQ4IDAuNjQ0IDAuNzA1IDEuMTc1IDEuNDA1IDEuNTg1IDIuMDAxIDAuMzI4IDAuNDc3IDAuNTcyIDAuODc2IDAuNzM0IDEuMTU4LTAuMTYzIDAuMjgxLTAuNDA3IDAuNjgxLTAuNzM0IDEuMTU4LTAuNDEgMC41OTYtMC45NCAxLjI5Ni0xLjU4NSAyLjAwMS0wLjgwNSAwLjg4MS0xLjc3NSAxLjc1Ni0yLjg5NCAyLjQ0OC0xLjM0OSAwLjgzNC0yLjkgMS4zOTMtNC42NDYgMS4zOTNzLTMuMjk3LTAuNTU5LTQuNjQ2LTEuMzkzYy0xLjExOS0wLjY5Mi0yLjA4OS0xLjU2Ny0yLjg5NC0yLjQ0OC0wLjY0NC0wLjcwNS0xLjE3NS0xLjQwNS0xLjU4NS0yLjAwMS0wLjMyOC0wLjQ3Ny0wLjU3Mi0wLjg3Ny0wLjczNS0xLjE1OHpNMTYgMTJjMC0xLjEwNC0wLjQ0OS0yLjEwNi0xLjE3Mi0yLjgyOHMtMS43MjQtMS4xNzItMi44MjgtMS4xNzItMi4xMDYgMC40NDktMi44MjggMS4xNzItMS4xNzIgMS43MjQtMS4xNzIgMi44MjggMC40NDkgMi4xMDYgMS4xNzIgMi44MjggMS43MjQgMS4xNzIgMi44MjggMS4xNzIgMi4xMDYtMC40NDkgMi44MjgtMS4xNzIgMS4xNzItMS43MjQgMS4xNzItMi44Mjh6TTE0IDEyYzAgMC41NTMtMC4yMjMgMS4wNTEtMC41ODYgMS40MTRzLTAuODYxIDAuNTg2LTEuNDE0IDAuNTg2LTEuMDUxLTAuMjIzLTEuNDE0LTAuNTg2LTAuNTg2LTAuODYxLTAuNTg2LTEuNDE0IDAuMjIzLTEuMDUxIDAuNTg2LTEuNDE0IDAuODYxLTAuNTg2IDEuNDE0LTAuNTg2IDEuMDUxIDAuMjIzIDEuNDE0IDAuNTg2IDAuNTg2IDAuODYxIDAuNTg2IDEuNDE0eiI+PC9wYXRoPgo8L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+ZXllMTwvdGl0bGU+CjxwYXRoIGQ9Ik0wLjEwNiAxMS41NTNjLTAuMTM2IDAuMjc0LTAuMTQ2IDAuNjAzIDAgMC44OTQgMCAwIDAuMzk2IDAuNzg5IDEuMTIgMS44NDMgMC40NTEgMC42NTYgMS4wMzggMS40MzIgMS43NTcgMi4yMTggMC44OTQgMC45NzkgMi4wMDQgMS45ODcgMy4zMTkgMi44IDEuNTk1IDAuOTg2IDMuNTA2IDEuNjkyIDUuNjk4IDEuNjkyczQuMTAzLTAuNzA2IDUuNjk4LTEuNjkyYzEuMzE1LTAuODEzIDIuNDI1LTEuODIxIDMuMzE5LTIuOCAwLjcxOC0wLjc4NiAxLjMwNi0xLjU2MiAxLjc1Ny0yLjIxOCAwLjcyNC0xLjA1NCAxLjEyLTEuODQzIDEuMTItMS44NDMgMC4xMzYtMC4yNzQgMC4xNDYtMC42MDMgMC0wLjg5NCAwIDAtMC4zOTYtMC43ODktMS4xMi0xLjg0My0wLjQ1MS0wLjY1Ni0xLjAzOC0xLjQzMi0xLjc1Ny0yLjIxOC0wLjg5NC0wLjk3OS0yLjAwNC0xLjk4Ny0zLjMxOS0yLjgtMS41OTUtMC45ODYtMy41MDYtMS42OTItNS42OTgtMS42OTJzLTQuMTAzIDAuNzA2LTUuNjk4IDEuNjkyYy0xLjMxNSAwLjgxMy0yLjQyNSAxLjgyMS0zLjMxOSAyLjgtMC43MTkgMC43ODYtMS4zMDYgMS41NjEtMS43NTcgMi4yMTgtMC43MjQgMS4wNTQtMS4xMiAxLjg0My0xLjEyIDEuODQzek0yLjE0IDEyYzAuMTYzLTAuMjgxIDAuNDA3LTAuNjgxIDAuNzM0LTEuMTU4IDAuNDEtMC41OTYgMC45NC0xLjI5NiAxLjU4NS0yLjAwMSAwLjgwNS0wLjg4MSAxLjc3NS0xLjc1NiAyLjg5NC0yLjQ0OCAxLjM1LTAuODM0IDIuOTAxLTEuMzkzIDQuNjQ3LTEuMzkzczMuMjk3IDAuNTU5IDQuNjQ2IDEuMzkzYzEuMTE5IDAuNjkyIDIuMDg5IDEuNTY3IDIuODk0IDIuNDQ4IDAuNjQ0IDAuNzA1IDEuMTc1IDEuNDA1IDEuNTg1IDIuMDAxIDAuMzI4IDAuNDc3IDAuNTcyIDAuODc2IDAuNzM0IDEuMTU4LTAuMTYzIDAuMjgxLTAuNDA3IDAuNjgxLTAuNzM0IDEuMTU4LTAuNDEgMC41OTYtMC45NCAxLjI5Ni0xLjU4NSAyLjAwMS0wLjgwNSAwLjg4MS0xLjc3NSAxLjc1Ni0yLjg5NCAyLjQ0OC0xLjM0OSAwLjgzNC0yLjkgMS4zOTMtNC42NDYgMS4zOTNzLTMuMjk3LTAuNTU5LTQuNjQ2LTEuMzkzYy0xLjExOS0wLjY5Mi0yLjA4OS0xLjU2Ny0yLjg5NC0yLjQ0OC0wLjY0NC0wLjcwNS0xLjE3NS0xLjQwNS0xLjU4NS0yLjAwMS0wLjMyOC0wLjQ3Ny0wLjU3Mi0wLjg3Ny0wLjczNS0xLjE1OHpNMTYgMTJjMC0xLjEwNC0wLjQ0OS0yLjEwNi0xLjE3Mi0yLjgyOHMtMS43MjQtMS4xNzItMi44MjgtMS4xNzItMi4xMDYgMC40NDktMi44MjggMS4xNzItMS4xNzIgMS43MjQtMS4xNzIgMi44MjggMC40NDkgMi4xMDYgMS4xNzIgMi44MjggMS43MjQgMS4xNzIgMi44MjggMS4xNzIgMi4xMDYtMC40NDkgMi44MjgtMS4xNzIgMS4xNzItMS43MjQgMS4xNzItMi44Mjh6TTE0IDEyYzAgMC41NTMtMC4yMjMgMS4wNTEtMC41ODYgMS40MTRzLTAuODYxIDAuNTg2LTEuNDE0IDAuNTg2LTEuMDUxLTAuMjIzLTEuNDE0LTAuNTg2LTAuNTg2LTAuODYxLTAuNTg2LTEuNDE0IDAuMjIzLTEuMDUxIDAuNTg2LTEuNDE0IDAuODYxLTAuNTg2IDEuNDE0LTAuNTg2IDEuMDUxIDAuMjIzIDEuNDE0IDAuNTg2IDAuNTg2IDAuODYxIDAuNTg2IDEuNDE0eiI+PC9wYXRoPgo8L3N2Zz4K);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1em;mask-size:1em;min-height:1.2em;min-width:1.2em;top:0;z-index:1}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{-webkit-mask-image:url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+ZXllLW9mZjwvdGl0bGU+CjxwYXRoIGQ9Ik0xMC4xMjggNS4yMTRjMC42NTEtMC4xNTIgMS4yOTYtMC4yMjEgMS44Ni0wLjIxNCAxLjc1OCAwIDMuMzA5IDAuNTU5IDQuNjU4IDEuMzkzIDEuMTE5IDAuNjkyIDIuMDg5IDEuNTY3IDIuODk0IDIuNDQ4IDAuNjQ0IDAuNzA1IDEuMTc1IDEuNDA1IDEuNTg1IDIuMDAxIDAuMzI3IDAuNDc1IDAuNTcgMC44NzQgMC43MzMgMS4xNTUtMC41NDYgMC45NTMtMS4xNiAxLjgyMS0xLjc3OCAyLjU0Mi0wLjM1OSAwLjQxOS0wLjMxMSAxLjA1MSAwLjEwOCAxLjQxczEuMDUxIDAuMzExIDEuNDEtMC4xMDhjMC44MTgtMC45NTQgMS42MTEtMi4xMTIgMi4yODMtMy4zNyAwLjE0OC0wLjI3OSAwLjE2My0wLjYxOCAwLjAxMy0wLjkxOSAwIDAtMC4zOTYtMC43ODktMS4xMi0xLjg0My0wLjQ1MS0wLjY1Ni0xLjAzOC0xLjQzMi0xLjc1Ny0yLjIxOC0wLjg5NC0wLjk3OS0yLjAwNC0xLjk4Ny0zLjMxOS0yLjgtMS41OTUtMC45ODUtMy41MDYtMS42OTEtNS42ODYtMS42OTEtMC43MzQtMC4wMDktMS41NCAwLjA3OS0yLjM0IDAuMjY2LTAuNTM4IDAuMTI2LTAuODcyIDAuNjY0LTAuNzQ2IDEuMjAyczAuNjY0IDAuODcyIDEuMjAyIDAuNzQ2ek0xMC4wMjcgMTEuNDQybDIuNTMxIDIuNTMxYy0wLjE4MiAwLjA2MS0wLjM3MiAwLjA5NC0wLjU2MyAwLjEwMS0wLjUxMyAwLjAxOC0xLjAzMC0wLjE1OS0xLjQzNC0wLjUzNnMtMC42MTctMC44OC0wLjYzNS0xLjM5M2MtMC4wMDgtMC4yMzggMC4wMjUtMC40NzYgMC4xMDEtMC43MDR6TTUuOTgzIDcuMzk3bDIuNTUzIDIuNTUzYy0wLjQzNCAwLjY5MS0wLjYzNiAxLjQ4NC0wLjYwOCAyLjI2NiAwLjAzNiAxLjAyMiAwLjQ2MyAyLjAzMyAxLjI3MSAyLjc4NXMxLjg0NiAxLjEwNyAyLjg2OCAxLjA3MWMwLjY5Mi0wLjAyNCAxLjM3OS0wLjIyOCAxLjk4NC0wLjYwOGwyLjMyMiAyLjMyMmMtMS4zNzggMC43OTktMi44OTUgMS4xOTYtNC4zODQgMS4yMTQtMS43MzQgMC0zLjI4NS0wLjU1OS00LjYzNC0xLjM5My0xLjExOS0wLjY5Mi0yLjA4OS0xLjU2Ny0yLjg5NC0yLjQ0OC0wLjY0NC0wLjcwNS0xLjE3NS0xLjQwNS0xLjU4NS0yLjAwMS0wLjMyNi0wLjQ3NS0wLjU3LTAuODczLTAuNzMyLTEuMTU0IDEuMDUwLTEuODIyIDIuMzc2LTMuMzc5IDMuODQxLTQuNjA3ek0wLjI5MyAxLjcwN2w0LjI3MSA0LjI3MWMtMS43MzEgMS40NzktMy4yNjkgMy4zNTgtNC40NDUgNS41NDktMC4xNDggMC4yNzktMC4xNjQgMC42MTktMC4wMTMgMC45MiAwIDAgMC4zOTYgMC43ODkgMS4xMiAxLjg0MyAwLjQ1MSAwLjY1NiAxLjAzOCAxLjQzMiAxLjc1NyAyLjIxOCAwLjg5NCAwLjk3OSAyLjAwNCAxLjk4NyAzLjMxOSAyLjggMS41OTUgMC45ODYgMy41MDYgMS42OTIgNS43MSAxLjY5MiAxLjk5My0wLjAyNCA0LjAxOS0wLjYwMSA1LjgxNS0xLjc1OWw0LjQ2NiA0LjQ2NmMwLjM5MSAwLjM5MSAxLjAyNCAwLjM5MSAxLjQxNCAwczAuMzkxLTEuMDI0IDAtMS40MTRsLTguODc2LTguODc2Yy0wLjAwMi0wLjAwMi0wLjAwNS0wLjAwNS0wLjAwNy0wLjAwN2wtNC4yMDktNC4yMWMtMC4wMDgtMC4wMDctMC4wMTYtMC4wMTYtMC4wMjQtMC4wMjRsLTguODg0LTguODgzYy0wLjM5MS0wLjM5MS0xLjAyNC0wLjM5MS0xLjQxNCAwcy0wLjM5MSAxLjAyNCAwIDEuNDE0eiI+PC9wYXRoPgo8L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8dGl0bGU+ZXllLW9mZjwvdGl0bGU+CjxwYXRoIGQ9Ik0xMC4xMjggNS4yMTRjMC42NTEtMC4xNTIgMS4yOTYtMC4yMjEgMS44Ni0wLjIxNCAxLjc1OCAwIDMuMzA5IDAuNTU5IDQuNjU4IDEuMzkzIDEuMTE5IDAuNjkyIDIuMDg5IDEuNTY3IDIuODk0IDIuNDQ4IDAuNjQ0IDAuNzA1IDEuMTc1IDEuNDA1IDEuNTg1IDIuMDAxIDAuMzI3IDAuNDc1IDAuNTcgMC44NzQgMC43MzMgMS4xNTUtMC41NDYgMC45NTMtMS4xNiAxLjgyMS0xLjc3OCAyLjU0Mi0wLjM1OSAwLjQxOS0wLjMxMSAxLjA1MSAwLjEwOCAxLjQxczEuMDUxIDAuMzExIDEuNDEtMC4xMDhjMC44MTgtMC45NTQgMS42MTEtMi4xMTIgMi4yODMtMy4zNyAwLjE0OC0wLjI3OSAwLjE2My0wLjYxOCAwLjAxMy0wLjkxOSAwIDAtMC4zOTYtMC43ODktMS4xMi0xLjg0My0wLjQ1MS0wLjY1Ni0xLjAzOC0xLjQzMi0xLjc1Ny0yLjIxOC0wLjg5NC0wLjk3OS0yLjAwNC0xLjk4Ny0zLjMxOS0yLjgtMS41OTUtMC45ODUtMy41MDYtMS42OTEtNS42ODYtMS42OTEtMC43MzQtMC4wMDktMS41NCAwLjA3OS0yLjM0IDAuMjY2LTAuNTM4IDAuMTI2LTAuODcyIDAuNjY0LTAuNzQ2IDEuMjAyczAuNjY0IDAuODcyIDEuMjAyIDAuNzQ2ek0xMC4wMjcgMTEuNDQybDIuNTMxIDIuNTMxYy0wLjE4MiAwLjA2MS0wLjM3MiAwLjA5NC0wLjU2MyAwLjEwMS0wLjUxMyAwLjAxOC0xLjAzMC0wLjE1OS0xLjQzNC0wLjUzNnMtMC42MTctMC44OC0wLjYzNS0xLjM5M2MtMC4wMDgtMC4yMzggMC4wMjUtMC40NzYgMC4xMDEtMC43MDR6TTUuOTgzIDcuMzk3bDIuNTUzIDIuNTUzYy0wLjQzNCAwLjY5MS0wLjYzNiAxLjQ4NC0wLjYwOCAyLjI2NiAwLjAzNiAxLjAyMiAwLjQ2MyAyLjAzMyAxLjI3MSAyLjc4NXMxLjg0NiAxLjEwNyAyLjg2OCAxLjA3MWMwLjY5Mi0wLjAyNCAxLjM3OS0wLjIyOCAxLjk4NC0wLjYwOGwyLjMyMiAyLjMyMmMtMS4zNzggMC43OTktMi44OTUgMS4xOTYtNC4zODQgMS4yMTQtMS43MzQgMC0zLjI4NS0wLjU1OS00LjYzNC0xLjM5My0xLjExOS0wLjY5Mi0yLjA4OS0xLjU2Ny0yLjg5NC0yLjQ0OC0wLjY0NC0wLjcwNS0xLjE3NS0xLjQwNS0xLjU4NS0yLjAwMS0wLjMyNi0wLjQ3NS0wLjU3LTAuODczLTAuNzMyLTEuMTU0IDEuMDUwLTEuODIyIDIuMzc2LTMuMzc5IDMuODQxLTQuNjA3ek0wLjI5MyAxLjcwN2w0LjI3MSA0LjI3MWMtMS43MzEgMS40NzktMy4yNjkgMy4zNTgtNC40NDUgNS41NDktMC4xNDggMC4yNzktMC4xNjQgMC42MTktMC4wMTMgMC45MiAwIDAgMC4zOTYgMC43ODkgMS4xMiAxLjg0MyAwLjQ1MSAwLjY1NiAxLjAzOCAxLjQzMiAxLjc1NyAyLjIxOCAwLjg5NCAwLjk3OSAyLjAwNCAxLjk4NyAzLjMxOSAyLjggMS41OTUgMC45ODYgMy41MDYgMS42OTIgNS43MSAxLjY5MiAxLjk5My0wLjAyNCA0LjAxOS0wLjYwMSA1LjgxNS0xLjc1OWw0LjQ2NiA0LjQ2NmMwLjM5MSAwLjM5MSAxLjAyNCAwLjM5MSAxLjQxNCAwczAuMzkxLTEuMDI0IDAtMS40MTRsLTguODc2LTguODc2Yy0wLjAwMi0wLjAwMi0wLjAwNS0wLjAwNS0wLjAwNy0wLjAwN2wtNC4yMDktNC4yMWMtMC4wMDgtMC4wMDctMC4wMTYtMC4wMTYtMC4wMjQtMC4wMjRsLTguODg0LTguODgzYy0wLjM5MS0wLjM5MS0xLjAyNC0wLjM5MS0xLjQxNCAwcy0wLjM5MSAxLjAyNCAwIDEuNDE0eiI+PC9wYXRoPgo8L3N2Zz4K)}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .wc-terms-and-conditions,.woocommerce #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms{text-align:left;padding:0 1em 0 0;float:left}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{*zoom:1}.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-shipping-fields::after{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.rtl.woocommerce .col2-set .col-1{float:right}.rtl.woocommerce .col2-set .col-2{float:left}.rtl.woocommerce div.product div.images{float:right;width:48%}.rtl.woocommerce div.product div.images .woocommerce-product-gallery__trigger{right:auto;left:.5rem}.rtl.woocommerce div.product div.images .flex-control-thumbs{left:auto;-webkit-transform:translate(50%,0);transform:translate(50%,0);right:50%}.rtl.woocommerce div.product div.summary{float:left;width:48%;clear:none}.rtl.woocommerce div.product #reviews .comment{*zoom:1}.rtl.woocommerce div.product #reviews .comment::before,.rtl.woocommerce div.product #reviews .comment::after{content:' ';display:table}.rtl.woocommerce div.product #reviews .comment::after{clear:both}.rtl.woocommerce div.product #reviews .comment img{float:right;height:auto}.rtl.woocommerce div.product form.cart div.quantity,.rtl.woocommerce div.product form.cart .button{float:right}.rtl.woocommerce div.product form.cart div.quantity{margin:0 0 0 4px}.rtl.woocommerce span.onsale{left:auto;right:.5rem}.rtl.woocommerce .star-rating{float:left}.rtl.woocommerce .products .star-rating{float:left}.rtl.woocommerce .woocommerce-product-rating .star-rating{float:right}.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar{float:right;left:auto;right:0}.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 70px 0 0}.rtl.woocommerce .button .kadence-arrow-right-alt-svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rtl .woocommerce table.shop_table{text-align:right}form.woocommerce-product-search{position:relative}form.woocommerce-product-search button[type="submit"]{top:0;right:0;bottom:0;position:absolute;color:transparent!important;background:transparent!important;z-index:2;width:50px;border:0;padding:8px 12px 7px;box-shadow:none;border-radius:0;overflow:hidden}form.woocommerce-product-search input[type="search"]{padding-right:60px;width:100%}form.woocommerce-product-search .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}form.woocommerce-product-search button[type="submit"]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .woocommerce-product-search .button[type="submit"],body.rtl .woocommerce-product-search .kadence-search-icon-wrap{left:0;right:auto}body.rtl .woocommerce-product-search input[type="search"]{padding-right:.5em;padding-left:60px}.woocommerce form .form-row{padding:0;margin:0 0 .8em}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity 0.5s 0.5s ease;transition:opacity 0.5s 0.5s ease;opacity:0}.woocommerce form .form-row span em{font-size:80%}.woocommerce form .form-row label{line-height:2.4;font-weight:700;color:var(--global-palette5);font-size:90%}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0%;margin-top:-4px;-webkit-transform:translateX(-50%) rotate(180deg);transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0;padding:.4em 24px .4em .5em}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0}.woocommerce form .form-row .button{padding:calc(0.4em + 1px) 1em}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form.login,.woocommerce form.checkout_coupon,.woocommerce form.register{border:1px solid #b7cde1;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside;display:flex;flex-wrap:wrap;align-items:center}.woocommerce ul#shipping_method li input{margin:0 .5em 0 0;height:1em;background-image:none;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.product-hero-section .extra-title{display:block}.woocommerce.single-product.content-style-boxed .product.entry-content-wrap>span.onsale{left:2.5rem;top:2.5rem}.rtl.woocommerce.single-product.content-style-boxed .product.entry-content-wrap>span.onsale{right:2.5rem;left:auto}.woocommerce.single-product.content-style-boxed .products ul.products.woo-archive-action-visible li.product .product-details{padding-left:0;padding-right:0;margin-left:0;margin-right:0;margin-bottom:0}.single-product .wp-site-blocks div.product form.cart .woocommerce-grouped-product-list-item__quantity .quantity{width:100%}.single-product .wp-site-blocks div.product form.cart .woocommerce-grouped-product-list-item__quantity .quantity .qty{height:40px}.woocommerce div.product:after{clear:both;display:table;content:''}.woocommerce-variation.single_variation{display:none}.woocommerce .up-sells.products,.woocommerce .related.products{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center;padding:0 .5em;box-sizing:border-box;height:40px}.woocommerce .brief-shipping-details{font-size:.8em}.woocommerce a.product-single-category{text-transform:uppercase;letter-spacing:2px;text-decoration:none}.woocommerce .woocommerce-product-details__short-description{margin-bottom:2em}.woocommerce .single-product-extras{margin-bottom:2em}.woocommerce .single-product-extras ul{padding:0;margin:0 0 1.5em 0;list-style:none}.woocommerce .single-product-extras ul li{line-height:1.8em}.woocommerce .single-product-extras ul .kadence-svg-iconset{padding-right:.25em}.woocommerce .single-product-payments{margin-bottom:2em;display:inline-block;margin-top:0;padding:.625em 1.5em .625em 1em;border-radius:.25rem;border-color:var(--global-gray-400)}.woocommerce .single-product-payments legend{padding:0 .5em;color:var(--global-palette5)}.woocommerce .single-product-payments ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.woocommerce .single-product-payments li{margin-left:.5em;margin-bottom:.5em}.woocommerce .single-product-payments .payment-custom-img{max-height:30px;width:auto}.woocommerce .single-product-payments .payment-custom-img-gray{-webkit-filter:grayscale(1);filter:grayscale(1)}.woocommerce .single-product-payments .kadence-svg-iconset svg{height:30px;width:auto}.woocommerce .single-product-payments.payments-color-scheme-gray legend{color:var(--global-palette6)}.woocommerce .single-product-payments.payments-color-scheme-gray .kadence-svg-iconset svg path{fill:var(--global-gray-500)!important}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product span.price,.woocommerce div.product p.price{font-size:1.25em}.woocommerce div.product span.price ins,.woocommerce div.product p.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product span.price del,.woocommerce div.product p.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:var(--global-palette-highlight)}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:1em;padding-bottom:1em}.woocommerce div.product div.images img{display:block;height:auto;width:auto;margin-right:auto;margin-left:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) 0.5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){display:none}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5rem;right:.5rem;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0;max-width:94%;margin:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);margin-top:-32px;background:transparent;padding:0;width:100%;flex-wrap:wrap;display:inline-flex;justify-content:center;position:relative;left:50%}.woocommerce div.product div.images .flex-control-thumbs li{width:60px;height:65px;margin:0;padding-top:0;padding-bottom:0;background:var(--global-palette9);display:inline-flex;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li:first-child{width:65px;padding-left:5px}.woocommerce div.product div.images .flex-control-thumbs li:nth-child(9){width:65px;padding-left:5px}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0;border-top:5px solid var(--global-palette9);border-bottom:0 solid var(--global-palette9);border-right:5px solid var(--global-palette9);border-left:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.summary p{margin:1em 0}.woocommerce div.product .button.single_add_to_cart_button{height:40px;line-height:40px;padding:0 1em;text-align:center}.woocommerce div.product .product_meta>span{display:block;font-size:70%;font-weight:700;color:var(--global-palette6)}.woocommerce div.product .product_meta>span a{color:inherit}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 .5em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--global-gray-400);background-color:var(--global-palette8);display:inline-block;position:relative;z-index:0;border-radius:3px 3px 0 0;margin:0 2px;padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 1em;font-weight:700;color:var(--global-palette5);text-decoration:none;font-size:90%}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:var(--global-palette4)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--global-palette9);z-index:2;border-bottom-color:var(--global-palette9)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--global-palette4);text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid var(--global-gray-400);z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em;*zoom:1}.woocommerce div.product p.cart::before,.woocommerce div.product p.cart::after{content:' ';display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em;*zoom:1}.woocommerce div.product form.cart::before,.woocommerce div.product form.cart::after{content:' ';display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2.2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations .label{padding-right:1em;text-align:left}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{margin-top:.5em}.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after{display:table;content:'';clear:both}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em;vertical-align:middle}.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price{padding-top:.4em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}.woocommerce section.products>h2{margin-bottom:.5em}.woocommerce span.onsale{min-height:0;min-width:0;padding:.5em 1em;font-weight:700;position:absolute;text-align:center;line-height:1.2;top:.5rem;left:.5rem;margin:0;border-radius:.25rem;background-color:var(--global-palette-highlight);color:var(--global-palette-highlight-alt2);font-size:.857em;z-index:9}.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs{text-align:center;padding:0}.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li{border:0;border-bottom:3px solid transparent;margin:0 .6em;background:transparent}.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a{padding-left:0;padding-right:0}.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active{border-bottom:3px solid var(--global-palette-highlight)}.woocommerce.product-variation-style-vertical div.product form.cart .variations td.label{padding:0}.woocommerce.product-variation-style-vertical div.product form.cart .variations tr,.woocommerce.product-variation-style-vertical div.product form.cart table td{display:block}.woocommerce.product-variation-style-vertical div.product form.cart .variations select{min-width:240px;margin:0}.kadence-cart-button-large.woocommerce div.product .button.single_add_to_cart_button{height:60px;line-height:60px;font-size:125%;width:70%}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity{width:30%;margin:0;padding:0 .5em 0 0}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity .qty{width:100%;height:60px}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added{width:35%;display:flex;padding:0;margin:0 2% 0 0}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added .qty{width:0;flex-grow:1;height:58px}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added~.button.single_add_to_cart_button{width:63%}.kadence-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button{height:50px;line-height:50px;font-size:125%;width:70%}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity{width:30%;margin:0;padding:0 .5em 0 0}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity .qty{width:100%;height:50px}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added{width:35%;display:flex;padding:0;margin:0 2% 0 0}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added .qty{width:0;flex-grow:1;height:48px}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added~.button.single_add_to_cart_button{width:63%}@media screen and (min-width:576px){.kadence-cart-button-large.woocommerce div.product .button.single_add_to_cart_button{width:85%}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity{width:15%}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added{width:25%}.kadence-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added~.button.single_add_to_cart_button{width:73%}.kadence-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button{width:65%}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity{width:15%}.kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added{width:25%}}.woocommerce .content-bg .product.entry.loop-entry,.woocommerce-page .content-bg .product.entry.loop-entry{box-shadow:none}.single-product .kadence-breadcrumbs{margin-top:-1rem}.single-product.content-vertical-padding-hide .kadence-breadcrumbs,.single-product.content-vertical-padding-bottom .kadence-breadcrumbs{margin-top:.5em;margin-bottom:.5em}.content-style-unboxed .entry-content-wrap.product:not(.loop-entry){padding:0}.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry){background:var(--global-palette9)}.woocommerce div.product div.kadence-product-image-wrap.images .images{width:auto;float:none}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after{clear:both;display:table;content:''}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2){display:inline-block;height:65px;width:33%;margin-top:-31px}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img{height:65px;width:auto;margin-right:auto;margin-left:auto}.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2){margin-top:0;height:auto;width:auto}.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img{height:auto}.woocommerce div.product form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .quantity.spinners-added{width:auto}.woocommerce div.product form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item div.quantity.spinners-added .qty{width:1.8em}.woocommerce div.product div.summary .added_to_cart,.woocommerce .kadence-sticky-add-to-cart-action-wrap a.added_to_cart{text-decoration:none;background:transparent;color:var(--global-palette3);border:1px solid var(--global-gray-400);height:40px;padding:0 1em;margin-top:.5em;font-size:inherit;line-height:1;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center;text-transform:none;font-weight:400;border-radius:3px;letter-spacing:inherit}.woocommerce.kadence-cart-button-normal div.product div.summary .added_to_cart{margin-top:0;margin-left:.5em}.kadence-sticky-add-to-cart-action-wrap .single_add_to_cart_button{height:40px;line-height:40px;padding:0em 1em}.woocommerce .kadence-sticky-add-to-cart-action-wrap a.added_to_cart{margin:0 0 0 .5em}.woocommerce div.product div.summary .added_to_cart:hover,.woocommerce .kadence-sticky-add-to-cart-action-wrap a.added_to_cart:hover{background:var(--global-palette9)}.kadence-cart-button-medium-large.woocommerce div.product div.summary .added_to_cart{height:50px;line-height:50px;font-size:125%;width:100%}.kadence-cart-button-large.woocommerce div.product div.summary .added_to_cart{height:60px;line-height:60px;font-size:125%;width:100%}.quantity.spinners-added{border:1px solid var(--global-gray-400);background:var(--global-palette9);border-radius:3px;transition:all 0.2s ease}.quantity.spinners-added .qty::-webkit-inner-spin-button,.quantity.spinners-added .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity.spinners-added:hover{border-color:var(--global-palette6)}.quantity.spinners-added input.minus,.quantity.spinners-added input.plus{background:transparent;color:var(--global-palette6);box-shadow:none;padding:0 .8em;line-height:38px;border:0}.quantity.spinners-added input.minus:hover,.quantity.spinners-added input.plus:hover{background:transparent;box-shadow:none;color:var(--global-palette3)}.quantity.hidden{display:none!important}.woocommerce .quantity.spinners-added .qty{width:2.3em;text-align:center;border:0;padding:0;box-shadow:none;height:38px;-moz-appearance:textfield}@media screen and (max-width:1024px){.woocommerce div.product div.images .flex-control-thumbs li:nth-child(7){width:65px;padding-left:5px}.woocommerce div.product div.images .flex-control-thumbs li:nth-child(9){width:60px;padding-left:0}}@media screen and (max-width:768px){.woocommerce div.product div.images .flex-control-thumbs li:nth-child(6){width:65px;padding-left:5px}.woocommerce div.product div.images .flex-control-thumbs li:nth-child(7){width:60px;padding-left:0}}.woocommerce-account .account-navigation-wrap{margin-bottom:1.5em}.woocommerce-account .account-navigation-wrap .kadence-customer-image{position:absolute;left:calc(1em + 4px);top:0}.woocommerce-account .account-navigation-wrap .kadence-customer-image img{border-radius:50%;max-width:40px;position:absolute;left:0;top:0}.woocommerce-account .account-navigation-wrap .kadence-account-avatar{position:relative;min-height:40px;display:flex;align-items:center;padding-left:calc(1em + 4px);margin-bottom:.5em;margin-top:.5em}.woocommerce-account .account-navigation-wrap .kadence-account-avatar .kadence-customer-name{padding-left:50px}.woocommerce-account .account-navigation-wrap li a{display:block;padding:.5em 1.5em .5em 1em;color:inherit;text-decoration:none;border-left:5px solid transparent;margin-left:-1px}.woocommerce-account .account-navigation-wrap li:hover a{border-left:5px solid var(--global-gray-400)}.woocommerce-account .account-navigation-wrap li.is-active a,.woocommerce-account .account-navigation-wrap li.is-active a:hover{border-left:5px solid var(--global-palette-highlight);font-weight:700}.woocommerce-account .account-navigation-wrap ul{padding-left:0em;list-style:none}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty+*{margin-top:0}.woocommerce-account .woocommerce-MyAccount-content .u-columns{margin-top:var(--global-md-spacing);margin-bottom:0}@media screen and (min-width:768px){.woocommerce-account .account-navigation-wrap{float:right;width:30%;border-left:1px solid var(--global-gray-400);margin-bottom:0}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:70%;padding-right:var(--global-lg-spacing)}.kadence-account-nav-left.woocommerce-account .account-navigation-wrap{float:left;border-right:1px solid var(--global-gray-400);border-left:0}.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li a{padding:.5em 1em .5em 1.5em;border-left:0;border-right:5px solid transparent;margin-right:-1px;margin-left:0}.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li:hover a{border-left:0;border-right:5px solid var(--global-gray-400)}.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li.is-active a,.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li.is-active a:hover{border-left:0;border-right:5px solid var(--global-palette-highlight)}.kadence-account-nav-left.woocommerce-account .woocommerce-MyAccount-content{float:right;padding-left:var(--global-lg-spacing);padding-right:0}.kadence-account-nav-above.woocommerce-account .account-navigation-wrap{float:none;border-left:0;width:auto;margin-bottom:1.5em}.kadence-account-nav-above.woocommerce-account .account-navigation-wrap ul{display:flex;flex-wrap:wrap}.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li a{padding:.2em .5em .2em .5em;border-left:0;border-bottom:3px solid transparent;margin-left:0}.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li:hover a{border-left:0;border-bottom:3px solid var(--global-gray-400)}.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li.is-active a,.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li.is-active a:hover{border-left:0;border-bottom:3px solid var(--global-palette-highlight)}.kadence-account-nav-above.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;padding-right:0}}.woocommerce form[class*="woocommerce-"]{margin-top:0}.woocommerce-MyAccount-content mark{color:inherit;background:transparent;font-weight:700}.woocommerce-account .woocommerce{*zoom:1}.woocommerce-account .woocommerce::before,.woocommerce-account .woocommerce::after{content:' ';display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title{*zoom:1}.woocommerce-account .addresses .title::before,.woocommerce-account .addresses .title::after{content:' ';display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right;padding:.3em 0}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:'WooCommerce';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}.woo-sl-info mark{background:var(--global-palette7);font-weight:700}p.woo-sl-key{margin-top:var(--global-xs-spacing);padding:.5em;background:var(--global-palette8);display:inline-block}#woo_sl_lk{margin-top:1em}#woo_sl_lk p.woo-sl-label{padding:.5em 1em;background:var(--global-palette8);display:block;margin:0;line-height:1.8}#woo_sl_lk .inside .licence_expire{border-color:var(--global-gray-400)}#sl_generator_desc{margin-bottom:1em}#woo-sl-key-generator.software_license_key_generator p{margin-top:1em;margin-bottom:1em}#woo-sl-key-generator.software_license_key_generator #sl_product_id{padding:.2em 35px .2em .5em}.woocommerce #woo_sl_lk table.my_account_orders th{padding:9px 12px}.rtl.woocommerce-account .account-navigation-wrap ul{padding-right:0}.rtl.woocommerce-account .account-navigation-wrap ul li a{padding:.5em 1em .5em 1.5em}.rtl.woocommerce-account .account-navigation-wrap .kadence-account-avatar .kadence-customer-name{padding-right:50px;padding-left:0}.rtl.woocommerce-account .account-navigation-wrap .kadence-customer-image{right:calc(1em + 4px);left:auto}.rtl.woocommerce-account.kadence-account-nav-left .account-navigation-wrap .kadence-account-avatar{padding-right:calc(1em + 4px);padding-left:0}.rtl.woocommerce-account.kadence-account-nav-left .account-navigation-wrap .kadence-customer-image a{display:inline-block;width:40px}.rtl .woocommerce .woocommerce-message,.rtl .woocommerce .woocommerce-error,.rtl .woocommerce .woocommerce-info{border-right:5px solid var(--global-palette-highlight);border-left:0}.rtl .woocommerce .woocommerce-message .button,.rtl .woocommerce .woocommerce-error .button,.rtl .woocommerce .woocommerce-info .button{float:left}.rtl .woocommerce .woocommerce-info{border-right-color:var(--global-palette-highlight)}.rtl .woocommerce .woocommerce-error{border-right-color:#b81c23}.rtl.woocommerce-account .addresses .title h3{float:right}.rtl.woocommerce-account .addresses .title .edit{float:left}.rtl .woocommerce form.login,.rtl .woocommerce form.checkout_coupon,.rtl .woocommerce form.register{text-align:right}.woocommerce table.shop_table td .quantity.spinners-added{display:inline-block}.woocommerce .woocommerce-checkout .shop_table{background:var(--global-palette9)}.woocommerce .cart-empty.woocommerce-info{margin-top:var(--global-xxl-spacing);margin-bottom:var(--global-sm-spacing);padding:0;background:transparent;text-align:center;font-size:34px;font-weight:700;border:0;color:var(--global-palette6)}.woocommerce .cart-empty.woocommerce-info:before,.woocommerce .cart-empty.woocommerce-info:after{display:none}.woocommerce .return-to-shop{margin-top:var(--global-sm-spacing);margin-bottom:var(--global-xxl-spacing);text-align:center}.woocommerce-cart table.cart,.woocommerce-checkout table.cart,#add_payment_method table.cart{position:relative}.woocommerce-cart table.cart .coupon .button:not(:hover),.woocommerce-checkout table.cart .coupon .button:not(:hover),#add_payment_method table.cart .coupon .button:not(:hover){background:var(--global-palette7);color:var(--global-palette5)}.woocommerce-cart table.cart td.actions .button:disabled,.woocommerce-checkout table.cart td.actions .button:disabled,#add_payment_method table.cart td.actions .button:disabled{background-color:var(--global-palette7);color:var(--global-palette5)}.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img,#add_payment_method table.cart img{width:60px;box-shadow:none}.woocommerce-cart table.cart .product-name a,.woocommerce-checkout table.cart .product-name a,#add_payment_method table.cart .product-name a{color:var(--global-palette5)}.woocommerce-cart table.cart .product-name a:hover,.woocommerce-checkout table.cart .product-name a:hover,#add_payment_method table.cart .product-name a:hover{color:var(--global-palette3)}.woocommerce-cart table.cart th,.woocommerce-cart table.cart td,.woocommerce-checkout table.cart th,.woocommerce-checkout table.cart td,#add_payment_method table.cart th,#add_payment_method table.cart td{vertical-align:middle}.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text,#add_payment_method table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;padding:6px 6px 5px;padding:.4em .5em;margin:0 4px 0 0;outline:0;height:38px}.woocommerce-cart table.cart td.actions .button,.woocommerce-checkout table.cart td.actions .button,#add_payment_method table.cart td.actions .button{height:38px;padding:0 1em;border:0;line-height:38px}.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input,#add_payment_method table.cart input{margin:0;vertical-align:middle}.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout,#add_payment_method .wc-proceed-to-checkout{*zoom:1;padding:1em 0}.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,#add_payment_method .wc-proceed-to-checkout::after{content:' ';display:table}.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::after{clear:both}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,#add_payment_method .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;padding:.6em 1em}.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button,#add_payment_method .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form,#add_payment_method .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small,#add_payment_method .cart-collaterals .cart_totals p small{color:var(--global-palette6);font-size:.83em}.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table,#add_payment_method .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,#add_payment_method .cart-collaterals .cart_totals table tr:first-child td{border-top:0}.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,#add_payment_method .cart-collaterals .cart_totals table th{width:35%}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th,#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small,#add_payment_method .cart-collaterals .cart_totals table small{color:var(--global-palette6)}.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select,#add_payment_method .cart-collaterals .cart_totals table select{width:100%}.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td,#add_payment_method .cart-collaterals .cart_totals .discount td{color:var(--global-palette-highlight)}.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th,#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th{border-top:1px solid var(--global-gray-500)}.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,#add_payment_method .cart-collaterals .cross-sells ul.products li.product{margin-top:0}.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,#add_payment_method .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}.woocommerce-cart .checkout .col-2 .woocommerce-form__label-for-checkbox,.woocommerce-checkout .checkout .col-2 .woocommerce-form__label-for-checkbox,#add_payment_method .checkout .col-2 .woocommerce-form__label-for-checkbox{display:flex;align-items:center}.woocommerce-cart .checkout .col-2 .woocommerce-form__label-for-checkbox [type="checkbox"],.woocommerce-checkout .checkout .col-2 .woocommerce-form__label-for-checkbox [type="checkbox"],#add_payment_method .checkout .col-2 .woocommerce-form__label-for-checkbox [type="checkbox"]{margin-right:.5em}.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes,#add_payment_method .checkout .col-2 .notes{clear:left}.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .form-row-first{clear:left}.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small,#add_payment_method .checkout .create-account small{font-size:11px;color:var(--global-palette6);font-weight:400}.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address,#add_payment_method .checkout div.shipping-address{padding:0;clear:left;width:100%}.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address,#add_payment_method .checkout .shipping_address{clear:both}.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods,#add_payment_method #payment ul.payment_methods{*zoom:1;text-align:left;padding:0;margin:0;list-style:none outside}.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,#add_payment_method #payment ul.payment_methods::after{content:' ';display:table}.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::after{clear:both}.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li,#add_payment_method #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input,#add_payment_method #payment ul.payment_methods li input{margin:0 1em 0 0}.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img,#add_payment_method #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none;display:inline-block}.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img,#add_payment_method #payment ul.payment_methods li img+img{margin-left:2px}.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice){*zoom:1}.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after{content:' ';display:table}.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}.woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper,.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,#add_payment_method #payment .woocommerce-terms-and-conditions-wrapper{margin-top:var(--global-md-spacing)}.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box,#add_payment_method #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:0em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:transparent;color:var(--global-palette4)}.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea,#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea{border-color:var(--global-gray-400);border-top-color:var(--global-gray-400)}.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,#add_payment_method #payment div.payment_box ::-webkit-input-placeholder{color:var(--global-gray-400)}.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder,#add_payment_method #payment div.payment_box :-moz-placeholder{color:var(--global-gray-400)}.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,#add_payment_method #payment div.payment_box :-ms-input-placeholder{color:var(--global-gray-400)}.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new{margin:0 0 .5em}.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label{cursor:pointer}.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,#add_payment_method #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/visa.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/mastercard.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/laser.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/diners.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/maestro.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/jcb.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/amex.svg)}.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover{background-image:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/credit-cards/discover.svg)}.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help,#add_payment_method #payment div.payment_box span.help{font-size:.857em;color:var(--global-palette6);font-weight:400}.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row,#add_payment_method #payment div.payment_box .form-row{margin:0 0 .8em}.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child,#add_payment_method #payment div.payment_box p:last-child{margin-bottom:0}.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal,#add_payment_method #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img,#add_payment_method #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.rtl.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.rtl.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,.rtl #add_payment_method .checkout .col-2 h3#ship-to-different-address{float:right}.rtl.woocommerce-cart .checkout .col-2 .woocommerce-form__label-for-checkbox [type="checkbox"],.rtl.woocommerce-checkout .checkout .col-2 .woocommerce-form__label-for-checkbox [type="checkbox"],.rtl #add_payment_method .checkout .col-2 .woocommerce-form__label-for-checkbox [type="checkbox"]{margin-left:.5em;margin-right:0}.rtl.woocommerce-cart #payment ul.payment_methods,.rtl.woocommerce-checkout #payment ul.payment_methods,.rtl #add_payment_method #payment ul.payment_methods{text-align:right}.rtl.woocommerce-cart #payment ul.payment_methods li,.rtl.woocommerce-checkout #payment ul.payment_methods li,.rtl #add_payment_method #payment ul.payment_methods li{text-align:right}.rtl.woocommerce-cart #payment ul.payment_methods li img,.rtl.woocommerce-checkout #payment ul.payment_methods li img,.rtl #add_payment_method #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none;display:inline-block}.rtl.woocommerce-cart #payment ul.payment_methods li img+img,.rtl.woocommerce-checkout #payment ul.payment_methods li img+img,.rtl #add_payment_method #payment ul.payment_methods li img+img{margin-left:2px}.rtl.woocommerce-cart #payment .payment_method_paypal .about_paypal,.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal,.rtl #add_payment_method #payment .payment_method_paypal .about_paypal{float:left}.rtl #payment ul.wc_payment_methods{padding-right:0}.rtl #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label{border-right:5px solid var(--global-palette-highlight);border-left:0}.rtl #payment ul.wc_payment_methods li.wc_payment_method>label{border-right:5px solid var(--global-gray-400);border-left:0}.rtl #payment ul.wc_payment_methods li.wc_payment_method>label:before{margin-right:-5px;margin-left:4px}.woocommerce-terms-and-conditions{border:1px solid var(--global-gray-400);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:var(--global-palette8)}.woocommerce-invalid #terms{outline:2px solid red;outline-offset:2px}.kadence-woo-cart-form-wrap,.cross-sells{*zoom:1}.kadence-woo-cart-form-wrap::before,.kadence-woo-cart-form-wrap::after,.cross-sells::before,.cross-sells::after{content:' ';display:table}.kadence-woo-cart-form-wrap::after,.cross-sells::after{clear:both}@media screen and (min-width:768px){.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail,#add_payment_method table.cart .product-thumbnail{width:74px}.woocommerce-cart table.cart th.product-name,.woocommerce-checkout table.cart th.product-name,#add_payment_method table.cart th.product-name{position:absolute;left:0}.woocommerce-cart table.cart .product-remove,.woocommerce-checkout table.cart .product-remove,#add_payment_method table.cart .product-remove{width:24px}.rtl.woocommerce-cart table.cart th.product-name,.rtl.woocommerce-checkout table.cart th.product-name,.rtl #add_payment_method table.cart th.product-name{right:0;left:auto}}#payment #place_order{float:none;width:100%;box-sizing:border-box;margin:var(--global-md-spacing) 0 1em;padding:.6em 1em}#payment ul.wc_payment_methods{list-style:none;padding-left:0}#payment ul.wc_payment_methods li.wc_payment_method>input[type=radio]:first-child{clip:rect(1px,1px,1px,1px);position:absolute!important}#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label{border-left:5px solid var(--global-palette-highlight);background:var(--global-palette7)}#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label:before{background:var(--global-palette-highlight);border-color:var(--global-palette-highlight)}#payment ul.wc_payment_methods li.wc_payment_method>label{background:var(--global-palette8);display:block;border-left:5px solid var(--global-gray-400);padding:8px 15px;transition:border 0.2s ease-in-out;margin-bottom:4px;font-weight:700}#payment ul.wc_payment_methods li.wc_payment_method>label:before{content:'';background:transparent;width:10px;display:inline-block;border:1px solid var(--global-gray-500);height:10px;border-radius:50%;margin-left:-5px;margin-right:4px}#payment ul.wc_payment_methods li.wc_payment_method>label:hover{border-left:5px solid var(--global-gray-500);background:var(--global-palette7)}#payment ul.wc_payment_methods li:first-child:last-child>label{border:0!important}#payment ul.wc_payment_methods li:first-child:last-child>label:before{display:none}#payment .payment_box{position:relative;width:100%;padding:15px;font-size:95%}#payment .payment_box p:last-child{margin-bottom:0}@media screen and (min-width:1025px){.kadence-woo-cart-form-wrap>form{float:left;width:70%;padding-right:var(--global-lg-spacing)}.kadence-woo-cart-form-wrap .cart-collaterals{float:left;width:30%}form.checkout{*zoom:1}form.checkout::before,form.checkout::after{content:' ';display:table}form.checkout::after{clear:both}form.checkout .col2-set{float:left;width:50%;padding-right:var(--global-md-spacing);padding-left:0}form.checkout .col2-set .col-1,form.checkout .col2-set .col-2{width:100%;float:none;padding:0;clear:both}form.checkout .col2-set .col-2{margin-top:var(--global-md-spacing)}form.checkout #order_review_heading{float:left;width:50%;padding-left:var(--global-md-spacing);margin:0 0 .5em}form.checkout .woocommerce-checkout-review-order{width:50%;padding-left:var(--global-md-spacing);float:left}}@media screen and (min-width:1025px){.rtl table.cart td.actions .coupon .input-text,.rtl #add_payment_method table.cart td.actions .coupon .input-text{float:right;margin:0 0 0 4px}.rtl .kadence-woo-cart-form-wrap>form{float:right;padding-left:var(--global-lg-spacing);padding-right:0}.rtl .kadence-woo-cart-form-wrap .cart-collaterals{float:right}.rtl form.checkout .col2-set{float:right;padding-left:var(--global-md-spacing);padding-right:0}.rtl form.checkout #order_review_heading{float:right;padding-right:var(--global-md-spacing);padding-left:0}.rtl form.checkout .woocommerce-checkout-review-order{padding-left:0;padding-right:var(--global-md-spacing);float:right}}.rtl table.cart td.actions .coupon .input-text,.rtl #add_payment_method table.cart td.actions .coupon .input-text{float:right;margin:0 0 0 4px}.select2-container--default .select2-selection--single{height:42px;border-color:var(--global-gray-400);background:transparent}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--global-palette5);line-height:40px;background:transparent}.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:var(--global-palette7)}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.select2-dropdown{border-color:var(--global-gray-400);color:var(--global-palette4);background:var(--global-palette9)}.select2-container--open .select2-dropdown--below{box-shadow:0 15px 25px -7px rgba(0,0,0,.1)}.select2-container--open .select2-dropdown--above{box-shadow:0 -15px 25px -7px rgba(0,0,0,.1)}.select2-container--default .select2-search--dropdown .select2-search__field{border-color:var(--global-gray-400)}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var(--global-gray-400) transparent transparent transparent}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent var(--global-gray-400) transparent}.wc-block-components-totals-coupon.wc-blocks-components-panel .wc-blocks-components-panel__button{margin:.375em 0}.wc-block-components-sidebar .wc-block-components-totals-coupon.wc-blocks-components-panel>h2{font-size:1em}.wc-block-components-checkout-form .wc-block-components-checkout-step__description{margin-bottom:16px}.single-content .woocommerce-notices-wrapper ul.woocommerce-error,.single-content .woocommerce-notices-wrapper ul.woocommerce-info,.single-content .woocommerce-notices-wrapper ul.woocommerce-success{margin-bottom:var(--global-md-spacing)}.rtl.woocommerce table.cart td.actions,.rtl.woocommerce #content table.cart td.actions,.rtl.woocommerce-page table.cart td.actions,.rtl.woocommerce-page #content table.cart td.actions{text-align:left}.rtl.woocommerce table.cart td.actions .coupon,.rtl.woocommerce #content table.cart td.actions .coupon,.rtl.woocommerce-page table.cart td.actions .coupon,.rtl.woocommerce-page #content table.cart td.actions .coupon{float:right}.rtl .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:right;margin-right:0;margin-left:1em}.rtl .woocommerce form .form-row.form-row-last{float:left}.rtl .woocommerce form .form-row.form-row-first{float:right}.wc-block-grid__product .wc-block-grid__product-title{font-size:1em;padding-top:.5rem;font-weight:500;margin-bottom:.5rem;font-family:var(--global-heading-font-family)}.entry-content .wc-block-grid__products{margin:0 0 1em;padding:0}.wp-site-blocks .site-main .entry-content .wc-block-grid{font-size:1em}.wc-block-grid .wc-block-grid__products{margin:0 0 1em;padding:0;display:grid;grid-template-columns:1fr;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:2.5rem;list-style:none}.wc-block-grid .wc-block-grid__products .woocommerce-loop-image-link img{width:100%}.wc-block-grid .wc-block-grid__products:not(.thisisforspecificity) .wc-block-grid__product,.wc-block-carousel .wc-block-grid__product{border-left:0;border-right:0;border-bottom:0;width:100%;max-width:100%;flex:1;text-align:left;overflow:hidden}.wc-block-carousel .wc-block-grid__product .entry-content-wrap{padding:1.5rem}.wc-block-carousel .wc-block-grid__product.product-loop-unboxed{box-shadow:none}.wc-block-carousel .wc-block-grid__product.product-loop-unboxed .entry-content-wrap{padding:1rem 0 0;background:transparent}.wc-block-grid__product.entry.loop-entry.content-bg.woo-archive-action-on-hover .wc-block-grid__product-add-to-cart{width:auto;position:absolute;bottom:-2rem;left:0;margin-top:0;padding:0 1rem;right:0;opacity:0;transition:opacity 0.3s cubic-bezier(.17,.67,.35,.95)}.wc-block-grid__product.entry.loop-entry.content-bg.woo-archive-action-on-hover:hover .wc-block-grid__product-add-to-cart,.wc-block-grid__product.entry.loop-entry.content-bg.woo-archive-action-on-hover:focus-within .wc-block-grid__product-add-to-cart{bottom:-.8rem;opacity:1}.wc-block-grid__product.entry.loop-entry.content-bg.woo-archive-action-on-hover:hover .entry-content-wrap,.wc-block-grid__product.entry.loop-entry.content-bg.woo-archive-action-on-hover:focus-within .entry-content-wrap{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}#wrapper .wc-block-grid .wc-block-grid__products .product-loop-boxed .entry-content-wrap,#wrapper .wc-block-grid .wc-block-grid__products .woo-archive-action-on-hover .entry-content-wrap{padding:1rem 1rem 1.5rem;position:relative;margin:0 .5em;border-radius:.25rem;transition:-webkit-transform 0.3s cubic-bezier(.17,.67,.35,.95);transition:transform 0.3s cubic-bezier(.17,.67,.35,.95);transition:transform 0.3s cubic-bezier(.17,.67,.35,.95),-webkit-transform 0.3s cubic-bezier(.17,.67,.35,.95)}.has-2-columns .wc-block-grid__products{grid-template-columns:1fr 1fr}.has-3-columns .wc-block-grid__products{grid-template-columns:1fr 1fr 1fr}.has-4-columns .wc-block-grid__products{grid-template-columns:1fr 1fr 1fr 1fr}.has-5-columns .wc-block-grid__products{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.has-6-columns .wc-block-grid__products{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}@media screen and (max-width:768px){.has-4-columns .wc-block-grid__products{grid-template-columns:1fr 1fr}.has-6-columns .wc-block-grid__products{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:719px){.wp-site-blocks .wc-block-grid .wc-block-grid__products{margin:0 0 1em;padding:0;display:grid;grid-template-columns:1fr}.wp-site-blocks .wc-block-grid .wc-block-grid__products .wc-block-grid__product{margin-left:0;margin-right:0}}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-image{margin-bottom:0}.wc-block-grid .wc-block-grid__product .product-details .wp-block-button{margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wc-block-grid.has-aligned-buttons .wc-block-grid__product .product-details.content-bg.entry-content-wrap{display:flex;flex-direction:column;flex-grow:1}.wc-block-grid.has-aligned-buttons .wc-block-grid__product .product-details .wp-block-button{margin-top:auto}.wc-block-grid.has-aligned-buttons .wc-block-grid__product .product-details.content-bg.entry-content-wrap{padding-bottom:1.5rem}.wc-block-grid .wc-block-grid__product .entry-content-wrap{padding:1.5rem}body.content-style-unboxed .wc-block-grid .wc-block-grid__product .entry-content-wrap,.wc-block-grid .wc-block-grid__product.product-loop-unboxed .entry-content-wrap{padding:1rem 0;background:transparent}body.content-style-unboxed .wc-block-grid .wc-block-grid__product.woo-archive-action-visible .entry-content-wrap,.wc-block-grid .wc-block-grid__product.product-loop-unboxed.woo-archive-action-visible .entry-content-wrap{padding:1rem 0 0}.wc-block-grid .wc-block-grid__product.product-loop-unboxed{background:transparent;box-shadow:none}.wc-block-grid__product a.wc-block-grid__product-link,.wc-block-grid__product a.wc-block-grid__product-title-link{text-decoration:none;color:inherit}.wc-block-grid__product a.wc-block-grid__product-link{position:relative;display:block}.wc-block-grid__product:not(.woo-archive-image-hover-none) a.wc-block-grid__product-link{overflow:hidden}.wc-block-grid__product{text-align:left}.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price{margin:0 0 1em}.wc-block-grid__product-price{font-weight:400;font-size:.857em}.wc-block-grid__product-price del{color:inherit;opacity:.5}.wc-block-grid__product-price ins{background:none;font-weight:700}.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale{min-height:0;min-width:0;padding:.5em 1em;font-weight:700;position:absolute;text-align:center;line-height:1.2;top:6px;right:6px;left:auto;margin:0;border-radius:.25rem;background-color:var(--global-palette-highlight);color:var(--global-palette-btn);font-size:.857em;z-index:9;border:0}.wc-block-grid__product .wc-block-grid__product-add-to-cart{color:inherit}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .kadence-svg-iconset{display:inline-flex;align-self:center}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .kadence-svg-iconset svg{top:.125em;position:relative;height:1em;width:1em}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .kadence-spinner-svg,.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .kadence-check-svg{display:none}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading .kadence-arrow-right-alt-svg{display:none}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading .kadence-spinner-svg{display:block;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading::after{display:none}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added{font-size:0}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added .kadence-svg-iconset:last-child{font-size:1rem}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added .kadence-arrow-right-alt-svg{display:none}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added .kadence-check-svg{display:block;font-size:80%}.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added::after{display:none}.wc-block-grid__product .wc-block-grid__product-add-to-cart a.added_to_cart{display:inline-flex;background:transparent;padding:.5em 0;text-transform:uppercase;font-weight:700;line-height:1.6;letter-spacing:.05em;color:inherit;text-decoration:none;font-size:80%}.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link{color:var(--global-palette-btn);text-align:center;display:block;width:100%;transition:color 0.2s ease,background 0.2s ease,border 0.2s ease}.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link:hover{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link.added{height:0;overflow:hidden}.wc-block-grid__product:not(.woo-archive-btn-button) .wc-block-grid__product-add-to-cart .wp-block-button__link{background:transparent;padding:.5em 0;text-transform:uppercase;font-weight:700;letter-spacing:.05em;color:inherit;font-size:80%;border:0;box-shadow:none;display:inline-block;transition:color 0.2s ease}.wc-block-grid__product:not(.woo-archive-btn-button) .wc-block-grid__product-add-to-cart .wp-block-button__link .kadence-svg-iconset{margin-left:.5em}.wc-block-grid__product .wc-block-grid__product-rating{float:right;margin-top:0;margin-bottom:0}.wc-block-grid__product .wc-block-grid__product-rating .star-rating{margin:.25em auto .25em}.wc-block-grid.has-aligned-buttons .wc-block-grid__product .wc-block-grid__product-rating{margin-bottom:12px;margin-left:0}.wc-block-grid.has-aligned-buttons .wc-block-grid__product .wc-block-grid__product-rating .star-rating{margin-left:0}.wc-block-grid__product .wc-block-grid__product-rating~.wc-block-grid__product-price{padding-right:5.4em}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{font-family:"star";display:block;margin:.25em auto .25em;margin-left:0;font-size:1em;line-height:1;height:1em;width:5em;color:var(--global-palette-highlight)}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"\e900\e900\e900\e900\e900";color:var(--global-gray-400);float:left;top:0;left:0;opacity:1;right:auto;position:absolute}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;right:auto}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{content:"\e901\e901\e901\e901\e901";right:auto;color:inherit}li.product a .secondary-product-image,.wc-block-grid__product a .secondary-product-image{position:absolute;top:0;left:0;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;opacity:0;min-width:100%;min-height:100%}.products:not(.woo-archive-image-hover-none) li.product a{overflow:hidden}.woo-archive-image-hover-fade .woocommerce-loop-product__link .attachment-woocommerce_thumbnail{transition:opacity 0.3s ease}.woo-archive-image-hover-fade .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail{opacity:1}.woo-archive-image-hover-zoom .woocommerce-loop-product__link .attachment-woocommerce_thumbnail{-webkit-transform:scale(1);transform:scale(1);transition:opacity 0.4s ease,-webkit-transform 2s cubic-bezier(0,0,.4,1.1);transition:opacity 0.4s ease,transform 2s cubic-bezier(0,0,.4,1.1);transition:opacity 0.4s ease,transform 2s cubic-bezier(0,0,.4,1.1),-webkit-transform 2s cubic-bezier(0,0,.4,1.1)}.woo-archive-image-hover-zoom .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail{opacity:1;-webkit-transform:scale(1.07);transform:scale(1.07)}.woo-archive-image-hover-slide .woocommerce-loop-product__link .attachment-woocommerce_thumbnail.secondary-product-image{-webkit-transform:translate(100%,0);transform:translate(100%,0);opacity:1;transition:all 0.4s cubic-bezier(.17,.67,.35,.95);display:block}.woo-archive-image-hover-slide .woocommerce-loop-product__link .attachment-woocommerce_thumbnail:not(.secondary-product-image){-webkit-transform:translate(0);transform:translate(0);transition:all 0.4s cubic-bezier(.17,.67,.35,.95);display:block}.woo-archive-image-hover-slide .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail:not(.secondary-product-image){-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.woo-archive-image-hover-slide .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail.secondary-product-image{-webkit-transform:translate(0,0);transform:translate(0,0)}.woo-archive-image-hover-flip .woocommerce-loop-product__link .attachment-woocommerce_thumbnail{-webkit-perspective:1000px;perspective:1000px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .5s ease-in-out;display:block}.woo-archive-image-hover-flip .woocommerce-loop-product__link .attachment-woocommerce_thumbnail.secondary-product-image{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);opacity:1}.woo-archive-image-hover-flip .woocommerce-loop-product__link .attachment-woocommerce_thumbnail:not(.secondary-product-image){-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.woo-archive-image-hover-flip .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail:not(.secondary-product-image){-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.woo-archive-image-hover-flip .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail.secondary-product-image{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}.wc-block-components-price-slider__range-input-wrapper{background-color:var(--global-gray-400);border-radius:1em;box-shadow:none;max-width:calc(100% - 4px);margin-left:2px}.wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{--range-color:var(--global-palette-highlight);border-radius:1em}.wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:0;display:block;position:relative;pointer-events:none;outline:none!important;position:absolute;left:0;top:0}@font-face{font-family:'star';src:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../fonts/star.woff2#1731489310) format("woff2"),url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../fonts/star.ttf#1731489310) format("truetype"),url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../fonts/star.woff#1731489310) format("woff"),url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../fonts/star.svg?gmcsp2#star) format("svg");font-weight:400;font-style:normal}.kadence-header-cart.header-navigation .header-cart-button,.kadence-header-cart .header-cart-button{color:inherit;text-decoration:none;display:flex;align-items:center;background:transparent;padding:0;border:0;box-shadow:none;font-size:1rem}.kadence-header-cart.header-navigation .header-cart-button:hover,.kadence-header-cart .header-cart-button:hover{background:transparent;color:inherit;box-shadow:none}.header-cart-button .kadence-svg-iconset{font-size:1.2em}.header-cart-button .header-cart-label{padding-right:5px}.header-cart-button .header-cart-label:empty{padding-right:0}.header-cart-wrap .header-cart-empty-check{display:none}.header-cart-button .header-cart-total{font-size:.65em;height:2.1em;line-height:1;background:var(--global-palette7);border-radius:50%;display:flex;width:2.1em;justify-content:center;align-items:center;text-align:center;color:var(--global-palette4);margin-left:.1em;transition:all 0.2s ease}#cart-drawer.popup-drawer .drawer-inner{max-width:400px;background:var(--global-palette9);color:var(--global-palette4)}#cart-drawer h2.side-cart-header{font-size:1em}#cart-drawer.popup-drawer .drawer-header{justify-content:space-between;align-items:center}#cart-drawer.popup-drawer .drawer-content{padding-top:1em}.site-header-section-left .kadence-header-cart.header-navigation ul ul.sub-menu{left:0;right:auto}.kadence-header-cart.header-navigation .header-cart-button{padding:.6em 0}.kadence-header-cart.header-navigation ul.cart_list{display:block;position:static;box-shadow:none;background:transparent;-webkit-transform:none;transform:none;opacity:1;visibility:visible;height:auto;clip:auto;max-height:100vh;overflow:auto}.kadence-header-cart.header-navigation .menu-item.menu-item-kadence-cart-dropdown{min-width:340px;padding:1em;color:var(--global-palette4);font-size:90%}.kadence-header-cart.header-navigation ul p.woocommerce-mini-cart__empty-message{margin:0}.kadence-header-cart.header-navigation ul ul.sub-menu{right:0;background:var(--global-palette9);color:var(--global-palette4);left:auto}.kadence-header-cart.header-navigation ul ul a:not(.button){padding:0;width:auto;font-size:inherit;color:var(--global-palette4);background:transparent}.kadence-header-cart.header-navigation ul ul a:not(.button):hover{color:var(--global-palette3);background:transparent}.kadence-header-cart.header-navigation ul ul a.remove:hover{background:red;text-decoration:none}.kadence-header-cart.header-navigation ul li a.remove.remove_from_cart_button{padding:0}.kadence-header-cart.header-navigation ul .woocommerce-mini-cart__buttons{margin-bottom:0}.kadence-header-cart.header-navigation ul a.button{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:inherit;line-height:1.6;display:inline-block;width:100%}.kadence-header-cart.header-navigation ul a.button:hover{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover)}.rtl .kadence-header-cart.header-navigation ul ul.sub-menu{right:auto;left:0}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}p.demo_store,.woocommerce-store-notice{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em;text-align:center;background-color:var(--global-palette-highlight);color:var(--global-palette-btn);z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}p.demo_store a,.woocommerce-store-notice a{color:var(--global-palette-btn);text-decoration:underline}p.demo_store a.woocommerce-store-notice__dismiss-link,.woocommerce-store-notice a.woocommerce-store-notice__dismiss-link{float:right;padding:.3em .5em;margin-top:-.3em;margin-bottom:-.3em;text-decoration:none;border:1px solid currentColor}@media screen and (max-width:719px){p.demo_store a.woocommerce-store-notice__dismiss-link,.woocommerce-store-notice a.woocommerce-store-notice__dismiss-link{float:none;margin-top:.5em;margin-bottom:0;display:block}}.admin-bar p.demo_store{top:32px}.kadence-store-notice-placement-above p.woocommerce-store-notice.demo_store{position:static;box-shadow:none}.kadence-store-notice-placement-bottom .woocommerce-store-notice{bottom:0;top:auto!important;position:fixed}.clear{clear:both}.woocommerce mark.count{background:transparent;color:inherit}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(https://grabmale-bodensee.de/wp-content/themes/kadence/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:18px;height:24px;width:24px;text-align:center;line-height:22px;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0;font-family:system-ui}.woocommerce a.remove:hover{color:#fff!important;background:red;text-decoration:none}.woocommerce small.note{display:block;color:var(--global-palette6);font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{*zoom:1;margin:0 0 1em;padding:0;font-size:.92em;color:var(--global-palette6)}.woocommerce .woocommerce-breadcrumb::before,.woocommerce .woocommerce-breadcrumb::after{content:' ';display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:var(--global-palette6)}.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading,.woocommerce #respond input#submit.loading{opacity:.25}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn);-webkit-font-smoothing:antialiased}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit.alt:hover{background-color:var(--global-palette-btn-bg-hover);color:var(--global-palette-btn-hover)}.woocommerce a.button.alt.disabled,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled]:hover,.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled]:hover{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.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:disabled,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled[disabled]{cursor:not-allowed;opacity:.5}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{display:inline-flex;background:transparent;padding:.5em 0 .5em .3em;text-transform:uppercase;font-weight:700;line-height:1.6;letter-spacing:.05em;color:inherit;font-size:80%}.woocommerce #reviews h2 small{float:right;color:var(--global-palette6);font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:var(--global-palette6)}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews .comment-reply-title{margin-bottom:.5rem;display:block;font-size:24px;line-height:1.5;font-weight:700}.woocommerce #reviews #comments .add_review{*zoom:1}.woocommerce #reviews #comments .add_review::before,.woocommerce #reviews #comments .add_review::after{content:' ';display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{font-weight:700;margin-bottom:1.5rem;font-size:24px;line-height:1.5}.woocommerce #reviews #comments ol.commentlist{*zoom:1;width:100%;background:none;list-style:none;padding-left:0;margin-left:0}.woocommerce #reviews #comments ol.commentlist::before,.woocommerce #reviews #comments ol.commentlist::after{content:' ';display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 var(--global-md-spacing);border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:var(--global-palette6);font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:.5em;left:0;margin:0;box-shadow:none;width:50px;height:50px;border-radius:50px}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 70px;border:1px solid var(--global-gray-400);border-radius:4px;padding:1em 1em 0;*zoom:1}.woocommerce #reviews #comments ol.commentlist li .comment-text::before,.woocommerce #reviews #comments ol.commentlist li .comment-text::after{content:' ';display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid var(--global-gray-400);border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce #review_form_wrapper{margin-top:var(--global-md-spacing)}@media screen and (min-width:1025px){.woocommerce #reviews #comments{float:left;width:60%;padding-right:var(--global-lg-spacing)}.woocommerce #reviews #review_form_wrapper{float:left;width:40%;margin-top:0}.woocommerce.rtl #reviews #comments{float:right;padding-left:var(--global-lg-spacing);padding-right:0}.woocommerce.rtl #reviews #review_form_wrapper{float:right}}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5em;font-family:"star";color:var(--global-palette-highlight);letter-spacing:normal;word-break:normal;white-space:normal}.woocommerce .star-rating::before{content:"\e900\e900\e900\e900\e900";color:var(--global-gray-400);float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"\e901\e901\e901\e901\e901";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{*zoom:1;line-height:2;display:block}.woocommerce .woocommerce-product-rating::before,.woocommerce .woocommerce-product-rating::after{content:' ';display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:.25em auto .25em;float:right}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{*zoom:1;position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::before,.woocommerce #review_form #respond::after{content:' ';display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 1.5em}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;content:"\e900";text-indent:0;font-family:"star"}.woocommerce p.stars a:hover~a::before{content:"\e900"}.woocommerce p.stars:hover a::before{content:"\e901"}.woocommerce p.stars.selected a.active::before{content:"\e901"}.woocommerce p.stars.selected a.active~a::before{content:"\e900"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e901"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted var(--global-gray-400);margin-bottom:1.618em;width:100%;border-spacing:0}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted var(--global-gray-400);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted var(--global-gray-400);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:var(--global-palette8)}.woocommerce table.shop_table{margin:0 -1px 1.5em 0;text-align:left;width:100%;border-radius:3px;font-size:90%;border-collapse:collapse}.woocommerce table.shop_table input{font-size:90%}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid var(--global-gray-400);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child th,.woocommerce table.shop_table tbody:first-child tr:first-child td{border-top:0}.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table tbody th{font-weight:700;border-top:1px solid var(--global-gray-400)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders th,.woocommerce table.my_account_orders td{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce td.product-name dl.variation,.woocommerce td.product-name .wc-item-meta{list-style:none outside}.woocommerce td.product-name dl.variation dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name .wc-item-meta .wc-item-meta-label{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name .wc-item-meta dd{margin:0}.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child,.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;*zoom:1;list-style:none}.woocommerce ul.cart_list li::before,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::before,.woocommerce ul.product_list_widget li::after{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li .quantity,.woocommerce ul.product_list_widget li .quantity{display:block;font-size:.7em;color:var(--global-palette6);padding-left:58px}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700;color:inherit;text-decoration:none;font-size:.9em}.woocommerce ul.cart_list li a:hover,.woocommerce ul.product_list_widget li a:hover{text-decoration:underline}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:left;margin-right:8px;width:50px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1);*zoom:1}.woocommerce ul.cart_list li dl::before,.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::before,.woocommerce ul.product_list_widget li dl::after{content:' ';display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dt,.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dt,.woocommerce ul.product_list_widget li dl dd{display:inline-block;float:left;margin:0 0 1em 0}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em;margin:0}.woocommerce ul.cart_list li dl dd p,.woocommerce ul.product_list_widget li dl dd p{margin-top:0}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li dl.variation,.woocommerce ul.product_list_widget li dl.variation{padding-left:58px;font-size:.8em;border:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce ul.cart_list li.mini_cart_item dl dt{clear:none}.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total{border-top:1px solid var(--global-palette7);padding:15px 0 0;display:flex;margin-top:0;justify-content:space-between}.woocommerce.widget_shopping_cart .total strong,.woocommerce .widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce.widget_shopping_cart .cart_list li,.woocommerce .widget_shopping_cart .cart_list li{padding-left:0em;padding-right:24px;position:relative;padding-top:0;padding-bottom:4px;margin-bottom:4px;border-bottom:1px solid var(--global-palette7)}.woocommerce.widget_shopping_cart .cart_list li:last-child,.woocommerce .widget_shopping_cart .cart_list li:last-child{border-bottom:0;margin-bottom:0}.woocommerce.widget_shopping_cart .cart_list li a.remove,.woocommerce .widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;right:0;font-size:16px;font-weight:400;height:18px;width:18px;line-height:16px;text-decoration:none}.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,.woocommerce .widget_shopping_cart .cart_list li a.remove:hover{text-decoration:none}.woocommerce.widget_shopping_cart .buttons,.woocommerce .widget_shopping_cart .buttons{display:flex;flex-direction:column;text-align:center;*zoom:1}.woocommerce.widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce .widget_shopping_cart .buttons::after{content:' ';display:table}.woocommerce.widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::after{clear:both}.woocommerce.widget_shopping_cart .buttons a,.woocommerce .widget_shopping_cart .buttons a{margin-bottom:5px}.woocommerce.widget_shopping_cart .buttons a:not(.checkout),.woocommerce .widget_shopping_cart .buttons a:not(.checkout){background:transparent;color:var(--global-palette4);box-shadow:none}.woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover,.woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover{background:transparent;box-shadow:none;color:var(--global-palette-highlight)}.woocommerce ul.order_details{*zoom:1;margin:0 0 3em;padding:0;list-style:none}.woocommerce ul.order_details::before,.woocommerce ul.order_details::after{content:' ';display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed var(--global-gray-400);padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details{margin:1.5em 0}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-order-downloads,.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details{margin-bottom:2em}.woocommerce .woocommerce-order-downloads *:last-child,.woocommerce .woocommerce-customer-details *:last-child,.woocommerce .woocommerce-order-details *:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid var(--global-gray-400);text-align:left;width:100%;border-radius:5px;padding:6px 12px}.woocommerce .woocommerce-customer-details address p{margin:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email{margin-bottom:0;margin-top:0;padding-left:0}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{*zoom:1;padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{content:' ';display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0;text-decoration:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count{font-size:80%}.woocommerce .woocommerce-widget-layered-nav-list a::before{content:"";position:relative;top:-.15em;display:inline-block;width:1.5em;height:1.5em;margin-right:.6em;font-size:.5em;line-height:1.4;text-align:center;vertical-align:middle;border:1px solid currentColor;border-radius:.25rem;opacity:.4}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{content:'\2713';color:#fff;opacity:1;border-color:var(--global-palette-highlight);background:var(--global-palette-highlight)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none;background:var(--global-palette9);color:var(--global-palette5);padding:.6em;font-size:80%;transition:all 0.3s ease-in-out}.woocommerce .widget_layered_nav_filters ul li a:hover,.woocommerce .widget_layered_nav_filters ul li a:focus{text-decoration:none;color:initial}.woocommerce .widget_layered_nav_filters ul li a:hover::before,.woocommerce .widget_layered_nav_filters ul li a:focus::before{color:#a00;content:"\2716"}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:'serif';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"✕";text-decoration:none;unicode-bidi:bidi-override;vertical-align:inherit;margin-right:.5em}.woocommerce.widget_product_categories>ul{padding-left:0;margin-left:0;list-style:none}.woocommerce.widget_product_categories>ul li{position:relative}.woocommerce.widget_product_categories>ul li .count{position:absolute;right:0;display:block;top:1px;font-size:.8em;line-height:2rem;min-width:2rem;text-align:center}.woocommerce.widget_product_categories>ul li .count~.kadence-cat-toggle-sub{right:2rem}.woocommerce.widget_product_categories>ul li a{display:block;border-bottom:1px solid var(--global-palette7);line-height:2em}.woocommerce.widget_product_categories>ul li a:hover{text-decoration:none;border-bottom-color:currentColor}.woocommerce.widget_product_categories>ul li.current-cat>a{font-weight:700}.woocommerce.widget_product_categories>ul li.cat-parent>ul{display:none}.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>ul{display:block}.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>.kadence-cat-toggle-sub{background:var(--global-palette7)}.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>.kadence-cat-toggle-sub:before{margin-top:-1px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:-3px}.woocommerce.widget_product_categories>ul li .kadence-cat-toggle-sub{display:block;background:transparent;width:2em;text-align:center;position:absolute;right:0;top:0;line-height:2;color:var(--global-palette5);border:0;border-bottom:1px solid transparent;height:2em;border-radius:0;box-shadow:none;cursor:pointer}.woocommerce.widget_product_categories>ul li .kadence-cat-toggle-sub:hover{border-bottom-color:var(--global-palette6);color:var(--global-palette3)}.woocommerce.widget_product_categories>ul li .kadence-cat-toggle-sub:before{display:block;border-style:solid;border-width:2px 2px 0 0;content:'';display:inline-block;height:8px;top:50%;left:50%;margin-left:-2px;margin-top:-4px;-webkit-transform:rotate(135deg);transform:rotate(135deg);width:8px;position:absolute}.woocommerce.widget_price_filter .price_slider{margin-bottom:1em}.woocommerce.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em;font-weight:700}.woocommerce.widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce.widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:var(--global-palette-highlight);border-radius:1em;cursor:ew-resize;outline:none;top:-.3em;margin-left:-.5em}.woocommerce.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:var(--global-palette-highlight)}.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:var(--global-gray-400);border:0}.woocommerce.widget_price_filter .ui-slider-horizontal{height:.4em}.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce.widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce.widget_rating_filter ul li{*zoom:1;padding:0 0 1px;list-style:none}.woocommerce.widget_rating_filter ul li::before,.woocommerce.widget_rating_filter ul li::after{content:' ';display:table}.woocommerce.widget_rating_filter ul li::after{clear:both}.woocommerce.widget_rating_filter ul li a{padding:1px 0;text-decoration:none;font-size:80%}.woocommerce.widget_rating_filter ul li a:hover,.woocommerce.widget_rating_filter ul li a:focus{text-decoration:none}.woocommerce.widget_rating_filter ul li a:before{content:"";position:relative;top:-.15em;display:inline-block;width:1.5em;height:1.5em;margin-right:.6em;font-size:.5rem;line-height:1.4;text-align:center;vertical-align:middle;border:1px solid currentColor;border-radius:.25rem;opacity:.4}.woocommerce.widget_rating_filter ul li .star-rating{float:none;margin-bottom:-.1em;font-size:1rem;display:inline-block}.woocommerce.widget_rating_filter ul li.chosen a::before{content:'\2713';color:#fff;opacity:1;border-color:var(--global-palette-highlight);background:var(--global-palette-highlight)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.rtl #cart-drawer dl.variation{display:flex}.rtl .woocommerce ul.product_list_widget li dl dd{margin:0 4px 0 0}.rtl .woocommerce ul.product_list_widget li dl dt{margin:0}.rtl .woocommerce .woocommerce-customer-details address{text-align:right}.rtl .woocommerce ul.order_details li{float:right;margin-right:0;padding-left:2em;margin-right:2em;padding-right:0;border-left:1px dashed var(--global-gray-400);border-right:0}.rtl .woocommerce ul.order_details li:last-of-type{border:none}.woocommerce-no-js form.woocommerce-form-login,.woocommerce-no-js form.woocommerce-form-coupon{display:block!important}.woocommerce-no-js .woocommerce-form-login-toggle,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .showcoupon{display:none!important}.woocommerce .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info{padding:1.25em 2em 1.25em 2em;margin:0 0 var(--global-md-spacing);position:relative;background-color:var(--global-palette7);color:var(--global-palette4);border-left:5px solid var(--global-palette-highlight);list-style:none outside;*zoom:1;width:auto;word-wrap:break-word}.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-message::after,.woocommerce .woocommerce-error::before,.woocommerce .woocommerce-error::after,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-info::after{content:' ';display:table}.woocommerce .woocommerce-message::after,.woocommerce .woocommerce-error::after,.woocommerce .woocommerce-info::after{clear:both}.woocommerce .woocommerce-message .button,.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button{float:right;margin-top:-.4em;margin-bottom:-.4em}.woocommerce .woocommerce-message li,.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.woocommerce .woocommerce-message{border-left-color:var(--global-palette-highlight)}.woocommerce .woocommerce-info{border-left-color:var(--global-palette-highlight)}.woocommerce .woocommerce-error{border-left-color:#b81c23}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}body.showing-filter-drawer .select2-container{z-index:100000}@media screen and (max-width:719px){.woocommerce div.product .woocommerce-tabs{border:1px solid var(--global-gray-400);margin-bottom:2em}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin-bottom:1em}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:block;margin:0;border-radius:0;border:0;border-bottom:1px solid var(--global-gray-400)}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;opacity:.7}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom-color:var(--global-gray-400)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{opacity:1}.woocommerce div.product .woocommerce-tabs .panel{padding-left:1em;padding-right:1em;margin:0}.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li{border:0;border-bottom:1px solid var(--global-gray-400)}.woocommerce #reviews #comments ol.commentlist li img.avatar{width:25px;height:25px}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin-left:45px}.woocommerce table.shop_table_responsive ul#shipping_method li,.woocommerce-page table.shop_table_responsive ul#shipping_method li{justify-content:flex-end}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{margin-top:var(--global-md-spacing)}.woocommerce #primary div.product div.images,.woocommerce #primary div.product div.summary,.woocommerce #primary #content div.product div.images,.woocommerce #primary #content div.product div.summary,.woocommerce-page #primary div.product div.images,.woocommerce-page #primary div.product div.summary,.woocommerce-page #primary #content div.product div.images,.woocommerce-page #primary #content div.product div.summary{float:none;width:100%}.woocommerce table.cart .product-thumbnail,.woocommerce #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail{border-top:0}.woocommerce table.cart .product-thumbnail:before,.woocommerce #content table.cart .product-thumbnail:before,.woocommerce-page table.cart .product-thumbnail:before,.woocommerce-page #content table.cart .product-thumbnail:before{display:none}.woocommerce table.cart .product-thumbnail img,.woocommerce #content table.cart .product-thumbnail img,.woocommerce-page table.cart .product-thumbnail img,.woocommerce-page #content table.cart .product-thumbnail img{margin-left:auto;margin-right:auto}.woocommerce table.cart .product-remove,.woocommerce #content table.cart .product-remove,.woocommerce-page table.cart .product-remove,.woocommerce-page #content table.cart .product-remove{padding-bottom:0}.woocommerce table.cart .product-remove .remove,.woocommerce #content table.cart .product-remove .remove,.woocommerce-page table.cart .product-remove .remove,.woocommerce-page #content table.cart .product-remove .remove{-webkit-transform:translateY(10px);transform:translateY(10px)}.woocommerce table.cart td.actions,.woocommerce #content table.cart td.actions,.woocommerce-page table.cart td.actions,.woocommerce-page #content table.cart td.actions{text-align:left;padding-left:0;padding-right:0}.woocommerce table.cart td.actions .coupon,.woocommerce #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon{float:none;*zoom:1;padding-bottom:.5em}.woocommerce table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after{content:' ';display:table}.woocommerce table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after{clear:both}.woocommerce table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text{width:48%;box-sizing:border-box}.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt{float:right}.woocommerce table.cart td.actions .button,.woocommerce #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cross-sells{width:100%;float:none;text-align:left}.woocommerce.woocommerce-checkout form.login .form-row,.woocommerce-page.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}.rtl .woocommerce table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce table.cart td.actions .coupon .button.alt,.rtl .woocommerce #content table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce #content table.cart td.actions .coupon .button.alt,.rtl .woocommerce-page table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce-page table.cart td.actions .coupon .button.alt,.rtl .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce-page #content table.cart td.actions .coupon .button.alt{float:left}.rtl .woocommerce table.shop_table_responsive tr td,.rtl .woocommerce-page table.shop_table_responsive tr td{text-align:left!important}.rtl .woocommerce table.shop_table_responsive tr td::before,.rtl .woocommerce-page table.shop_table_responsive tr td::before{float:right}}@media screen and (max-width:540px){.woocommerce .woocommerce-message .button{float:none;margin-top:.5em;margin-bottom:0;text-align:center}.woocommerce .woocommerce-message{display:flex;flex-direction:column-reverse}table.cart td.actions .coupon input,table.cart td.actions .coupon .button,table.cart td.actions .coupon .input-text,#content table.cart td.actions .coupon input,#content table.cart td.actions .coupon .button,#content table.cart td.actions .coupon .input-text{width:100%;float:none;margin:0}table.cart td.actions .coupon .input-text+.button,table.cart td.actions .coupon .button.alt,#content table.cart td.actions .coupon .input-text+.button,#content table.cart td.actions .coupon .button.alt{float:none}}@media screen and (max-width:400px){.kadence-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button,.kadence-cart-button-large.woocommerce div.product .button.single_add_to_cart_button{font-size:100%;padding:0}.woocommerce div.product form.cart .variations td{display:block;padding-right:0}}/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}.sp-dsgvo *,.sp-dsgvo ::after,.sp-dsgvo ::before{box-sizing:inherit}.sp-dsgvo .container,.sp-dsgvo .container-fluid,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-dsgvo .container,.sp-dsgvo .container-sm{max-width:540px}}@media (min-width:768px){.sp-dsgvo .container,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:720px}}@media (min-width:992px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:960px}}@media (min-width:1200px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{max-width:1140px}}.sp-dsgvo .lwb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .no-gutters{margin-right:0;margin-left:0}.sp-dsgvo .no-gutters>.sp-dsgvo .lwb-col,.sp-dsgvo .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.sp-dsgvo .lwb-col,.sp-dsgvo .lwb-col-1,.sp-dsgvo .lwb-col-10,.sp-dsgvo .lwb-col-11,.sp-dsgvo .lwb-col-12,.sp-dsgvo .lwb-col-2,.sp-dsgvo .lwb-col-3,.sp-dsgvo .lwb-col-4,.sp-dsgvo .lwb-col-5,.sp-dsgvo .lwb-col-6,.sp-dsgvo .lwb-col-7,.sp-dsgvo .lwb-col-8,.sp-dsgvo .lwb-col-9{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-auto{position:relative;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-lg,.sp-dsgvo .lwb-col-lg-1,.sp-dsgvo .lwb-col-lg-10,.sp-dsgvo .lwb-col-lg-11,.sp-dsgvo .lwb-col-lg-12,.sp-dsgvo .lwb-col-lg-2,.sp-dsgvo .lwb-col-lg-3,.sp-dsgvo .lwb-col-lg-4,.sp-dsgvo .lwb-col-lg-5,.sp-dsgvo .lwb-col-lg-6,.sp-dsgvo .lwb-col-lg-7,.sp-dsgvo .lwb-col-lg-8,.sp-dsgvo .lwb-col-lg-9,.sp-dsgvo .lwb-col-lg-auto,.sp-dsgvo .lwb-col-md,.sp-dsgvo .lwb-col-md-1,.sp-dsgvo .lwb-col-md-10,.sp-dsgvo .lwb-col-md-11,.sp-dsgvo .lwb-col-md-12,.sp-dsgvo .lwb-col-md-2,.sp-dsgvo .lwb-col-md-3,.sp-dsgvo .lwb-col-md-4,.sp-dsgvo .lwb-col-md-5,.sp-dsgvo .lwb-col-md-6,.sp-dsgvo .lwb-col-md-7,.sp-dsgvo .lwb-col-md-8,.sp-dsgvo .lwb-col-md-9,.sp-dsgvo .lwb-col-md-auto,.sp-dsgvo .lwb-col-sm,.sp-dsgvo .lwb-col-sm-1,.sp-dsgvo .lwb-col-sm-10,.sp-dsgvo .lwb-col-sm-11,.sp-dsgvo .lwb-col-sm-12,.sp-dsgvo .lwb-col-sm-2,.sp-dsgvo .lwb-col-sm-3,.sp-dsgvo .lwb-col-sm-4,.sp-dsgvo .lwb-col-sm-5,.sp-dsgvo .lwb-col-sm-6,.sp-dsgvo .lwb-col-sm-7,.sp-dsgvo .lwb-col-sm-8,.sp-dsgvo .lwb-col-sm-9,.sp-dsgvo .lwb-col-sm-auto,.sp-dsgvo .lwb-col-xl,.sp-dsgvo .lwb-col-xl-1,.sp-dsgvo .lwb-col-xl-10,.sp-dsgvo .lwb-col-xl-11,.sp-dsgvo .lwb-col-xl-12,.sp-dsgvo .lwb-col-xl-2,.sp-dsgvo .lwb-col-xl-3,.sp-dsgvo .lwb-col-xl-4,.sp-dsgvo .lwb-col-xl-5,.sp-dsgvo .lwb-col-xl-6,.sp-dsgvo .lwb-col-xl-7,.sp-dsgvo .lwb-col-xl-8,.sp-dsgvo .lwb-col-xl-9,.sp-dsgvo .lwb-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-1{margin-left:8.333333%}.sp-dsgvo .offset-2{margin-left:16.666667%}.sp-dsgvo .offset-3{margin-left:25%}.sp-dsgvo .offset-4{margin-left:33.333333%}.sp-dsgvo .offset-5{margin-left:41.666667%}.sp-dsgvo .offset-6{margin-left:50%}.sp-dsgvo .offset-7{margin-left:58.333333%}.sp-dsgvo .offset-8{margin-left:66.666667%}.sp-dsgvo .offset-9{margin-left:75%}.sp-dsgvo .offset-10{margin-left:83.333333%}.sp-dsgvo .offset-11{margin-left:91.666667%}@media (min-width:576px){.sp-dsgvo .lwb-col-sm{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-sm-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-sm-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-sm-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-sm-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-sm-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-sm-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-sm-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-sm-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-sm-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-sm-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-sm-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-sm-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-sm-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-sm-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-sm-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-sm-0{margin-left:0}.sp-dsgvo .offset-sm-1{margin-left:8.333333%}.sp-dsgvo .offset-sm-2{margin-left:16.666667%}.sp-dsgvo .offset-sm-3{margin-left:25%}.sp-dsgvo .offset-sm-4{margin-left:33.333333%}.sp-dsgvo .offset-sm-5{margin-left:41.666667%}.sp-dsgvo .offset-sm-6{margin-left:50%}.sp-dsgvo .offset-sm-7{margin-left:58.333333%}.sp-dsgvo .offset-sm-8{margin-left:66.666667%}.sp-dsgvo .offset-sm-9{margin-left:75%}.sp-dsgvo .offset-sm-10{margin-left:83.333333%}.sp-dsgvo .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.sp-dsgvo .lwb-col-md{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-md-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-md-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-md-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-md-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-md-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-md-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-md-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-md-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-md-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-md-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-md-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-md-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-md-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-md-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-md-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-md-0{margin-left:0}.sp-dsgvo .offset-md-1{margin-left:8.333333%}.sp-dsgvo .offset-md-2{margin-left:16.666667%}.sp-dsgvo .offset-md-3{margin-left:25%}.sp-dsgvo .offset-md-4{margin-left:33.333333%}.sp-dsgvo .offset-md-5{margin-left:41.666667%}.sp-dsgvo .offset-md-6{margin-left:50%}.sp-dsgvo .offset-md-7{margin-left:58.333333%}.sp-dsgvo .offset-md-8{margin-left:66.666667%}.sp-dsgvo .offset-md-9{margin-left:75%}.sp-dsgvo .offset-md-10{margin-left:83.333333%}.sp-dsgvo .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.sp-dsgvo .lwb-col-lg{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-lg-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-lg-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-lg-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-lg-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-lg-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-lg-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-lg-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-lg-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-lg-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-lg-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-lg-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-lg-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-lg-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-lg-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-lg-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-lg-0{margin-left:0}.sp-dsgvo .offset-lg-1{margin-left:8.333333%}.sp-dsgvo .offset-lg-2{margin-left:16.666667%}.sp-dsgvo .offset-lg-3{margin-left:25%}.sp-dsgvo .offset-lg-4{margin-left:33.333333%}.sp-dsgvo .offset-lg-5{margin-left:41.666667%}.sp-dsgvo .offset-lg-6{margin-left:50%}.sp-dsgvo .offset-lg-7{margin-left:58.333333%}.sp-dsgvo .offset-lg-8{margin-left:66.666667%}.sp-dsgvo .offset-lg-9{margin-left:75%}.sp-dsgvo .offset-lg-10{margin-left:83.333333%}.sp-dsgvo .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.sp-dsgvo .lwb-col-xl{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-xl-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-xl-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-xl-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-xl-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-xl-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-xl-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-xl-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-xl-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-xl-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-xl-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-xl-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-xl-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-xl-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-xl-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-xl-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-xl-0{margin-left:0}.sp-dsgvo .offset-xl-1{margin-left:8.333333%}.sp-dsgvo .offset-xl-2{margin-left:16.666667%}.sp-dsgvo .offset-xl-3{margin-left:25%}.sp-dsgvo .offset-xl-4{margin-left:33.333333%}.sp-dsgvo .offset-xl-5{margin-left:41.666667%}.sp-dsgvo .offset-xl-6{margin-left:50%}.sp-dsgvo .offset-xl-7{margin-left:58.333333%}.sp-dsgvo .offset-xl-8{margin-left:66.666667%}.sp-dsgvo .offset-xl-9{margin-left:75%}.sp-dsgvo .offset-xl-10{margin-left:83.333333%}.sp-dsgvo .offset-xl-11{margin-left:91.666667%}}.sp-dsgvo .d-none{display:none!important}.sp-dsgvo .d-inline{display:inline!important}.sp-dsgvo .d-inline-block{display:inline-block!important}.sp-dsgvo .d-block{display:block!important}.sp-dsgvo .d-table{display:table!important}.sp-dsgvo .d-table-row{display:table-row!important}.sp-dsgvo .d-table-cell{display:table-cell!important}.sp-dsgvo .d-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.sp-dsgvo .d-sm-none{display:none!important}.sp-dsgvo .d-sm-inline{display:inline!important}.sp-dsgvo .d-sm-inline-block{display:inline-block!important}.sp-dsgvo .d-sm-block{display:block!important}.sp-dsgvo .d-sm-table{display:table!important}.sp-dsgvo .d-sm-table-row{display:table-row!important}.sp-dsgvo .d-sm-table-cell{display:table-cell!important}.sp-dsgvo .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.sp-dsgvo .d-md-none{display:none!important}.sp-dsgvo .d-md-inline{display:inline!important}.sp-dsgvo .d-md-inline-block{display:inline-block!important}.sp-dsgvo .d-md-block{display:block!important}.sp-dsgvo .d-md-table{display:table!important}.sp-dsgvo .d-md-table-row{display:table-row!important}.sp-dsgvo .d-md-table-cell{display:table-cell!important}.sp-dsgvo .d-md-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.sp-dsgvo .d-lg-none{display:none!important}.sp-dsgvo .d-lg-inline{display:inline!important}.sp-dsgvo .d-lg-inline-block{display:inline-block!important}.sp-dsgvo .d-lg-block{display:block!important}.sp-dsgvo .d-lg-table{display:table!important}.sp-dsgvo .d-lg-table-row{display:table-row!important}.sp-dsgvo .d-lg-table-cell{display:table-cell!important}.sp-dsgvo .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.sp-dsgvo .d-xl-none{display:none!important}.sp-dsgvo .d-xl-inline{display:inline!important}.sp-dsgvo .d-xl-inline-block{display:inline-block!important}.sp-dsgvo .d-xl-block{display:block!important}.sp-dsgvo .d-xl-table{display:table!important}.sp-dsgvo .d-xl-table-row{display:table-row!important}.sp-dsgvo .d-xl-table-cell{display:table-cell!important}.sp-dsgvo .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.sp-dsgvo .d-print-none{display:none!important}.sp-dsgvo .d-print-inline{display:inline!important}.sp-dsgvo .d-print-inline-block{display:inline-block!important}.sp-dsgvo .d-print-block{display:block!important}.sp-dsgvo .d-print-table{display:table!important}.sp-dsgvo .d-print-table-row{display:table-row!important}.sp-dsgvo .d-print-table-cell{display:table-cell!important}.sp-dsgvo .d-print-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.sp-dsgvo .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.sp-dsgvo .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.sp-dsgvo .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.sp-dsgvo .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.sp-dsgvo .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.sp-dsgvo .m-0{margin:0!important}.sp-dsgvo .mt-0,.sp-dsgvo .my-0{margin-top:0!important}.sp-dsgvo .mr-0,.sp-dsgvo .mx-0{margin-right:0!important}.sp-dsgvo .mb-0,.sp-dsgvo .my-0{margin-bottom:0!important}.sp-dsgvo .ml-0,.sp-dsgvo .mx-0{margin-left:0!important}.sp-dsgvo .m-1{margin:.25rem!important}.sp-dsgvo .mt-1,.sp-dsgvo .my-1{margin-top:.25rem!important}.sp-dsgvo .mr-1,.sp-dsgvo .mx-1{margin-right:.25rem!important}.sp-dsgvo .mb-1,.sp-dsgvo .my-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-1,.sp-dsgvo .mx-1{margin-left:.25rem!important}.sp-dsgvo .m-2{margin:.5rem!important}.sp-dsgvo .mt-2,.sp-dsgvo .my-2{margin-top:.5rem!important}.sp-dsgvo .mr-2,.sp-dsgvo .mx-2{margin-right:.5rem!important}.sp-dsgvo .mb-2,.sp-dsgvo .my-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-2,.sp-dsgvo .mx-2{margin-left:.5rem!important}.sp-dsgvo .m-3{margin:1rem!important}.sp-dsgvo .mt-3,.sp-dsgvo .my-3{margin-top:1rem!important}.sp-dsgvo .mr-3,.sp-dsgvo .mx-3{margin-right:1rem!important}.sp-dsgvo .mb-3,.sp-dsgvo .my-3{margin-bottom:1rem!important}.sp-dsgvo .ml-3,.sp-dsgvo .mx-3{margin-left:1rem!important}.sp-dsgvo .m-4{margin:1.5rem!important}.sp-dsgvo .mt-4,.sp-dsgvo .my-4{margin-top:1.5rem!important}.sp-dsgvo .mr-4,.sp-dsgvo .mx-4{margin-right:1.5rem!important}.sp-dsgvo .mb-4,.sp-dsgvo .my-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-4,.sp-dsgvo .mx-4{margin-left:1.5rem!important}.sp-dsgvo .m-5{margin:3rem!important}.sp-dsgvo .mt-5,.sp-dsgvo .my-5{margin-top:3rem!important}.sp-dsgvo .mr-5,.sp-dsgvo .mx-5{margin-right:3rem!important}.sp-dsgvo .mb-5,.sp-dsgvo .my-5{margin-bottom:3rem!important}.sp-dsgvo .ml-5,.sp-dsgvo .mx-5{margin-left:3rem!important}.sp-dsgvo .p-0{padding:0!important}.sp-dsgvo .pt-0,.sp-dsgvo .py-0{padding-top:0!important}.sp-dsgvo .pr-0,.sp-dsgvo .px-0{padding-right:0!important}.sp-dsgvo .pb-0,.sp-dsgvo .py-0{padding-bottom:0!important}.sp-dsgvo .pl-0,.sp-dsgvo .px-0{padding-left:0!important}.sp-dsgvo .p-1{padding:.25rem!important}.sp-dsgvo .pt-1,.sp-dsgvo .py-1{padding-top:.25rem!important}.sp-dsgvo .pr-1,.sp-dsgvo .px-1{padding-right:.25rem!important}.sp-dsgvo .pb-1,.sp-dsgvo .py-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-1,.sp-dsgvo .px-1{padding-left:.25rem!important}.sp-dsgvo .p-2{padding:.5rem!important}.sp-dsgvo .pt-2,.sp-dsgvo .py-2{padding-top:.5rem!important}.sp-dsgvo .pr-2,.sp-dsgvo .px-2{padding-right:.5rem!important}.sp-dsgvo .pb-2,.sp-dsgvo .py-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-2,.sp-dsgvo .px-2{padding-left:.5rem!important}.sp-dsgvo .p-3{padding:1rem!important}.sp-dsgvo .pt-3,.sp-dsgvo .py-3{padding-top:1rem!important}.sp-dsgvo .pr-3,.sp-dsgvo .px-3{padding-right:1rem!important}.sp-dsgvo .pb-3,.sp-dsgvo .py-3{padding-bottom:1rem!important}.sp-dsgvo .pl-3,.sp-dsgvo .px-3{padding-left:1rem!important}.sp-dsgvo .p-4{padding:1.5rem!important}.sp-dsgvo .pt-4,.sp-dsgvo .py-4{padding-top:1.5rem!important}.sp-dsgvo .pr-4,.sp-dsgvo .px-4{padding-right:1.5rem!important}.sp-dsgvo .pb-4,.sp-dsgvo .py-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-4,.sp-dsgvo .px-4{padding-left:1.5rem!important}.sp-dsgvo .p-5{padding:3rem!important}.sp-dsgvo .pt-5,.sp-dsgvo .py-5{padding-top:3rem!important}.sp-dsgvo .pr-5,.sp-dsgvo .px-5{padding-right:3rem!important}.sp-dsgvo .pb-5,.sp-dsgvo .py-5{padding-bottom:3rem!important}.sp-dsgvo .pl-5,.sp-dsgvo .px-5{padding-left:3rem!important}.sp-dsgvo .m-n1{margin:-.25rem!important}.sp-dsgvo .mt-n1,.sp-dsgvo .my-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-n1,.sp-dsgvo .mx-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-n1,.sp-dsgvo .my-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-n1,.sp-dsgvo .mx-n1{margin-left:-.25rem!important}.sp-dsgvo .m-n2{margin:-.5rem!important}.sp-dsgvo .mt-n2,.sp-dsgvo .my-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-n2,.sp-dsgvo .mx-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-n2,.sp-dsgvo .my-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-n2,.sp-dsgvo .mx-n2{margin-left:-.5rem!important}.sp-dsgvo .m-n3{margin:-1rem!important}.sp-dsgvo .mt-n3,.sp-dsgvo .my-n3{margin-top:-1rem!important}.sp-dsgvo .mr-n3,.sp-dsgvo .mx-n3{margin-right:-1rem!important}.sp-dsgvo .mb-n3,.sp-dsgvo .my-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-n3,.sp-dsgvo .mx-n3{margin-left:-1rem!important}.sp-dsgvo .m-n4{margin:-1.5rem!important}.sp-dsgvo .mt-n4,.sp-dsgvo .my-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-n4,.sp-dsgvo .mx-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-n4,.sp-dsgvo .my-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-n4,.sp-dsgvo .mx-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-n5{margin:-3rem!important}.sp-dsgvo .mt-n5,.sp-dsgvo .my-n5{margin-top:-3rem!important}.sp-dsgvo .mr-n5,.sp-dsgvo .mx-n5{margin-right:-3rem!important}.sp-dsgvo .mb-n5,.sp-dsgvo .my-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-n5,.sp-dsgvo .mx-n5{margin-left:-3rem!important}.sp-dsgvo .m-auto{margin:auto!important}.sp-dsgvo .mt-auto,.sp-dsgvo .my-auto{margin-top:auto!important}.sp-dsgvo .mr-auto,.sp-dsgvo .mx-auto{margin-right:auto!important}.sp-dsgvo .mb-auto,.sp-dsgvo .my-auto{margin-bottom:auto!important}.sp-dsgvo .ml-auto,.sp-dsgvo .mx-auto{margin-left:auto!important}@media (min-width:576px){.sp-dsgvo .m-sm-0{margin:0!important}.sp-dsgvo .mt-sm-0,.sp-dsgvo .my-sm-0{margin-top:0!important}.sp-dsgvo .mr-sm-0,.sp-dsgvo .mx-sm-0{margin-right:0!important}.sp-dsgvo .mb-sm-0,.sp-dsgvo .my-sm-0{margin-bottom:0!important}.sp-dsgvo .ml-sm-0,.sp-dsgvo .mx-sm-0{margin-left:0!important}.sp-dsgvo .m-sm-1{margin:.25rem!important}.sp-dsgvo .mt-sm-1,.sp-dsgvo .my-sm-1{margin-top:.25rem!important}.sp-dsgvo .mr-sm-1,.sp-dsgvo .mx-sm-1{margin-right:.25rem!important}.sp-dsgvo .mb-sm-1,.sp-dsgvo .my-sm-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-sm-1,.sp-dsgvo .mx-sm-1{margin-left:.25rem!important}.sp-dsgvo .m-sm-2{margin:.5rem!important}.sp-dsgvo .mt-sm-2,.sp-dsgvo .my-sm-2{margin-top:.5rem!important}.sp-dsgvo .mr-sm-2,.sp-dsgvo .mx-sm-2{margin-right:.5rem!important}.sp-dsgvo .mb-sm-2,.sp-dsgvo .my-sm-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-sm-2,.sp-dsgvo .mx-sm-2{margin-left:.5rem!important}.sp-dsgvo .m-sm-3{margin:1rem!important}.sp-dsgvo .mt-sm-3,.sp-dsgvo .my-sm-3{margin-top:1rem!important}.sp-dsgvo .mr-sm-3,.sp-dsgvo .mx-sm-3{margin-right:1rem!important}.sp-dsgvo .mb-sm-3,.sp-dsgvo .my-sm-3{margin-bottom:1rem!important}.sp-dsgvo .ml-sm-3,.sp-dsgvo .mx-sm-3{margin-left:1rem!important}.sp-dsgvo .m-sm-4{margin:1.5rem!important}.sp-dsgvo .mt-sm-4,.sp-dsgvo .my-sm-4{margin-top:1.5rem!important}.sp-dsgvo .mr-sm-4,.sp-dsgvo .mx-sm-4{margin-right:1.5rem!important}.sp-dsgvo .mb-sm-4,.sp-dsgvo .my-sm-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-sm-4,.sp-dsgvo .mx-sm-4{margin-left:1.5rem!important}.sp-dsgvo .m-sm-5{margin:3rem!important}.sp-dsgvo .mt-sm-5,.sp-dsgvo .my-sm-5{margin-top:3rem!important}.sp-dsgvo .mr-sm-5,.sp-dsgvo .mx-sm-5{margin-right:3rem!important}.sp-dsgvo .mb-sm-5,.sp-dsgvo .my-sm-5{margin-bottom:3rem!important}.sp-dsgvo .ml-sm-5,.sp-dsgvo .mx-sm-5{margin-left:3rem!important}.sp-dsgvo .p-sm-0{padding:0!important}.sp-dsgvo .pt-sm-0,.sp-dsgvo .py-sm-0{padding-top:0!important}.sp-dsgvo .pr-sm-0,.sp-dsgvo .px-sm-0{padding-right:0!important}.sp-dsgvo .pb-sm-0,.sp-dsgvo .py-sm-0{padding-bottom:0!important}.sp-dsgvo .pl-sm-0,.sp-dsgvo .px-sm-0{padding-left:0!important}.sp-dsgvo .p-sm-1{padding:.25rem!important}.sp-dsgvo .pt-sm-1,.sp-dsgvo .py-sm-1{padding-top:.25rem!important}.sp-dsgvo .pr-sm-1,.sp-dsgvo .px-sm-1{padding-right:.25rem!important}.sp-dsgvo .pb-sm-1,.sp-dsgvo .py-sm-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-sm-1,.sp-dsgvo .px-sm-1{padding-left:.25rem!important}.sp-dsgvo .p-sm-2{padding:.5rem!important}.sp-dsgvo .pt-sm-2,.sp-dsgvo .py-sm-2{padding-top:.5rem!important}.sp-dsgvo .pr-sm-2,.sp-dsgvo .px-sm-2{padding-right:.5rem!important}.sp-dsgvo .pb-sm-2,.sp-dsgvo .py-sm-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-sm-2,.sp-dsgvo .px-sm-2{padding-left:.5rem!important}.sp-dsgvo .p-sm-3{padding:1rem!important}.sp-dsgvo .pt-sm-3,.sp-dsgvo .py-sm-3{padding-top:1rem!important}.sp-dsgvo .pr-sm-3,.sp-dsgvo .px-sm-3{padding-right:1rem!important}.sp-dsgvo .pb-sm-3,.sp-dsgvo .py-sm-3{padding-bottom:1rem!important}.sp-dsgvo .pl-sm-3,.sp-dsgvo .px-sm-3{padding-left:1rem!important}.sp-dsgvo .p-sm-4{padding:1.5rem!important}.sp-dsgvo .pt-sm-4,.sp-dsgvo .py-sm-4{padding-top:1.5rem!important}.sp-dsgvo .pr-sm-4,.sp-dsgvo .px-sm-4{padding-right:1.5rem!important}.sp-dsgvo .pb-sm-4,.sp-dsgvo .py-sm-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-sm-4,.sp-dsgvo .px-sm-4{padding-left:1.5rem!important}.sp-dsgvo .p-sm-5{padding:3rem!important}.sp-dsgvo .pt-sm-5,.sp-dsgvo .py-sm-5{padding-top:3rem!important}.sp-dsgvo .pr-sm-5,.sp-dsgvo .px-sm-5{padding-right:3rem!important}.sp-dsgvo .pb-sm-5,.sp-dsgvo .py-sm-5{padding-bottom:3rem!important}.sp-dsgvo .pl-sm-5,.sp-dsgvo .px-sm-5{padding-left:3rem!important}.sp-dsgvo .m-sm-n1{margin:-.25rem!important}.sp-dsgvo .mt-sm-n1,.sp-dsgvo .my-sm-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-sm-n1,.sp-dsgvo .mx-sm-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-sm-n1,.sp-dsgvo .my-sm-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-sm-n1,.sp-dsgvo .mx-sm-n1{margin-left:-.25rem!important}.sp-dsgvo .m-sm-n2{margin:-.5rem!important}.sp-dsgvo .mt-sm-n2,.sp-dsgvo .my-sm-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-sm-n2,.sp-dsgvo .mx-sm-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-sm-n2,.sp-dsgvo .my-sm-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-sm-n2,.sp-dsgvo .mx-sm-n2{margin-left:-.5rem!important}.sp-dsgvo .m-sm-n3{margin:-1rem!important}.sp-dsgvo .mt-sm-n3,.sp-dsgvo .my-sm-n3{margin-top:-1rem!important}.sp-dsgvo .mr-sm-n3,.sp-dsgvo .mx-sm-n3{margin-right:-1rem!important}.sp-dsgvo .mb-sm-n3,.sp-dsgvo .my-sm-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-sm-n3,.sp-dsgvo .mx-sm-n3{margin-left:-1rem!important}.sp-dsgvo .m-sm-n4{margin:-1.5rem!important}.sp-dsgvo .mt-sm-n4,.sp-dsgvo .my-sm-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-sm-n4,.sp-dsgvo .mx-sm-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-sm-n4,.sp-dsgvo .my-sm-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-sm-n4,.sp-dsgvo .mx-sm-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-sm-n5{margin:-3rem!important}.sp-dsgvo .mt-sm-n5,.sp-dsgvo .my-sm-n5{margin-top:-3rem!important}.sp-dsgvo .mr-sm-n5,.sp-dsgvo .mx-sm-n5{margin-right:-3rem!important}.sp-dsgvo .mb-sm-n5,.sp-dsgvo .my-sm-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-sm-n5,.sp-dsgvo .mx-sm-n5{margin-left:-3rem!important}.sp-dsgvo .m-sm-auto{margin:auto!important}.sp-dsgvo .mt-sm-auto,.sp-dsgvo .my-sm-auto{margin-top:auto!important}.sp-dsgvo .mr-sm-auto,.sp-dsgvo .mx-sm-auto{margin-right:auto!important}.sp-dsgvo .mb-sm-auto,.sp-dsgvo .my-sm-auto{margin-bottom:auto!important}.sp-dsgvo .ml-sm-auto,.sp-dsgvo .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .m-md-0{margin:0!important}.sp-dsgvo .mt-md-0,.sp-dsgvo .my-md-0{margin-top:0!important}.sp-dsgvo .mr-md-0,.sp-dsgvo .mx-md-0{margin-right:0!important}.sp-dsgvo .mb-md-0,.sp-dsgvo .my-md-0{margin-bottom:0!important}.sp-dsgvo .ml-md-0,.sp-dsgvo .mx-md-0{margin-left:0!important}.sp-dsgvo .m-md-1{margin:.25rem!important}.sp-dsgvo .mt-md-1,.sp-dsgvo .my-md-1{margin-top:.25rem!important}.sp-dsgvo .mr-md-1,.sp-dsgvo .mx-md-1{margin-right:.25rem!important}.sp-dsgvo .mb-md-1,.sp-dsgvo .my-md-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-md-1,.sp-dsgvo .mx-md-1{margin-left:.25rem!important}.sp-dsgvo .m-md-2{margin:.5rem!important}.sp-dsgvo .mt-md-2,.sp-dsgvo .my-md-2{margin-top:.5rem!important}.sp-dsgvo .mr-md-2,.sp-dsgvo .mx-md-2{margin-right:.5rem!important}.sp-dsgvo .mb-md-2,.sp-dsgvo .my-md-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-md-2,.sp-dsgvo .mx-md-2{margin-left:.5rem!important}.sp-dsgvo .m-md-3{margin:1rem!important}.sp-dsgvo .mt-md-3,.sp-dsgvo .my-md-3{margin-top:1rem!important}.sp-dsgvo .mr-md-3,.sp-dsgvo .mx-md-3{margin-right:1rem!important}.sp-dsgvo .mb-md-3,.sp-dsgvo .my-md-3{margin-bottom:1rem!important}.sp-dsgvo .ml-md-3,.sp-dsgvo .mx-md-3{margin-left:1rem!important}.sp-dsgvo .m-md-4{margin:1.5rem!important}.sp-dsgvo .mt-md-4,.sp-dsgvo .my-md-4{margin-top:1.5rem!important}.sp-dsgvo .mr-md-4,.sp-dsgvo .mx-md-4{margin-right:1.5rem!important}.sp-dsgvo .mb-md-4,.sp-dsgvo .my-md-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-md-4,.sp-dsgvo .mx-md-4{margin-left:1.5rem!important}.sp-dsgvo .m-md-5{margin:3rem!important}.sp-dsgvo .mt-md-5,.sp-dsgvo .my-md-5{margin-top:3rem!important}.sp-dsgvo .mr-md-5,.sp-dsgvo .mx-md-5{margin-right:3rem!important}.sp-dsgvo .mb-md-5,.sp-dsgvo .my-md-5{margin-bottom:3rem!important}.sp-dsgvo .ml-md-5,.sp-dsgvo .mx-md-5{margin-left:3rem!important}.sp-dsgvo .p-md-0{padding:0!important}.sp-dsgvo .pt-md-0,.sp-dsgvo .py-md-0{padding-top:0!important}.sp-dsgvo .pr-md-0,.sp-dsgvo .px-md-0{padding-right:0!important}.sp-dsgvo .pb-md-0,.sp-dsgvo .py-md-0{padding-bottom:0!important}.sp-dsgvo .pl-md-0,.sp-dsgvo .px-md-0{padding-left:0!important}.sp-dsgvo .p-md-1{padding:.25rem!important}.sp-dsgvo .pt-md-1,.sp-dsgvo .py-md-1{padding-top:.25rem!important}.sp-dsgvo .pr-md-1,.sp-dsgvo .px-md-1{padding-right:.25rem!important}.sp-dsgvo .pb-md-1,.sp-dsgvo .py-md-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-md-1,.sp-dsgvo .px-md-1{padding-left:.25rem!important}.sp-dsgvo .p-md-2{padding:.5rem!important}.sp-dsgvo .pt-md-2,.sp-dsgvo .py-md-2{padding-top:.5rem!important}.sp-dsgvo .pr-md-2,.sp-dsgvo .px-md-2{padding-right:.5rem!important}.sp-dsgvo .pb-md-2,.sp-dsgvo .py-md-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-md-2,.sp-dsgvo .px-md-2{padding-left:.5rem!important}.sp-dsgvo .p-md-3{padding:1rem!important}.sp-dsgvo .pt-md-3,.sp-dsgvo .py-md-3{padding-top:1rem!important}.sp-dsgvo .pr-md-3,.sp-dsgvo .px-md-3{padding-right:1rem!important}.sp-dsgvo .pb-md-3,.sp-dsgvo .py-md-3{padding-bottom:1rem!important}.sp-dsgvo .pl-md-3,.sp-dsgvo .px-md-3{padding-left:1rem!important}.sp-dsgvo .p-md-4{padding:1.5rem!important}.sp-dsgvo .pt-md-4,.sp-dsgvo .py-md-4{padding-top:1.5rem!important}.sp-dsgvo .pr-md-4,.sp-dsgvo .px-md-4{padding-right:1.5rem!important}.sp-dsgvo .pb-md-4,.sp-dsgvo .py-md-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-md-4,.sp-dsgvo .px-md-4{padding-left:1.5rem!important}.sp-dsgvo .p-md-5{padding:3rem!important}.sp-dsgvo .pt-md-5,.sp-dsgvo .py-md-5{padding-top:3rem!important}.sp-dsgvo .pr-md-5,.sp-dsgvo .px-md-5{padding-right:3rem!important}.sp-dsgvo .pb-md-5,.sp-dsgvo .py-md-5{padding-bottom:3rem!important}.sp-dsgvo .pl-md-5,.sp-dsgvo .px-md-5{padding-left:3rem!important}.sp-dsgvo .m-md-n1{margin:-.25rem!important}.sp-dsgvo .mt-md-n1,.sp-dsgvo .my-md-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-md-n1,.sp-dsgvo .mx-md-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-md-n1,.sp-dsgvo .my-md-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-md-n1,.sp-dsgvo .mx-md-n1{margin-left:-.25rem!important}.sp-dsgvo .m-md-n2{margin:-.5rem!important}.sp-dsgvo .mt-md-n2,.sp-dsgvo .my-md-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-md-n2,.sp-dsgvo .mx-md-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-md-n2,.sp-dsgvo .my-md-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-md-n2,.sp-dsgvo .mx-md-n2{margin-left:-.5rem!important}.sp-dsgvo .m-md-n3{margin:-1rem!important}.sp-dsgvo .mt-md-n3,.sp-dsgvo .my-md-n3{margin-top:-1rem!important}.sp-dsgvo .mr-md-n3,.sp-dsgvo .mx-md-n3{margin-right:-1rem!important}.sp-dsgvo .mb-md-n3,.sp-dsgvo .my-md-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-md-n3,.sp-dsgvo .mx-md-n3{margin-left:-1rem!important}.sp-dsgvo .m-md-n4{margin:-1.5rem!important}.sp-dsgvo .mt-md-n4,.sp-dsgvo .my-md-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-md-n4,.sp-dsgvo .mx-md-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-md-n4,.sp-dsgvo .my-md-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-md-n4,.sp-dsgvo .mx-md-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-md-n5{margin:-3rem!important}.my-md-n5,.sp-dsgvo .mt-md-n5{margin-top:-3rem!important}.sp-dsgvo .mr-md-n5,.sp-dsgvo .mx-md-n5{margin-right:-3rem!important}.sp-dsgvo .mb-md-n5,.sp-dsgvo .my-md-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-md-n5,.sp-dsgvo .mx-md-n5{margin-left:-3rem!important}.sp-dsgvo .m-md-auto{margin:auto!important}.sp-dsgvo .mt-md-auto,.sp-dsgvo .my-md-auto{margin-top:auto!important}.sp-dsgvo .mr-md-auto,.sp-dsgvo .mx-md-auto{margin-right:auto!important}.sp-dsgvo .mb-md-auto,.sp-dsgvo .my-md-auto{margin-bottom:auto!important}.sp-dsgvo .ml-md-auto,.sp-dsgvo .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.sp-dsgvo .m-lg-0{margin:0!important}.sp-dsgvo .mt-lg-0,.sp-dsgvo .my-lg-0{margin-top:0!important}.sp-dsgvo .mr-lg-0,.sp-dsgvo .mx-lg-0{margin-right:0!important}.sp-dsgvo .mb-lg-0,.sp-dsgvo .my-lg-0{margin-bottom:0!important}.sp-dsgvo .ml-lg-0,.sp-dsgvo .mx-lg-0{margin-left:0!important}.sp-dsgvo .m-lg-1{margin:.25rem!important}.sp-dsgvo .mt-lg-1,.sp-dsgvo .my-lg-1{margin-top:.25rem!important}.sp-dsgvo .mr-lg-1,.sp-dsgvo .mx-lg-1{margin-right:.25rem!important}.sp-dsgvo .mb-lg-1,.sp-dsgvo .my-lg-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-lg-1,.sp-dsgvo .mx-lg-1{margin-left:.25rem!important}.sp-dsgvo .m-lg-2{margin:.5rem!important}.sp-dsgvo .mt-lg-2,.sp-dsgvo .my-lg-2{margin-top:.5rem!important}.sp-dsgvo .mr-lg-2,.sp-dsgvo .mx-lg-2{margin-right:.5rem!important}.sp-dsgvo .mb-lg-2,.sp-dsgvo .my-lg-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-lg-2,.sp-dsgvo .mx-lg-2{margin-left:.5rem!important}.sp-dsgvo .m-lg-3{margin:1rem!important}.sp-dsgvo .mt-lg-3,.sp-dsgvo .my-lg-3{margin-top:1rem!important}.sp-dsgvo .mr-lg-3,.sp-dsgvo .mx-lg-3{margin-right:1rem!important}.sp-dsgvo .mb-lg-3,.sp-dsgvo .my-lg-3{margin-bottom:1rem!important}.sp-dsgvo .ml-lg-3,.sp-dsgvo .mx-lg-3{margin-left:1rem!important}.sp-dsgvo .m-lg-4{margin:1.5rem!important}.sp-dsgvo .mt-lg-4,.sp-dsgvo .my-lg-4{margin-top:1.5rem!important}.sp-dsgvo .mr-lg-4,.sp-dsgvo .mx-lg-4{margin-right:1.5rem!important}.sp-dsgvo .mb-lg-4,.sp-dsgvo .my-lg-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-lg-4,.sp-dsgvo .mx-lg-4{margin-left:1.5rem!important}.sp-dsgvo .m-lg-5{margin:3rem!important}.sp-dsgvo .mt-lg-5,.sp-dsgvo .my-lg-5{margin-top:3rem!important}.sp-dsgvo .mr-lg-5,.sp-dsgvo .mx-lg-5{margin-right:3rem!important}.sp-dsgvo .mb-lg-5,.sp-dsgvo .my-lg-5{margin-bottom:3rem!important}.sp-dsgvo .ml-lg-5,.sp-dsgvo .mx-lg-5{margin-left:3rem!important}.sp-dsgvo .p-lg-0{padding:0!important}.sp-dsgvo .pt-lg-0,.sp-dsgvo .py-lg-0{padding-top:0!important}.sp-dsgvo .pr-lg-0,.sp-dsgvo .px-lg-0{padding-right:0!important}.sp-dsgvo .pb-lg-0,.sp-dsgvo .py-lg-0{padding-bottom:0!important}.sp-dsgvo .pl-lg-0,.sp-dsgvo .px-lg-0{padding-left:0!important}.sp-dsgvo .p-lg-1{padding:.25rem!important}.sp-dsgvo .pt-lg-1,.sp-dsgvo .py-lg-1{padding-top:.25rem!important}.sp-dsgvo .pr-lg-1,.sp-dsgvo .px-lg-1{padding-right:.25rem!important}.sp-dsgvo .pb-lg-1,.sp-dsgvo .py-lg-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-lg-1,.sp-dsgvo .px-lg-1{padding-left:.25rem!important}.sp-dsgvo .p-lg-2{padding:.5rem!important}.sp-dsgvo .pt-lg-2,.sp-dsgvo .py-lg-2{padding-top:.5rem!important}.sp-dsgvo .pr-lg-2,.sp-dsgvo .px-lg-2{padding-right:.5rem!important}.sp-dsgvo .pb-lg-2,.sp-dsgvo .py-lg-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-lg-2,.sp-dsgvo .px-lg-2{padding-left:.5rem!important}.sp-dsgvo .p-lg-3{padding:1rem!important}.sp-dsgvo .pt-lg-3,.sp-dsgvo .py-lg-3{padding-top:1rem!important}.sp-dsgvo .pr-lg-3,.sp-dsgvo .px-lg-3{padding-right:1rem!important}.sp-dsgvo .pb-lg-3,.sp-dsgvo .py-lg-3{padding-bottom:1rem!important}.sp-dsgvo .pl-lg-3,.sp-dsgvo .px-lg-3{padding-left:1rem!important}.sp-dsgvo .p-lg-4{padding:1.5rem!important}.sp-dsgvo .pt-lg-4,.sp-dsgvo .py-lg-4{padding-top:1.5rem!important}.sp-dsgvo .pr-lg-4,.sp-dsgvo .px-lg-4{padding-right:1.5rem!important}.sp-dsgvo .pb-lg-4,.sp-dsgvo .py-lg-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-lg-4,.sp-dsgvo .px-lg-4{padding-left:1.5rem!important}.sp-dsgvo .p-lg-5{padding:3rem!important}.sp-dsgvo .pt-lg-5,.sp-dsgvo .py-lg-5{padding-top:3rem!important}.sp-dsgvo .pr-lg-5,.sp-dsgvo .px-lg-5{padding-right:3rem!important}.sp-dsgvo .pb-lg-5,.sp-dsgvo .py-lg-5{padding-bottom:3rem!important}.sp-dsgvo .pl-lg-5,.sp-dsgvo .px-lg-5{padding-left:3rem!important}.sp-dsgvo .m-lg-n1{margin:-.25rem!important}.sp-dsgvo .mt-lg-n1,.sp-dsgvo .my-lg-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-lg-n1,.sp-dsgvo .mx-lg-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-lg-n1,.sp-dsgvo .my-lg-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-lg-n1,.sp-dsgvo .mx-lg-n1{margin-left:-.25rem!important}.sp-dsgvo .m-lg-n2{margin:-.5rem!important}.sp-dsgvo .mt-lg-n2,.sp-dsgvo .my-lg-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-lg-n2,.sp-dsgvo .mx-lg-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-lg-n2,.sp-dsgvo .my-lg-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-lg-n2,.sp-dsgvo .mx-lg-n2{margin-left:-.5rem!important}.sp-dsgvo .m-lg-n3{margin:-1rem!important}.sp-dsgvo .mt-lg-n3,.sp-dsgvo .my-lg-n3{margin-top:-1rem!important}.sp-dsgvo .mr-lg-n3,.sp-dsgvo .mx-lg-n3{margin-right:-1rem!important}.sp-dsgvo .mb-lg-n3,.sp-dsgvo .my-lg-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-lg-n3,.sp-dsgvo .mx-lg-n3{margin-left:-1rem!important}.sp-dsgvo .m-lg-n4{margin:-1.5rem!important}.sp-dsgvo .mt-lg-n4,.sp-dsgvo .my-lg-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-lg-n4,.sp-dsgvo .mx-lg-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-lg-n4,.sp-dsgvo .my-lg-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-lg-n4,.sp-dsgvo .mx-lg-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-lg-n5{margin:-3rem!important}.sp-dsgvo .mt-lg-n5,.sp-dsgvo .my-lg-n5{margin-top:-3rem!important}.sp-dsgvo .mr-lg-n5,.sp-dsgvo .mx-lg-n5{margin-right:-3rem!important}.sp-dsgvo .mb-lg-n5,.sp-dsgvo .my-lg-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-lg-n5,.sp-dsgvo .mx-lg-n5{margin-left:-3rem!important}.sp-dsgvo .m-lg-auto{margin:auto!important}.sp-dsgvo .mt-lg-auto,.sp-dsgvo .my-lg-auto{margin-top:auto!important}.sp-dsgvo .mr-lg-auto,.sp-dsgvo .mx-lg-auto{margin-right:auto!important}.sp-dsgvo .mb-lg-auto,.sp-dsgvo .my-lg-auto{margin-bottom:auto!important}.sp-dsgvo .ml-lg-auto,.sp-dsgvo .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.sp-dsgvo .m-xl-0{margin:0!important}.sp-dsgvo .mt-xl-0,.sp-dsgvo .my-xl-0{margin-top:0!important}.sp-dsgvo .mr-xl-0,.sp-dsgvo .mx-xl-0{margin-right:0!important}.sp-dsgvo .mb-xl-0,.sp-dsgvo .my-xl-0{margin-bottom:0!important}.sp-dsgvo .ml-xl-0,.sp-dsgvo .mx-xl-0{margin-left:0!important}.sp-dsgvo .m-xl-1{margin:.25rem!important}.sp-dsgvo .mt-xl-1,.sp-dsgvo .my-xl-1{margin-top:.25rem!important}.sp-dsgvo .mr-xl-1,.sp-dsgvo .mx-xl-1{margin-right:.25rem!important}.sp-dsgvo .mb-xl-1,.sp-dsgvo .my-xl-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-xl-1,.sp-dsgvo .mx-xl-1{margin-left:.25rem!important}.sp-dsgvo .m-xl-2{margin:.5rem!important}.sp-dsgvo .mt-xl-2,.sp-dsgvo .my-xl-2{margin-top:.5rem!important}.sp-dsgvo .mr-xl-2,.sp-dsgvo .mx-xl-2{margin-right:.5rem!important}.sp-dsgvo .mb-xl-2,.sp-dsgvo .my-xl-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-xl-2,.sp-dsgvo .mx-xl-2{margin-left:.5rem!important}.sp-dsgvo .m-xl-3{margin:1rem!important}.sp-dsgvo .mt-xl-3,.sp-dsgvo .my-xl-3{margin-top:1rem!important}.sp-dsgvo .mr-xl-3,.sp-dsgvo .mx-xl-3{margin-right:1rem!important}.sp-dsgvo .mb-xl-3,.sp-dsgvo .my-xl-3{margin-bottom:1rem!important}.sp-dsgvo .ml-xl-3,.sp-dsgvo .mx-xl-3{margin-left:1rem!important}.sp-dsgvo .m-xl-4{margin:1.5rem!important}.sp-dsgvo .mt-xl-4,.sp-dsgvo .my-xl-4{margin-top:1.5rem!important}.sp-dsgvo .mr-xl-4,.sp-dsgvo .mx-xl-4{margin-right:1.5rem!important}.sp-dsgvo .mb-xl-4,.sp-dsgvo .my-xl-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-xl-4,.sp-dsgvo .mx-xl-4{margin-left:1.5rem!important}.sp-dsgvo .m-xl-5{margin:3rem!important}.sp-dsgvo .mt-xl-5,.sp-dsgvo .my-xl-5{margin-top:3rem!important}.sp-dsgvo .mr-xl-5,.sp-dsgvo .mx-xl-5{margin-right:3rem!important}.sp-dsgvo .mb-xl-5,.sp-dsgvo .my-xl-5{margin-bottom:3rem!important}.sp-dsgvo .ml-xl-5,.sp-dsgvo .mx-xl-5{margin-left:3rem!important}.sp-dsgvo .p-xl-0{padding:0!important}.sp-dsgvo .pt-xl-0,.sp-dsgvo .py-xl-0{padding-top:0!important}.sp-dsgvo .pr-xl-0,.sp-dsgvo .px-xl-0{padding-right:0!important}.sp-dsgvo .pb-xl-0,.sp-dsgvo .py-xl-0{padding-bottom:0!important}.sp-dsgvo .pl-xl-0,.sp-dsgvo .px-xl-0{padding-left:0!important}.sp-dsgvo .p-xl-1{padding:.25rem!important}.sp-dsgvo .pt-xl-1,.sp-dsgvo .py-xl-1{padding-top:.25rem!important}.sp-dsgvo .pr-xl-1,.sp-dsgvo .px-xl-1{padding-right:.25rem!important}.sp-dsgvo .pb-xl-1,.sp-dsgvo .py-xl-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-xl-1,.sp-dsgvo .px-xl-1{padding-left:.25rem!important}.sp-dsgvo .p-xl-2{padding:.5rem!important}.sp-dsgvo .pt-xl-2,.sp-dsgvo .py-xl-2{padding-top:.5rem!important}.sp-dsgvo .pr-xl-2,.sp-dsgvo .px-xl-2{padding-right:.5rem!important}.sp-dsgvo .pb-xl-2,.sp-dsgvo .py-xl-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-xl-2,.sp-dsgvo .px-xl-2{padding-left:.5rem!important}.sp-dsgvo .p-xl-3{padding:1rem!important}.sp-dsgvo .pt-xl-3,.sp-dsgvo .py-xl-3{padding-top:1rem!important}.sp-dsgvo .pr-xl-3,.sp-dsgvo .px-xl-3{padding-right:1rem!important}.sp-dsgvo .pb-xl-3,.sp-dsgvo .py-xl-3{padding-bottom:1rem!important}.sp-dsgvo .pl-xl-3,.sp-dsgvo .px-xl-3{padding-left:1rem!important}.sp-dsgvo .p-xl-4{padding:1.5rem!important}.sp-dsgvo .pt-xl-4,.sp-dsgvo .py-xl-4{padding-top:1.5rem!important}.sp-dsgvo .pr-xl-4,.sp-dsgvo .px-xl-4{padding-right:1.5rem!important}.sp-dsgvo .pb-xl-4,.sp-dsgvo .py-xl-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-xl-4,.sp-dsgvo .px-xl-4{padding-left:1.5rem!important}.sp-dsgvo .p-xl-5{padding:3rem!important}.sp-dsgvo .pt-xl-5,.sp-dsgvo .py-xl-5{padding-top:3rem!important}.sp-dsgvo .pr-xl-5,.sp-dsgvo .px-xl-5{padding-right:3rem!important}.sp-dsgvo .pb-xl-5,.sp-dsgvo .py-xl-5{padding-bottom:3rem!important}.sp-dsgvo .pl-xl-5,.sp-dsgvo .px-xl-5{padding-left:3rem!important}.sp-dsgvo .m-xl-n1{margin:-.25rem!important}.sp-dsgvo .mt-xl-n1,.sp-dsgvo .my-xl-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-xl-n1,.sp-dsgvo .mx-xl-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-xl-n1,.sp-dsgvo .my-xl-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-xl-n1,.sp-dsgvo .mx-xl-n1{margin-left:-.25rem!important}.sp-dsgvo .m-xl-n2{margin:-.5rem!important}.sp-dsgvo .mt-xl-n2,.sp-dsgvo .my-xl-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-xl-n2,.sp-dsgvo .mx-xl-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-xl-n2,.sp-dsgvo .my-xl-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-xl-n2,.sp-dsgvo .mx-xl-n2{margin-left:-.5rem!important}.sp-dsgvo .m-xl-n3{margin:-1rem!important}.sp-dsgvo .mt-xl-n3,.sp-dsgvo .my-xl-n3{margin-top:-1rem!important}.sp-dsgvo .mr-xl-n3,.sp-dsgvo .mx-xl-n3{margin-right:-1rem!important}.sp-dsgvo .mb-xl-n3,.sp-dsgvo .my-xl-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-xl-n3,.sp-dsgvo .mx-xl-n3{margin-left:-1rem!important}.sp-dsgvo .m-xl-n4{margin:-1.5rem!important}.sp-dsgvo .mt-xl-n4,.sp-dsgvo .my-xl-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-xl-n4,.sp-dsgvo .mx-xl-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-xl-n4,.sp-dsgvo .my-xl-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-xl-n4,.sp-dsgvo .mx-xl-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-xl-n5{margin:-3rem!important}.sp-dsgvo .mt-xl-n5,.sp-dsgvo .my-xl-n5{margin-top:-3rem!important}.sp-dsgvo .mr-xl-n5,.sp-dsgvo .mx-xl-n5{margin-right:-3rem!important}.sp-dsgvo .mb-xl-n5,.sp-dsgvo .my-xl-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-xl-n5,.sp-dsgvo .mx-xl-n5{margin-left:-3rem!important}.sp-dsgvo .m-xl-auto{margin:auto!important}.sp-dsgvo .mt-xl-auto,.sp-dsgvo .my-xl-auto{margin-top:auto!important}.sp-dsgvo .mr-xl-auto,.sp-dsgvo .mx-xl-auto{margin-right:auto!important}.sp-dsgvo .mb-xl-auto,.sp-dsgvo .my-xl-auto{margin-bottom:auto!important}.sp-dsgvo .ml-xl-auto,.sp-dsgvo .mx-xl-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .lwb-d-md-flex{display:-ms-flexbox!important;display:flex!important}}.entry-content .wp-block-kadence-rowlayout:not(.fixforgeneratepress){margin-bottom:0}.site-navigation-fixed.navigation-top{z-index:100}.kt-row-layout-inner{position:relative;border:0 solid transparent}.kt-row-column-wrap{padding:25px 0 25px 0;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;position:relative;z-index:10}.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width{margin-left:auto;margin-right:auto}.kt-row-has-bg>.kt-row-column-wrap{padding-left:var(--global-content-edge-padding,15px);padding-right:var(--global-content-edge-padding,15px)}.alignfull>.kt-row-layout-inner>.kt-row-column-wrap{padding-left:var(--global-content-edge-padding,15px);padding-right:var(--global-content-edge-padding,15px)}.kt-inner-column-height-full>.wp-block-kadence-column>.kt-inside-inner-col{height:100%}.kt-row-valign-middle.kt-inner-column-height-full:not(.kt-has-1-columns)>.wp-block-kadence-column>.kt-inside-inner-col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.kt-row-valign-bottom.kt-inner-column-height-full:not(.kt-has-1-columns)>.wp-block-kadence-column>.kt-inside-inner-col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;justify-content:flex-end}.wp-block-kadence-rowlayout:before{clear:both;content:'';display:table}.kt-row-layout-overlay{top:0;left:0;position:absolute;opacity:.3;height:100%;width:100%;z-index:0;-webkit-filter:opacity(100%);filter:opacity(100%)}.kt-row-layout-overlay.kt-jarallax{-webkit-filter:none;filter:none}.kt-row-valign-middle>.wp-block-kadence-column{-webkit-justify-content:center;justify-content:center}.kt-row-valign-bottom>.wp-block-kadence-column{-webkit-justify-content:flex-end;justify-content:flex-end}#content .entry-content .wp-block-kadence-rowlayout.alignfull,#content .entry-content .wp-block-kadence-rowlayout.alignwide{text-align:inherit;margin-bottom:0}@media (min-width:768px){.kt-row-layout-equal>.wp-block-kadence-column{-webkit-flex:1;flex:1;width:0}.kt-row-layout-row{-webkit-flex-direction:column;flex-direction:column}.kt-row-layout-row>.wp-block-kadence-column{-webkit-flex:none;flex:none;width:100%;margin-right:0}.kt-row-layout-row.kt-v-gutter-default>.wp-block-kadence-column{margin-bottom:30px}.kt-row-layout-row.kt-v-gutter-skinny>.wp-block-kadence-column{margin-bottom:10px}.kt-row-layout-row.kt-v-gutter-narrow>.wp-block-kadence-column{margin-bottom:20px}.kt-row-layout-row.kt-v-gutter-wide>.wp-block-kadence-column{margin-bottom:40px}.kt-row-layout-row.kt-v-gutter-wider>.wp-block-kadence-column{margin-bottom:60px}.kt-row-layout-row.kt-v-gutter-widest>.wp-block-kadence-column{margin-bottom:80px}.kt-row-layout-row.kt-m-colapse-right-to-left:not(.kt-v-gutter-none)>.wp-block-kadence-column:first-child{margin-bottom:0}.kt-row-layout-row:not(.kt-v-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column:last-child{margin-bottom:0}.kt-gutter-default>.wp-block-kadence-column{margin-right:30px}.kt-gutter-skinny>.wp-block-kadence-column{margin-right:10px}.kt-gutter-narrow>.wp-block-kadence-column{margin-right:20px}.kt-gutter-wide>.wp-block-kadence-column{margin-right:40px}.kt-gutter-wider>.wp-block-kadence-column{margin-right:60px}.kt-gutter-widest>.wp-block-kadence-column{margin-right:80px}body:not(.rtl) .kt-row-column-wrap:not(.kt-gutter-none)>.wp-block-kadence-column:last-child{margin-right:0}body.rtl .kt-row-column-wrap:not(.kt-gutter-none)>.wp-block-kadence-column:first-child{margin-right:0}.kt-gutter-skinny.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex-basis:10px;flex-basis:10px}.kt-gutter-skinny.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex-basis:10px;flex-basis:10px}.kt-gutter-narrow.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex-basis:20px;flex-basis:20px}.kt-gutter-narrow.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex-basis:20px;flex-basis:20px}.kt-gutter-default.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex-basis:30px;flex-basis:30px}.kt-gutter-default.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex-basis:30px;flex-basis:30px}.kt-gutter-wide.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex-basis:40px;flex-basis:40px}.kt-gutter-wide.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex-basis:40px;flex-basis:40px}.kt-gutter-wider.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex-basis:60px;flex-basis:60px}.kt-gutter-wider.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex-basis:60px;flex-basis:60px}.kt-gutter-widest.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex-basis:80px;flex-basis:80px}.kt-gutter-widest.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex-basis:80px;flex-basis:80px}.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex:1;flex:1}.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex:1;flex:1}.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex:2;flex:2}.kt-has-2-columns.kt-custom-first-width-10>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 10%;flex:0 1 10%}.kt-has-2-columns.kt-custom-first-width-10>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 90%;flex:0 1 90%}.kt-has-2-columns.kt-custom-first-width-15>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 15%;flex:0 1 15%}.kt-has-2-columns.kt-custom-first-width-15>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 85%;flex:0 1 85%}.kt-has-2-columns.kt-custom-first-width-20>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 20%;flex:0 1 20%}.kt-has-2-columns.kt-custom-first-width-20>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 80%;flex:0 1 80%}.kt-has-2-columns.kt-custom-first-width-25>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 25%;flex:0 1 25%}.kt-has-2-columns.kt-custom-first-width-25>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 75%;flex:0 1 75%}.kt-has-2-columns.kt-custom-first-width-30>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 30%;flex:0 1 30%}.kt-has-2-columns.kt-custom-first-width-30>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 70%;flex:0 1 70%}.kt-has-2-columns.kt-custom-first-width-35>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 35%;flex:0 1 35%}.kt-has-2-columns.kt-custom-first-width-35>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 65%;flex:0 1 65%}.kt-has-2-columns.kt-custom-first-width-40>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 40%;flex:0 1 40%}.kt-has-2-columns.kt-custom-first-width-40>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 60%;flex:0 1 60%}.kt-has-2-columns.kt-custom-first-width-45>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 45%;flex:0 1 45%}.kt-has-2-columns.kt-custom-first-width-45>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 55%;flex:0 1 55%}.kt-has-2-columns.kt-custom-first-width-50>.wp-block-kadence-column.inner-column-1{-webkit-flex:1;flex:1}.kt-has-2-columns.kt-custom-first-width-50>.wp-block-kadence-column.inner-column-2{-webkit-flex:1;flex:1}.kt-has-2-columns.kt-custom-first-width-55>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 55%;flex:0 1 55%}.kt-has-2-columns.kt-custom-first-width-55>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 45%;flex:0 1 45%}.kt-has-2-columns.kt-custom-first-width-60>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 60%;flex:0 1 60%}.kt-has-2-columns.kt-custom-first-width-60>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 40%;flex:0 1 40%}.kt-has-2-columns.kt-custom-first-width-65>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 65%;flex:0 1 65%}.kt-has-2-columns.kt-custom-first-width-65>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 35%;flex:0 1 35%}.kt-has-2-columns.kt-custom-first-width-70>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 70%;flex:0 1 70%}.kt-has-2-columns.kt-custom-first-width-70>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 30%;flex:0 1 30%}.kt-has-2-columns.kt-custom-first-width-75>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 75%;flex:0 1 75%}.kt-has-2-columns.kt-custom-first-width-75>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 25%;flex:0 1 25%}.kt-has-2-columns.kt-custom-first-width-80>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 80%;flex:0 1 80%}.kt-has-2-columns.kt-custom-first-width-80>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 20%;flex:0 1 20%}.kt-has-2-columns.kt-custom-first-width-85>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 85%;flex:0 1 85%}.kt-has-2-columns.kt-custom-first-width-85>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 15%;flex:0 1 15%}.kt-has-2-columns.kt-custom-first-width-90>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 1 90%;flex:0 1 90%}.kt-has-2-columns.kt-custom-first-width-90>.wp-block-kadence-column.inner-column-2{-webkit-flex:0 1 10%;flex:0 1 10%}.kt-row-layout-left-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-left-half>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-row-layout-right-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-right-half>.wp-block-kadence-column.inner-column-3{-webkit-flex:2;flex:2}.kt-row-layout-center-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-center-half>.wp-block-kadence-column.inner-column-2{-webkit-flex:2;flex:2}.kt-row-layout-center-wide>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-center-wide>.wp-block-kadence-column.inner-column-2{-webkit-flex:3;flex:3}.kt-row-layout-center-exwide>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-center-exwide>.wp-block-kadence-column.inner-column-2{-webkit-flex:6;flex:6}.kt-row-layout-left-forty>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-left-forty>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-row-layout-right-forty>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-row-layout-right-forty>.wp-block-kadence-column.inner-column-4{-webkit-flex:2;flex:2}}@media (min-width:768px) and (max-width:1024px){.kt-row-column-wrap.kt-tab-layout-equal>.wp-block-kadence-column{-webkit-flex:1;flex:1;width:0}.kt-row-layout-row:not(.kt-tab-layout-inherit){-webkit-flex-direction:row;flex-direction:row}.kt-row-column-wrap.kt-tab-layout-row{-webkit-flex-direction:column;flex-direction:column}.kt-row-column-wrap.kt-tab-layout-row.kt-m-colapse-right-to-left{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.kt-row-column-wrap.kt-tab-layout-row>.wp-block-kadence-column{-webkit-flex:none;flex:none;width:100%;margin-right:0}.kt-has-1-columns.kt-tab-layout-row>.wp-block-kadence-column.inner-column-1{-webkit-flex:1;flex:1}.kt-tab-layout-row>.wp-block-kadence-column{-webkit-flex-basis:auto!important;flex-basis:auto!important}.kt-tab-layout-row.kt-v-gutter-default>.wp-block-kadence-column{margin-bottom:30px}.kt-tab-layout-row.kt-v-gutter-skinny>.wp-block-kadence-column{margin-bottom:10px}.kt-tab-layout-row.kt-v-gutter-narrow>.wp-block-kadence-column{margin-bottom:20px}.kt-tab-layout-row.kt-v-gutter-wide>.wp-block-kadence-column{margin-bottom:40px}.kt-tab-layout-row.kt-v-gutter-wider>.wp-block-kadence-column{margin-bottom:60px}.kt-tab-layout-row.kt-v-gutter-widest>.wp-block-kadence-column{margin-bottom:80px}.kt-tab-layout-row.kt-m-colapse-right-to-left:not(.kt-v-gutter-none)>.wp-block-kadence-column:first-child{margin-bottom:0}.kt-tab-layout-row:not(.kt-v-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column:last-child{margin-bottom:0}.kt-tab-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-tab-layout-left-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex:1;flex:1}.kt-tab-layout-right-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex:1;flex:1}.kt-tab-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex:2;flex:2}.kt-tab-layout-left-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-left-half>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-tab-layout-right-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-right-half>.wp-block-kadence-column.inner-column-3{-webkit-flex:2;flex:2}.kt-tab-layout-center-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-center-half>.wp-block-kadence-column.inner-column-2{-webkit-flex:2;flex:2}.kt-tab-layout-center-wide>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-center-wide>.wp-block-kadence-column.inner-column-2{-webkit-flex:3;flex:3}.kt-tab-layout-center-exwide>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-center-exwide>.wp-block-kadence-column.inner-column-2{-webkit-flex:6;flex:6}.kt-tab-layout-first-row{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-tab-layout-first-row>.wp-block-kadence-column{-webkit-flex:1!important;flex:1!important}.kt-tab-layout-first-row>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 0 100%!important;flex:0 0 100%!important}.kt-tab-layout-first-row.kt-gutter-none>.wp-block-kadence-column.inner-column-2{margin-right:1px}.kt-tab-layout-first-row.kt-gutter-none>.wp-block-kadence-column.inner-column-3{margin-left:-1px}.kt-tab-layout-first-row.kt-v-gutter-default>.wp-block-kadence-column.inner-column-1{margin-bottom:30px}.kt-tab-layout-first-row.kt-v-gutter-skinny>.wp-block-kadence-column.inner-column-1{margin-bottom:10px}.kt-tab-layout-first-row.kt-v-gutter-narrow>.wp-block-kadence-column.inner-column-1{margin-bottom:20px}.kt-tab-layout-first-row.kt-v-gutter-wide>.wp-block-kadence-column.inner-column-1{margin-bottom:40px}.kt-tab-layout-first-row.kt-v-gutter-wider>.wp-block-kadence-column.inner-column-1{margin-bottom:60px}.kt-tab-layout-first-row.kt-v-gutter-widest>.wp-block-kadence-column.inner-column-1{margin-bottom:80px}.kt-tab-layout-last-row{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-tab-layout-last-row>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-last-row>.wp-block-kadence-column.inner-column-2{margin-right:0}.kt-tab-layout-last-row>.wp-block-kadence-column.inner-column-3{-webkit-flex:0 0 100%;flex:0 0 100%}.kt-tab-layout-last-row.kt-v-gutter-default>.wp-block-kadence-column.inner-column-3{margin-top:30px}.kt-tab-layout-last-row.kt-v-gutter-skinny>.wp-block-kadence-column.inner-column-3{margin-top:10px}.kt-tab-layout-last-row.kt-v-gutter-narrow>.wp-block-kadence-column.inner-column-3{margin-top:20px}.kt-tab-layout-last-row.kt-v-gutter-wide>.wp-block-kadence-column.inner-column-3{margin-top:40px}.kt-tab-layout-last-row.kt-v-gutter-wider>.wp-block-kadence-column.inner-column-3{margin-top:60px}.kt-tab-layout-last-row.kt-v-gutter-widest>.wp-block-kadence-column.inner-column-3{margin-top:80px}.kt-tab-layout-left-forty>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-left-forty>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-tab-layout-right-forty>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-tab-layout-right-forty>.wp-block-kadence-column.inner-column-4{-webkit-flex:2;flex:2}.kt-tab-layout-two-grid{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-tab-layout-two-grid.kt-m-colapse-right-to-left{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.kt-tab-layout-two-grid.kt-gutter-default>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px)}.kt-tab-layout-two-grid.kt-gutter-skinny>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 5px);flex:0 0 calc(50% - 5px)}.kt-tab-layout-two-grid.kt-gutter-narrow>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px)}.kt-tab-layout-two-grid.kt-gutter-wide>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 20px);flex:0 0 calc(50% - 20px)}.kt-tab-layout-two-grid.kt-gutter-wider>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 30px);flex:0 0 calc(50% - 30px)}.kt-tab-layout-two-grid.kt-gutter-widest>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 40px);flex:0 0 calc(50% - 40px)}.kt-tab-layout-two-grid.kt-gutter-none>.wp-block-kadence-column{-webkit-flex:0 0 50%;flex:0 0 50%}.kt-tab-layout-two-grid.kt-v-gutter-default>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:30px}.kt-tab-layout-two-grid.kt-v-gutter-skinny>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:10px}.kt-tab-layout-two-grid.kt-v-gutter-narrow>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:20px}.kt-tab-layout-two-grid.kt-v-gutter-wide>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:40px}.kt-tab-layout-two-grid.kt-v-gutter-wider>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:60px}.kt-tab-layout-two-grid.kt-v-gutter-widest>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:80px}.kt-tab-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column.inner-column-2{margin-right:0}.kt-tab-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column.inner-column-4{margin-right:0}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-5{margin-right:0}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-3{margin-right:0}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-1{margin-right:0}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-default>.wp-block-kadence-column:last-child{margin-right:30px}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-skinny>.wp-block-kadence-column:last-child{margin-right:10px}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-narrow>.wp-block-kadence-column:last-child{margin-right:20px}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-wide>.wp-block-kadence-column:last-child{margin-right:40px}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-wider>.wp-block-kadence-column:last-child{margin-right:60px}.kt-tab-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-widest>.wp-block-kadence-column:last-child{margin-right:80px}body.rtl .kt-tab-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none)>.wp-block-kadence-column:first-child{margin-right:0}body.rtl .kt-tab-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-3{margin-right:0}.kt-tab-layout-three-grid{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-tab-layout-three-grid.kt-m-colapse-right-to-left{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.kt-tab-layout-three-grid.kt-gutter-default>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}.kt-tab-layout-three-grid.kt-gutter-skinny>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 8px);flex:0 0 calc(33.33% - 8px)}.kt-tab-layout-three-grid.kt-gutter-narrow>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 14px);flex:0 0 calc(33.33% - 14px)}.kt-tab-layout-three-grid.kt-gutter-wide>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 28px);flex:0 0 calc(33.33% - 28px)}.kt-tab-layout-three-grid.kt-gutter-wider>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 40px);flex:0 0 calc(33.33% - 40px)}.kt-tab-layout-three-grid.kt-gutter-widest>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 54px);flex:0 0 calc(33.33% - 54px)}.kt-tab-layout-three-grid.kt-gutter-none>.wp-block-kadence-column{-webkit-flex:0 0 33.33%;flex:0 0 33.33%}.kt-tab-layout-three-grid.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column.inner-column-3{margin-right:0}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-4{margin-right:0}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-1{margin-right:0}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-default>.wp-block-kadence-column:last-child{margin-right:30px}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-skinny>.wp-block-kadence-column:last-child{margin-right:10px}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-narrow>.wp-block-kadence-column:last-child{margin-right:20px}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-wide>.wp-block-kadence-column:last-child{margin-right:40px}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-wider>.wp-block-kadence-column:last-child{margin-right:60px}.kt-tab-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left.kt-gutter-widest>.wp-block-kadence-column:last-child{margin-right:80px}.wp-block-kadence-rowlayout [id*="jarallax-container-"]>div{height:var(--kb-screen-height-fix,100vh)!important;margin-top:-40px!important}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2){.wp-block-kadence-rowlayout [id*="jarallax-container-"]>div{height:var(--kb-screen-height-fix,100vh)!important;margin-top:-40px!important}}@media (max-width:767px){.kt-row-column-wrap.kt-mobile-layout-equal>.wp-block-kadence-column{-webkit-flex:1;flex:1;width:0}.kt-row-column-wrap.kt-mobile-layout-row{-webkit-flex-direction:column;flex-direction:column}.kt-row-column-wrap.kt-mobile-layout-row.kt-m-colapse-right-to-left{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.kt-row-column-wrap.kt-mobile-layout-row>.wp-block-kadence-column{-webkit-flex:none;flex:none;width:100%;margin-right:0}.kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column{margin-bottom:30px}.kt-mobile-layout-row.kt-v-gutter-skinny>.wp-block-kadence-column{margin-bottom:10px}.kt-mobile-layout-row.kt-v-gutter-narrow>.wp-block-kadence-column{margin-bottom:20px}.kt-mobile-layout-row.kt-v-gutter-wide>.wp-block-kadence-column{margin-bottom:40px}.kt-mobile-layout-row.kt-v-gutter-wider>.wp-block-kadence-column{margin-bottom:60px}.kt-mobile-layout-row.kt-v-gutter-widest>.wp-block-kadence-column{margin-bottom:80px}.kt-mobile-layout-row.kt-m-colapse-right-to-left:not(.kt-v-gutter-none)>.wp-block-kadence-column:first-child{margin-bottom:0}.kt-mobile-layout-row:not(.kt-v-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column:last-child{margin-bottom:0}.kt-has-1-columns.kt-mobile-layout-row>.wp-block-kadence-column.inner-column-1{-webkit-flex:1;flex:1}.kt-mobile-layout-left-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-mobile-layout-left-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex:1;flex:1}.kt-mobile-layout-right-golden>.wp-block-kadence-column.inner-column-1{-webkit-flex:1;flex:1}.kt-mobile-layout-right-golden>.wp-block-kadence-column.inner-column-2{-webkit-flex:2;flex:2}.kt-mobile-layout-left-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-left-half>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-mobile-layout-right-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-right-half>.wp-block-kadence-column.inner-column-3{-webkit-flex:2;flex:2}.kt-mobile-layout-center-half>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-center-half>.wp-block-kadence-column.inner-column-2{-webkit-flex:2;flex:2}.kt-mobile-layout-center-wide>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-center-wide>.wp-block-kadence-column.inner-column-2{-webkit-flex:3;flex:3}.kt-mobile-layout-center-exwide>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-center-exwide>.wp-block-kadence-column.inner-column-2{-webkit-flex:6;flex:6}.kt-mobile-layout-first-row{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-mobile-layout-first-row>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-first-row>.wp-block-kadence-column.inner-column-1{-webkit-flex:0 0 100%;flex:0 0 100%}.kt-mobile-layout-first-row.kt-v-gutter-default>.wp-block-kadence-column.inner-column-1{margin-bottom:30px}.kt-mobile-layout-first-row.kt-v-gutter-skinny>.wp-block-kadence-column.inner-column-1{margin-bottom:10px}.kt-mobile-layout-first-row.kt-v-gutter-narrow>.wp-block-kadence-column.inner-column-1{margin-bottom:20px}.kt-mobile-layout-first-row.kt-v-gutter-wide>.wp-block-kadence-column.inner-column-1{margin-bottom:40px}.kt-mobile-layout-first-row.kt-v-gutter-wider>.wp-block-kadence-column.inner-column-1{margin-bottom:60px}.kt-mobile-layout-first-row.kt-v-gutter-widest>.wp-block-kadence-column.inner-column-1{margin-bottom:80px}.kt-mobile-layout-last-row{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-mobile-layout-last-row>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-last-row>.wp-block-kadence-column.inner-column-2:not(.make-it-overide){margin-right:0}.kt-mobile-layout-last-row>.wp-block-kadence-column.inner-column-3{-webkit-flex:0 0 100%;flex:0 0 100%}.kt-mobile-layout-last-row.kt-v-gutter-default>.wp-block-kadence-column.inner-column-3{margin-top:30px}.kt-mobile-layout-last-row.kt-v-gutter-skinny>.wp-block-kadence-column.inner-column-3{margin-top:10px}.kt-mobile-layout-last-row.kt-v-gutter-narrow>.wp-block-kadence-column.inner-column-3{margin-top:20px}.kt-mobile-layout-last-row.kt-v-gutter-wide>.wp-block-kadence-column.inner-column-3{margin-top:40px}.kt-mobile-layout-last-row.kt-v-gutter-wider>.wp-block-kadence-column.inner-column-3{margin-top:60px}.kt-mobile-layout-last-row.kt-v-gutter-widest>.wp-block-kadence-column.inner-column-3{margin-top:80px}.kt-mobile-layout-left-forty>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-left-forty>.wp-block-kadence-column.inner-column-1{-webkit-flex:2;flex:2}.kt-mobile-layout-right-forty>.wp-block-kadence-column{-webkit-flex:1;flex:1}.kt-mobile-layout-right-forty>.wp-block-kadence-column.inner-column-4{-webkit-flex:2;flex:2}.kt-mobile-layout-two-grid{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-mobile-layout-two-grid.kt-m-colapse-right-to-left{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.kt-mobile-layout-two-grid.kt-gutter-default>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px)}.kt-mobile-layout-two-grid.kt-gutter-skinny>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 5px);flex:0 0 calc(50% - 5px)}.kt-mobile-layout-two-grid.kt-gutter-narrow>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px)}.kt-mobile-layout-two-grid.kt-gutter-wide>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 20px);flex:0 0 calc(50% - 20px)}.kt-mobile-layout-two-grid.kt-gutter-wider>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 30px);flex:0 0 calc(50% - 30px)}.kt-mobile-layout-two-grid.kt-gutter-widest>.wp-block-kadence-column{-webkit-flex:0 0 calc(50% - 40px);flex:0 0 calc(50% - 40px)}.kt-mobile-layout-two-grid.kt-gutter-none>.wp-block-kadence-column{-webkit-flex:0 0 50%;flex:0 0 50%}.kt-mobile-layout-two-grid.kt-v-gutter-default>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:30px}.kt-mobile-layout-two-grid.kt-v-gutter-skinny>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:10px}.kt-mobile-layout-two-grid.kt-v-gutter-narrow>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:20px}.kt-mobile-layout-two-grid.kt-v-gutter-wide>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:40px}.kt-mobile-layout-two-grid.kt-v-gutter-wider>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:60px}.kt-mobile-layout-two-grid.kt-v-gutter-widest>.wp-block-kadence-column:nth-child(-n+2){margin-bottom:80px}.kt-mobile-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column.inner-column-2{margin-right:0}.kt-mobile-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column.inner-column-4{margin-right:0}.kt-mobile-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-5{margin-right:0}.kt-mobile-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-3{margin-right:0}.kt-mobile-layout-two-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-1{margin-right:0}body.rtl .kt-mobile-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none)>.wp-block-kadence-column:first-child{margin-right:0}body.rtl .kt-mobile-layout-two-grid.kt-row-column-wrap:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-3{margin-right:0}.kt-mobile-layout-three-grid{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row}.kt-mobile-layout-three-grid.kt-m-colapse-right-to-left{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.kt-mobile-layout-three-grid.kt-gutter-default>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}.kt-mobile-layout-three-grid.kt-gutter-skinny>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 8px);flex:0 0 calc(33.33% - 8px)}.kt-mobile-layout-three-grid.kt-gutter-narrow>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 14px);flex:0 0 calc(33.33% - 14px)}.kt-mobile-layout-three-grid.kt-gutter-wide>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 28px);flex:0 0 calc(33.33% - 28px)}.kt-mobile-layout-three-grid.kt-gutter-wider>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 40px);flex:0 0 calc(33.33% - 40px)}.kt-mobile-layout-three-grid.kt-gutter-widest>.wp-block-kadence-column{-webkit-flex:0 0 calc(33.33% - 54px);flex:0 0 calc(33.33% - 54px)}.kt-mobile-layout-three-grid.kt-gutter-none>.wp-block-kadence-column{-webkit-flex:0 0 33.33%;flex:0 0 33.33%}.kt-mobile-layout-three-grid.kt-v-gutter-default>.wp-block-kadence-column:nth-child(-n+3){margin-bottom:30px}.kt-mobile-layout-three-grid.kt-v-gutter-skinny>.wp-block-kadence-column:nth-child(-n+3){margin-bottom:10px}.kt-mobile-layout-three-grid.kt-v-gutter-narrow>.wp-block-kadence-column:nth-child(-n+3){margin-bottom:20px}.kt-mobile-layout-three-grid.kt-v-gutter-wide>.wp-block-kadence-column:nth-child(-n+3){margin-bottom:40px}.kt-mobile-layout-three-grid.kt-v-gutter-wider>.wp-block-kadence-column:nth-child(-n+3){margin-bottom:60px}.kt-mobile-layout-three-grid.kt-v-gutter-widest>.wp-block-kadence-column:nth-child(-n+3){margin-bottom:80px}.kt-mobile-layout-three-grid.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column.inner-column-3{margin-right:0}.kt-mobile-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-4{margin-right:0}.kt-mobile-layout-three-grid.kt-row-column-wrap.kt-m-colapse-right-to-left:not(.kt-gutter-none)>.wp-block-kadence-column.inner-column-1{margin-right:0}.kt-gutter-default:not(.kt-mobile-layout-row)>.wp-block-kadence-column{margin-right:30px}.kt-gutter-skinny:not(.kt-mobile-layout-row)>.wp-block-kadence-column{margin-right:10px}.kt-gutter-narrow:not(.kt-mobile-layout-row)>.wp-block-kadence-column{margin-right:20px}.kt-gutter-wide:not(.kt-mobile-layout-row)>.wp-block-kadence-column{margin-right:40px}.kt-gutter-wider:not(.kt-mobile-layout-row)>.wp-block-kadence-column{margin-right:60px}.kt-gutter-widest:not(.kt-mobile-layout-row)>.wp-block-kadence-column{margin-right:80px}.kt-row-column-wrap:not(.kt-gutter-none):not(.kt-mobile-layout-row):not(.kt-m-colapse-right-to-left)>.wp-block-kadence-column:last-child{margin-right:0}}.kt-row-layout-bottom-sep{position:absolute;height:100px;bottom:-1px;left:0;overflow:hidden;right:0;z-index:1}.kt-row-layout-bottom-sep svg{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100.2%;height:100%;display:block}.kt-row-layout-top-sep{position:absolute;height:100px;top:-1px;left:0;overflow:hidden;right:0;z-index:1}.kt-row-layout-top-sep svg{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%) rotate(180deg);transform:translateX(-50%) rotate(180deg);width:100.2%;height:100%;display:block}.kt-row-layout-inner>.kb-blocks-bg-slider{position:absolute;left:0;right:0;top:0;bottom:0;padding:0;margin:0}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-blocks-bg-slider-init.kt-blocks-carousel-init{position:absolute;left:0;right:0;top:0;bottom:0;padding:0;margin:0}.kt-row-layout-inner>.kb-blocks-bg-slider .slick-dotted.slick-slider{margin:0}.kt-row-layout-inner>.kb-blocks-bg-slider .slick-track,.kt-row-layout-inner>.kb-blocks-bg-slider .slick-list,.kt-row-layout-inner>.kb-blocks-bg-slider .slick-slide,.kt-row-layout-inner>.kb-blocks-bg-slider .kb-bg-slide-contain{height:100%}.kt-row-layout-inner>.kb-blocks-bg-slider .slick-list{height:100%!important}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-bg-slide-contain div.kb-bg-slide{background-position:center;background-size:cover;background-repeat:no-repeat}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-blocks-bg-slider-init:not(.slick-initialized) .kb-bg-slide-contain{display:none}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-blocks-bg-slider-init:not(.slick-initialized) .kb-bg-slide-contain:first-child{display:block}.kt-row-layout-inner>.kb-blocks-bg-slider .kb-bg-slide-contain div{position:relative;height:100%}.kt-row-layout-inner>.kb-blocks-bg-slider .slick-dots{bottom:0}.kt-row-layout-inner>.kb-blocks-bg-slider .slick-dots li{z-index:11}.kb-blocks-bg-video-container{bottom:0;right:0;top:0;left:0;position:absolute;overflow:hidden}.kb-blocks-bg-video{-o-object-position:50% 50%;object-position:50% 50%;-o-object-fit:cover;object-fit:cover;background-position:center center;width:100%;height:100%}.kb-blocks-bg-video-container .kb-blocks-bg-video{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:auto;width:auto;min-width:100%;min-height:100%}.kb-background-video-buttons-wrapper{position:absolute;z-index:11;bottom:20px;right:20px}.kb-background-video-buttons-wrapper button.kb-toggle-video-btn{padding:8px;margin:0 0 0 8px;border:0;background:rgba(0,0,0,.3);cursor:pointer;font-size:24px;color:#fff;display:inline-block;opacity:.5;height:32px;line-height:16px;transition:opacity .3s ease-in-out;box-sizing:border-box}.kb-background-video-buttons-wrapper button.kb-toggle-video-btn svg{width:16px;height:16px;vertical-align:bottom}.kb-background-video-buttons-wrapper button.kb-toggle-video-btn:hover{opacity:1}@media (max-width:767px){.kvs-sm-false{display:none!important}}@media (min-width:768px) and (max-width:1024px){.kvs-md-false{display:none!important}}@media screen and (min-width:1025px){.kvs-lg-false{display:none!important}}.wp-block-kadence-rowlayout .kb-blocks-bg-slider .slick-arrow{z-index:1000}