: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}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.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)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.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)}}@media not (prefers-reduced-motion){.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-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.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)),0 0 0 currentColor;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],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.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-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.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],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}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-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.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}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.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]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.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}}.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:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@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}.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:"\f460";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 not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.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);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.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{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.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;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@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}.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__suggestions-container .components-spinner{margin: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;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;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!important;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}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.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 .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;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:40px;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-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;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.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;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.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;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@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}.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}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{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;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__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;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;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){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}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;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)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@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 .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .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 .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .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}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible: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,[role=region].interface-interface-skeleton__content:focus-visible:after{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;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.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,.components-menu-items-choice.components-button{height:auto;min-height:40px}.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{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 not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{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 not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.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));color:#1e1e1e;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}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.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;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.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}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}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}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@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}.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}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.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:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@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}.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__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.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);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.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}@media not (prefers-reduced-motion){.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}.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 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: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;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;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!important;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}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.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}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.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;width:100%}@media not (prefers-reduced-motion){.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:box-shadow .1s linear}}@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}.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-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.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{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.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}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:84px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{margin:0 0 2.5rem}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle,.block-editor-global-styles-background-panel__image-preview-content{height:100%;padding-left:12px;width:100%}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator: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}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{background-color:#ddd;box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;justify-content:center;left:calc(50% - 12px);position:absolute;top:calc(50% - 12px);will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar{background-color:#1e1e1e;color:#f0f0f0}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar.block-editor-block-contextual-toolbar{border-color:#2f2f2f}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button{color:#ddd}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:hover{color:#fff}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:focus:before{box-shadow:inset 0 0 0 1px #1e1e1e,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:disabled,.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button[aria-disabled=true]{color:#757575}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#1e1e1e;border-color:#2f2f2f}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .block-editor-block-switcher__toggle{color:#f0f0f0}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .components-toolbar-group{border-right-color:#2f2f2f!important}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .is-pressed{color:var(--wp-admin-theme-color)}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-lock-modal{z-index:1000001}@media (min-width:600px){.block-editor-block-lock-modal .components-modal__frame{max-width:480px}}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{margin:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-right:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__search{margin:16px 0}.block-editor-block-manager__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:2}.block-editor-block-manager__disabled-blocks-count~.block-editor-block-manager__results .block-editor-block-manager__category-title{top:31px}.block-editor-block-manager__disabled-blocks-count .is-link{margin-left:12px}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-right:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible: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}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{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}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;border-radius:2px;height:100%;position:relative}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{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}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{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}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:60px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%;z-index:100}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms{padding:0 16px 16px 52px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:left;min-height:30px;padding:6px 12px;position:relative;text-align:left;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control{margin-bottom:12px}.components-border-radius-control legend{margin-bottom:8px}.components-border-radius-control .components-border-radius-control__wrapper{align-items:flex-start;display:flex;justify-content:space-between}.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__unit-control{flex-shrink:0;margin-bottom:0;margin-right:16px;width:calc(50% - 8px)}.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control{flex:1;margin-right:12px}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px}.components-border-radius-control .component-border-radius-control__linked-button{display:flex;justify-content:center;margin-top:8px}.components-border-radius-control .component-border-radius-control__linked-button svg{margin-right:0}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{min-width:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown button,.block-editor-global-styles__shadow-dropdown button{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown button.is-open,.block-editor-global-styles__shadow-dropdown button.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles-filters-panel__dropdown{border:1px solid #ddd;border-radius:2px}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px;will-change:transform}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible: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}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-5px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-image-size-control{margin-bottom:1em}.block-editor-image-size-control .block-editor-image-size-control__height,.block-editor-image-size-control .block-editor-image-size-control__width{margin-bottom:1.115em}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;height:auto;justify-content:center;padding:8px;position:relative;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item:disabled{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-button.block-editor-block-types-list__item:not(:disabled).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.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}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;text-transform:capitalize;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{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;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 0 8px 24px}.block-editor-link-control__setting .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:36px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell .components-button.has-icon{min-width:24px;padding:0;width:24px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell{padding-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon{height:24px}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-info,.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title{max-width:200px;white-space:nowrap}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-tool-selector__help{border-top:1px solid #ddd;color:#757575;margin:8px -8px -8px;min-width:280px;padding:16px}.block-editor-tool-selector__menu .components-menu-item__info{margin-left:36px;text-align:left}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px;overflow-y:auto;padding:4px 0;width:302px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-right:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden;scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-gutter:auto;scrollbar-width:thin;will-change:transform}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;right:0;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon{width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:scroll;padding:24px 32px 32px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search:not(:focus-within){--wp-components-color-background:#fff}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-left:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--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){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative;transition-property:transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.fancybox-container,.fancybox-thumbs,.fancybox-thumbs__list a,:active{-webkit-tap-highlight-color:#fff0}@font-face{font-display:swap;font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff;--swiper-navigation-size:44px}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{z-index:1;display:-ms-flexbox;display:flex;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgb(0 0 0 / .15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid;border-radius:50%;border-top-color:#fff0}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-cube,.swiper-flip{overflow:visible}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-scrollbar,.swiper-scrollbar-drag{border-radius:var(--swiper-scrollbar-border-radius,10px)}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-fade.swiper-free-mode .swiper-slide,.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgb(0 0 0 / .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgb(0 0 0 / .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgb(0 0 0 / .5));left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{visibility:visible;pointer-events:auto}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;width:100%;top:0;left:0;box-sizing:border-box}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;margin:0;padding:5px 8px;border:none;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;border:none;-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{-ms-user-select:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.fancybox-infobar,.fancybox-slide--image .fancybox-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799d0;border-color:#7799d0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #a4a4a4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgb(0 0 0 / .11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#e4e4e4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #aeaeae;border-radius:2px;box-shadow:inset 0 1px 3px rgb(0 0 0 / .15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgb(0 0 0 / .13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #dbdbdb;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:#fff0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect .select-all,.SumoSelect .select-all>label,.SumoSelect .select-all>span i,.SumoSelect[is-selected=true] .reset-all *{cursor:pointer}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.reset-all{padding:5px 10px 5px 35px;border-bottom:1px solid #cdcdcd}.SumoSelect[is-selected=false] .reset-all{opacity:.5;pointer-events:none}.SumoSelect[is-selected=true] .reset-all{opacity:1;cursor:pointer;color:#7799d0}.SumoSelect[is-selected=true] .reset-all:hover{color:#000}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-slide,.fancybox-slide--image .fancybox-content{-webkit-backface-visibility:hidden;transition-property:transform,opacity;top:0;left:0}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{display:none;height:100%;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;text-align:center;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;overflow:auto;-webkit-overflow-scrolling:touch;position:relative;text-align:left;vertical-align:middle}.fancybox-caption,.fancybox-share,[data-text~=center]{text-align:center}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);background:no-repeat;background-size:100% 100%;max-width:none;overflow:visible;padding:0;position:absolute;transform-origin:top left;user-select:none;z-index:99995}.fancybox-image,.fancybox-share__button,.fancybox-spaceball{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgb(30 30 30 / .6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:dotted 1px}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgb(0 0 0 / .85) 0,rgb(0 0 0 / .3) 50%,rgb(0 0 0 / .15) 65%,rgb(0 0 0 / .075) 75.5%,rgb(0 0 0 / .037) 82.85%,rgb(0 0 0 / .019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-share__button,.fancybox-share__button:hover,a{text-decoration:none}.fancybox-loading{animation:a 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;transition:all .2s;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}a,input{color:inherit}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;top:0;width:212px;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs,a,iframe,img,svg{display:block}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgb(0 0 0 / .3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:rgb(0 0 0 / .1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;width:100px}body,html{background:#fff}button,input{background:0 0}body,figure{margin:0}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}button,input,textarea{border:none}.box-arrow,[data-custom-button~=gradient]{position:relative}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:AllianceNo2;src:url(/wp-content/themes/iwwa_fjs2023/fonts/AllianceNo2-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box}html{height:100vh;overflow-y:scroll;overflow-x:hidden;font:16px/1.5 AllianceNo2,sans-serif,sans-serif;-webkit-tap-highlight-color:#fff0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.disabled,html.disabled body{overflow-y:hidden;height:100%}body{color:#000}svg{fill:currentColor}p{margin-top:0}input{width:100%;font-family:inherit;outline:0}input:required{box-shadow:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none;-webkit-appearance:none;appearance:none}button{font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}textarea{resize:none;font-family:AllianceNo2,sans-serif;outline:0}:focus{outline:0}:-ms-input-placeholder{color:inherit;opacity:1}::placeholder{color:inherit;opacity:1}.grecaptcha-badge{visibility:hidden}.custom-arrow.swiper-button-next,.custom-arrow.swiper-button-prev{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;border-radius:100%;background:#e6e6e6;transition:background .3s ease-in-out,opacity .3s ease-in-out}.custom-arrow.swiper-button-next img,.custom-arrow.swiper-button-prev img{transform:translateY(2px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (min-width:1200px){.custom-arrow.swiper-button-next,.custom-arrow.swiper-button-prev{width:45px;height:45px}.custom-arrow.swiper-button-next:hover,.custom-arrow.swiper-button-prev:hover{background:#fff}}.custom-arrow.alt.swiper-button-next,.custom-arrow.alt.swiper-button-prev{width:53px;height:53px;background:#e2ddc6}.custom-arrow.swiper-button-next{transform:rotateZ(-90deg)}.custom-arrow.swiper-button-prev{transform:rotateZ(90deg)}.custom-arrow.swiper-button-lock{display:none!important}.custom-arrow:after{display:none}.box-arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:24px}.box-arrow .custom-arrow{position:relative;margin-top:0;top:unset;left:unset;right:unset}.swiper-pagination .swiper-pagination-bullet{transition:opacity .3s ease-in-out}body.compensate-for-scrollbar{margin-right:0!important}.fancybox-slide{padding:15px!important}.fancybox-slide--video .fancybox-content{max-width:1300px!important;max-height:731px!important}.fancybox-caption__body{color:#ccd9e8;font-weight:300;font-size:1.25rem}.fancybox-caption__body strong{color:#fff;display:block;font-size:1.5rem}.fancybox-content{border-radius:20px;max-width:600px;padding:20px 40px 20px 20px}.fancybox-content p{color:#333;font-size:1rem;margin:0}[data-flex]{display:-ms-flexbox;display:flex}[data-flex~=justify-center]{-ms-flex-pack:center;justify-content:center}[data-flex~=justify-between]{-ms-flex-pack:justify;justify-content:space-between}[data-flex~=justify-around]{-ms-flex-pack:distribute;justify-content:space-around}[data-flex~=justify-end]{-ms-flex-pack:end;justify-content:flex-end}[data-flex~=justify-start]{-ms-flex-pack:start;justify-content:flex-start}[data-flex~=align-center]{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}[data-flex~=align-start]{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}[data-flex~=align-end]{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}[data-flex~=wrap]{-ms-flex-wrap:wrap;flex-wrap:wrap}[data-flex~=column]{-ms-flex-direction:column;flex-direction:column}[data-flex~=column-reverse]{-ms-flex-direction:column-reverse;flex-direction:column-reverse}[data-text~=right]{text-align:right}[data-text~=left]{text-align:left}[data-custom-description] p:last-child,[data-custom-subtitle],[data-custom-title]{margin:0}[data-custom-title~=banner]{font-size:2.5rem;line-height:1.02em;letter-spacing:-2px;color:#8c4866}@media only screen and (min-width:480px){[data-custom-title~=banner]{font-size:8.3333vw}}@media only screen and (min-width:768px){[data-custom-title~=banner]{font-size:4.6667vw}}@media only screen and (min-width:1600px){[data-custom-title~=banner]{font-size:4.5vw}}@media only screen and (min-width:1920px){[data-custom-title~=banner]{font-size:4.2708vw}}[data-custom-subtitle~=seja-doador][data-custom-subtitle~=alt],[data-custom-title~=banner] strong{color:#46413d}[data-custom-title~=modelo]{color:#8c4866;font-size:2rem;font-weight:600;line-height:1.125em;letter-spacing:-2px;text-align:center;margin:0 0 15px}@media only screen and (min-width:480px){[data-custom-title~=modelo]{font-size:2.25rem;margin:0 0 20px}}@media only screen and (min-width:768px){[data-custom-title~=modelo]{font-size:3rem;text-align:left}}@media only screen and (min-width:1600px){[data-custom-title~=modelo]{font-size:4rem}}[data-custom-description~=banner][data-custom-description~=white] p,[data-custom-title~=modelo][data-custom-title~=white],[data-custom-title~=unidades][data-custom-title~=white],[data-custom-title~=unidades][data-custom-title~=white] strong{color:#fff}[data-custom-title~=acesso-rapido]{font-weight:300;font-style:italic;font-size:1.8rem;line-height:1.02em;color:#fff}@media only screen and (min-width:480px){[data-custom-title~=acesso-rapido]{font-size:2.5rem}}@media only screen and (min-width:1600px){[data-custom-title~=acesso-rapido]{font-size:3.1875rem}}[data-custom-title~=acesso-rapido] strong{font-style:italic;color:#f0eace}[data-custom-title~=acesso-rapido-alt]{margin-top:28px;font-weight:300;font-style:italic;font-size:1.8rem;line-height:1.02em;color:#000}@media only screen and (min-width:480px){[data-custom-title~=acesso-rapido-alt]{font-size:2.5rem}}@media only screen and (min-width:1600px){[data-custom-title~=acesso-rapido-alt]{font-size:3.1875rem}}[data-custom-title~=acesso-rapido-alt] strong{font-style:italic;color:#632551}[data-custom-title~=unidades]{font-weight:300;font-size:3rem;letter-spacing:-2px;line-height:1em;color:#46413d}@media only screen and (min-width:768px){[data-custom-title~=unidades]{font-size:4rem}}@media only screen and (min-width:1600px){[data-custom-title~=unidades]{font-size:5.3125rem}}[data-custom-title~=unidades] strong{font-weight:600;color:#8c4866}[data-custom-title~=unidades][data-custom-title~=sm]{font-size:2rem}@media only screen and (min-width:768px){[data-custom-title~=unidades][data-custom-title~=sm]{font-size:2.7rem}}@media only screen and (min-width:1600px){[data-custom-title~=unidades][data-custom-title~=sm]{font-size:3rem}}[data-custom-title~=section]{font-weight:800;font-size:2.8rem;letter-spacing:-2px;line-height:1em;color:#8c4866}[data-custom-title~=especialidades]{font-weight:600;font-size:3rem;line-height:1em;color:#753651}@media only screen and (min-width:768px){[data-custom-title~=section]{font-size:3rem}[data-custom-title~=especialidades]{font-size:4rem}}@media only screen and (min-width:1600px){[data-custom-title~=especialidades]{font-size:5.3125rem}}[data-custom-title~=especialidades][data-custom-title~=sm]{font-size:1.6rem}@media only screen and (min-width:768px){[data-custom-title~=especialidades][data-custom-title~=sm]{font-size:2.6875rem}}[data-custom-title~=formulario]{font-weight:600;font-size:1.6rem;line-height:1em;color:#753651}@media only screen and (min-width:768px){[data-custom-title~=formulario]{font-size:2.49rem}}[data-custom-title~=formulario][data-custom-title~=sm]{font-size:1.3rem}@media only screen and (min-width:768px){[data-custom-title~=formulario][data-custom-title~=sm]{font-size:1.6rem}}[data-custom-title~=post]{font-weight:600;font-size:2.5rem;line-height:1em;color:#753651}@media only screen and (min-width:768px){[data-custom-title~=post]{font-size:3rem}}@media only screen and (min-width:1600px){[data-custom-title~=post]{font-size:3.5rem}}[data-custom-subtitle~=seja-doador]{font-weight:600;font-size:1.1rem;line-height:1.2em;color:#8c4866}@media only screen and (min-width:480px){[data-custom-subtitle~=seja-doador]{font-size:1.2rem}}@media only screen and (min-width:1600px){[data-custom-subtitle~=seja-doador]{font-size:1.5rem}}[data-custom-description~=banner] p{font-weight:300;font-size:1rem;line-height:1.38em;color:#000}[data-custom-description~=especialidades] p{font-weight:300;font-size:1rem;line-height:1.1em;color:#46413d}@media only screen and (min-width:1200px){.custom-arrow.alt.swiper-button-next:hover,.custom-arrow.alt.swiper-button-prev:hover{background:#753651}[data-custom-description~=especialidades] p{font-size:1.2rem}}@media only screen and (min-width:1600px){[data-custom-description~=especialidades] p{font-size:1.68rem}}[data-custom-description~=especialidades] p strong{color:#753651;font-size:1.11em}[data-custom-button]{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:15px 20px;font-weight:700;font-size:1rem;line-height:1em;transition:background .3s ease-in-out,opacity .3s ease-in-out,border-color .3s ease-in-out}@media only screen and (min-width:1600px){[data-custom-button]{padding:15px 30px}}[data-custom-button][data-custom-button~=full-radius]{border-radius:25px}[data-custom-button][data-custom-button~=radius],[data-custom-button][data-custom-button~=radius]:after,[data-custom-button][data-custom-button~=radius]:before{border-radius:24px 8px}[data-custom-button][data-custom-button~=sm]{padding:10px 20px}[data-custom-button][data-custom-button~=disabled]{pointer-events:none;opacity:.6}[data-custom-button] span{transition:color .3s ease-in-out}[data-custom-button~=border]{border:2px solid #fff;background:0 0;color:#fff}@media only screen and (min-width:1200px){[data-custom-button~=border]:hover{background:#e2ddc6}[data-custom-button~=border]:hover span{color:#46413d}[data-custom-button~=border]:hover .icon img{filter:none}}[data-custom-button~=border] .icon img{filter:brightness(0) invert(1);transition:filter .3s ease-in-out}[data-custom-button~=border][data-custom-button~=burgundy-red]{border-color:#8c4866}[data-custom-button~=border][data-custom-button~=burgundy-red] span{color:#8c4866}[data-custom-button~=border][data-custom-button~=burgundy-red] .icon{filter:invert(32%) sepia(12%) saturate(2262%) hue-rotate(281deg) brightness(96%) contrast(83%);transition:filter .3s ease-in-out}[data-custom-button~=border][data-custom-button~=burgundy-red] .icon img{filter:brightness(0)}@media only screen and (min-width:1200px){[data-custom-button~=border][data-custom-button~=burgundy-red]:hover span{color:#46413d}[data-custom-button~=border][data-custom-button~=burgundy-red]:hover .icon,[data-custom-button~=border][data-custom-button~=burgundy-red]:hover .icon img{filter:none}}[data-custom-button~=solid]{background:#91546e;color:#fff}@media only screen and (min-width:1200px){[data-custom-button~=solid]:hover{background:#f0eace}[data-custom-button~=solid]:hover span{color:#46413d}[data-custom-button~=solid]:hover .icon img{filter:none}}[data-custom-button~=solid] .icon img{filter:brightness(0) invert(1);transition:filter .3s ease-in-out}[data-custom-button~=solid][data-custom-button~=green]{background:#25D366}@media only screen and (min-width:1200px){[data-custom-button~=solid][data-custom-button~=green]:hover{background:#075E54}}[data-custom-button~=solid][data-custom-button~=green] span{color:#fff}[data-custom-button~=solid][data-custom-button~=green] .icon img{filter:brightness(0) invert(1)}[data-custom-button~=solid][data-custom-button~=bege]{background:#f0eace;color:#46413d}@media only screen and (min-width:1200px){[data-custom-button~=solid][data-custom-button~=bege]:hover{background:#91546e}[data-custom-button~=solid][data-custom-button~=bege]:hover span{color:#fff}[data-custom-button~=solid][data-custom-button~=bege]:hover .icon img{filter:brightness(0) invert(1)}}[data-custom-button~=solid][data-custom-button~=bege] .icon img{filter:none}[data-custom-button~=gradient]:after,[data-custom-button~=gradient]:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease-out}[data-custom-button~=gradient]:before{background:#411227;background:linear-gradient(120deg,#411227 0,#954a66 100%)}[data-custom-button~=gradient]:after{opacity:0;background:#e2ddc6}@media only screen and (min-width:1200px){[data-custom-button~=gradient]:hover[aria-label]:before,[data-custom-button~=gradient]:hover[href]:before{opacity:0}[data-custom-button~=gradient]:hover[aria-label]:after,[data-custom-button~=gradient]:hover[href]:after{opacity:1}[data-custom-button~=gradient]:hover[aria-label] span,[data-custom-button~=gradient]:hover[href] span{color:#000}[data-custom-button~=gradient]:hover[aria-label] .icon img,[data-custom-button~=gradient]:hover[href] .icon img{filter:brightness(0)}}[data-custom-button~=gradient][data-custom-button~=white]:before{background:#bab6b0;background:linear-gradient(90deg,#bab6b0 0,#86807b 100%)}[data-custom-button~=gradient][data-custom-button~=white]:after{background:#86807b}[data-custom-button~=gradient][data-custom-button~=white]:hover[aria-label] span,[data-custom-button~=gradient][data-custom-button~=white]:hover[href] span{color:#fff}[data-custom-button~=gradient][data-custom-button~=white]:hover[aria-label] .icon img,[data-custom-button~=gradient][data-custom-button~=white]:hover[href] .icon img{filter:brightness(0) invert(1)}[data-custom-button~=gradient] .icon,[data-custom-button~=gradient] span{position:relative;z-index:2}[data-custom-button~=gradient] span{font-weight:300;color:#fff;transition:color .3s ease-in-out}[data-custom-button~=gradient] .icon img{filter:brightness(0) invert(1);transition:filter .3s ease-in-out}[data-custom-button~=text]{padding:0;font-weight:300;font-size:1rem;line-height:1em;color:#000}.mensagem .item-mensagem,.no-results{font-weight:700;line-height:1.2em;color:#000}[data-custom-button~=text][data-custom-button~=burgundy-red]{color:#8c4866}[data-custom-button~=text][data-custom-button~=burgundy-red] .icon{filter:invert(32%) sepia(12%) saturate(2262%) hue-rotate(281deg) brightness(96%) contrast(83%)}[data-custom-button~=text][data-custom-button~=burgundy-red] .icon img{filter:brightness(0)}[data-custom-button~=text][data-custom-button~=white]{color:#fff}[data-custom-button~=text][data-custom-button~=white] .icon{filter:invert(1)}[data-custom-button~=text][data-custom-button~=white] .icon img{filter:brightness(0)}.abrir-menu-unidades.active img,.header .section-header .logo img,.nav.alt ul li.menu-item-has-children a:after{filter:brightness(0) invert(1)}[data-custom-button~=icon]{gap:15px}[data-custom-button~=icon] .icon{-ms-flex-negative:0;flex-shrink:0}.load,.mensagem{top:0;left:0;-ms-flex-align:center;transition:opacity 350ms ease}@keyframes arrowX{0%,50%{transform:translateX(0)}10%,30%{transform:translateX(-5px)}20%,40%{transform:translateX(5px)}}@keyframes arrowY{0%,50%{transform:translateY(0)}10%,30%{transform:translateY(-5px)}20%,40%{transform:translateY(5px)}}.img-responsive,.interna-especialidades .section-content .left-content img{max-width:100%;display:block;height:auto}.img-contain,.img-cover{display:block;width:100%;height:100%}.img-cover{object-fit:cover}.img-contain{object-fit:contain}.container{position:relative;width:100%;margin:0 auto;padding:0 15px}.container[data-full]{max-width:none;padding:0 15px}@media only screen and (min-width:768px){.container[data-full]{padding:0 40px}.container{max-width:750px}}@media only screen and (min-width:1200px){[data-custom-button~=icon]{gap:20px}[data-custom-button~=icon][data-custom-button~=arrowX][aria-label]:hover .icon,[data-custom-button~=icon][data-custom-button~=arrowX][href]:hover .icon{animation:arrowX 2s infinite}[data-custom-button~=icon][data-custom-button~=arrowY]:hover[aria-label] .icon,[data-custom-button~=icon][data-custom-button~=arrowY]:hover[href] .icon{animation:arrowY 2s infinite}.container[data-full]{padding:0 60px}}@media only screen and (min-width:992px){.container{max-width:970px}}@media only screen and (min-width:1200px){.container{max-width:1170px}}@media only screen and (min-width:1600px){[data-custom-button~=text]{font-size:1.125rem}.container[data-full]{padding:0 100px}.container{max-width:1440px}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:"";padding-top:56.25%}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.load{position:fixed;width:100%;height:100%;background:#753651;z-index:100;display:-ms-flexbox;display:flex;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none}.load.active{opacity:1!important;pointer-events:auto}.load .item-load{display:inline-block;width:64px;height:64px;position:relative}.load .item-load:after{content:" ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border:5px solid #fff;border-color:#fff #fff0;animation:load 1.2s linear infinite}#cookie,.mensagem{display:-ms-flexbox}@keyframes load{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.mensagem{position:fixed;width:100%;height:100%;background:rgb(0 0 0 / .8);z-index:999;display:flex;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;opacity:0}.mensagem.active{opacity:1!important;pointer-events:auto}.mensagem .item-mensagem{border-radius:20px;background:#fff;display:inline-block;font-size:1.25rem;text-align:center;position:relative;max-width:720px;width:100%;padding:30px;margin:0 15px}@media only screen and (min-width:768px){.mensagem .item-mensagem{padding:80px;font-size:1.75rem}}.mensagem .close-mensagem{cursor:pointer;position:absolute;top:15px;right:15px}.mensagem .close-mensagem svg{width:40px;height:40px;fill:#fff}@media only screen and (min-width:1200px){.mensagem .close-mensagem{top:40px;right:40px}.mensagem .close-mensagem svg{width:48px;height:48px}}.no-results{font-size:1.375rem;margin:0}#cookie{width:calc(100% - 30px);max-width:1500px;bottom:20px;left:50%;transform:translate(-50%,0);box-shadow:0 0 1em rgb(0 0 0 / .2);position:fixed;background:#fff;padding:15px;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:10;transition:opacity 350ms ease,transform 350ms ease}@media only screen and (min-width:768px){.no-results{font-size:1.5rem}#cookie{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#cookie.disabled{opacity:0;pointer-events:none;transform:translate(-50%,40px)}#cookie p{margin:0 0 20px;width:100%;color:#000;font-size:14px;font-weight:400;text-align:center}@media only screen and (min-width:768px){#cookie p{text-align:left;margin:0 20px 0 0;width:auto}}.footer .section-header .nav.alt li,.wp-caption{text-align:center}#cookie .buttons{width:100%}@media only screen and (min-width:768px){#cookie .buttons{width:auto}}#cookie .accept{padding:5px 20px;height:47px;color:#fff;background-color:#2271b1;font-size:14px;font-weight:500;text-transform:uppercase;transition:background 350ms ease}.backdrop,.modal{top:0;left:0;width:100%;height:100%}#cookie .accept:nth-child(2){margin-left:10px}@media only screen and (min-width:1025px){#cookie .accept:hover{background:#135e96}}@media only screen and (min-width:768px){#cookie .accept{margin:0;padding:10px 20px;font-size:16px}}.backdrop{position:absolute;background:rgb(0 0 0 / .5)}.open-cadastro{cursor:pointer}.modal{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:fixed;z-index:6;transition:opacity .3s ease-in-out;pointer-events:none}.modal.active{opacity:1!important;pointer-events:all}.menu-unidades,.pagination-custom .page-numbers.current,.pagination-custom .page-numbers.dots{pointer-events:none}.modal.modal-newsletter .modal-content{background:#753651;border-radius:0 25px;padding:15px;max-width:280px}@media only screen and (min-width:480px){.modal.modal-newsletter .modal-content{padding:30px;max-width:440px}}.modal .modal-content{position:relative;z-index:2}.modal .modal-content .modal-header{margin-bottom:15px}.modal .modal-content .modal-header h3,.modal .modal-content .modal-header p{margin:0;color:#fff}.modal .modal-content .modal-header p{font-size:.875rem}.modal .modal-content .content .form-default{gap:15px}.modal .modal-content .content .form-default .box-input input{padding:10px 15px;font-size:1rem;border-radius:8px}.modal .modal-content .content .form-default button{margin-left:auto}.pagination-custom{gap:1px}.pagination-custom .page-numbers{min-width:calc(100% / 22 - 1px);padding:12px 16px;background:#753651;font-size:1rem;line-height:1em;color:#fff;cursor:pointer;text-align:center}.pagination-custom .page-numbers.current{background:#632551}@media only screen and (min-width:1200px){.pagination-custom .page-numbers{transition:background .3s ease-in-out}.pagination-custom .page-numbers[href]:hover{background:#8c4866}}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;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}.header{position:relative;z-index:5;background:#f7f7f7}.header .section-header{position:relative;z-index:6;background:#46413d;padding:12px 0}.header .section-header .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.header .section-header .nav{display:none}@media only screen and (min-width:768px){.header .section-header{z-index:5}.header .section-header .nav{display:block}.header .section-header .open-menu-institucional{display:none}}.header .section-header .open-menu-institucional svg{color:#fff;width:30px;height:auto}.header .left-content:before,.header .right-content .box-top:before{top:0;width:100vw;height:100%;content:''}.header .section-content{display:-ms-flexbox;display:flex}.header .left-content{-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:15px;position:relative;z-index:5;padding:35px 15px 35px 0;border-right:7px solid #753651;background:#fff}@media only screen and (min-width:480px){.header .left-content{padding:53px 25px 53px 0}}@media only screen and (min-width:1600px){.header .container{max-width:1600px}.header .left-content{gap:25px;padding:53px 50px 53px 0}}.header .left-content:before{position:absolute;right:0;background:#fff}.header .left-content .logo{position:relative;z-index:2;max-width:150px}@media only screen and (min-width:480px){.header .left-content .logo{max-width:180px}}@media only screen and (min-width:1200px){.header .left-content .logo{max-width:220px}}.header .left-content .abrir-menu-unidades{position:relative;z-index:2;-ms-flex-negative:0;flex-shrink:0}.header .right-content{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.header .right-content .box-top{display:none}@media only screen and (min-width:480px){.header .right-content .box-top{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;position:relative;z-index:4;gap:15px;padding:9px 0}}.header .right-content .box-top:before{position:absolute;right:-15px;background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-menu-topo.webp) center right no-repeat;background-size:cover;pointer-events:none}@media only screen and (min-width:768px){.header .right-content .box-top:before{right:calc((-100vw + 750px - 30px)/ 2)}}@media only screen and (min-width:992px){.header .right-content .box-top:before{right:calc((-100vw + 970px - 30px)/ 2)}}@media only screen and (min-width:1200px){.header .right-content .box-top:before{right:calc((-100vw + 1170px - 30px)/ 2)}}@media only screen and (min-width:1600px){.header .left-content .logo{max-width:252px}.header .right-content .box-top{gap:23px}.header .right-content .box-top:before{right:calc((-100vw + 1440px)/ 2)}}@media only screen and (min-width:1700px){.header .right-content .box-top:before{right:calc((-100vw + 82.5vw)/ 2)}}.header .right-content .box-top .nav,.header .right-content .box-top .social{position:relative;z-index:2}.header .right-content .box-top nav{display:none}@media only screen and (min-width:1200px){.header .right-content .box-top nav{display:block}}.header .right-content .box-bottom{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-positive:1;flex-grow:1;padding-left:15px}.header .right-content .box-bottom nav{display:none}@media only screen and (min-width:1200px){.header .right-content .box-bottom nav{display:block}}.abrir-menu-unidades{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:100%;background:#e6e6e6;transition:background .3s ease-in-out,transform .3s ease-in-out}@media only screen and (min-width:1200px){.abrir-menu-unidades:hover{background:#632551}.abrir-menu-unidades:hover img{filter:brightness(0) invert(1)}.abrir-menu-unidades img{transition:filter .3s ease-in-out}}@media only screen and (min-width:1600px){.abrir-menu-unidades{width:53px;height:53px}}.abrir-menu-unidades.active{transform:rotateX(180deg);background:#632551}.abrir-menu-unidades img{transform:translateY(25%)}.menu-unidades{gap:10px;position:absolute;top:100%;right:0;width:100%;padding:0;background:#fff;transform:scaleY(0);transform-origin:center top;transition:transform .3s ease-in-out}@media only screen and (min-width:768px){.menu-unidades{width:calc(100% + (100vw - 750px)/ 2)}}@media only screen and (min-width:992px){.menu-unidades{width:calc(100% + (100vw - 970px)/ 2)}}@media only screen and (min-width:1200px){.menu-unidades{width:calc(100% + (100vw - 1170px)/ 2)}}@media only screen and (min-width:1600px){.menu-unidades{width:calc(100% + (100vw - 1600px)/ 3)}}.menu-unidades.active{transform:none;pointer-events:all}.menu-unidades:after,.menu-unidades:before{content:'';position:absolute}.menu-unidades:after{top:-7px;right:-7px;width:7px;height:calc(100% + 7px);background:#753651}.menu-unidades ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;margin:0;padding:0 9px 15px;list-style:none;width:100%;max-height:calc(100vh - 117px);overflow:auto}.menu-unidades ul::-webkit-scrollbar{width:6px}.menu-unidades ul::-webkit-scrollbar-track{background:#fff;border-radius:20px}.menu-unidades ul::-webkit-scrollbar-thumb{background-color:#632551;border-radius:20px;border:6px solid #fff}.menu-unidades ul li{width:100%;position:relative;z-index:2}@media only screen and (min-width:768px){.menu-unidades ul li{width:calc(100% / 2)}}.menu-unidades ul li a{height:100%;padding:15px 10px;border-radius:8px;transition:background .3s ease-in-out}.menu-unidades ul li h3,.menu-unidades ul li p{line-height:1.25em;transition:color .3s ease-in-out;margin:0}@media only screen and (min-width:1200px){.menu-unidades ul li a:hover{background:#753651}.menu-unidades ul li a:hover h3,.menu-unidades ul li a:hover p{color:#fff}}.menu-unidades ul li h3{color:#753651;font-size:.875rem}.menu-unidades ul li p{color:#46413d;font-size:.75rem}.nav.alt ul li:before{background:#632551}.nav.alt ul li a{padding:10px;font-weight:300;font-size:1rem;line-height:1em;color:#fff}@media only screen and (min-width:1600px){.nav.alt ul li a{font-size:1rem}}.nav.mobile ul li.menu-item-has-children>a:after{filter:brightness(0) invert(1);display:none}.nav.mobile ul li.menu-item-has-children .sub-menu{display:block;position:relative;top:unset;left:unset;transform:none;border-top:none;background:0 0}.nav ul,.social{display:-ms-flexbox;-ms-flex-align:center;list-style:none}.nav.mobile ul li.menu-item-has-children .sub-menu li>a{padding-left:15px}.nav.mobile ul li>a{padding-left:0}.nav.mobile ul li a{color:#fff}.nav.top-header ul>li{width:auto}.nav.top-header ul>li.menu-item-has-children>a:after{width:14px;height:9px;background-size:contain}.nav.top-header ul>li.menu-item-has-children .sub-menu{background:#46413d}.nav.top-header ul>li.menu-item-has-children .sub-menu li a{font-size:.7rem}.nav.top-header ul>li a{padding:8px 10px;font-weight:300;font-size:.75rem;letter-spacing:1px;color:rgb(255 255 255 / .4)}.nav ul{margin:0;padding:0;align-items:center;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav ul li{position:relative;width:100%}@media only screen and (min-width:1200px){.nav ul li{width:auto}.nav ul li:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#753651;transform:scaleX(0);opacity:0;pointer-events:none;transition:transform 350ms,opacity 350ms;transform-origin:center left;transition-delay:0s,350ms}.nav ul li:hover:before{transform:scaleX(1);opacity:1;transition-delay:0s,0s}.nav ul li:hover a{color:#fff}}@media only screen and (min-width:768px){.nav ul li.menu-item-has-children:hover>a::after{filter:brightness(0) invert(1);transform:rotateZ(-180deg);transition:transform .3s ease-in-out,filter .3s ease-in-out;transition-delay:0s,150ms}.nav ul li.menu-item-has-children:hover .sub-menu{transform:none;pointer-events:all;transition-delay:.3s}}.nav ul li.menu-item-has-children>a{position:relative}.nav ul li.menu-item-has-children>a:after{content:'';display:inline-block;background:url(/wp-content/themes/iwwa_fjs2023/img/icons/chevron-alt.webp) center top no-repeat;width:16px;height:11px;margin-left:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;transition-delay:0s,0s}.nav ul li.menu-item-has-children .sub-menu{overflow:hidden}@media only screen and (min-width:768px){.nav ul li.menu-item-has-children .sub-menu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute;top:100%;left:0;z-index:3;border-top:1px solid #fff;width:100%;transform:scaleY(0);transform-origin:center top;transition:opacity 350ms,transform 350ms;background:#632551;border-bottom-right-radius:20px}}.nav ul li.menu-item-has-children .sub-menu li{padding:0;width:100%}.nav ul li.menu-item-has-children .sub-menu li:before{background:#8c4866}.nav ul li.menu-item-has-children .sub-menu li a{width:100%;font-weight:400;font-size:.75rem}.nav ul li a{position:relative;z-index:2;color:#46413d;font-size:1rem;padding:5px 15px;font-weight:700;text-transform:uppercase;transition:color .3s ease-in-out}@media only screen and (min-width:1200px){.nav ul li.menu-item-has-children .sub-menu li+li a{border-top:2px solid #8c4866}.nav ul li a{padding:10px}}@media only screen and (min-width:1600px){.nav ul li a{padding:10px 15px}}.social{display:flex;align-items:center;margin:0;padding:0;gap:5px}@media only screen and (min-width:1600px){.social{gap:9px}}.social.alt{gap:10px;margin-right:10px}.social.alt li a,.social.alt li button{width:auto;height:auto;background:0 0;transition:transform .3s ease-in-out}.social.alt li a:hover,.social.alt li button:hover{background:0 0;transform:scale(.95)}.social.alt li img,.social.alt li svg{width:20px}.social li a,.social li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;background:#753651;border-radius:100%}.social li img,.social li svg{width:15px;height:auto;transform:translate(.5px,-1px)}.social li svg{color:#fff}.menu-icon-search{cursor:pointer}@media only screen and (min-width:1200px){.social li a,.social li button{transition:background .3s ease-in-out}.social li a:hover,.social li button:hover{background:#632551}.menu-icon{display:none}}.menu-icon svg{color:#632551;width:48px;height:48px}.menu-search{position:fixed;top:0;right:0;width:100%;height:100%;z-index:100;opacity:0;pointer-events:none;transition:opacity 350ms ease}.menu-search-content,.menu-search-layer{position:absolute;width:100%;left:0;top:0}.menu-search.active{opacity:1;pointer-events:auto}.menu-search.active .menu-search-content{transform:none}.menu-search-layer{height:100%;background-color:rgb(0 0 0 / .7)}.menu-search-content{background:#fff;box-shadow:0 0 5px rgb(0 0 0 / .15);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:117px;overflow-y:auto;overflow-x:hidden;padding:15px 0;transform:translateY(-100%);transition:transform 350ms ease}@media only screen and (min-width:768px){.menu-search-content{height:152px;padding:30px 0}}.menu-search #form-search{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-positive:1;flex-grow:1;margin:0 10px 0 0}.menu-search #form-search .input-text{font-size:1.125rem;font-weight:500;padding:0 10px 0 0}@media only screen and (min-width:480px){.menu-unidades ul{max-height:calc(100vh - 192px)}.menu-search #form-search .input-text{font-size:1.25rem}}.menu-search #form-search .button-submit{color:#753651;-ms-flex-negative:0;flex-shrink:0;padding:0}.menu-search #form-search .button-submit svg{width:28px;height:28px}.menu-search .menu-icon-close{cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.menu-search .menu-icon-close svg{color:#753651;width:48px;height:48px}.menu-mobile,.menu-mobile-institucional{position:fixed;z-index:5;top:0;right:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity 350ms ease}@media only screen and (min-width:1200px){.menu-mobile,.menu-mobile-institucional{display:none}}.active.menu-mobile-institucional,.menu-mobile.active{opacity:1;pointer-events:auto}.active.menu-mobile-institucional .menu-mobile-content,.menu-mobile.active .menu-mobile-content{transform:none}.menu-mobile .menu-institucional-layer,.menu-mobile-institucional .menu-institucional-layer,.menu-mobile-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7)}.menu-mobile-content{padding:30px;background:#753651;position:absolute;top:0;right:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;transform:translateX(100%);transition:transform 350ms ease}.card-unidades-footer ul li a,.footer .section-header .content-simon .simon p a{transition:color .3s ease-in-out}@media only screen and (min-width:480px){.menu-mobile-content{width:320px}}.menu-mobile-content .social li a{margin-top:20px;background:#46413d}.menu-mobile .menu-icon-close,.menu-mobile .menu-institucional-close,.menu-mobile-institucional .menu-icon-close,.menu-mobile-institucional .menu-institucional-close{margin-bottom:20px}.menu-mobile .menu-icon-close svg,.menu-mobile .menu-institucional-close svg,.menu-mobile-institucional .menu-icon-close svg,.menu-mobile-institucional .menu-institucional-close svg{margin:0 0 0 auto;color:#fff;width:40px;height:40px}.menu-mobile-institucional .menu-mobile-content{background:#46413d}.menu-mobile-institucional .menu-mobile-content .nav{display:block}.menu-mobile-institucional .menu-mobile-content .social li a{background:#753651}.footer{position:relative;padding-top:37px;width:100%;background:#181d1a;background:linear-gradient(120deg,#181d1a 0,#46413d 100%)}.footer:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-footer.webp) center top no-repeat;background-size:cover;mix-blend-mode:color-burn;pointer-events:none}.footer>.container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.footer .section-header{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:25px;width:100%;margin-bottom:20px}@media only screen and (max-width:767px){.footer .section-header .content-simon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:25px}}.footer .section-header .content-simon .simon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;left:0}@media only screen and (min-width:768px){.menu-search #form-search .input-text{font-size:1.375rem}.footer .section-header .content-simon .simon{position:absolute}}.footer .section-header .content-simon .simon img{margin-right:15px}.footer .section-header .content-simon .simon p{font-weight:500;font-size:.8125rem;color:#fff}.footer .section-header .content-simon .simon p a:hover,.footer .section-header .content-simon .simon p b{color:#f0eace}@media only screen and (min-width:1200px){.footer .section-header{margin-bottom:50px}.footer .section-header .nav.alt li{text-align:left}}.footer .section-header .nav.alt a{font-size:.875rem}.footer .section-header .nav.alt a ul{-ms-flex-pack:center;justify-content:center}.footer .section-header .nav.alt a ul .sub-menu{display:none}.footer .section-content{position:relative;width:100%;padding-top:25px;margin-bottom:30px}@media only screen and (min-width:768px){.footer .section-content{padding-top:50px;margin-bottom:60px}}.footer .section-content:before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:#181d1a;background:linear-gradient(90deg,#fff0 0,#3e3e39 10%,#403f3a 90%,#fff0 100%);pointer-events:none}.footer .section-footer{position:relative;background:#302f2b;padding:30px 0}.footer .section-footer .box-footer-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.footer .section-footer .box-footer-content p{margin:0 0 10px;text-transform:uppercase;text-align:center;font-weight:300;font-size:.75rem;line-height:1em;color:#fff}@media only screen and (min-width:480px){.footer .section-footer .box-footer-content{-ms-flex-direction:row;flex-direction:row}.footer .section-footer .box-footer-content p{margin:0;text-align:left}}.footer .section-footer .box-footer-content .logo-iwwa{-ms-flex-negative:0;flex-shrink:0}.list-unidades{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;grid-gap:20px}@media only screen and (min-width:480px){.list-unidades{grid-gap:40px}.list-unidades .card-unidades-footer{width:calc(50% - 32px)}}@media only screen and (min-width:768px){.list-unidades .card-unidades-footer{width:calc(33% - 32px)}}@media only screen and (min-width:992px){.list-unidades .card-unidades-footer{width:calc(25% - 32px)}}@media only screen and (min-width:1200px){.list-unidades .card-unidades-footer{width:calc(20% - 32px)}}.card-unidades-footer h3{margin:0 0 10px;font-weight:600;font-size:1rem;line-height:1em;color:#fff;text-align:center}.card-unidades-footer ul{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none;gap:10px}@media only screen and (min-width:480px){.card-unidades-footer h3{text-align:left}.card-unidades-footer ul{-ms-flex-align:stretch;align-items:stretch}}.card-unidades-footer ul li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:10px;text-align:center}@media only screen and (min-width:480px){.card-unidades-footer ul li{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;text-align:left}}.card-unidades-footer ul li ul{gap:5px}.card-unidades-footer ul li .icon{-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.card-unidades-footer ul li a{font-weight:500;font-size:.8125rem;color:#fff}@media only screen and (min-width:1200px){.card-unidades-footer ul li a:hover{color:#f0eace}}.section-default{padding:15px;min-height:calc(100vh - 252px);background-color:#ccc}.section-banner-general{background-color:#dbdbdb;position:relative}.section-banner-general .container{z-index:4;text-align:center;padding:60px 15px}@media only screen and (min-width:1600px){.list-unidades{grid-gap:60px}.list-unidades .card-unidades-footer{width:calc(20% - 48px)}.section-banner-general .container{max-width:1600px}.section-banner-general.section-banner-archive [data-custom-description] p{font-size:1.875rem}}.section-banner-general .image{display:block;position:absolute;left:50%;top:0;max-width:1920px;width:100%;height:100%;transform:translateX(-50%)}.section-banner-general .image img{position:relative;z-index:2;opacity:.25;filter:grayscale(100%)}.section-banner-general .box-title-banner{margin:0 auto}@media only screen and (min-width:768px){.section-banner-general .box-title-banner{max-width:600px}}@media only screen and (min-width:992px){.section-banner-general .container{padding:90px 15px}.section-banner-general .box-title-banner{max-width:1060px}}.section-banner-general .box-title-banner .text{margin:15px 0 0}@media only screen and (min-width:480px){.section-default{min-height:calc(100vh - 221px)}.section-banner-general .box-title-banner .text{margin:30px 0 0}}.section-banner-general:not(.section-banner-bg-general){background-color:#fff}.section-banner-general:not(.section-banner-bg-general) .image:before{content:"";background:#dbdbdb;background:linear-gradient(90deg,#fff0 0,#fff0 50%,#8d4967 100%);position:absolute;pointer-events:none;z-index:3;left:0;top:0;width:100%;height:100%;opacity:.5;mix-blend-mode:color-burn}.section-banner-general:not(.section-banner-bg-general) .image:after{content:"";background-color:#dbdbdb;position:absolute;pointer-events:none;z-index:2;left:0;top:0;width:100%;height:100%;mix-blend-mode:hard-light}.section-banner-general.section-banner-archive [data-custom-description]{padding:0 45px}.section-banner-general.section-banner-archive [data-custom-description] p{color:#46413d}.section-breadcrumbs-model{background-color:#f1f1f1;text-align:center;padding:40px 0}.section-breadcrumbs-model .breadcrumbs{margin:0 0 10px}@media only screen and (min-width:1200px){.section-breadcrumbs-model .breadcrumbs{margin:0 200px 10px 0}}.section-breadcrumbs-model .breadcrumbs a{color:#753651;font-size:1rem;transition:color .3s}.section-breadcrumbs-model .breadcrumbs a:not(:last-child) span{text-decoration:underline}.section-breadcrumbs-model .breadcrumbs a:not(:last-child)::after{content:"/";color:#753651;font-size:1rem;margin:0 3px 0 6px}.section-breadcrumbs-model .breadcrumbs a.active{color:#333;font-weight:700}@media only screen and (min-width:1025px){.section-breadcrumbs-model .breadcrumbs a[href]:hover{color:#333}}.section-breadcrumbs-model .title h1{color:#333;font-size:2rem;font-weight:700;line-height:1.1em;margin:0}@media only screen and (min-width:480px){.section-breadcrumbs-model .title h1{font-size:2.5rem}}.wpp-hsa{position:fixed;z-index:9999999;right:20px;bottom:20px;display:none}.wpp-hsa img{width:250px}.page-centro-medico .wpp-hsa,.page-estrutura .wpp-hsa,.page-exames-e-procedimentos .wpp-hsa,.page-hospital-santo-amaro .wpp-hsa,.page-ibr .wpp-hsa,.page-laboratorio-jose-silveira .wpp-hsa,.page-maternidade .wpp-hsa{display:block!important}.home .footer{margin-top:70px}@media only screen and (min-width:1200px){.home .footer{margin-top:149px}.card-main-banner[href]:hover[data-custom-button~=arrowX]:hover .icon{animation:arrowX 2s infinite}.card-main-banner[href]:hover[data-custom-button~=arrowY]:hover .icon{animation:arrowY 2s infinite}}.home .card-main-banner .box-text [data-custom-title]{max-width:570px}.main-banner{margin-bottom:50px}@media only screen and (min-width:768px){.section-breadcrumbs-model{text-align:left}.section-breadcrumbs-model .title h1{font-size:3rem}.main-banner{margin-bottom:100px}}.main-banner:has(+.acesso-rapido),.main-banner:has(+.seja-doador){margin-bottom:0}.main-banner+.acesso-rapido{position:relative;z-index:2;margin-top:20px}@media only screen and (min-width:768px){.main-banner+.acesso-rapido{margin-top:50px}.slide-main-banner .swiper-wrapper{height:100%!important;-ms-flex-align:stretch;align-items:stretch}}@media only screen and (min-width:1400px){.main-banner+.acesso-rapido{margin-top:-60px}}.card-main-banner .box-text [data-custom-description]+[data-custom-button],.card-main-banner .box-text [data-custom-title]+[data-custom-button],.card-main-banner .box-text [data-custom-title]+[data-custom-description]{margin-top:20px}.slide-main-banner{background:#f7f7f7}@media only screen and (max-width:767px){.slide-main-banner .swiper-slide{height:auto}}.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner .box-img:before{transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,128%,0)}.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner .box-img img,.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-button],.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-description],.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-title]{opacity:1}.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-button],.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-description],.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-title]{transition-delay:1s}.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner .box-img img{transition-delay:.5s}.slide-main-banner .swiper-slide .card-main-banner .box-img img,.slide-main-banner .swiper-slide .card-main-banner [data-custom-button],.slide-main-banner .swiper-slide .card-main-banner [data-custom-description],.slide-main-banner .swiper-slide .card-main-banner [data-custom-title]{opacity:0;transition:opacity .3s ease-in-out}.slide-main-banner .swiper-pagination .swiper-pagination-bullet{background:#753651}.slide-main-banner .box-arrow{display:none}@media only screen and (min-width:768px){.slide-main-banner .swiper-pagination{display:none}.slide-main-banner .box-arrow{display:-ms-flexbox;display:flex;position:absolute;z-index:2;opacity:1}.slide-main-banner .box-arrow.left{top:50%;left:1%}.slide-main-banner .box-arrow.left .swiper-button-prev{left:7%}.slide-main-banner .box-arrow.right{top:50%;right:1%}.slide-main-banner .box-arrow.right .swiper-button-next{right:7%}}.card-main-banner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:768px){.card-main-banner{-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%}}.card-main-banner .banner-full{-ms-flex-positive:1;flex-grow:1}.card-main-banner .box-img{position:relative;width:100%;overflow:hidden;max-height:710px}@media only screen and (min-width:768px){.card-main-banner .box-img{-ms-flex-negative:0;flex-shrink:0;width:55%}}@media only screen and (min-width:1930px){.card-main-banner .box-img{max-height:unset}}.card-main-banner .box-img:before{content:'';position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgb(117 54 81 / .8);transition:transform 1.5s ease-in-out;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-128%,0);pointer-events:none}.card-main-banner .box-text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;padding:25px 15px 50px;-ms-flex-pack:center;justify-content:center}.card-main-banner .box-text .bg,.card-main-banner .box-text:before{position:absolute;z-index:2;height:100%;top:0;content:'';pointer-events:none}@media only screen and (min-width:768px){.card-main-banner .box-text{-ms-flex-align:stretch;align-items:stretch;padding:3.2vw 6.5vw 9.11vw 0}}@media only screen and (min-width:992px){.card-main-banner .box-text{padding:2.5vw 5vw 5vw 0}}@media only screen and (min-width:1200px){.card-main-banner .box-text{padding:2vw 4.1vw 4.1vw 0}}.card-main-banner .box-text:before{right:10px;width:100%;background:#b9b6af}@media only screen and (min-width:768px){.card-main-banner .box-text:before{width:calc(100% + 14.5vw);-webkit-mask-image:url(/wp-content/themes/iwwa_fjs2023/img/icons/mask-banner.webp);mask-image:url(/wp-content/themes/iwwa_fjs2023/img/icons/mask-banner.webp);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center left;mask-position:center left}}@media only screen and (min-width:992px){.card-main-banner .box-text:before{width:calc(100% + 12.5vw)}}@media only screen and (min-width:1200px){.card-main-banner .box-text:before{width:calc(100% + 13vw)}}.card-main-banner .box-text .bg{right:0;width:100%}@media only screen and (min-width:768px){.card-main-banner .box-text .bg{width:calc(100% + 14.5vw);-webkit-mask-image:url(/wp-content/themes/iwwa_fjs2023/img/icons/mask-banner.webp);mask-image:url(/wp-content/themes/iwwa_fjs2023/img/icons/mask-banner.webp);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center left;mask-position:center left}}@media only screen and (min-width:992px){.card-main-banner .box-text .bg{width:calc(100% + 12.5vw)}}.card-main-banner .box-text .bg img{object-position:center right}.card-main-banner .box-text .box-text-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.card-main-banner .box-text [data-custom-button],.card-main-banner .box-text [data-custom-description],.card-main-banner .box-text [data-custom-title]{position:relative;z-index:3;text-align:center}.card-main-banner .box-text [data-custom-title]{max-width:600px}.card-main-banner .box-text [data-custom-description]{max-width:400px}.acesso-rapido,.acesso-rapido-alt{margin-bottom:45px}@media only screen and (min-width:1200px){.card-main-banner .box-text .bg{width:calc(100% + 13vw)}.acesso-rapido,.acesso-rapido-alt{margin-bottom:90px}}@media only screen and (min-width:768px){.card-main-banner .box-text .box-text-info{-ms-flex-align:start;align-items:flex-start}.card-main-banner .box-text [data-custom-button],.card-main-banner .box-text [data-custom-description],.card-main-banner .box-text [data-custom-title]{text-align:left}.acesso-rapido .container,.acesso-rapido-alt .container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1600px){.card-main-banner .box-text{padding:1.5vw 3.12vw 3.12vw 0}.card-main-banner .box-text [data-custom-description]+[data-custom-button]{margin-top:35px}.acesso-rapido .container,.acesso-rapido-alt .container{max-width:1600px}}.acesso-rapido .section-content,.acesso-rapido-alt .section-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;border-radius:0 20px;overflow:hidden}@media only screen and (min-width:768px){.acesso-rapido .section-content,.acesso-rapido-alt .section-content{border-radius:0 41px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.acesso-rapido .section-content .box-title,.acesso-rapido-alt .section-content .box-title{max-width:220px}}.acesso-rapido .section-content .box-title,.acesso-rapido-alt .section-content .box-title{-ms-flex-negative:0;flex-shrink:0;width:100%}@media only screen and (min-width:1600px){.acesso-rapido .section-content .box-title,.acesso-rapido-alt .section-content .box-title{max-width:290px}}@media only screen and (min-width:768px){.acesso-rapido .section-content .box-title [data-custom-title],.acesso-rapido-alt .section-content .box-title [data-custom-title]{max-width:140px}}@media only screen and (min-width:1600px){.acesso-rapido .section-content .box-title [data-custom-title],.acesso-rapido-alt .section-content .box-title [data-custom-title]{max-width:180px}}.acesso-rapido .section-content .slide-acesso-rapido,.acesso-rapido .section-content .slide-especialidades,.acesso-rapido-alt .section-content .slide-acesso-rapido,.acesso-rapido-alt .section-content .slide-especialidades{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-positive:1;flex-grow:1;width:100%}@media only screen and (min-width:768px){.acesso-rapido .section-content .slide-acesso-rapido,.acesso-rapido .section-content .slide-especialidades,.acesso-rapido-alt .section-content .slide-acesso-rapido,.acesso-rapido-alt .section-content .slide-especialidades{width:70%}}@media only screen and (min-width:992px){.acesso-rapido .section-content .slide-acesso-rapido,.acesso-rapido .section-content .slide-especialidades,.acesso-rapido-alt .section-content .slide-acesso-rapido,.acesso-rapido-alt .section-content .slide-especialidades{width:77%}}@media only screen and (min-width:1200px){.acesso-rapido .section-content .slide-acesso-rapido,.acesso-rapido .section-content .slide-especialidades,.acesso-rapido-alt .section-content .slide-acesso-rapido,.acesso-rapido-alt .section-content .slide-especialidades{width:81%}.slide-acesso-rapido .swiper-slide a[href]:hover:before,.slide-especialidades .swiper-slide a[href]:hover:before{opacity:1}.slide-acesso-rapido .swiper-slide a[href]:hover .extra-links,.slide-especialidades .swiper-slide a[href]:hover .extra-links{transform:none}}.box-title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:20px 15px;background:linear-gradient(120deg,#d2ad9f 0,#964a66 100%);border-right:8px solid #753651;border-top-right-radius:20px}@media only screen and (min-width:768px){.box-title{border-top-right-radius:41px;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;padding:30px}}@media only screen and (min-width:1700px){.box-title{padding:49px 59px}}.box-title:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-acesso-rapido.webp) center bottom no-repeat;background-size:cover;mix-blend-mode:color-burn}.box-title .icon,.box-title [data-custom-title]{position:relative;z-index:3}.box-title .icon{margin-right:15px;max-width:40px}@media only screen and (min-width:480px){.box-title .icon{max-width:unset}}.box-title .box-arrow{margin-top:20px}.slide-acesso-rapido .swiper,.slide-especialidades .swiper{padding:20px 15px;width:100%}@media only screen and (min-width:768px){.box-title .icon{margin-right:0;margin-bottom:12px}.slide-acesso-rapido .swiper,.slide-especialidades .swiper{padding:28px 30px}}.slide-acesso-rapido .swiper-slide,.slide-especialidades .swiper-slide{position:relative;-ms-flex-negative:0;flex-shrink:0;width:190px;height:auto}@media only screen and (min-width:1600px){.slide-acesso-rapido .swiper-slide,.slide-especialidades .swiper-slide{width:210px}}.slide-acesso-rapido .swiper-slide a,.slide-especialidades .swiper-slide a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;height:100%;position:relative;border-top-left-radius:20px;overflow:hidden;padding:25px;background:#632551;background:linear-gradient(0deg,#fff0 0,#deded9 100%)}.slide-acesso-rapido .swiper-slide a:before,.slide-especialidades .swiper-slide a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:linear-gradient(0deg,#fff0 0,#F0EACE 100%);transition:opacity .3s ease-in-out}.slide-acesso-rapido .swiper-slide a .icon,.slide-acesso-rapido .swiper-slide a button,.slide-acesso-rapido .swiper-slide a h3,.slide-especialidades .swiper-slide a .icon,.slide-especialidades .swiper-slide a button,.slide-especialidades .swiper-slide a h3{position:relative;z-index:3}.slide-acesso-rapido .swiper-slide a>.icon,.slide-especialidades .swiper-slide a>.icon{margin-bottom:8px}.slide-acesso-rapido .swiper-slide a>.icon:has(svg),.slide-especialidades .swiper-slide a>.icon:has(svg){width:60px;height:60px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;background:#d2ad9f;background:linear-gradient(120deg,#d2ad9f 0,#964a66 100%)}.slide-acesso-rapido .swiper-slide a>.icon:has(svg) svg,.slide-especialidades .swiper-slide a>.icon:has(svg) svg{opacity:0}.slide-acesso-rapido .swiper-slide a h3,.slide-especialidades .swiper-slide a h3{margin:0 0 15px;text-transform:uppercase;font-weight:600;font-size:1rem;line-height:1.25em}@media only screen and (min-width:768px){.slide-acesso-rapido .swiper-slide a,.slide-especialidades .swiper-slide a{border-top-left-radius:40px}.slide-acesso-rapido .swiper-slide a h3,.slide-especialidades .swiper-slide a h3{margin:0 0 30px}}.slide-acesso-rapido .swiper-slide a h3 strong,.slide-especialidades .swiper-slide a h3 strong{color:#753651}.slide-acesso-rapido .swiper-slide a [data-custom-button],.slide-especialidades .swiper-slide a [data-custom-button]{margin-top:auto;-ms-flex-align:center;align-items:center;font-size:1rem;gap:10px}.slide-acesso-rapido .swiper-slide .extra-links,.slide-especialidades .swiper-slide .extra-links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:3;bottom:0;left:0;padding:0;margin:0;width:100%;transform:scaleX(0);transition:transform .3s ease-in-out;transform-origin:center left}.slide-acesso-rapido .swiper-slide .extra-links a,.slide-especialidades .swiper-slide .extra-links a{display:block;height:auto;padding:8px 15px;border-top-left-radius:0;background:#8c4866;font-size:.875rem;line-height:1.25em;color:#fff;transition:background .3s ease-in-out}.slide-acesso-rapido .swiper-slide .extra-links a+a,.slide-especialidades .swiper-slide .extra-links a+a{border-left:1px solid #fff}.slide-acesso-rapido .swiper-slide .extra-links a:first-child,.slide-especialidades .swiper-slide .extra-links a:first-child{border-top-left-radius:15px;margin-left:1px}.slide-acesso-rapido .swiper-slide .extra-links a:before,.slide-especialidades .swiper-slide .extra-links a:before{display:none}.slide-acesso-rapido .box-arrow,.slide-especialidades .box-arrow{-ms-flex-pack:center;justify-content:center;padding-bottom:20px}@media only screen and (min-width:768px){.slide-acesso-rapido .box-arrow,.slide-especialidades .box-arrow{padding-bottom:28px}}.unidades{margin-bottom:50px}.unidades+.seja-doador{padding-top:50px}.unidades .section-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.unidades .section-content .left-content{position:relative;width:100%;text-align:center}@media only screen and (min-width:1200px){.slide-acesso-rapido .swiper-slide .extra-links a:hover,.slide-especialidades .swiper-slide .extra-links a:hover{background:#753651}.unidades{margin-bottom:0}.unidades.alt-margin{margin-bottom:50px}.unidades+.seja-doador{padding-top:90px}.unidades .section-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.unidades .section-content .left-content{max-width:25%;-ms-flex-negative:0;flex-shrink:0;text-align:left}.unidades .section-content .left-content:before{content:'';position:absolute;left:-15px;bottom:-90px;width:52vw;height:90px;background:#fff;border-bottom:9px solid #f0eace;border-bottom-right-radius:70px}}@media only screen and (min-width:1200px) and (min-width:768px){.unidades .section-content .left-content:before{left:calc((-100vw + 750px)/ 2)}}@media only screen and (min-width:1200px) and (min-width:992px){.unidades .section-content .left-content:before{left:calc((-100vw + 970px - 30px)/ 2)}}@media only screen and (min-width:1200px) and (min-width:1200px){.unidades .section-content .left-content:before{left:calc((-100vw + 1170px - 30px)/ 2)}}@media only screen and (min-width:1200px) and (min-width:1600px){.unidades .section-content .left-content:before{left:calc((-100vw + 1440px - 30px)/ 2)}}@media only screen and (min-width:1600px){.unidades .section-content{gap:55px}.unidades .section-content .left-content{max-width:400px}}.unidades .section-content .left-content [data-custom-title]{margin-bottom:10px}.unidades .section-content .left-content [data-custom-description]{max-width:570px;margin:0 auto}.unidades .section-content .right-content{position:relative;width:100%}@media only screen and (min-width:1200px){.unidades .section-content .right-content{-ms-flex-positive:1;flex-grow:1;width:70%;padding:0 15px 0 40px}.unidades .section-content .right-content:before{content:'';position:absolute;width:100vw;height:100%;top:18px;left:0;background:#eeedec;border-left:10px solid #753651;border-bottom-left-radius:100px}.card-unidades:hover .box-img img{transform:scale(1.05)}.card-unidades:hover .box-text [data-custom-button]{background:#e2ddc6;border-color:#e2ddc6}.card-unidades:hover .box-text [data-custom-button] span{color:#46413d}.card-unidades:hover .box-text [data-custom-button] .icon{animation:arrowX 2s infinite}.card-unidades:hover .box-text [data-custom-button] .icon img{filter:none}}@media only screen and (min-width:1200px) and (min-width:1600px){.unidades .section-content .right-content:before{border-bottom-left-radius:200px}}@media only screen and (min-width:1600px){.unidades .section-content .left-content [data-custom-description]{max-width:unset;margin:initial}.unidades .section-content .right-content{padding:0 0 30px 85px}}@media only screen and (min-width:1700px){.unidades .section-content .right-content{width:78%}}.unidades .section-content .right-content .box-arrow{-ms-flex-pack:center;justify-content:center}.slide-unidades .swiper{margin-bottom:15px}.slide-unidades .swiper-slide{height:auto}.slide-unidades .swiper-slide a{height:100%}.slide-unidades .swiper-slide a .box-img img{width:revert-layer}.card-unidades{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;overflow:hidden}.card-unidades .box-img{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;overflow:hidden;background:#fff}.card-unidades .box-img img{height:210px;object-position:center top;transition:transform .3s ease-in-out}.card-livro .box-img img,.card-publicacoes .box-img img{aspect-ratio:9/12.5;object-fit:cover;object-position:right}.card-unidades .box-text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:20px;background:#8c4866;text-align:center}@media only screen and (min-width:480px){.card-unidades .box-img img{height:156px}.card-unidades .box-text{-ms-flex-align:start;align-items:flex-start;text-align:left}}.card-unidades .box-text h3,.card-unidades .box-text p{color:#e5e0c8}.card-unidades .box-text h3{margin:0 0 10px;font-weight:600;font-size:1.25rem;line-height:1em}.card-unidades .box-text p{margin:0 0 20px;font-weight:300;font-size:.875rem;line-height:1.5em}.card-unidades .box-text [data-custom-button]{margin-top:auto}.seja-doador{background:#f3f2f2}.seja-doador .section-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.seja-doador .section-content .left-content{position:relative;max-width:570px;margin-bottom:30px}@media only screen and (min-width:1200px){.seja-doador .section-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.seja-doador .section-content .left-content{-ms-flex-negative:0;flex-shrink:0;width:50vw;max-width:unset;margin-bottom:0;margin-left:calc((-100vw + 1170px - 30px)/ 2)}}@media only screen and (min-width:1600px){.card-unidades .box-text{padding:25px 30px}.seja-doador .section-content .left-content{margin-left:calc((-100vw + 1440px - 30px)/ 2);max-height:854px}}.seja-doador .section-content .left-content:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#00d4ff;background:linear-gradient(90deg,#fff0 95%,#f3f2f2 100%)}.seja-doador .section-content .right-content{-ms-flex-positive:1;flex-grow:1;padding-top:30px;text-align:center}.seja-doador .section-content .right-content .box-icon-title{margin-bottom:5px;max-width:80px}@media only screen and (min-width:1600px){.seja-doador .section-content .right-content .box-icon-title{max-width:unset}}.seja-doador .section-content .right-content .box-doador .box-right,.seja-doador .section-content .right-content .box-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.seja-doador .section-content .right-content [data-custom-title]{margin-bottom:20px;max-width:500px}@media only screen and (min-width:1200px){.seja-doador .section-content .right-content{text-align:left}.seja-doador .section-content .right-content .box-doador .box-right,.seja-doador .section-content .right-content .box-header{-ms-flex-align:stretch;align-items:stretch}.seja-doador .section-content .right-content [data-custom-title]{max-width:unset}}.seja-doador .section-content .right-content [data-custom-subtitle]{margin-bottom:15px;max-width:380px}.seja-doador .section-content .right-content [data-custom-description]{margin-bottom:25px;max-width:600px}.seja-doador .section-content .right-content .list-buttons{margin-bottom:30px}.seja-doador .section-content .right-content .box-doador{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:20px;padding:20px;border-top-right-radius:35px;width:100%;box-shadow:0 -40px 40px 0 rgb(185 182 175 / .4);background:#fff}.seja-doador .section-content .right-content .box-doador:has(.box-left){padding:0 20px 20px}@media only screen and (min-width:1200px){.seja-doador .section-content .right-content [data-custom-description]{max-width:unset}.seja-doador .section-content .right-content .box-doador:has(.box-left){padding:0 40px 20px 0}.seja-doador .section-content .right-content .box-doador{-ms-flex-direction:row;flex-direction:row;padding:20px 40px 20px 20px;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:1600px){.seja-doador .section-content .right-content .list-buttons{margin-bottom:40px}.seja-doador .section-content .right-content .box-doador{padding:0 80px 35px 0;width:calc(100% + 50px);gap:37px;border-top-right-radius:77px}}@media only screen and (min-width:1700px){.seja-doador .section-content .right-content .box-doador{width:calc(100% + 100px)}}.list-sobre li,.sobre .bg{width:100%}.seja-doador .section-content .right-content .box-doador .box-left{-ms-flex-negative:0;flex-shrink:0;padding:20px 25px 20px 20px;background:#f0eace;border-bottom-right-radius:20px;border-bottom-left-radius:20px}@media only screen and (min-width:1200px){.seja-doador .section-content .right-content .box-doador .box-left{border-bottom-left-radius:0;border-bottom-right-radius:35px}}.seja-doador .section-content .right-content .box-doador .box-left img{max-width:55px}@media only screen and (min-width:1600px){.seja-doador .section-content .right-content .box-doador .box-left{padding:23px 50px 27px 38px;border-bottom-right-radius:77px}.seja-doador .section-content .right-content .box-doador .box-left img{max-width:unset}}@media only screen and (min-width:1200px){.seja-doador .section-content .right-content .box-doador .box-right{padding-top:20px}}@media only screen and (min-width:1600px){.seja-doador .section-content .right-content .box-doador .box-right{padding-top:45px}}.seja-doador .section-content .right-content .box-doador .box-right [data-custom-description]{margin-bottom:0}.list-buttons{margin:0;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:15px}.sobre{position:relative;padding:10px 0 40px}@media only screen and (min-width:480px){.sobre{padding:20px 0}.list-sobre li{width:calc(100% / 2 - 15px)}}@media only screen and (min-width:1600px){.list-buttons{-ms-flex-pack:start;justify-content:flex-start;gap:27px}.sobre{padding:47px 0}}.sobre .bg{position:absolute;top:0;left:0;height:100%;background:#d0aa9d;background:linear-gradient(120deg,#d0aa9d 0,#964a66 50%)}.sobre .bg img{mix-blend-mode:multiply}.sobre .section-content{position:relative;z-index:2}.list-sobre{padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin:0 0 20px}@media only screen and (min-width:1200px){.list-sobre{gap:40px}}@media only screen and (min-width:992px){.list-sobre li{width:calc(100% / 4 - 15px)}}@media only screen and (min-width:1200px){.list-sobre li{width:calc(100% / 4 - 30px)}}@media only screen and (min-width:1600px){.list-sobre{gap:80px;margin:0 0 30px}.list-sobre li{width:calc(100% / 4 - 60px)}}.list-sobre li h2,.list-sobre li p{color:#fff;text-align:center}.list-sobre li h2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:0 0 10px;font-weight:300;font-size:1.3rem;line-height:1.25em}@media only screen and (min-width:1600px){.list-sobre li h2{font-size:1.75rem}}.list-sobre li h2 strong{font-weight:900;font-size:4.46em;line-height:1.3em}.list-sobre li p{margin:0;font-weight:300;font-size:1rem;line-height:1.5em}@media only screen and (min-width:1200px){.list-sobre li p{font-size:1.1rem}}.noticias{padding:65px 0 50px;background:#f3f3f2}.noticias .section-content,.noticias .section-header{margin-bottom:25px}@media only screen and (min-width:768px){.noticias .section-content,.noticias .section-header{margin-bottom:50px}}.noticias .section-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.noticias .section-header [data-custom-title]{text-align:center}.noticias .section-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.noticias .section-content article{width:100%}@media only screen and (min-width:480px){.noticias .section-content article{width:calc(100% / 2 - 15px)}}@media only screen and (min-width:992px){.noticias .section-content article{width:calc(100% / 3 - 15px)}}@media only screen and (min-width:1200px){.noticias .section-content article{width:calc(100% / 4 - 15px)}}@media only screen and (min-width:1600px){.list-sobre li p{font-size:1.375rem}.noticias{padding:65px 0 100px}.noticias .container{max-width:1600px}.noticias .section-content{gap:38px}.noticias .section-content article{width:calc(100% / 4 - 28.5px)}}.icon-title{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}.icon-title:after,.icon-title:before{content:'';position:absolute;top:50%;width:33%;height:2px;transform:translateY(-50%);pointer-events:none}@media only screen and (min-width:768px){.icon-title:after,.icon-title:before{width:45%}}.icon-title::before{right:calc(50% + 50px);background:#964a66;background:linear-gradient(90deg,#fff0 0,#8e4b68 30%)}.icon-title:after{left:calc(50% + 50px);background:#8e4b68;background:linear-gradient(90deg,#8e4b68 70%,#fff0 100%)}.card-noticias{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:23px;overflow:hidden;border:1px solid #e0e0e0}@media only screen and (min-width:1200px){.icon-title:after,.icon-title:before{width:50%}.card-noticias:hover .box-img img{transform:scale(1.05)}.card-noticias:hover .box-text h3{color:#8c4866}}.card-noticias:not(:has(.box-img)) .box-text{padding:35px;-ms-flex-align:center;align-items:center}@media only screen and (min-width:480px){.card-noticias:not(:has(.box-img)) .box-text{-ms-flex-align:start;align-items:flex-start}}.card-noticias:not(:has(.box-img)) .box-text time{position:relative;top:unset;left:unset;transform:none;margin-bottom:20px;border-radius:0 17px}@media only screen and (min-width:1600px){.card-noticias:not(:has(.box-img)) .box-text time{padding:14px 25px}}.card-noticias:not(:has(.box-img)) .box-text h3{margin-bottom:20px}.card-noticias:not(:has(.box-img)) .box-text a{padding:0}.card-noticias .box-img{overflow:hidden;max-height:258px}.card-noticias .box-img img{transition:transform .3s ease-in-out;min-height:410px}.card-noticias .box-text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;background:#fff;text-align:center}.card-noticias .box-text time{position:absolute;top:0;left:0;padding:10px 20px;border-radius:0 17px 17px 0;text-transform:uppercase;transform:translateY(-50%);background:#8c4866;font-size:.75rem;line-height:1em;color:#fff}@media only screen and (min-width:1600px){.card-noticias .box-text time{font-size:.875rem;padding:14px 25px 14px 35px}}.card-noticias .box-text h3{margin:0;font-weight:400;font-size:1rem;line-height:1.45em;color:#45403c;transition:color .3s ease-in-out}.card-noticias .box-text h3 a{padding:35px 20px 20px}@media only screen and (min-width:1600px){.card-noticias .box-text h3{font-size:1.25rem}.card-noticias .box-text h3 a{padding:45px 35px 23px}}.card-noticias .box-text>a{margin-top:auto;padding:0 20px 25px;font-size:.875rem;line-height:1em;color:#8c4866}@media only screen and (min-width:1600px){.card-noticias .box-text>a{font-size:1rem;padding:0 35px 33px}}.dicas-saude{background:#f3f3f2}.dicas-saude+.publicacoes{padding-top:120px;margin-top:-80px}.dicas-saude+.info-unidade{margin-top:-25px}.dicas-saude .section-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1200px){.dicas-saude .section-content{gap:30px;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media only screen and (min-width:1600px){.dicas-saude+.publicacoes{padding-top:160px}.dicas-saude .container{max-width:1500px}.dicas-saude .section-content{gap:55px}}.dicas-saude .section-content .left-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;padding:30px 0 120px;width:100%}@media only screen and (min-width:768px){.dicas-saude .section-content .left-content{padding:60px 0 120px}}@media only screen and (min-width:1200px){.dicas-saude .section-content .left-content{-ms-flex-align:stretch;align-items:stretch;padding:120px 0;max-width:25%;-ms-flex-negative:0;flex-shrink:0}}.dicas-saude .section-content .left-content:after,.dicas-saude .section-content .left-content:before{content:'';position:absolute;top:0;left:-15px;width:100vw;height:100%;border-bottom-left-radius:25px;border-bottom-right-radius:25px;pointer-events:none}@media only screen and (min-width:480px){.card-noticias .box-text{text-align:left}.dicas-saude .section-content .left-content:after,.dicas-saude .section-content .left-content:before{border-bottom-left-radius:56px;border-bottom-right-radius:56px}}@media only screen and (min-width:768px){.dicas-saude .section-content .left-content:after,.dicas-saude .section-content .left-content:before{left:calc((-100vw + 750px - 30px)/ 2)}}@media only screen and (min-width:992px){.dicas-saude .section-content .left-content:after,.dicas-saude .section-content .left-content:before{left:calc((-100vw + 970px - 30px)/ 2)}}@media only screen and (min-width:1200px){.dicas-saude .section-content .left-content:after,.dicas-saude .section-content .left-content:before{width:50vw;left:calc((-100vw + 1170px - 30px)/ 2);border-bottom-left-radius:0}}@media only screen and (min-width:1600px){.dicas-saude .section-content .left-content{padding:184px 0;max-width:400px}.dicas-saude .section-content .left-content:after,.dicas-saude .section-content .left-content:before{left:calc((-100vw + 1440px - 30px)/ 2)}}.dicas-saude .section-content .left-content:before{background:linear-gradient(120deg,#d2ad9f 0,#964a66 100%);border-bottom:9px solid #e2ddc6}.dicas-saude .section-content .left-content:after{background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-dicas-saude.webp) center bottom no-repeat;background-size:cover;mix-blend-mode:color-burn}.dicas-saude .section-content .left-content [data-custom-button],.dicas-saude .section-content .left-content [data-custom-description],.dicas-saude .section-content .left-content [data-custom-title]{position:relative;z-index:2}.dicas-saude .section-content .left-content [data-custom-title]{margin-bottom:10px;text-align:center}@media only screen and (min-width:768px){.dicas-saude .section-content .left-content [data-custom-title]{margin-bottom:25px}}@media only screen and (min-width:1200px){.dicas-saude .section-content .left-content [data-custom-title]{text-align:left}}.dicas-saude .section-content .left-content [data-custom-description]{margin:0 auto 20px;max-width:570px;text-align:center}@media only screen and (min-width:768px){.dicas-saude .section-content .left-content [data-custom-description]{margin:0 auto 35px}}@media only screen and (min-width:1200px){.dicas-saude .section-content .left-content [data-custom-description]{margin:0 0 35px;max-width:unset;text-align:left}}.dicas-saude .section-content .left-content [data-custom-button]{margin:0 auto}@media only screen and (min-width:1200px){.dicas-saude .section-content .left-content [data-custom-button]{margin:initial}}.dicas-saude .section-content .right-content{margin-top:-80px;position:relative;width:100%}@media only screen and (min-width:1200px){.dicas-saude .section-content .right-content{margin-top:0;-ms-flex-positive:1;flex-grow:1;padding:50px 0 0 40px;width:70%;margin-bottom:70px}.dicas-saude .section-content .right-content:after,.dicas-saude .section-content .right-content:before{content:'';position:absolute;width:100vw;height:calc(100% - 200px);bottom:0;left:0;border-bottom-left-radius:100px}.dicas-saude .section-content .right-content:before{background:#b9b6af;border-left:10px solid #753651}.dicas-saude .section-content .right-content:after{background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-dicas-saude-2.webp) center left no-repeat;background-size:cover;left:10px}}@media only screen and (min-width:1200px) and (min-width:1600px){.dicas-saude .section-content .right-content:after,.dicas-saude .section-content .right-content:before{border-bottom-left-radius:200px}}@media only screen and (min-width:1700px){.dicas-saude .section-content .right-content{width:78%}}.dicas-saude .section-content .right-content .box-right-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;width:100%}@media only screen and (min-width:1700px){.dicas-saude .section-content .right-content .box-right-content{width:calc(100% + 7vw)}}.dicas-saude .section-content .right-content .box-right-content .card-dicas-saude{position:relative;z-index:2;width:100%}@media only screen and (min-width:480px){.dicas-saude .section-content .right-content .box-right-content .card-dicas-saude{width:calc(100% / 2 - 10px)}}@media only screen and (min-width:768px){.dicas-saude .section-content .right-content .box-right-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.dicas-saude .section-content .right-content .box-right-content .card-dicas-saude{width:calc(100% / 3 - 10px)}}@media only screen and (min-width:1600px){.dicas-saude .section-content .right-content{padding:120px 0 0 85px}.dicas-saude .section-content .right-content .box-right-content{gap:30px}.dicas-saude .section-content .right-content .box-right-content .card-dicas-saude{width:calc(100% / 3 - 19px)}}.card-dicas-saude{border-radius:20px;overflow:hidden}@media only screen and (min-width:1200px){.dicas-saude .section-content .right-content .box-right-content{padding-bottom:70px}.card-dicas-saude:hover .box-text:after{opacity:1}.card-dicas-saude:hover .box-text [data-custom-button]{background:#e2ddc6;border-color:#e2ddc6}.card-dicas-saude:hover .box-text [data-custom-button] span{color:#46413d}.card-dicas-saude:hover .box-text [data-custom-button] .icon{animation:arrowX 2s infinite}.card-dicas-saude:hover .box-text [data-custom-button] .icon img{filter:none}}.info-unidade .section-content .left-content .logo,.slide-convenios .custom-arrow img,.slide-premios-certificacoes .custom-arrow img{filter:brightness(0) invert(1)}.card-dicas-saude.alt>a:not(:has(.box-img)) .box-text{padding-top:25px}.card-dicas-saude.alt .box-img+.box-text:before{background:linear-gradient(0deg,#350b1d 60%,#fff0 100%)}.card-dicas-saude.alt .box-img+.box-text:after{background:linear-gradient(0deg,#8c4866 60%,#fff0 100%)}.card-dicas-saude.alt .box-text{-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:1600px){.card-dicas-saude.alt .box-text{padding:0 25px 25px}}.card-dicas-saude.alt .box-text:before{background:#350b1d}.card-dicas-saude.alt .box-text h3{font-size:1.4rem}.card-dicas-saude.alt .box-text p{font-size:1rem}.card-dicas-saude>a{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-dicas-saude>a:not(:has(.box-img)) .box-text{padding-top:25px}@media only screen and (min-width:1600px){.card-dicas-saude>a:not(:has(.box-img)) .box-text{padding-top:35px}}.card-dicas-saude .box-img{position:relative;max-height:253px}.card-dicas-saude .box-img img{height:253px}.card-dicas-saude .box-img+.box-text{margin-top:-80px}.card-dicas-saude .box-img+.box-text:before{background:linear-gradient(0deg,#46413d 45%,#fff0 100%)}.card-dicas-saude .box-img+.box-text:after{background:linear-gradient(0deg,#8c4866 45%,#fff0 100%)}.card-dicas-saude .box-text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px 25px}.card-dicas-saude .box-text:after,.card-dicas-saude .box-text:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:150%;pointer-events:none;border-radius:0 0 20px 20px;transition:opacity .3s ease-in-out}.card-dicas-saude .box-text:before{background:#46413d}.card-dicas-saude .box-text:after{background:#8c4866;opacity:0}.card-dicas-saude .box-text button,.card-dicas-saude .box-text h3,.card-dicas-saude .box-text p{position:relative;z-index:2;text-align:center}@media only screen and (min-width:480px){.card-dicas-saude .box-text{-ms-flex-align:start;align-items:flex-start}.card-dicas-saude .box-text button,.card-dicas-saude .box-text h3,.card-dicas-saude .box-text p{text-align:left}}.card-publicacoes .box-text,.publicacoes .section-header [data-custom-title]{text-align:center}.card-dicas-saude .box-text h3,.card-dicas-saude .box-text p{color:#fff}.card-dicas-saude .box-text h3{margin:0 0 5px;font-size:1.6875rem;line-height:1.14em}.card-dicas-saude .box-text h3:has(+button){margin-bottom:13px}.card-dicas-saude .box-text p{max-height:4.5em;overflow:hidden;margin:0 0 20px;font-weight:300;font-size:1rem;line-height:1.5em}@media only screen and (min-width:1600px){.card-dicas-saude .box-text{padding:0 35px 35px}.card-dicas-saude .box-text p{font-size:1.125rem}.publicacoes .container{max-width:1600px}}.card-dicas-saude .box-text [data-custom-button]{margin-top:auto}.publicacoes{padding:75px 0 45px;background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-publicacoes.webp) center top no-repeat}.publicacoes .section-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}@media only screen and (min-width:1600px){.publicacoes .section-header{margin-bottom:70px}}.publicacoes .section-header .icon-title{margin-bottom:30px}.publicacoes .section-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px 20px;margin-bottom:40px}.publicacoes .section-content article{width:100%}@media only screen and (min-width:480px){.publicacoes .section-content article{width:calc(100% / 2 - 13px)}}@media only screen and (min-width:768px){.publicacoes{padding:75px 0 90px}.publicacoes .section-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.publicacoes .section-content article{width:calc(100% / 3 - 13px)}}@media only screen and (min-width:1600px){.publicacoes .section-content{gap:45px}.publicacoes .section-content article{width:calc(100% / 3 - 35px)}}.publicacoes .section-content article a{height:100%;box-shadow:0 0 100px 10px rgb(0 0 0 / .1)}.card-publicacoes{border-radius:21px}.card-publicacoes a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;border:1px solid #ece8d9;background:#fff;gap:20px;padding:0 15px 25px;border-radius:21px}@media only screen and (min-width:480px){.card-publicacoes a{gap:0;min-height:380px;max-height:none;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:768px){.card-publicacoes a{padding:0 20px 35px}.card-publicacoes .box-text{text-align:left}}@media only screen and (min-width:1600px){.card-publicacoes a{gap:30px;padding:0 20px 55px 47px;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end;min-height:auto;max-height:none;-ms-flex-pack:initial;justify-content:initial}}.card-publicacoes .box-img{-ms-flex-negative:0;flex-shrink:0;margin-top:-10px}.card-publicacoes .box-text h3{margin:0 0 10px;font-weight:300;font-size:1.5rem;line-height:1.15em;letter-spacing:-2px;color:#46403c}@media only screen and (min-width:768px){.card-publicacoes .box-text h3{font-size:1.7rem}}@media only screen and (min-width:1600px){.card-publicacoes .box-text h3{margin:0 0 20px}}.card-publicacoes .box-text>span{display:block;margin-bottom:20px;text-transform:uppercase;font-size:.875rem;line-height:1em;color:#8c4866}.card-publicacoes .box-text [data-custom-button]{gap:10px;font-size:.875rem}.card-livro{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;border:1px solid #ece8d9;background:#fff;gap:20px;padding:0 15px 25px;border-radius:21px}@media only screen and (min-width:768px){.card-livro{padding:0 20px 35px}}@media only screen and (min-width:1600px){.card-livro{gap:30px;padding:0 20px 55px 47px;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end}}.card-livro .box-img{-ms-flex-negative:0;flex-shrink:0;margin-top:-10px}.card-livro .box-text{text-align:center}.card-livro .box-text h3{margin:0 0 10px;font-weight:300;font-size:1.5rem;line-height:1.15em;letter-spacing:-2px;color:#46403c}@media only screen and (min-width:768px){.card-livro .box-text{text-align:left}.card-livro .box-text h3{font-size:1.7rem}}@media only screen and (min-width:1600px){.card-livro .box-text h3{margin:0 0 20px}}.card-livro .box-text>span{display:block;margin-bottom:20px;text-transform:uppercase;font-size:.875rem;line-height:1em;color:#8c4866}.card-livro .box-text [data-custom-button]{gap:10px;font-size:.875rem}.acoes-sociais+.premios-certificacoes,.cards+.premios-certificacoes{padding-top:150px;margin-top:-100px}.acoes-sociais .section-content,.cards .section-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1200px){.acoes-sociais .section-content,.cards .section-content{gap:30px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media only screen and (min-width:1600px){.acoes-sociais+.premios-certificacoes,.cards+.premios-certificacoes{padding-top:200px}.acoes-sociais .container,.cards .container{max-width:1500px}.acoes-sociais .section-content,.cards .section-content{gap:55px}}.acoes-sociais .section-content .left-content,.cards .section-content .left-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;padding:30px 0 120px;width:100%}@media only screen and (min-width:1200px){.acoes-sociais .section-content .left-content,.cards .section-content .left-content{-ms-flex-align:stretch;align-items:stretch;padding:60px 0;max-width:25%;-ms-flex-negative:0;flex-shrink:0}}.acoes-sociais .section-content .left-content:after,.acoes-sociais .section-content .left-content:before,.cards .section-content .left-content:after,.cards .section-content .left-content:before{content:'';position:absolute;top:0;left:-15px;width:100vw;height:100%;border-bottom-right-radius:56px;pointer-events:none}@media only screen and (min-width:768px){.acoes-sociais .section-content .left-content:after,.acoes-sociais .section-content .left-content:before,.cards .section-content .left-content:after,.cards .section-content .left-content:before{left:calc((-100vw + 750px)/ 2)}}@media only screen and (min-width:992px){.acoes-sociais .section-content .left-content:after,.acoes-sociais .section-content .left-content:before,.cards .section-content .left-content:after,.cards .section-content .left-content:before{left:calc((-100vw + 970px - 30px)/ 2)}}@media only screen and (min-width:1200px){.acoes-sociais .section-content .left-content:after,.acoes-sociais .section-content .left-content:before,.cards .section-content .left-content:after,.cards .section-content .left-content:before{width:50vw;left:calc((-100vw + 1170px - 30px)/ 2)}}@media only screen and (min-width:1600px){.acoes-sociais .section-content .left-content,.cards .section-content .left-content{max-width:400px;padding:120px 0 160px}.acoes-sociais .section-content .left-content:after,.acoes-sociais .section-content .left-content:before,.cards .section-content .left-content:after,.cards .section-content .left-content:before{left:calc((-100vw + 1440px - 30px)/ 2)}}.acoes-sociais .section-content .left-content:before,.cards .section-content .left-content:before{background:#fff;border-bottom:9px solid #e2ddc6}.acoes-sociais .section-content .left-content:after,.cards .section-content .left-content:after{background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-acoes-sociais.webp) center bottom no-repeat;background-size:cover}.acoes-sociais .section-content .left-content [data-custom-button],.acoes-sociais .section-content .left-content [data-custom-description],.acoes-sociais .section-content .left-content [data-custom-title],.cards .section-content .left-content [data-custom-button],.cards .section-content .left-content [data-custom-description],.cards .section-content .left-content [data-custom-title]{position:relative;z-index:2}.acoes-sociais .section-content .left-content [data-custom-title],.cards .section-content .left-content [data-custom-title]{margin-bottom:15px;text-align:center}@media only screen and (min-width:1200px){.acoes-sociais .section-content .left-content [data-custom-title],.cards .section-content .left-content [data-custom-title]{margin-bottom:25px;text-align:left}}.acoes-sociais .section-content .left-content [data-custom-description],.cards .section-content .left-content [data-custom-description]{max-width:570px;margin:0 auto 20px;text-align:center}@media only screen and (min-width:1200px){.acoes-sociais .section-content .left-content [data-custom-description],.cards .section-content .left-content [data-custom-description]{margin:0 0 35px;text-align:left;max-width:unset}}.acoes-sociais .section-content .right-content,.cards .section-content .right-content{position:relative;-ms-flex-positive:1;flex-grow:1;margin-top:-80px}@media only screen and (min-width:1200px){.acoes-sociais .section-content .right-content,.cards .section-content .right-content{margin-top:0;padding:100px 0 40px 40px}.acoes-sociais .section-content .right-content:before,.cards .section-content .right-content:before{content:'';position:absolute;width:100vw;height:100%;top:20px;left:0;border-bottom-left-radius:100px;background:#eeedec;border-left:10px solid #753651}}@media only screen and (min-width:1200px) and (min-width:1600px){.acoes-sociais .section-content .right-content:before,.cards .section-content .right-content:before{border-bottom-left-radius:200px}}.acoes-sociais .section-content .right-content .box-right-content,.cards .section-content .right-content .box-right-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:15px;width:100%}@media only screen and (min-width:1700px){.acoes-sociais .section-content .right-content .box-right-content,.cards .section-content .right-content .box-right-content{width:calc(100% + 7vw)}}.acoes-sociais .section-content .right-content .box-right-content .card-dicas-saude,.cards .section-content .right-content .box-right-content .card-dicas-saude{position:relative;z-index:2;width:100%}@media only screen and (min-width:480px){.acoes-sociais .section-content .right-content .box-right-content .card-dicas-saude,.cards .section-content .right-content .box-right-content .card-dicas-saude{width:calc(100% / 2 - 10px)}}@media only screen and (min-width:768px){.acoes-sociais .section-content .right-content .box-right-content,.cards .section-content .right-content .box-right-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.acoes-sociais .section-content .right-content .box-right-content .card-dicas-saude,.cards .section-content .right-content .box-right-content .card-dicas-saude{width:calc(100% / 3 - 10px)}}@media only screen and (min-width:1600px){.acoes-sociais .section-content .right-content,.cards .section-content .right-content{padding:0 0 50px 85px}.acoes-sociais .section-content .right-content .box-right-content,.cards .section-content .right-content .box-right-content{gap:30px}.acoes-sociais .section-content .right-content .box-right-content .card-dicas-saude,.cards .section-content .right-content .box-right-content .card-dicas-saude{width:calc(100% / 3 - 19px);max-width:335px}}.premios-certificacoes{background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-premios-certificacoes.webp) center top no-repeat}.premios-certificacoes .section-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:70px}.premios-certificacoes .section-header [data-custom-title]{text-align:center}@media only screen and (min-width:1200px){.premios-certificacoes .container{max-width:1030px}}.slide-convenios,.slide-premios-certificacoes{position:relative;background:#fff;border-radius:15px;padding:20px 10px}@media only screen and (min-width:480px){.slide-convenios,.slide-premios-certificacoes{border-radius:32px;padding:35px}}.slide-convenios .custom-arrow,.slide-premios-certificacoes .custom-arrow{display:none}.slide-convenios .swiper-pagination,.slide-premios-certificacoes .swiper-pagination{margin-top:20px;position:relative;bottom:0}@media only screen and (min-width:1200px){.slide-convenios,.slide-premios-certificacoes{padding:35px 70px}.slide-convenios .custom-arrow,.slide-premios-certificacoes .custom-arrow{display:-ms-flexbox;display:flex}.slide-convenios .swiper-pagination,.slide-premios-certificacoes .swiper-pagination{display:none}}.slide-convenios .swiper-pagination .swiper-pagination-bullet,.slide-premios-certificacoes .swiper-pagination .swiper-pagination-bullet{width:15px;height:15px;background:#753651;transition:opacity .3s ease-in-out,transform .3s ease-in-out,left .3s ease-in-out!important}.slide-convenios .swiper-button-prev,.slide-premios-certificacoes .swiper-button-prev{left:0;transform:translateX(-50%) rotateZ(90deg)}.slide-convenios .swiper-button-next,.slide-premios-certificacoes .swiper-button-next{right:0;transform:translateX(50%) rotateZ(-90deg)}.cards{margin-bottom:70px}.cards .section-content{-ms-flex-align:start;align-items:flex-start;padding-top:0}.cards .section-content .left-content{padding-top:0}.cards .section-content .left-content:after{background:0 0;display:none}.cards .section-content .left-content [data-custom-title]{font-size:3rem}@media only screen and (min-width:1600px){.premios-certificacoes .container{max-width:1570px}.cards .section-content .left-content [data-custom-title]{font-size:4rem}}.cards .section-content .left-content [data-custom-description]{font-size:1.125rem}@media only screen and (min-width:1200px){.cards .section-content .left-content{-ms-flex-align:start;align-items:flex-start}.cards .section-content .right-content{padding-bottom:50px}.cards .section-content .right-content:before{top:0;background:#d2ad9f;background:linear-gradient(120deg,#d2ad9f 0,#964a66 50%);border-bottom-left-radius:70px}.cards .section-content .right-content:after{content:'';position:absolute;width:100vw;height:100%;top:0;left:0;background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-dicas-saude-2.webp) center left no-repeat;mix-blend-mode:multiply}}.convenios,.convenios+.noticias{background:url(/wp-content/themes/iwwa_fjs2023/img/icons/bg-premios-certificacoes.webp) center top no-repeat}@media only screen and (min-width:1600px){.cards .section-content .right-content{padding-bottom:85px}.cards .section-content .right-content:before{border-bottom-left-radius:150px}.info-unidade .container{max-width:1530px}}.cards .section-content .right-content .box-right-content{margin-top:-20px}.especialidades{margin-bottom:80px}.especialidades .section-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:35px}.especialidades .section-header [data-custom-title]{text-align:center}.especialidades .section-content{margin-bottom:35px}.especialidades .section-content .slide-acesso-rapido,.especialidades .section-content .slide-especialidades{border-radius:0 20px;box-shadow:0 0 70px 30px rgb(185 182 175 / .3)}.slide-especialidades .box-arrow{margin-top:20px;padding-bottom:0}.convenios{padding:90px 0 65px}.convenios .section-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:35px}.convenios .section-header [data-custom-title]{text-align:center}.convenios .buttons{margin-top:20px}@media only screen and (min-width:768px){.convenios .buttons{margin-top:50px}}.card-convenio a{height:100%}.card-convenio a:has(h3){display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#753651;border-radius:0 12px;min-height:100px}.card-convenio a:has(h3) h3{margin:0;color:#fff;text-align:center}.card-convenio a:has(img) img{margin:0 auto}.slide-convenios .swiper-slide{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:auto}.slide-convenios .swiper-slide a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%}.slide-convenios .swiper-slide a:not(:has(img)){height:100%;background:#753651;padding:20px 10px;border-radius:0 17px}.slide-convenios .swiper-slide a:not(:has(img)) h3{margin:0;text-align:center;font-size:1rem;color:#fff}.info-unidade{padding:60px 0 45px;background:#803c5a}.info-unidade .section-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.info-unidade .section-content .left-content{width:100%;margin-bottom:30px}@media only screen and (min-width:1200px){.info-unidade .section-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.info-unidade .section-content .left-content{width:31%;margin-bottom:0}}@media only screen and (min-width:1600px){.info-unidade .section-content .left-content{width:25%}}.info-unidade .section-content .left-content .logo img{margin:0 auto}.info-unidade .section-content .middle-content{width:100%;margin-bottom:30px}@media only screen and (min-width:768px){.info-unidade{padding:90px 0}.info-unidade .section-content .middle-content{margin-bottom:0;width:45%}}@media only screen and (min-width:992px){.info-unidade .section-content .middle-content{width:35%}}@media only screen and (min-width:1200px){.info-unidade .section-content .middle-content{width:29%;margin-left:4%}}@media only screen and (min-width:1600px){.info-unidade .section-content .middle-content{width:22%;margin-left:8%}}.info-unidade .section-content .middle-content>ul{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.info-unidade .section-content .middle-content ul{list-style:none;padding:0;margin:0}.info-unidade .section-content .middle-content ul li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:15px}@media only screen and (min-width:768px){.info-unidade .section-content .middle-content ul li{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.info-unidade .section-content .middle-content ul li .icon{width:20px;-ms-flex-negative:0;flex-shrink:0;margin-top:.1em}.info-unidade .section-content .middle-content ul li ul li+li{margin-top:10px}.info-unidade .section-content .middle-content ul li a{font-weight:300;font-size:1rem;line-height:1.1em;color:#fff;transition:color .3s ease-in-out;text-align:center}@media only screen and (min-width:480px){.info-unidade .section-content .middle-content ul li a{font-size:1.1rem}}.info-unidade .section-content .right-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:15px;border-radius:19px;padding:25px 20px;border:2px solid rgb(255 255 255 / .3);width:100%}@media only screen and (min-width:768px){.info-unidade .section-content .middle-content ul li a{font-size:1.25rem;text-align:left}.info-unidade .section-content .right-content{padding:37px 30px;gap:25px;width:50%;margin-left:5%}}@media only screen and (min-width:992px){.info-unidade .section-content .right-content{width:45%;margin-left:5%}}@media only screen and (min-width:1200px){.info-unidade .section-content .middle-content ul li a:hover{color:#f0eace}.info-unidade .section-content .right-content{width:33%;margin-left:3%}}@media only screen and (min-width:1600px){.info-unidade .section-content .right-content{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;gap:45px;width:42%;margin-left:3%}}.info-unidade .section-content .right-content h4{margin:0;font-weight:300;font-size:1.1875rem;line-height:1.4em;color:#fff}.info-unidade .section-content .right-content ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.info-unidade .section-content .right-content ul li svg{color:#fff;transition:color .3s ease-in-out}.acesso-rapido-alt .slide-acesso-rapido,.acesso-rapido-alt .slide-especialidades{background-blend-mode:color-burn;-ms-flex-direction:column;flex-direction:column}.acesso-rapido-alt .slide-acesso-rapido .box-title-alt,.acesso-rapido-alt .slide-especialidades .box-title-alt{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.acesso-rapido-alt .slide-acesso-rapido .acesso-alt,.acesso-rapido-alt .slide-acesso-rapido .swiper,.acesso-rapido-alt .slide-especialidades .acesso-alt,.acesso-rapido-alt .slide-especialidades .swiper{padding:20px 15px;width:100%}@media only screen and (min-width:768px){.info-unidade .section-content .right-content ul{gap:60px}.acesso-rapido-alt .slide-acesso-rapido .acesso-alt,.acesso-rapido-alt .slide-acesso-rapido .swiper,.acesso-rapido-alt .slide-especialidades .acesso-alt,.acesso-rapido-alt .slide-especialidades .swiper{padding:28px 30px}}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt,.acesso-rapido-alt .slide-especialidades .swiper-slide{position:relative;-ms-flex-negative:0;flex-shrink:0;width:100%;height:auto;gap:20px}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso{width:100%;overflow:hidden;border-top-left-radius:20px;border-bottom-right-radius:20px;transition:background 350ms ease,color 350ms ease}@media only screen and (min-width:480px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso{width:calc((100% / 2) - 20px)}}@media only screen and (min-width:992px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso{width:calc((100% / 3) - 20px)}}@media only screen and (min-width:1200px){.info-unidade .section-content .right-content ul li svg:hover{color:#f0eace}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso{width:calc((100% / 4) - 20px)}}@media only screen and (min-width:768px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso{border-top-left-radius:40px;border-bottom-right-radius:40px}}@media only screen and (min-width:1025px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(even):hover,.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(odd):hover,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(even):hover,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(odd):hover,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(even):hover,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(odd):hover,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(even):hover,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(odd):hover{background:#F0EACE;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(even):hover h3,.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(odd):hover h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(even):hover h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(odd):hover h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(even):hover h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(odd):hover h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(even):hover h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(odd):hover h3{color:#46413d}}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(even),.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(even) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(even),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(even) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(even),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(even) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(even),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(even) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(odd),.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(odd) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(odd),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(odd) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(odd),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(odd) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(odd),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(odd) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(1),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(1),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(1),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(1){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(2),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(2),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(2),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(2){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(3),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(3),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(3),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(3){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(5),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(5),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(5),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(5){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(6),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(6),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(6),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(6){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(7),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(7),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(7),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(7){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(8),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(8),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(8),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(8){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(9),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(9),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(9),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(9){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(10),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(10),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(10),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(10){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(11),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(11),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(11),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(11){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(12),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(12),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(12),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(12){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(13),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(13),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(13),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(13){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(14),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(14),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(14),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(14){background:#F0EEED}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(15),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(15),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(15),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(15){background:#753551}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(16),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(16),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(16),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(16){background:#F0EEED}@media only screen and (min-width:992px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+1),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+1),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+1),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+1){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+1) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+1) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+1) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+1) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+2),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+2),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+2),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+2){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+2) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+2) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+2) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+2) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+3),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+3),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+3),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+3){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+3) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+3) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+3) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+3) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+5),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+5),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+5),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+5){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+5) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+5) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+5) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+5) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+6),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+6),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+6),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+6){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+6) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+6) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+6) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+6) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+7),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+7),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+7),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+7){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+7) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+7) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+7) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+7) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+8),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+8),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+8),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+8){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+8) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+8) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+8) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+8) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+9),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+9),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+9),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+9){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+9) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+9) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+9) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+9) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+10),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+10),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+10),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+10){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+10) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+10) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+10) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+10) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+11),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+11),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+11),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+11){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+11) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+11) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+11) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+11) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+12),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+12),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+12),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+12){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+12) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+12) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+12) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+12) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+13),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+13),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+13),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+13){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+13) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+13) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+13) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+13) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+14),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+14),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+14),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+14){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+14) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+14) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+14) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+14) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+15),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+15),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+15),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+15){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+15) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+15) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+15) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+15) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+16),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+16),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+16),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+16){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+16) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+16) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+16) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+16) h3{color:#46413d}}@media only screen and (min-width:1200px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+1),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+1),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+1),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+1){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+1) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+1) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+1) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+1) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+2),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+2),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+2),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+2){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+2) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+2) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+2) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+2) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+3),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+3),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+3),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+3){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+3) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+3) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+3) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+3) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+5),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+5),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+5),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+5){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+5) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+5) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+5) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+5) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+6),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+6),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+6),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+6){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+6) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+6) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+6) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+6) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+7),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+7),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+7),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+7){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+7) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+7) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+7) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+7) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+8),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+8),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+8),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+8){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+8) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+8) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+8) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+8) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+9),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+9),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+9),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+9){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+9) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+9) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+9) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+9) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+10),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+10),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+10),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+10){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+10) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+10) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+10) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+10) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+11),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+11),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+11),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+11){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+11) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+11) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+11) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+11) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+12),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+12),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+12),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+12){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+12) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+12) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+12) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+12) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+13),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+13),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+13),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+13){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+13) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+13) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+13) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+13) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+14),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+14),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+14),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+14){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+14) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+14) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+14) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+14) h3{color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+15),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+15),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+15),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+15){background:#F0EEED;color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+15) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+15) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+15) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+15) h3{color:#46413d}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+16),.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+16),.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+16),.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+16){background:#753551;color:#fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .item-acesso:nth-child(4n+16) h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .item-acesso:nth-child(4n+16) h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .item-acesso:nth-child(4n+16) h3,.acesso-rapido-alt .slide-especialidades .swiper-slide .item-acesso:nth-child(4n+16) h3{color:#fff}}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a,.acesso-rapido-alt .slide-especialidades .swiper-slide a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;position:relative;border-top-left-radius:20px;border-bottom-right-radius:20px;overflow:hidden;padding:25px;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:768px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a,.acesso-rapido-alt .slide-especialidades .swiper-slide a{border-top-left-radius:40px;border-bottom-right-radius:40px}}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a .icon,.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a button,.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a .icon,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a button,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a .icon,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a button,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a h3,.acesso-rapido-alt .slide-especialidades .swiper-slide a .icon,.acesso-rapido-alt .slide-especialidades .swiper-slide a button,.acesso-rapido-alt .slide-especialidades .swiper-slide a h3{position:relative;z-index:3}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a>.icon,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a>.icon,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a>.icon,.acesso-rapido-alt .slide-especialidades .swiper-slide a>.icon{margin-right:20px;width:60px;height:60px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;background:#d2ad9f;background:linear-gradient(120deg,#d2ad9f 0,#964a66 100%)}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a h3,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a h3,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a h3,.acesso-rapido-alt .slide-especialidades .swiper-slide a h3{margin:0;text-transform:uppercase;font-weight:600;font-size:1rem;line-height:1.25em;color:#46413d;transition:color 350ms ease}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt a [data-custom-button],.acesso-rapido-alt .slide-acesso-rapido .swiper-slide a [data-custom-button],.acesso-rapido-alt .slide-especialidades .acesso-slide-alt a [data-custom-button],.acesso-rapido-alt .slide-especialidades .swiper-slide a [data-custom-button]{margin-top:auto;-ms-flex-align:center;align-items:center;font-size:1rem;gap:10px}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .extra-links,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .extra-links,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .extra-links,.acesso-rapido-alt .slide-especialidades .swiper-slide .extra-links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:3;bottom:0;left:0;padding:0;margin:0;width:100%;transform:scaleX(0);transition:transform .3s ease-in-out;transform-origin:center left}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .extra-links a,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .extra-links a,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .extra-links a,.acesso-rapido-alt .slide-especialidades .swiper-slide .extra-links a{display:block;height:auto;padding:8px 15px;border-top-left-radius:0;background:#8c4866;font-size:.875rem;line-height:1.25em;color:#fff;transition:background .3s ease-in-out}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .extra-links a+a,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .extra-links a+a,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .extra-links a+a,.acesso-rapido-alt .slide-especialidades .swiper-slide .extra-links a+a{border-left:1px solid #fff}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .extra-links a:first-child,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .extra-links a:first-child,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .extra-links a:first-child,.acesso-rapido-alt .slide-especialidades .swiper-slide .extra-links a:first-child{border-top-left-radius:15px;margin-left:1px}.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .extra-links a:before,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .extra-links a:before,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .extra-links a:before,.acesso-rapido-alt .slide-especialidades .swiper-slide .extra-links a:before{display:none}.acesso-rapido-alt .slide-acesso-rapido .box-arrow,.acesso-rapido-alt .slide-especialidades .box-arrow{-ms-flex-pack:center;justify-content:center;padding-bottom:20px}@media only screen and (min-width:768px){.acesso-rapido-alt .slide-acesso-rapido .box-arrow,.acesso-rapido-alt .slide-especialidades .box-arrow{padding-bottom:28px}}.section-list-search{padding:40px 0 20px}.section-list-search .box{width:100%;margin:0 0 40px}@media only screen and (min-width:768px){.section-list-search{padding:60px 0 30px}.section-list-search .box{margin:0 0 60px}}.section-list-search .title-category{margin:0 0 40px}.section-list-search .title-category h3{color:#333;font-size:1.75rem;font-weight:700;text-align:center;position:relative;padding:0 0 5px;margin:0}.section-list-search .title-category h3::after,.section-list-search .title-category h3::before{content:'';background-color:#753651;height:4px;position:absolute;top:100%;left:50%;transform:translateX(-50%)}@media only screen and (min-width:768px){.section-list-search .title-category h3{font-size:2rem;text-align:left}.section-list-search .title-category h3::after,.section-list-search .title-category h3::before{left:0;transform:none}}.section-list-search .title-category h3::before{width:50px}.section-list-search .title-category h3::after{width:25px;margin-top:8px}.section-list-search .list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}@media only screen and (min-width:480px){.section-list-search .list{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.section-list-search .list{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){.acesso-rapido-alt .slide-acesso-rapido .acesso-slide-alt .extra-links a:hover,.acesso-rapido-alt .slide-acesso-rapido .swiper-slide .extra-links a:hover,.acesso-rapido-alt .slide-especialidades .acesso-slide-alt .extra-links a:hover,.acesso-rapido-alt .slide-especialidades .swiper-slide .extra-links a:hover{background:#753651}.section-list-search .title-category h3{font-size:2.5rem}.section-list-search .list{grid-column-gap:30px;grid-row-gap:30px}}@media only screen and (min-width:1600px){.section-list-search .list{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}}.section-list-search .list .card{box-shadow:0 10px 30px 0 rgb(0 0 0 / .1);-ms-flex-negative:0;flex-shrink:0}.section-list-search .list .card .image{position:relative;overflow:hidden}.section-list-search .list .card .image img{filter:saturate(55%);width:100%;transition:filter .5s ease,transform .5s ease}.section-list-search .list .card .date{background-color:#753651;border-radius:5px;color:#fff;font-size:.875rem;font-weight:600;position:absolute;left:20px;bottom:15px;padding:4px 10px}.section-list-search .list .card .info{padding:20px}@media only screen and (min-width:1200px){.section-list-search .list .card .date{left:30px}.section-list-search .list .card .info{padding:30px}}.section-list-search .list .card .info .title{color:#000;display:block;font-size:1.25rem;font-weight:700;line-height:1.2em;margin:0 0 10px}.section-list-search .list .card .info .description{color:#000;font-size:1rem;margin:0}.section-list-search .list.list-empty{-ms-grid-columns:1fr;grid-template-columns:1fr}@media only screen and (max-width:767px){.section-list-search .list.list-empty{text-align:center}}.section-contact{padding:40px 0}.section-contact .title-contact{margin-bottom:40px}.section-contact .title-contact h1{margin:0 0 15px;font-size:2.5rem;text-align:center;line-height:1em}@media only screen and (min-width:768px){.section-contact{padding:60px 0}.section-contact .title-contact h1{margin:0 0 20px;font-size:2.75rem}}.section-contact .title-contact p{margin:0;font-size:1.125rem;text-align:center;line-height:1.125em}@media only screen and (min-width:768px){.section-contact .title-contact p{font-size:1.25rem}}.section-contact .col-left{margin-bottom:40px;width:100%}@media only screen and (min-width:1025px){.section-list-search .list .card:hover .image img{filter:saturate(100%);transform:scale(1.1)}.section-contact .col-left{margin-bottom:0;width:65%;padding-right:25px}}@media only screen and (min-width:1600px){.section-contact .col-left{padding-right:40px;width:70%}}.section-contact .col-left label{display:block;margin-bottom:15px}.section-contact .col-left input,.section-contact .col-left select,.section-contact .col-left textarea{width:100%;padding:20px;background-color:#fff;border:1px solid #ccc;font-size:1rem;display:block}.section-contact .col-left textarea{height:150px}.section-contact .col-left .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.section-contact .col-left .box-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border:1px solid #ccc;background-color:#fff;cursor:pointer}.section-contact .col-left .box-file .icon{padding:20px;height:100%;color:#753651;background-color:#753651;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;transition:background-color .3s,color .3s}@media only screen and (min-width:1025px){.section-contact .col-left .box-file .icon:hover{background-color:#46413d;color:#fff}}.section-contact .col-left .box-file .icon svg{color:#fff;width:16px;height:16px}.section-contact .col-left .box-file .icon span{color:#fff;font-size:1.125rem;display:none}@media only screen and (min-width:768px){.section-contact .col-left .box-file .icon{padding:14px 20px}.section-contact .col-left .box-file .icon svg{margin-bottom:5px;margin-right:10px}.section-contact .col-left .box-file .icon span{display:block}}.section-contact .col-left .box-file .text{padding:15px;color:#000;font-size:1rem;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-contact .col-right{padding:30px;width:100%;background:linear-gradient(90deg,#753651 0,#46413d 100%)}@media only screen and (min-width:1025px){.section-contact .col-right{width:35%}}@media only screen and (min-width:1600px){.section-contact .col-right{width:30%}}.box-content table.tabela,.box-content>img.img-highlighted{width:100%}.section-contact .col-right h2{margin:0 0 20px;color:#fff;font-size:2rem;font-size:1.5rem;text-align:center}.section-contact .col-right .phone{margin-bottom:20px;color:#fff;display:block;text-align:center;font-size:1.75rem}@media only screen and (min-width:1600px){.section-contact .col-right .phone{font-size:2rem}}.section-contact .col-right .email{margin-bottom:20px;color:#fff;display:block;text-align:center;font-size:1.125rem}@media only screen and (min-width:1600px){.section-contact .col-right .email{font-size:1.25rem}}.section-contact .col-right .address{color:#fff;display:block;text-align:center;font-size:1.125rem}@media only screen and (min-width:1600px){.section-contact .col-right .address{font-size:1.25rem}}[data-bg~=white]{background-color:#fff}[data-bg~=grey-light]{background-color:#f2f2f2;border-bottom:8px solid #f0eace}.box-content h1,.box-content h2,.box-content h3,.box-content h4,.box-content h5,.box-content h6{color:#8c4866;font-weight:600;line-height:1.125em;text-align:center;margin:0 0 15px}.box-content h1{font-size:2rem}@media only screen and (min-width:768px){.section-contact .col-right{padding:60px 30px}.box-content h1,.box-content h2,.box-content h3,.box-content h4,.box-content h5,.box-content h6{text-align:left}.box-content h1{font-size:3rem}}@media only screen and (min-width:1600px){.box-content h1{font-size:4rem}}.box-content h2{font-size:2rem}@media only screen and (min-width:768px){.box-content h2{font-size:2.75rem}}@media only screen and (min-width:1600px){.box-content h2{font-size:3.5rem}}.box-content h3{font-size:1.75rem}@media only screen and (min-width:768px){.box-content h3{font-size:2.5rem}}@media only screen and (min-width:1600px){.box-content h3{font-size:3rem}}.box-content h4{font-size:1.5rem}@media only screen and (min-width:768px){.box-content h4{font-size:1.75rem}}@media only screen and (min-width:1600px){.box-content h4{font-size:2.25rem}}.box-content h5{font-size:1.375rem}@media only screen and (min-width:768px){.box-content h5{font-size:1.5rem}}@media only screen and (min-width:1600px){.box-content h5{font-size:2rem}}.box-content h6{font-size:1.125rem}@media only screen and (min-width:768px){.box-content h6{font-size:1.25rem}}@media only screen and (min-width:1600px){.box-content h6{font-size:1.5rem}}.box-content p{color:#000;font-size:1rem;font-weight:300;line-height:1.75em;margin:0 0 15px}@media only screen and (min-width:480px){.box-content p{font-size:1.125rem;margin:0 0 30px}}@media only screen and (max-width:767px){.box-content p{text-align:center}}.box-content p:last-child{margin:0}.box-content strong{font-weight:600}.box-content a:not([data-custom-button]){color:#8c4866;font-size:1rem;font-weight:600;display:inline-block;text-decoration:underline;font-style:italic;transition:color 350ms ease}@media only screen and (min-width:480px){.box-content a:not([data-custom-button]){font-size:1.125rem}}@media only screen and (min-width:1025px){.box-content a:not([data-custom-button]):hover{color:#46413d}}.box-content ol{list-style:decimal;padding:0 0 0 20px}.box-content ol ol{padding:0 0 0 40px}.box-content ul{list-style:inside;padding:0}@media only screen and (min-width:768px){.box-content ul{list-style:outside;padding:0 0 0 20px}.box-content ul ul{padding:0 0 0 40px}}.box-content ol,.box-content ul{margin:0 0 30px}.box-content ol>li>ol,.box-content ol>li>ul,.box-content ul>li>ol,.box-content ul>li>ul{list-style:circle;margin:15px 0 30px}.box-content li{color:#000;font-size:1rem;font-weight:300;line-height:1.5em;text-align:center;margin:0 0 15px}.box-content li:last-child{margin-bottom:0}.box-content .embed-responsive{max-width:80%;margin:20px auto 30px}@media only screen and (min-width:992px){.box-content .embed-responsive{margin:40px auto 60px}}.box-content .image-content{margin:0 0 20px}@media only screen and (min-width:768px){.box-content li{text-align:left}.box-content .image-content{margin:0}}.box-content>img{max-width:100%;height:auto;margin-bottom:15px!important}@media only screen and (min-width:480px){.box-content li{font-size:1.125rem}.box-content>img{margin-bottom:30px!important}}.box-content>img.alignleft{margin:auto 0 0}@media only screen and (min-width:1200px){.box-content>img.img-highlighted{max-width:560px}.box-content>img.alignleft{margin-right:20px;float:left}}.box-content>img.aligncenter{margin:0 auto}.box-content>img.alignright{margin:auto 0 0}@media only screen and (min-width:1200px){.box-content>img.alignright{margin-left:20px;float:right}}.box-content hr{margin:0 0 20px;height:4px;background-color:#000;border:none}.box-content blockquote{background-color:#f3f3f3;border-left:6px solid #753651;padding:15px;margin:0 20px 40px}@media only screen and (min-width:1600px){.box-content blockquote{padding:30px;margin:0 30px 30px}}.box-content blockquote p{font-style:italic;font-weight:500;padding:0;margin:0}.box-content blockquote p+p{margin:15px 0 0}@media only screen and (min-width:992px){.box-content blockquote p+p{margin:30px 0 0}}.box-content .mejs-container{margin:0 0 15px}@media only screen and (min-width:480px){.box-content .mejs-container{margin:0 0 30px}}.box-content table.tabela thead tr{background-color:#8c4866}.box-content table.tabela thead tr th{color:#fff;font-weight:700;padding:5px 10px}.box-content table.tabela tbody tr{background-color:#efefef}.box-content table.tabela tbody tr td{padding:5px 10px}.box-content table.tabela tbody tr:nth-child(even){background:#fff}.box-content .wp-caption{max-width:100%;margin:0 0 15px}@media only screen and (min-width:480px){.box-content .wp-caption{margin:0 0 30px}}.box-content .wp-caption img{margin:0!important}.box-content .wp-caption p{font-size:.875rem;line-height:1.5em;padding:5px 0 0}.section-model{position:relative;overflow:hidden;padding:40px 0}.section-model .box-text p{color:#000;font-size:1rem;font-weight:500;line-height:1.75em;text-align:center;margin:0 0 15px}@media only screen and (min-width:480px){.box-content .wp-caption p{font-size:1rem}.section-model .box-text p{font-size:1.125rem}}@media only screen and (min-width:768px){.section-model{padding:60px 0}.section-model .box-text p{font-size:1.25rem;text-align:left;margin:-15px 0 30px}}.section-model.section-top-model{padding:20px 0 40px}@media only screen and (min-width:768px){.section-model.section-top-model{padding:30px 0 60px}}.section-model.section-bottom-model{padding:40px 0 20px}.section-model ul.list__convenios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;height:auto!important;list-style:none}@media only screen and (min-width:768px){.section-model.section-bottom-model{padding:60px 0 30px}.section-model ul.list__convenios{-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:1200px){.section-model ul.list__convenios{height:500px!important;-ms-flex-wrap:wrap;flex-wrap:wrap}}.section-accordion-model .accordion .item{margin:0 0 15px}.section-accordion-model .accordion .item .question{border:1px solid #e0e0e0;border-radius:10px;background-color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px;position:relative;transition:background-color .3s}@media only screen and (min-width:768px){.section-accordion-model .accordion .item .question{padding:20px 30px}}.section-accordion-model .accordion .item .question span{color:#8c4866;font-size:1.125rem;font-weight:400;transition:color .3s}@media only screen and (min-width:480px){.section-accordion-model .accordion .item .question span{font-size:1.25rem}}@media only screen and (min-width:1600px){.section-model .container{max-width:1600px}.section-accordion-model .accordion .item .question span{font-size:1.5rem}}.section-accordion-model .accordion .item .question .more{-ms-flex-negative:0;flex-shrink:0;position:relative;width:28px;height:28px;margin:0 0 0 15px}.section-accordion-model .accordion .item .question .more:after,.section-accordion-model .accordion .item .question .more:before{content:"";border-bottom:2px solid #8c4866;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.77,0,.175,1)}.section-accordion-model .accordion .item .question .more:before{transform:translate(-50%,-50%) rotate(90deg)}.section-accordion-model .accordion .item .response{display:none;padding:15px 0}@media only screen and (min-width:768px){.section-accordion-model .accordion .item .response{padding:20px 0}}.section-accordion-model .accordion .item .response h2,.section-accordion-model .accordion .item .response h3,.section-accordion-model .accordion .item .response h4,.section-accordion-model .accordion .item .response h5,.section-accordion-model .accordion .item .response h6{margin:15px 0 5px}.section-accordion-model .accordion .item .response p{color:#46413d;font-size:1rem;font-weight:300;margin:0}.section-accordion-model .accordion .item .response p+p{margin:15px 0 0}.section-accordion-model .accordion .item .response a{color:#000;text-decoration:underline;display:-ms-inline-flexbox;display:inline-flex;padding:15px 20px;font-weight:700;border-radius:25px;transition:background .3s ease-in-out,opacity .3s ease-in-out,border-color .3s ease-in-out}@media only screen and (min-width:1600px){.section-accordion-model .accordion .item .response a{padding:15px 30px}}@media only screen and (min-width:1025px){.section-accordion-model .accordion .item .response a:hover{background:#e2ddc6;color:#46413d}.section-accordion-model .accordion .item:hover .question{background-color:#8c4866}.section-accordion-model .accordion .item:hover .question span{color:#fff}.section-accordion-model .accordion .item:hover .question .more:after,.section-accordion-model .accordion .item:hover .question .more:before{border-color:#fff}}.section-accordion-model .accordion .item.active .question{background-color:#8c4866}.section-accordion-model .accordion .item.active .question span{color:#fff}.section-accordion-model .accordion .item.active .question .more::after,.section-accordion-model .accordion .item.active .question .more::before{border-color:#fff;transform:translate(-50%,-50%) rotate(0)}.section-boletim-model .item .image{max-height:350px}.section-boletim-model .item .image img{object-position:top center}.section-buttons-model[data-bg~=grey-light]{border:none}.section-buttons-model .list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:480px){.section-accordion-model .accordion .item .response p{font-size:1.125rem}.section-accordion-model .accordion .item .response p+p{margin:30px 0 0}.section-buttons-model .list{margin:0 -5px}}@media only screen and (min-width:768px){.section-buttons-model .list{-ms-flex-pack:start;justify-content:flex-start;margin:0 -10px}}.section-buttons-model .list .button{box-shadow:0 0 5px 0 rgb(0 0 0 / .1);-ms-flex-pack:justify;justify-content:space-between;min-width:100%;margin:3px 0}@media only screen and (min-width:480px){.section-buttons-model .list .button{-ms-flex-pack:start;justify-content:flex-start;min-width:inherit;margin:3px 5px}}@media only screen and (min-width:768px){.section-buttons-model .list .button{margin:5px 10px}}.section-card-alternate-model,.section-card-model{padding:15px 0}.section-card-alternate-model .container,.section-card-model .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.section-card-alternate-model .container,.section-card-model .container{-ms-flex-direction:row;flex-direction:row}}.section-card-alternate-model .image,.section-card-model .image{border-radius:30px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;width:100%;margin:0 0 15px}@media only screen and (min-width:1200px){.section-card-alternate-model .image,.section-card-model .image{border-radius:50px;width:calc(52% - 45px);margin:0 45px 0 0}}.section-gallery-model .gallery-top .swiper-card .swiper-slide,.section-image-model .image,.section-video-grid-model .gallery-top .swiper-card .swiper-slide{border-radius:20px;overflow:hidden}.section-card-alternate-model .text,.section-card-model .text{width:100%;-ms-flex-positive:1;flex-grow:1;text-align:center}.section-card-alternate-model .text .title,.section-card-model .text .title{color:#8c4866;display:block;font-size:1.75rem;font-weight:600;line-height:1.2em;margin:0 0 20px}@media only screen and (min-width:768px){.section-card-alternate-model .text,.section-card-model .text{text-align:left}.section-card-alternate-model .text .title,.section-card-model .text .title{font-size:2.25rem}}@media only screen and (min-width:1600px){.section-card-alternate-model .text .title,.section-card-model .text .title{font-size:3rem}}.section-card-alternate-model .text .resume,.section-card-model .text .resume{color:#8c4866;display:block;font-size:1.25rem;font-weight:600;line-height:1.2em;margin:0 0 10px}@media only screen and (min-width:1600px){.section-card-alternate-model .text .resume,.section-card-model .text .resume{font-size:1.5rem}}.section-card-alternate-model .text p,.section-card-model .text p{color:#46413d;font-size:1rem;font-weight:300;margin:0}@media only screen and (min-width:1600px){.section-card-alternate-model .text p,.section-card-model .text p{font-size:1.125rem}}.section-card-alternate-model .button,.section-card-alternate-model .text p+p,.section-card-model .button,.section-card-model .text p+p{margin:15px 0 0}@media only screen and (min-width:1200px){.section-card-alternate-model .text,.section-card-model .text{width:48%}.section-card-alternate-model .image{margin:0 0 0 45px}}.section-content-model{border-bottom:8px solid #f0eace}.section-spacing-model{display:block;width:100%;height:15px}@media only screen and (min-width:768px){.section-spacing-model{height:30px}}@media only screen and (max-width:1199px){.section-card-alternate-model .text{-ms-flex-order:2;order:2}.section-gallery-model .container,.section-video-grid-model .container{max-width:100%}}.section-gallery-model .gallery-top .swiper-card,.section-video-grid-model .gallery-top .swiper-card{overflow:hidden;transform:translateZ(0);margin:0 0 15px}@media only screen and (min-width:992px){.section-card-alternate-model,.section-card-model{padding:30px 0}.section-gallery-model .gallery-top .swiper-card,.section-video-grid-model .gallery-top .swiper-card{margin:0 0 30px}}.section-gallery-model .gallery-bottom,.section-video-grid-model .gallery-bottom{position:relative}.section-gallery-model .gallery-bottom .swiper-cards,.section-video-grid-model .gallery-bottom .swiper-cards{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}@media only screen and (min-width:1200px){.section-gallery-model .gallery-bottom .swiper-cards,.section-video-grid-model .gallery-bottom .swiper-cards{margin:0 70px}}.section-gallery-model .gallery-bottom .swiper-cards .swiper-slide,.section-video-grid-model .gallery-bottom .swiper-cards .swiper-slide{background-color:#fff;border-radius:20px;cursor:pointer;overflow:hidden;transform:translateZ(0);max-height:150px}.section-gallery-model .gallery-bottom .swiper-cards .swiper-slide img,.section-video-grid-model .gallery-bottom .swiper-cards .swiper-slide img{opacity:.75;transition:opacity .3s}.section-gallery-model .gallery-bottom .swiper-cards .swiper-slide.swiper-slide-thumb-active img,.section-video-grid-model .gallery-bottom .swiper-cards .swiper-slide.swiper-slide-thumb-active img{opacity:1}@media only screen and (min-width:1025px){.section-gallery-model .gallery-bottom .swiper-cards .swiper-slide:hover img,.section-video-grid-model .gallery-bottom .swiper-cards .swiper-slide:hover img{opacity:1}.section-gallery-model .gallery-bottom .custom-arrow:hover,.section-video-grid-model .gallery-bottom .custom-arrow:hover{background:#8c4866}.section-gallery-model .gallery-bottom .custom-arrow:hover img,.section-video-grid-model .gallery-bottom .custom-arrow:hover img{filter:brightness(0) invert(1)}}.box-video .play .image,.section-slide-model .item.item-video .image img,.section-video-model .play .image{opacity:.5}.section-gallery-model .gallery-bottom .custom-arrow,.section-video-grid-model .gallery-bottom .custom-arrow{position:absolute;top:50%;width:48px;height:48px;margin:-30px 0 0}@media only screen and (max-width:1199px){.section-gallery-model .gallery-bottom .custom-arrow,.section-video-grid-model .gallery-bottom .custom-arrow{display:none}}.section-gallery-model .gallery-bottom .custom-arrow.swiper-button-prev,.section-video-grid-model .gallery-bottom .custom-arrow.swiper-button-prev{left:0}.section-gallery-model .gallery-bottom .custom-arrow.swiper-button-next,.section-video-grid-model .gallery-bottom .custom-arrow.swiper-button-next{right:0}.section-gallery-model .gallery-bottom .custom-arrow img,.section-video-grid-model .gallery-bottom .custom-arrow img{transition:filter .3s}.section-gallery-grid-model .gallery .item img,.section-slide-model .item.item-video .image img{transition:transform .6s cubic-bezier(.215,.61,.355,1)}.section-gallery-grid-model .gallery{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;max-width:1920px;margin:0 auto;gap:2px}.section-gallery-grid-model .gallery .item{display:block;overflow:hidden;transform:translateZ(0);width:calc((100% / 2) - 2px)}.section-image-model .image{display:block}@media only screen and (min-width:768px){.section-image-model .image{border-radius:60px}}@media only screen and (min-width:600px){.section-gallery-grid-model .gallery .item{width:calc((100% / 3) - 2px)}.section-list-model .list{column-count:2;column-gap:15px}}@media only screen and (min-width:1200px){.section-gallery-grid-model .gallery .item{width:calc((100% / 4) - 2px)}.section-list-model .list{column-count:3;column-gap:40px}}.section-list-model .list .item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;width:100%;padding:15px 0}@media only screen and (min-width:600px){.section-list-model .list .item{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row;flex-direction:row;text-align:left;padding:5px 0}}.section-list-model .list .item:before{content:"\2713";background-color:#8c4866;border-radius:30px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:10px;font-weight:600;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;margin:0 auto 5px}@media only screen and (min-width:600px){.section-list-model .list .item:before{margin:5px 10px 0 0}}.section-list-model .list .item span{color:#8c4866;font-size:1rem;font-weight:600;line-height:1.5em}@media only screen and (min-width:480px){.section-gallery-model .gallery-bottom .swiper-cards .swiper-slide,.section-video-grid-model .gallery-bottom .swiper-cards .swiper-slide{max-height:200px}.section-list-model .list .item span{font-size:1.125rem}}.section-list-full-model{overflow:hidden;padding:40px 0 20px}.section-list-full-model .list{display:none}@media only screen and (min-width:992px){.section-list-full-model .list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0 -10px}}@media only screen and (min-width:1200px){.section-list-full-model .list{margin:0 -15px}}.section-list-full-model .item{border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;overflow:hidden;text-align:center;width:calc((100% / 2) - 20px);margin:0 10px 20px}@media only screen and (min-width:768px){.section-list-model .list .item span{font-size:1.25rem}.section-list-full-model{padding:60px 0 20px}.section-list-full-model .item{-ms-flex-align:start;align-items:flex-start;text-align:left}}@media only screen and (min-width:992px){.section-list-full-model .item{width:calc((100% / 2) - 30px);margin:0 15px 30px}}@media only screen and (min-width:1200px){.section-list-full-model .item{width:calc((100% / 4) - 30px)}.section-text-columns-model .box-content{column-count:2;column-gap:40px}}.section-list-full-model .item .image{overflow:hidden}.section-list-full-model .item .box{background-color:#8c4866;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;width:100%;padding:20px}@media only screen and (min-width:768px){.section-list-full-model .item .box{padding:20px 30px 30px}}.section-list-full-model .item .text{width:100%;margin:0 0 15px}@media only screen and (min-width:480px){.section-list-full-model .item .text{margin:0 0 25px}}.section-list-full-model .item .text .name{margin:0 0 5px}.section-list-full-model .item .text .name span{color:#f0eace;display:block;font-size:1.25rem;font-weight:600;line-height:1.2em}@media only screen and (min-width:480px){.section-list-full-model .item .text .name{margin:0 0 10px}.section-list-full-model .item .text .name span{font-size:1.375rem}}@media only screen and (min-width:1600px){.section-list-full-model .item .box{padding:20px 40px 40px}.section-list-full-model .item .text .name span{font-size:1.5rem}}.section-list-full-model .item .text p{color:#fff;font-size:.875rem;font-weight:300;margin:0}@media only screen and (min-width:480px){.section-list-full-model .item .text p{font-size:1rem}}.section-list-full-model .item .links{margin:0 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.section-list-full-model .item .button{margin:auto auto 10px}.section-list-full-model .item .button:last-child{margin:auto auto 0}@media only screen and (min-width:768px){.section-list-full-model .item .button{margin:auto 0 10px}.section-list-full-model .item .button:last-child{margin:auto 0 0}}.section-list-full-model .slide{display:block}.section-list-full-model .slide .swiper-container{overflow:inherit}.section-list-full-model .slide .swiper-slide{height:auto}.section-list-full-model .slide .item{width:100%;height:100%;margin:0}.section-separator-model{background-color:#8c4866;position:relative}.section-separator-model .container{z-index:4;padding:60px 15px}@media only screen and (min-width:992px){.section-list-full-model .slide{display:none}.section-separator-model .container{padding:90px 15px}}@media only screen and (min-width:1600px){.section-separator-model .container{max-width:1600px;padding:120px 15px}}.section-separator-model .image{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.section-separator-model .image img{position:relative;z-index:2}.section-separator-model .box-title-separator{text-align:center}@media only screen and (min-width:768px){.section-separator-model .box-title-separator{text-align:left}.section-separator-model .box-title-separator .title{margin:0 0 40px}}.section-separator-model .box-title-separator .resume{color:#fff;display:block;font-size:1.25rem;font-weight:600;line-height:1.2em;margin:0 0 10px}@media only screen and (min-width:480px){.section-separator-model .box-title-separator .resume{font-size:1.5rem}}.section-separator-model .box-title-separator .text{max-width:710px}.section-separator-model .box-title-separator .text p{color:#fff;font-size:1rem;font-weight:300;margin:0}.section-separator-model .box-title-separator .text p+p{margin:15px 0 0}.section-separator-model:not(.section-separator-bg-model){background-color:#fff}.section-separator-model:not(.section-separator-bg-model) .image:before{content:"";background:#753651;position:absolute;pointer-events:none;z-index:3;left:0;top:0;width:100%;height:100%;mix-blend-mode:multiply}.section-slide-model{overflow:hidden}.section-slide-model .item{border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;overflow:hidden;text-align:center;width:100%;height:100%}@media only screen and (min-width:768px){.section-separator-model:not(.section-separator-bg-model) .image:before{background:linear-gradient(90deg,#753651 0,#753651 33%,#fff0 100%)}.section-slide-model .item{-ms-flex-align:start;align-items:flex-start;text-align:left}}.section-slide-model .item .image{overflow:hidden;width:100%}.section-slide-model .item .box{background-color:#8c4866;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;width:100%;padding:20px}@media only screen and (min-width:768px){.section-slide-model .item .box{padding:20px 30px 30px}}.section-slide-model .item .text{width:100%;margin:0 0 15px}.section-slide-model .item .text .name{margin:0 0 5px}@media only screen and (min-width:480px){.section-separator-model .box-title-separator .text p{font-size:1.125rem}.section-slide-model .item .text .name{margin:0 0 10px}}.section-slide-model .item .text .name span{color:#f0eace;display:block;font-size:1.25rem;font-weight:600;line-height:1.2em}@media only screen and (min-width:480px){.section-slide-model .item .text .name span{font-size:1.375rem}}@media only screen and (min-width:1600px){.section-slide-model .item .box{padding:20px 40px 40px}.section-slide-model .item .text .name span{font-size:1.5rem}.section-text-columns-model .box-content{column-gap:70px}}.section-slide-model .item .text p{color:#fff;font-size:.875rem;font-weight:300;margin:0}@media only screen and (min-width:480px){.section-slide-model .item .text p{font-size:1rem}}.section-slide-model .item .button{margin:auto auto 0}@media only screen and (min-width:768px){.section-slide-model .item .button{margin:auto 0 0}}.section-slide-model .item.item-video .image{background-color:#000;position:relative}.section-slide-model .item.item-video .image .icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.section-slide-model .item.item-video .image .icon svg{color:#fff;width:60px;height:60px}.section-slide-model .item.item-video .text{margin:0}.section-slide-model .slide .swiper-container{overflow:inherit}.section-slide-model .slide .swiper-slide{height:auto}.section-slide-model .slide .box-arrow{-ms-flex-pack:center;justify-content:center;margin:30px 0 0}.section-slide-model .slide .box-arrow .custom-arrow img{transition:filter .3s}.box-video .play .image img,.section-video-model .play .image img{transition:transform .6s cubic-bezier(.215,.61,.355,1)}@media only screen and (min-width:1025px){.section-gallery-grid-model .gallery .item:hover img,.section-slide-model .item.item-video:hover .image img{transform:scale(1.02)}.section-slide-model .slide .box-arrow .custom-arrow:hover{background-color:#8c4866}.section-slide-model .slide .box-arrow .custom-arrow:hover img{filter:brightness(0) invert(1)}.section-video-model .play[href]:hover img{transform:scale(1.02)}}.section-title-model{padding:40px 0 0}.section-video-model .play{background-color:#000;border-radius:20px;display:block;position:relative;overflow:hidden}.section-video-model .play .icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.section-video-model .play .icon svg{color:#fff;width:60px;height:60px}@media only screen and (min-width:600px){.section-video-model .play .icon svg{width:90px;height:90px}}.section-icone-model .resume{max-width:900px;display:block;margin:0 0 20px;font-weight:600;font-size:1.25rem;line-height:1.2em;color:#8c4866}@media only screen and (min-width:1600px){.section-icone-model .resume{font-size:1.5rem}}.section-icone-model .icones{display:-ms-grid;display:grid;-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr);gap:25px;-ms-grid-column-align:center;justify-items:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:480px){.section-icone-model .icones{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.section-title-model{padding:60px 0 0}.section-icone-model .icones{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:1200px){.section-video-model .play .icon svg{width:120px;height:120px}.section-icone-model .icones{-ms-grid-columns:(1fr) [7];grid-template-columns:repeat(7,1fr)}}.section-archive.section-archive-convenios .section-content,.section-model-exames .section-content{-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr)}.section-icone-model .icones .box-img{margin-bottom:10px}.section-icone-model .icones .box-img img{margin:0 auto;display:block}.section-icone-model .icones .item{text-align:center}.section-icone-model .icones .item p{margin:0;font-size:1rem;line-height:1.25em;color:#46413d}.box-video>img{aspect-ratio:16/9}.box-video .play{background-color:#000;border-radius:20px 20px 0 0;display:block;position:relative;overflow:hidden}.box-video .play .icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.box-video .play .icon svg{color:#fff;width:60px;height:60px}@media only screen and (min-width:600px){.box-video .play .icon svg{width:90px;height:90px}}@media only screen and (min-width:1200px){.box-video .play .icon svg{width:120px;height:120px}}@media only screen and (min-width:1025px){.box-video .play[href]:hover img{transform:scale(1.02)}}.box-video .play>img,.box-video video{width:100%;aspect-ratio:16/9}.box-video .caption{width:100%;padding:20px;background:#000;color:#fff;font-size:.75rem}.default-form,.form-default{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px}.default-form .box-input.w100,.default-form .wpcf7-form-control-wrap.w100,.default-form [data-custom-title],.form-default .box-input.w100,.form-default .wpcf7-form-control-wrap.w100,.form-default [data-custom-title]{width:100%}@media only screen and (min-width:768px){.box-video .play{border-radius:20px}.box-video .caption{position:absolute;bottom:0;left:0;padding:15px 30px;font-size:1rem;background:rgb(0 0 0 / .8)}.default-form .box-input.w80,.default-form .wpcf7-form-control-wrap.w80,.form-default .box-input.w80,.form-default .wpcf7-form-control-wrap.w80{width:calc(80% - 12.5px)}.default-form .box-input.w70,.default-form .wpcf7-form-control-wrap.w70,.form-default .box-input.w70,.form-default .wpcf7-form-control-wrap.w70{width:calc(70% - 12.5px)}.default-form .box-input.w50,.default-form .wpcf7-form-control-wrap.w50,.form-default .box-input.w50,.form-default .wpcf7-form-control-wrap.w50{width:calc(100% / 2 - 12.5px)}.default-form .box-input.w33,.default-form .wpcf7-form-control-wrap.w33,.form-default .box-input.w33,.form-default .wpcf7-form-control-wrap.w33{width:calc(100% / 3 - 12.5px)}.default-form .box-input.w30,.default-form .wpcf7-form-control-wrap.w30,.form-default .box-input.w30,.form-default .wpcf7-form-control-wrap.w30{width:calc(30% - 12.5px)}.default-form .box-input.w20,.default-form .wpcf7-form-control-wrap.w20,.form-default .box-input.w20,.form-default .wpcf7-form-control-wrap.w20{width:calc(20% - 12.5px)}}.default-form .submit-session,.form-default .submit-session{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%}@media only screen and (min-width:768px){.default-form .submit-session,.form-default .submit-session{-ms-flex-pack:end;justify-content:flex-end}}.box-input,.wpcf7-form-control-wrap{width:100%}.box-input>label,.wpcf7-form-control-wrap>label{display:block;margin-bottom:13px;font-weight:700;font-size:1.2rem;line-height:1em;letter-spacing:-1px;color:#753651}@media only screen and (min-width:1600px){.box-input>label,.wpcf7-form-control-wrap>label{font-size:1.375rem}}.box-input input,.box-input textarea,.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea{width:100%;padding:15px 20px;border-radius:12px;background:#fff;border:1px solid #ccc;font-size:1.1rem;color:#000}@media only screen and (min-width:1600px){.box-input input,.box-input textarea,.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea{font-size:1.25rem}}.box-input textarea,.wpcf7-form-control-wrap textarea{height:200px}.box-input a,.wpcf7-form-control-wrap a{margin-top:5px;color:#753651;transition:color .3s ease-in-out;font-size:1rem}@media only screen and (min-width:1200px){.box-input a:hover,.wpcf7-form-control-wrap a:hover{color:#46413d}.section-model-exames .container{max-width:1170px}}.box-input.box-submit button{-ms-flex-pack:center;justify-content:center;width:100%}.box-input:has([type=checkbox]),.box-input:has([type=radio]){display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.box-input:has([type=checkbox]) input,.box-input:has([type=radio]) input{margin:.2em 10px 0 0;width:auto;accent-color:#753651}.box-input:has([type=checkbox]) label,.box-input:has([type=radio]) label{margin:0;font-weight:400;font-size:1rem;letter-spacing:normal;color:#46413d}.custom-select .SumoSelect,.wpcf7-form-control-wrap .SumoSelect{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;cursor:pointer;background:#fff;border-radius:12px}.custom-select .SumoSelect.open>.CaptionCont,.wpcf7-form-control-wrap .SumoSelect.open>.CaptionCont{box-shadow:unset;border-radius:12px 12px 0 0}.custom-select .SumoSelect.open>.optWrapper,.wpcf7-form-control-wrap .SumoSelect.open>.optWrapper{top:100%}.custom-select .SumoSelect.open .search-txt,.wpcf7-form-control-wrap .SumoSelect.open .search-txt{opacity:1;pointer-events:auto}.custom-select .SumoSelect:focus>.CaptionCont,.custom-select .SumoSelect:hover>.CaptionCont,.wpcf7-form-control-wrap .SumoSelect:focus>.CaptionCont,.wpcf7-form-control-wrap .SumoSelect:hover>.CaptionCont{box-shadow:unset}.custom-select .SumoSelect .search-txt,.custom-select .SumoSelect>.CaptionCont,.wpcf7-form-control-wrap .SumoSelect .search-txt,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont{height:100%;width:100%;padding:12px 30px 12px 20px;font-size:1rem;color:#000;border-color:#ccc}@media only screen and (min-width:1600px){.custom-select .SumoSelect .search-txt,.custom-select .SumoSelect>.CaptionCont,.wpcf7-form-control-wrap .SumoSelect .search-txt,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont{font-size:1.25rem}}.custom-select .SumoSelect .search-txt,.wpcf7-form-control-wrap .SumoSelect .search-txt{display:block;opacity:0;position:absolute;top:0;left:0;width:100%;transition:opacity .3s;pointer-events:none}.custom-select .SumoSelect>.CaptionCont,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:0 0;border-radius:12px;cursor:pointer}.custom-select .SumoSelect>.optWrapper>.options li.opt.disabled,.custom-select .SumoSelect>.optWrapper>.options li.opt:first-child,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options li.opt.disabled,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options li.opt:first-child{display:none}.custom-select .SumoSelect>.CaptionCont>span,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont>span{padding-right:15px;font-weight:400;font-style:normal;font-size:1rem;color:#000}@media only screen and (min-width:992px){.section-slide-model .slide .swiper-container{overflow:hidden}.custom-select .SumoSelect>.CaptionCont>span,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont>span{padding-right:40px}}@media only screen and (min-width:1600px){.custom-select .SumoSelect>.CaptionCont>span,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont>span{font-size:1.25rem}}.custom-select .SumoSelect>.CaptionCont>span.placeholder,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont>span.placeholder{color:#000;cursor:pointer}.custom-select .SumoSelect>.CaptionCont>label,.wpcf7-form-control-wrap .SumoSelect>.CaptionCont>label{right:5px;margin:0}.custom-select .SumoSelect>.optWrapper,.wpcf7-form-control-wrap .SumoSelect>.optWrapper{border-radius:0 0 10px 10px}.custom-select .SumoSelect>.optWrapper>.options::-webkit-scrollbar-track,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options::-webkit-scrollbar-track{background-color:#F5F5F5}.custom-select .SumoSelect>.optWrapper>.options::-webkit-scrollbar,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options::-webkit-scrollbar{width:12px;background-color:#F5F5F5}.custom-select .SumoSelect>.optWrapper>.options::-webkit-scrollbar-thumb,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options::-webkit-scrollbar-thumb{border-radius:10px;border:2px solid #F5F5F5;background-color:#753651}.custom-select .SumoSelect>.optWrapper>.options li.opt,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options li.opt{padding:15px;margin:0;transition:background 350ms}.custom-select .SumoSelect>.optWrapper>.options li.opt:hover,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options li.opt:hover{background-color:#753651}.custom-select .SumoSelect>.optWrapper>.options li.opt:hover label,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options li.opt:hover label{color:#fff}.custom-select .SumoSelect>.optWrapper>.options li.opt label,.wpcf7-form-control-wrap .SumoSelect>.optWrapper>.options li.opt label{color:#46413d;transition:color 350ms;text-transform:uppercase;font-size:1rem;margin:0}.wpcf7-form-control-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:768px){.wpcf7-form-control-wrap:has(.w50){width:calc(100% / 2 - 12.5px)}.wpcf7-form-control-wrap:has(.w33){width:calc(100% / 3 - 17px)}}.wpcf7{max-width:1170px;margin:0 auto}.wpcf7 .options{width:100%}.wpcf7 .options>p{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px}.wpcf7 .form-section>p{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.wpcf7 .form-section header h4{font-size:1.5rem}.wpcf7 .wpcf7-checkbox,.wpcf7 .wpcf7-radio{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;width:100%}.wpcf7 .wpcf7-checkbox span,.wpcf7 .wpcf7-radio span{margin:0}.wpcf7 .wpcf7-checkbox span label,.wpcf7 .wpcf7-radio span label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;margin:0;cursor:pointer}.wpcf7 .wpcf7-checkbox span label input,.wpcf7 .wpcf7-radio span label input{width:auto;accent-color:#753651}.wpcf7 .wpcf7-checkbox span label span,.wpcf7 .wpcf7-radio span label span{font-weight:400;color:#46413d}.submit-session{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){.submit-session{-ms-flex-pack:end;justify-content:flex-end}}.section-formulario-model .section-header{margin-bottom:30px}.section-formulario-model .section-content{max-width:1170px;margin:0 auto}.section-model-exames .section-header{margin:0 auto 60px}.section-model-exames .section-content{display:-ms-grid;display:grid;grid-gap:40px 20px;margin-bottom:70px}.page-centro-de-pesquisa-aprendizagem-e-inovacao .info-unidade .section-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.page-centro-de-pesquisa-aprendizagem-e-inovacao .info-unidade .section-content .left-content{width:100%}.tabs-container{margin:30px 0}.tabs-nav{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;border-bottom:2px solid #ddd}.tabs-nav .tab-link{padding:12px 18px;cursor:pointer;color:#333;border-bottom:3px solid #fff0;transition:all .3s}.tabs-nav .tab-link:hover{color:#8c4866;border-bottom:3px solid #d8a3c0;transform:translateY(-2px)}.tabs-nav .tab-link.active{font-weight:700;color:#8c4866;border-bottom:3px solid #8c4866;transform:translateY(0)}.tabs-content{margin-top:20px}.tabs-content .tab-content{display:none}.tabs-content .tab-content.active{display:block}.tabs-content .tab-content p{margin-bottom:1em;line-height:1.6;color:#333}.tabs-content .tab-content strong{font-weight:700}.tabs-content .tab-content em{font-style:italic}.tabs-content .tab-content ol,.tabs-content .tab-content ul{margin:1em 0 1em 1.5em;padding:0;color:#333}.tabs-content .tab-content ol li,.tabs-content .tab-content ul li{margin-bottom:.5em;line-height:1.5}.tabs-content .tab-content ol{list-style-type:decimal}.tabs-content .tab-content ul{list-style-type:disc}.tabs-content .tab-content a{color:#8c4866;text-decoration:underline;transition:all .3s;display:inline;white-space:nowrap}.tabs-content .tab-content a:hover{color:#5a2e44;text-decoration:none}.tabs-content .tab-content blockquote{border-left:4px solid #8c4866;background-color:#f9f0f9;padding:15px 20px;margin:20px 0;font-style:italic;font-size:1rem;color:#333;line-height:1.6;border-radius:4px;transition:all .3s}.tabs-content .tab-content blockquote:hover{background-color:#f3e6f1;border-left-color:#5a2e44}@media (max-width:600px){.tabs-nav{-ms-flex-direction:column;flex-direction:column}.tabs-nav .tab-link{margin-bottom:5px}.tabs-content .tab-content a{white-space:normal}}.section-archive{margin:30px 0 60px}@media only screen and (min-width:768px){.section-archive{margin:40px 0 65px}}@media only screen and (min-width:1200px){.section-archive{margin:80px 0 135px}.section-archive.section-archive-convenios .section-header{max-width:1170px}}.section-archive.section-archive-convenios .section-header{margin:0 auto 60px}@media only screen and (min-width:480px){.section-archive.section-archive-convenios .section-content{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:600px){.section-archive.section-archive-convenios .section-content{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){.section-archive.section-archive-convenios .section-content{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}}.section-archive .filtro-artigos{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding-bottom:40px;gap:20px}.section-archive .section-content{display:-ms-grid;display:grid;-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr);grid-gap:40px 20px;margin-bottom:70px}.card-especialidade,.card-exame{border-radius:20px;overflow:hidden;box-shadow:0 0 50px 10px rgb(0 0 0 / .1)}.card-especialidade a,.card-exame a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.card-especialidade a .box-text,.card-exame a .box-text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:20px 25px 30px}.card-especialidade a .box-text h3,.card-exame a .box-text h3{margin:0 0 10px;font-weight:600;font-size:2rem;line-height:1.25em;letter-spacing:-1px;color:#753651;text-align:center}@media only screen and (min-width:600px){.section-archive .section-content{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}.card-especialidade a .box-text,.card-exame a .box-text{-ms-flex-align:start;align-items:flex-start}.card-especialidade a .box-text h3,.card-exame a .box-text h3{text-align:left}}@media only screen and (min-width:1600px){.section-archive .container{max-width:1570px}.section-archive .section-content{grid-gap:39px}.card-especialidade a .box-text,.card-exame a .box-text{padding:40px 35px}.card-especialidade a .box-text h3,.card-exame a .box-text h3{font-size:2.15rem}}.card-especialidade a .box-text p,.card-exame a .box-text p{margin:0 0 20px;font-weight:300;font-size:1rem;line-height:1.25em;color:#46413d;text-align:center}@media only screen and (min-width:1600px){.card-especialidade a .box-text p,.card-exame a .box-text p{font-size:1.125rem}.banner-single .container{max-width:1600px}}.card-especialidade a .box-text button,.card-exame a .box-text button{margin-top:auto}.card-exame a .box-text h3{font-size:1.4rem}@media only screen and (min-width:600px){.card-especialidade a .box-text p,.card-exame a .box-text p{text-align:left}.card-exame a{-ms-flex-direction:row;flex-direction:row}.card-exame a .box-text h3{font-size:2rem}.card-exame .info-exame span{margin-bottom:10px}}@media only screen and (max-width:600px){.card-exame a .box-text [data-custom-button]{font-size:.875rem}}.card-exame .info-exame{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:15px;min-width:110px;background:#753651}.card-exame .info-exame span{display:block;font-weight:700}.card-exame .info-exame small{font-size:1rem}.card-exame .info-exame small,.card-exame .info-exame span{color:#fff;text-align:center}.banner-single{background:#fafafa;margin-bottom:50px}.banner-single .section-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.banner-single .section-content .left-content{padding:35px 0;text-align:center}.banner-single .section-content .left-content [data-custom-title]{margin-bottom:15px}@media only screen and (min-width:992px){.banner-single .section-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.banner-single .section-content .left-content{-ms-flex-positive:1;flex-grow:1;text-align:left;padding:70px 0 30px}.banner-single .section-content .left-content [data-custom-title]{margin-bottom:30px}}.banner-single .section-content .right-content{-ms-flex-order:-1;order:-1}@media only screen and (min-width:992px){.banner-single .section-content .right-content{-ms-flex-order:unset;order:unset;-ms-flex-negative:0;flex-shrink:0;max-width:50%}}@media only screen and (min-width:1200px){.section-archive .section-content{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}.card-especialidade:has(a[href]),.card-exame:has(a[href]){transition:transform .3s ease-in-out}.card-especialidade:has(a[href]):hover,.card-exame:has(a[href]):hover{transform:scale(.95)}.banner-single .section-content .left-content{padding:130px 0 100px}.banner-single .section-content .right-content .box-img{margin-right:calc((-100vw + 1140px)/ 2)}}@media only screen and (min-width:1600px){.banner-single .section-content .right-content{max-width:unset}.banner-single .section-content .right-content .box-img{margin-right:calc((-100vw + 1585px)/ 2)}}.interna-especialidades{margin-bottom:30px}.interna-especialidades .section-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;gap:15px}@media only screen and (min-width:768px){.interna-especialidades{margin-bottom:75px}.interna-especialidades .section-content{gap:30px}}@media only screen and (min-width:992px){.interna-especialidades .section-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.interna-especialidades .section-content .left-content{-ms-flex-positive:1;flex-grow:1}.interna-especialidades .section-content .left-content h1,.interna-especialidades .section-content .left-content h2,.interna-especialidades .section-content .left-content h3,.interna-especialidades .section-content .left-content h4,.interna-especialidades .section-content .left-content h5,.interna-especialidades .section-content .left-content h6,.interna-especialidades .section-content .left-content li{color:#753651}.interna-especialidades .section-content .left-content h1:not([data-custom-title]){font-size:2rem}.interna-especialidades .section-content .left-content h2:not([data-custom-title]){font-size:1.875rem}.interna-especialidades .section-content .left-content h3:not([data-custom-title]){font-size:1.675rem}.interna-especialidades .section-content .left-content h4:not([data-custom-title]){font-size:1.475rem}.interna-especialidades .section-content .left-content h5:not([data-custom-title]),.interna-especialidades .section-content .left-content h6:not([data-custom-title]){font-size:1.275rem}.interna-especialidades .section-content .left-content ul{padding-left:20px}.interna-especialidades .section-content .left-content li,.interna-especialidades .section-content .left-content p{font-size:1.25rem;line-height:1.35em}.interna-especialidades .section-content .left-content li{font-weight:600;letter-spacing:-1px}.interna-especialidades .section-content .left-content .list-artigo{list-style:none;padding-left:0}.interna-especialidades .section-content aside{position:sticky;top:15px;left:0;width:100%}@media only screen and (min-width:992px){.interna-especialidades .section-content aside{max-width:400px;-ms-flex-negative:0;flex-shrink:0}}.sidebar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:35px 20px;border-radius:30px;background:#f7f7f6}@media only screen and (min-width:992px){.sidebar{padding:35px;gap:45px}}.sidebar .sidebar-header{margin-bottom:30px}.sidebar .sidebar-header h3,.sidebar .sidebar-header p{margin:0;text-align:center;color:#753651}.sidebar .sidebar-header h3{font-size:1.5rem;line-height:1em}@media only screen and (min-width:480px){.sidebar .sidebar-header h3{font-size:2rem}}@media only screen and (min-width:1600px){.interna-especialidades .section-content aside{max-width:635px}.sidebar{padding:70px 35px}.sidebar .sidebar-header h3{font-size:2.5rem}}.sidebar .sidebar-header h3+p{margin-top:13px}.sidebar .sidebar-header p{font-size:1rem;line-height:1.2em;font-weight:300}@media only screen and (min-width:480px){.sidebar .sidebar-header p{font-size:1.1rem}}@media only screen and (min-width:1600px){.sidebar .sidebar-header p{font-size:1.4rem}}.sidebar-unit{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none;gap:10px}@media only screen and (min-width:480px){.sidebar-unit{-ms-flex-align:stretch;align-items:stretch}}.sidebar-unit li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:10px;text-align:center}@media only screen and (min-width:480px){.sidebar-unit li{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;text-align:left}}.sidebar-unit li ul{gap:5px;padding:0}.sidebar-unit li .icon{-ms-flex-negative:0;flex-shrink:0;margin-top:.2em;filter:invert(21%) sepia(17%) saturate(1992%) hue-rotate(287deg) brightness(97%) contrast(91%)}.sidebar-unit li .icon img,.sidebar-unit li .icon svg{filter:brightness(0)}.sidebar-unit li a{font-weight:500;font-size:1rem;color:#753651;transition:color .3s ease-in-out}.agendar-consulta{padding:20px 10px;border-radius:15px;background:#ece5e7}@media only screen and (min-width:480px){.agendar-consulta{padding:30px 20px}}@media only screen and (min-width:1600px){.sidebar-unit li a{font-size:1.25rem}.agendar-consulta{padding:50px}}.agendar-consulta .sidebar-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:15px}.agendar-consulta .sidebar-content>ul{padding:0}@media only screen and (min-width:1600px){.agendar-consulta .sidebar-content>ul{padding:0 35px}}.related-posts{padding:35px 0;background:#f7f7f7}@media only screen and (min-width:768px){.agendar-consulta .sidebar-content{gap:35px}.related-posts{padding:75px 0}}.related-posts .section-header{margin-bottom:35px}.related-posts .section-header h2{text-align:center}.related-posts .section-content{display:-ms-grid;display:grid;-ms-grid-columns:(1fr) [1];grid-template-columns:repeat(1,1fr);grid-gap:20px}@media only screen and (min-width:600px){.related-posts .section-content{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1600px){.related-posts .section-content{grid-gap:39px}}.page-template-template-doe .interna-especialidades{margin-top:50px}.section-banner-img .container{max-width:1920px;padding:0}.livros{padding:40px 0}.livros .section-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:25px}@media only screen and (min-width:992px){.livros .section-content{-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1200px){.sidebar-unit li a:hover{color:#46413d}.related-posts .section-content{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr)}.livros{padding:80px 0}.livros .section-content{gap:50px}}.livros .section-content .left-content{max-width:280px}@media only screen and (min-width:480px){.livros .section-content .left-content{max-width:370px}}.livros .section-content .right-content ul{padding:0;list-style:none}.livros .section-content .right-content ul li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:0;text-align:center}@media only screen and (min-width:1200px){.livros .section-content .right-content ul li{gap:5px;-ms-flex-direction:row;flex-direction:row;text-align:left}}.livros .section-content .right-content ul li strong{font-weight:700;color:#753651}@font-face{font-display:swap;font-family:qlwapp-whatsapp;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAAsAAAAABbgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAfwAAAH8pb7IGGhlYWQAAAPAAAAANgAAADYUXm9HaGhlYQAAA/gAAAAkAAAAJAfAA8ZobXR4AAAEHAAAABQAAAAUCgAAA2xvY2EAAAQwAAAADAAAAAwAKAESbWF4cAAABDwAAAAgAAAAIAAJAJluYW1lAAAEXAAAAYYAAAGGmUoJ+3Bvc3QAAAXkAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAD/8AD/gPAACcATwCWAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmATEiJi8BBzcnLgE1NDc+ATc2MzIXHgEXFhcWFx4BFxYVFAcOAQcGIxMuAScmIgcOAQcOAScuAScuAScmNjc+ATc+ATc2JicuAScuASMmIiMiBgcOARUUFhcWFx4BFxYXHgEXHgE3PgE3PgEnLgEnA2kkKSpbMTEzaVxdiSgoIiJIAQ03e0BpXF2KKCgKCiYbHP51OW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMrJBwcJQoKKCiKXFxpQ4E6/vlHHx8oKIldXGkzMTFbKin9Fx4dCSmbEDJzPFdNTHMhIQgIHxcXHh4jIkwpKCtXTU1yISIBPAUhBAMKCSIHBgIFBRogGTYJCQwFBAwGBgkGBgwEBUcTEgMBBwkJMi8vTgYDFxY8IB8UCg0EBwEDAyMWFiIEBAcEAAAAAAEAAAABAAAmrdZpXw889QALBAAAAAAA2KCVZQAAAADYoJVlAAD/wAP+A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAwAAAAAACgAUAB4A/gABAAAABQCXAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:400;font-style:normal}.qlwapp__icon{all:unset;font-family:qlwapp-whatsapp,serif,sans-serif!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp__icon::before{content:""}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro",serif,sans-serif;font-style:unset;font-size:24px;font-weight:700;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text,#fff);display:flex}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;margin:24px auto;height:40px;box-shadow:0 1px 6px 0 rgb(0 0 0 / .06),0 2px 32px 0 rgb(0 0 0 / .16);cursor:pointer}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none!important;text-decoration:none!important;color:var(--qlwapp-scheme-text,#fff)!important;background-color:var(--qlwapp-scheme-brand,#25d366)!important}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size,30px)}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size,30px)}.qlwapp__button img.qlwapp__icon{width:var(--qlwapp-scheme-icon-font-size,60px);height:var(--qlwapp-scheme-icon-font-size,60px);object-fit:contain}.qlwapp__button--button{padding:var(--qlwapp-padding-xs) var(--qlwapp-padding-md)}.qlwapp__button--image{width:auto;height:auto}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px)}.qlwapp__button--bubble .qlwapp__icon{margin:0}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:700;white-space:pre;color:var(--qlwapp-scheme-text,#303030)}.qlwapp__button--disabled{pointer-events:none;opacity:.5}.qlwapp__notification-bubble{position:absolute;top:-4px;right:-4px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;z-index:10;border:2px solid #fff;box-shadow:0 2px 4px rgb(0 0 0 / .2);animation-duration:1.5s;animation-timing-function:ease-in;animation-iteration-count:1;--qlwapp-pulse-color:rgb(220 53 69 / 70%);--qlwapp-pulse-size:4px}.qlwapp__notification-bubble--bounce{animation-name:bounce}.qlwapp__notification-bubble--flash{animation-name:flash}.qlwapp__notification-bubble--pulse{animation-name:pulse}.qlwapp__notification-bubble--shakeX{animation-name:shakeX}.qlwapp__notification-bubble--shakeY{animation-name:shakeY}.qlwapp__notification-bubble--none{animation:none}.qlwapp__avatar__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.qlwapp__avatar{position:relative;width:62px;height:62px}.qlwapp__avatar .qlwapp__avatar__type-badge{position:absolute;top:-2px;right:-4px;width:18px;height:18px;border-radius:50%;background-color:var(--qlwapp-scheme-brand,#25d366);color:var(--qlwapp-scheme-text,#fff);display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 0 0 2px var(--qlwapp-scheme-background,#fff)}.qlwapp__avatar .qlwapp__avatar__type-badge svg{width:11px;height:11px;min-width:11px;min-height:11px}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center}.qlwapp__avatar .qlwapp__avatar__container--icon{background-color:var(--qlwapp-scheme-brand,#25d366);color:var(--qlwapp-scheme-text,#fff);font-weight:700;font-size:30px}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto}.qlwapp__contact-list{height:100%;overflow:auto;overscroll-behavior:contain}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center}.qlwapp__contact:not(:first-child){border-top:1px solid rgb(0 0 0 / .1)}.qlwapp__contact:hover,.qlwapp__contact:focus-visible{background-color:rgb(0 0 0 / .05)}.qlwapp__contact:active{background-color:rgb(0 0 0 / .1)}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%}.qlwapp__contact--disabled{pointer-events:none;opacity:.5}.qlwapp__status{display:flex;align-items:center;gap:3px}.qlwapp__status__indicator{width:10px;height:10px;border-radius:50%;border:1px solid #fff}.qlwapp__status__indicator--online{background-color:#00d084}.qlwapp__status__indicator--offline{background-color:#e63946}.qlwapp__status__text{font-size:10px;color:#666}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size,inherit);font-family:var(--qlwapp-scheme-font-family,inherit);display:flex;flex-direction:column;width:430px}.qlwapp__container *{box-sizing:border-box}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size,60px)}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal::before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal::before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open){top:40%;bottom:auto}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble img.qlwapp__icon{border-radius:200px;overflow:hidden}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button img.qlwapp__icon{border-radius:200px;max-height:28px;width:auto}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit}.qlwapp__container p:last-child{margin:0}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px}.qlwapp-is-mobile{width:auto}.qlwapp-is-mobile.qlwapp__container--rounded .qlwapp__modal{border-radius:0}.qlwapp{font-weight:400;font-size:12px;font-family:Inter,sans-serif}.qlwapp--woocommerce .qlwapp__container{display:block;width:auto}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button,.qlwapp--woocommerce .qlwapp__container .qlwapp__button--bubble.qlwapp__button{margin:0}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button{width:100%}.qlwapp--shortcode .qlwapp__container{width:auto}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.5,1.5,1.5)}100%{transform:scale3d(1,1,1)}}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden}.qlwapp__footer pre,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response textarea{max-height:160px;color:inherit;background-color:inherit}.qlwapp__footer::before,.qlwapp__response::before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg,transparent 0%,rgb(0 0 0 / .025) 100%);top:0;left:0;right:0}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgb(0 0 0 / .075);position:absolute;top:0;left:0;right:0}.qlwapp__footer{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;min-height:56px;width:100%;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg)}.qlwapp__footer>*{width:100%;white-space:pre-wrap}.qlwapp__footer img{max-width:100px}.qlwapp__footer *{color:var(--qlwapp-scheme-text,#303030)}.qlwapp__footer p{padding:0;font-size:inherit;width:100%;white-space:pre-wrap}.qlwapp__footer p:last-child{margin-bottom:0}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__footer h1{font-size:2.5em}.qlwapp__footer h2{font-size:2em}.qlwapp__footer h3{font-size:1.5em}.qlwapp__footer h4{font-size:1.25em}.qlwapp__footer h5{font-size:1em}.qlwapp__footer h6{font-size:.75em}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px}.qlwapp__response pre,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;color:var(--qlwapp-scheme-text,#303030);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-size,inherit);font-size:1em!important;font-weight:400;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}.qlwapp__response pre{visibility:hidden}.qlwapp__response textarea{position:absolute;bottom:0;left:0}.qlwapp__response textarea:focus{outline:none}.qlwapp__response textarea::placeholder{opacity:.5;color:inherit}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}.qlwapp__response .qlwapp__response__buttons svg{width:18px}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:flex;font-size:18px;align-items:center;text-decoration:none}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--button-label{margin-right:5px}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5}.qlwapp__response .qlwapp__response__buttons.active>i{display:none}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block}.qlwapp__response--end-conversation pre{opacity:.5;visibility:visible;text-align:center}.qlwapp__response input[type=date]{width:100%;height:100%;border:none;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-size,inherit);font-size:1em!important;font-weight:400;line-height:20px;border-radius:inherit;margin:0;background-color:#fff0;color:inherit;display:flex;align-items:center}.qlwapp__response input[type=date]:focus{outline:none}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7;transition:opacity .2s}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.qlwapp__consent{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgb(0 0 0 / .075);background-color:rgb(0 0 0 / .025)}.qlwapp__consent .qlwapp__consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text,#303030);margin:0}.qlwapp__consent .qlwapp__consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand,#25d366)}.qlwapp__consent .qlwapp__consent-text{flex:1;user-select:none}.qlwapp__general-consent{text-align:start;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgb(0 0 0 / .075);background-color:rgb(0 0 0 / .025);animation:fadeIn .3s ease-in-out}.qlwapp__general-consent--required{background-color:rgb(255 235 200 / .4);border-top:1px solid rgb(255 152 0 / .2)}.qlwapp__general-consent .qlwapp__general-consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text,#303030);margin:0}.qlwapp__general-consent .qlwapp__general-consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand,#25d366)}.qlwapp__general-consent .qlwapp__general-consent-text{flex:1;user-select:none}.qlwapp__general-consent .qlwapp__general-consent-text br{display:block;content:"";margin-top:.5em}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qlwapp__general-consent--accepted{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.qlwapp__header{background-color:var(--qlwapp-scheme-brand,#25d366);color:var(--qlwapp-scheme-text,#fff);position:relative;overflow:hidden;height:auto}.qlwapp__header::before{content:"";position:absolute;inset:0;background:linear-gradient(315deg,transparent 0%,rgb(0 0 0 / .05) 100%)}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px}@media(width>=430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px}}.qlwapp__header .qlwapp__header-description{align-items:center;font-size:12px}.qlwapp__header .qlwapp__header-description p{padding:0;font-size:inherit;width:100%;color:inherit;font-family:inherit;margin:0}.qlwapp__header .qlwapp__header-description p:last-child{margin-bottom:0}.qlwapp__header .qlwapp__header-description h1,.qlwapp__header .qlwapp__header-description h2,.qlwapp__header .qlwapp__header-description h3,.qlwapp__header .qlwapp__header-description h4,.qlwapp__header .qlwapp__header-description h5,.qlwapp__header .qlwapp__header-description h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__header .qlwapp__header-description h1{font-size:2.5em}.qlwapp__header .qlwapp__header-description h2{font-size:2em}.qlwapp__header .qlwapp__header-description h3{font-size:1.5em}.qlwapp__header .qlwapp__header-description h4{font-size:1.25em}.qlwapp__header .qlwapp__header-description h5{font-size:1em}.qlwapp__header .qlwapp__header-description h6{font-size:.75em}.qlwapp__header .qlwapp__header-description img{max-width:100px}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text,#fff)!important}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp-padding-xs) + 2px) var(--qlwapp-padding-lg);min-height:100%}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp-padding-sm)}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons{display:flex;margin-right:auto;align-items:center;flex-shrink:0}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous{width:100%;height:100%}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous--disabled{opacity:.5;pointer-events:none!important}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__reset{margin-left:15px;color:var(--qlwapp-scheme-text,#fff)!important}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:end;color:var(--qlwapp-scheme-text,#fff)!important;overflow:hidden;min-width:0}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__time{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px;flex-shrink:0}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);overflow:hidden auto;overscroll-behavior:contain;max-height:min(var(--qlwapp-scheme-box-max-height, 500px),100dvh - 220px)}.qlwapp__message{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp-padding-sm)*2);background-color:#eee}.qlwapp__message::before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1,0,1,1,-2,0)}.qlwapp__message--image{width:100%;height:100%}.qlwapp__message--video,.qlwapp__message--audio,.qlwapp__message--embed{position:relative;max-width:100%}.qlwapp__message--video video,.qlwapp__message--video audio,.qlwapp__message--audio video,.qlwapp__message--audio audio,.qlwapp__message--embed video,.qlwapp__message--embed audio{display:block;max-width:100%;border-radius:inherit}.qlwapp__message--video video,.qlwapp__message--audio video,.qlwapp__message--embed video{max-height:300px;object-fit:contain}.qlwapp__message--video audio,.qlwapp__message--audio audio,.qlwapp__message--embed audio{height:40px}.qlwapp__message--video iframe,.qlwapp__message--audio iframe,.qlwapp__message--embed iframe{display:block;width:100%;height:157px;border:none;border-radius:inherit}.qlwapp__message--user{place-self:end flex-end;margin-top:0;word-break:var(--qlwapp-scheme-box-message-word-break);color:var(--qlwapp-scheme-text,#fff)!important;background-color:var(--qlwapp-scheme-brand,#25d366)!important}.qlwapp__message--user::before{right:0;left:auto;transform:matrix(1,0,1,-1,2,0)}.qlwapp__message--user a{color:var(--qlwapp-scheme-text,#fff)!important;text-decoration:underline}.qlwapp__message--user:first-child::before{top:-6px;right:10%;transform:rotate(45deg)}.qlwapp__message--user,.qlwapp__message--choice-input{width:auto;color:var(--qlwapp-scheme-text,#fff)!important;background-color:var(--qlwapp-scheme-brand,#25d366)!important}.qlwapp__message--choice-input{place-self:end flex-end;cursor:pointer;transition:all .2s ease}.qlwapp__message--choice-input::before{content:none}.qlwapp__message--choice-input:hover{box-shadow:0 2px 8px rgb(0 0 0 / .3)}.qlwapp__message--error{background-color:#ffbfbf!important;color:#750000!important}.qlwapp__message--error::before{background-color:#ffbfbf!important}.qlwapp__rating-form{display:flex;flex-direction:column;gap:var(--qlwapp-padding-sm);width:100%;padding:0 var(--qlwapp-padding-sm)}.qlwapp__rating-label{font-size:.875rem;color:#666}.qlwapp__rating-label--left{text-align:start;width:100%}.qlwapp__rating-label--right{text-align:end;width:100%;padding-right:var(--qlwapp-padding-sm)}.qlwapp__rating-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px;padding:var(--qlwapp-padding-sm) 0;width:100%}.qlwapp__rating-number{width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.9rem;cursor:pointer;user-select:none;transition:all .2s ease-in-out;border-radius:50%;border-width:2px;border-style:solid;border-color:rgb(37 211 102 / .25);background-color:rgb(37 211 102 / .05);color:var(--qlwapp-scheme-brand,#25d366);flex-shrink:0}.qlwapp__rating-number:hover,.qlwapp__rating-number--selected{background-color:rgb(37 211 102 / .25);border-color:var(--qlwapp-scheme-brand,#25d366)}.qlwapp__rating-icon{transition:all .2s ease;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;flex-shrink:0}.qlwapp__rating-icon>svg{stroke:var(--qlwapp-scheme-brand,#25d366);transition:all .2s ease;width:20px;height:20px}.qlwapp__rating-icon--selected{background-color:rgb(37 211 102 / .04)}.qlwapp__rating-icon--selected>svg{fill:var(--qlwapp-scheme-brand,#25d366)}.qlwapp__rating-icon:hover{background-color:rgb(37 211 102 / .06)}.qlwapp__rating-icon:hover>svg{fill:rgb(37 211 102 / .15)}.qlwapp__rating-submit{display:flex;justify-content:flex-end;padding-top:var(--qlwapp-padding-sm)}.qlwapp__rating-submit button{border:none;outline:none;cursor:pointer}.qlwapp__modal{pointer-events:all;position:relative;inset:auto;z-index:99999;box-shadow:0 8px 25px -5px rgb(45 62 79 / .15);background-color:#fff;margin:24px 24px 12px}.qlwapp__modal::before{background-color:#fff;content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative}.qlwapp__modal .qlwapp__body{overflow:hidden}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:min(var(--qlwapp-scheme-box-max-height, 500px),100dvh - 220px)}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;color:var(--qlwapp-scheme-contact-availability-color,inherit);text-align:justify}.qlwapp__modal .qlwapp__name{display:block;font-weight:700;line-height:1.5em;color:var(--qlwapp-scheme-contact-name-color,inherit);text-align:justify}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color,inherit);text-align:justify}.qlwapp-is-mobile .qlwapp__modal{position:fixed;bottom:0;left:0;right:0;box-shadow:0 5px 20px 5px rgb(0 0 0 / .5);margin:0}.qlwapp-is-mobile .qlwapp__modal::before{content:none}.qlwapp-is-mobile .qlwapp__modal .qlwapp__header{border-top-left-radius:0;border-top-right-radius:0}.qlwapp-is-mobile .qlwapp__modal .qlwapp__footer,.qlwapp-is-mobile .qlwapp__modal .qlwapp__response{border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px)}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes closeModalInMobile{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(.9)}}@keyframes openModalInMobile{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(.9)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes bounce{0%,20%,53%,80%,100%{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgb(0 0 0 / .06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgb(0 0 0 / .16),0 0 0 0 var(--qlwapp-pulse-color,rgb(37 211 102 / .7))}70%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgb(0 0 0 / .06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgb(0 0 0 / .16),0 0 0 var(--qlwapp-pulse-size,12px) var(--qlwapp-pulse-color,#fff0)}100%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgb(0 0 0 / .06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgb(0 0 0 / .16),0 0 0 0 var(--qlwapp-pulse-color,#fff0)}}@keyframes shakeX{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeY{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.qlwapp__modal{opacity:0;visibility:hidden}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(.215,.61,.355,1) 1000ms,transform 300ms cubic-bezier(.215,.61,.355,1) 500ms,opacity 500ms ease-in 500ms}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) .3s,opacity ease-in .3s}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px)}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(.5)}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(.215,.61,.355,1) 600ms,opacity ease-in 200ms}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0}.qlwapp__modal .qlwapp__previous{transform:translateX(56px)}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(.215,.61,.355,1)}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(.215,.61,.355,1)}.qlwapp__modal .qlwapp__previous{transition-delay:800ms}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(.215,.61,.355,1),opacity 150ms ease-in}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms}.qlwapp__modal .qlwapp__header-contact{opacity:0}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:#fff0!important}.qlwapp__modal--response .qlwapp__message{display:block}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1}.qlwapp__modal--response .qlwapp__footer{display:none}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1)}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0}.qlwapp__modal--closing .qlwapp__previous{transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms;transition-delay:0ms}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0,0)!important;opacity:0!important}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1,1)!important;opacity:1!important}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name,"none");animation-delay:var(--qlwapp-button-animation-delay,0);animation-iteration-count:1;transform-origin:center;background-image:unset!important}.qlwapp__button--bubble .qlwapp__close{transform:scale(0,0);opacity:0;position:absolute}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1,1);opacity:1}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(.215,.61,.355,1),opacity 300ms ease-in}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1,1);opacity:1}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0,0);opacity:0}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards}.qlwapp-is-mobile .qlwapp__modal{animation:openModalInMobile .4s forwards}.qlwapp-is-mobile.qlwapp__container--closing .qlwapp__modal{animation:closeModalInMobile .4s forwards}.rtl .qlwapp__modal{direction:ltr!important;unicode-bidi:bidi-override}.rtl .qlwapp__header-description,.rtl .qlwapp__footer,.rtl .qlwapp__response{direction:rtl!important}:root{--qlwapp-padding-xs:8px;--qlwapp-padding-sm:16px;--qlwapp-padding-md:24px;--qlwapp-padding-lg:32px;--qlwapp-padding-xl:40px}